@charset "utf-8";
/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */
/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
	display: block;
}
/* !Resetin
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header, figure, button {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
	outline: 0;
}
label {
	cursor: pointer;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 100%;
}
fieldset, img {
	border: 0;
}
img {
	vertical-align: top;
	max-width: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:after, q:before {
	content: '';
}
abbr, acronym {
	border: 0;
}
button, input, optgroup, select, textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}
input, textarea {
	-webkit-appearance: none;
	appearance: none;
}
/* !Layout
---------------------------------------------------------- */
html {
	overflow-x: hidden;
	font-size: min(1.282vw, 10px);
}
html.scroll-lock, html.scroll-lock body {
	overflow: hidden;
}
body {
	background: #F8F6F2;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino", "Helvetica Neue", sans-serif;
	font-size: 2.4rem;
	letter-spacing: 0.1em;
	line-height: 1.5;
	font-weight: 600;
	color: #080D29;
	-webkit-text-size-adjust: none;
}
/* link
------------------------------------------------ */
a {
	color: #080D29;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
}


/* !fs
------------------------------------------------ */
.pc {
	display: block;
}
.sp {
	display: none;
}
@media (max-width: 767px) {
.pc {
	display: none;
}
.sp {
	display: block;
}
}





/* !fc
------------------------------------------------ */
.fc_yellow {
	color: #EBC21D;
}
.fc_red {
	color: #8E1504;
}



/* !ff
------------------------------------------------ */
.ff_serif {
	font-family: "Noto Serif JP", serif;
}

.ff_noto {
	font-family: "Noto Sans JP", sans-serif;
}



/* wrapper
----------------------------------------------- */
#wrapper {
	position: relative;
	max-width: 78rem;
	margin: 0 auto;
}

article {
	position: relative;
	padding: 10rem 0 0;
}


/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
}
#header .header_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	height: 10rem;
	padding: 0 3.5rem 0 4rem;
}
#header .header_in .logo {
	width: 30rem;
}
#header .header_in .btn {
	width: 34.8rem;
}


/* html
----------------------------------------------- */
html.html-lock {
	overflow: hidden;
	touch-action: none;
}



/* footer
----------------------------------------------- */
#footer {
	background: #1B2D50;
	padding: 4.5rem 2rem 3rem;
	display: flex;
	flex-direction: column;
	text-align: center;
	align-items: center;
	color: #C8C8C8;
	font-size: 1.8rem;
	font-weight: 500;
}
#footer .logo {
	background: #fff;
	padding: 1rem 2rem 1rem 1.5rem;
	margin: 0 0 3.5rem;
}
#footer .logo img {
	width: 26rem;
}
#footer .name {
	margin: 0 0 0.3rem;
}

#footer .footer_navi {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3rem;
	margin: 0 0 5rem;
}
#footer .footer_navi a {
	color: #fff;
	font-size: 2.8rem;
	display: block;
}


/* pulse
----------------------------------------------- */
.pulse {
	animation: pulse 1s ease infinite;
}
@keyframes pulse {
	0% {
		transform: scale(1.0, 1.0) translate(0, 0);
	}
	15% {
		transform: scale(0.98, 0.9) translate(0, 5px);
	}
	30% {
		transform: scale(1.02, 1.0) translate(0, 8px);
	}
	50% {
		transform: scale(0.98, 1.05) translate(0, -8px);
	}
	70% {
		transform: scale(1.0, 0.9) translate(0, 5px);
	}
	100% {
		transform: scale(1.0, 1.0) translate(0, 0);
	}
	0%, 100% {
		opacity: 1;
	}
}



/* teaser
----------------------------------------------- */
.teaser {
	background: #1B2D50;
	height: 27.6rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.teaser .teaser_eng {
	color: rgba(235,194,29,0.7);
	font-weight: 900;
	font-size: 3rem;
}
.teaser .teaser_jps {
	color: #fff;
	font-weight: 900;
	font-size: 5rem;
}


/* common
----------------------------------------------- */
.com_section {
	padding: 9rem 4rem 15rem;
}

.section_hdl {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	font-weight: 900;
	font-family: "Noto Serif JP", serif;
}
.section_hdl .hdl_eng {
	color: rgba(139,109,38,0.7);
	font-size: 3rem;
}
.section_hdl .hdl_jps {
	font-size: 6rem;
}

.com_btn {
	display: flex;
	justify-content: center;
}



/* PrivacyPolicy
----------------------------------------------- */
.policy_det {
	text-align: center;
	font-weight: 700;
	margin: 0 0 11rem;
	line-height: 2;
}
.policy_box {
	display: flex;
	flex-direction: column;
	gap: 13rem;
}
.policy_box .policy_item {
	display: flex;
	flex-direction: column;
	gap: 7rem;
}
.policy_box .policy_tit {
	font-family: "Noto Serif JP", serif;
	font-size: 3rem;
	font-weight: 900;
}
.policy_box .policy_txt {
	line-height: 2;
}



/* company
----------------------------------------------- */
.company_block {
	background: #fff;
	border: 1px #000 solid;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.2);
}
.company_block .company_item:not(:last-child) {
	border-bottom: 1px #BCBABA solid;
}
.company_block .company_item {
	padding: 3.5rem 5.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 2rem;
}
.company_block .company_item .item_tit {
	padding: 1.5rem 2.5rem 1rem;
	background: #1B2D50;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	border-radius: 1rem;
}
.company_block .company_item .item_txt {
	padding: 0 0 0 5.5rem;
	font-weight: 700;
	line-height: 2;
}


/* contact
----------------------------------------------- */
.form_box {
	background: #fff;
	border: 1px #000 solid;
	padding: 7rem 3.5rem;
	-webkit-border-radius: 2rem;
	-moz-border-radius: 2rem;
	-ms-border-radius: 2rem;
	-o-border-radius: 2rem;
	border-radius: 2rem;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
}
.form_box .form_inner {
	display: flex;
	flex-direction: column;
	gap: 8rem 0;
}
.form_box .form_item {
	display: flex;
	flex-direction: column;
	gap: 2rem 0;
}
.form_box .form_item.row {
	flex-direction: row;
	align-items: center;
	gap: 6rem;
}
.form_box .form_item .item_tit {
	display: flex;
	align-items: center;
	gap: 1.5rem;
	font-weight: 700;
	flex-shrink: 0;
}
.form_box .form_item .must {
	background: #952A1C;
	width: 8.4rem;
	padding: 1rem 0 0.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2.4rem;
	line-height: 1;
	color: #fff;
	-webkit-border-radius: 1rem;
	-moz-border-radius: 1rem;
	-ms-border-radius: 1rem;
	-o-border-radius: 1rem;
	border-radius: 1rem;
}
.form_box .form_item .item_tit .tit_txt {
	font-size: 2.6rem;
}
.form_box .form_item .item_cont {
	width: 100%;
	font-size: 2.4rem;
	font-weight: 700;
}
.form_box input[type=text],
.form_box input[type=email],
.form_box input[type=tel] {
	border: 1px #707070 solid;
	width: 100%;
	height: 6rem;
	background: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	padding: 0 2.5rem;
}
.form_box input::placeholder {
	color: #C4C5C6;
}

.form_box select {
	border: 1px #707070 solid;
	width: 100%;
	height: 6rem;
	background: #fff;
	font-size: 2.6rem;
	font-weight: 700;
	padding: 0 2.5rem;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.form_box .form_item .item_date {
	display: flex;
	align-items: flex-end;
	gap: 0.5rem;
}
.form_box .form_item .item_date input {
	width: 15rem;
	text-align: center;
}
.form_box .form_item .item_date .date_in {
	position: relative;
}
.form_box .form_item .item_date .date_in label {
	position: absolute;
	left: 0;
	top: calc(100% + 0.5rem);
	width: 100%;
	z-index: 0;
}
.form_box .form_item .item_pay {
	display: flex;
	align-items: flex-end;
	gap: 1.5rem;
}
.form_box .form_item .item_pay input {
	width: 25.4rem;
}
.form_box .form_item .item_holiday {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 9rem;
	font-size: 2.2rem;
}
.form_box .form_item .item_holiday label {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
.form_box input[type=radio] {
	border: 1px #707070 solid;
	width: 2.6rem;
	height: 2.6rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.form_box input[type=radio]:checked {
	background: #707070;
}
.form_box .form_item .item_damage label {
	display: flex;
	gap: 1.5rem;
	align-items: center;
}
.form_box input[type=checkbox] {
	width: 2.7rem;
	height: 2.7rem;
	border: 1px #707070 solid;
	background: #fff;
	position: relative;
}
.form_box input[type=checkbox]:checked:before {
	position: absolute;
	content: "✔";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 2rem;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	z-index: 1;
}
.form_box .form_btn {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	gap: 2rem 0;
}
.form_box .form_btn a,
.form_box .form_btn input[type=submit] {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #A2670D;
	border: none;
	width: 38rem;
	height: 11rem;
	color: #fff;
	font-size: 4.3rem;
	font-weight: 700;
	-webkit-box-shadow: 0 0.4rem 0.3rem rgba(32,27,7,0.3);
	-moz-box-shadow: 0 0.4rem 0.3rem rgba(32,27,7,0.3);
	-ms-box-shadow: 0 0.4rem 0.3rem rgba(32,27,7,0.3);
	-o-box-shadow: 0 0.4rem 0.3rem rgba(32,27,7,0.3);
	box-shadow: 0 0.4rem 0.3rem rgba(32,27,7,0.3);
	-webkit-border-radius: 3.4rem;
	-moz-border-radius: 3.4rem;
	-ms-border-radius: 3.4rem;
	-o-border-radius: 3.4rem;
	border-radius: 3.4rem;
}

/* thanks
----------------------------------------------- */
.error {
	color: #ff0000;
	white-space: nowrap;
	font-size: 3rem;
}
label.error {
	display: block;
	line-height: 1.5;
}

.thanks_tit {
	background: #097AD0;
	padding: 4rem 2rem;
	text-align: center;
	color: #fff;
	font-size: 4.5rem;
}
.thanks_tit .tit_lar {
	font-size: 5rem;
	display: block;
}
.thanks_inner {
	padding: 5rem 5rem 7rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.thanks_imp {
	width: 100%;
	color: #ff0000;
	position: relative;
	margin: 0 0 5rem;
	border: 0.4rem #ff0000 solid;
	padding: 4.5rem 4rem;
	-webkit-border-radius: 3rem;
	-moz-border-radius: 3rem;
	-ms-border-radius: 3rem;
	-o-border-radius: 3rem;
	border-radius: 3rem;
}
.thanks_imp .imp_cap {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	background: #ff0000;
	width: 21rem;
	height: 6.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 3.5rem;
	-webkit-border-radius: 6rem;
	-moz-border-radius: 6rem;
	-ms-border-radius: 6rem;
	-o-border-radius: 6rem;
	border-radius: 6rem;
	z-index: 1;
}
.thanks_imp .imp_tit {
	font-size: 3.8rem;
	margin: 0 0 1.5rem;
}
.thanks_imp .imp_txt {
	font-size: 3.8rem;
	line-height: 1.37;
}
.thanks_qr {
	width: 100%;
	text-align: center;
	margin: 0 0 7.5rem;
}
.thanks_qr img {
	width: 47.8rem;
}
.thanks_btn {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
	margin: 0 0 9.5rem;
}
.thanks_btn a {
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	background: #06C755;
	border: 0.6rem #6EFFA9 solid;
	width: 100%;
	height: 17rem;
	color: #fff;
	font-size: 6.8rem;
	font-weight: 600;
	-webkit-box-shadow: 0 1.3rem 0.6rem rgba(0,0,0,0.5);
	-moz-box-shadow: 0 1.3rem 0.6rem rgba(0,0,0,0.5);
	-ms-box-shadow: 0 1.3rem 0.6rem rgba(0,0,0,0.5);
	-o-box-shadow: 0 1.3rem 0.6rem rgba(0,0,0,0.5);
	box-shadow: 0 1.3rem 0.6rem rgba(0,0,0,0.5);
	-webkit-border-radius: 4rem;
	-moz-border-radius: 4rem;
	-ms-border-radius: 4rem;
	-o-border-radius: 4rem;
	border-radius: 4rem;
}
.thanks_note {
	font-size: 3.4rem;
	line-height: 1.47;
	color: #171717;
}
/*----------------------------------------------- */

.thanks_txt {
	text-align: center;
	margin: 0 0 5rem;
}
.error {
	color: #ff0000;
	font-size: 2rem;
	white-space: nowrap;
}


/* top
----------------------------------------------- */
.top {
	padding: 0 0 18.8rem;
}
.top_mv {
	position: relative;
}
.top_mv .mv_inner img {
	width: 100%;
}
.top_mv .mv_btn {
	position: absolute;
	left: 0;
	bottom: 10rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.top_mv .mv_btn img {
	width: 62.4rem;
}

.top_concern {
	padding: 5rem 4rem 25rem;
	background: -moz-linear-gradient(top, #202B45, #113167);
	background: -webkit-gradient(linear, top, from(#202B45), to(#113167));
	background: -webkit-linear-gradient(top, #202B45, #113167);
	position: relative;
}
.top_concern:before {
	position: absolute;
	content: "";
	background: #96B1C8;
	width: 0.2rem;
	height: 23rem;
	left: 50%;
	margin-left: -0.1rem;
	bottom: -13rem;
	z-index: 0;
}
.top_concern .concern_hd {
	text-align: center;
	color: #fff;
	font-size: 6rem;
	font-weight: 700;
	line-height: 1.24;
	margin: 0 0 7rem;
}
.top_concern .concern_box {
	display: flex;
	flex-direction: column;
	gap: 10rem 0;
}
.top_concern .concern_item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #fff;
	border: 0.2rem #BF9F53 solid;
	padding: 1rem 2.5rem;
	-webkit-border-radius: 2.2rem;
	-moz-border-radius: 2.2rem;
	-ms-border-radius: 2.2rem;
	-o-border-radius: 2.2rem;
	border-radius: 2.2rem;
}
.top_concern .concern_item .item_cont {
	padding: 0 0 0 8rem;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
}
.top_concern .concern_item .item_cont:before {
	position: absolute;
	content: "";
	background-image: url("../img/ico_concern.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 6rem;
	height: 6rem;
	left: 0;
	top: 50%;
	margin-top: -3rem;
	z-index: 0;
}
.top_concern .concern_item .item_img {
	width: 14rem;
	flex-shrink: 0;
}

.top_online {
	background: #fff;
	padding: 15rem 4rem 26rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.top_online .online_cap {
	font-size: 3.5rem;
	text-align: center;
	color: #8B6D26;
	font-weight: 700;
	margin: 0 0 1.5rem;
}
.top_online .online_hd {
	text-align: center;
	font-size: 5rem;
	font-weight: 900;
	line-height: 1.6;
	margin: 0 0 8rem;
}
.top_online .online_hd .fc_red {
	font-size: 6rem;
	line-height: 1.33;
}
.top_online .online_img01 {
	text-align: center;
	margin: 0 0 7.5rem;
}
.top_online .online_img01 img {
	width: 67rem;
}
.top_online .online_txt {
	text-align: center;
	margin: 0 0 3rem;
	font-size: 3.5rem;
	font-weight: 700;
	line-height: 1.7;
}
.top_online .online_note {
	text-align: center;
	color: #424D54;
	margin: 0 0 34rem;
	font-size: 3rem;
	font-weight: 700;
}
.top_online .online_product {
	width: 63rem;
	background: #F8F6F2;
	padding: 6.5rem 2rem 5.5rem;
	border: 0.5rem #8B6D26 solid;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-ms-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
	border-radius: 2.5rem;
	position: relative;
}
.top_online .online_product .product_img {
	background: #fff;
	width: 49.5rem;
	margin: 0 auto;
	text-align: center;
	padding: 1rem;
	-webkit-border-radius: 2.5rem;
	-moz-border-radius: 2.5rem;
	-ms-border-radius: 2.5rem;
	-o-border-radius: 2.5rem;
	border-radius: 2.5rem;
}
.top_online .online_product .product_img img {
	width: 28.8rem;
}
.top_online .online_product .product_txt {
	text-align: center;
	margin: 5rem 0 0;
	font-size: 4rem;
	font-weight: 700;
}
.top_online .online_product .product_tit {
	position: absolute;
	width: 51rem;
	background: #151A54;
	text-align: center;
	color: #fff;
	font-size: 5rem;
	font-weight: 900;
	left: 50%;
	top: 0;
	transform: translate(-50%,-50%);
	border: 0.1rem #707070 solid;
}
.top_online .online_product .product_tit:before,
.top_online .online_product .product_tit:after {
	position: absolute;
	content: "";
	width: 1rem;
	height: calc(100% + 0.4rem);
	top: -0.2rem;
	background: -moz-linear-gradient(top, #927E1F, #493F10);
	background: -webkit-gradient(linear, top, from(#927E1F), to(#493F10));
	background: -webkit-linear-gradient(top, #927E1F, #493F10);
	z-index: 0;
}
.top_online .online_product .product_tit:before {
	right: calc(100% + 0.5rem);
}
.top_online .online_product .product_tit:after {
	left: calc(100% + 0.5rem);
}

.top_plan {
	background: #F8F6F2;
	padding: 14.5rem 7.5rem 21.5rem;
}
.top_plan .section_hdl {
	margin: 0 0 14rem;
}
.top_plan .plan_box {
	display: flex;
	flex-direction: column;
	gap: 15.5rem 0;
}
.top_plan .plan_box .plan_item {
	width: 100%;
}
.top_plan .com_btn {
	margin: 15.5rem 0 0;
}

.top_why {
	background: #fff;
	padding: 14.5rem 7.5rem 23.5rem;
}
.top_why .section_hdl {
	margin: 0 0 14.5rem;
}
.top_why .why_box {
	display: flex;
	flex-direction: column;
	gap: 16rem 0;
}
.top_why .why_box .why_item {
	background: #FAF8F3;
	position: relative;
	padding: 5rem 6.5rem 6rem;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-webkit-border-radius: 4rem;
	-moz-border-radius: 4rem;
	-ms-border-radius: 4rem;
	-o-border-radius: 4rem;
	border-radius: 4rem;
}
.top_why .why_box .why_item .item_ico {
	position: absolute;
	top: -1rem;
	left: -1rem;
	width: 14.3rem;
	z-index: 1;
}
.top_why .why_box .why_item .item_img {
	text-align: center;
	margin: 0 0 3.5rem;
}
.top_why .why_box .why_item .item_tit {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.25;
	margin: 0 0 4rem;
	font-family: "Noto Serif JP", serif;
}
.top_why .why_box .why_item .item_txt {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
	color: #707374;
}
.top_why .why_box .why_item .item_txt+.item_txt {
	margin: 5rem 0 0;
}
.top_why .com_btn {
	margin: 15rem 0 0;
}

.top_details {
	background: #F8F6F2;
	padding: 16rem 4rem 15.5rem;
}
.top_details .section_hdl {
	margin: 0 0 14.5rem;
}
.top_details .section_hdl .hdl_eng {
	font-size: 2.5rem;
}
.top_details .section_hdl .hdl_mid {
	text-align: center;
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.2;
	margin: 2rem 0 0;
}
.top_details .com_btn {
	margin: 15rem 3.5rem 0;
}
.top_details .details_box {
	display: flex;
	flex-direction: column;
	gap: 16rem 0;
}
.top_details .details_box .details_item {
	overflow: hidden;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-webkit-border-radius: 3.8rem;
	-moz-border-radius: 3.8rem;
	-ms-border-radius: 3.8rem;
	-o-border-radius: 3.8rem;
	border-radius: 3.8rem;
}
.top_details .details_box .details_item .item_mess {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 4.5rem 2rem 2.5rem;
	text-align: center;
	color: #fff;
}
.top_details .details_box .details_item .item_tit {
	font-size: 6rem;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
}
.top_details .details_box .details_item .item_cap {
	background: #EBC21D;
	text-align: center;
	padding: 0.5rem 2.5rem 0.2rem;
	color: #002C59;
	font-size: 3.5rem;
	margin: 2rem 0;
	font-weight: 900;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.top_details .details_box .details_item .item_det {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.4;
}
.top_details .details_box .details_item .item_inner {
	padding: 0 3rem 13rem;
}
.top_details .details_box .details_item .item_cont {
	padding: 4rem 0;
}
.top_details .details_box .details_item .item_cont+.item_cont {
	border-top-width: 0.2rem;
	border-top-style: solid;
}
.top_details .details_box .details_item .item_name {
	display: flex;
	align-items: center;
	gap: 2.5rem;
	font-family: "Noto Serif JP", serif;
}
.top_details .details_box .details_item .item_name .name_num {
	width: 7rem;
	height: 7rem;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 4rem;
	font-weight: 700;
	line-height: 1;
	color: #FFF3E1;
	-webkit-border-radius: 0.7rem;
	-moz-border-radius: 0.7rem;
	-ms-border-radius: 0.7rem;
	-o-border-radius: 0.7rem;
	border-radius: 0.7rem;
}
.top_details .details_box .details_item .item_name .name_txt {
	font-size: 4rem;
	font-weight: 900;
	line-height: 1.2;
}
.top_details .details_box .details_item .item_txt {
	padding: 1rem 7rem 0;
	font-size: 3rem;
	line-height: 1.66;
	font-weight: 700;
}
.top_details .details_box .details_item .item_note {
	margin: 2rem 0 0;
	background: #fff;
	border-left-width: 1rem;
	border-left-style: solid;
	padding: 3.5rem 2rem 3.5rem 5rem;
	color: #424D54;
	font-size: 3rem;
	line-height: 1.35;
	font-weight: 700;
}

.top_details .details_box .details_blue.details_item {
	background: #ECEEFF;
}
.top_details .details_box .details_blue.details_item .item_mess {
	background: #151A54;
}
.top_details .details_box .details_blue.details_item .item_name .name_num {
	background: #151A54;
}
.top_details .details_box .details_blue.details_item .item_name .name_txt {
	color: #151A54;
}
.top_details .details_box .details_blue.details_item .item_cont+.item_cont {
	border-top-color: #151A54;
}
.top_details .details_box .details_blue.details_item .item_note {
	border-left-color: #002C59;
}
.top_details .details_box .details_yellow.details_item {
	background: #FFF3E1;
}
.top_details .details_box .details_yellow.details_item .item_mess {
	background: #A2670D;
}
.top_details .details_box .details_yellow.details_item .item_name .name_num {
	background: #A2670D;
}
.top_details .details_box .details_yellow.details_item .item_name .name_txt {
	color: #A2670D;
}
.top_details .details_box .details_yellow.details_item .item_cont+.item_cont {
	border-top-color: #A2670D;
}
.top_details .details_box .details_yellow.details_item .item_note {
	border-left-color: #EBC21D;
}

.top_use {
	padding: 7rem 4rem 23rem;
	background: url("../img/bg_use.jpg") center 0 no-repeat;
	background-size: cover;
}
.top_use .section_hdl {
	margin: 0 0 7.5rem;
}
.top_use .section_hdl .hdl_eng {
	font-size: 2.5rem;
	color: rgba(235,194,29,0.7);
}
.top_use .section_hdl .hdl_jps {
	font-size: 5rem;
	margin: 1rem 0 0;
	color: #fff;
}
.top_use .com_btn {
	margin: 12rem 3.5rem 0;
}
.top_use .use_box {
	
}
.top_use .use_box .use_item {
	padding-left: 10.5rem;
	overflow: hidden;
	position: relative;
}
.top_use .use_box .use_item .item_step {
	position: absolute;
	left: 0;
	top: 0;
	width: 9.5rem;
	height: 100%;
	z-index: 1;
}
.top_use .use_box .use_item:not(:last-child) .item_step:before {
	position: absolute;
	content: "";
	background-image: url("../img/line_step.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 0.5rem;
	height: 38.3rem;
	z-index: 0;
}
.top_use .use_box .use_item .item_step .step_cont {
	width: 9.5rem;
	height: 9.5rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #EBC21D;
	background: #585656;
	font-weight: 700;
	padding: 1rem 0 0;
	border: 0.3rem #EBC21D solid;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}
.top_use .use_box .use_item .item_step .step_cont .eng {
	font-size: 1.7rem;
	line-height: 1;
}
.top_use .use_box .use_item .item_step .step_cont .num {
	font-size: 4.9rem;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
}
.top_use .use_box .use_item .item_tit {
	padding: 0 0 0 1.5rem;
	height: 9.5rem;
	display: flex;
	align-items: center;
	font-size: 4rem;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	position: relative;
	font-family: "Noto Serif JP", serif;
	margin: 0 0 2rem;
}
.top_use .use_box .use_item .item_txt {
	font-size: 3rem;
	font-weight: 500;
	color: #fff;
	line-height: 1.66;
}
.top_use .use_box .use_item.item_step01 {
	padding-bottom: 15rem;
}
.top_use .use_box .use_item.item_step02 {
	padding-bottom: 11rem;
}
.top_use .use_box .use_item.item_step03 {
	padding-bottom: 11rem;
}

.top_voice {
	background: #F8F6F2;
	padding: 11rem 4rem 15rem;
}
.top_voice .section_hdl {
	margin: 0 0 11rem;
}
.top_voice .voice_box {
	display: flex;
	flex-direction: column;
	gap: 11rem;
}
.top_voice .voice_box .voice_item {
	background: #fff;
	padding: 4rem 3rem 3.5rem;
	-webkit-border-radius: 3.6rem;
	-moz-border-radius: 3.6rem;
	-ms-border-radius: 3.6rem;
	-o-border-radius: 3.6rem;
	border-radius: 3.6rem;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
}
.top_voice .voice_box .voice_item .item_mess {
	display: flex;
	align-items: center;
	gap: 3rem;
	margin: 0 0 2rem;
}
.top_voice .voice_box .voice_item .item_head {
	width: 12.2rem;
	flex-shrink: 0;
}
.top_voice .voice_box .voice_item .mess_cont {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}
.top_voice .voice_box .voice_item .item_name {
	color: #002C59;
	font-size: 3rem;
	line-height: 1.2;
	font-weight: 700;
}
.top_voice .voice_box .voice_item .item_name .sml {
	font-size: 2.8rem;
	display: block;
}
.top_voice .voice_box .voice_item .item_star {
	width: 16.8rem;
}
.top_voice .voice_box .voice_item .item_txt {
	color: #707374;
	font-size: 3rem;
	line-height: 1.4;
	font-weight: 700;
}

.top_faq {
	background: #fff;
	padding: 15rem 4rem 25rem;
}
.top_faq .section_hdl {
	margin: 0 0 13rem;
}
.top_faq .faq_box {
	display: flex;
	flex-direction: column;
	gap: 11rem 0;
}
.top_faq .faq_box .faq_item {
	
}
.top_faq .faq_box .q_box {
	position: relative;
	background: #F8F6F2;
	padding: 3rem 6rem 3rem 3rem;
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	border: 0.2rem #C4B490 solid;
	-webkit-border-radius: 3.7rem;
	-moz-border-radius: 3.7rem;
	-ms-border-radius: 3.7rem;
	-o-border-radius: 3.7rem;
	border-radius: 3.7rem;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
}
.top_faq .faq_box .q_box:before {
	position: absolute;
	content: "";
	background: #BF9F53;
	width: 3rem;
	height: 2rem;
	clip-path: polygon(0 0,100% 0,50% 100%);
	right: 3rem;
	top: 50%;
	transform: translateY(-50%) rotate(-180deg);
	-webkit-transition: all 0.3s !important;
	-moz-transition: all 0.3s !important;
	transition: all 0.3s !important;
	z-index: 0;
}
.top_faq .faq_box .q_box.on:before {
	transform: translateY(-50%) rotate(0);
}
.top_faq .faq_box .q_box .q_ico {
	flex-shrink: 0;
	background: #151A54;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	font-size: 2.5rem;
	line-height: 1;
	color: #BF9F53;
	width: 4.7rem;
	height: 4.7rem;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.top_faq .faq_box .q_box .q_txt {
	align-self: center;
	color: #002C59;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.25;
	font-family: "Noto Sans JP", sans-serif;
}
.top_faq .faq_box .a_box {
	display: none;
	margin: -3rem 0 0;
	padding: 7rem 4rem 11.5rem;
	border: 0.2rem #C4B490 solid;
	border-top: none;
	-webkit-border-radius: 0 0 3.7rem 3.7rem;
	-moz-border-radius: 0 0 3.7rem 3.7rem;
	-ms-border-radius: 0 0 3.7rem 3.7rem;
	-o-border-radius: 0 0 3.7rem 3.7rem;
	border-radius: 0 0 3.7rem 3.7rem;
	-webkit-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-ms-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	-o-box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
	box-shadow: 0 0.3rem 0.6rem rgba(0,0,0,0.2);
}
.top_faq .faq_box .a_txt {
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.66;
	color: #707374;
}

.top_fix {
	background: #151A54;
	height: 18.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 1rem 0 0;
	z-index: 99;
}
.top_fix img {
	width: 62.4rem;
}


/* top pop
----------------------------------------------- */
.top_pop {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	height: 100dvh;
	background: rgba(26,42,65,0.84);
	display: none;
	z-index: 99;
}
.top_pop .pop_inner {
	width: 100%;
	height: 100%;
	padding: 11rem 10rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.top_pop .pop_close {
	position: absolute;
	right: 3.2rem;
	top: 2.8rem;
	z-index: 1;
}
.top_pop .pop_close img {
	width: 6rem;
}
.top_pop .pop_box {
	background: #fff;
	width: 40rem;
	padding: 10rem 2rem 5rem;
	position: relative;
	-webkit-border-radius: 4rem;
	-moz-border-radius: 4rem;
	-ms-border-radius: 4rem;
	-o-border-radius: 4rem;
	border-radius: 4rem;
}
.top_pop .pop_box .pop_img {
	text-align: center;
}
.top_pop .pop_box .pop_img img {
	width: 100%;
}

@media (max-width: 1024px) {
.top_pop .pop_box {
	width: 60rem;
}
}
@media (max-width: 600px) {
.top_pop .pop_box {
	width: 100%;
}
}


