html {
  font-size: 10px;
}

body {
  background: #fff;
  color: #333333;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "yu-gothic-pr6n",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", "Meiryo",
    "MS Ｐゴシック", "MS PGothic", sans-serif;
  font-style: normal;
  font-weight: 500;
}

body.noscroll {
  overflow: hidden;
}

a {
  display: block;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
  transition: 0.2s;
}

dt {
  font-weight: normal;
}

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
  padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

th,
td {
  padding: 0;
}

/* Set core root defaults */

/* Set core body defaults */

body {
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
  display: block;
  max-width: 100%;
  width: 100%;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
  font: inherit;
}

/* フォームリセット */

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*
 * footer
 * -------------------------------------------------------------
 */

.footer {
  background: #224a71;
  height: 13.5rem;
  text-align: center;
}

.footer__copyright {
  align-items: center;
  color: #fff;
  display: grid;
  font-size: 1.6rem;
  height: 100%;
  justify-items: center;
  place-items: center;
}

/*
 * header
 * -------------------------------------------------------------
 */

.header {
  padding-left: 5rem;
}

.header__inner {
  align-items: center;
  display: flex;
  gap: 3rem;
  height: 16rem;
  margin: 0 auto;
  max-width: 148.3rem;
  padding: 0 2rem;
}

.header__ttl {
  max-width: 31.3rem;
}

.header__logo-tagline {
  display: block;
  font-size: 1.2rem;
  line-height: 1.75;
}

.header__logo {
  margin-top: 0.3rem;
}

/*
 * l-inner
 * -------------------------------------------------------------
 */

.l-inner {
  margin: 0 auto;
  max-width: 124.3rem;
  padding: 0 5rem;
}

/*
 * l-main
 * -------------------------------------------------------------
 */

.l-main {
  overflow: hidden;
}

/*
 * l-section
 * -------------------------------------------------------------
 */

.l-section {
  position: relative;
}

.l-section::before,
.l-section::after {
  background: #224a71;
  content: "";
  display: block;
  height: 17.8rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 1px;
  z-index: 2;
}

/*
 * c-cta
 * -------------------------------------------------------------
 */

.c-cta {
  background: url(./../images/CTA_bg.webp) no-repeat center/cover;
}

.c-cta--01 {
  padding: 15.8rem 0 14.5rem;
}

.c-cta__inner {
  max-width: 125.4rem;
}

.c-cta__sec-ttl {
  margin: 0 auto;
  max-width: 15.3rem;
}

.c-cta__body {
  position: relative;
}

.c-cta__btns {
  bottom: 6.8rem;
  display: flex;
  gap: 1.4rem;
  left: 50%;
  margin: 0 auto;
  max-width: 89.8rem;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.c-cta__btn {
  width: 100%;
}

.c-cta__tel {
  flex: 1;
  /*height: 21.6rem;*/
  width: 51%;
}

.c-cta__tel img {
  -o-object-fit: cover;
  border-radius: 1.4rem;
  height: 100%;
  object-fit: cover;
}

.c-cta__web {
  width: 49%;
}

.c-cta__note {
  color: #000;
  display: flex;
  font-size: 2.2rem;
  justify-content: flex-end;
  letter-spacing: -0.05em;
  padding-right: 1rem;
  text-align: right;
  line-height: 1.6;
  margin-top: -1em;
}

/*
 * c-note
 * -------------------------------------------------------------
 */

.c-note {
  display: block;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  text-align: right;
}

/*
 * c-text
 * -------------------------------------------------------------
 */

.c-text {
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 2.1;
}

/*
 * u-pc
 * -------------------------------------------------------------
 */

.u-pc {
  display: block;
}

/*
 * u-sp
 * -------------------------------------------------------------
 */

.u-sp {
  display: none;
}

/*
 * float
 * -------------------------------------------------------------
 */

.float {
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  z-index: 10;
}

.float__btn {
  height: 6rem;
}

.float__btn img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.float__btn-web {
  width: 72%;
}

.float__btn-web:hover {
  opacity: 1;
}

.float__btn-tel {
  cursor: pointer;
  transition: 0.2s;
  width: 28%;
}

/*
 * modal
 * -------------------------------------------------------------
 */

.modal {
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 2rem;
  width: 100%;
  z-index: 10;
  z-index: 9999;
}

.modal__wrap {
  background: #fff;
  bottom: 11rem;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.7);
  left: 50%;
  max-width: 90%;
  position: absolute;
  transform: translateX(-50%);
  width: 100%;
}

.modal__close {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4.9rem;
  margin-left: auto;
  text-align: right;
}

.modal__contents {
  background: #fff;
  margin: 0 auto;
  padding: 4rem 2.8rem 3rem;
}

.modal__items {
  grid-gap: 1.5rem 1.2rem;
  display: grid;
  gap: 1.5rem 1.2rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}

.modal__note {
  align-items: center;
  display: flex;
  font-size: 1.2rem;
  gap: 0.5rem;
  margin-top: 1.8rem;
}

.modal__note::before {
  background: url(./../images/sp/icon_free.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1rem;
  width: 1.5rem;
}

/*
 * monitor
 * -------------------------------------------------------------
 */

.monitor {
  background: url(./../images/moni_bg.webp) no-repeat center/cover;
  padding: 13.5rem 0 12rem;
}

/*
 * mv
 * -------------------------------------------------------------
 */

/*
 * nav
 * -------------------------------------------------------------
 */

.nav {
  align-items: center;
  display: flex;
  flex: 1;
  gap: 2.4rem;
  height: 100%;
  justify-content: flex-end;
}

.nav__items {
  display: flex;
  gap: min(5.5rem, 2.865vw);
  position: relative;
  top: 1rem;
}

.nav__link {
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: center;
}

.nav__link span {
  color: #4f8eb5;
  display: block;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 1.3rem;
  margin-bottom: 0.4rem;
  text-transform: uppercase;
}

.nav__btns {
  display: flex;
  gap: 0.8rem;
  max-width: 45.2rem;
}

.nav__btn {
  max-width: 22.2rem;
  width: 100%;
}

/*
 * sec01
 * -------------------------------------------------------------
 */

.sec01 {
  position: relative;
  z-index: 3;
  p {
    position: absolute;
    width: 18rem;
    z-index: 1;
    bottom: -9rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

/*
 * sec02
 * -------------------------------------------------------------
 */

.sec02 {
  position: relative;
  z-index: 2;
  margin-top: -23rem;
}

/*
 * sec03
 * -------------------------------------------------------------
 */

.sec03 {
  position: relative;
  z-index: 1;
}

/*
 * sec04
 * -------------------------------------------------------------
 */

.sec04 {
  /*margin-top: -8.8542vw;*/
  position: relative;
  z-index: 2;
  margin-top: -1rem;
  background: url(../images/sec04_bg_pc.webp) no-repeat center / cover;
  padding-top: 5rem;
}
.sec04__contents {
  max-width: 120rem;
  margin: 0 auto;
}

/*
 * sec05
 * -------------------------------------------------------------
 */

.sec05 {
  background: #e7f2ff;
}

.sec05__sec-ttl {
  margin-bottom: 5rem;
}
.sec05__item01 {
  h3 {
    margin-bottom: 4rem;
    img {
      width: auto;
      height: 20rem;
      margin-left: -4.5rem;
      margin-top: -6rem;
    }
  }
  .item {
    min-height: 32rem;
    padding-bottom: 8rem;
    margin-bottom: 8rem;
  }
  .item01 {
    background: url(../images/sec05_m1.webp) no-repeat right center / 50.4rem auto;
  }
  .item02 {
    background: url(../images/sec05_m2.webp) no-repeat left center / 50.4rem auto;
    padding-left: 54rem;
  }
  .item03 {
    background: url(../images/sec05_m3.webp) no-repeat right center / 50.4rem auto;
  }
  p {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}

.sec05__item02 {
  max-width: 100.7rem;
  margin: 0 auto 15rem;
}

.sec05__item03 {
  picture {
    display: block;
    max-width: 78.3rem;
    margin: 0 auto 3.5rem;
  }
  table {
    width: 100rem;
    margin: 0 auto 15rem;
    th,
    td {
      text-align: center;
      vertical-align: middle;
      letter-spacing: -0.05em;
    }
  }

  thead {
    th {
      color: #fff;
      font-weight: bold;
    }
    tr {
      border-bottom: solid 0.5rem #e7f2ff;
      th {
        padding: 0.5rem;
        &:nth-child(1) {
          border-right: solid 1rem #e7f2ff;
        }
        &:nth-child(2) {
          background: linear-gradient(to right, #0071b9, #9a6cdc);
          font-size: 6rem;
          letter-spacing: -0.15em;
          border-right: solid 1rem #e7f2ff;
          span {
            display: inline-block;
            background: url(../images/sec05_star.webp) no-repeat left top / 2.6rem auto;
            padding: 0.5rem 2.5rem;
          }
          width: 43%;
        }
        &:nth-child(3) {
          font-size: 2.4rem;
          background: #224a71;
          width: 34%;
        }
      }
    }
  }
  tbody {
    tr {
      border-bottom: solid 1rem #e7f2ff;
      th,
      td {
        padding: 1.4rem 0;
      }
      th {
        border-right: solid 1rem #e7f2ff;
        background: linear-gradient(to right, #0071b9, #9a6cdc);
        color: #fff;
      }
      td {
        &:nth-child(2) {
          font-weight: bold;
          background: #fff;
          border-right: solid 1rem #e7f2ff;
          line-height: 1.4;
        }
        &:nth-child(3) {
          background: #c3d8e6;
        }
      }
    }
    th,
    td {
      font-size: 2.4rem;
    }
  }
}

.sec05__item04 {
  h3 {
    max-width: 100.2rem;
    margin: 0 auto 2.5rem;
  }
  ul {
    max-width: 100rem;
    margin: 0 auto;
    display: grid;
    gap: 3.5rem 0;
    li {
      padding: 3rem 5rem 2.5rem;
      &:nth-child(1) {
        background: #fff url(../images/sec05_03.webp) no-repeat left top / 50rem auto;
        padding-left: 53rem;
        min-height: 37rem;
      }
      &:nth-child(2) {
        background: #fff url(../images/sec05_04.webp) no-repeat right top / 50rem auto;
        padding-right: 54rem;
        padding-left: 3.8rem;
        min-height: 33rem;
      }
      &:nth-child(3) {
        background: #fff url(../images/sec05_05.webp) no-repeat left top / 50rem auto;
        padding-left: 53rem;
        min-height: 33rem;
      }
      p {
        margin-bottom: 3.5rem;
        line-height: 1.8;
        &:last-child {
          margin-bottom: 0;
        }
      }
    }
  }
  h4 {
    font-weight: bold;
    font-size: 3.2rem;
    color: #224a71;
    line-height: 1.65;
    margin-bottom: 1.5rem;
  }
}

/*
 * sec06
 * -------------------------------------------------------------
 */

.sec06 {
  padding-bottom: 14rem;
  ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 5.8rem;
    li {
      padding-top: 35rem;
      &:nth-child(1) {
        background: url(../images/sec06_01.webp) no-repeat center top / 32.8rem auto;
      }
      &:nth-child(2) {
        background: url(../images/sec06_02.webp) no-repeat center top / 32.8rem auto;
        h3 {
          padding-top: 2rem;
        }
      }
      &:nth-child(3) {
        background: url(../images/sec06_03.webp) no-repeat center top / 32.8rem auto;
      }
    }
  }
  h3 {
    color: #754c24;
    font-weight: bold;
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 1rem;
    line-height: 1.4;
    min-height: 13.5rem;
  }
  p {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

/*
 * sec07
 * -------------------------------------------------------------
 */

.sec07 {
  background: url(../images/sec07_bg.webp) no-repeat center top / cover;
  padding-bottom: 13rem;
  h2 {
    margin-bottom: 9.5rem;
    img {
      max-width: 100rem;
    }
  }
  ul {
    li {
      position: relative;
      min-height: 39rem;
      margin-bottom: 11rem;
      &:after {
        z-index: 2;
        position: absolute;
        top: 0;
        content: "";
        display: block;
        height: auto;
      }
      &:before {
        z-index: 1;
        position: absolute;
        content: "";
        display: block;
        height: auto;
      }
      &:nth-child(1) {
        padding-right: 56rem;
        padding-top: 2rem;
        &:after {
          right: -1.5rem;
          aspect-ratio: 1 / 0.79;
          width: 54rem;
          background: url(../images/sec07_p1.webp) no-repeat left top / 100% auto;
        }
        &:before {
          width: 68.6rem;
          aspect-ratio: 1 / 0.573;
          background: url(../images/sec07_bg01.webp) no-repeat left top / 100% auto;
          bottom: -5rem;
          right: -10rem;
        }
      }
      &:nth-child(2) {
        padding-left: 51rem;
        h3 {
          letter-spacing: -0.13em;
          white-space: nowrap;
        }
        &:after {
          left: -5rem;
          aspect-ratio: 1 / 0.801;
          width: 52rem;
          background: url(../images/sec07_p2.webp) no-repeat left top / 100% auto;
        }
        &:before {
          width: 60.6rem;
          aspect-ratio: 1 / 0.499;
          background: url(../images/sec07_bg02.webp) no-repeat left top / 100% auto;
          bottom: -5rem;
          left: -10rem;
        }
      }
      &:nth-child(3) {
        padding-right: 56rem;
        padding-top: 2rem;
        &:after {
          right: -1.5rem;
          aspect-ratio: 1 / 0.784;
          width: 54rem;
          background: url(../images/sec07_p3.webp) no-repeat left top / 100% auto;
        }
        &:before {
          width: 68.6rem;
          aspect-ratio: 1 / 0.41;
          background: url(../images/sec07_bg03.webp) no-repeat left top / 100% auto;
          bottom: -5rem;
          right: -10rem;
        }
      }
    }
  }
  h3 {
    font-weight: bold;
    color: #224a71;
    font-size: 3.2em;
    margin-bottom: 2.5rem;
  }
  p {
    font-size: 1.8rem;
    line-height: 1.7;
    margin-bottom: 3rem;
  }
}

/*
 * sec08
 * -------------------------------------------------------------
 */
.sec08 {
  background: url(../images/sec08_bg.webp) no-repeat center top/ cover;
  padding: 17.5rem 0 16rem;
  h2 {
    margin-bottom: 5rem;
    img {
      max-width: 100rem;
    }
  }
}

.sec08__box {
  background: #fff;
  max-width: 100rem;
  margin: 0 auto;
  border-top: solid 1px #224a71;
  border-bottom: solid 1px #224a71;
  padding: 3.5em 3em 2em;
  h3 {
    margin-bottom: 5rem;
    picture {
      margin-left: auto;
      margin-right: auto;
      display: block;
    }
  }
  &.box01 {
    background: #fff url(../images/sec08_01_pic.webp) no-repeat top 15rem right 3rem / 46.6rem auto;
    .left {
      min-height: 53rem;
    }
    h3 {
      picture {
        max-width: 87.3rem;
      }
    }
  }
  &.box02 {
    background: #fff url(../images/sec08_02_pic.webp) no-repeat top 17.5rem left 3rem / 43rem auto;
    .left {
      max-width: 47rem;
      margin-left: auto;
      margin-bottom: 2.5rem;
    }
    h3 {
      margin-bottom: 3rem;
      picture {
        max-width: 71.8rem;
      }
    }
    .list02 {
      gap: 1.8rem 0.7rem;
    }
    .w_price {
      .name {
        font-size: 4.2rem;
      }
    }
  }
  &.box03 {
    background: #fff url(../images/sec08_03_pic.webp) no-repeat top 17.8rem right 3rem / 43rem auto;
    h3 {
      margin-bottom: 3rem;
      picture {
        max-width: 70rem;
      }
    }
    .left {
      margin-bottom: 3rem;
    }
    .list02 {
      gap: 1.3rem 0.7rem;
    }
    .w_price {
      .name {
        font-size: 6.6rem;
        margin-left: 4rem;
      }
    }
    .w_text {
      padding-right: 4rem;
      padding-top: 4.5rem;
      padding-bottom: 4.5rem;
    }
  }
  &.box04 {
    background: #fff url(../images/sec08_04_pic.webp) no-repeat top 18.5rem left 3rem / 45.7rem auto;
    .left {
      max-width: 47rem;
      margin-left: auto;
      margin-bottom: 5.5rem;
    }
    h3 {
      margin-bottom: 2rem;
      picture {
        max-width: 53rem;
      }
    }
    .list02 {
      gap: 1.8rem 0.7rem;
    }
    .w_price {
      .name {
        font-size: 7.4rem;
        margin-left: 8.5rem;
        top: 0;
      }
    }
    .w_text {
      padding: 3.5rem 3rem;
    }
    & + .note {
      margin-bottom: 0;
    }
  }
  .left {
    max-width: 45.8rem;
    margin-left: 1.5rem;
  }
  .fukidashi {
    position: relative;
    background: #224a71;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 4.4rem;
    height: 7.4rem;
    line-height: 7.4rem;
    margin-bottom: 3rem;
    &:after {
      position: absolute;
      content: "";
      display: block;
      width: 1.5rem;
      height: 1.2rem;
      bottom: -1.15rem;
      left: 50%;
      transform: translate(-50%, 0);
      background: #224a71;
      clip-path: polygon(0 0, 100% 0%, 50% 100%);
    }
  }
  .list01 {
    display: grid;
    font-size: 3.2rem;
    gap: 2.5rem 0;
    margin-bottom: 3rem;
    li {
      padding-left: 3.7rem;
      background: url(../images/sec08_check.webp) no-repeat left 0.65rem / 2.5rem auto;
      letter-spacing: -0.05em;
    }
    span {
      font-weight: bold;
      color: #ea1e79;
    }
  }
  h4 {
    font-size: 3.6rem;
    text-align: center;
    font-weight: bold;
    color: #224a71;
    border-top: solid 1px #224a71;
    padding-top: 2.5rem;
    margin-bottom: 1rem;
  }
  .list02 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.7rem;
    font-size: 2.6rem;
    color: #fff;
    li {
      background: #224a71;
      height: 4rem;
      line-height: 4rem;
      padding: 0 1.5rem;
    }
  }
  .w_text {
    background: #e7f2ff;
    padding: 3.5rem 6rem 3.5rem 4.2rem;
    margin-bottom: 2rem;
    p {
      letter-spacing: 0.02em;
      font-size: 1.8rem;
      line-height: 1.8;
      margin-bottom: 2rem;
      &:last-child {
        margin-bottom: 0;
      }
    }
  }
  .w_price {
    display: flex;
    color: #224a71;
    line-height: 1;
    p {
      &:last-child {
        position: relative;
        top: -0.7rem;
        margin-left: 2rem;
      }
    }
    .name {
      position: relative;
      top: -0.5rem;
      font-size: 5.5rem;
      letter-spacing: -0.075em;
    }
    .num {
      font-size: 8.3rem;
      margin-left: 1rem;
      font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, serif;
      letter-spacing: -0.05em;
    }
    .unit {
      font-size: 4.1rem;
      margin-left: 0.5rem;
    }
    .price {
      font-family: "Times New Roman", Times, "游明朝体", "Yu Mincho", YuMincho, serif;
      color: #ea1e79;
      font-size: 9.3rem;
    }
    .yen {
      position: relative;
      top: -0.4rem;
      text-align: center;
      display: inline-block;
      line-height: 1;
      margin-left: 0.5rem;
      span {
        display: block;
        &:first-child {
          font-size: 1.8rem;
        }
        &:last-child {
          font-size: 4.6rem;
        }
      }
    }
  }
  & + .note {
    font-size: 2.8rem;
    max-width: 104rem;
    margin: 2.5rem auto 8rem;
    text-align: right;
  }
}

/*
 * sec09
 * -------------------------------------------------------------
 */

.sec09 {
  background: url(../images/sec09_bg.webp) no-repeat center / cover;
  padding: 14.5rem 0 13rem;
}

.sec09__sec-ttl {
  margin: 0 auto;
  max-width: 99.5rem;
}

.sec09__table {
  border-collapse: separate;
  border-spacing: 0 1rem;
  margin-top: 5.5rem;
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.sec09__table th,
.sec09__table td {
  border-collapse: separate;
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 1.4;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

.sec09__table th {
  background: #224a71;
  border-right: none;
  color: #fff;
  max-width: 24.3rem;
  padding: 1.6rem 1.8rem 1.6rem 2.5rem;
  width: 24%;
  font-weight: 500;
  &.vt {
    vertical-align: middle;
  }
}

.sec09__table td {
  background: #fff;
  padding: 1.6rem 1rem 1.6rem 4.7rem;
}

.sec09__table td ul li {
  display: flex;
}

.sec09__table td ul li::before {
  content: "・";
  display: inline-block;
}

/*
 * sec10
 * -------------------------------------------------------------
 */

.sec10 {
  background: url(./../images/sec10_bg.webp) no-repeat center/cover;
  padding: 13.5rem 0 15rem;
}

.sec10__sec-ttl {
  margin: 0 auto;
  max-width: 100rem;
}

.sec10__contents {
  align-items: flex-end;
  display: flex;
  gap: 9.3rem;
  justify-content: center;
  margin-top: 8rem;
}

.sec10__body {
  flex: 1;
}

.sec10__img {
  max-width: 37.6rem;
}

/*
 * sec11
 * -------------------------------------------------------------
 */

.sec11 {
  padding: 14rem 0 3rem;
}

.sec11__sec-ttl {
  margin: 0 auto;
  max-width: 100rem;
}

.sec11__items {
  display: flex;
  flex-direction: column;
  gap: 13rem;
  margin-top: 5.3rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.sec11__item-ttl {
  align-items: center;
  background: url(./../images/sec11_pc_ttl_bg.webp) no-repeat center/100%;
  color: #fff;
  display: flex;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 3.8rem;
  height: 6rem;
  justify-content: center;
}

.sec11__item-flex {
  align-items: center;
  display: flex;
  gap: 2.2rem;
  padding: 2rem 0 0 0;
}

.sec11__item-map {
  aspect-ratio: 500/365;
  max-width: 49rem;
  width: 100%;
}

.sec11__table {
  flex: 1;
}

.sec11__table-item {
  align-items: center;
  display: flex;
  font-size: 1.8rem;
  padding: 2.1rem 0;
  position: relative;
}

.sec11__table-item:not(:last-child)::after {
  background: #224a71;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

.sec11__table dt {
  width: 10.4rem;
}

.sec11__table dd {
  flex: 1;
  line-height: 1.4;
}

.sec11__btns {
  display: flex;
  gap: 2rem;
  margin-top: 2rem;
}

.sec11__btn-tel {
  max-width: 48.5rem;
}

.sec11__btn-tel img {
  -o-object-fit: cover;
  height: 100%;
  object-fit: cover;
}

.sec11__btn-web {
  max-width: 49rem;
}

.sec11__notice {
  background: linear-gradient(to right, #0071b9, #9a6cdc);
  padding: 1px;
  margin-top: 15rem;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

.sec11__notice-white01 {
  background: #fff;
  padding: 1rem;
}
.sec11__notice-white02 {
  background: #fff;
  padding: 3rem 4.5rem 5rem;
}

.sec11__notice-inner {
  background: linear-gradient(to right, #0071b9, #9a6cdc);
  padding: 1px;
}

.sec11__notice-ttl {
  color: #224a71;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 3.7rem;
  text-align: center;
}

.sec11__notice-text {
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  line-height: 2;
}

.sec11__notice-text.--mt {
  margin-top: 5rem;
}

.sec11__notice-list dt {
  color: #224a71;
  font-weight: bold;
  margin-top: 5rem;
}

.sec11__footer {
  font-size: 1.8rem;
  margin-top: 14.5rem;
  text-align: center;
}

@media screen and (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 1440px) {
  html {
    font-size: 0.694444vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
  body {
    padding-bottom: 5rem;
  }
  .footer {
    height: 7rem;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }

  .header {
    padding-left: 0;
  }

  .header__inner {
    flex-wrap: wrap;
    gap: 1.5rem 0.6rem;
    height: 12.9rem;
    padding: 1.6rem 1.5rem 1.3rem;
  }

  .header__ttl {
    max-width: 15rem;
  }

  .header__logo-tagline {
    clip: rect(1px, 1px, 1px, 1px);
    font-size: 1rem;
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .header__logo {
    margin-top: 0;
  }

  .l-inner {
    padding: 0 1.5rem;
  }

  .l-section::before,
  .l-section::after {
    height: 9rem;
  }

  .c-cta--01 {
    padding: 3.5rem 0.5rem 3.5rem;
    background-image: url(../images/sp/cta_bg_sp.webp);
  }

  .c-cta__inner {
    padding: 0 0.6rem;
  }

  .c-cta__sec-ttl {
    max-width: 6.75rem;
  }

  .c-cta__btns {
    grid-gap: 0.8rem;
    bottom: 2.3rem;
    display: grid;
    gap: 0.8rem;
    grid-template-columns: repeat(2, 1fr);
    max-width: 31.1rem;
  }

  .c-cta__tel {
    height: auto;
    max-width: 16.2rem;
    width: 100%;
  }

  .c-cta__tel img {
    border-radius: 0;
    height: auto;
  }

  .c-cta__web {
    width: 100%;
  }

  .c-cta__note {
    font-size: 0.98rem;
    line-height: 1.4;
    text-align: left;
    letter-spacing: -0.05em;
    padding-right: 0;
    margin-top: 0;
    padding-left: 0.5rem;
    justify-content: flex-start;
  }

  .c-note {
    font-size: 1rem;
  }

  .c-text {
    font-size: 1.4rem;
    line-height: 2;
  }

  .u-pc {
    display: none;
  }

  .u-sp {
    display: block;
  }

  .float {
    align-items: flex-end;
    display: flex;
  }

  .monitor {
    padding: 4rem 0 3rem;
  }

  .nav {
    display: contents;
  }

  .nav__items {
    grid-gap: 0;
    align-items: center;
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, 1fr);
    order: 2;
    top: 0;
    width: 100%;
  }

  .nav__link {
    font-size: 1.1rem;
    line-height: 1.2;
    padding: 0.6rem 1rem 1.1rem;
    position: relative;
  }

  .nav__item:not(:last-child) .nav__link::after {
    background: #5f8bb2;
    content: "";
    display: block;
    height: 3.7rem;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
  }

  .nav__item:not(:nth-child(1)) .nav__link {
    top: -0.3rem;
  }

  .nav__item:first-child .nav__link {
    padding-top: 0;
  }

  .nav__link span {
    font-size: 0.7rem;
    margin-bottom: 0.3rem;
  }

  .nav__btns {
    flex: 1;
    gap: 0.4rem;
    max-width: 19.2rem;
    order: 1;
    width: 100%;
  }

  .nav__btn {
    max-width: 19rem;
  }

  .sec01 {
    p {
      max-width: 10rem;
      bottom: -6rem;
    }
  }

  .sec02 {
    margin-top: -4rem;
  }

  .sec04 {
    padding-top: 1rem;
  }

  .sec05 {
    background: #e7f2ff url(../images/sp/sec05_bg_sp.webp) no-repeat center bottom / 100% auto;
  }

  .sec05__sec-ttl {
    margin-bottom: 1rem;
  }
  .sec05__item01 {
    h3 {
      margin-bottom: 0;
      img {
        width: auto;
        height: 10rem;
        margin-left: -1.5rem;
        margin-top: revert;
        margin-bottom: 1rem;
      }
      &:after {
        content: "";
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 0.635;
        margin-bottom: 1rem;
      }
    }
    .item {
      background: none !important;
      min-height: auto;
      padding-bottom: 0;
      margin-bottom: 5rem;
    }
    .item01 {
      h3 {
        &:after {
          background: url(../images/sec05_m1.webp) no-repeat center / cover;
        }
      }
    }
    .item02 {
      padding-left: 0;
      h3 {
        &:after {
          background: url(../images/sec05_m2.webp) no-repeat center / cover;
        }
      }
    }
    .item03 {
      margin-bottom: 6.5rem;
      h3 {
        &:after {
          background: url(../images/sec05_m3.webp) no-repeat center / cover;
        }
      }
      p {
        letter-spacing: -0.05em;
      }
    }
    p {
      font-size: 1.5rem;
      line-height: 1.8;
    }
  }

  .sec05__item02 {
    margin: 0 auto 5rem;
  }

  .sec05__item03 {
    picture {
      margin: 0 auto 1.5rem;
    }
    table {
      width: 100%;
      margin: 0 auto 6rem;
      th,
      td {
        /*text-align: center;
        vertical-align: middle;
        letter-spacing: -0.05em;*/
      }
    }

    thead {
      th {
        color: #fff;
        font-weight: bold;
      }
      tr {
        border-bottom: solid 0.3rem #e7f2ff;
        th {
          padding: 0.1rem;
          &:nth-child(1) {
            border-right: solid 0.3rem #e7f2ff;
          }
          &:nth-child(2) {
            background: linear-gradient(to right, #0071b9, #9a6cdc);
            font-size: 2.7rem;
            border-right: solid 0.3rem #e7f2ff;
            span {
              display: inline-block;
              background: url(../images/sec05_star.webp) no-repeat left top / 1rem auto;
              padding: 0.5rem 0.5rem;
            }
            width: 41%;
          }
          &:nth-child(3) {
            font-size: 1.1rem;
            width: 41%;
          }
        }
      }
    }
    tbody {
      tr {
        border-bottom: solid 0.3rem #e7f2ff;
        th,
        td {
          padding: 1rem 0;
        }
        th {
          border-right: solid 0.3rem #e7f2ff;
          letter-spacing: -0.075em;
        }
        td {
          &:nth-child(2) {
            border-right: solid 0.3rem #e7f2ff;
            line-height: 1.4;
          }
          &:nth-child(3) {
            background: #c3d8e6;
          }
        }
      }
      th,
      td {
        font-size: 1.08rem;
      }
    }
  }

  .sec05__item04 {
    h3 {
      max-width: 100%;
      margin: 0 auto 1.5rem;
    }
    ul {
      max-width: 100%;
      display: grid;
      gap: 2.2rem 0;
      li {
        padding: 1.2rem !important;
        background: #fff !important;
        &:nth-child(1) {
          min-height: auto;
          h4 {
            &:after {
              background: #fff url(../images/sec05_03.webp) no-repeat center / cover;
            }
          }
        }
        &:nth-child(2) {
          min-height: auto;
          h4 {
            &:after {
              background: #fff url(../images/sec05_04.webp) no-repeat center / cover;
            }
          }
        }
        &:nth-child(3) {
          min-height: auto;
          h4 {
            &:after {
              background: #fff url(../images/sec05_05.webp) no-repeat center / cover;
            }
          }
        }
        p {
          margin-bottom: 0;
          display: inline;
          line-height: 1.65;
          font-size: 1.4rem;
          &:last-child {
            margin-bottom: 0;
          }
        }
      }
    }
    h4 {
      font-size: 1.9rem;
      line-height: 1.5;
      text-align: center;
      margin-bottom: 1rem;
      &:after {
        margin-top: 1rem;
        content: "";
        display: block;
        height: auto;
        aspect-ratio: 1 / 0.635;
      }
    }
  }

  .sec06 {
    padding-bottom: 14rem;
    ul {
      grid-template-columns: 1fr;
      gap: 4.5rem 0;
      li {
        padding-top: 33.5rem;
        &:nth-child(1) {
          background: url(../images/sec06_01.webp) no-repeat center top / 32.8rem auto;
        }
        &:nth-child(2) {
          background: url(../images/sec06_02.webp) no-repeat center top / 32.8rem auto;
          h3 {
            padding-top: 0;
          }
        }
        &:nth-child(3) {
          background: url(../images/sec06_03.webp) no-repeat center top / 32.8rem auto;
        }
      }
    }
    h3 {
      color: #754c24;
      font-size: 1.9rem;
      margin-bottom: 0.5rem;
      min-height: 0;
    }
    p {
      font-size: 1.4rem;
      line-height: 1.6;
      padding: 0 1.5rem;
    }
  }

  .sec07 {
    padding-bottom: 1rem;

    .l-inner {
      padding-left: 0;
      padding-right: 0;
    }
    h2 {
      margin-bottom: 6rem;
    }
    ul {
      li {
        position: relative;
        min-height: 0;
        margin-bottom: 6rem;
        &:after {
          z-index: 2;
          position: absolute;
          top: 0;
          content: "";
          display: block;
          height: auto;
        }
        &:before {
          z-index: 1;
          position: absolute;
          content: "";
          display: block;
          height: auto;
        }
        &:nth-child(1) {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          padding-top: 27rem;
          &:after {
            right: revert;
            top: 0;
            left: 1.5rem;
            width: 96.5%;
          }
          &:before {
            width: 47.2rem;
            bottom: revert;
            top: 2.7rem;
            right: -1.8rem;
          }
        }
        &:nth-child(2) {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          padding-top: 27rem;
          h3 {
            line-height: 1.3;
            margin-top: 1.5rem;
          }
          &:after {
            left: -1.5rem;
            aspect-ratio: 1 / 0.801;
            width: 99.5%;
          }
          &:before {
            width: 34.2rem;
            bottom: revert;
            top: 13.5rem;
            left: -3.7rem;
          }
        }
        &:nth-child(3) {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
          padding-top: 27rem;
          h3 {
            margin-top: 1.5rem;
          }
          &:after {
            right: revert;
            left: 1.5rem;
            width: 97%;
          }
          &:before {
            width: 48.9rem;
            bottom: revert;
            top: 9rem;
            left: -5rem;
          }
        }
      }
    }
    h3 {
      position: relative;
      z-index: 3;
      text-align: center;
      font-size: 1.9em;
      margin-bottom: 1.5rem;
    }
    p {
      font-size: 1.4rem;
      line-height: 1.6;
      margin-bottom: 2.5rem;
      span {
        font-size: 1.1rem;
        text-align: right;
        display: block;
        margin-top: 0.5rem;
      }
    }
  }

  .sec08 {
    background: url(../images/sp/sec08_bg_sp.webp) repeat-y center top/ 100% auto;
    padding: 3rem 0 5rem;
    .l-inner {
      padding-left: 0;
      padding-right: 0;
    }
    h2 {
      margin-bottom: 2rem;
    }
  }

  .sec08__box {
    margin: 0 1.5rem;
    border-top: none;
    padding: 3.5em 1.5em 1.5em;
    h3 {
      margin-bottom: 5rem;
      picture {
        margin-left: auto;
        margin-right: auto;
        display: block;
      }
    }
    &.box01 {
      background: #fff url(../images/sec08_01_pic.webp) no-repeat top 15rem center / 28.5rem auto;
      .left {
        min-height: revert;
      }
      h3 {
        margin-bottom: 35.7rem;
        picture {
          max-width: 21.3rem;
        }
      }
      .w_price {
        p {
          &:first-child {
            margin-right: 0.5rem;
          }
        }
        .name {
          letter-spacing: -0.1em;
        }
      }
    }
    &.box02 {
      background: #fff url(../images/sp/sec08_02_pic_sp.webp) no-repeat top 13.5rem left 0 / 100%
        auto;
      .left {
        max-width: 47rem;
        margin-left: auto;
        margin-bottom: 2.5rem;
      }
      h3 {
        margin-bottom: 32.7rem;
        picture {
          max-width: 31rem;
        }
      }
      .list02 {
        gap: 0.8rem 0.5rem;
      }
      .w_price {
        p {
          &:first-child {
            margin-right: 0.5rem;
          }
        }
        .name {
          font-size: 1.7rem;
          line-height: 1.2;
          display: inline-block;
          margin-right: 0.5rem;
        }
      }
    }
    &.box03 {
      background: #fff url(../images/sp/sec08_03_pic_sp.webp) no-repeat top 9.8rem center / 29rem
        auto;
      h3 {
        margin-bottom: 35rem;
        picture {
          max-width: 65rem;
        }
      }
      .left {
        margin-bottom: 3rem;
      }
      .list02 {
        gap: 0.8rem 0.5rem;
      }
      .w_price {
        p {
          &:first-child {
            position: relative;
            top: 0.6rem;
            margin-right: 1.5rem;
          }
        }
        .name {
          font-size: 1.7rem;
          margin-left: 3rem;
          margin-right: 0.5rem;
        }
      }
      .w_text {
        padding: 2rem;
      }
    }
    &.box04 {
      background: #fff url(../images/sp/sec08_04_pic_sp.webp) no-repeat top 11.5rem center / 29rem
        auto;
      .left {
        margin-bottom: 3rem;
      }
      h3 {
        margin-bottom: 33rem;
        picture {
          max-width: 25.3rem;
        }
      }
      .list02 {
        gap: 0.8rem 0.5rem;
        li {
          &:first-child {
            letter-spacing: -0.08rem;
          }
        }
      }
      .w_price {
        p {
          &:first-child {
            position: relative;
            top: 0.6rem;
            margin-right: 1.5rem;
          }
        }
        .name {
          font-size: 1.7rem;
          margin-left: 3rem;
          margin-right: 0.5rem;
        }
      }
      .w_text {
        padding: 2rem;
      }
      & + .note {
        margin-bottom: 0;
      }
    }
    .left {
      max-width: 100%;
      margin-left: 0;
      padding: 0 1.25rem;
    }
    .fukidashi {
      font-size: 2.7rem;
      height: 4.5rem;
      line-height: 4.5rem;
      margin-bottom: 2rem;
      &:after {
        width: 1.2rem;
        height: 0.9rem;
        bottom: -0.8rem;
      }
    }
    .list01 {
      display: grid;
      font-size: 1.9rem;
      gap: 2rem 0;
      margin-bottom: 2rem;
      li {
        padding-left: 2.2rem;
        background: url(../images/sec08_check.webp) no-repeat left 0.4rem / 1.5rem auto;
        letter-spacing: -0.05em;
      }
      span {
        font-weight: bold;
        color: #ea1e79;
      }
    }
    h4 {
      font-size: 2.2rem;
      padding-top: 1.5rem;
      margin-bottom: 1rem;
    }
    .list02 {
      gap: 0.5rem;
      font-size: 1.75rem;
      color: #fff;
      margin-bottom: 2.5rem;
      li {
        background: #224a71;
        height: 2.7rem;
        line-height: 2.7rem;
        padding: 0 0.8rem;
      }
    }
    .w_text {
      padding: 2rem;
      margin-bottom: 2rem;
      p {
        letter-spacing: 0.02em;
        font-size: 1.4rem;
        line-height: 1.6;
        margin-bottom: 2rem;
        &:last-child {
          margin-bottom: 0;
        }
      }
    }
    .w_price {
      white-space: nowrap;
      p {
        &:last-child {
          position: relative;
          top: -0.7rem;
          margin-left: 0;
        }
      }
      .name {
        position: relative;
        top: -0.2rem;
        font-size: 1.7rem;
        letter-spacing: -0.075em;
      }
      .num {
        font-size: 2.6rem;
        margin-left: 0;
      }
      .unit {
        font-size: 1.2rem;
        margin-left: 0;
      }
      .price {
        font-size: 4.6rem;
      }
      .yen {
        top: -0.4rem;
        margin-left: 0;
        span {
          display: block;
          &:first-child {
            font-size: 0.9rem;
          }
          &:last-child {
            font-size: 2.3rem;
          }
        }
      }
    }
    & + .note {
      font-size: 1.1rem;
      max-width: 100%;
      padding-right: 1.5rem;
      margin: 1rem auto 6.5rem;
    }
  }

  .sec09 {
    padding: 4rem 0 5.3rem;
    background-size: auto 100%;
  }

  .sec09__table {
    border-spacing: 0 0.6rem;
    margin-top: 0.5rem;
  }

  .sec09__table th,
  .sec09__table td {
    font-size: 1.35rem;
    line-height: 1.5;
  }

  .sec09__table th {
    max-width: 8.1rem;
    padding: 0.5rem 0.5rem 0.5rem 0.8rem;
    width: 8.1rem;
  }

  .sec09__table td {
    padding: 0.5rem 0.8rem 0.5rem 1.2rem;
  }

  .sec10 {
    padding: 3rem 0 6rem;
    background-image: url(../images/sp/sec10_bg_sp.webp);
  }

  .sec10__sec-ttl {
    position: relative;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sec10__contents {
    align-items: center;
    flex-direction: column-reverse;
    gap: 0;
    margin-top: 2rem;
  }

  .sec10__body {
    max-width: 29.4rem;
  }

  .sec10__img {
    max-width: 18.2rem;
  }

  .sec11 {
    padding: 5.6rem 0 1rem;
  }

  .sec11__sec-ttl {
    position: relative;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sec11__items {
    gap: 5.5rem;
    margin-top: 2.5rem;
  }

  .sec11__item-ttl {
    background: url(./../images/sp/sec11_ttl_bg.webp) no-repeat center/100%;
    font-size: 1.9rem;
    height: 4rem;
  }

  .sec11__item-flex {
    flex-direction: column;
    gap: 0.6rem;
    padding: 1.3rem 0 0 0;
  }

  .sec11__item-map {
    aspect-ratio: 345/183;
    max-width: 34.5rem;
  }

  .sec11__table {
    width: 100%;
  }

  .sec11__table-item {
    font-size: 1.4rem;
    padding: 1.5rem 0;
  }

  .sec11__table-item:last-child::after {
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
  }

  .sec11__table dt {
    padding-left: 1rem;
    width: 8.5rem;
  }

  .sec11__table dd {
    line-height: 1.4;
    letter-spacing: -0.05em;
  }

  .sec11__btns {
    gap: 0.4rem;
    margin-top: 1.2rem;
    padding-left: 0;
  }

  .sec11__btn-tel {
    border-radius: 0.5rem;
    max-width: 16rem;
    overflow: hidden;
  }

  .sec11__btn-web {
    max-width: 17rem;
  }

  .sec11__notice {
    margin-top: 6.5rem;
  }

  .sec11__notice-white01 {
    padding: 0.35rem;
  }
  .sec11__notice-white02 {
    padding: 2rem 0.9rem;
  }

  .sec11__notice-inner {
    /*padding: 2rem 0.9rem;*/
  }

  .sec11__notice-ttl {
    font-size: 2.1rem;
    line-height: 1.3;
  }

  .sec11__notice-text {
    font-size: 1.1rem;
  }

  .sec11__notice-text.--mt {
    margin-top: 2.2rem;
  }

  .sec11__notice-list dt {
    margin-top: 2.5rem;
  }

  .sec11__footer {
    font-size: 1.1rem;
    margin-top: 4rem;
  }
}

/* ホームページに戻るボタン・トップへ戻るボタンを追加 2025/07/01 */

#pagetop {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 20px;
}
#pagetop a {
  width: 65px;
  height: 65px;
  display: block;
  -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.615);
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.615);
  border-radius: 50px;
  -webkit-transition: 0.3s;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  opacity: 0;
  visibility: hidden;
}
#pagetop.show a {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 640px) {
  #pagetop {
    right: 10px;
    bottom: 80px;
  }
}
/* ここまでホームページに戻るボタン・トップへ戻るボタンを追加 2025/07/01 */

/*# sourceMappingURL=style.css.map */
