@charset "utf-8";


/* --------------------------------------------------
	Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
	font-family: "Noto Sans JP", sans-serif;
	color: #222;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	-webkit-text-size-adjust: none;
	font-feature-settings: "palt";
}
@media (max-width: 767px) {
body {
	font-size: 14px;
}
}

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
{
	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;
}
input,
textarea {
	margin: 0;
	font-size: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: none;
	outline: none;
}
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: 500;}
q:after, q:before
{ content:'';}
a, input
{ /* outline: none; */ }
abbr, acronym
{ border: 0;}




/* !Clearfix
---------------------------------------------------------- */
.clearfix {
	display: block;
	min-height: 1%;
}
.clearfix:after {
	clear: both;
	content:".";
	display: block;
	height: 0;
	visibility: hidden;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { }
@media print {
	html,
	html body { *zoom: 0.65;}
}
.mt10 {
	margin: 10px 0 0 0;
}
.mt20 {
	margin: 20px 0 0 0;
}
.mt50 {
	margin: 50px 0 0 0;
}
.mb20 {
	margin: 0 0 20px 0;
}
.mb60 {
	margin: 0 0 60px 0;
}

/* link
------------------------------------------------ */
a {
	color: #222;
	text-decoration:none;
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

a:hover {
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
}

.op,
.op a,
.op img,
.op input {
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=50)"; /* IE 8 */
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
@media (max-width: 767px) {
.op:hover,
.op a:hover,
.op:hover img,
.op:hover input {
	opacity: 1;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=100)"; /* IE 8 */
}
}



/* !fs
------------------------------------------------ */
.visible-pc {
	display: block !important;
}
.visible-tab {
	display: none !important;
}
.visible-ts {
	display: none !important;
}
.visible-pc-only {
	display: block !important;
}


@media (max-width: 1024px) {
.visible-tab {
	display: block !important;
}
.visible-pc-only {
	display: none!important;
}
}
@media (max-width: 767px) {
.visible-pc {
	display: none !important;
}
.visible-ts {
	display: block !important;
}
}


/* !fonts
------------------------------------------------ */
.fwb {
	font-weight: 700;
}

.vat {
	vertical-align: top !important;
}
.vam {
	vertical-align: middle !important;
}
.tal {
	text-align: left !important;
}
.tac {
	text-align: center !important;
}
.tar {
	text-align: right !important;
}


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


/* !fc
------------------------------------------------ */



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




/* header
----------------------------------------------- */
#header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 99;
}
#header .header_in {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 min(40px,3.07vw);
	height: 100px;
	gap: 10px;
}
#header .header_box {
	display: flex;
	align-items: center;
	gap: min(40px,3.07vw);
}
#header .header_logo {
	width: 120px;
	flex-shrink: 0;
	position: relative;
	z-index: 100;
}
#header .header_navi {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: min(30px,2.3vw);
}
#header .header_navi li {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#header .header_navi li a {
	display: block;
}
#header .header_navi li a:hover {
	opacity: 0.5;
}
#header .header_other {
	display: flex;
	align-items: center;
	gap: min(30px,2.3vw);
}
#header .header_login a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
}
#header .header_login a:hover {
	opacity: 0.5;
}
#header .header_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px #23BAC3 solid;
	background: #23BAC3;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: 182px;
	height: 48px;
}
#header .header_btn a:hover {
	background: #fff;
	color: #23BAC3;
}


.navbar-toggle {
	display: none;
}
.navbar-collapse {
	display: none;
}
@media (max-width: 1300px) {
#header .header_in {
	padding: 0 min(20px,1.54vw);
}
#header .header_box {
	gap: min(20px,1.54vw);
}
#header .header_navi {
	gap: min(20px,1.54vw);
}
#header .header_navi li {
	font-size: 14px;
}
#header .header_other {
	gap: min(20px,1.54vw);
}
#header .header_login a {
	font-size: 14px;
}
#header .header_btn a {
	width: 150px;
	font-size: 14px;
}
}
@media (max-width: 1100px) {
#header .header_logo {
	width: 80px;
}
}
@media (max-width: 1024px) {
#header {
	background: none;
}
#header .header_in {
	height: 80px;
	padding: 0 15px;
}
#header .header_logo {
	width: 48px;
}
#header .header_navi {
	display: none;
}
#header .header_other {
	display: none;
}
@media (max-width: 767px) {
	#header .header_logo {
		width: 100px;
	}
}

.navbar-toggle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: #222;
	width: 48px;
	height: 48px;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 99;
}
.navbar-toggle .toggle_menu {
	width: 20px;
	height: 14px;
	position: relative;
}
.navbar-toggle .toggle_menu span {
	display: inline-block;
	transition: all .4s;
	position: absolute;
	left: 0;
	background-color: #fff;
	width: 100%;
	height: 2px;
}
.navbar-toggle .toggle_menu span:nth-of-type(1) {
	top:0;
}

.navbar-toggle .toggle_menu span:nth-of-type(2) {
	top:6px;
}

.navbar-toggle .toggle_menu span:nth-of-type(3) {
	top:12px;
}

.navbar-toggle.on .toggle_menu span:nth-of-type(1) {
	top:0;
	transform: translateY(6px) rotate(-45deg);
}
.navbar-toggle.on .toggle_menu span:nth-of-type(2) {
	opacity: 0;
}
.navbar-toggle.on .toggle_menu span:nth-of-type(3) {
	top:12px;
	transform: translateY(-6px) rotate(45deg);
}
.navbar-collapse {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	height: 100vh;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 90;
}
.navbar-collapse .navbar_inner {
	padding: 60px min(80px,10.66vw) 20px;
}
.navbar-collapse .navbar_list {
	margin: 0 0 20px;
}
.navbar-collapse .navbar_list li {
	border-bottom: 1px #e0dfd6 solid;
}
.navbar-collapse .navbar_list li a {
	display: block;
	padding: 15px;
	font-size: 15px;
	letter-spacing: 0.04em;
	position: relative;
}
.navbar-collapse .navi_login {
	display: flex;
	justify-content: center;
}
.navbar-collapse .navi_login a {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.1em;
}
.navbar-collapse .navi_btn {
	display: flex;
	justify-content: center;
	margin: 20px 0 0;
}
.navbar-collapse .navi_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px #23BAC3 solid;
	background: #23BAC3;
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.1em;
	width: 182px;
	height: 48px;
}
}




/* footer
----------------------------------------------- */
#footer {
	padding: 80px 20px;
	background: -moz-linear-gradient(left, #505050, #222);
	background: -webkit-gradient(linear, left, from(#505050), to(#222));
	background: -webkit-linear-gradient(left, #505050, #222);
}
#footer .footer_logo {
	font-size: 30px;
	font-weight: 900;
	color: #fff;
	line-height: 1;
	text-align: center;
	margin: 0 0 40px;
}
#footer .footer_navi {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 30px;
}
#footer .footer_navi li {
	font-size: 15px;
	letter-spacing: 0.1em;
	font-weight: 500;
}
#footer .footer_navi li a {
	display: block;
	color: #fff;
}
#footer .footer_navi li a:hover {
	opacity: 0.5;
}
#footer .copyright {
	text-align: center;
	color: #fff;
	margin: 65px 0 0;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
#footer {
	padding: 40px 20px;
}
#footer .footer_logo {
	font-size: 22px;
}
#footer .footer_navi {
	gap: 20px;
}
#footer .copyright {
	margin: 40px 0 0;
}
}

/* wrapper
----------------------------------------------- */
#wrapper {
	overflow: hidden;
	background: #fff;
}
@media (max-width: 1024px) {
#wrapper {
	padding: 0;
}
}

.inner {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
	z-index: 1;
}



/* anchor
----------------------------------------------- */
.anchor {
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 100px;
	margin-top: -100px;
	z-index: 0;
}
@media (max-width: 1024px) {
.anchor {
	padding-top: 80px;
	margin-top: -80px;
}
}



/* H
----------------------------------------------- */
.hdl {
	display: flex;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	position: relative;
}
.hdl .hdl_eng {
	font-size: 140px;
	text-align: center;
	color: #F2F2F2;
	line-height: 0.9;
	white-space: nowrap;
	letter-spacing: 0.1em;
}
.hdl .hdl_jps {
	font-size: 48px;
	padding: 0.4em 0 0;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}
.hdl .hdl_jps .jps_sml {
	font-size: 36px;
	margin: 10px 0.3em 0 0;
}
.hdl .hdl_jps .jps_txt {
	font-size: 32px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	width: 100%;
	display: block;
}

@media (max-width: 1024px) {
.hdl .hdl_eng {
	font-size: 80px;
}
.hdl .hdl_jps {
	font-size: 32px;
	padding: 0.3em 0 0;
}
.hdl .hdl_jps .jps_sml {
	font-size: 26px;
	margin: 5px 0.3em 0 0;
}
.hdl .hdl_jps .jps_txt {
	font-size: 22px;
}
}
@media (max-width: 767px) {
.hdl {
	display: flex;
	justify-content: center;
	font-family: "Noto Serif JP", serif;
	position: relative;
}
.hdl .hdl_eng {
	font-size: 60px;
	white-space: normal;
}
.hdl .hdl_jps {
	font-size: 30px;
	padding: 0.2em 0 0;
}
.hdl .hdl_jps .jps_sml {
	font-size: 18px;
	margin: 10px 0.3em 0 0;
}
.hdl .hdl_jps .jps_txt {
	font-size: 18px;
}
}




/* animate
----------------------------------------------- */
@keyframes fadeInLeftLit {
	from {
		opacity: 0;
		transform: translate3d(-30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInLeftLit {
	animation-name: fadeInLeftLit;
}

@keyframes fadeInRightLit {
	from {
		opacity: 0;
		transform: translate3d(30px, 0, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightLit {
	animation-name: fadeInRightLit;
}

@keyframes fadeInUpLit {
	from {
		opacity: 0;
		transform: translate3d(0, 30px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpLit {
	animation-name: fadeInUpLit;
}



/* com
----------------------------------------------- */
.com_cap {
	max-width: 556px;
	margin: 0 auto;
	border-bottom: 2px #93745B solid;
	padding: 0 0 15px;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #93745B;
	line-height: 1.6;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
.com_cap {
	max-width: 90%;
	margin: 0 auto;
	padding: 0 10px 10px;
	font-size: 16px;
}
}


/* why
----------------------------------------------- */
.why {
	background: url("../img/bg_why.png") center 0 no-repeat;
	background-size: cover;
	padding: 100px 0;
}
.why .why_hd {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 0 0 65px;
	-webkit-text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-moz-text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-ms-text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	-o-text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
	text-shadow: 3px 3px 3px rgba(0,0,0,0.1);
}
.why .why_box {
	display: flex;
	align-items: stretch;
	gap: 3.6%;
}
.why .why_box li {
	width: calc((100% - 7.2%)/3);
	background: #1DA9B2;
	border: 1px #fff solid;
	padding: 30px 25px;
	color: #fff;
}
.why .why_box .box_tit {
	text-align: center;
	font-size: 20px;
	padding: 0 0 15px;
	font-family: "Noto Serif JP", serif;
	position: relative;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 0 0 25px;
}
.why .why_box .box_tit:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 50px;
	height: 2px;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 0;
}
.why .why_box .box_txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.why .why_try {
	margin: 65px 0 0;
	background: #fff;
	padding: 65px 30px 65px 65px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.why .why_try .try_mess {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 56%;
}
.why .why_try .try_tit {
	padding: 0 25px;
	text-align: center;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.3;
	color: #009199;
	letter-spacing: 0.1em;
	position: relative;
}
.why .why_try .try_tit:before {
	position: absolute;
	content: "";
	width: 2px;
	height: 110%;
	left: 0;
	top: 0;
	background: #009199;
	transform: rotate(-30deg);
	z-index: 0;
}
.why .why_try .try_tit:after {
	position: absolute;
	content: "";
	width: 2px;
	height: 110%;
	right: 0;
	top: 0;
	background: #009199;
	transform: rotate(30deg);
	z-index: 0;
}
.why .why_try .try_txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 30px 0 0;
}
.why .why_try .try_btn {
	margin: 30px 0 0;
	max-width: 100%;
}
.why .why_try .try_btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 408px;
	max-width: 100%;
	height: 88px;
background: linear-gradient(to bottom,#23BAC3 0%,#23BAC3 50%,#20a8b0 50%,#20a8b0 100%);
	-webkit-box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
	-moz-box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
	-ms-box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
	-o-box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
	box-shadow: 8px 8px 20px rgba(0,0,0,0.1);
}
.why .why_try .try_btn a:hover {
	opacity: 0.5;
}
.why .why_try .try_btn .btn_txt {
	display: block;
	width: 100%;
	color: #fff;
	padding: 0 70px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
	background: url("../img/arrow_try.svg") right 32px center no-repeat;
}
.why .why_try .try_img {
	width: 42.3%;
	padding: 10px 0 0;
}
.why .why_try .try_img_sp {
	display: none;
}

@media (max-width: 1024px) {
.why .why_try {
	padding: 65px;
}
.why .why_try .try_mess {
	width: 100%;
}
.why .why_try .try_img {
	display: none;
}
.why .why_try .try_img_sp {
	display: block;
	margin: 30px 0 0;
}
}
@media (max-width: 767px) {
.why {
	padding: 50px 0;
}
.why .why_hd {
	font-size: 26px;
	letter-spacing: 0.1em;
	margin: 0 0 30px;
}
.why .why_box {
	flex-direction: column;
	gap: 30px;
}
.why .why_box li {
	width: 100%;
}
.why .why_box .box_tit {
	font-size: 18px;
}
.why .why_box .box_tit:before {
	width: 40px;
}
.why .why_try {
	margin: 40px 0 0;
	padding: 30px;
}
.why .why_try .try_tit {
	font-size: 22px;
}
.why .why_try .try_btn a {
	height: 60px;
}
.why .why_try .try_btn a:hover {
	opacity: 0.5;
}
.why .why_try .try_btn .btn_txt {
	padding: 0 40px;
	font-size: 16px;
	background: url("../img/arrow_try.svg") right 20px center no-repeat;
	background-size: 20px 20px;
}
}



/* flow
----------------------------------------------- */
.flow {
	position: relative;
	background: #EFEFEF;
	padding: 100px 0 120px;
}
.flow .hdl {
	margin: 0 0 80px;
}
.flow .hdl .hdl_eng {
	color: #fff;
}
.flow .flow_box {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.flow .flow_box li {
	display: flex;
	align-items: stretch;
}
.flow .flow_box .box_ico {
	width: 140px;
	flex-shrink: 0;
	position: relative;
}
.flow .flow_box .box_ico:before {
	position: absolute;
	content: "";
	background: #B29984;
	width: 2px;
	left: 34px;
	top: 0;
	height: calc(100% + 10px);
	z-index: 0;
}
.flow .flow_box li:last-child .box_ico:before {
	display: none;
}
.flow .flow_box .box_num {
	background: #B29984;
	width: 70px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
	font-family: "Noto Serif JP", serif;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	position: relative;
}
.flow .flow_box .box_num:before {
	position: absolute;
	content: "";
	background: #EFEFEF;
	width: 100%;
	height: 16px;
	left: 0;
	top: 100%;
	z-index: 0;
}
.flow .flow_box .box_in {
	flex: 1;
	background: #fff;
	padding: 30px;
	border: 1px #B29984 solid;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
}
.flow .flow_box .box_tit {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #95785E;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	margin: 0 0 15px;
}
.flow .flow_box .box_txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
}

@media (max-width: 767px) {
.flow {
	padding: 50px 0 60px;
}
.flow .hdl {
	margin: 0 0 40px;
}
.flow .flow_box li {
	display: flex;
	align-items: stretch;
}
.flow .flow_box .box_ico {
	width: 80px;
}
.flow .flow_box .box_ico:before {
	left: 24px;
}
.flow .flow_box .box_num {
	width: 50px;
	height: 50px;
	font-size: 20px;
}
.flow .flow_box .box_num:before {
	height: 8px;
}
.flow .flow_box .box_in {
	padding: 20px;
}
.flow .flow_box .box_tit {
	font-size: 18px;
}
}


/* faq
----------------------------------------------- */
.faq {
	position: relative;
	padding: 100px 0 120px;
}
.faq .hdl {
	margin: 0 0 80px;
}
.faq .faq_box {
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.faq .faq_box li {
	background: #EFEFEF;
	padding: 25px;
}
.faq .faq_box .q_box {
	padding: 0 40px 0 0;
	display: flex;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	position: relative;
}
.faq .faq_box .q_box:before {
	position: absolute;
	content: "";
	background: url("../img/arrow_faq.svg") center center no-repeat;
	right: 15px;
	top: 0;
	width: 20px;
	height: 100%;
	transform: rotate(180deg);
	transition: all 0.3s !important;
	-moz-transition: all 0.3s !important; /* Firefox */
	-webkit-transition: all 0.3s !important; /* Chrome&Safari */
	z-index: 0;
}
.faq .faq_box .q_box.on:before {
	transform: rotate(0);
}
.faq .faq_box .q_box .q_ico {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	align-self: flex-start;
	background: #222;
	width: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.faq .faq_box .q_box .q_txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.faq .faq_box .a_box {
	display: none;
	padding: 25px 0 15px;
}
.faq .faq_box .a_txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.faq .faq_box .a_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFF5AC 0%) repeat scroll 0 0;
}

@media (max-width: 767px) {
.faq {
	padding: 50px 0 60px;
}
.faq .hdl {
	margin: 0 0 40px;
}
.faq .faq_box li {
	padding: 20px;
}
.faq .faq_box .q_box {
	padding: 0 30px 0 0;
}
.faq .faq_box .q_box:before {
	right: 5px;
}
.faq .faq_box .q_box .q_ico {
	width: 40px;
	height: 40px;
	font-size: 16px;
}
.faq .faq_box .q_box .q_txt {
	font-size: 18px;
}
}


/* amazing
----------------------------------------------- */
.amazing {
	background: -moz-linear-gradient(left, #75D3D9, #0BB2BC);
	background: -webkit-gradient(linear, left, from(#75D3D9), to(#0BB2BC));
	background: -webkit-linear-gradient(left, #75D3D9, #0BB2BC);
}
.amazing .amazing_block {
	background: url("../img/wave_amazing.png") center center no-repeat;
	background-size: cover;
	padding: 65px 0 60px;
}
.amazing .amazing_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.amazing .amazing_in {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.amazing .amazing_cap {
	padding: 0 15px 0 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: relative;
}
.amazing .amazing_cap .cap_lar {
	font-size: 20px;
}
.amazing .amazing_cap:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	transform: rotate(-30deg);
	z-index: 0;
}
.amazing .amazing_cap:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	transform: rotate(30deg);
	z-index: 0;
}
.amazing .amazing_tit {
	text-align: center;
	margin: 10px 0 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.amazing .amazing_img_sp {
	display: none;
}
.amazing .amazing_btn {
	margin: 30px 0 0;
	max-width: 100%;
	display: flex;
}
.amazing .amazing_btn a {
	background: #fff;
	width: 408px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 3px 3px 16px rgba(0,0,0,0.1);
	-moz-box-shadow: 3px 3px 16px rgba(0,0,0,0.1);
	-ms-box-shadow: 3px 3px 16px rgba(0,0,0,0.1);
	-o-box-shadow: 3px 3px 16px rgba(0,0,0,0.1);
	box-shadow: 3px 3px 16px rgba(0,0,0,0.1);
}
.amazing .amazing_btn a:hover {
	opacity: 0.5;
}
.amazing .amazing_btn .btn_txt {
	padding: 0 70px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #009199;
	letter-spacing: 0.1em;
	background: url("../img/arrow_amazing.svg") right 30px center no-repeat;
}

.amazing .amazing_img {
	
}

@media (max-width: 767px) {
.amazing .amazing_block {
	padding: 40px 0;
}
.amazing .amazing_box {
	flex-direction: column;
	gap: 30px;
}
.amazing .amazing_in {
	max-width: 100%;
}
.amazing .amazing_cap .cap_lar {
	font-size: 18px;
}
.amazing .amazing_tit {
	font-size: 20px;
}
.amazing .amazing_img_sp {
	display: block;
	text-align: center;
	margin: 30px 0 0;
}
.amazing .amazing_btn {
	margin: 20px 0 0;
	max-width: 100%;
	display: flex;
	justify-content: center;
}
.amazing .amazing_btn a {
	background: #fff;
	width: 408px;
	height: 60px;
}
.amazing .amazing_btn .btn_txt {
	padding: 0 40px;
	font-size: 16px;
	background: url("../img/arrow_amazing.svg") right 20px center no-repeat;
	background-size: 20px 20px;
}

.amazing .amazing_img {
	display: none;
}
}


/* price
----------------------------------------------- */
.price {
	background-size: 100% auto;
	padding: 100px 0 120px;
	position: relative;
}
.price_back {
	background: url("../img/bg_price.png") center bottom no-repeat #fff;
}
.price .hdl {
	margin: 0 0 55px;
}
.price .price_inner+.price_inner {
	margin: 80px 0 0;
}
.price .price_det {
	text-align: center;
	line-height: 1.6;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.price .price_hd {
	text-align: center;
	margin: 15px 0 0;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.price .price_box {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 10px;
	margin: 45px 0 0;
	position: relative;
}
.price .price_box ul {
	display: block;
}
.price .price_box > li {
	background: #fff;
	padding: 3px 2px 10px;
	box-shadow: 0 2px 4px 2px rgba(0,0,0,0.2);
	border-radius: 8px;
	min-height: 400px;
}
.price .price_box_with_normal > li {
	width: calc((100% - 20px)/4);
}
.price .price_box .box_tit {
	height: 68px;
	width: 88%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #93745b;
	/*background: linear-gradient(to bottom right, #12b6fe, #0f80c7);*/
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	border-bottom: 1px #D4D4D4 solid;
	padding: 0 5px;
	margin: 0 auto;
}
.price .price_box .box_tit_year {
	height: 68px;
	width: 88%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #93745b;
	/*background: linear-gradient(to bottom right, #12b6fe, #0f80c7);*/
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
	border-bottom: 1px #D4D4D4 solid;
	padding: 0 5px;
	margin: 0 auto;
}
.price .price_box .box_tit .tit_eng {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.price .price_box .box_tit .tit_jps {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 2px 0 0;
}
.price .price_box .box_tit_year .tit_eng {
	font-size: 22px;
	line-height: 1.3;
	letter-spacing: 0.1em;
	font-weight: 700;
}
.price .price_box .box_tit_year .tit_jps {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 2px 0 0;
}
.price_info_area {
	height: 104px;
	display: grid;
	place-items: center;
}
.price .price_box .box_num {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 15px 0 0 0;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.price .price_box .box_num_other {
	align-items: center;
	gap: 8px;
	margin: 0 autox;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 28px 0 0 0;
}
.price .price_box .box_num .num_in {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.6;
}
.price .price_box .box_num_other .num_in {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	letter-spacing: 0.1em;
	line-height: 1.6;
	font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
}
.price .price_box .box_tax_included {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 3px 0 0 0;
	padding: 0 0 24px 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.price .price_box .box_list {
	margin: 0px 15px 0 15px;
	padding: 20px 0 0 0;
	border-top: 1px #D4D4D4 solid;
	width: auto;
	min-height: 120px;
}
.price .price_box .box_list li {
	/*border-top: 1px #D4D4D4 solid;*/
	padding: 3px 0;
}
.price .price_box .box_list .list_in {
	padding: 0 0 0 20px;
	position: relative;
	line-height: 1.4;
	letter-spacing: 0.1em;
	font-size: 14px;
}
.price .price_box .box_list .list_in:before {
	position: absolute;
	content: "";
	background: url("../img/check_price.svg") center center no-repeat;
	width: 13px;
	height: 12px;
	left: 0;
	top: 7px;
	z-index: 0;
}
.price .price_box .box_list .list_txt {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.price .price_extra > li {
	padding-bottom: 25px;
	width: calc((100% - 20px)/3);
}
.price .price_box.price_extra .box_num {
	align-items: flex-end;
	gap:0;
	line-height: 2.2;
}

/* price list */
.price_info {
	margin: 20px auto 0 auto;
	text-align: center;
	height: 100px;
	width: calc((100% - 56px)/4);
	position: absolute;
	bottom: 0;
}
.price_button {
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}
.price_button_free {
	text-align: center;
	margin: 28px auto 0 auto;
	padding: 0;
	position: sticky;
	bottom: 0;
}
.price_application_button {
	text-align: center;
	margin: 50px auto 0 auto;
	padding: 0 30px;
}
.price_application_button a {
	color: #ffffff;
}
.price_application_button2 {
	text-align: center;
	margin: 20px auto 20px auto;
	padding: 0 24px;
}
.price_mess_area {
	text-align: center;
	margin: 0px auto 0 auto;
	padding: 0;
	width: 80%;
}
.price_mess {
	border-radius: 8px;
	border: none;
	background-color: #dedede;
	color: #333;
	padding: 5px 10px;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	font-size: 12px;
	font-weight: 700;
}
.btn-primary {
	border-radius: 25px;
	border: none;
	background-color: #0f80c5;
	color: #ffffff;
	cursor: pointer;
	padding: 10px 15px;
	margin: 10px auto;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	width: 80%;
	font-weight: 700;
}
.btn-primary:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}
.btn-application-primary {
	border-radius: 25px;
	border: none;
	background-color: #0f80c5;
	color: #ffffff;
	cursor: pointer;
	padding: 20px 100px;
	margin: 30px auto;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	width: 40%;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}
.btn-application-primary2 {
	border-radius: 25px;
	border: none;
	background-color: #0f80c5;
	color: #ffffff;
	cursor: pointer;
	padding: 20px 90px;
	margin: 30px auto;
	text-transform: uppercase;
	transition: all 0.1s ease-in-out;
	width: 40%;
	font-weight: 700;
	text-align: center;
	font-size: 20px;
}
.btn-application-primary:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}
.btn-application-primary2:hover {
	box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.5);
	transform: translateY(-3px);
}
.price_notes {
	margin: 30px 0 0 0;
}
.price_terms_notes {
	margin: 0 0 0 0;
}
.price_terms_notes div {
	font-size: 14px;
}
.price_notes div {
	font-size: 14px;
}

@media (max-width: 1024px) {
	.price_info {
		margin: 20px auto 0 auto;
		text-align: center;
		height: 100px;
		width: 80%;
		position: relative;
		bottom: 0;
	}
	.price_mess {
		border-radius: 8px;
		border: none;
		background-color: #dedede;
		color: #333;
		padding: 12px 15px;
		text-transform: uppercase;
		transition: all 0.1s ease-in-out;
		font-size: 16px;
		font-weight: 700;
	}
}
@media (max-width: 767px) {
	.price_info {
		margin: 20px auto 0 auto;
		padding: 0 0 20px 0;
		text-align: center;
		height: 100px;
		width: 80%;
		position: relative;
		bottom: 0;
	}
	.price_mess {
		border-radius: 8px;
		border: none;
		background-color: #dedede;
		color: #333;
		padding: 12px 15px;
		text-transform: uppercase;
		transition: all 0.1s ease-in-out;
		font-size: 16px;
		font-weight: 700;
	}
	.btn-primary {
		border-radius: 25px;
		border: none;
		background-color: #0f80c5;
		color: #ffffff;
		cursor: pointer;
		padding: 10px 15px;
		margin-top: 20px;
		text-transform: uppercase;
		transition: all 0.1s ease-in-out;
		width: 80%;
		font-size: 16px;
		font-weight: 700;
	}
	.price_application_button {
		text-align: center;
		margin: 50px auto 0 auto;
		padding: 0 30px;
	}
	.price_application_button2 {
		text-align: center;
		margin: 30px auto 30px auto;
		padding: 0 24px;
	}
	.btn-application-primary {
		border-radius: 25px;
		border: none;
		background-color: #0f80c5;
		color: #ffffff;
		cursor: pointer;
		padding: 16px 30px;
		margin-top: 20px;
		text-transform: uppercase;
		transition: all 0.1s ease-in-out;
		width: 80%;
		font-size: 16px;
		font-weight: 700;
	}
	.btn-application-primary2 {
		border-radius: 25px;
		border: none;
		background-color: #0f80c5;
		color: #ffffff;
		cursor: pointer;
		padding: 16px 24px;
		margin-top: 20px;
		text-transform: uppercase;
		transition: all 0.1s ease-in-out;
		width: 80%;
		font-size: 16px;
		font-weight: 700;
	}
	.price_mess_area {
		text-align: center;
		margin: 0px auto 0 auto;
		padding: 0;
		width: 90%;
	}
}







@media (max-width: 1440px) {
	.price {
		background: url("../img/bg_price.png") center bottom no-repeat #fff;
		background-size: auto;
	}
}
@media (max-width: 1024px) {
	.price .price_box {
		flex-wrap: wrap;
		gap: 24px;
	}
	.price .price_box > li {
		width: calc((100% - 24px)/2);
	}
}
@media (max-width: 767px) {
	.price {
		padding: 50px 0 60px;
	}
	.price .hdl {
		margin: 0 0 40px;
	}
	.price .price_inner+.price_inner {
		margin: 50px 0 0;
	}
	.price .price_hd {
		font-size: 26px;
	}
	.price .price_box {
		flex-direction: column;
		gap: 30px;
	}
	.price .price_box > li {
		width: 100%;
		padding:30px 3px 0px 3px;
	}
	.price .price_box .box_tit {
		height: 60px;
		padding: 20px 0;
	}
	.price .price_box .box_tit .tit_jps {
		font-size: 16px;
	}
	.price .price_box .box_tit .tit_eng {
		font-size: 24px;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
	.price .price_box .box_tit_year {
		height: 60px;
		padding: 20px 0;
	}
	.price .price_box .box_tit_year .tit_jps {
		font-size: 16px;
	}
	.price .price_box .box_tit_year .tit_eng {
		font-size: 24px;
		line-height: 1.3;
		letter-spacing: 0.1em;
		font-weight: 700;
	}
	.price .price_box .box_num .num_in {
		font-size: 34px;
	}
	.price .price_box .box_num_other .num_in {
		font-size: 34px;
	}
	.price .price_box .box_list .list_in:before {
		top: 5px;
	}
	.price .price_box .box_list .list_in {
		padding: 0 0 0 20px;
		position: relative;
		line-height: 1.4;
		letter-spacing: 0.1em;
		font-size: 18px;
	}
	.price_button {
		width: 100%;
		text-align: center;
		margin: 30px auto;
		padding: 0;
	}
	.price_button_free {
		width: 100%;
		min-height: 100px;
		text-align: center;
		margin: 30px auto;
		padding: 0;
	}
}


/* price button
----------------------------------------------- */
.payment-toggle {
  display: flex;
  border-radius: 9999px;
  background-color: #f0f0f0;
  padding: 4px;
  width: fit-content;
font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif;
  margin-bottom: 16px;
  margin: 20px auto 0 auto;
  text-align :center;
}

.payment-toggle .option {
  padding: 6px 14px;
  border-radius: 9999px;
  background-color: transparent;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #999;
  font-weight: bold;
  font-size: 14px;
  transition: all 0.2s;
  cursor: pointer;
}

.payment-toggle .option.active {
  background-color: white;
  color: #000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
}

.payment-toggle .badge {
  background-color: #ff0066;
  color: white;
  font-size: 11px;
  padding: 2px 6px;
  border-radius: 6px;
  font-weight: normal;
  white-space: nowrap;
}

.price-content {
  display: none;
}

.price-content.visible {
  display: block;
}












/* case
----------------------------------------------- */
.case {
	background: url("../img/bg_case.png") center 0 no-repeat;
	background-size: cover;
	padding: 100px 0 120px;
	position: relative;
}
.case .hdl {
	margin: 0 0 80px;
}
.case .hdl .hdl_eng {
	color: #F9F9F9;
}
.case .case_block {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.case .case_box {
	background: #fff;
	padding: 10px;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
}
.case .case_box .box_inner {
	border: 2px #93745B solid;
	padding: 65px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.case .case_box .box_img {
	width: 48%;
	position: relative;
}
.case .case_box .box_img .img_frame {
	position: relative;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
}
.case .case_box .box_img iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.case .case_box .box_img:before {
	display: none;
	position: absolute;
	content: "";
	background: #ACACAC;
	width: 64px;
	height: 64px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	clip-path: polygon(0 0,100% 50%,0 100%);
	z-index: 0;
}
.case .case_box .box_cont {
	width: 49%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.case .case_box .box_item {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.case .case_box .box_item li {
	border: 1px #222 solid;
	padding: 5px 15px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.case .case_box .box_tit {
	margin: 25px 0 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.02em;
	color: #93745B;
	font-family: "Noto Serif JP", serif;
}
.case .case_box .box_txt {
	margin: 15px 0 0;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.case .case_box .box_cate {
	margin: 25px 0 0;
	background: #EFEFEF;
	padding: 5px 15px;
	line-height: 1.8;
	letter-spacing: 0.1em;
	font-weight: 500;
}
.case .case_arrow {
	padding: 70px 0 40px;
	text-align: center;
}
.case .case_detail {
	border: 4px #fff solid;
	background: rgba(255,255,255,0.6);
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.case .case_detail .detail_txt {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.case .case_detail .detail_txt .txt_bg {
	background: #FFF5AC;
	padding: 0 0.2em;
}
.case .note_txt {
	margin: 0 auto 20px auto;
	text-align: center;
	padding: 0 10px;
}
@media (max-width: 1024px) {
.case .case_box .box_inner {
	padding: 65px 20px;
}
}
@media (max-width: 767px) {
.case {
	padding: 50px 0 60px;
}
.case .hdl {
	margin: 0 0 40px;
}
.case .case_box {
	background: #fff;
	padding: 10px;
}
.case .case_box .box_inner {
	padding: 40px 30px;
	flex-direction: column;
	gap: 30px;
}
.case .case_box .box_img {
	width: 100%;
}
.case .case_box .box_img:before {
	width: 40px;
	height: 40px;
}
.case .case_box .box_cont {
	width: 100%;
}
.case .case_box .box_item {
	gap: 10px;
}
.case .case_box .box_item li {
	padding: 5px 10px;
	font-size: 12px;
}
.case .case_box .box_tit {
	margin: 20px 0 0;
	font-size: 18px;
}
.case .case_box .box_txt {
	font-size: 16px;
}
.case .case_box .box_cate {
	margin: 20px 0 0;
	padding: 5px 10px;
	font-size: 12px;
}
.case .case_arrow {
	padding: 40px 0 30px;
}
.case .case_arrow img {
	width: 164px;
}
.case .case_detail {
	padding: 20px;
	gap: 20px;
}
.case .case_detail .detail_txt {
	font-size: 16px;
}
}


/* feature
----------------------------------------------- */
.feature {
	padding: 100px 0 0;
	position: relative;
}
.feature .hdl {
	margin: 0 0 80px;
}
.feature .hdl .hdl_jps {
	flex-direction: row;
}
.feature .feature_block {
	background: url("../img/bg_feature.png") center 0 no-repeat;
	background-size: cover;
	padding: 0 0 120px;
}
.feature .feature_box {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
}
.feature .feature_box.reverse {
	flex-direction: row-reverse;
}
.feature .feature_box+.feature_box {
	margin: 100px 0 0;
}
.feature .feature_box .box_cont {
	width: 47%;
	padding: 30px 0 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.feature .feature_box .box_cap {
	padding: 8px 30px 8px 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	color: #fff;
	line-height: 1;
	font-size: 28px;
	background: linear-gradient(to bottom right, #C2AB98, #A38368);
	clip-path: polygon(0 0,100% 0,calc(100% - 15px) 100%,0 100%);
	font-family: "Noto Serif JP", serif;
}
.feature .feature_box .box_cap .cap_sml {
	font-size: 18px;
}
.feature .feature_box .box_tit {
	margin: 25px 0 0;
	font-size: 28px;
	line-height: 1.3;
	font-weight: 700;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}
.feature .feature_box .box_txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 30px 0 0;
}
.feature .feature_box .box_txt .txt_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFF5AC 0%) repeat scroll 0 0;
}
.feature .feature_box .box_img {
	max-width: 48.5%;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
}

@media (max-width: 767px) {
.feature {
	padding: 50px 0 0;
}
.feature .hdl {
	margin: 0 0 40px;
}
.feature .feature_block {
	padding: 0 0 60px;
}
.feature .feature_box {
	flex-direction: column;
}
.feature .feature_box.reverse {
	flex-direction: column;
}
.feature .feature_box+.feature_box {
	margin: 50px 0 0;
}
.feature .feature_box .box_cont {
	width: auto;
	padding: 0;
}
.feature .feature_box .box_cap {
	padding: 8px 20px 8px 10px;
	font-size: 22px;
}
.feature .feature_box .box_cap .cap_sml {
	font-size: 14px;
}
.feature .feature_box .box_tit {
	font-size: 22px;
}
.feature .feature_box .box_txt {
	margin: 20px 0 0;
}
.feature .feature_box .box_img {
	max-width: 265px;
	align-self: center;
}
}


/* service
----------------------------------------------- */
.service {
	padding: 100px 0 120px;
	background: url("../img/bg_service.png") center center no-repeat;
	background-size: cover;
	position: relative;
}
.service .hdl {
	margin: 0 0 95px;
}
.service .hdl .hdl_eng {
	color: #F8F1E5;
}
.service .service_box {
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	gap: 65px 24px;
}
.service .service_box li {
	width: calc((100% - 48px)/3);
	background: #fff;
	padding: 25px 24px 30px;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
}
.service .service_box .box_img {
	text-align: center;
}
.service .service_box .box_tit {
	text-align: center;
	border-bottom: 2px #93745B solid;
	padding: 0 5px 8px;
	color: #93745B;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	margin: 25px 0 0;
	font-family: "Noto Serif JP", serif;
}
.service .service_box .box_txt {
	line-height: 1.8;
	letter-spacing: 0.1em;
	margin: 15px 0 0;
}

@media (max-width: 1024px) {
.service .service_box li {
	width: calc((100% - 24px)/2);
}
}
@media (max-width: 767px) {
.service {
	padding: 50px 0 60px;
}
.service .hdl {
	margin: 0 0 40px;
}
.service .service_box {
	gap: 40px 24px;
	flex-direction: column;
}
.service .service_box li {
	width: 100%;
	padding: 30px;
}
.service .service_box .box_tit {
	font-size: 18px;
}
}


/* reason
----------------------------------------------- */
.reason {
	background: url("../img/bg_reason.png") center bottom no-repeat;
	background-size: 100% auto;
	padding: 80px 0 120px;
	position: relative;
}
.reason .hdl {
	margin: 0 0 85px;
}
.reason .reason_box {
	display: flex;
	align-items: stretch;
	gap: 32px;
}
.reason .reason_box li {
	width: calc((100% - 64px)/3);
	border: 2px #B29984 solid;
	background: #fff;
	padding: 55px 25px 30px;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	position: relative;
}
.reason .reason_box .box_cap {
	position: absolute;
	left: 50%;
	top: 0;
	width: 152px;
	height: 40px;
	background: linear-gradient(to bottom right, #C2AB98, #A38368);
	clip-path: polygon(8px 0,100% 0,calc(100% - 8px) 100%,0 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-family: "Noto Serif JP", serif;
	font-size: 24px;
	line-height: 1;
	transform: translate(-50%,-50%);
	z-index: 1;
}
.reason .reason_box .box_ico {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.reason .reason_box .box_tit {
	margin: 25px 0 0;
	font-family: "Noto Serif JP", serif;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.reason .reason_box .box_txt {
	margin: 15px 0 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.reason .reason_box .box_txt .txt_line {
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFF5AC 0%) repeat scroll 0 0;
}
.reason .reason_note {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 15px;
	margin: 50px 0 0;
}
.reason .reason_note .note_txt {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.reason .reason_note .note_bg {
	padding: 10px 25px;
	color: #fff;
	font-size: 28px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: linear-gradient(to bottom right, #505050, #222);
}
@media (max-width: 1440px) {
.reason {
	background: url("../img/bg_reason.png") center bottom no-repeat;
	background-size: auto;
}
}
@media (max-width: 767px) {
.reason {
	padding: 40px 0 60px;
}
.reason .hdl {
	margin: 0 0 40px;
}
.reason .reason_box {
	flex-direction: column;
	gap: 50px;
}
.reason .reason_box li {
	width: 100%;
	padding: 55px 25px 30px;
}
.reason .reason_box .box_cap {
	font-size: 20px;
}
.reason .reason_box .box_tit {
	font-size: 18px;
}
.reason .reason_note .note_txt {
	font-size: 18px;
}
.reason .reason_note .note_bg {
	padding: 10px 10px;
	font-size: 22px;
}
}


/* worry
----------------------------------------------- */
.worry {
	background: url("../img/bg_worry.png") center center no-repeat;
	background-size: cover;
	padding: 150px 0 110px;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 110px),50% 100%,0 calc(100% - 110px));
	position: relative;
}
.worry .worry_cap {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	padding: 54px 0 0;
	position: relative;
}
.worry .worry_cap:before {
	position: absolute;
	content: "";
	background: #fff;
	width: 2px;
	height: 38px;
	left: 50%;
	top: 0;
	margin: 0 0 0 -1px;
	z-index: 0;
}
.worry .worry_hd {
	text-align: center;
	font-size: 46px;
	font-weight: 700;
	color: #fff;
	line-height: 1.3;
	letter-spacing: 0.1em;
	margin: 15px 0 0;
}
.worry .worry_hd .hd_sml {
	font-size: 32px;
	vertical-align: bottom;
}
.worry .worry_box {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	gap: 40px;
	max-width: 980px;
	margin: 65px auto 0;
}
.worry .worry_box li {
	width: calc((100% - 40px)/2);
	border: 8px #EFEFEF solid;
	background: #fff;
	padding: 25px;
}
.worry .worry_box .box_tit {
	display: flex;
	align-items: center;
	gap: 25px;
}
.worry .worry_box .box_tit .tit_head {
	width: 64px;
	flex-shrink: 0;
}
.worry .worry_box .box_tit .tit_txt {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.worry .worry_box .box_arrow {
	text-align: center;
	margin: 8px;
}
.worry .worry_box .box_txt {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
	text-align: center;
}
.worry .worry_box .box_txt .txt_line {
	font-size: 24px;
	letter-spacing: 0.1em;
	background:rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #FFF5AC 0%) repeat scroll 0 0;
}
.worry .worry_det {
	text-align: center;
	margin: 65px 0 0;
	font-size: 30px;
	color: #fff;
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.1em;
}
.worry .worry_note {
	text-align: center;
	margin: 15px 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.worry .worry_item {
	display: flex;
	margin: 25px 0 0;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}
.worry .worry_item li {
	padding: 3px 15px;
	text-align: center;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: linear-gradient(to bottom right, #505050, #222);
}

@media (max-width: 767px) {
.worry {
	padding: 80px 0 60px;
	clip-path: polygon(0 0,100% 0,100% calc(100% - 60px),50% 100%,0 calc(100% - 60px));
}
.worry .worry_cap {
	font-size: 16px;
	padding: 40px 0 0;
}
.worry .worry_cap:before {
	height: 30px;
}
.worry .worry_hd {
	font-size: 34px;
}
.worry .worry_hd .hd_sml {
	font-size: 22px;
	display: block;
}
.worry .worry_box {
	flex-direction: column;
	margin: 40px 0 0;
}
.worry .worry_box li {
	width: 100%;
	padding: 30px 20px;
}
.worry .worry_box .box_tit {
	gap: 15px;
}
.worry .worry_box .box_tit .tit_head {
	width: 50px;
}
.worry .worry_box .box_tit .tit_txt {
	font-size: 14px;
}
.worry .worry_box .box_txt {
	font-size: 14px;
}
.worry .worry_box .box_txt .txt_line {
	font-size: 18px;
}
.worry .worry_det {
	margin: 40px 0 0;
	font-size: 22px;
}
.worry .worry_note {
	font-size: 16px;
}
.worry .worry_item {
	margin: 20px 0 0;
	gap: 8px;
}
.worry .worry_item li {
	font-size: 16px;
}
}


/* main
----------------------------------------------- */
.main {
	background: url("../img/bg_main.png") right bottom no-repeat;
	background-size: cover;
	padding: 190px 20px 0;
}
.main .main_box {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 10px;
}
.main .main_cont {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 0;
	padding: 15px 0 0;
}
.main .main_cap {
	position: relative;
}
.main .main_cap:before {
	position: absolute;
	content: "";
	background: #222;
	width: 5%;
	height: 2px;
	right: 46%;
	bottom: 0;
	transform: rotate(-45deg);
	transform-origin: right top;
	z-index: 0;
}
.main .main_cap .cap_in {
	position: relative;
	padding: 0 0 15px;
	font-size: min(30px,2.08vw);
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.main .main_cap .cap_in:before {
	position: absolute;
	content: "";
	width: 49%;
	height: 2px;
	background: #222;
	left: 0;
	bottom: 0;
	z-index: 0;
}
.main .main_cap .cap_in:after {
	position: absolute;
	content: "";
	width: 46%;
	height: 2px;
	background: #222;
	right: 0;
	bottom: 0;
	z-index: 0;
}
.main .main_tit {
	margin: 25px 0 0;
	font-size: min(60px,4.16vw);
	font-weight: 700;
	line-height: 1.6;
}
.main .main_tit .tit_txt {
	background: linear-gradient(to bottom, #505050, #505050, #222);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}
.main .main_item {
	display: flex;
	align-items: stretch;
	gap: 15px;
	margin: min(45px,3.125vw) 0 0;
}
.main .main_item li {
	width: min(206px,14.3vw);
	height: min(206px,14.3vw);
	background: #fff;
	border: 2px #B29984 solid;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
}
.main .main_item .item_txt {
	font-size: min(18px,1.25vw);
	text-align: center;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.main .main_item .item_txt .txt_lar {
	font-size: min(22px,1.53vw);
	color: #93745B;
}
.main .main_img {
	margin: 0 -125px 0 0;
}
.main .main_cta {
	max-width: 1100px;
	margin: 0 auto;
	background: linear-gradient(to right, #75D3D9, #0BB2BC);
	padding: 8px;
	transform: translateY(80px);
	position: relative;
	z-index: 2;
}
.main .main_cta .cta_inner {
	border: 1px #fff solid;
	padding: 40px 55px 40px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.main .main_cta .cta_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	color: #fff;
}
.main .main_cta .cta_cap {
	padding: 0 15px 0 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	line-height: 1.6;
	position: relative;
}
.main .main_cta .cta_cap:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	background: #fff;
	transform: rotate(-30deg);
	z-index: 0;
}
.main .main_cta .cta_cap:after {
	position: absolute;
	content: "";
	width: 1px;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	transform: rotate(30deg);
	z-index: 0;
}
.main .main_cta .cta_cap .cap_lar {
	font-size: 20px;
}
.main .main_cta .cta_tit {
	text-align: center;
	margin: 10px 0 0;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.main .main_cta .cta_btn a {
	background: #fff;
	width: 408px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.1);
}
.main .main_cta .cta_btn a:hover {
	opacity: 0.5;
}
.main .main_cta .cta_btn .btn_txt {
	padding: 0 70px;
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 500;
	color: #28ADC5;
	letter-spacing: 0.1em;
	background: url("../img/arrow_main.svg") right 30px center no-repeat;
}
.main .main_img_sp {
	display: none;
}

@media (max-width: 1024px) {
.main {
	padding: 100px 20px 0;
}
.main .main_cta .cta_inner {
	flex-direction: column;
}
}
@media (max-width: 767px) {
.main {
	background: url("../img/bg_main_sp.png") center center no-repeat;
	background-size: cover;
	padding: 80px 0 0;
}
.main .main_box {
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.main .main_cont {
	align-items: center;
	padding: 0;
}
.main .main_cap .cap_in {
	padding: 0 0 10px;
	font-size: min(15px,4vw);
}
.main .main_tit {
	margin: 20px 0 0;
	font-size: min(36px,9.6vw);
	line-height: 1.4;
	text-align: center;
}
.main .main_tit .tit_txt {
	display: block;
}
.main .main_item {
	justify-content: center;
	gap: 0;
	margin: 20px 0 0;
}
.main .main_item li {
	width: min(124px,34vw);
	height: min(124px,34vw);
	border: 1px #B29984 solid;
	margin: 0 -5px;
	position: relative;
}
.main .main_item .item_txt {
	font-size: min(12px,3.2vw);
	font-weight: 500;
	letter-spacing: 0.05em;
}
.main .main_item .item_txt .txt_lar {
	font-size: min(14px,3.73vw);
}
.main .main_img {
	display: none;
}
.main .main_img_sp {
	display: block;
	text-align: center;
	margin: 15px 0 0;
	padding: 0 10px;
}

.main .main_cta {
	padding: 0;
	transform: translateY(0);
	margin: 20px 0 0;
}
.main .main_cta .cta_inner {
	border: none;
	padding: 20px 10px;
	gap: 15px;
}
.main .main_cta .cta_cap {
	padding: 0 15px 0 20px;
	font-size: 13px;
}
.main .main_cta .cta_cap .cap_lar {
	font-size: 15px;
}
.main .main_cta .cta_tit {
	margin: 5px 0 0;
	font-size: 15px;
	letter-spacing: 0.02em;
}
.main .main_cta .cta_btn a {
	width: min(315px,84vw);
	height: 60px;
}
.main .main_cta .cta_btn .btn_txt {
	padding: 0 50px;
	font-size: 16px;
	background: url("../img/arrow_main.svg") right 25px center no-repeat;
	background-size: 22px 22px;
}
	
.main .main_cap:before {
	height: 1px;
}
.main .main_cap .cap_in:before {
	height: 1px;
}
.main .main_cap .cap_in:after {
	height: 1px;
}
}


/* voice
----------------------------------------------- */
.voice {
	background: url("../img/bg_voice.png") center bottom no-repeat #E7DBCC;
	background-size: 100% auto;
	position: relative;
	padding: 100px 0 120px;
}
@media (max-width: 1440px) {
.voice {
	background: url("../img/bg_voice.png") center bottom no-repeat #E7DBCC;
	background-size: auto;
}
}
.voice .hdl {
	margin: 0 0 40px;
}
.voice .hdl .hdl_eng {
	color: #F8F0E6;
}

.voice .voice_navi {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.voice .slick-slide {
	margin: 0 40px 0 0;
}
.voice .slick-arrow {
	width: 48px;
	height: 48px;
	outline: none;
	margin: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.voice .slider_prev {
	background-image: url("../img/prev_slider.svg");
}
.voice .slider_next {
	background-image: url("../img/next_slider.svg");
}
.voice .slider_dot .slick-dots {
	display: flex;
	justify-content: center;
	gap:16px;
}
.voice .slider_dot .slick-dots li {
	margin: 0;
	padding: 0;
	font-size: 0;
	border: none;
}
.voice .slider_dot .slick-dots li button {
	background: #fff;
	border: none;
	padding: 0;
	margin: 0;
	width: 8px;
	height: 8px;
	font-size: 0;
	cursor: pointer;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.voice .slider_dot .slick-dots li.slick-active button {
	background: #222;
}
.voice .voice_slider {
}
.voice .slick-list {
	width: 100vw;
	padding: 40px 0;
}
.voice .voice_item {
	background: #fff;
	display: block;
	width: 450px;
	padding: 30px;
	-webkit-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-moz-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-ms-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	-o-box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
	box-shadow: 6px 6px 32px rgba(0,0,0,0.1);
}
.voice .voice_item .item_cap {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.voice .voice_item .item_cap li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4px 15px;
	color: #fff;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.1em;
	background: linear-gradient(to bottom right, #505050, #222);
}
.voice .voice_item .item_img {
	text-align: center;
	margin: 30px 0 0;
}
.voice .voice_item .item_tit {
	margin: 30px 0 0;
	font-size: 24px;
	color: #93745B;
	font-weight: 700;
	line-height: 1.6;
	letter-spacing: 0.1em;
	font-family: "Noto Serif JP", serif;
}
.voice .voice_item .item_txt {
	margin: 15px 0 0;
	line-height: 1.8;
	letter-spacing: 0.1em;
}
.voice .voice_item .item_cate {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	margin: 15px 0 0;
}
.voice .voice_item .item_cate li {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 4px 15px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
	background: #EFEFEF;
}

@media (max-width: 767px) {
.voice {
	padding: 50px 0 60px;
}
.voice .hdl {
	margin: 0 0 20px;
}

.voice .voice_navi {
	gap: 20px;
}
.voice .slick-slide {
	margin: 0 20px 0 0;
}
.voice .slick-arrow {
	width: 40px;
	height: 40px;
	background-size: 40px 40px;
}
.voice .slider_dot .slick-dots {
	gap:10px;
	flex-wrap: wrap;
}
.voice .slick-list {
	width: 100vw;
	padding: 40px 0;
}
.voice .voice_item {
	width: 280px;
	padding: 20px;
}
.voice .voice_item .item_cap {
	gap: 5px;
}
.voice .voice_item .item_cap li {
	padding: 4px 10px;
	font-size: 12px;
}
.voice .voice_item .item_img {
	margin: 20px 0 0;
}
.voice .voice_item .item_tit {
	margin: 20px 0 0;
	font-size: 18px;
}
.voice .voice_item .item_cate {
	gap: 5px;
}
.voice .voice_item .item_cate li {
	padding: 4px 10px;
	font-size: 12px;
}
}

.youtube_area {
	width: 100%;
	aspect-ratio: 16 / 9;
}
.youtube_area iframe {
	width: 100%;
	height: 100%;
}

/* terms
----------------------------------------------- */
.terms_area {
	position: relative;
	padding: 100px 0 10px;
}
.terms_area .hdl {
	margin: 0 0 80px;
}
.article_area {
	margin: 0 0 30px 0;
}
.article_area .box_txt {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.article_area .box_title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
ol.terms {
	list-style: none;
	counter-reset: number;
}
ol.terms li {
	position: relative;
	padding-left: 40px;
	line-height: 1.8;
}
ol.terms li::before {
	counter-increment: number;
	content: '（' counter(number) '）';
	position: absolute;
	left: 0;
}

ol.terms_type2 {
	list-style: none;
	counter-reset: number;
}
ol.terms_type2 li {
	position: relative;
	margin: 0 0 0 20px;
	list-style: dotted-decimal;
	line-height: 1.8;
}
ol.terms_type2 li ol {
	margin: 0 0 0 0;
}
ol.terms_type2 li ol li {
	position: relative;
	padding-left: 40px;
	list-style: none;
	line-height: 1.8;
	margin: 0 0 0 0;
}
ol.terms_type2 li ol li::before {
	counter-increment: number;
	content: '（' counter(number) '）';
	position: absolute;
	left: 0;
}
.number-reset {
	counter-reset: number;
}
.number-reset2 {
	counter-reset: number 1;
}
.number-reset3 {
	counter-reset: number 2;
}
.number-reset4 {
	counter-reset: number 3;
}
.number-reset5 {
	counter-reset: number 4;
}
.number-reset6 {
	counter-reset: number 5;
}
.schedule {
	position: relative;
	padding: 30px 0 120px;
}
.table_schedule {
	width: 100%;
}
.table_schedule th {
	border: solid 1px #ccc;
	background-color: #e9eefb;
	color: #333;
	padding: 10px;
	font-weight: 700;
}
.table_schedule th.item_name {
	text-align: center;
}
.table_schedule td {
	border: solid 1px #ccc;
	background-color: #ffffff;
	color: #000;
	padding: 10px;
	text-align: center;
}
@media (max-width: 767px) {
	.schedule {
		position: relative;
		padding: 0px 0 120px;
	}
	.terms_area {
		padding: 50px 0 10px;
	}
	.terms_area .hdl {
		margin: 0 0 40px;
	}
	ol.terms_type2 li ol li {
		position: relative;
		padding-left: 30px;
		list-style: none;
		line-height: 1.8;
		margin: 0 0 0 0;
	}
	.table_scroll_area{
		overflow-x : auto;
		white-space: nowrap;
	}
}

/* 会社概要
----------------------------------------------- */
.company_area {
	position: relative;
	padding: 100px 0 120px;
}
.company_area .hdl {
	margin: 0 0 80px;
}
.company_table {
  border-collapse: collapse;
  width: 100%;
}
.company_table tr {
  background-color: #e6f1f6;
}
.company_table tr:nth-child(odd) {
  background-color: #fff;
}
.company_table th, .company_table td {
  padding: 1em;
}
.company_table th {
  font-weight: bold;
  text-align: center;
  width: 20%;
  min-width: 4em;
}
.company_map {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	/* 16:9のアスペクト比 */
	height: 0;
	margin: 100px 0 0 0;
}
.company_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
@media (max-width: 767px) {
	.company_area {
		padding: 50px 0 60px;
	}
	.company_area .hdl {
		margin: 0 0 40px;
	}
	.company_map {
		position: relative;
		width: 100%;
		padding-top: 56.25%;
		/* 16:9のアスペクト比 */
		height: 0;
		margin: 30px 0 0 0;
	}
}

/* お問い合わせ
----------------------------------------------- */
.contact_area {
	position: relative;
	padding: 100px 0 120px;
}
.contact_area .hdl {
	margin: 0 0 80px;
}
.contact_area .box_txt {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
	text-align: center;
}
.contact_line {
	margin: 20px auto;
	text-align: center;
}
.google_form {
	margin: 50px auto;
}
@media (max-width: 767px) {
	.contact_area .box_txt {
		font-size: 16px;
		line-height: 1.6;
		letter-spacing: 0.1em;
		text-align: left;
	}
}

/* privacy
----------------------------------------------- */
.privacy_area {
	position: relative;
	padding: 100px 0 100px;
}
.privacy_area .hdl {
	margin: 0 0 80px;
}
.privacy_area .article_area {
	margin: 0 0 30px 0;
}
.privacy_area .article_area .box_txt {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
.privacy_area .article_area .box_txt2 {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 0.1em;
}
ul.privacy_list {
	list-style: none;
	counter-reset: number;
}
ul.privacy_list li {
	position: relative;
	padding-left: 0px;
	line-height: 1.8;
	list-style: disc;
	margin: 0 0 0 40px;
}
.box_txt a:link {
	color: #1a0dab;
}
.box_txt a:visited  {
	color: #1a0dab;
}
.box_txt a:hover {
	color: #1a0dab;
}
.box_txt a:active {
	color: #1a0dab;
}
.btn_note {
	margin: 0 auto;
	text-align: center;
}