@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
section size
-------------------------------------------------- */
/* 初期設定 */
html {
	scroll-behavior: smooth;
	overflow-x: clip;
	font-size: 62.5%;
}

body {
	font-family: "Noto Sans JP", serif;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-feature-settings: "palt";
	color: #000;
	position: relative;
	overflow-x: clip;
}

.en {
	font-family: "Jost", serif;
}

a {
	text-decoration: none;
	transition-duration: 0.3s;
	transition-timing-function: ease;
}
a:hover {
	opacity: 0.5;
}

img {
	width: 100%;
	height: auto;
}

/* ----rem設定---- */
:root {
	--liquid-xsDesignRatio: calc(390 / 10);
}

html {
	font-size: 76.8%;
}

@media screen and (max-width: 480px) {
	:root {
		--liquid-htmlroot: calc(100vw / var(--liquid-xsDesignRatio));
	}
	html {
		font-size: var(--liquid-htmlroot);
	}
}
/* --------- */
/* ----レスポンシブの表示非表示---- */
.sp {
	display: none;
}

@media (max-width: 480px) {
	.pc {
		display: none !important;
	}
	.sp {
		display: block;
	}
}
/* --------- */
/* ----------------------------------------------------------------------
2026LPコモンパーツ
---------------------------------------------------------------------- */
.inner {
	width: 87.2%;
	margin: 0 auto;
}

.spContent {
	position: absolute;
	inset: 0 0 auto 0;
	margin: 0 auto;
	max-width: 480px;
	width: 100%;
	z-index: 99;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 16px;
	overflow-x: clip;
	background-color: #fff;
}

body:before {
	content: "";
	display: block;
	width: 100vw;
	height: 100vh;
	position: fixed;
	background: url(../img/2026LP/pcbg01.webp) no-repeat;
	background-size: cover;
	background-position: center;
	filter: blur(10px);
}

.comBtn {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 64.35%;
}

/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
header {
	max-width: 480px;
	width: 100%;
	height: 100vh;
	position: fixed;
	inset: 0 auto 0;
	pointer-events: none;
	z-index: 999;
}
header .topBar {
	padding: 1rem;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	pointer-events: visible;
}
header .topBar .logoBox {
	width: 28.5%;
}
header .topBar .contactBox {
	width: 42%;
}
header .underBar {
	position: absolute;
	inset: auto 0 2rem auto;
	width: 16.4%;
	pointer-events: visible;
	display: flex;
	flex-direction: column;
	row-gap: 1rem;
}
header .underBar .telBtn {
	top: 73.3rem;
}
header .underBar .lineBtn {
	top: 78.5rem;
}
article{
	margin-top: 4.45rem;
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
footer {
	padding: 4rem 0 8rem;
	border-bottom: 1rem solid #0067b6;
	position: relative;
}
footer:before {
	content: '';
	display: block;
	width: 100%;
	aspect-ratio: 390 / 73;
	position: absolute;
	inset: auto auto 99.99% 0;
	background: url(../img/2026LP/footer-bg01.svg) no-repeat;
	background-size: 100%;
	background-position: bottom;

}
footer .inner .ttlBox {
	width: 41%;
	margin: 0 auto 4rem;
}
footer .inner .fList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
	row-gap: 2rem;
}
footer .inner .fList .fItem {
	width: 100%;
}
footer .inner .fList .fItem a {
	display: block;
}

/* ----------------------------------------------------------------------
MV
---------------------------------------------------------------------- */
#mv {
	width: 100%;
}

/* ----------------------------------------------------------------------
about
---------------------------------------------------------------------- */
#about {
	position: relative;
}
#about .comBtn {
	top: 80%;
}

/* ----------------------------------------------------------------------
point
---------------------------------------------------------------------- */
#point {
	margin-top: -3rem;
	z-index: 1;
	position: relative;
}
#point .comBtn.first {
	top: 48.5%;
}
#point .comBtn.second {
	top: 96.3%;
}
#point #recruit {
	width: 100%;
	position: absolute;
	inset: 7.4% auto auto 0;
}
#point #recruit .recSlide {
	width: 100%;
}
#point #recruit .recSlide .recItem{
	width: 100%;
	max-width: 39rem;
}
#point #recruit .recSlide .slick-prev,
#point #recruit .recSlide .slick-next {
	z-index: 1;
	width: 3rem;
	height: 3rem;
	top: 20%;
	background: url(../img/2026LP/arrow01.svg) no-repeat;
}
#point #recruit .recSlide .slick-prev::before,
#point #recruit .recSlide .slick-next::before {
	content: none;
}
#point #recruit .recSlide .slick-prev {
	left: 0.5rem;
}
#point #recruit .recSlide .slick-next {
	transform: scale(-1, 1);
	right: 0.5rem;
}
#point #recruit .absBadge {
	position: absolute;
	width: 24.1%;
	inset: -4rem auto auto 0.3rem;
}
#point #video {
	width: 100%;
	position: absolute;
	inset: 30.9% auto auto 0;
}
#point #video .videoSlide {
	width: 100%;
}
#point #video .videoSlide .videoItem {
	position: relative;
	width: 100%;
	max-width: 39rem;
}
#point #video .videoSlide .videoItem iframe {
	position: absolute;
	inset: 0 0 auto 0;
	width: 77%;
	aspect-ratio: 1.35;
	margin: 0 auto;
}
#point #video .videoSlide .slick-prev,
#point #video .videoSlide .slick-next {
	z-index: 1;
	width: 3rem;
	height: 3rem;
	top: 20%;
	background: url(../img/2026LP/arrow01.svg) no-repeat;
}
#point #video .videoSlide .slick-prev::before,
#point #video .videoSlide .slick-next::before {
	content: none;
}
#point #video .videoSlide .slick-prev {
	left: 0.5rem;
}
#point #video .videoSlide .slick-next {
	transform: scale(-1, 1);
	right: 0.5rem;
}
#point #video .absBadge {
	position: absolute;
	width: 24.1%;
	inset: -4rem auto auto 0.3rem;
}

/* ----------------------------------------------------------------------
contact
---------------------------------------------------------------------- */
#contact {
	margin-top: -1px;
	padding: 5rem 0 15rem;
	background-color: #e0e0e0;
}
#contact .inner .ttlBox {
	width: 37.64%;
	margin: 0 auto 5rem;
}
#contact .inner .formBox {
	background-color: #fff;
	border-radius: 1em;
	padding: 6rem 0.5rem;
	position: relative;
}
#contact .inner .formBox .absBox {
	position: absolute;
	width: 30.3%;
	inset: -8rem -2rem auto auto;
}
#contact .inner .formBox dl {
	display: flex;
	flex-wrap: wrap;
	border-top: 2px solid #e1e1e1;
	align-items: center;
	gap: 0.5rem;
	padding: 3rem 1rem 3rem;
}
#contact .inner .formBox dl:last-of-type {
	border-bottom: 2px solid #e1e1e1;
}
#contact .inner .formBox dl dt,
#contact .inner .formBox dl dd {
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	font-weight: bold;
	padding: 3rem 0 3rem 2rem;
	line-height: 1.75;
}
#contact .inner .formBox dl dt {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
#contact .inner .formBox dl dt:after {
	content: "任意";
	background: #808080;
	padding: 0.2rem 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	color: #fff;
	margin-left: 1.2rem;
	height: calc(1.75em + 0.4rem);
	margin-top: auto;
	margin-bottom: auto;
}
#contact .inner .formBox dl dt.none:after {
	display: none;
}
#contact .inner .formBox dl dt.hissu:after {
	content: "必須";
	background: #ed2727;
	padding: 0.2rem 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.2em;
	color: #fff;
	margin-left: 1.2rem;
	height: calc(1.75em + 0.4rem);
	margin-top: auto;
	margin-bottom: auto;
}
#contact .inner .formBox dl dt span {
	font-size: 75%;
	padding-top: 0.5em;
}
#contact .inner .formBox dl dd {
	padding: 0;
}
#contact .inner .formBox dl dd input[type=text],
#contact .inner .formBox dl dd textarea {
	background: rgba(225, 225, 225, 0.53);
	width: 100%;
	max-width: 60rem;
	padding: 1.2em .7em;
}
#contact .inner .formBox dl dd .mwform-tel-field input {
	width: 8rem;
}
#contact .inner .formBox dl dd select {
	padding: 1rem 2rem;
	background: rgba(225, 225, 225, 0.53);
	width: 100%;
}
#contact .inner .formBox dl dd input[type=checkbox] {
	width: 1.5rem;
	height: 1.5rem;
	padding: 0rem;
	position: relative;
	border: 2px solid #808080;
}
#contact .inner .formBox dl dd input[type=checkbox]:checked:after {
	content: "";
	border: none;
	border-right: 2px solid #808080;
	border-bottom: 2px solid #808080;
	height: 15px;
	left: 5px;
	opacity: 1;
	top: -6px;
	transform: rotate(45deg);
	width: 6px;
	position: absolute;
}
#contact .inner .formBox dl dd.chk-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	row-gap: 1em;
}
#contact .inner .formBox dl dd.chk-box > span {
	margin-left: unset;
	width: 100%;
}
#contact .inner .formBox dl dd.chk-box > span label {
	font-weight: 600;
}
#contact .inner .formBox dl dd.chk-box .gr-bg {
	display: block;
	width: fit-content;
	background: #e1e1e1;
	padding: 1rem;
}
#contact .inner .formBox dl dd.chk-box > p {
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
#contact .inner .formBox dl dd.chk-box > p b {
	display: inline-block;
	color: #ce8023;
	border-bottom: 1px solid #ce8023;
}
#contact .inner .formBox dl dd.chk-box > p span {
	color: #ce8023;
}
#contact .inner .formBox .contact-btn {
	font-size: 1.4rem;
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 3.8;
	outline: none;
	color: #000;
	background-color: #fff;
	position: relative;
	border: 3px solid #000;
	transition: color 0.5s ease;
	margin: 5rem auto 0;
}
#contact .inner .formBox .contact-btn [type="submit"]{
	width: 100%;
}
#contact .inner .formBox .contact-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
}
#contact .inner .formBox .contact-btn:hover input {
	color: #fff;
	position: relative;
}
#contact .inner .formBox .contact-btn:hover:before {
	transform: scaleX(1);
	transform-origin: left;
}

#contact.thanks .inner >h2{
	font-size: 3rem;
	margin-bottom: 1em;
	font-weight: bold;
	line-height: 1.4;
	color: #0067b6;
}
#contact.thanks .inner >p{
	font-size: 1.4rem;
}