@charset "utf-8";

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
	min-width: auto !important;
}

.inner {
	max-width: calc(800px + 20px * 2);
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0 20px;
}

#pone_head .head_layout {
	margin-top: 20px;
}

#pone_head .head_title_en {
	font-size: 30px;
	line-height: calc(45 / 30);
	text-align: left;
	color: #45433E;
}

#pone_head .head_title_ja {
	font-size: 15px;
	line-height: calc(22 / 15);
	text-align: left;
	color: #45433E;
}

#pone_mv .mv_layout {
	margin-top: 10px;
}

#pone_mv .mv_picture {
	max-width: 1378px;
	max-height: 646px;
	width: 100%;
	height: auto;
}

#pone_mv .mv_picture img {
	display: block;
	aspect-ratio: 1378 / 646;
	width: 100%;
	height: 100%;
}

#pone_flow .flow_layout {
	padding: 20px 0 110px;
}

.mv_inner {
	padding: 0;
}

#pone_flow .flow_note {
	text-align: left;
}

#pone_flow .flow_main {
	margin-top: 50px;
}

#pone_flow .flow_txt_mt {
	margin-top: 16px;
}

#pone_flow .flow_txt .num {
	display: inline-block;
	margin: -2px 6px 0 4px;
}

#pone_flow .flow_txt {
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

#pone_flow .flow_txt_mini {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

#pone_flow .flow_items {
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	margin: 67px auto 0;
	max-width: 550px;
	width: 100%;
}

#pone_flow .flow_item .flow_txt {
	margin-top: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#pone_flow .flow_item:nth-child(1) .flow_picture img,
#pone_flow .flow_item:nth-child(2) .flow_picture img {
	display: block;
	height: 240px;
	width: auto;
	margin: 0 auto;
}

#pone_point {
	background-color: #F4F4F5;
}

#pone_point .point_layout {
	padding: 33px 0 57px;
	display: grid;
	grid-template-columns: 1fr;
	justify-content: center;
	gap: 40px;
}

#pone_point .point_title {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}
#pone_point .point_title::before,
#pone_point .point_title::after {
	content: "";
	flex: 1;
	height: 1px;
	background-color: #616060;
}
#pone_point .point_title::before {
	margin-right: 20px;
}

#pone_point .point_title::after {
	margin-left: 20px;
}

#pone_point .point_picture {
	width: 200px;
	margin: 0 auto;
}

#pone_point .point_picture img {
	width: 100%;
	height: auto;
}

#pone_point .point_items {
	padding-top: 15px;
	display: grid;
	grid-template-columns: 1fr;
	gap: 60px;
	width: fit-content;
	margin: 0 auto;
}

#pone_point .point_txt {
	display: flex;
	align-items: center;
	font-size: 16px;
	line-height: 1.5;
	text-align: left;
}

#pone_point .point_txt_mini {
	font-size: 14px;
	line-height: 1.5;
	text-align: left;
}

#pone_point .point_txt_mt {
	margin-top: 16px;
}

#pone_point .point_txt .num {
	display: inline-block;
	margin: -2px 6px 0 4px;
}

#common_link {
	position: sticky;
	bottom: 0;
	background-color: #fff;
	padding: 20px 0;
}

#common_link .link_layout {
	width: 100%;
	height: auto;
}

#common_link .link_button {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}

#common_link .link_button a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 24px 16px;
	text-decoration: none;
	font-size: 16px;
	line-height: calc(20 / 16);
	border: 1px solid #D3D2CF;
	transition: all 0.3s;
}

#common_link .link_button a:hover {
	opacity: 0.7;
}

#common_link .link_main {
	display: flex;
	align-items: center;
	gap: 10px;
}

#common_link .link_icon {
	width: 22px;
	height: 22px;
}

.white_block_20,
.white_block_40 {
	width: 100%;
	background-color: #fff;
}

.white_block_20 {
	height: 20px;
}

.white_block_40 {
	height: 40px;
}