@charset "utf-8";

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

body {
	padding-top: 0 !important;
}

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

#pone_qr {
	position: fixed;
	z-index: 10;
	bottom: 90px;
	right: 40px;
	width: 200px;
	height: 200px;
	background-color: #fff;
}

#pone_qr img {
	width: 200px;
	height: 200px;
}

.overflow {
	overflow: hidden;
}

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

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

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

#pone_mv .mv_layout {
	position: relative;
	max-height: 650px;
	aspect-ratio: 1440 / 650;
	width: 100%;
}

#pone_mv .mv_layout::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	aspect-ratio: 1440 / 600;
	max-height: 600px;
	min-width: 100%;
	height: auto;
	background-color: #DEF2F3;
}

#pone_mv .mv_picture {
	position: absolute;
	bottom: 0;
	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%;
	min-height: 430px;
	object-position: top left;
	object-fit: cover;
}

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

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

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

#pone_flow .point_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;
}

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

#pone_flow .flow_items {
	display: grid;
	grid-template-columns: 170px 240px;
	gap: 50px;
	justify-content: space-between;
	margin: 113px auto 0;
	max-width: 550px;
	width: 100%;
}

#pone_flow .flow_item .flow_txt {
	margin-top: 35px;
	display: flex;
	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;
	display: flex;
	justify-content: space-between;
	gap: 7%;
}

#pone_point .point_picture {
	width: 200px;
}

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

#pone_point .point_items {
	width: calc(100% - 7% - 200px);
	padding-top: 15px;
	display: flex;
	gap: 40px;
}

#pone_point .point_item {
	width: calc((100% - 40px * 2) / 3);
}

#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;
}