@charset "UTF-8";
/* カラー設定 */
:root {
  --primary-color: #6C30D2;
  --back-color: linear-gradient(to right, #F4EDFF, E7D9FF);
  --white-color: #FFFFFF;
  --black-color: #252525;
}

/*----------------------------------------------------------*/
/* トップページ */
/*----------------------------------------------------------*/
/*---
メインビジュアル
---*/
.mv {
  width: 100vw;
  height: 66vw;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0)), url(../images/mv_pc.webp);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: 600px;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0) 55%, rgba(0, 0, 0, 0)), url(../images/mv_sp.webp);
    background-position: 50% top;
  }
}
.mv__content {
  width: 100%;
  max-width: 1920px;
  padding: 0 2.4% 0 2.2%;
  margin: auto;
  padding-top: 8%;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .mv__content {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .mv__content {
    grid-template-columns: 1fr;
    margin-top: 0;
    position: absolute;
    bottom: 68px;
  }
}
.mv__content .left {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .mv__content .left__text {
    width: 76%;
  }
}
@media screen and (max-width: 768px) {
  .mv__content .left__text {
    width: 96%;
    max-height: 260px;
    object-fit: contain;
  }
}
.mv__content .left__mock-up {
  width: 55%;
}
@media screen and (max-width: 1280px) {
  .mv__content .left__mock-up {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .mv__content .left__mock-up {
    position: absolute;
    width: 34%;
    right: -5%;
    bottom: -60px;
    z-index: 1;
  }
}
.mv__content .form {
  background-color: var(--white-color);
  padding: 24px 0 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 26px 8px rgba(0, 0, 0, 0.52);
  width: 85%;
  max-width: 560px;
  margin: 0 0 0 auto;
  margin-right: 1%;
}
.mv__content .form h4 {
  color: var(--primary-color);
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 12px;
}
.mv__content .form .form-box {
  padding: 0 16px;
  max-height: 36svw;
  overflow: auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .mv__content .form .form-box {
    max-height: 46svw;
  }
}
.mv__content .form .form-box iframe {
  height: 729px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mv-sp {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .mv-sp .form {
    position: absolute;
    width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    bottom: -400px;
    background-color: var(--white-color);
    padding: 20px 0;
    border-radius: 20px;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.09);
    height: 440px;
  }
}
@media screen and (max-width: 768px) {
  .mv-sp .form h4 {
    color: var(--primary-color);
    text-align: center;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 768px) {
  .mv-sp .form-box {
    padding: 0 16px;
    height: 88%;
  }
}
@media screen and (max-width: 768px) {
  .mv-sp .form-box iframe {
    margin-top: -1em;
    width: 100%;
    height: 100%;
    max-height: 420px;
  }
}

/*---
こんなことでお困りではありませんか？
---*/
@media screen and (max-width: 768px) {
  .section-worries {
    padding-top: 450px;
  }
}
.section-worries__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 2.5%;
}
@media screen and (max-width: 768px) {
  .section-worries__list {
    grid-template-columns: 1fr;
  }
}
.section-worries__item {
  background-color: var(--white-color);
  border-radius: 20px;
  display: grid;
  gap: 16px;
  padding: 24px 32px;
  text-align: center;
}
.section-worries__item img {
  display: block;
  width: 20%;
  margin: auto;
}

/*---
面倒な管理業務から解放されます！
---*/
.section-service {
  padding-top: 0;
  /*---
  さらに便利な機能
  ---*/
}
.section-service .sec-title h2 {
  color: var(--primary-color);
}
.section-service__img {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: auto;
  padding-left: 6%;
}
.section-service__list {
  display: grid;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .section-service__list {
    gap: 16px;
  }
}
.section-service__item {
  background-color: var(--white-color);
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 24px;
  align-items: center;
  border-radius: 24px;
  box-shadow: 0px 4px 14px rgba(40, 69, 147, 0.05);
}
@media screen and (max-width: 768px) {
  .section-service__item {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 0 16px 12px;
  }
}
.section-service__item .text {
  max-width: 450px;
}
.section-service__item .text__title {
  color: var(--primary-color);
  line-height: 1;
}
.section-service__item .text__description {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-service__item .text__description {
    font-size: 1.4rem;
  }
}
.section-service__function {
  position: relative;
  /* 矢印共通 */
  /* 左右 */
}
.section-service__function__title h3 {
  font-size: 3rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-service__function__title h3 {
    font-size: 2rem;
  }
}
.section-service__function__title p {
  font-size: 1.8rem;
  text-align: center;
  max-width: 800px;
  margin: auto;
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .section-service__function__title p {
    font-size: 1.4rem;
    max-width: 92%;
  }
}
.section-service__function__wrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  /* 矢印クリック時を滑らかに */
  scroll-snap-type: x mandatory;
  cursor: grab;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 50%);
  padding-right: calc(50vw - 50%);
  margin-top: -60px;
}
.section-service__function__wrapper::-webkit-scrollbar {
  display: none;
}
.section-service__function .scroll-arrow {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 10;
  background-color: rgba(210, 210, 215, 0.6392156863);
  border: none;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  transition: opacity 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-service__function .scroll-arrow {
    width: 40px;
    height: 40px;
  }
}
.section-service__function .scroll-arrow img {
  width: 28px;
}
@media screen and (max-width: 768px) {
  .section-service__function .scroll-arrow img {
    width: 20px;
  }
}
.section-service__function .scroll-arrow.is-hidden {
  opacity: 0;
  pointer-events: none;
}
.section-service__function .scroll-arrow--left {
  left: 40px;
  padding-right: 4px;
}
@media screen and (max-width: 768px) {
  .section-service__function .scroll-arrow--left {
    left: 12px;
  }
}
.section-service__function .scroll-arrow--right {
  right: 40px;
  padding-left: 4px;
}
@media screen and (max-width: 768px) {
  .section-service__function .scroll-arrow--right {
    right: 12px;
  }
}
.section-service__function__list {
  display: flex;
  gap: 24px;
  margin-top: 48px;
  min-width: max-content;
}
@media screen and (max-width: 768px) {
  .section-service__function__list {
    gap: 16px;
    margin-top: 40px;
    scroll-padding: unset;
  }
}
.section-service__function__item {
  width: 540px;
  max-width: 100%;
  flex: 0 0 auto;
  scroll-snap-align: center;
}
@media screen and (max-width: 768px) {
  .section-service__function__item {
    width: 86vw;
  }
}
.section-service__function__item:last-child {
  margin-right: 100px;
}
@media screen and (max-width: 768px) {
  .section-service__function__item:last-child {
    margin-right: 16px;
  }
}
.section-service__function__item img {
  border-radius: 20px;
  background-color: var(--white-color);
}
.section-service__function__item h4 {
  font-size: 2.8rem;
  color: var(--primary-color);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-service__function__item h4 {
    font-size: 1.8rem;
  }
}
.section-service__function__item p {
  margin-top: 16px;
}

/*---
導入ステップ
---*/
.section-step__list {
  display: grid;
  grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
  text-align: center;
  max-width: 840px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-step__list {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.section-step__item {
  display: flex;
  align-items: start;
}
.section-step__item .img {
  display: block;
  width: 68%;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-step__item .img {
    width: 23%;
  }
}
.section-step__item .title {
  font-size: 1.8rem;
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .section-step__item .title {
    font-size: 1.6rem;
  }
}
.section-step__item .optional {
  font-size: 68%;
  background-color: #F4EDFF;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 20px;
}
.section-step__item p {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-step__item p {
    margin-top: 12px;
  }
}
.section-step__arrow {
  margin-top: 250%;
  transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  .section-step__arrow {
    margin-top: 0;
    width: 9%;
    height: auto;
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 500px) {
  .section-step__arrow {
    width: 32px;
  }
}

/*---
料金プラン
---*/
.section-fee .initial-cost {
  display: flex;
  align-items: center;
  gap: 30px;
  width: fit-content;
  margin: auto;
  background-color: var(--white-color);
  padding: 18px 60px;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-fee .initial-cost {
    gap: 4px;
    padding: 12px 24px;
  }
}
.section-fee .initial-cost p {
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .section-fee .initial-cost p {
    font-size: 1.8rem;
  }
}
.section-fee .initial-cost__fee {
  color: var(--primary-color);
}
.section-fee .initial-cost__fee span {
  font-size: 6.4rem;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-fee .initial-cost__fee span {
    font-size: 4rem;
  }
}
.section-fee .plan-table {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  margin-right: calc(50% - 50vw);
  padding-right: calc(50vw - 50%);
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table {
    flex-direction: column;
  }
}
.section-fee .plan-table .plan-table.is-dragging {
  cursor: grabbing;
  user-select: none;
}
.section-fee .plan-table::-webkit-scrollbar {
  display: none;
}
.section-fee .plan-table .plan-card {
  width: 240px;
  min-width: 240px;
  padding: 0 16px 24px;
  background: var(--white-color);
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card {
    width: 100%;
    padding: 0 24px 24px;
  }
}
.section-fee .plan-table .plan-card__title {
  height: unset;
  min-height: unset;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__title {
    height: fit-content;
  }
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__title p {
    font-size: 1.8rem;
  }
}
.section-fee .plan-table .plan-card__title h3 {
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__title h3 {
    font-size: 2.8rem;
  }
}
.section-fee .plan-table .plan-card__title h3 span {
  font-size: 1.6rem;
  margin-left: 4px;
}
.section-fee .plan-table .plan-card__title--title {
  align-items: flex-start;
  padding-top: 68px;
}
.section-fee .plan-table .plan-card__title--title .extra-fee-title {
  font-weight: 500;
  margin-top: 6px;
}
.section-fee .plan-table .plan-card .extra-fee {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card .extra-fee {
    font-size: 1.2rem;
    font-weight: 400;
    display: flex;
    gap: 12px;
    margin-top: 4px;
  }
}
.section-fee .plan-table .plan-card__item {
  padding: 16px 0;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__item {
    padding: 8px 0;
    height: 56px;
    gap: 32px;
    justify-content: space-between;
  }
}
.section-fee .plan-table .plan-card__item::after {
  content: "";
  width: 105px;
  border-bottom: 1px solid #eee;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__item::after {
    right: 0;
  }
}
.section-fee .plan-table .plan-card__item__worker-text {
  font-size: 1.4rem;
  letter-spacing: -0.1em;
  color: var(--primary-color);
  display: block;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__item__worker-text {
    font-size: 1rem;
    letter-spacing: -0.1em;
    line-height: 1.5;
    margin-top: 4px;
  }
}
.section-fee .plan-table .plan-card__item__worker-text:last-child {
  border-bottom: none;
}
.section-fee .plan-table .plan-card__item .value {
  min-width: 105px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__item .value {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .section-fee .plan-table .plan-card__item .label {
    font-size: 1.2rem;
  }
}
.section-fee .plan-table .correct,
.section-fee .plan-table .hyphen {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: contain;
}
.section-fee .plan-table .correct {
  background-image: url(../images/fee_correct.svg);
}
.section-fee .plan-table .hyphen {
  background-image: url(../images/fee_hyphen.svg);
}
.section-fee .plan-table .plan-card-service {
  width: 300px;
  min-width: 300px;
}
.section-fee .plan-table .plan-card-service .plan-card__item {
  justify-content: flex-start;
}
.section-fee__example h4 {
  font-weight: 500;
  text-align: center;
}
.section-fee__example__box {
  background-color: var(--white-color);
  padding: 32px;
  border-radius: 20px;
  max-width: 580px;
  margin: auto;
  margin-top: 24px;
  box-shadow: 0px 4px 25px 0px rgba(108, 48, 210, 0.18);
}
@media screen and (max-width: 768px) {
  .section-fee__example__box {
    padding: 24px 16px;
  }
}
.section-fee__example__box .text {
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-fee__example__box .text {
    font-size: 1.4rem;
  }
}
.section-fee__example__box .lowest {
  display: flex;
  align-items: center;
  gap: 24px;
  width: fit-content;
  margin: auto;
}
.section-fee__example__box .lowest__label {
  color: var(--primary-color);
  font-weight: 700;
  background-color: #F4EDFF;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 100px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-fee__example__box .lowest__label {
    font-size: 1.2rem;
  }
}
.section-fee__example__box .lowest__fee {
  font-size: 2.4rem;
  font-weight: 900;
  color: var(--primary-color);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-fee__example__box .lowest__fee {
    font-size: 1.4rem;
  }
}
.section-fee__example__box .lowest__fee span {
  font-size: 6.4rem;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .section-fee__example__box .lowest__fee span {
    font-size: 3.2rem;
  }
}

/*---
まずはお気軽にお問い合わせください
---*/
.section-contact .sec-title h2 {
  font-size: 5.4rem;
}
@media screen and (max-width: 768px) {
  .section-contact .sec-title h2 {
    font-size: 2rem;
  }
}
.section-contact .sec-title__description {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-contact .sec-title__description {
    font-size: 1.4rem;
  }
}
.section-contact__title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .section-contact__title {
    font-size: 1.6rem;
  }
}
.section-contact__content {
  background-color: #FBF7FF;
  padding: 32px 0;
  border-radius: 20px;
  width: 100%;
  max-width: 700px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-contact__content {
    padding: 24px 0;
  }
}
.section-contact__content.form {
  background-color: var(--white-color);
}
.section-contact__content--tel {
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .section-contact__content--tel {
    padding: 32px;
  }
}
.section-contact__content--tel__number {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.section-contact__content--tel__number img {
  width: 56px;
  height: 56px;
}
@media screen and (max-width: 768px) {
  .section-contact__content--tel__number img {
    width: 24px;
    height: 24px;
  }
}
.section-contact__content--tel__number p {
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .section-contact__content--tel__number p {
    font-size: 2rem;
  }
}
.section-contact__content--form {
  box-shadow: 0px 4px 25px 0px rgba(108, 48, 210, 0.18);
}
.section-contact iframe {
  width: 100%;
  height: 726px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  .section-contact iframe {
    height: 700px !important;
  }
}
.section-contact .cta-btn {
  width: 295px;
  padding: 24px 26px;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--white-color);
  text-align: center;
  background: linear-gradient(0deg, #a370f9, #8342f0 53%, #6c30d2);
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-contact .cta-btn {
    width: 150px;
    padding: 12px 24px;
    font-size: 1.6rem;
  }
}

/*---
今だけの 特別キャンペーン 実施中！
---*/
.section-campaign .sec-title span {
  font-size: 5.4rem;
  color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .section-campaign .sec-title span {
    font-size: 2.6rem;
  }
}
.section-campaign__list {
  width: 100%;
  max-width: 585px;
  margin: auto;
}
.section-campaign__item {
  text-align: center;
  display: grid;
  gap: 24px;
  background-color: var(--white-color);
  border-radius: 20px;
  padding: 24px 16px;
}
@media screen and (max-width: 768px) {
  .section-campaign__item {
    gap: 12px;
  }
}
.section-campaign__item .benefits {
  background-color: var(--primary-color);
  padding: 4px 12px;
  border-radius: 100px;
  color: var(--white-color);
  font-size: 1.4rem;
  font-weight: 700;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-campaign__item .benefits {
    font-size: 1rem;
  }
}
.section-campaign__item h3 {
  font-size: 3.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section-campaign__item h3 {
    font-size: 2rem;
  }
}
.section-campaign__item .description {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .section-campaign__item .description {
    font-size: 1.4rem;
  }
}
.section-campaign__item .description span {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .section-campaign__item .description span {
    font-size: 1.6rem;
  }
}
.section-campaign__item span.purple {
  color: var(--primary-color);
  font-weight: 700;
}
.section-campaign__item .external-link {
  background-color: #F4EDFF;
  padding: 12px 16px;
  border-radius: 100px;
  width: fit-content;
  margin: auto;
}
.section-campaign__item .external-link p {
  color: var(--primary-color);
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .section-campaign__item .external-link p {
    font-size: 1.2rem;
  }
}
.section-campaign__item .external-link p img {
  margin-top: 0.1em;
}
@media screen and (max-width: 768px) {
  .section-campaign__item .external-link p img {
    width: 14px;
  }
}
.section-campaign__note {
  max-width: 800px;
  margin: auto;
  color: #7E7E7E;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .section-campaign__note {
    font-size: 1.2rem;
    margin-top: 30px;
  }
}

/*---
よくある質問
---*/
.section-faq .faq__q, .section-faq .faq__a {
  font-weight: 700;
  font-family: "SF Pro", sans-serif;
  display: block;
}
.section-faq .faq__q {
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .section-faq .faq__q {
    font-size: 1.4rem;
  }
}
.section-faq .faq__a {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .section-faq .faq__a {
    font-size: 1.4rem;
  }
}
.section-faq .accordion {
  width: 100%;
  max-width: 1020px;
  margin: auto;
  display: grid;
  gap: 16px;
}
.section-faq .accordion__wrapper {
  background-color: #F4EDFF;
  border-radius: 24px;
}
.section-faq .accordion-header {
  display: flex;
  align-items: baseline;
  gap: 6px;
  position: relative;
  padding: 24px;
  border-radius: 24px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .section-faq .accordion-header {
    gap: 4px;
    padding: 16px;
  }
}
.section-faq .accordion-header .title {
  font-size: 1.8rem;
  max-width: 85%;
}
@media screen and (max-width: 768px) {
  .section-faq .accordion-header .title {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 500px) {
  .section-faq .accordion-header .title {
    max-width: 78%;
  }
}
.section-faq .accordion-header::after {
  content: "";
  display: block;
  background-image: url("../images/faq_arrow.svg");
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  transition: all 0.15s ease-in-out;
  transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .section-faq .accordion-header::after {
    right: 16px;
  }
}
.section-faq .accordion-header.active::after {
  transform: rotate(0deg);
}
.section-faq .accordion-content {
  padding: 0 24px 24px;
  border-radius: 0 0 24px 24px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .section-faq .accordion-content {
    padding: 0 16px 16px;
  }
}
.section-faq .accordion-content::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #DDD8D8;
}
.section-faq .accordion-content p {
  color: #252525;
}
.section-faq .accordion-content__box {
  display: flex;
  align-items: baseline;
  gap: 4px;
  padding-top: 24px;
}
@media screen and (max-width: 768px) {
  .section-faq .accordion-content__box {
    padding-top: 16px;
  }
}
.section-faq .accordion-content {
  display: none;
}

/*----------------------------------------------------------*/
/* モーダル_お問い合わせ*/
/*----------------------------------------------------------*/
.overlay {
  display: none;
}
.overlay.appear {
  display: block;
  position: fixed;
  inset: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 50;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

#modal {
  display: none;
}
#modal .form-box {
  height: fit-content;
  max-height: 70vh;
  overflow: auto;
}
#modal iframe {
  width: 100%;
  height: 728px;
  padding: 0 16px;
}
@media screen and (max-width: 768px) {
  #modal iframe {
    height: 700px;
    max-height: calc(70vh - 104px);
  }
}
#modal.appear {
  display: block;
  width: 90%;
  max-width: 600px;
  height: fit-content;
  max-height: 90svh;
  padding: 32px 0;
  background-color: var(--white-color);
  border-radius: 20px;
  z-index: 99999;
  animation: fadeIn 0.5s ease-out;
  position: relative;
}
@media screen and (max-width: 768px) {
  #modal.appear {
    padding: 24px 0;
  }
}
#modal .modal-inner {
  height: 100%;
  overflow-y: scroll;
}
#modal .modal-inner::-webkit-scrollbar {
  display: none;
}
#modal #close-btn-container {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 32px;
  top: 32px;
  z-index: 20;
}
@media screen and (max-width: 768px) {
  #modal #close-btn-container {
    width: 24px;
    right: 16px;
    top: 16px;
  }
}
#modal #close-btn {
  border-radius: 8px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#modal .section-contact__title {
  position: sticky;
  background-color: var(--white-color);
  z-index: 10;
  padding: 8px 0 24px;
  margin-bottom: 0;
  top: 0;
}

html.modal-open {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.modal-btn {
  transition: all 0.15s ease-in-out;
}
.modal-btn:hover {
  opacity: 0.8;
}

/*----------------------------------------------------------*/
/* 404ページ*/
/*----------------------------------------------------------*/
.section-404 h2 {
  font-size: 6rem;
}
@media screen and (max-width: 768px) {
  .section-404 h2 {
    font-size: 5.2rem;
  }
}
.section-404__text {
  text-align: center;
}
.section-404 .top-link {
  border: solid 1px var(--primary-color);
  padding: 12px 16px;
  width: 100%;
  max-width: 320px;
  margin: auto;
  text-align: center;
  border-radius: 100px;
}

/*----------------------------------------------------------*/
/* thanksページ */
/*----------------------------------------------------------*/
.section-thanks__text {
  text-align: center;
}
.section-thanks .top-link {
  border: solid 1px var(--primary-color);
  padding: 12px 16px;
  width: 100%;
  max-width: 320px;
  margin: auto;
  text-align: center;
  border-radius: 100px;
}