/*--------------------------------------------------------------*/
/* MainReset */
/*--------------------------------------------------------------*/
html {
	font-size: 62.5%;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased
}
body, div, dl, dt, dd, ul, ol, li, pre, code, 
form, fieldset, legend, input, textarea, figure, 
p, blockquote, th, td {
	font-size: 1.8rem;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 2.7rem;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
/* min767 */
@media screen and (min-width: 767px) {
	a[href^="tel:"] {
		pointer-events: none;
		cursor: default;
		text-decoration: none;
	}
}
/* 768 */
@media (max-width: 768px) {
	body, div, dl, dt, dd, ul, ol, li, pre, code, 
	form, fieldset, legend, input, textarea, figure, 
	p, blockquote, th, td {
		font-size: 1.7rem;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 2.4rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	body, div, dl, dt, dd, ul, ol, li, pre, code, 
	form, fieldset, legend, input, textarea, figure, 
	p, blockquote, th, td {
		font-size: 1.6rem;
	}
	h1, h2, h3, h4, h5, h6 {
		font-size: 2.1rem;
	}
}
/* font */
body {
	color: #333;
	font-family: "kozuka-gothic-pro", "小塚ゴシック Pro", "Kozuka Gothic Pro", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	-mts-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
a {
	color: inherit;
	text-decoration: none;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}

/*--------------------------------------------------------------*/
/* FONT */
/*--------------------------------------------------------------*/
.imp {
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.din {
	font-family: "din-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
}

/*--------------------------------------------------------------*/
/* 共通 base */
/*--------------------------------------------------------------*/
::selection {
	background: #1efde74d;
	/*color: #fff;*/
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.5s;
}
body.is-pc a:hover {
	color: #FFB413;
}
p {
	line-height: 1.8;
}
strong {
	background: linear-gradient(transparent 60%,#FFE600 40%)!important;
}
.content {
	max-width: 960px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	transition: .3s padding ease;
}
.content2 {
	max-width: 1140px;
	width: 100%;
	padding: 0 20px;
	margin: 0 auto;
	transition: .3s padding ease;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.center {
	text-align: center;
}

/*--------------------------------------------------------------*/
/* section.white */
/*--------------------------------------------------------------*/
section.white,
aside.white {
	background: #fff;
	color: #000;
}

/*--------------------------------------------------------------*/
/* header.type01 */
/*--------------------------------------------------------------*/
header.type01 {
	text-align: center;
	margin-bottom: 120px;
}
header.type01 span.eng {
	font-size: 6.0rem;
}
header.type01 h1 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #a0ba2e;
}
header.type01.white span.eng,
header.type01.white h1 {
	color: #fff;
}
/* 1240 */
@media (max-width: 1240px) {
	header.type01 {
		margin-bottom: max(9.677vw, 60px); //120px;
	}
	header.type01 span.eng {
		font-size: max(4.84vw, 4.2rem); //6.0rem;
	}
	header.type01 h1 {
		font-size: max(2.02vw, 1.8rem); //2.5rem;
	}
}

/*--------------------------------------------------------------*/
/* MAIN */
/*--------------------------------------------------------------*/
body.sub main {
	margin-top: 114px;
	transition: margin .3s ease;
}
/* 1130 */
@media (max-width: 1130px) {
	body.sub main {
		margin-top: 70px;
	}
}

/*--------------------------------------------------------------*/
/* .fixed */
/*--------------------------------------------------------------*/
.fixed {
	position: fixed!important;
	top: 0px;
	z-index: 99;
	animation: moveimg 1s 1;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	border-bottom: none!important;
}
@keyframes moveimg {
	0% { top: -350px; }
	100% { top: 0px; }
}

/*--------------------------------------------------------------*/
/* パララックス */
/*--------------------------------------------------------------*/
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.lv_fade,
.mv_fade {
	opacity: 0;
}
.mv_fade0 {
	opacity: 1;
}
.mv_left {
	opacity: 0;
	left: -40px;
}
.mv_right {
	opacity: 0;
	right: -40px;
}
.mv_up {
	opacity: 0;
	top: 40px;
}
.mv_down {
	opacity: 0;
	top: -40px;
}

/*--------------------------------------------------------------*/
/* 共通 .bbtn */
/*--------------------------------------------------------------*/
.bbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	gap: 20px 0;
	max-width: 460px;
	min-width: 260px;
	width: 45%;
	padding: 24px 0;
	margin: 0 auto;
	background: #FFB413;
	box-shadow: 0 1px 2px 0px rgba(0,0,0,0.3);
	line-height: 1;
	position: relative;
	z-index: 8;
	transition: background .3s ease;

}
.bbtn span {
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.bbtn span.txt {
	font-size: 2.1rem;
}
.bbtn span.arrow {
	font-size: 3.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
}
.bbtn span.arrow i {
	font-size: 70%;
	transition: transform .3s ease;
}
.bbtn:hover i {
	transform: translateX(5px);
}
.bbtn:hover {
	background: red;
}
/* 1130 */
@media (max-width: 1130px) {
	.bbtn {
		padding: max(1.935vw, 17px) 0;
	}
	.bbtn span.txt {
		font-size: max(1.69vw, 1.5rem); //2.1rem;
	}
	.bbtn span.arrow {
		font-size: max(2.66vw, 2.0rem); //3.3rem;
		gap: 0 max(1.613vw, 10px); //20px;
	}
}

/*--------------------------------------------------------------*/
/* 共通 a.btn */
/*--------------------------------------------------------------*/
a.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 0 25px;
	background: #FFB413;
	border-radius: 40px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.3);
	transition: background .3s ease;
}
a.btn.green {
	background: #009F8F;
}
a.btn i {
	font-size: 1.6rem;
	transition: transform .3s ease;
}
body.is-pc a.btn:hover {
	background: red;
	color: #fff;
}
body.is-pc a.btn:hover i {
	transform: translateX(2px);
}
/* 1130 */
@media (max-width: 1130px) {
	a.btn {
		gap: 0 max(2.016vw, 18px); //25px;
		font-size: max(1.61vw, 1.6rem); //2.0rem;
		padding: 10px max(2.419vw, 21px) 10px max(3.226vw, 28px);
	}
	a.btn i {
		font-size: max(1.29vw, 1.4rem); //1.6rem;
	}
}

/*--------------------------------------------------------------*/
/* 共通 img.qhouse */
/*--------------------------------------------------------------*/
/* 1130 */
@media (max-width: 1130px) {
	img.qhouse {
		width: max(13.226vw, 115px); //164px;
	}
}

/*--------------------------------------------------------------*/
/* 共通 .btn_link */
/*--------------------------------------------------------------*/
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: none;
	border-style: none;
	line-height: 1.2;
	background: #a0ba2e;
	color: #fff;
	padding: 16px 10px 14px 10px;
	width: 220px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: block;
	margin: 0 auto;
	transition: .3s ease;
}
input[type="submit"]:hover {
	background-color: #ef6f2e;
}
/* 580 */
@media (max-width: 580px) {
	input[type="submit"] {
		margin: 30px auto 0 auto;
	}
}

/*---------------------------------------------*/
/* common -> pd_std */
/*---------------------------------------------*/
.pd_std {
	padding-top: 120px;
	padding-bottom: 120px;
}
.pd_std.bzero {
	padding-bottom: 0px;
}
.pd_std.tzero {
	padding-top: 0px;
}
/* 1240 */
@media (max-width: 1240px) {
	.pd_std {
		padding-top: max(9.677vw, 60px); //120px;
		padding-bottom: max(9.677vw, 60px); //120px;
	}
}

/*--------------------------------------------------------------*/
/* 共通 レスポンシブ関連 */
/*--------------------------------------------------------------*/
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
.unique {
	display: none;
}

/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none!important;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_none {
		display: none!important;
	}
}

/*--------------------------------------------------------------*/
/* htype01 */
/*--------------------------------------------------------------*/
.htype01 span.row1 {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
	font-size: 2.4rem;
	font-weight: bold;
	text-align: center;
}
.htype01 span.row2 {
	display: block;
	font-size: 4.2rem;
	font-weight: bold;
	color: #009F8F;
	text-align: center;
}
.htype01.white span {
	color: #fff!important;
}
/* 1130 */
@media (max-width: 1130px) {
	.htype01 span.row1 {
		font-size: max(1.94vw, 1.6rem); //2.4rem;
	}
	.htype01 span.row2 {
		font-size: max(3.39vw, 2.8rem); //4.2rem;
	}
}

/*--------------------------------------------------------------*/
/* START */
/*--------------------------------------------------------------*/
.start {
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 98;
	/*display: none;*/ /* debug */
}
.start img {
	position: fixed;
	top: 50%;
	left: 50%;
	max-width: 300px;
	width: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: none;
	z-index: 9999;
}

/*--------------------------------------------------------------*/
/* #header -> #gnav */
/*--------------------------------------------------------------*/
#gnav {
	display: flex;
	justify-content: space-between;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 114px;
	padding: 15px 20px 10px 20px;
	background: #fff;
	transition: padding .3s ease, background .3s ease, height .3s ease, box-shadow .3s ease;
	z-index: 11;
}
#gnav.active {
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.3);
	padding: 7px 20px 4px 20px;
	height: 86px;
}
#gnav div.inner {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}
#gnav nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#gnav nav div.logo {
	width: 240px;
	flex-shrink: 0;
	transition: width .3s ease;
}
#gnav nav div.logo img {
	width: 100%;
	display: block;
}
#gnav nav div.tel a {
	color: #009F8F;
	font-size: 4.2rem;
	line-height: 1;
}
#gnav nav div.tel a img {
	margin-right: 10px;
}
#gnav nav div.tel span.txt {
	color: #333;
	display: block;
	text-align: center;
	padding-left: 10px;
	font-size: 1.4rem;
}
#gnav nav div.res a {
	display: block;
	background: #009F8F;
	border-radius: 40px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	transition: background .3s ease;
}
body.is-pc #gnav nav div.res a:hover {
	background: red;
}
#gnav nav div.req a {
	display: block;
	background: #FFB413;
	border-radius: 40px;
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	transition: background .3s ease;
}
body.is-pc #gnav nav div.req a:hover {
	background: red;
}
#gnav nav div.res a i,
#gnav nav div.req a i {
	margin-left: 20px;
	font-size: 1.6rem;
	transform: translateY(-1px);
	transition: transform .3s ease;
}
body.is-pc #gnav nav div.res a:hover i,
body.is-pc #gnav nav div.req a:hover i {
	transform: translate(3px, -1px);
}
#gnav nav ul {
	display: flex;
	align-items: center;
	gap: 0 10%;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gnav nav ul li a {
	font-size: 2.4rem;
}
#gnav div.tel365 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
#gnav div.tel365 .head_tel {
	font-size: 2.4rem;
	font-weight: bold;
}
#gnav div.tel365 .head_tel i {
	font-size: 2.2rem;
	margin-right: 2px;
}
#gnav div.tel365 div.eigyou dl {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 0 10px;
}
#gnav div.tel365 div.eigyou dl dt {
	display: inline-block;
	background: #e11919;
	color: #fff;
	line-height: 1.2;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 4px 5px 5px 5px;
}
/* scrol gnav.active */
#gnav.active nav div.logo {
	width: 190px;
}
#gnav.active nav div.tel span.txt {
	margin-top: -10px;
}
/* 1130 */
@media (max-width: 1130px) {
	#gnav,
	#gnav.active {
		height: 70px;
		padding: 7px 20px 4px 20px;
	}
	#gnav nav div.logo,
	#gnav.active nav div.logo {
		width: 163px;
	}
	#gnav nav div.tel,
	#gnav nav div.res,
	#gnav nav div.req {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	#gnav,
	#gnav.active {
		padding-left: 10px;
		padding-right: 10px;
	}
	#gnav nav div.logo,
	#gnav.active nav div.logo {
		width: 150px;
	}
}

/*--------------------------------------------------------------*/
/* #header -> sp_menu_btn */
/*--------------------------------------------------------------*/
#header .sp_menu_btn {
	width: 40px;
	cursor: pointer;
	z-index: 99;
}
#header .sp_menu_btn div.mtxt {
	text-align: center;
	color: #009F8F;
	font-size: 1.8rem;
	margin-top: 6px;
	transform: translateX(1px);
}
#open {
	height: 23px;
	position: relative;
}
#open2 {
	display: none;
}
.menu--active #open2 {
	display: block;
	height: 23px;
	width: 25px;
	position: fixed;
	z-index: 10;
	top: 25px;
	right: 25px;
	cursor: pointer;
}
.menu_line {
	background: #009F8F;
	display: block;
	height: 3px;
	position: absolute;
	transition: transform .3s ease;
	width: 100%;
}
.menu--active .menu_line {
	background: #fff!important;
}
.menu_line-center {
	top: 10px;
}
.menu_line-bottom {
	bottom: 0;
}
.menu--active .menu_line-top {
	top: 9px;
	transform: rotate(45deg);
}
.menu--active .menu_line-center {
	transform:scaleX(0);
}
.menu--active .menu_line-bottom {
	bottom: 11px;
	transform: rotate(135deg);
}
/* 1220 */
@media (max-width: 1220px) {
	#header .sp_menu_btn {
		display: block;
	}
}
/* 580 */
@media (max-width: 580px) {
	#header .sp_menu_btn {
		padding-top: 6px;
	}
}

/*--------------------------------------------------------------*/
/* #header -> sp_menu_right & sp_menu_left */
/*--------------------------------------------------------------*/
/* sp_menu_right */
.sp_menu_right {
	background: #009F8F;
	height: 100vh;
	overflow-y: auto;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	width: 60%;
	padding: 70px 0 0 60px;
	z-index: 2001;
	-webkit-overflow-scrolling: touch;
}
.sp_menu_right ul.nav {
	margin-bottom: 20px;
}
.sp_menu_right ul.nav li {
	font-size: 1.8rem;
	padding: 10px 0;
	position: relative;
}
.sp_menu_right ul.nav li a {
	font-family: "impact", sans-serif;
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	background: #009F8F;
	color: #fff;
	padding-left: 1px;
	transition: .3s ease;
}
.sp_menu_right ul.nav li::after {
	content: '';
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #fff;
	position: absolute;
	top: 50%;
	left: 2px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
body.is-pc .sp_menu_right ul.nav li a:hover {
	opacity: 1;
	transform: translateX(6px);
}
.menu--active .sp_menu_right {
	right: 60%;
}
/* tel, res, req */
.sp_menu_right div.tel {
	max-width: 230px;
	border: 2px solid #fff;
	padding: 7px 8px 5px 8px;
	text-align: center;
}
.sp_menu_right div.tel a {
	color: #fff;
	font-size: 3.2rem;
	line-height: 1;
}
.sp_menu_right div.tel a img {
	margin-right: 10px;
	width: 22px;
}
.sp_menu_right div.tel span.txt {
	color: #fff;
	display: block;
	margin-top: -3px;
	padding-left: 10px;
	font-size: 1.2rem;
}
.sp_menu_right div.res {
	max-width: 250px;
	margin-bottom: 20px;
}
.sp_menu_right div.res a {
	display: block;
	background: #00d5bf;
	border-radius: 40px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	transition: background .3s ease;
}
body.is-pc .sp_menu_right div.res a:hover {
	background: red;
}
.sp_menu_right div.req {
	max-width: 250px;
	margin-bottom: 20px;
}
.sp_menu_right div.req a {
	display: block;
	background: #FFB413;
	border-radius: 40px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	padding: 10px 30px 10px 40px;
	transition: background .3s ease;
}
body.is-pc .sp_menu_right div.req a:hover {
	background: red;
}
.sp_menu_right div.res a i,
.sp_menu_right div.req a i {
	margin-left: 20px;
	font-size: 1.6rem;
	transform: translateY(-1px);
	transition: transform .3s ease;
}
body.is-pc .sp_menu_right div.res a:hover i,
body.is-pc .sp_menu_right div.req a:hover i {
	transform: translate(3px, -1px);
}
/* sp_menu_left */
.sp_menu_left {
	transform: translateX(-100%);
	transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: url(../images/main_visual.jpg) no-repeat;
	background-size: auto 100%;
	background-position: center center;
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 40%;
	z-index: 2001;
}
.sp_menu_left::after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
}
.sp_menu_left img {
	max-width: 300px;
	width: 90%;
	margin-top: 40px;
	position: relative;
	z-index: 9;
}
.menu--active .sp_menu_left {
	left: 40%;
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	/* sp_menu_right */
	.sp_menu_right {
		padding: 30px 0 0 30px;
	}
	.sp_menu_right ul.nav li {
		font-size: 1.6rem;
		padding: 6px 0;
	}
	.sp_menu_right div.res {
		max-width: 180px;
		margin-left: -7px;
	}
	.sp_menu_right div.req {
		max-width: 180px;
		margin-left: -7px;
	}
	.sp_menu_right div.res a {
		font-size: 1.5rem;
		padding: 7px 10px 7px 20px;
	}
	.sp_menu_right div.req a {
		font-size: 1.5rem;
		padding: 7px 10px 7px 20px;
	}
	.sp_menu_right div.res a i,
	.sp_menu_right div.req a i {
		margin-left: 10px;
		font-size: 1.4rem;
	}
	/* tel */
	.sp_menu_right div.tel {
		max-width: 180px;
		margin-left: -7px;
		padding: 7px 5px 7px 5px;
	}
	.sp_menu_right div.tel a {
		font-size: 2.4rem;
	}
	.sp_menu_right div.tel a img {
		margin-right: 5px;
		width: 18px;
	}
	.sp_menu_right div.tel span.txt {
		margin-top: -3px;
		padding-left: 6px;
		font-size: 1.0rem;
	}
	/* sp_menu_left */
	.sp_menu_left {
		animation: act_anime 10s infinite alternate linear;
	}
	.sp_menu_left img {
		width: 40%;
		margin-left: auto;
		margin-right: auto;
	}
}
@keyframes act_anime {
	0% { 
		background-position: right 63% center;
	}
	100% { 
		background-position: right 37% center;
	}
}

/*--------------------------------------------------------------*/
/* MAIN_VISUAL */
/*--------------------------------------------------------------*/
#main_visual {
	overflow: hidden;
	padding-top: 114px;
	height: 100svh;
	position: relative;
}
#main_visual .inner {
	width: calc(1140px + ((100% - 1140px) / 2));
	margin-left: auto;
	position: absolute;
	top: 0;
	right: 0;
	height: 92%;
	margin-top: 90px;
	z-index: -1;
}
#main_visual .bk {
	background: rgba(0,159,143,0.2);
	width: calc(1140px + ((100% - 1140px) / 2));
	position: absolute;
	top: 0;
	left: 0;
	height: 92%;
	z-index: -2;
}
#main_visual .inner img.bk {
	margin-left: 40px;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#main_visual .content2 {
	position: relative;
	height: 100%;
}
#main_visual .content2 img.htext {
	position: absolute;
	top: 40%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
}
#main_visual .content2 img.three {
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
/* 1130 */
@media (max-width: 1130px) {
	#main_visual .inner {
		margin-top: 70px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#main_visual .content2 img.htext {
		top: 40%;
	}
	#main_visual .content2 img.three {
		bottom: 5%;
		width: 95%;
	}
}
/* 580 */
@media (max-width: 580px) {
	#main_visual {
		padding-top: 70px;
		height: 94svh;
		position: relative;
	}
}

/*--------------------------------------------------------------*/
/* About */
/*--------------------------------------------------------------*/
#About {
	text-align: center;
	padding-top: 40px;
}
#About .content2 {
	position: relative;
	background: rgba(0,159,143,0.2);
}
#About .content2::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -50%;
	width: 50%;
	margin-top: -300px;
	height: calc(100% + 300px);
	background: rgba(0,159,143,0.2);
}
#About .content2::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 300px;
	margin-top: -300px;
	background: rgba(0,159,143,0.2);
	z-index: -2;
}
#About div.text p.txt {
	font-size: 2.4rem;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 10px;
}
#About div.text h3 {
	font-size: 3.6rem;
	font-weight: bold;
}
#About .content2 .wrap {
	transform: translateY(100px);
	margin-top: -70px;
	margin-bottom: 70px;
}
#About .content2 .wrap .req_msg {
	font-weight: bold;
	margin-top: 10px;
}
/* 1130 */
@media (max-width: 1130px) {
	#About div.text p.txt {
		font-size: max(1.94vw, 1.6rem); //2.4rem;
	}
	#About div.text h3 {
		font-size: max(2.9vw, 2.0rem); //3.6rem;
	}
}

/*--------------------------------------------------------------*/
/* Manzoku */
/*--------------------------------------------------------------*/
#Manzoku {
	text-align: center;
}

/*--------------------------------------------------------------*/
/* Voice */
/*--------------------------------------------------------------*/
#Voice header {
	margin-bottom: 30px;
}
#Voice ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 3%;
	margin-bottom: 60px;
}
#Voice ul li {
	width: calc(94% / 3);
	background: #FAF1D9;
	padding: 25px 20px;
}
#Voice ul li figure {
	text-align: center;
}
#Voice ul li h4 {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
	color: #009F8F;
	text-align: center;
	margin-bottom: 7px;
}
#Voice ul li div.vinfo {
	text-align: center;
	margin-bottom: 20px;
}
#Voice ul li div.vinfo span.box {
	font-size: 1.4rem;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	border: 1px solid #009F8F;
	border-radius: 20px;
	padding: 0 20px;
}
#Voice ul li p.txt {
	font-size: 1.6rem;
	line-height: 2;
}
/* 1130 */
@media (max-width: 1130px) {
	#Voice ul {
		margin-bottom: max(4.839vw, 30px); //60px;
	}
}
/* 768 */
@media (max-width: 768px) {
	#Voice ul li {
		width: 70%;
		padding: 25px 20px;
		margin: 0 auto;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Voice header {
		margin-bottom: 20px;
	}
	#Voice ul li {
		width: 100%;
		padding: 25px 20px;
	}
	#Voice ul li p.txt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------*/
/* Works */
/*--------------------------------------------------------------*/
#Works {
	background: rgba(0,159,143,0.2);
	position: relative;
}
#Works::before {
	content: '';
	display: block;
	width: 100%;
	height: 30%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#Works::after {
	content: '';
	display: block;
	width: 100%;
	height: 30px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}
#Works .content {
	position: relative;
	z-index: 2;
}
#Works header {
	margin-bottom: 30px;
}
#Works ul {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 1%;
	margin-bottom: 60px;
}
#Works ul li {
	width: calc(98% / 3);
	overflow: hidden;
}
#Works ul li img {
	display: block;
	transition: transform .9s ease;
}
body.is-pc #Works ul li img:hover {
	transform: scale(1.2);
}
/* 1130 */
@media (max-width: 1130px) {
	#Works ul {
		gap: max(0.806vw, 4px) 1%;
		margin-bottom: max(4.839vw, 30px); //60px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Works header {
		margin-bottom: 20px;
	}
}

/*--------------------------------------------------------------*/
/* Secret */
/*--------------------------------------------------------------*/
#Secret header {
	margin-bottom: 40px;
}
#Secret ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px 3%;
	margin-bottom: 40px;
}
#Secret ul li {
	width: calc(94% / 3);
	position: relative;
}
#Secret ul li div.point {
	position: absolute;
	top: -20px;
	left: -20px;
	aspect-ratio: 1 / 1;
	width: 88px;
	background: url(../images/fukidashi.png) no-repeat;
	background-size: contain;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	z-index: 3;
}
#Secret ul li div.point span {
	color: #fff;
	text-align: center;
	line-height: 1;
}
#Secret ul li div.point span.hiketsu {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 2px;
	display: block;
}
#Secret ul li div.point span.row2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#Secret ul li div.point span.row2 span.txt {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 2px;
}
#Secret ul li div.point span.row2 span.num {
	font-size: 4.8rem;
}
#Secret ul li p.txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	padding: 0 15px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	text-align: center;
}
#Secret ul li:nth-child(5) p.txt {
	top: 60%;
	font-size: 2.0rem;
	line-height: 1.4;
}
/* 1130 */
@media (max-width: 1130px) {
	#Secret ul {
		gap: max(3.226vw, 28px) 3%;
		margin-bottom: max(3.226vw, 20px); //40px;
	}
	#Secret ul li div.point {
		position: absolute;
		top: -20px;
		left: -20px;
		aspect-ratio: 1 / 1;
		width: max(7.097vw, 66px); //88px;
	}
	#Secret ul li div.point span.hiketsu {
		font-size: max(1.29vw, 1.2rem); //1.6rem;
		letter-spacing: 2px;
		text-indent: 2px;
	}
	#Secret ul li div.point span.row2 span.txt {
		font-size: max(1.29vw, 1.2rem); //1.6rem;
		letter-spacing: 2px;
		text-indent: 2px;
	}
	#Secret ul li div.point span.row2 span.num {
		font-size: max(3.87vw, 3.2rem); //4.8rem;
	}
	#Secret ul li p.txt {
		font-size: max(1.77vw, 1.9rem); //2.2rem;
	}
	#Secret ul li:nth-child(5) p.txt {
		top: 60%;
		font-size: max(1.61vw, 1.8rem); //2.0rem;
		line-height: 1.4;
	}
}
/* 768 */
@media (max-width: 768px) {
	#Secret ul li {
		width: calc(97% / 2);
	}
	#Secret ul li div.point {
		top: -15px;
		left: -15px;
	}
	#Secret ul li:nth-child(5) p.txt {
		top: 50%;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Secret ul li {
		max-width: 420px;
		width: 100%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------*/
/* Gimon */
/*--------------------------------------------------------------*/
#Gimon {
	background: url(../images/gimon_bk.jpg) no-repeat;
	background-position: bottom right;
}
#Gimon header {
	margin-bottom: 40px;
}
#Gimon header div.row1 {
	aspect-ratio: 542 / 72;
	max-width: 542px;
	width: 80%;
	margin: 0 auto;
	text-align: center;
	background: url(../images/fukidashi3.svg) no-repeat;
	background-size: contain;
	font-size: 2.0rem;
	font-weight: bold;
	padding-top: 0.7%;
	margin-bottom: 20px;
}
#Gimon ul {
	max-width: 640px;
	margin: 0 auto;
}
#Gimon ul li {
	min-height: 90px;
	height: 100%;
	position: relative;
	display: flex;
	margin-bottom: 30px;
}
#Gimon ul li p.txt {
	margin-left: 30px;
	padding: 0 25px 0 90px;
	background: #FAF1D9;
	flex: 1;
	display: flex;
	align-items: center;
	font-size: 2.0rem;
	font-weight: bold;
}
/* point */
#Gimon ul li div.point {
	position: absolute;
	top: -20px;
	left: 0px;
	aspect-ratio: 1 / 1;
	width: 88px;
	background: url(../images/fukidashi2.png) no-repeat;
	background-size: contain;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
#Gimon ul li div.point span {
	color: #fff;
	text-align: center;
	line-height: 1;
}
#Gimon ul li div.point span.oyakusoku {
	font-size: 1.4rem;
	font-weight: bold;
	display: block;
}
#Gimon ul li div.point span.row2 {
	display: flex;
	justify-content: center;
	align-items: center;
}
#Gimon ul li div.point span.row2 span.txt {
	font-size: 1.6rem;
	font-weight: bold;
	letter-spacing: 2px;
	text-indent: 2px;
}
#Gimon ul li div.point span.row2 span.num {
	font-size: 4.8rem;
}
/* h3 */
#Gimon h3 {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
	text-shadow:  1px 1px 0px rgba(255,255,255,1);
}
/* bbtn */
#Gimon .bbtn span.txt {
	font-size: 3.3rem;
}
#Gimon .bbtn span.arrow {
	font-size: 2.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 20px;
}
/* 1130 */
@media (max-width: 1130px) {
	#Gimon header div.row1 {
		font-size: max(1.61vw, 1.8rem); //2.0rem;
		margin-bottom: max(1.613vw, 14px); //20px;
	}
	#Gimon ul li p.txt {
		margin-left: max(2.419vw, 20px); //30px;
		padding: 0 20px 0 max(7.258vw, 60px); //90px;
		font-size: max(1.61vw, 1.4rem); //2.0rem;
	}
	/* point */
	#Gimon ul li div.point {
		top: -20px;
		left: 0px;
		width: max(7.097vw, 70px); //88px;
	}
	#Gimon ul li div.point span.oyakusoku {
		font-size: max(1.13vw, 1.1rem); //1.4rem;
	}
	#Gimon ul li div.point span.row2 span.txt {
		font-size: max(1.29vw, 1.2rem); //1.6rem;
		letter-spacing: 2px;
		text-indent: 2px;
	}
	#Gimon ul li div.point span.row2 span.num {
		font-size: max(3.87vw, 2.8rem); //4.8rem;
	}
	/* bbtn */
	#Gimon .bbtn span.txt {
		font-size: max(2.66vw, 2.2rem); //3.3rem;
	}
	#Gimon .bbtn span.arrow {
		font-size: max(1.69vw, 1.8rem); //2.1rem;
		gap: 0 max(1.613vw, 14px); //20px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Gimon header div.row1 {
		width: 100%;
		font-size: 1.35rem;
	}
	#Gimon header .htype01 span.row2 {
		font-size: 2.1rem;
	}
	/* h3 */
	#Gimon h3 {
		max-width: 360px;
		margin: 0 auto 20px auto;
		background: rgba(255, 255, 255, 0.5);
		line-height: 1.5;
		padding: 10px 0;
	}
}

/*--------------------------------------------------------------*/
/* Promise */
/*--------------------------------------------------------------*/
#Promise {
	background: #009F8F;
	color: #fff;
}
#Promise header {
	margin-bottom: 40px;
	position: relative;
}
#Promise header div.row1 {
	aspect-ratio: 542 / 72;
	max-width: 542px;
	min-width: 460px;
	width: 67%;
	margin: 0 auto;
	text-align: center;
	background: url(../images/fukidashi4.svg) no-repeat;
	background-size: contain;
	font-size: 2.0rem;
	font-weight: bold;
	padding-top: 0.7%;
	margin-bottom: 20px;
}
#Promise header img.icon_left {
	position: absolute;
	bottom: 0;
	left: 3%;
	aspect-ratio: 112 / 120;
	max-width: 112px;
	width: 13%;
}
#Promise header img.icon_right {
	position: absolute;
	bottom: 0;
	right: 3%;
	aspect-ratio: 97 / 120;
	max-width: 97px;
	width: 13%;
}
#Promise ul {
	display: flex;
	flex-wrap: wrap;
	gap: 25px 3%;
}
#Promise ul li {
	width: calc(94% / 3);
	background: #FAF1D9;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	padding: 20px 10px;
}
#Promise div.arrow {
	text-align: center;
	padding: 25px 0;
}
#Promise h3 {
	font-weight: bold;
	text-align: center;
}
/* 1130 */
@media (max-width: 1130px) {
	#Promise header div.row1 {
		font-size: max(1.61vw, 1.8rem);
		margin-bottom: max(1.613vw, 14px);
	}
}
/* 768 */
@media (max-width: 768px) {
	#Promise ul li {
		width: calc(97% / 2);
		font-size: 1.7rem;
	}
	#Promise h3 {
		font-size: 2.2rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Promise header img.icon_left,
	#Promise header img.icon_right {
		display: none;
	}
	#Promise header {
		margin-bottom: 20px;
	}
	#Promise header .htype01 span.row2 {
		font-size: 2.1rem;
		margin-bottom: 7px;
	}
	#Promise header div.row1 {
		min-width: initial;
		width: 100%;
		font-size: 1.4rem;
		margin-bottom: 0px;
	}
	#Promise ul {
		gap: 15px 3%;
	}
	#Promise ul li {
		width: 100%;
		font-size: 1.6rem;
		padding: 15px 10px;
	}
	#Promise h3 {
		font-size: 1.8rem;
		margin-top: -10px;
	}
}

/*--------------------------------------------------------------*/
/* Dekiru */
/*--------------------------------------------------------------*/
#Dekiru header {
	margin-bottom: 20px;
}
#Dekiru div.threeby {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 30px 2%;
	margin-bottom: 30px;
}
#Dekiru div.threeby .house {
	aspect-ratio: 213 / 220;
	max-width: 213px;
	min-width: 90px;
	width: 24%;
	background: url(../images/dekiru_kata.svg) no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #009F8F;
	filter: drop-shadow(1px 2px 2px rgba(0,0,0,0.5));
	padding-top: 5%;
}
#Dekiru div.threeby .house span {
	line-height: 1.4;
	text-align: center;
}
#Dekiru div.threeby .house span.small {
	font-size: 2.4rem;
	font-weight: bold;
}
#Dekiru div.threeby .house span.big {
	font-size: 3.6rem;
	font-weight: bold;
}
#Dekiru div.threeby .batsu {
	max-width: 33px;
	width: 5%;
	transform: translateY(30%);
}
#Dekiru h3 {
	font-weight: bold;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 30px;
}
#Dekiru p.otodoke {
	font-weight: bold;
	text-align: center;
	margin-top: 20px;
}
/* 1130 */
@media (max-width: 1130px) {
	#Dekiru div.threeby .house span.small {
		font-size: max(1.94vw, 1.7rem); //2.4rem;
	}
	#Dekiru div.threeby .house span.big {
		font-size: max(2.9vw, 2.5rem); //3.6rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Dekiru div.threeby {
		margin-bottom: 20px;
	}
	#Dekiru div.threeby .batsu {
		width: 4%;
	}
	#Dekiru div.threeby .house span.small {
		font-size: 1.3rem;
		margin-bottom: 5px;
	}
	#Dekiru div.threeby .house span.big {
		font-size: 1.6rem;
		line-height: 1.2;
	}
	#Dekiru h3 {
		font-size: 1.6rem;
		line-height: 1.5;
		margin-bottom: 20px;
	}
	#Dekiru p.otodoke {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------*/
/* bk1 */
/*--------------------------------------------------------------*/
.bk1 {
	background: url(../images/cost_bk.jpg) no-repeat;
	background-position: left top;
	background-size: 33%;
}
/* 900 */
@media (max-width: 900px) {
	.bk1 {
		background: none;
	}
}

/*--------------------------------------------------------------*/
/* Cost */
/*--------------------------------------------------------------*/
#Cost header {
	margin-bottom: 50px;
}
#Cost .htype01 span.row2 {
	line-height: 1.5;
	margin-top: 20px;
}
#Cost ul {
	display: flex;
	flex-direction: column;
	gap: 45px 0;
}
#Cost ul li {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 5%;
}
#Cost ul li figure {
	display: block;
	max-width: 280px;
	width: 30%;
}
#Cost ul li figure img {
	display: block;
	border-radius: 50%;
	overflow: hidden;
}
#Cost ul li div.text {
	flex: 1;
}
#Cost ul li div.text h3 {
	color: #009F8F;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 20px;
	margin-left: -9%;
	margin-bottom: 30px;
}
#Cost ul li div.text h3 span.txt {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.5;
}
#Cost ul li div.text h3 span.point_wrap {
	display: flex;
	align-items: flex-start;
	line-height: 1;
	gap: 0 5px;
}
#Cost ul li div.text h3 span.point {
	font-size: 3.2rem;
	font-weight: bold;
}
#Cost ul li div.text h3 span.num {
	font-size: 6.8rem;
}
#Cost ul li div.text p.txt {
	font-size: 1.6rem;
	line-height: 2;
}
/* 1130 */
@media (max-width: 1130px) {

}
/* 768 */
@media (max-width: 768px) {
	#Cost .htype01 span.row2 {
		line-height: 1.5;
		margin-top: 20px;
	}
	#Cost ul li figure {
		margin: 0 auto;
	}
	#Cost ul li div.text {
		flex: initial;
		width: 100%;
	}
	#Cost ul li div.text h3 {
		margin-left: 0;
		margin-bottom: 30px;
		text-align: center;
	}
	#Cost ul li div.text h3 span.point_wrap {
		margin: 0 auto;
	}
	#Cost ul li div.text h3 span.txt {
		width: 100%;
		font-size: 2.4rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Cost header {
		margin-bottom: 50px;
	}
	#Cost .htype01 span.row2 {
		font-size: 2.4rem;
	}
	#Cost ul li figure {
		width: 50%;
	}
	#Cost ul li div.text h3 span.point {
		font-size: 2.8rem;
	}
	#Cost ul li div.text h3 span.num {
		font-size: 5.0rem;
	}
	#Cost ul li div.text h3 span.txt {
		font-size: 1.9rem;
	}
	#Cost ul li div.text h3 {
		margin-bottom: 20px;
	}
	#Cost ul li div.text p.txt {
		font-size: 1.4rem;
	}
}


/*--------------------------------------------------------------*/
/* Concept */
/*--------------------------------------------------------------*/
#Concept header {
	background: url(../images/concept_bk.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 50px 0;
	margin-bottom: 80px;
}
#Concept header .row1 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	margin-top: 25px;
}
#Concept ul {
	display: flex;
	flex-direction: column;
	gap: 50px 0;
}
#Concept ul li {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 4%;
}
#Concept ul li figure {
	max-width: 280px;
	width: 35%;
}
#Concept ul li figure img {
	display: block;
}
#Concept ul li div.text {
	flex: 1;
}
#Concept ul li div.text span.katagaki {
	display: block;
	font-size: 1.6rem;
	margin-bottom: 5px;
}
#Concept ul li div.text h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 10px;
}
#Concept ul li div.text p.txt {
	font-size: 1.6rem;
	line-height: 2;
}
/* 1130 */
@media (max-width: 1130px) {
	#Concept header .row1 {
		font-size: max(1.94vw, 1.7rem); //2.4rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Concept header {
		background-position: center left 23%;
	}
	#Concept header .htype01 span.row2 {
		font-size: 2.2rem;
	}
	#Concept ul li figure {
		max-width: 300px;
		width: 100%;
		margin: 0 auto;
	}
	#Concept ul li figure img {
		width: 100%;
	}
	#Concept ul li div.text {
		flex: initial;
		width: 100%;
	}
	#Concept ul li div.text span.katagaki {
		font-size: 1.4rem;
		margin-bottom: 2px;
	}
	#Concept ul li div.text h3 {
		font-size: 2.0rem;
		margin-bottom: 6px;
	}
	#Concept ul li div.text p.txt {
		font-size: 1.4rem;
	}
}

/*--------------------------------------------------------------*/
/* Flow */
/*--------------------------------------------------------------*/
#Flow {
	position: relative;
}
#Flow::before {
	content: '';
	display: block;
	width: 34%;
	height: 80%;
	background: #faf1d9;
	position: absolute;
	top: 19%;
	left: 0;
	z-index: -1;
}
#Flow header {
	margin-bottom: 50px;
}
#Flow ul {
	display: flex;
	flex-direction: column;
	gap: 85px 0;
}
#Flow ul li {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 3%;
	margin-left: 20px;
	position: relative;
}
#Flow ul li:not(:last-child)::after {
	content: '';
	display: block;
	max-width: 64px;
	width: 35%;
	height: 18px;
	background: url(../images/icon_down.svg) no-repeat;
	background-size: contain;
	position: absolute;
	bottom: -45px;
	left: 11.7%;
}
#Flow ul li div.img {
	max-width: 280px;
	width: 35%;
	position: relative;
}
#Flow ul li div.img img {
	display: block;
}
#Flow ul li div.img .flex {
	position: absolute;
	top: -20px;
	left: -20px;
	background: url(../images/fukidashi.svg) no-repeat;
	background-size: contain;
	aspect-ratio: 1 / 1;
	max-width: 100px;
	min-width: 65px;
	width: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 5px;
	z-index: 3;
}
#Flow ul li div.img .flex .step_wrap {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 0 2px;
	color: #fff;
}
#Flow ul li div.img .flex .step_wrap .step {
	font-size: 3.0rem;
}
#Flow ul li div.img .flex .step_wrap .num {
	font-size: 6.0rem;
}
#Flow ul li div.text {
	flex: 1;
}
#Flow ul li div.text h3 {
	font-size: 2.4rem;
	font-weight: bold;
	color: #009F8F;
	margin-bottom: 10px;
}
#Flow ul li div.text p.txt {
	font-size: 1.6rem;
	line-height: 2;
}
#Flow ul li div.text a.btn {
	margin-top: 30px;
}
/* 1130 */
@media (max-width: 1130px) {
	#Flow header {
		margin-bottom: max(4.032vw, 35px); //50px;
	}
	#Flow ul li div.img .flex {
		width: 30%;
	}
	#Flow ul li div.img .flex .step_wrap .step {
		font-size: max(2.42vw, 2.1rem); //3.0rem;
	}
	#Flow ul li div.img .flex .step_wrap .num {
		font-size: max(4.84vw, 4.2rem); //6.0rem;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Flow .htype01 span.row2 {
		font-size: 2.6rem;
	}
	#Flow::before {
		content: none;
	}
	#Flow ul li {
		margin-left: 0px;
	}
	#Flow ul li div.img {
		max-width: 280px;
		width: 100%;
		position: relative;
		margin: 0 auto;
	}
	#Flow ul li div.img .flex {
		width: 72px;
	}
	#Flow ul li div.text {
		flex: initial;
		width: 100%;
	}
	#Flow ul li div.text h3 {
		font-size: 2.0rem;
		margin-bottom: 5px;
		text-align: center;
	}
	#Flow ul li div.text a.btn {
		margin-top: 15px;
	}
	#Flow ul li div.text p.txt {
		font-size: 1.4rem;
	}
	#Flow ul li:not(:last-child)::after {
		position: absolute;
		bottom: -45px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

/*--------------------------------------------------------------*/
/* Faq */
/*--------------------------------------------------------------*/
#Faq header {
	margin-bottom: 40px;
}
#Faq .kaihei {
	margin: 0 auto;
}
#Faq .kaihei dl {
	margin: 0 auto;
}
#Faq .kaihei dl:last-child {
	border-bottom: 1px dashed #333;
}
#Faq .kaihei dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	padding: 22px 40px 20px 20px;
	border-top: 1px dashed #333;
	text-align: left;
	position: relative;
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 0 25px;
	transition: background .3s ease;
}
#Faq .kaihei dl dt:hover {
	background: #e8fffd;
}
#Faq .kaihei dl dt span.qq {
	font-size: 3.2rem;
	color: #009F8F;
}
#Faq .kaihei dl dd {
	font-size: 1.6rem;
	text-align: left;
	padding-left: 21px;
	padding-right: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: none;
	background: #009F8F;
	color: #fff;
}
#Faq .kaihei dl dd span._flex {
	display: flex;
	gap: 0 25px;
}
#Faq .kaihei dl dd span.aa {
	font-size: 3.2rem;
}
#Faq .kaihei dl dd ul {
	margin-bottom: 25px;
	margin-left: 25px;
	list-style: disc;
}
#Faq .kaihei dl dd p {
	margin-bottom: 25px;
}
#Faq .kaihei dl dd h3 {
	font-size: 2.2rem;
	font-weight: bold;
}
#Faq .kaihei dl dt::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #333;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(90deg);
}
#Faq .kaihei dl dt.active::after {
	transform: rotate(0deg);
}
#Faq .kaihei dl dt::before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 30px;
	width: 20px;
	height: 4px;
	background: #333;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transform: rotate(0deg);
}
#Faq .kaihei dl dt.active::before {
	transform: rotate(-180deg);
}
/* 1130 */
@media (max-width: 1130px) {
	#Faq header {
		margin-bottom: max(3.226vw, 20px); //40px;
	}
}
/* 740 */
@media (max-width: 740px) {
	#Faq .kaihei {
		width: 100%;
	}
	#Faq .kaihei dl dt::after {
		right: 10px;
	}
	#Faq .kaihei dl dt::before {
		right: 10px;
	}
}
/* 580 */
@media (max-width: 580px) {
	#Faq .kaihei dl dt {
		font-size: 1.5rem;
		line-height: 1.4;
		padding: 14px 40px 12px 10px;
		gap: 0 20px;
	}
	#Faq .kaihei dl dt::after {
		right: 6px;
	}
	#Faq .kaihei dl dd {
		font-size: 1.5rem;
		padding: 14px 40px 12px 11px;
	}
	#Faq .kaihei dl dd h3 {
		font-size: 1.8rem;
	}
	#Faq .kaihei dl dd table td {
		padding: 6px 10px 6px 10px;
	}
	#Faq .kaihei dl dt::after {
		right: 12px;
	}
	#Faq .kaihei dl dt::before {
		right: 12px;
	}
	#Faq .kaihei dl dt::after {
		right: 12px;
	}
	#Faq .kaihei dl dt::before {
		right: 12px;
	}
	#Faq .kaihei dl dt::after {
		top: 48%;
		width: 15px;
		height: 3px;
	}
	#Faq .kaihei dl dt::before {
		top: 48%;
		width: 15px;
		height: 3px;
	}
}

/*--------------------------------------------------------------*/
/* c-cta-btn */
/*--------------------------------------------------------------*/
.c-cta-btn {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 7;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
@media screen and (min-width: 768px) {
	.c-cta-btn {
		display: none;
	}
}
.c-cta-btn__item {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #D60000;
	padding: 10px 4px;
	gap: 0 1.5px;
	line-height: 1;
}
.c-cta-btn__item--green {
	background-color: #219653;
}
.c-cta-btn__item--orange {
	background-color: #EE8C22;
}
.c-cta-btn__icon {
	width: 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.c-cta-btn__icon img {
	aspect-ratio: 26/26;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.c-cta-btn__box {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.c-cta-btn__sub-text {
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0;
}
.c-cta-btn__text {
	margin-top: 0.1875rem;
	font-weight: 700;
	font-size: 1.9rem;
	line-height: 1;
	letter-spacing: 0;
}
.c-cta-btn__item--orange .c-cta-btn__icon {
	width: 28px;
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	padding-top: 30px;
}
footer img.logo {
	max-width: 200px;
	min-width: 150px;
	width: 30%;
	margin-bottom: 22px;
}
footer ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 20px 2%;
	margin-bottom: 40px;
}
footer ul li a {
	font-size: 1.5rem;
	transition: color .3s ease;
}
/* .copy */
footer .copy {
	font-size: 1.4rem;
	padding: 15px 0 25px 0;
	text-align: center;
}
/* 768 */
@media (max-width: 768px) {
	footer {
		padding-bottom: 48px;
	}
}
/* 580 */
@media (max-width: 580px) {
	footer ul {
		gap: 20px 5%;
	}
	/* .copy */
	footer .copy {
		font-size: 1.2rem;
	}
}

