@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");

.lhalala-peel {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  color: #22292b;
}

.lhalala-peel * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.lhalala-peel span {
  font-size: inherit;
}

.lhalala-peel img {
  max-width: 100%;
  height: auto;
}

.lhalala-peel a {
  transition: all 0.3s;
}

.lhalala-peel a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.lhalala-peel .inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.lhalala-peel .inner.inner-s {
  max-width: 830px;
}

.sp-only {
  display: none;
}

.t-center {
  text-align: center;
}

.bg-white {
  background-color: #fff;
}

.bg-orange {
  background-color: #fff7f3;
}

.orange {
  color: #f15d2e;
}

.white {
  color: #fff;
}

.f-min {
  font-family: "Noto Serif JP", serif;
}

.bold {
  font-weight: bold;
}

.fz15 {
  font-size: 15px;
}

.fz18 {
  font-size: 18px;
}

.fz20 {
  font-size: 20px;
}

.fz24 {
  font-size: 24px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 440px;
  height: 80px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  color: #fff !important;
  background-color: #f15d2e;
  border-radius: 4px;
  margin: 0 auto;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
}

.btn::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}

.hdg1 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}

.hdg1__en {
  display: block;
  font-size: 14px !important;
  letter-spacing: 0.3em;
  margin-bottom: 1em;
}

.dots {
  background-image: radial-gradient(circle at center, #f15d2e 20%, transparent 20%); /* 点の色とサイズ調整 */
  background-position: top right; /* 点の位置 */
  background-repeat: repeat-x; /* 横方向に繰り返し */
  background-size: 1em 0.3em; /* 点の間隔とサイズ調整 */
  padding-top: 0.3em; /* 縦方向の位置調整 */
}

.hdg2 {
  font-size: 14px;
}

.hdg2__en {
  font-size: 28px !important;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.tag {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag__item {
  font-size: 14px;
  color: #f15d2e;
  border: 1px solid #f15d2e;
  background-color: #fff7f3;
  padding: 10px;
  line-height: 1.4;
}

.lhalala-peel .mv {
  text-align: center;
}

.support {
  padding: 60px 0 80px;
}

.support-box {
  border-radius: 10px;
  border: 1px solid #dcdcdc;
}

.support-box__item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 50px;
  padding: 30px 50px 20px;
}

.support-toggle__item {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

.support-toggle__item__inner {
  padding: 10px 50px 30px;
}

.support-toggle__item .bg-orange {
  max-width: 650px;
  padding: 20px;
  margin: 0 0 0 auto;
}

.support-toggle__item .bg-white {
  padding: 20px;
}

.check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  font-size: 14px;
}

.check-list__item {
  padding-left: 25px;
  position: relative;
}

.check-list__item::before,
.check-list__item::after {
  content: "";
  position: absolute;
}

.check-list__item::before {
  width: 16px;
  height: 16px;
  border: 2px solid #22292b;
  border-radius: 50%;
  left: 0;
  top: 1px;
}

.check-list__item::after {
  width: 10px;
  height: 4px;
  border-left: 2px solid #22292b;
  border-bottom: 2px solid #22292b;
  left: 5px;
  transform: rotate(-45deg);
  top: 6px;
}

.support-toggle__btn {
  font-size: 14px;
  text-align: center;
  padding: 20px 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  cursor: pointer;
  transition: opacity 0.3s;
  position: relative;
}

.support-toggle__btn::before {
  content: "";
  width: calc(100% - 100px);
  height: 1px;
  background-color: #dcdcdc;
  position: absolute;
  top: 0;
  left: 50px;
}

.support-toggle__btn:hover {
  opacity: 0.7;
}

.support-toggle__btn p {
  text-decoration: underline;
}

.support-toggle__btn i {
  width: 18px;
  height: 18px;
  display: block;
  border-radius: 50%;
  border: 1px solid #22292b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  transition: transform 0.5s;
}

.support-toggle__btn.is-open i {
  transform: rotate(180deg);
}

.merit {
  padding: 60px 0 80px;
  background: url(./bg_merit.jpg) no-repeat center center / cover;
}

.merit-list {
  counter-reset: item;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.merit-list__item {
  counter-increment: item;
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 50px 30px;
}

.merit-list__item h3 {
  font-weight: 500;
  border-bottom: 1px solid #f15d2e;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.merit-list__item h3::before {
  content: counter(item, decimal-leading-zero) ".";
  font-size: 30px;
  color: #f15d2e;
  font-family: "Noto Serif JP", serif;
  margin-right: 0.4em;
  position: relative;
  top: 2px;
  line-height: 1;
}

.application {
  padding: 60px 0 140px;
}

.application p .bold {
  text-decoration: underline;
}

.application .bg-white {
  padding: 20px;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .lhalala-peel {
    font-size: 14px;
  }

  .sp-only {
    display: block;
  }

  .btn {
    height: 60px;
    font-size: 14px;
  }

  .btn::after {
    right: 15px;
  }

  .hdg1 {
    font-size: 24px;
  }

  .hdg2__en {
    font-size: 22px !important;
  }

  .support-box__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 30px 15px 20px;
  }

  .support-box__item__img {
    text-align: center;
  }

  .support-toggle__item__inner {
    padding: 10px 15px 30px;
  }

  .support-toggle__item .bg-orange {
    max-width: 650px;
    padding: 20px 15px;
    margin: 0 0 0 auto;
  }

  .support-toggle__item .bg-white {
    padding: 20px 15px;
  }

  .check-list {
    grid-template-columns: 1fr;
  }

  .merit-list__item {
    padding: 20px 15px 30px;
  }

  .merit-list__item h3 {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .merit-list__item h3::before {
    font-size: 24px;
  }

  .application .bg-white {
    padding: 20px 10px;
  }
}
