@charset "utf-8";

.l-detail {
  background: #D9EFDE;
  padding: 80px 0 150px;
}

.l-detail__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: calc(30 / 22);
  display: flex;
  align-items: center;
  gap: 12px;
}
.l-detail__title::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #F87654;
  border-radius: 50%;
  flex-shrink: 0;
}

.faq__wrap {
  margin-top: 42px;
}

.faq__box + .faq__box {
  margin-top: 100px;
}

.faq__item {
  padding: 25px 38px 28px 30px;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.faq__item + .faq__item {
  margin-top: 20px;
}

.faq__a {
  margin-top: 10px;
}
.faq__q {
  display: flex;
  gap: 18px;
  align-items: start;
}

.faq__q-head {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 30px;
  color: #F87654;
  flex-shrink: 0;
}

.faq__q-body {
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 600;
}

.faq__a-body {
    margin-top: 20px;
    padding-top: 18px;
  background-image: radial-gradient(circle, #707070 0.5px, transparent 0.5px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 6px 1px;
  font-size: 15px;
  letter-spacing: 0.08em;
  font-weight: 500;
  line-height: calc(33 / 15);
}

.company__box + .company__box {
  margin-top: 100px;
}

.c-table__wrap {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); 
}
.c-table {
  display: grid;
  gap: 20px;
  grid-template-columns: 103px 1fr;
  border-bottom: 1px solid #A7A7A7;
}
@media screen and (min-width: 1024px) {
  .c-table {
    gap: 50px;
    grid-template-columns: 179px 1fr;
  }
}
.c-table:last-of-type {
  border-bottom: none;
}
.c-table__head,
.c-table__body {
  padding: 19px 0;
}
.c-table__head {
  display: grid;
  place-items: center;
  background: #FFF8EB;
}
.c-table__body {
  padding-right: 25px;
}
@media screen and (min-width: 1024px) {
  .c-table__body {
    padding-right: 115px;
  }
}

.message__wrap {
  background: #fff;
  border-radius: 10px;
  padding: 70px 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: flex;
  gap: 43px;
  align-items: center;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .message__wrap {
    flex-direction: row;
    padding: 70px 40px;
  }
}
@media screen and (min-width: 1100px) {
  .message__wrap {
    padding: 70px 115px 70px 70px;
  }
}

.message__wrap img {
  aspect-ratio: 367 / 279;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}
@media screen and (min-width: 1024px) {
  .message__wrap img {
    width: 367px;
  }
}


.access__map {
  aspect-ratio: 1080/410;
  width: 100%;
  height: 410px;
}
.access__map div,
.access__map div iframe {
  border: none;
  width: 100%;
  height: 100%;
}


.plan-top__list {
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.plan-top__list::after {
  content:"";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -70px;
  background: url(../images/20250908135416552215.svg) center / contain no-repeat;
  width: 109px;
  height: 46px;
}
.plan-top__list-item {
  width: fit-content;
  position: relative;
}
.plan-top__list-item::after {
  content:"";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -23px;
  background: url(../images/icon-plus.svg) center / contain no-repeat;
  width: 17px;
  height: 18px;
}
.plan-top__list-item:last-of-type::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .plan-top__list {
    gap: 33px;
    max-width: 550px;
  }
  .plan-top__list-item::after {
    right: -30px;
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .plan-top__list {
    max-width: 100%;
  }
}

.plan-top__copy {
  border-bottom: 4px solid #F77754;
  width: fit-content;
}
.plan-top__text strong{
  color: #F77754;
}
.plan-top__images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 30px;
  max-width: 90%;
  justify-content: center;
}
@media screen and (min-width: 800px) {
  .plan-top__images {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: 721px;
  }
}

.plan-mid__box {
  padding: 80px 20px 120px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 768px) {
  .plan-mid__box {
    padding: 80px 40px 120px;
  }
}
@media screen and (min-width: 1024px) {
  .plan-mid__box {
    padding: 80px 80px 104px;
  }
}

.plan-mid__title {
  margin-inline: auto;
  width: fit-content;
  border-bottom: 4px solid #64B22E;
}
.plan-mid__text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.plan-mid__text::before {
  content: "";
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: #14A291;
  border-radius: 3px;
}

.about__wrap {
  display: flex;
    align-items: center;
    gap: 57px;
  flex-direction: column;
}
@media screen and (min-width: 1200px) {
  .about__wrap {
    flex-direction: row;
  }
}
.about__title {
  border-bottom: 4px solid #F77754;
      width: fit-content;
}
.about__title strong {
  color: #F77754;
}
.about__img {
  aspect-ratio: 563/470;
  width: min(100%, 563px);
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
}
@media screen and (min-width: 1200px) {
  .about__img {
    width: min(calc(563 / 1366 * 100vw), 563px);
  }
}


.reason__wrap {
  display: flex;
    flex-direction: column;
    gap: 20px;
}
.reason__item {
    display: flex;
    flex-direction: column;
  align-items: center;
    gap: 40px;
  padding: 52px 20px;
}
@media screen and (min-width: 1024px) {
  .reason__item {
    flex-direction: row;
      padding: 49px 50px;
}
}
.reason__img {
  aspect-ratio: 340/250;
  width: min(100%, 340px);
  object-fit: cover;
  border-radius: 5px;
}
@media screen and (min-width: 1200px) {
  .reason__img {
    width: min(calc(340 / 1366 * 100vw), 340px);
  }
}
.reason__text strong {
  font-weight: 600;
      background: linear-gradient(transparent 60%, #FFD900 0%);
    display: inline;
    padding: 0 1px 0px;
}

@media screen and (min-width: 1024px) {
    .reason::before, .reason::after {
        width: 328px;
        bottom: -145px;
    }
    .reason::before {
        left: 59px;
    }
  .reason::after {
        right: 59px;
    }
}


.flow__wrap {
      display: flex;
    flex-direction: column;
    gap: 50px;
}
.flow__item {
    display: flex;
    gap: 15px;
      flex-direction: column;
}
@media screen and (min-width: 768px) {
  .flow__wrap {
    gap: 30px;
}
  .flow__item {
      flex-direction: row;
    gap: 28px;
  }
  .flow__head::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 114px;
  background: #E0E0E0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -125px;
}
}
.flow__head {
  flex-shrink: 0;
  position: relative;
}
.flow__item:last-of-type .flow__head::after {
  display: none;
}
.flow__body {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 31px 20px;
}
@media screen and (min-width: 768px) {
  .flow__body {
   padding: 31px 35px;
  }
}

.item__wrap {
      display: flex;
    gap: 60px;
      flex-direction: column;
}
.item__item {
  background: #D9EFDE;
  border-radius: 5px;
  overflow: hidden;
}
.item__list {
  padding: 40px 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .item__list {
    grid-template-columns: repeat(3, 1fr);
   padding: 50px 40px 60px;
  }
}
@media screen and (min-width: 1024px) {
  .item__list {
    grid-template-columns: repeat(4, 1fr);
   padding: 50px 50px 60px;
  }
}
@media screen and (min-width: 1100px) {
  .item__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.item__list-item {
  aspect-ratio: 193/185;
  border-radius: 6px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}

