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

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

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

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

.kose span {
  font-size: inherit;
}

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

.kose a {
  transition: all 0.3s;
}

.kose 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: 700px;
  text-align: center;
  color: #fff !important;
  margin: 0 auto;
  padding-bottom: 20px;
  position: relative;
  font-size: 18px;
  border-radius: 4px;
  font-weight: bold;
  transition: all 0.3s;
}

.btn {
  max-width: 700px;
}

.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;
}

body .btn-set {
  display: grid;
  place-items: center;
  background-color: #22292b;
  color: #fff;
  max-width: 300px;
  height: 60px;
  width: 90%;
  border-radius: 4px;
  margin: auto;
  padding-right: 45px;
  position: relative;
}

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

.kose .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;
}

.fw500 {
  font-weight: 500 !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

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

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

.hdg02.side-lines {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.3em;
  &::before,
  &::after {
    content: "";
    display: block;
    width: 3px;
    height: 1.1em;
    background-color: #22292b;
    border-radius: 100vh;
  }
  &::before {
    transform: rotate(-20deg) translateY(5%);
  }
  &::after {
    transform: rotate(20deg) translateY(5%);
  }
}

.ttl-box {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 33px;
}
.kose .round-box {
  aspect-ratio: 1;
  width: 130px;
  background-color: #ff783a;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  letter-spacing: 0.03em;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 100000px;
  span {
    display: block;
  }
}

.hdg03,
.hdg04 {
  font-size: 30px;
  font-weight: 500;
}

.hdg03 {
  margin-bottom: 30px;
}

.hdg04 {
  margin-bottom: 20px;
}

.kose .hdg04__sub {
  display: block;
  font-size: 18px;
  font-weight: 500;
}

.sp-only {
  display: none;
}
/* ここまで共通で使用可能 */

.bg__blue {
  padding: 40px 0 40px;
  background-color: #f7f9fb;
}

.box {
  margin-bottom: 60px;
}

.flex {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

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

.icon-plus {
  width: 50px;
  margin: 20px auto;
}

.color {
  color: #e33500;
}

.warp__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

.warp__item {
  background: #f2f2f2;
  padding: 20px;
  text-align: center;
}

.set {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.set__item {
  padding: 20px;
  background-color: #f2f2f2;
}

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

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

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

  .hdg01 {
    font-size: 20px;
  }

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

  .hdg02 {
    font-size: 18px;
  }

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

  /* ここまでレスポンシブの共通 */

  .ttl-box {
    flex-direction: column;
    gap: 20px;
  }
  .kose .round-box {
    width: 80px;
    font-size: 20px;
  }

  .hdg03,
  .hdg04 {
    font-size: 24px;
  }

  .kose .hdg04__sub {
    display: block;
    font-size: 18px;
    font-weight: 500;
  }

  .sp-only {
    display: none;
  }
  /* ここまで共通で使用可能 */

  .flex {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .icon-plus {
    margin: 20px auto 0;
  }

  .warp__list,
  .set {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
