@charset "utf-8";


/* ------------------------------------------------------------ contact */
#contact{ padding: 150px 0 130px; }
#contact .title{ padding: 0 0 35px; }
.contact-cards{ display: flex; flex-direction: column; gap: 40px; }
.contact-card{ position: relative; background: #fff; padding: 40px 50px 40px 40px; }
.contact-card.pic-stripe::before{ z-index: -1; right: -10px; bottom: -10px; }

.contact-card__inner{ display: flex; align-items: flex-start; gap: 5%; }
.contact-card__media{ width: 251px; }
.contact-card__media img{ width: 100%; height: auto; }

.contact-card__wrap{ width: 630px; }
.contact-card__body{ padding: 0 0 25px; }
.contact-card__title{ margin: 0 0 19px; font-size: 23px; line-height: 1.5; font-family: 'Noto-Sans-JP-Bold'; }
.contact-card__text{ font-size: 15px; line-height: 2; }

.contact-card__action{ display: flex; justify-content: flex-end; align-items: center; }
.contact-card__action .btn{ width: 246px; height: 56px; margin: 0; font-size: 14px; }
.contact-card__action .btn--ivory{ background: #cdbd8a; color: #fff !important; }
.contact-card__action .btn--ivory .btn__item{ filter: brightness(10); }
.contact-card__action .btn--white{ height: 62px; }


/* ------------------------------------------------------------ faq */
#faq{ }
#faq .title{ padding: 0 0 70px; }
.faq-list{ padding: 0 0 65px; }
.faq-list__item{ cursor: pointer; padding: 25px 0; border-bottom: 1px solid #CECECE; }

.faq-list__item dt,
.faq-list__item dd{ display: flex; align-items: center; gap: 18px; position: relative; }
.faq-list__label{ display: flex; align-items: center; justify-content: center; width: 50px; height: 50px; border-radius: 100px; background: var(--main-color); font-size: 21px; line-height: 1.5; font-family: "montserrat", sans-serif; font-weight: 500; font-style: normal; color: #fff; }
.faq-list__q-text{ line-height: 2; }

.faq-list__q::after,
.faq-list__q::before{ transition: all .5s; content:""; position:absolute; top: 50%; right: 0; transform: translateY(-50%); width: 39px; height: 2px; background:#d8322a; }
.faq-list__q::before{ transform: translateY(-50%) rotate(90deg); }
.faq-list__a{ display: none; margin: 23px 0 0; }
.faq-list__a-text{ width: 93%; margin: 0 0 0 auto; line-height: 2.2; }

.faq-list__item.is-active .faq-list__q::before{ transform: translateY(-50%) rotate(0); }



/* ----------------------------- mobile ------------------------------- */
@media only screen and (max-width: 768px) {
	
/* ------------------------------------------------------------ contact */
	#contact{ padding: 50px 0; }
	#contact .title{ padding: 0 0 20px; }
	.contact-cards{ gap: 24px; }
	.contact-card{ padding: 20px; }
	.contact-card.pic-stripe::before{ right: -8px; bottom: -8px; }
	
	.contact-card__inner{ flex-direction: column; gap: 16px; }
	.contact-card__media{ width: 100%; }
	.contact-card__wrap{ width: 100%; }
	.contact-card__body{ padding: 0 0 20px; }
	.contact-card__title{ margin: 0 0 6px; font-size: 18px; }
	.contact-card__text{ font-size: 14px; line-height: 1.5; }
	
	.contact-card__action{ justify-content: flex-start; }
	.contact-card__action .btn{ width: 100%; height: 54px; font-size: 14px; }
	.contact-card__action .btn--white{ height: 54px; }
	

/* ------------------------------------------------------------ faq */
	#faq{ padding: 0 0 20px; }
	#faq .title{ padding: 0; }
	.faq-list{ padding: 0 0 40px; }
	
	.faq-list__item{ padding: 18px 0; }
	.faq-list__item dt,
	.faq-list__item dd{ gap: 12px; }
	.faq-list__label{ width: 30px; height: 30px; font-size: 15px; flex-shrink: 0; }
	.faq-list__q-text{ font-size: 14px; line-height: 1.8; padding-right: 40px; }
	.faq-list__q::after,
	.faq-list__q::before{ width: 22px; height: 2px; right: 0; }
	.faq-list__a{ margin: 18px 0 0; }
	.faq-list__a-text{ width: 100%; margin: 0; font-size: 13px; }

		
	
}
