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

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

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

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

.kirala span {
  font-size: inherit;
}

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

.kirala a {
  transition: all 0.3s;
}

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

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

.inner900 {
  max-width: 930px;
  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;
}

.fz14 {
  font-size: 14px !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;
}

.fz28 {
  font-size: 28px !important;
}

.fz31 {
  font-size: 31px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px !important;
}

.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: 24px;
  font-weight: bold;
  line-height: 1.4;
}

.hdg02__sub {
  display: block;
  font-size: 16px !important;
  margin-bottom: 10px;
}

.hdg03 {
  font-size: 28px;
  font-weight: bold;
}

.bbs {
  padding-bottom: 30px;
  border-bottom: solid #cfc5b8 1px;
  margin-bottom: 30px;
}

.hdg03__sub {
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  background-color: #774104;
  padding: 2px 15px;
  font-size: 15px !important;
  color: #fff;
  letter-spacing: 0.08em;
}

.hdg04 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 20px;
}

.sp-only {
  display: none;
}

.about {
  background-color: #ead7c6;
  padding: 40px 0;
}

.bg {
  background-color: #fff;
  padding: 40px 85px;
  margin-bottom: 30px;
}

.flex {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

.flex__img {
  flex-shrink: 0;
}

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

.list__item {
  background-image: url("icon_check.png");
  background-repeat: no-repeat;
  background-position: left 20px center;
  padding-left: 64px;
}

.p__sub {
  color: #4c4b60;
  font-size: 16px;
  font-weight: bold;
}

.fw500 {
  font-weight: bold;
}

.line {
  /* 点線line */
  position: relative;
}

.line::before,
.line::after {
  content: "";
  position: absolute;
  height: 35px;
  width: 1px;
  top: 5px;
  border-left: 3px dotted #22292b;
}

.line::before {
  transform: rotate(-18deg);
  left: -20px;
}

.line::after {
  transform: rotate(18deg);
  right: -20px;
}

.point {
  background-color: #fffaf4;
  padding-top: 60px;
  padding-bottom: 30px;
}

.gap50 {
  gap: 50px;
}

.aic {
  align-items: center;
}

.dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  background-image: url("icon_check.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 40px;
}

.dd {
  font-size: 15px;
}

.on {
  width: 223px;
  margin-left: auto;
  margin-right: auto;
  background-color: #22292b;
  border-radius: 4px;
  color: #fff;
  padding: 10px 20px;
}

.box__flex {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 10px;
}

.on__text {
  font-weight: bold;
}

.logo__kirala {
  width: 126px;
}

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

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

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

  .hdg01 {
    font-size: 20px;
  }

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

  .hdg02 {
    font-size: 22px;
  }

  .hdg02__sub {
    font-size: 14px !important;
  }

  .hdg03 {
    font-size: 22px;
    font-weight: bold;
  }

  .bbs {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .hdg03__sub {
    margin-bottom: 5px;
    padding: 2px 10px;
    font-size: 13px !important;
  }

  .hdg04 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .bg {
    padding: 20px 15px;
  }

  .flex {
    flex-direction: column;
    align-items: center;
  }

  .line::before,
  .line::after {
    height: 100%;
    top: 2px;
  }

  .gap50 {
    gap: 20px;
  }

  .box__flex {
    flex-direction: column;
  }
}
