@charset "UTF-8";
:root {
	--c-main: #24af9e;
	--c-lgreen: #e8f8e2;
	--c-lgreen50: rgba(232,248,226,0.5);
	--c-bgreen30: rgba(145,222,113,0.3);
	--c-faq: #36bd9d;
	--g-green: linear-gradient(to right, rgba(145,222,113,1) 0%, rgba(145,222,113,1) 5%,rgba(54,189,157,1) 100%);
	--g-green: linear-gradient(to right, rgba(145,222,113,1) 0%, rgba(145,222,113,1) 5%,rgba(54,189,157,1) 100%);
	--g-green45deg: linear-gradient(135deg, rgba(145,222,113,1) 0%, rgba(145,222,113,1) 5%,rgba(54,189,157,1) 100%);
	
--m30: 8.0vw;
	
	--fs09: 2.4vw;
	--fs10: 2.67vw;
	--fs11: 2.935vw;
	--fs12: 3.2vw;
	--fs13: 3.47vw;
	--fs14: 3.735vw;
	--fs15: 4.0vw;
	--fs16: 4.27vw;
	--fs17: 4.87vw;
	--fs19: 5.07vw;
	--fs20: 5.34vw;
	--fs26: 6.935vw;
	
	--ff-nosa: YakuHanJP, "Noto Sans JP", sans-serif;
	--ff-inti: "Inter Tight", sans-serif;
}


/*************************************************************************************************************************
* reset
*************************************************************************************************************************/
html{ overflow-y: scroll; font-size: 62.5%;}
body{ margin: 0; padding: 0; text-align: justify; text-justify: inter-ideograph; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
img{ width: 100%; max-width: 100%; height: auto; border: 0; vertical-align: bottom;}
svg{ vertical-align: bottom;}
form{ margin: 0; padding: 0;}
p{ margin: 0; padding: 0;}
a, a:hover{ text-decoration: none; outline: none;}
h1, h2, h3, h4, h5, h6{ margin: 0; padding: 0; font-size: 0; line-height: 0;}
ul, dl, dt, dd{ margin: 0; padding: 0;}
li, ol{ margin: 0; padding: 0; list-style: none;}
table{ border: 0; border-collapse: collapse; border-spacing: 0;}
caption, th{ text-align: left;}
figure { margin: 0; padding: 0; }
header, nav, main, article, aside, section, footer{ display: block;}
button { color: #000; font-family: var(--ff-nosa); }
*{ box-sizing: border-box;}

/**********************************************************
*　追加ベース
**********************************************************/
body.is-fixed {
	/*position: fixed;*/
}
button{ background-color: transparent; border: none; cursor: pointer; outline: none; padding: 0; appearance: none; }

.l-wrapper { position: relative; width: 1000px; margin-left: auto; margin-right: auto; }

@media screen and (max-width: 680px) {
	.l-wrapper { width: calc(100% - 40px); }
}

.sp-only { display: none !important; }
.sp-only-2 { display: none !important; }
.pc-only { display: block !important; }
.pc-only-2 { display: inline-block !important; }
@media screen and (max-width: 680px) {
	.sp-only { display: block !important; }
	.sp-only-2 { display: inline-block !important; }
	.pc-only { display: none !important; }
	.pc-only-2 { display: none !important; }
}


body{ font-family: YakuHanJP, "Noto Sans JP", sans-serif; font-weight: 500; color: #333; -webkit-font-feature-settings: 'palt' 1; font-feature-settings: 'palt' 1; }
.l-body { width: 100%; background: var(--c-beige); overflow-x: hidden; }
.l-body.is-fixed { position: fixed; width: 100%; overflow: hidden; }
@media print, screen and (min-width:681px) {
	body{ min-width: 1400px; }
}

/*	iOS Sarafi Hack	*/
_::-webkit-full-page-media,
_:future,
:root .something {  }


/*----------------------------
	Common Things
----------------------------*/

/*	Header	*/
.header {  }
.header__inner {  }
.header__left { display: flex; align-items: center; }
.header__logo {  }
.header__logo img { width: auto; height: 24px; }
.header__sitename { margin-left: 13px; font-size: 1.0rem; font-weight: 700; line-height: 1; letter-spacing: 0.02em; }

.header__right {  }
.header__sns-wrap { display: flex; justify-content: flex-end; }
.header__sns { width: 24px; }
.header__sns:not(:first-of-type) { margin-left: 8px; }


.header__center { display: none; }
@media screen and (max-width: 680px) {
	.header { position: fixed; top: 10px; left: 50%; transform: translateX(-50%); width: calc(100% - 20px); z-index: 100; }
	.header__inner { display: flex; justify-content: space-between; align-items: center; height: 60px; background: #fff; border-radius: 30px; padding: 0 25px 0 25px; }
}
@media screen and (min-width: 681px) {
	.header { overflow: scroll; -ms-overflow-style: none; scrollbar-width: none; }
	.header { position: absolute; top: 0; left: 0; transition: .4s; width: 100%; z-index: 100; }
	.header__inner { display: flex; justify-content: space-between; }
	.header__left { display: inline-flex; align-items: center; min-width: 283px; height: 90px; background: #fff; border-radius: 0 0 50px 0; margin-right: 136px; padding: 0 35px 0 30px; }
	.header__logo img { height: 33px; }
	.header__sitename { margin-left: 20px; font-size: 1.3rem; }
	.header__right { display: inline-flex; justify-content: flex-end; align-items: center; height: 90px; padding-right: 30px; margin-left: 155px; }
	.header__sns { width: 36px; }
	.header__sns:not(:first-of-type) { margin-left: 20px; }
	
	.header__center__menu { display: flex; justify-content: space-between; align-items: center; flex: 1; height: 100%; }
	.header__center__menu__item {  }
	.header__center__menu__item a { font-size: 1.3rem; font-weight: 600; line-height: 1; color: #333; }
	
	.header.header--white { transform: translateY(-100%); }
	.header.header--fix_n_show { position: fixed; transform: translateY(0); background: rgba(255,255,255,0.9); box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1); }
	.header.header--fix_n_show { cursor: grab; }
	.header.header--fix_n_show:active { cursor: grabbing; }
	.header.header--fix_n_show .header__inner { min-width: 1700px; }
	.header.header--fix_n_show .header__center { display: flex; justify-content: center; flex: 1; }
	
	.header.header--fix_n_show .header__left { background-color: transparent; padding-right: 0; }
	.header.header--fix_n_show .nav--pc { background-color: transparent; }
	.header.header--hide { transform:translateY(-100%); }
}
@media screen and (min-width: 1401px) {
	
}

@media screen and (min-width: 1701px) {
	.header.header--fix_n_show,
	.header.header--fix_n_show:active { cursor: default; }
	.header__left { margin-right: 0; }
	.header__right { margin-left: 0; }
	.header__center__menu { justify-content: center; }
	.header__center__menu__item:not(:first-of-type) { margin-left: 45px; }
}





/*	Nav	*/
.nav-wrap { display: grid; grid-template-columns: 64px 1fr 64px; grid-template-rows: 1fr; grid-column-gap: 20px; grid-row-gap: 0px; }
.nav { display: flex; justify-content: space-between; align-items: center; }

.nav-btn,
.nav-trg { font-size: 0.9rem; font-weight: 600; line-height: 1; text-align: center; color: #333; }
.nav-btn { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; aspect-ratio: 1/1; background: rgba(255,255,255,0.8); border-radius: 50%; padding-bottom: 18px; }
.nav-btn::before { width: 16px; aspect-ratio: 20/22; background-repeat: no-repeat; background-position: center; background-size: contain; margin-bottom: 4px; content: ""; }
.nav-btn--top::before { background-image: url("../img/icon_top.svg"); }
.nav-btn--req::before { background-image: url("../img/icon_req.svg"); }
.nav-trg { display: flex; flex-direction: column; justify-content: flex-end; align-items: center; background: rgba(255,255,255,0.8); border-radius: 32px; padding-bottom: 18px; }

.nav-trg__icon { position: relative; width: 20px; height: 10px; margin-bottom: 8px; }
.nav-trg__icon span { position: absolute; left: 50%; transform: translate(-50%, -50%); display: inline-block; transition: all .4s; width: 20px; height: 1px; background: #808080; border-radius: 0.05rem; }
.nav-trg__icon span:nth-of-type(1) { top: 0%; }
.nav-trg__icon span:nth-of-type(2) { top: 50%; }
.nav-trg__icon span:nth-of-type(3) { top: 100%; }

.nav-trg__txt::before { content: "OPEN"; }

.nav-wrap.active .nav-trg__txt::before { content: "CLOSE"; }

.nav-wrap.active .nav-trg__icon span:nth-of-type(1) { top: 50%; transform: translate(-50%, -50%) rotate(45deg); }
.nav-wrap.active .nav-trg__icon span:nth-of-type(2) { width: 0; }
.nav-wrap.active .nav-trg__icon span:nth-of-type(3) { top: 50%; transform: translate(-50%, -50%) rotate(-45deg); }


@media screen and (max-width: 680px) {
	.nav-wrap { position: fixed; bottom: 10px; left: 50%; transform: translateX(-50%); width: calc(100% - 20px); z-index: 500; }
	.nav--pc { display: none; }
	.nav { position: fixed; top: 0; left: 0; display: none; width: 100%; height: 100svh; background-color: rgba(232,248,226,0.95); z-index: 400; }
	.nav__inner { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; padding-bottom: 74px; }
	
	.nav__menu { display: flex; flex-direction: column; justify-content: center; align-items: center; }
	.nav__menu__item:not(:first-of-type) { margin-top: 22px; }
	.nav__menu__item a { font-size: 1.3rem; font-weight: 600; text-align: center; color: #333; }
	
	.nav__sns { display: flex; justify-content: center; align-items: center; margin-top: 38px; }
	.nav__sns__item { width: 30px; }
	.nav__sns__item:not(:first-of-type) { margin-left: 25px; }
	
	.menu-wrap { display: grid; grid-template-columns: repeat(2, 1fr); grid-template-rows: repeat(4, 1fr); grid-column-gap: 0px; grid-row-gap: 0px; width: 100%; }
	.menu { border-bottom: 1px solid #fff; }
	.menu a { position: relative; height: 62px; padding-left: 32px; }
	.menu a::before { position: absolute; top: 50%; left: 6px; transform: translateY(-60%) rotate(135deg); transform-origin: center; width: 8px; height: 8px; border-right: 1px solid #fff; border-top: 1px solid #fff; content: ""; opacity: .5; }
	.nav__inner { padding-left: 48px; padding-right: 48px; }
}
@media screen and (min-width: 681px) {
	.nav { display: none; }
	.nav-wrap-outer {  }
	.nav-wrap-outer._default { position: absolute; top: calc(100vh - 140px); left: 0; transition: opacity 1.0s; display: flex; justify-content: center; width: 100%; min-width: 1400px; z-index: 100; }
	.nav-wrap { grid-template-columns: 80px 1fr 80px; width: 1200px; }
	.nav-trg { display: none; }
	.nav-btn { padding-bottom: 22px; font-size: 1.2rem; }
	.nav-btn::before { width: 20px; margin-bottom: 9px; }
	.nav--pc { display: flex; justify-content: space-between; align-items: center; background: rgba(255, 255, 255, 0.9); border-radius: 40px; padding: 0 58px; }
	.nav--pc__item { font-size: 1.4rem; font-weight: 600; line-height: 1; text-align: center; color: #333; }
	.nav--pc._nofstlst .nav--pc__item:first-of-type,
	.nav--pc._nofstlst .nav--pc__item:last-of-type { display: none; }
	
	.header__inner .nav-wrap-outer { flex: 1; }
	.header__inner .nav-wrap-outer .nav-wrap { display: flex; width: 100%; height: 100%; }
	.header__inner .nav-wrap-outer .nav-wrap .nav--pc { width: 100%; padding: 0; }
	
	.header__inner .nav-wrap-outer .nav-wrap .nav--pc__item { font-size: 1.3rem; }
	
	.header__inner .nav-wrap-outer .nav-btn { display: none; }
	
	.nav-wrap-outer._opa0 { opacity: 0; }
}
@media screen and (min-width: 1729px) {
	.header__inner .nav-wrap-outer { margin-left: 136px; margin-right: 155px; }
}





.whole-wrap { position: relative; overflow: hidden; }

/*	Common Things	*/
.cmnttl { text-align: center; }
.cmnttl__jp, .cmnttl__en { display: block; }
.cmnttl__jp { font-size: 1.6rem; font-weight: 900; line-height: 1; letter-spacing: 0.02em; text-indent: 0.02em; color: var(--c-main); }
.cmnttl__en { margin-top: 11px; font: 900 5.0rem var(--ff-inti); line-height: 1; letter-spacing: 0.02em; text-indent: 0.02em; }
@media screen and (max-width: 680px) {
	
}
@media screen and (min-width: 681px) {
	.cmnttl__jp { font-size: 2.0rem; }
	.cmnttl__en { margin-top: 12px; font-size: 10.0rem; }
}


.scrollin,
.scrollins__item {
	opacity: 0;
	-webkit-transform: translate(0, 70px);
	-ms-transform: translate(0, 70px);
	transform: translate(0, 70px);
}

.scrollin.is-visible,
.scrollins__item.is-visible {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	-o-transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	transition: 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/*	Footer	*/
.footer { background: var(--c-lgreen); }
.footer__link-wrap { padding-top: 30px; padding-bottom: 46px; }
.footer__link { position: relative; }
.footer__link__label { position: absolute; bottom: -16px; left: 50%; transform: translateX(-50%); display: flex; justify-content: center; align-items: center; width: 220px; height: 32px; background: #333; padding-bottom: 2px; font-size: 1.6rem; font-weight: 700; line-height: 1; letter-spacing: 0.02em; text-indent: 0.02em; text-align: center; white-space: nowrap; color: #fff; z-index: 10; }
.footer__link__img {  }
.copyright { display: flex; justify-content: center; align-items: center; height: 40px; background: #333; font-size: 1.0rem; font-weight: 400; line-height: 1; letter-spacing: 0.02em; text-indent: 0.02em; text-align: center; color: #fff; }
@media screen and (max-width: 680px) {
	.footer::after { display: block; width: 100%; height: 74px; background: #333; content: ""; }
	.footer__link { display: block; }
	.footer__link:not(:first-of-type) { margin-top: 40px; }
}
@media screen and (min-width: 681px) {
	.footer__link-wrap { display: flex; justify-content: space-between; padding-top: 80px; padding-bottom: 126px; }
	.footer__link { width: calc(50% - 25px); }
	.footer__link__img { aspect-ratio: 475/180; overflow: hidden; }
	.footer__link img { transition: .4s; }
	.footer__link:hover img { transform: scale(1.05); }
	.copyright { height: 80px; }
}

/*	Fixed Button	
.fixed-btn-wrap { position: fixed; right: 0; bottom: 0; transform: translateY(100%); transition: 0.4s; z-index: 1100; display: flex; width: 100%; height: 65px; display: none; }
.fixed-btn-wrap._show { transform: translateY(0); }
.fixed-btn { position: relative; display: flex; align-items: center; justify-content: center; font-family: var(--ff-nosa); font: 600 1.6rem var(--ff-nose); line-height: 1; letter-spacing: 0.08em; text-indent: 0.08em; text-align: center; background: #000; color: #fff; flex-grow: 1; text-decoration: none; }
.fixed-btn._ktkn { letter-spacing: -0.02em; text-indent: -0.02em; }
.fixed-btn:not(:last-child)::before { position: absolute; top: 50%; transform: translateY(-50%); right: 0; display: block; width: 1px; height: calc(100% - 33px); background: rgba(255, 255, 255, 0.5); content: ""; }
@media screen and (min-width: 681px) {
	.fixed-btn-wrap { top: 50%; transform: translate(100%, -50%); flex-direction: column; width: 60px; height: 337px; border-radius: 10px 0 0 10px; overflow: hidden; }
	.fixed-btn-wrap._show { transform: translate(0, -50%); }
	.fixed-btn { writing-mode: vertical-rl; padding: 22px 0; white-space: nowrap; transition: 0.4s; }
	.fixed-btn:hover { color: var(--c-mustard); }
	.fixed-btn:not(:last-child)::before { top: auto; right: auto; bottom: 0; left: 50%; transform: translateX(-50%); width: calc(100% - 28px); height: 1px; }
	.fixed-btn:not(:last-child) { border: none; }
}
*/
