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

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.scrub135 {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #22292b;
}

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

.scrub135 span {
  font-size: inherit;
}

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

.scrub135 a {
  transition: all 0.3s;
}

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

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

.bold {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

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

.btn {
  display: block;
  max-width: 440px;
  text-align: center;
  background-color: #d5824b;
  color: #fff !important;
  margin: 0 auto;
  padding: 1.2em;
  position: relative;
  font-size: 18px;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s;
}

.btn i {
  position: absolute;
  right: 2em;
  top: 50%;
  transform: translateY(-50%);
}

.btn--contact {
  background-color: #22292b;
  font-size: 14px;
  max-width: 350px;
  margin-top: 40px;
}

.btn_info {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  width: fit-content;
  margin: 30px 0 0 auto;
}

.btn_info span {
  display: block;
  width: 180px;
  text-align: center;
  font-size: 15px;
  padding: 5px 0;
  border-bottom: 1px solid #22292b;
}

.btn_info i {
  font-size: 40px;
}

.scrub135 .mv {
  max-width: 1000px;
  margin: 0 auto 60px;
}

.fz12 {
  font-size: 12px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

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

.fz24 {
  font-size: 24px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.hdg01 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
}

.hdg01.orange {
  color: #d5824b;
  font-size: 40px;
}

.hdg01__en {
  display: block;
  font-size: 14px !important;
  color: #d5824b;
  margin-bottom: 5px;
}

.hdg02 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
}

.hdg02__sub {
  display: block;
  width: fit-content;
  color: #d5824b;
  border-bottom: 1px solid #d5824b;
  font-size: 14px !important;
  letter-spacing: 0.04em;
  margin-bottom: 10px;
}

.hdg02__num {
  font-size: 18px !important;
  margin-left: 4px;
}

.box {
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #d5d5d5;
  padding: 30px 50px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.6;
}

.box__flex {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 50px;
}

.sp-only {
  display: none;
}

.about {
  padding: 60px 0 80px;
  background-color: #fef9ef;
}

.about__box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 30px;
}

.about__box .txt {
  line-height: 1;
}

.about__box .txt dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 10px;
}

.about__box .txt dl dt {
  width: 100px;
  flex-shrink: 0;
  text-align: center;
  font-size: 15px;
  background-color: #e1e1e1;
  padding: 5px;
  border-radius: 15px;
}

.about__box .txt dl dd {
  width: calc(100% - 110px);
}

.about__box.orange {
  border: 2px solid #d5824b;
}

.about__box.orange .txt dl dt {
  background-color: #d5824b;
  color: #fff;
}

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

.howto {
  padding: 60px 0 80px;
  background-color: #fef9ef;
}

.tag {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-bottom: 30px;
}

.tag__item {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #e97c95;
  padding: 10px 18px;
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  color: #e97c95;
}

.howto__box .box__flex {
  align-items: center;
}

.check-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.check-list__item {
  padding-left: 30px;
  background: url(./icn_check.png) no-repeat left 4px;
  background-size: 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 400px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .scrub135 .mv {
    margin-bottom: 80px;
  }

  .hdg01 {
    font-size: 20px;
  }

  .hdg01.orange {
    font-size: 24px;
  }

  .hdg02 {
    font-size: 18px;
  }

  .hdg02__num {
    font-size: 16px !important;
  }

  .box {
    padding: 20px;
  }

  .box__flex {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .box .img {
    text-align: center;
  }

  .about__box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
