html {
  font-size: 10px;
}

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

body.noscroll {
  overflow: hidden;
}

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

a:hover {
  opacity: 0.8;
  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: #617ca5;
  height: 14rem;
  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__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: 125rem;
  padding: 0 5rem;
}

.l-inner--sm {
  max-width: 110rem;
}

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

.l-main {
  overflow: hidden;
}

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

.l-section {
  position: relative;
}

.l-section::before,
.l-section::after {
  background: #3e7180;
  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_pc_bg.webp) no-repeat center/cover;
}

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

.c-cta__body {
  position: relative;
}

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

.c-cta__btn {
  width: 100%;
}

.c-cta__tel {
  flex: 1;
  height: 10.2rem;
  max-width: 41.2rem;
  width: 50%;
}

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

.c-cta__web {
  height: 10.2rem;
  max-width: 41.2rem;
  width: 50%;
}

.c-cta__note {
  color: #000;
  font-size: 1.8rem;
  line-height: 1.75;
  padding-left: 4.2rem;
}

.c-cta__note .indent {
  display: flex;
}

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

.c-note {
  display: block;
  font-size: 1.8rem;
  margin-top: 1.2rem;
}

.c-note--sm {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.2rem;
}

/*
 * 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: #fff;
  box-shadow: 5px 5px 20px rgba(87, 113, 155, 0.76);
  margin-top: 6.6rem;
}

.monitor__secttl {
  background: #949494;
  color: #fff;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 6.3rem;
  font-weight: bold;
  padding: 1.9rem 0 2rem;
  text-align: center;
}

.monitor__body {
  padding: 3.2rem 4.6rem 6.2rem;
}

.monitor__lists {
  display: flex;
  flex-direction: column;
  gap: 2.8rem;
}

.monitor__list {
  align-items: center;
  display: flex;
  font-size: 2.8rem;
  font-weight: 500;
  gap: 2.2rem;
}

.monitor__list::before {
  background: #fff;
  border: 1px solid #617ca5;
  content: "";
  display: block;
  height: 2.8rem;
  min-width: 2.8rem;
  width: 2.8rem;
}

.monitor__note {
  font-size: 2.2rem;
  line-height: 1.63;
  margin-top: 5rem;
}

.monitor__note span {
  padding-left: 1.4em;
}

/*
 * 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: #4f8cb3;
  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%;
}

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

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

.sec01 {
  background: url(./../images/sec01_bg.webp) no-repeat center/cover;
  margin-top: -0.3rem;
}

.sec01__header {
  position: relative;
}

.sec01__header img {
  position: relative;
  z-index: 2;
}

.sec01__bg {
  height: 100%;
  left: 50%;
  margin: 0 calc(50% - 50vw);
  margin: 0 auto;
  max-width: 192rem;
  padding: 0 5.2rem;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100vw;
  z-index: 1;
}

.sec01__bg03 {
  top: -23rem;
  transform: translateX(-47%);
}

.sec01__bg-obj {
  margin-left: auto;
  max-width: 54.1rem;
}

.sec01__bg-obj.--reverse {
  margin-left: 0;
  margin-right: auto;
}

.sec01__items {
  display: flex;
  flex-direction: column;
  gap: 9.6rem;
  padding: 9.7rem 0 7.8rem;
}

.sec01__item {
  display: flex;
  gap: 4.2rem;
  position: relative;
}

.sec01__item:first-child {
  gap: 2.4rem;
}

.sec01__item.--reverse {
  flex-direction: row-reverse;
}

.sec01__item-imgWrap {
  max-width: 55.2rem;
  position: relative;
  z-index: 1;
}

.sec01__item-note {
  display: block;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 1.1rem;
}

.sec01__item-note.--right {
  text-align: right;
}

.sec01__item-ttl {
  font-feature-settings: "palt";
  color: #617ca5;
  font-family: "yu-mincho-pr6n", sans-serif;
  font-size: 4.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
}

.sec01__text-wrap {
  flex: 1;
  padding-top: 1.5rem;
  position: relative;
  z-index: 1;
}

.sec01__item-text {
  font-size: 2.7rem;
  line-height: 1.5;
  margin-top: 1.2rem;
}

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

.sec02 {
  background: url(./../images/sec02_pc_bg.webp) no-repeat bottom/cover;
  padding: 3.5rem 0 12rem;
  position: relative;
  z-index: 2;
}

.sec02__contents {
  margin: 0 auto;
  max-width: 75.4rem;
}

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

.sec03 {
  background: url(./../images/sec03_pc_top.webp) no-repeat top/cover;
  margin-top: -8.8542vw;
  position: relative;
  z-index: 1;
}

.sec03__img {
  height: 180rem;
  margin: 0 auto;
  max-width: 192rem;
}

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

.sec03__inner {
  left: 50%;
  position: absolute;
  top: 104.2rem;
  transform: translateX(-50%);
  width: 100%;
}

.sec03__contents {
  background: #fff;
  padding: 7.5rem 4.4rem 5rem;
  position: relative;
}

.sec03__ttl {
  left: 50%;
  max-width: 82.7rem;
  position: absolute;
  top: -4rem;
  transform: translateX(-50%);
  width: 100%;
}

.sec03__items {
  grid-gap: 4.5rem;
  display: grid;
  gap: 4.5rem;
  grid-template-columns: repeat(4, 1fr);
}

.sec03__item {
  position: relative;
}

.sec03__item:not(:last-child)::after {
  background: url(./../images/sec03_arrow.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 3.4rem;
  position: absolute;
  right: -3rem;
  top: 45%;
  transform: translateY(-50%);
  width: 1.1rem;
}

.sec03__item-text {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 1rem;
  text-align: center;
}

.sec03__note {
  margin-top: 1.5rem;
  text-align: right;
}

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

.sec04 {
  background: url(./../images/sec04_bg.webp) no-repeat center/cover;
  padding: 16rem 0 8.5rem;
}

.sec04__top {
  background: #fff;
  display: flex;
  padding: 11.7rem 6.8rem 20.5rem 0;
  position: relative;
}

.sec04__top-img {
  aspect-ratio: 897/598;
  left: 0;
  max-width: 89.7rem;
  position: absolute;
  top: 0;
  width: 100%;
}

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

.sec04__secttl-wrap {
  margin-left: auto;
  max-width: 49rem;
  position: relative;
  z-index: 1;
}

.sec04__contents {
  background: #fff;
  padding: 10rem 3.5rem 4.4rem;
}

.sec04__items {
  display: flex;
  flex-direction: column;
  gap: 5.2rem;
}

.sec04__item-inner {
  display: flex;
  gap: 2rem;
}

.sec04__item-inner.--reverse {
  flex-direction: row-reverse;
  gap: 3.7rem;
}

.sec04__item-body {
  flex: 1;
  padding-top: 4rem;
}

.sec04__item-ttl::after {
  background: url(./../images/sec04_ttl_border.webp) no-repeat center/100%;
  content: "";
  display: block;
  height: 1px;
  margin-top: 1rem;
  width: 100%;
}

.sec04__item-text {
  font-size: 1.8rem;
  line-height: 1.78;
  padding: 1.2rem 0 0 0.8rem;
}

.sec04__item02 .sec04__item-text {
  padding: 2.3rem 1.5rem 0 0;
}

.sec04__item-text .bold {
  font-weight: bold;
}

.sec04__item-img {
  max-width: 51.4rem;
}

.sec04__note {
  font-family: inherit;
  text-align: right;
}

.sec04__note.--mt20 {
  margin-top: 2rem;
}

.sec04__top-sp {
  display: none;
}

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

.sec05 {
  background: url(./../images/sec05_bg_noise.webp) no-repeat center/cover;
  padding: 9.5rem 0 4.5rem;
}

.sec05__secttl {
  margin: 0 auto;
  max-width: 33.1rem;
}

.sec05__items {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  margin-top: 4.2rem;
}

.sec05__item {
  display: flex;
  gap: 3.3rem;
  justify-content: space-between;
}

.sec05__item-details {
  flex: 1;
  max-width: 54rem;
  padding-top: 1.8rem;
}

.sec05__item-text {
  font-feature-settings: "palt";
  font-size: 1.8rem;
  line-height: 2.1;
  padding: 2rem 0 0 3rem;
}

.sec05__item-img {
  max-width: 50.7rem;
}

.sec05__note {
  margin-top: 2rem;
  text-align: right;
}

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

.sec06 {
  background: url(./../images/sec06_pc_bg.webp) no-repeat center/cover;
  padding: 22.7rem 0 22.3rem;
}

.sec06__sec-ttl {
  margin: 0 auto;
  max-width: 81.6rem;
}

.sec06__contents {
  align-items: center;
  display: flex;
  gap: 3.3rem;
  margin-top: 3.2rem;
}

.sec06__body {
  flex: 1;
}

.sec06__text {
  font-size: 1.8rem;
  line-height: 1.58;
}

.sec06__img {
  max-width: 44.1rem;
}

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

.sec07 {
  background: url(./../images/sec07_pc_bg.webp) no-repeat center/cover;
  margin-top: -1rem;
  padding: 10rem 0;
}

.sec07__secttl {
  margin: 0 auto;
  max-width: 80.9rem;
}

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

.sec07__table th {
  background: #617ca5;
  border-right: none;
  color: #fff;
  font-weight: 500;
  padding: 1.8rem 1.8rem 1.8rem 2.5rem;
  width: 23.2rem;
}

.sec07__table th,
.sec07__table td {
  border-collapse: separate;
  box-shadow: 2px 2px 6px rgb(102, 102, 102);
  font-size: 1.8rem;
  letter-spacing: -0.05em;
  line-height: 1.4;
}

.sec07__table td {
  background: #fff;
  padding: 1.8rem 1rem 1.8rem 4.7rem;
}

.sec07__table td ul li {
  display: flex;
}

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

/*
 * sec08
 * -------------------------------------------------------------
 */

.c-cta--02 {
  background: url(./../images/sec08_pc_bg.webp) no-repeat center/cover;
  padding: 15rem 0 10rem;
}

.sec08__secttl {
  margin: 0 auto 9.4rem;
  max-width: 29.7rem;
}

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

.sec09 {
  background: url(./../images/sec09_pc_bg.webp) no-repeat center/cover;
  padding: 11rem 0 34rem;
}

.sec09__secttl {
  margin: 0 auto;
  max-width: 74.4rem;
}

.sec09__contents {
  align-items: flex-end;
  display: flex;
  gap: 9.5rem;
  justify-content: center;
  margin-top: 6.5rem;
}

.sec09__body {
  flex: 1;
}

.sec09__img {
  max-width: 37.6rem;
}

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

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

.sec10__secttl {
  margin: 0 auto;
  max-width: 47.5rem;
}

.sec10__items {
  display: flex;
  flex-direction: column;
  gap: 13rem;
  margin-top: 5.3rem;
}

.sec10__item-ttl {
  align-items: center;
  background: url(./../images/sec10_bar_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;
}

.sec10__item-flex {
  align-items: center;
  display: flex;
  gap: 1.7rem;
  padding-top: 2rem;
}

.sec10__item-map {
  aspect-ratio: 489/365;
  max-width: 48.9rem;
  width: 100%;
}

.sec10__table {
  flex: 1;
}

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

.sec10__table-item:not(:last-child)::after {
  background: linear-gradient(to right, #3a7f8c, #a5c0b2);
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  width: 100%;
}

.sec10__table dt {
  width: 10.6rem;
}

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

.sec10__btns {
  display: flex;
  gap: 1.7rem;
  margin-top: 1.5rem;
}

.sec10__btn-tel {
  max-width: 49.3rem;
}

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

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

.sec10__notice {
  border: 1px solid #224a71;
  margin-top: 15rem;
  padding: 1rem;
}

.sec10__notice-inner {
  border: 1px solid #224a71;
  padding: 4.3rem 4.6rem 9.3rem;
}

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

.sec10__notice-text {
  font-feature-settings: "palt";
  color: #000000;
  font-size: 2.2rem;
  letter-spacing: -0.04em;
  line-height: 2;
}

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

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

.sec10__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: 980px) {
  .sec01__item {
    flex-direction: column;
    gap: 0;
  }

  .sec01__item.--reverse {
    flex-direction: column;
  }

  .sec01__item-imgWrap {
    margin-top: 0.5rem;
    order: 2;
  }
}

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

  .footer {
    height: auto;
    padding: 3rem 0 9rem;
  }

  .footer__copyright {
    font-size: 1.2rem;
  }

  .header {
    padding-left: 0;
  }

  .header__inner {
    flex-wrap: wrap;
    gap: 1.5rem 0.6rem;
    height: 12.9rem;
    justify-content: space-between;
    padding: 1.2rem 1.5rem 1.3rem;
  }

  .header__ttl {
    max-width: 14rem;
  }

  .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 {
    background: url(./../images/sp/cta_sp_bg.webp) no-repeat center/cover;
  }

  .c-cta--01 {
    padding: 4rem 0 2.2rem;
  }

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

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

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

  .c-cta__web {
    width: 100%;
  }

  .c-cta__note {
    font-size: 1.1rem;
    line-height: 1.3;
    padding-left: 1.5rem;
  }

  .c-note {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }

  .c-note--sm {
    font-size: 1.1rem;
    margin-top: 0.4rem;
  }

  .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 {
    margin-top: 2.2rem;
  }

  .monitor__secttl {
    font-size: 3.2rem;
    padding: 1.1rem 1rem 0.8rem;
  }

  .monitor__body {
    padding: 1.5rem 1.7rem 3.1rem;
  }

  .monitor__list {
    align-items: flex-start;
    font-size: 1.7rem;
    gap: 0.9rem;
    line-height: 1.35;
  }

  .monitor__list::before {
    height: 1.4rem;
    margin-top: 0.4rem;
    min-width: 1.4rem;
    width: 1.4rem;
  }

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

  .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 {
    background: url(./../images/sp/sec01_sp_bg.webp) no-repeat center/cover;
    margin-top: -0.1rem;
    padding-bottom: 2.6rem;
  }

  .sec01__bg {
    left: 94%;
    top: -1rem;
  }

  .sec01__bg03 {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 8%;
    top: 9%;
  }

  .sec01__bg-obj {
    max-width: 27rem;
  }

  .sec01__bg03 .sec01__bg-obj {
    margin: 0;
  }

  .sec01__items {
    gap: 2.6rem;
    margin-top: 2.7rem;
    padding: 0;
  }

  .sec01__item:first-child {
    gap: 0;
  }

  .sec01__item-ttl {
    font-size: 2.6rem;
    order: 1;
  }

  .sec01__text-wrap {
    display: contents;
  }

  .sec01__item-text {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-top: 1rem;
    order: 3;
    position: relative;
    z-index: 2;
  }

  .sec02 {
    background: none;
    margin-top: -0.3rem;
    padding: 0;
  }

  .sec02__contents {
    margin: 0 calc(50% - 50vw);
    max-width: 37.5rem;
    width: 100vw;
  }

  .sec03 {
    background: url(./../images/sp/sec03_sp_bg.webp) no-repeat center/cover;
    margin-top: -7rem;
    padding-bottom: 5rem;
  }

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

  .sec03__inner {
    position: static;
    transform: none;
    transform: initial;
  }

  .sec03__contents {
    margin-top: 1.8rem;
    padding: 3.4rem 1.9rem 1.2rem;
  }

  .sec03__ttl {
    max-width: 33rem;
    top: -2rem;
  }

  .sec03__items {
    gap: 5.2rem 4rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .sec03__item:not(:last-child)::after {
    height: 2rem;
    right: -2.3rem;
    top: 40%;
    width: 0.6rem;
  }

  .sec03__item:nth-child(2)::after {
    background: url(./../images/sp/sec03_arrow2.webp) no-repeat center/100%;
    bottom: -29%;
    content: "";
    display: block;
    height: 4rem;
    max-width: 16.2rem;
    position: absolute;
    right: 53%;
    top: auto;
    width: 100vw;
  }

  .sec03__item-text {
    font-size: 1.4rem;
    line-height: 1.2;
    margin: 0.5rem calc(50% - 50vw) 0;
  }

  .sec03__note {
    margin-top: 0.8rem;
    text-align: left;
  }

  .sec04 {
    background: #ebf4fc;
    padding: 0 0 2.4rem;
  }

  .sec04__contents {
    background: none;
    margin-top: 1rem;
    padding: 0;
  }

  .sec04__items {
    gap: 1.8rem;
  }

  .sec04__item-inner {
    flex-direction: column;
    gap: 1rem;
  }

  .sec04__item-inner.--reverse {
    flex-direction: column;
    gap: 1rem;
  }

  .sec04__item-body {
    padding-top: 0;
  }

  .sec04__item-ttl::after {
    margin-top: 0.3rem;
  }

  .sec04__item-text {
    font-size: 1.4rem;
    line-height: 1.75;
    padding: 1rem 0 0 0;
  }

  .sec04__item02 .sec04__item-text {
    padding: 1rem 0 0 0;
  }

  .sec04__item-img {
    max-width: 100%;
  }

  .sec04__note.--mt20 {
    margin-top: 1rem;
  }

  .sec04__top-sp {
    display: block;
    margin: 0 calc(50% - 50vw);
    max-width: 37.5rem;
  }

  .sec05 {
    background: url(./../images/sp/sec05_sp_bg.webp) no-repeat center/cover;
    padding: 4.3rem 0 2rem;
  }

  .sec05__secttl {
    max-width: 17.4rem;
  }

  .sec05__items {
    gap: 3rem;
    margin-top: 2.3rem;
  }

  .sec05__item {
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .sec05__item-details {
    max-width: 100%;
    padding-top: 0;
  }

  .sec05__item-text {
    font-size: 1.4rem;
    line-height: 1.7;
    padding: 1rem 0 0 0;
  }

  .sec05__note {
    margin-top: 1.2rem;
  }

  .sec06 {
    background: url(./../images/sp/sec06_sp_bg.webp) no-repeat center/cover;
    padding: 7.5rem 0 6rem;
  }

  .sec06__sec-ttl {
    max-width: 32.4rem;
  }

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

  .sec06__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .sec06__img {
    max-width: 18.8rem;
  }

  .sec07 {
    background: url(./../images/sp/sec07_sp_bg.webp) no-repeat left/cover;
    margin-top: -0.4rem;
    padding: 4.5rem 0 4.3rem;
  }

  .sec07__secttl {
    max-width: 24.6rem;
  }

  .sec07__table {
    border-spacing: 0 0.9rem;
    margin-top: 1.5rem;
    max-width: 100%;
  }

  .sec07__table th {
    padding: 0.9rem 0 0.9rem 0.9rem;
    width: 8rem;
  }

  .sec07__table th,
  .sec07__table td {
    font-size: 1.4rem;
    line-height: 1.36;
  }

  .sec07__table td {
    padding: 0.9rem 0rem 0.9rem 1.2rem;
  }

  .sec07__table td.vt {
    vertical-align: middle;
  }

  .sec07__table td ul li {
    line-height: 1.5;
  }

  .c-cta--02 {
    background: url(./../images/sp/sec08_sp_bg.webp) no-repeat center/cover;
    background-position-y: -0.3rem;
    padding: 4.2rem 0 3.3rem;
  }

  .sec08__secttl {
    margin-bottom: 1.5rem;
    max-width: 15rem;
  }

  .sec09 {
    background: url(./../images/sp/sec09_sp_bg.webp) no-repeat center/cover;
    padding: 5.4rem 0 4.3rem;
  }

  .sec09__secttl {
    max-width: 29.5rem;
  }

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

  .sec09__body {
    max-width: 30.3rem;
  }

  .sec09__img {
    max-width: 18.8rem;
  }

  .sec10 {
    padding: 3.6rem 0 1.3rem;
  }

  .sec10__secttl {
    max-width: 23.8rem;
  }

  .sec10__items {
    gap: 4.2rem;
    margin-top: 2.5rem;
  }

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

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

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

  .sec10__table {
    width: 100%;
  }

  .sec10__table-item {
    font-size: 1.4rem;
    padding: 0.9rem 0;
  }

  .sec10__table-item:last-child::after {
    background: linear-gradient(to right, #3a7f8c, #a5c0b2);
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
  }

  .sec10__table dt {
    padding-left: 0.2rem;
    width: 7.7rem;
  }

  .sec10__table dd {
    line-height: 1.5;
  }

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

  .sec10__btn-tel {
    border-radius: 0.5rem;
    height: 7rem;
    max-width: 16.8rem;
    overflow: hidden;
  }

  .sec10__btn-web {
    max-width: 16.8rem;
  }

  .sec10__notice {
    margin-top: 6.5rem;
    padding: 0.5rem;
  }

  .sec10__notice-inner {
    padding: 2rem 0.6rem;
  }

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

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

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

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

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

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

#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/08/05 */

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