@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
section size
-------------------------------------------------- */
/* 初期設定 */
#contact-page {
	font-size: 1.1rem;
	line-height: 2;
	letter-spacing: 0.06em;
	font-weight: 400;
	position: relative;
}
#contact-page #confv {
	background-image: url(../img/contact/confv01@2x.webp);
}
#contact-page #faq {
	background: #fff url(../img/top/pointbg.svg);
	background-size: 10%;
	padding: 5em 0;
	margin-bottom: -10em;
	position: relative;
}
#contact-page #faq:before {
	content: "";
	display: block;
	width: 100%;
	aspect-ratio: 521/128;
	position: absolute;
	bottom: 6%;
	left: 0;
	background-image: url(../img/contact/telbg01@2x.webp);
	background-size: cover;
	background-position: center;
	z-index: 98;
}
#contact-page #faq h3 {
	font-size: 1.3rem;
	line-height: 1.3846153846;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
}
#contact-page #faq h3 .big {
	font-size: 220%;
}
#contact-page #faq .midashi {
	text-align: center;
	margin: 2em 0;
}
#contact-page #faq .accordion-list {
	display: grid;
	place-items: center;
	position: relative;
	font-size: 1rem;
	line-height: 1.3;
	letter-spacing: 0.06em;
	font-weight: 700;
	color: #fff;
}
#contact-page #faq .accordion-list .accordion-item {
	margin-top: 2em;
	width: 100%;
	padding: 1.2em 2.2em;
	border: 2px solid #ff8fe5;
	border-radius: 2rem .2rem 2rem 0.2rem;
	position: relative;
	overflow: auto;
	background-color: #ff8fe5;
	transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
	/* --- 開いたときのスタイル --- */
}
#contact-page #faq .accordion-list .accordion-item > dt {
	position: relative;
	padding-left: 1.7em;
	padding-right: 1.7em;
	cursor: pointer;
	font-size: 120%;
	line-height: 1.6;
	transition: color 0.3s ease, background-color 0.3s ease;
}
#contact-page #faq .accordion-list .accordion-item > dt .en.big {
	position: absolute;
	left: 0;
	top: -0.4em;
	width: 1em;
	text-align: center;
	color: #fff;
	transition: color 0.3s ease;
}
#contact-page #faq .accordion-list .accordion-item > dt:after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border-left: 0.6em solid transparent;
	border-right: 0.6em solid transparent;
	border-top: 0.8em solid #fff;
	transition: transform 0.3s ease, border-top-color 0.3s ease;
}
#contact-page #faq .accordion-list .accordion-item > dd {
	display: none;
	font-weight: 600;
	margin-top: 1.2em;
	padding-top: 1em;
	border-top: 2px dashed #fff;
	position: relative;
	padding-left: 2em;
	transition: color 0.3s ease, border-top-color 0.3s ease;
}
#contact-page #faq .accordion-list .accordion-item > dd .en.big {
	position: absolute;
	left: 0;
	top: 0.3em;
	width: 1.2em;
	text-align: center;
	color: #fff;
	transition: color 0.3s ease;
}
#contact-page #faq .accordion-list .accordion-item .big {
	font-size: 150%;
}
#contact-page #faq .accordion-list .accordion-item.open {
	background-color: #fff;
	color: #ff8fe5;
	border-color: #ff8fe5;
}
#contact-page #faq .accordion-list .accordion-item.open dt {
	color: #ff8fe5;
}
#contact-page #faq .accordion-list .accordion-item.open dt .en.big {
	color: #ff8fe5;
}
#contact-page #faq .accordion-list .accordion-item.open dt:after {
	transform: translateY(-50%) rotate(180deg);
	border-top-color: #ff8fe5;
}
#contact-page #faq .accordion-list .accordion-item.open dd {
	border-top-color: #ff8fe5;
}
#contact-page #faq .accordion-list .accordion-item.open dd .en.big {
	color: #ff8fe5;
}
#contact-page #faq .telbox {
	margin-top: 4em;
	position: relative;
	text-align: center;
	font-size: 1.7rem;
	line-height: 1.7647058824;
	letter-spacing: 0.06em;
	font-weight: 600;
	z-index: 99;
}
#contact-page #faq .telbox .teltxt {
	margin-bottom: 1em;
}
#contact-page #faq .telbox .telimg {
	width: 100%;
	display: block;
	position: relative;
}
#contact-page #faq .telbox .telimg .orn {
	position: absolute;
	top: -28%;
	left: 50%;
	transform: translateX(-50%);
	width: 128%;
}
#contact-page #form {
	background: #ffeefc url(../img/top/trnbg.svg);
	background-size: 10%;
	font-size: 1.1rem;
	line-height: 1.8181818182;
	letter-spacing: 0.06em;
	font-weight: 600;
	position: relative;
	height: 50rem;
	padding-top: 5.3rem;
}
#contact-page #form h3 {
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.06em;
	font-weight: 700;
	text-align: center;
	margin: 5em 0 2em;
}



/* ---- 問い合わせフォーム ---- */
.form-box{
	padding-bottom:4em;
}

.form-wrap {
	background: #ffeefc url(../img/top/trnbg.svg);
	background-size: 10%;
	font-size: 1.1rem;
	line-height: 1.8181818182;
	letter-spacing: 0.06em;
	font-weight: 600;
	position: relative;
	padding-top: 5.3rem;
}
.form-wrap .title-box {
	margin-bottom: 1rem;
}
.form-wrap .title-box h3 {
	font-size: 1.7rem;
    line-height: 1;
    letter-spacing: 0.06em;
    font-weight: 700;
    text-align: center;
    margin: 4em auto 1em;
    color: #FF5CE8;
    display: block;
    width: 63%;
    padding: 0 1.2em;
    position: relative;
}

.form-wrap .title-box h3::before,
.form-wrap .title-box h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 30px;     /* ← 棒線の長さ */
    height: 2px;     /* ← 棒線の太さ */
    background: #FF5CE8; /* ← 色（見出しと揃えた） */
    transform: translateY(-50%);
}

.form-wrap .title-box h3::before {
    left: 0;
    transform: translate(-100%, -50%); /* 左に伸ばす */
}

.form-wrap .title-box h3::after {
    right: 0;
    transform: translate(100%, -50%); /* 右に伸ばす */
}


.form-wrap .title-box p {
	color: #ff8fe5;
	text-align: center;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.form-wrap .form-box dl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	padding: 2rem 1rem 2rem;
}

.form-wrap .form-box dl dt,
.form-wrap .form-box dl dd {
	font-size: 1.1rem;
	letter-spacing: 0.2em;
	padding: 3rem 0 3rem 2rem;
	line-height: 1.75;
}
.form-wrap .form-box dl dt {
	width: 100%;
	position: relative;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.form-wrap .form-box dl dt.none:after {
	display: none;
}
.form-wrap .form-box dl dt.hissu:after {
	content: "必須";
	background: #ff8fe5;
	padding: 0.2rem 1rem;
	font-size: 1rem;
	letter-spacing: 0.2em;
	color: #fff;
	margin-left: 1.2rem;
	height: calc(1.75em + 0.4rem);
	margin-top: auto;
}
.form-wrap .form-box dl dt span {
	font-size: 75%;
	padding-top: 0.5em;
}
.form-wrap .form-box dl dd {
	padding: 0;
}
.form-wrap .form-box dl dd input[type=text],
.form-wrap .form-box dl dd textarea {
	background-color:#fff;
	width: 100%;
	max-width: 60rem;
	padding: 0.7rem;
}
.form-wrap .form-box dl dd .mwform-tel-field input {
	width: 8rem;
}
.form-wrap .form-box dl dd select {
	padding: 1rem 2rem;
	background: rgba(225, 225, 225, 0.53);
	width: 100%;
}
.form-wrap .form-box dl dd input[type=checkbox] {
	width: 1.5rem;
	height: 1.5rem;
	padding: 0rem;
	position: relative;
	border: 1.5px solid #808080;
}
.form-wrap .form-box 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;
}
.form-wrap .form-box dl dd.chk-box {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.form-wrap .form-box dl dd.chk-box > span {
	margin-left: unset;
	width: 48%;
}
.form-wrap .form-box dl dd.chk-box > span label {
	font-weight: 600;
}
.form-wrap .form-box dl dd.chk-box .gr-bg {
	display: block;
	width: fit-content;
	background: #e1e1e1;
	padding: 1rem;
}
.form-wrap .form-box dl dd.chk-box > p {
	width: 100%;
	margin-bottom: 1rem;
	font-size: 1.2rem;
	letter-spacing: 0.1em;
}
.form-wrap .form-box dl dd.chk-box > p b {
	display: inline-block;
	color: #ce8023;
	border-bottom: 1px solid #ce8023;
}
.form-wrap .form-box dl dd.chk-box > p span {
	color: #ce8023;
}
.form-wrap .form-box .contact-btn {
	    font-size: 1.3rem;
    display: block;
    width: 70%;
    text-align: center;
    text-decoration: none;
    line-height: 3.3;
    outline: none;
    color: #ff8fe5;
    background-color: #fff;
    position: relative;
    border: 3px solid #ff8fe5;
    transition: color 0.5s ease;
    margin: 3rem auto 0px;
	border-radius:999px;
}
.form-wrap .form-box .contact-btn:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #ff8fe5;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius:999px;
}
.form-wrap .form-box .contact-btn:hover input {
	color: #fff;
	position: relative;
}
.form-wrap .form-box .contact-btn:hover:before {
	transform: scaleX(1);
	transform-origin: left;
}

#form-thanks {
	margin-bottom: 5.5rem;
}
#form-thanks .inner .text-box {
	margin-bottom: 3rem;
}
#form-thanks .inner .text-box h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 2rem;
	text-align: center;
}
#form-thanks .inner .text-box p a {
	color: #ff8fe5;
}
#form-thanks .inner .text-box p a:hover {
	opacity: 0.8;
}
#form-thanks .inner img {
	max-width: none;
	width: 100%;
}