@charset "UTF-8";
html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 0.781vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1;
  color: #283A4B;
}

html {
  font-size: 10px;
}

@media screen and (min-width: 768px) and (max-width: 1090px) {
  html {
    font-size: 0.926vw;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.667vw;
  }
}
img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
a:hover {
  opacity: 0.8;
}

.wrap {
  overflow: hidden;
}

.inner {
  max-width: 112rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}

.title h2 {
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .title h2 {
    font-size: 3.3rem;
  }
}
.title p {
  color: #2E85D7;
  text-align: center;
  font-family: Oswald;
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 4.8rem */
}
@media (max-width: 767px) {
  .title p {
    font-size: 3rem;
  }
}

.pc_n {
  display: none;
}
@media (max-width: 767px) {
  .pc_n {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp_n {
    display: none !important;
  }
}

/* =========================================
   header（グローバルヘッダー）
   ========================================= */
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header__inner {
  margin-right: 9.7rem;
}

.header__logo-image {
  width: 12rem; /* 120px */
  height: auto;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.header__nav-link {
  color: #333;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2rem; /* 129.412% */
}

.header__nav-link:hover,
.header__nav-link:focus {
  opacity: 0.6;
}

.header__cta {
  margin-left: 4.8rem;
}

.header__cta-button {
  width: 22.9rem;
  height: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.55rem;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.054rem;
  background-color: #F5D343;
  border-radius: 2.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__cta-button img {
  width: 2.4rem;
  height: 2.4rem;
}

.header__cta-button:hover,
.header__cta-button:focus {
  opacity: 0.8;
}

.header__icon-svg {
  width: 2rem; /* 20px */
  height: auto;
}

.header__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.hamburger {
  --size:4.8rem;
  width: var(--size);
  height: var(--size);
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.8rem;
  cursor: pointer;
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 1000;
  width: 6.2rem;
  height: 6.2rem;
  background-color: #fff;
  border-radius: 50%;
  padding: 1rem;
}
@media (min-width: 768px) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  width: 100%;
  height: 0.4rem;
  background: #283A4B;
  border-radius: 0.2rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.hamburger--active .hamburger__line:nth-child(1) {
  -webkit-transform: translateY(1.2rem) rotate(45deg);
          transform: translateY(1.2rem) rotate(45deg);
}

.hamburger--active .hamburger__line:nth-child(2) {
  opacity: 0;
}

.hamburger--active .hamburger__line:nth-child(3) {
  -webkit-transform: translateY(-1.2rem) rotate(-45deg);
          transform: translateY(-1.2rem) rotate(-45deg);
}

/* slide-in menu */
.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 80%;
  max-width: 30rem;
  height: 100%;
  background: #ffffff;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.35s ease;
  transition: -webkit-transform 0.35s ease;
  transition: transform 0.35s ease;
  transition: transform 0.35s ease, -webkit-transform 0.35s ease;
  -webkit-box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
          box-shadow: -4px 0 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 4rem 2rem;
  gap: 2rem;
  z-index: 100;
}
@media (max-width: 767px) {
  .menu {
    padding: 8rem 2rem;
    gap: 4rem;
  }
}
@media (min-width: 768px) {
  .menu {
    display: none;
  }
}

.menu--open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.menu a {
  color: #283A4B;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.6rem;
}

.menu a:hover {
  opacity: 0.7;
}

/* ---------- Footer container ---------- */
.footer {
  background: #1962A7; /* ディープブルー */
  color: #ffffff;
  text-align: center;
  padding-top: 6.4rem;
  padding-bottom: 3.8rem;
}

/* ---------- Navigation ---------- */
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-bottom: 10.3rem;
}
@media (max-width: 767px) {
  .footer-nav {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.8rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav__link {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.7rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.2rem; /* 129.412% */
}

.footer-nav__link:hover {
  opacity: 0.8;
}

/* ---------- CTA button ---------- */
.footer-nav__cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  background: #f5d343; /* イエロー */
  padding: 1.2rem 3.6rem;
  border-radius: 3rem;
  text-decoration: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.054rem;
}

.footer-nav__cta:hover {
  opacity: 0.85;
}

.footer-nav__icon {
  width: 2rem;
  height: 2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

/* ---------- Copyright ---------- */
.footer__copyright {
  color: #FFF;
  text-align: right;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

/* ---------- Responsive ---------- */
@media (max-width: 600px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
  .footer-nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.4rem;
  }
}
/* =========================================
   concern（お悩みブロック）
   ========================================= */
.concern {
  background: url(../img/bg.jpg) no-repeat center center/cover;
  padding-top: 6.7rem;
  padding-bottom: 6.8rem;
}
@media (max-width: 767px) {
  .concern {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.concern__title {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
}
@media (max-width: 767px) {
  .concern__title {
    font-size: 2rem;
  }
}

.concern__title--highlight {
  color: #f0c33a; /* 強調イエロー */
  font-weight: 700;
  font-size: 6.4rem;
}
@media (max-width: 767px) {
  .concern__title--highlight {
    font-size: 2.8rem;
  }
}

.concern__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 6.3rem;
  gap: 2.4rem 6.6rem;
}
@media (max-width: 767px) {
  .concern__list {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concern__list {
    gap: 2.4rem 3rem;
  }
}
.concern__item {
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  height: 9.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #273B4D;
}
@media (max-width: 767px) {
  .concern__item {
    height: auto;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}

.concern__item--wide {
  width: 38.2rem;
  margin-left: auto;
  margin-top: 4.4rem;
  margin-right: auto;
}
@media (max-width: 767px) {
  .concern__item--wide {
    width: 100%;
    margin-top: 2.4rem;
  }
}

.concern__text {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.9rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.2rem; /* 160% */
}
@media (max-width: 767px) {
  .concern__text {
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .concern__text {
    font-size: 1.8rem;
  }
}
.concern__highlight {
  color: #F5D343;
  font-weight: 700;
}

.concern__inner {
  max-width: 93.1rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .concern__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* =========================================
 solution（悩み解決セクション）
 ========================================= */
.solution {
  padding-top: 8.2rem;
  padding-bottom: 9rem;
  background: url(../img/solution_bg.png) no-repeat center center/cover;
  color: #283A4B;
  font-family: "Helvetica Neue", "Arial", sans-serif;
  text-align: center;
}
@media (max-width: 767px) {
  .solution {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}

/* ----- 見出し ----- */
.solution__lead {
  color: #2E85D7;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 5.76rem */
}
@media (max-width: 767px) {
  .solution__lead {
    font-size: 2.2rem;
  }
}

.solution__title {
  color: #283A4B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 180%; /* 15.84rem */
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  .solution__title {
    font-size: 3.6rem;
  }
}
.solution__title span {
  position: relative;
  z-index: 2;
}
.solution__title::after {
  content: "";
  position: absolute;
  width: 75.2rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F5D343;
  left: 47%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 2.3rem;
}
@media (max-width: 767px) {
  .solution__title::after {
    width: 100%;
    height: 1rem;
    height: 1.5rem;
    bottom: 1.3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .solution__title {
    font-size: 6.4rem;
  }
  .solution__title::after {
    width: 100%;
  }
}
.solution__container {
  max-width: 112rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.solution__container::after {
  content: "";
  position: absolute;
  width: 23.2rem;
  height: 23.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/bg01.png) no-repeat center center/cover;
  top: -6.2rem;
  right: -30.2rem;
}
@media (max-width: 767px) {
  .solution__container::after {
    width: 14.7rem;
    height: 14.7rem;
    top: -3.2rem;
    right: -9rem;
  }
}
.solution__container::before {
  content: "";
  position: absolute;
  width: 23.2rem;
  height: 23.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/bg02.png) no-repeat center center/cover;
  width: 22.6rem;
  height: 27.1rem;
  top: 15.9rem;
  left: -23.9rem;
}
@media (max-width: 767px) {
  .solution__container::before {
    width: 12.8rem;
    height: 15.3rem;
    left: -3.6rem;
    top: 7.9rem;
  }
}

.solution__inner {
  position: relative;
}
.solution__inner::after {
  content: "";
  position: absolute;
  background: url(../img/bg04.png) no-repeat center center/cover;
  width: 23.2rem;
  height: 23.2rem;
  left: -31.9rem;
  bottom: 34.2rem;
}
@media (max-width: 767px) {
  .solution__inner::after {
    width: 12.9rem;
    height: 12.9rem;
    left: -8.5rem;
    bottom: 0;
  }
}
.solution__inner::before {
  content: "";
  position: absolute;
  background: url(../img/bg03.png) no-repeat center center/cover;
  width: 24.2rem;
  height: 29.1rem;
  right: -27.9rem;
  top: 114.1rem;
}
@media (max-width: 767px) {
  .solution__inner::before {
    width: 15.2rem;
    height: 18.2rem;
    right: -9.3rem;
    top: 99.1rem;
  }
}

/* ----- グリッド ----- */
.solution__list {
  list-style: none;
  margin-top: 14.8rem;
}
@media (max-width: 767px) {
  .solution__list {
    margin-top: 6rem;
  }
}

.solution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
}
@media (max-width: 767px) {
  .solution__item {
    gap: 3rem;
  }
}
.solution__item:nth-of-type(n+2) {
  margin-top: 14rem;
}
@media (max-width: 767px) {
  .solution__item:nth-of-type(n+2) {
    margin-top: 8rem;
  }
}
@media (max-width: 767px) {
  .solution__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .solution__item {
    gap: 3rem;
  }
}
.solution__item--02,
.solution__item--04,
.solution__item--06 {
  text-align: right;
}
.solution__figure {
  width: 51.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .solution__figure {
    width: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .solution__figure {
    width: 50%;
  }
}
.solution__content {
  text-align: left;
}

/* レイアウト反転（画像・テキストの順序を入れ替え） */
.solution__item--02 .solution__figure,
.solution__item--04 .solution__figure,
.solution__item--06 .solution__figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .solution__item--02 .solution__figure,
  .solution__item--04 .solution__figure,
  .solution__item--06 .solution__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.solution__item--02 .solution__content,
.solution__item--04 .solution__content,
.solution__item--06 .solution__content {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

/* ----- 画像・番号 ----- */
.solution__figure {
  position: relative;
}

.solution__number {
  position: absolute;
  top: -8.1rem;
  left: 0;
  color: rgba(40, 58, 75, 0.5);
  font-family: "Oswald", sans-serif;
  font-size: 12rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 767px) {
  .solution__number {
    font-size: 7rem;
    top: -5.8rem;
  }
}

.solution__image {
  width: 100%;
  height: auto;
  display: block;
}

.solution__heading span {
  display: inline-block;
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 1rem 1.6rem;
  background: #1962A7;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .solution__heading span {
    font-size: 3rem;
    padding: 0.6rem 1rem;
  }
}
.solution__heading span:nth-of-type(2) {
  margin-top: 0.8rem;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .solution__heading span {
    font-size: 3.2rem;
  }
}
.solution__text {
  color: #283A4B;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 4.32rem */
  margin-top: 2.4rem;
}
@media (max-width: 767px) {
  .solution__text {
    font-size: 1.8rem;
  }
}

/* =========================================
   contact セクション
   ========================================= */
.contact {
  position: relative;
  padding-top: 1.3rem;
  padding-bottom: 3.2rem;
  background-color: #2E85D7;
  color: #ffffff;
  text-align: center;
  overflow: hidden;
}

.contact__inner {
  max-width: 112rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.contact__inner::after {
  content: "";
  position: absolute;
  background: url(../img/cta-bg01.png) no-repeat center center/cover;
  width: 23.2rem;
  height: 23.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  top: -1.1rem;
  left: -26rem;
}
.contact__inner::before {
  position: absolute;
  content: "";
  width: 20.6rem;
  height: 20.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: url(../img/cta-bg02.png) no-repeat center center/cover;
  top: 0.5rem;
  right: -19.8rem;
}

.contact__bg-title {
  color: #1576D2;
  text-align: center;
  font-family: Oswald;
  font-size: 14.7rem;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 23.52rem */
  letter-spacing: 1.764rem;
}
@media (max-width: 767px) {
  .contact__bg-title {
    z-index: 3;
    position: relative;
    font-size: 6.7rem;
  }
}

.contact__catch {
  color: #FFF;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 5.76rem */
  letter-spacing: 0.384rem;
  margin-top: -17rem;
}
@media (max-width: 767px) {
  .contact__catch {
    font-size: 2.6rem;
    margin-top: -9rem;
    position: relative;
    z-index: 4;
  }
}

.contact__box {
  background-color: #ffffff;
  color: #283A4B;
  max-width: 108rem;
  margin-left: auto;
  margin-right: auto;
  grid-gap: 4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 3.6rem;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  padding-left: 8.7rem;
  padding-right: 8.7rem;
}
@media (max-width: 767px) {
  .contact__box {
    padding-left: 2rem;
    padding-right: 2rem;
    z-index: 2;
    position: relative;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__box {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.contact__office {
  color: #2E85D7;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 5.76rem */
  letter-spacing: 0.384rem;
}
@media (max-width: 767px) {
  .contact__office {
    font-size: 2.4rem;
  }
}

.contact__tel-clink {
  color: #283A4B;
  font-size: 1.8rem;
  text-align: left;
}
@media (max-width: 767px) {
  .contact__tel-clink {
    font-size: 1.4rem;
    margin-top: 0.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__tel-clink {
    text-align: center;
    margin-top: 2rem;
  }
}
.contact__label {
  color: #283A4B;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 3.24rem */
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #283A4B;
  width: 39rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .contact__label {
    width: auto;
    width: 100%;
    text-align: center;
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__label {
    margin-left: auto;
    margin-right: auto;
  }
}
.contact__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.6rem;
  text-decoration: none;
}

.contact__tel-number {
  color: #2E85D7;
  text-align: center;
  font-family: Oswald;
  font-size: 5.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 6.72rem */
  position: relative;
  padding-left: 6.2rem;
}
@media (max-width: 767px) {
  .contact__tel-number {
    font-size: 4rem;
    margin-top: 2.3rem;
  }
}
.contact__tel-number::after {
  content: "";
  position: absolute;
  width: 5.6rem;
  height: 5.6rem;
  background: url(../img/tel.png) no-repeat center center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
@media (max-width: 767px) {
  .contact__tel-number::after {
    width: 4rem;
    height: 4rem;
    right: -5.4rem;
  }
}

.contact__tel-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cta-button {
  width: 42rem;
  height: 9.4rem;
  background-color: #F5D343;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.072rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9.25rem;
  border-radius: 4.7rem;
  gap: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .cta-button {
    width: 100%;
    height: 7rem;
    margin-top: 2.3rem;
    padding-left: 3.6rem;
    font-size: 1.8rem;
  }
}
.cta-button::after {
  content: "";
  position: absolute;
  background: url(../img/lline.png) no-repeat center center/cover;
  width: 5.6rem;
  height: 5.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}
@media (max-width: 767px) {
  .cta-button::after {
    width: 4rem;
    height: 4rem;
  }
}

.contact__button {
  width: 42rem;
  height: 9.4rem;
  background-color: #F5D343;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.072rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 9.25rem;
  border-radius: 4.7rem;
  gap: 1.5rem;
  position: relative;
}
@media (max-width: 767px) {
  .contact__button {
    width: 100%;
    height: 5.9238rem;
    margin-top: 2.3rem;
    padding-left: 3.6rem;
    font-size: 1.7771rem;
  }
}
.contact__button::after {
  content: "";
  position: absolute;
  background: url(../img/lline.png) no-repeat center center/cover;
  width: 5.6rem;
  height: 5.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.5rem;
}
@media (max-width: 767px) {
  .contact__button::after {
    width: 4rem;
    height: 4rem;
  }
}

.contact__button:hover,
.contact__button:focus {
  opacity: 0.8;
}

.contact__button-icon {
  width: 3.2rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: auto;
}
.contact__button-icon img {
  width: 100%;
}

.contact__button-arrow {
  font-size: 2.2rem;
}

.contact__note {
  background: #1962A7;
  height: 5.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 5.76rem */
  letter-spacing: 0.384rem;
}
@media (max-width: 767px) {
  .contact__note {
    height: auto;
    padding: 2rem 0;
    font-size: 1.8rem;
    letter-spacing: 0.184rem;
  }
}

@media (max-width: 767px) {
  .contact__box-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .contact__box-item {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .contact__box-item {
    gap: 2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .contact__box-item02 {
    width: 100%;
  }
}

/* =========================================
   scene（利用シーンセクション）
   ========================================= */
.scene {
  padding-top: 8.7rem;
  padding-bottom: 13.5rem;
  color: #ffffff;
  text-align: center;
  font-family: "Helvetica Neue", "Arial", sans-serif;
}
@media (max-width: 767px) {
  .scene {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.scene__inner {
  position: relative;
}
.scene__inner::after {
  position: absolute;
  content: "";
  background: url(../img/scene-bg01.png) no-repeat center center/cover;
  width: 22.6rem;
  height: 27.1rem;
  top: -6rem;
  right: -7.8rem;
}
.scene__inner::before {
  position: absolute;
  content: "";
  background: url(../img/scene-bg03.png) no-repeat center center/cover;
  width: 22.2rem;
  height: 26.5rem;
  bottom: -15.6rem;
  left: -17.9rem;
}

.scene__inner-inner {
  position: relative;
}
.scene__inner-inner::after {
  position: absolute;
  content: "";
  background: url(../img/scene-bg02.png) no-repeat center center/cover;
  width: 22.6rem;
  height: 27.1rem;
  right: -18.7rem;
  bottom: 39.1rem;
}

.scene__title {
  color: #283A4B;
}

.scene__subtitle {
  font-size: 1.8rem; /* 18px */
  color: #2E85D7;
  font-weight: 700;
  margin: 0 0 4rem;
}

/* ----- FEATURE BLOCK ----- */
.scene__feature {
  margin-top: 11rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .scene__feature {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0rem;
  }
}

.scene__feature-figure {
  width: 56.9rem;
  height: 34.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 767px) {
  .scene__feature-figure {
    height: auto;
  }
}
.scene__feature-figure::after {
  content: "";
  position: absolute;
  background: url(../img/scene02.png) no-repeat center center/cover;
  width: 56.9rem;
  height: 34.6rem;
  bottom: -4rem;
  left: -14rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .scene__feature-figure::after {
    width: 100%;
    height: 20.3rem;
    left: -2rem;
    bottom: -2rem;
  }
}
.scene__feature-figure img {
  height: 100%;
}
@media (max-width: 767px) {
  .scene__feature-figure {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scene__feature-figure {
    width: 50%;
  }
}
.scene__feature-image {
  width: 100%;
  height: auto;
  display: block;
}

.scene__feature-body {
  text-align: left;
}

.scene__feature-heading {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 7.2rem */
}
@media (max-width: 767px) {
  .scene__feature-heading {
    font-size: 3.2rem;
  }
}

.scene__feature-text {
  font-size: 1.4rem; /* 14px */
  line-height: 1.8;
  margin-top: 2.4rem;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.88rem */
}
.scene__feature-text span {
  font-size: 2rem;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.scene__feature-button {
  width: 30.3rem;
  height: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 6.55rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4rem;
  border: 2px solid #2E85D7;
  background: #FFF;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.072rem;
  margin-top: 3.2rem;
  position: relative;
}
@media (max-width: 767px) {
  .scene__feature-button {
    width: 100%;
    height: 6rem;
    font-size: 2rem;
  }
}
.scene__feature-button::after {
  content: "";
  position: absolute;
  background: url(../img/btn-line.png) no-repeat center center/cover;
  width: 5.6rem;
  height: 5.6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.8rem;
}
@media (max-width: 767px) {
  .scene__feature-button::after {
    width: 4rem;
    height: 4rem;
  }
}

.scene__feature-button:hover,
.scene__feature-button:focus {
  opacity: 0.8;
}

.scene__feature-arrow {
  font-size: 1.8rem;
}

/* ----- SCENE LIST ----- */
.scene__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8rem 4.5rem;
  margin-top: 15rem;
}
@media (max-width: 767px) {
  .scene__list {
    grid-template-columns: 1fr 1fr;
    margin-top: 8rem;
    gap: 3rem 2rem;
  }
}

.scene__item {
  text-align: center;
  position: relative;
}
.scene__item .scene__figure {
  position: relative;
}
.scene__item .scene__figure::after {
  content: "";
  position: absolute;
  width: 32rem;
  height: 21.5rem;
  bottom: -2rem;
  left: -2rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .scene__item .scene__figure::after {
    width: 100%;
    height: 10.7rem;
    bottom: -1rem;
    left: -1rem;
  }
}
.scene__item:nth-of-type(1) .scene__figure::after {
  background: url(../img/scene03_bg.png) no-repeat center center/cover;
}
.scene__item:nth-of-type(2) .scene__figure::after {
  background: url(../img/scene04_bg.png) no-repeat center center/cover;
}
.scene__item:nth-of-type(3) .scene__figure::after {
  background: url(../img/scene05_bg.png) no-repeat center center/cover;
}
.scene__item:nth-of-type(4) .scene__figure::after {
  background: url(../img/scene06_bg.png) no-repeat center center/cover;
}
.scene__item:nth-of-type(5) .scene__figure::after {
  background: url(../img/scene07_bg.png) no-repeat center center/cover;
}
.scene__item:nth-of-type(6) .scene__figure::after {
  background: url(../img/scene08_bg.png) no-repeat center center/cover;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .scene__item:nth-of-type(1) .scene__figure::after,
  .scene__item:nth-of-type(2) .scene__figure::after,
  .scene__item:nth-of-type(3) .scene__figure::after,
  .scene__item:nth-of-type(4) .scene__figure::after,
  .scene__item:nth-of-type(5) .scene__figure::after,
  .scene__item:nth-of-type(6) .scene__figure::after {
    display: none;
  }
}
.scene__image {
  width: 100%;
  height: auto;
  display: block;
}

.scene__label {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 5.04rem */
  text-align: left;
  margin-top: 3.1rem;
}
@media (max-width: 767px) {
  .scene__label {
    margin-top: 1.5rem;
    font-size: 1.8rem;
    line-height: 140%;
  }
}

.hero__rental {
  margin-top: 3.333vw;
}

.hero__button {
  width: 29.167vw;
  height: 5.528vw;
  background-color: #F5D343;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.05vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 5.424vw;
  border-radius: 3.264vw;
  gap: 1.042vw;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .hero__button {
    width: 31.1rem;
    height: 5.9238rem;
    font-size: 1.7771rem;
    border-radius: 2.9619rem;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 5.4rem;
    margin-top: 0.8rem;
  }
}
.hero__button::after {
  content: "";
  position: absolute;
  background: url(../img/lline.png) no-repeat center center/cover;
  width: 3.889vw;
  height: 3.889vw;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1.042vw;
}
@media (max-width: 767px) {
  .hero__button::after {
    width: 4.1467rem;
    height: 4.1467rem;
    right: 1.1rem;
  }
}

.hero {
  position: relative;
  background: #ffffff;
  height: 41.736vw;
  background: url(../img/fv.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .hero {
    background: url(../img/fv-sp.jpg) no-repeat center center/cover;
    height: 65.2rem;
  }
}

.hero__content {
  position: absolute;
  left: 10.5vw;
  top: 5.194vw;
}
@media (max-width: 767px) {
  .hero__content {
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.hero__subtitle {
  color: #DEEBF7;
  font-family: Oswald;
  font-size: 2.083vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.063vw;
  position: absolute;
  top: 4.722vw;
  left: 15.069vw;
}
@media (max-width: 767px) {
  .hero__subtitle {
    top: 34rem;
    left: 10.6rem;
    font-size: 1.7062rem;
  }
}

.hero__title {
  color: #2E85D7;
  font-size: 6.458vw;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 111.6px */
}
@media (max-width: 767px) {
  .hero__title {
    padding-top: 31.1rem;
    padding-left: 0rem;
    font-size: 4.7571rem;
    padding-left: 2.1rem;
  }
}

.hero__catch {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.736vw;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  margin-top: 1.111vw;
}
@media (max-width: 767px) {
  .hero__catch {
    margin-top: 1.32rem;
    font-size: 1.8991rem;
    margin-top: 1.32rem;
    padding-left: 2.1rem;
  }
}

.hero__catch--em {
  font-weight: 700;
  background: #2e85d7;
  color: #fff;
  padding: 0.139vw 0.417vw;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .hero__catch--em {
    padding: 0.3rem 1rem;
  }
}

f .hero__rental-box {
  text-align: center;
  width: 29.167vw;
}
@media (max-width: 767px) {
  f .hero__rental-box {
    width: 100%;
  }
}

.hero__rental {
  margin-top: 3.333vw;
  font-size: 1.728vw;
  text-align: center;
  margin-bottom: 0.625vw;
  font-weight: bold;
  position: relative;
  display: inline-block;
  color: red;
  margin-left: 4.319vw;
}
@media (max-width: 767px) {
  .hero__rental {
    font-size: 1.9rem;
    width: 100%;
    margin-top: 2.2rem;
  }
}
.hero__rental::after {
  content: "";
  position: absolute;
  background: red;
  width: 0.069vw;
  height: 1.25vw;
  right: -0.278vw;
  top: 59%;
  -webkit-transform: translateY(-50%) rotate(30deg);
          transform: translateY(-50%) rotate(30deg);
}
@media (max-width: 767px) {
  .hero__rental::after {
    top: 50%;
    right: 8.2rem;
    height: 1.4rem;
  }
}
.hero__rental::before {
  content: "";
  position: absolute;
  background: red;
  width: 0.069vw;
  height: 1.25vw;
  left: -0.958vw;
  top: 59%;
  -webkit-transform: translateY(-50%) rotate(-30deg);
          transform: translateY(-50%) rotate(-30deg);
}
@media (max-width: 767px) {
  .hero__rental::before {
    height: 1.4rem;
    top: 50%;
    left: 7.2rem;
  }
}

.hero__button-icon::before {
  content: "";
  display: block;
  width: 1.111vw;
  height: 0.833vw;
  background: url("img/icon-mail.svg") no-repeat center/contain;
}

.hero__button-arrow::after {
  content: "";
  display: block;
  width: 0.694vw;
  height: 0.694vw;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  -webkit-transform: rotate(-45deg) translateY(-2px);
          transform: rotate(-45deg) translateY(-2px);
}
@media (max-width: 767px) {
  .hero__button-arrow::after {
    width: 4.1467rem;
    height: 4.1467rem;
  }
}

.hero__visual {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

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

.catalog {
  padding-top: 9.5rem;
  padding-bottom: 13.3rem;
  background: url(../img/catalog_bg.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .catalog {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

.catelog__title h2 {
  color: #fff;
}
.catelog__title p {
  color: #fff;
}

.product-gallery__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 11rem;
}
@media (max-width: 767px) {
  .product-gallery__list {
    padding-top: 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.product-gallery__item {
  width: 33.3rem;
  background-color: #fff;
}
@media (max-width: 767px) {
  .product-gallery__item {
    width: 100%;
  }
}

.product-card__img {
  width: 100%;
  height: auto;
}

.product-card__link {
  border-radius: 2.4rem;
  border: 1.182px solid #2E85D7;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20.7rem;
  height: 4.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.042rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6rem;
  position: relative;
  padding-left: 3.14rem;
}
@media (max-width: 767px) {
  .product-card__link {
    width: 92%;
    height: 3.4rem;
    margin-left: auto;
    margin-right: auto;
    font-size: 1.1rem;
    padding-left: 1.2rem;
  }
}
.product-card__link::after {
  content: "";
  position: absolute;
  width: 3.3083rem;
  height: 3.3083rem;
  background: url(../img/btn-line.png) no-repeat center center/cover;
  right: 0.59rem;
}
@media (max-width: 767px) {
  .product-card__link::after {
    width: 2rem;
    height: 2rem;
  }
}

/* =====================================================
  料金情報
===================================================== */
.pricing-info {
  text-align: center;
  margin: 6rem auto 4rem;
  max-width: 80rem;
}

.pricing-info__notice {
  position: relative;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .pricing-info__notice {
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pricing-info__notice {
    font-size: 4.2rem;
  }
}
.cost__box {
  margin-top: 0;
  position: relative;
}

.pricing-info__price {
  font-size: 12rem;
  color: #A71919;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pricing-info__price {
    font-size: 4.8rem;
  }
}

.pricing-info__sub {
  color: #283A4B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 170%; /* 6.8rem */
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .pricing-info__sub {
    font-size: 2rem;
    margin-top: 4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .pricing-info__sub {
    font-size: 3.6rem;
  }
}
/* =====================================================
  導入実績セクション
===================================================== */
.achievements {
  padding: 4rem 2rem 8rem;
  background: #f9fbfc;
}

.achievements__heading {
  background: var(--c-primary);
  color: #fff;
  font-size: 2.6rem;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  border-radius: 0.4rem;
  background: #1962A7;
  width: 75.4rem;
  height: 8.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  margin-top: 10rem;
  line-height: normal;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .achievements__heading {
    font-size: 2rem;
    width: 100%;
    height: 6rem;
    margin-top: 4rem;
  }
}

.achievements__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3.2rem;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .achievements__list {
    grid-template-columns: 1fr;
    margin-top: 4rem;
  }
}

.achievements__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 17.5px 0px rgba(178, 182, 188, 0.28);
          box-shadow: 0px 0px 17.5px 0px rgba(178, 182, 188, 0.28);
}

/* =====================================================
  テスティモニアルカード
===================================================== */
.cost {
  padding-top: 6.4rem;
  padding-bottom: 11.7rem;
  position: relative;
}
.cost::after {
  content: "";
  position: absolute;
  background: url(../img/cost_bg.jpg) no-repeat center center/cover;
  height: 107.4rem;
  width: 100%;
  top: 0;
}

.cost__inner {
  position: relative;
  z-index: 3;
}

.testimonial-card {
  border: 0.1rem solid var(--c-border);
  border-radius: 0.8rem;
  background: var(--c-bg-card);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.testimonial-card__figure {
  width: 10rem;
  height: 10rem;
}

.testimonial-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.testimonial-card__header {
  text-align: center;
  margin-bottom: 1.6rem;
}

.testimonial-card__name {
  text-align: left;
  color: var(--blue, #034495);
  font-size: 2.0749rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 3.7349rem */
}

.testimonial-card__meta {
  font-size: 1.3487rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 2.4277rem */
  text-align: left;
}

.testimonial-card__text {
  color: var(--333, #333);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6599rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 2.9879rem */
  letter-spacing: 0.1328rem;
  margin-top: 1.66rem;
}

.testimonial-card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}

.bg02 {
  background: url(../img/bg02.jpg) no-repeat center center/cover;
  padding-top: 10rem;
  padding-bottom: 13.4rem;
}
@media (max-width: 767px) {
  .bg02 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
}

/* ---------- Container ---------- */
@media (max-width: 767px) {
  .flow {
    margin-bottom: 0;
  }
}

/* ---------- Ordered list ---------- */
.flow__list {
  list-style: none;
  padding: 0;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .flow__list {
    margin-top: 4rem;
  }
}

/* ---------- Item ---------- */
.flow__item {
  position: relative;
  margin-bottom: 5.5rem;
  padding-left: 13.3rem;
  border-radius: 6rem;
  height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flow__item {
    height: 20rem;
    padding-left: 8.6rem;
    padding-right: 1rem;
    border-radius: 1rem;
  }
}
.flow__item:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .flow__inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* ---------- Number circle ---------- */
.flow__num {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 8.9rem;
  height: 9.2rem;
  background: #ffffff;
  border-radius: 50%;
  z-index: 1;
  margin-left: 1.2rem;
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767px) {
  .flow__num {
    width: 6rem;
    height: 6rem;
    font-size: 3rem;
  }
}

/* ---------- Content pill ---------- */
.flow__content {
  color: #ffffff;
  border-radius: 6rem;
}

.flow__title {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0.8rem;
}
@media (max-width: 767px) {
  .flow__title {
    font-size: 2.4rem;
  }
}

.flow__text {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .flow__text {
    font-size: 1.4rem;
  }
}

/* ---------- Background colours by step ---------- */
.flow__item:nth-child(1) {
  background: #2E85D7;
}

.flow__item:nth-child(2) {
  background: #3385D3;
}

.flow__item:nth-child(3) {
  background: #3A7CBC;
}

.flow__item:nth-child(4) {
  background: #33699E;
}

.flow__item:nth-child(5) {
  background: #33699E;
}

.faq {
  padding-top: 10rem;
}

.faq-accordion {
  max-width: 99.6rem;
  padding: 0;
  list-style: none;
  padding-top: 8rem;
  padding-left: 2rem;
  padding-right: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .faq-accordion {
    padding-top: 5rem;
  }
}

.faq-accordion__item {
  border: 0.1rem solid #1581d8;
  border-radius: 1rem;
  margin-bottom: 2.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(100, 114, 128, 0.28);
          box-shadow: 0px 0px 13px 0px rgba(100, 114, 128, 0.28);
}
.faq-accordion__item:last-of-type {
  margin-bottom: 0;
}

/* -------------------------------------------------
   question button
------------------------------------------------- */
.faq-accordion__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  width: 100%;
  padding: 3.2rem 4.8rem;
  color: #1962A7;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.56rem */
  background-color: #fff;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .faq-accordion__question {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
    padding-left: 2rem;
    padding-right: 4rem;
    gap: 1.2rem;
    text-align: left;
    font-size: 1.4rem;
  }
}

.faq-accordion__q-label {
  color: #4A90E1;
  font-family: Oswald;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.8rem */
}
@media (max-width: 767px) {
  .faq-accordion__q-label {
    font-size: 1.8rem;
  }
}

.faq-accordion__icon {
  position: absolute;
  right: 2.4rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  color: #4A90E1;
}
@media (max-width: 767px) {
  .faq-accordion__icon {
    font-size: 1.8rem;
    right: 1.8rem;
  }
}

.faq-accordion__item.is-open .faq-accordion__icon {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

/* -------------------------------------------------
   answer (slide)
------------------------------------------------- */
.faq-accordion__answer {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
  padding-left: 4.8rem;
  padding-right: 4.8rem;
}
@media (max-width: 767px) {
  .faq-accordion__answer {
    padding-left: 2rem;
    padding-right: 4rem;
  }
}

.faq-accordion__answer p {
  font-size: 1.5rem;
  line-height: 1.8;
  color: #1a1a1a;
  margin: 3.2rem 0 3.2rem;
  gap: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 767px) {
  .faq-accordion__answer p {
    font-size: 1.4rem;
  }
}
.faq-accordion__answer p::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.1rem;
  background: #999;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -3.2rem;
}
.faq-accordion__answer p span {
  display: block;
  color: #4A90E1;
  font-family: Oswald;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 2.52rem */
}
@media (max-width: 767px) {
  .faq-accordion__answer p span {
    font-size: 1.6rem;
  }
}

.form {
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .form {
    padding-top: 4rem;
  }
}

.contact-form {
  max-width: 92rem;
  font-size: 1.6rem;
  line-height: 1.6;
  background-color: #fff;
  padding: 8rem 14rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .contact-form {
    padding: 4rem 2rem;
  }
}

/* -------- field wrapper -------- */
.contact-form__field {
  margin-bottom: 3.2rem;
}

/* -------- label -------- */
.contact-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
  font-weight: 700;
  gap: 0.8rem;
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2.4rem; /* 150% */
}

.contact-form__required {
  width: 3.6rem;
  height: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--fff, #FFF);
  font-family: "Zen Kaku Gothic New";
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem; /* 100% */
  background: #2E85D7;
}

/* -------- inputs & textarea -------- */
.contact-form__input,
.contact-form__select,
.contact-form__textarea {
  width: 100%;
  padding: 1.2rem;
  border: 1px solid var(--ddd, #DDD);
  background: #F4F4F4;
  background: #f7f7f7;
}

.contact-form__textarea {
  resize: vertical;
}

/* -------- select arrow -------- */
.contact-form__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="8" viewBox="0 0 12 8"><path fill="%231581d8" d="M6 8L0 0h12L6 8z"/></svg>');
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.2rem 0.8rem;
}

/* -------- note -------- */
.contact-form__note {
  color: #000;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0.8rem;
}

/* -------- checkbox -------- */
.contact-form__checkbox-label {
  font-size: 1.4rem;
}
@media (max-width: 767px) {
  .contact-form__checkbox-label {
    font-size: 1.2rem;
  }
}

.contact-form__checkbox-label input {
  margin-right: 0.6rem;
  -webkit-transform: translateY(0.1rem);
          transform: translateY(0.1rem);
}

.contact-form__link {
  color: #1581d8;
  text-decoration: underline;
}

/* -------- actions -------- */
.contact-form__actions {
  text-align: center;
  margin-top: 4rem;
}

.contact-form__submit, .wpcf7-previous {
  color: var(--fff, #FFF);
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 20.8rem;
  height: 5.5rem;
  border-radius: 3.6rem;
  background: #2E85D7;
  border: none;
}

@media (max-width: 767px) {
  .wpcf7-previous {
    margin-top: 3rem;
  }
}

.contact-form__submit:hover {
  opacity: 0.8;
}

/* -------- checkbox list (店舗種別) -------- */
.contact-form__checkbox-list {
  -webkit-columns: 2 18rem;
     -moz-columns: 2 18rem;
          columns: 2 18rem; /* 2 columns, min width 18rem */
  gap: 1.6rem;
  padding: 0;
  list-style: none;
  margin-top: 3.1rem;
}

.contact-form__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.5rem;
  margin-bottom: 0.8rem;
}

.contact-form__option input {
  margin-right: 0.8rem;
}

.hero02 {
  background: url(../img/fv02.jpg) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .hero02 {
    background: url(../img/fv-sp02.jpg) no-repeat center center/cover;
  }
}

.hero02 .hero__button {
  margin-top: 2.333vw;
  padding-left: 5.8rem;
}
.hero02 .hero__content {
  top: 11vw;
}

.hero__title--02 {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.889vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 89.6px */
}
@media (max-width: 767px) {
  .hero__title--02 {
    font-size: 3.2rem;
    padding-left: 1.5rem;
    padding-top: 38rem;
  }
}
.hero__title--02 .hero__heading {
  color: #FFF;
  font-family: "Zen Kaku Gothic New";
  font-size: 6.111vw;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  display: inline-block;
  background: #2E85D7;
  padding: 0.972vw 0.694vw;
  margin-right: 0.278vw;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero__title--02 .hero__heading {
    font-size: 4.8rem;
    padding: 0.7rem 0.8rem;
  }
}

.hero__heading02 {
  margin-right: 0px;
  margin-left: 0.278vw;
}

.concern02 {
  position: relative;
  z-index: 5;
}
.concern02 .concern__item {
  height: 12.8rem;
}

/* ----- Container ----- */
.prevention {
  max-width: 110rem;
  margin: 0 auto;
  padding: 8rem 2rem;
  font-size: 1.6rem;
  line-height: 1.7;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .prevention {
    padding: 6rem 0;
  }
}

.prevention__inner {
  position: relative;
}
.prevention__inner::after {
  content: "";
  position: absolute;
  background: url(../img/service_bg.png) no-repeat center center/cover;
  bottom: 0;
  width: 100%;
  height: 132.1rem;
  bottom: -15rem;
}
.prevention__inner::before {
  content: "";
  position: absolute;
  background: url(../img/bg1.png) no-repeat center center/cover;
  top: -21.4rem;
  right: -42.2rem;
  width: 41.3916rem;
  height: 26.615rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .prevention__inner::before {
    right: -7rem;
    top: -7rem;
    width: 16.2rem;
    height: 9.9rem;
  }
}

.prevention__inner-inner {
  position: relative;
}
.prevention__inner-inner::after {
  content: "";
  position: absolute;
  background: url(../img/bg2.png) no-repeat center center/cover;
  width: 41.3rem;
  height: 26.6rem;
  z-index: 3;
  left: -40.4rem;
  top: 28.4rem;
}
@media (max-width: 767px) {
  .prevention__inner-inner::after {
    width: 16.3rem;
    height: 10rem;
    left: -9.4rem;
    top: 36rem;
  }
}
.prevention__inner-inner::before {
  content: "";
  position: absolute;
  background: url(../img/bg3.png) no-repeat center center/cover;
  width: 41.5rem;
  height: 26.6rem;
  right: -45.4rem;
  bottom: 29.8rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .prevention__inner-inner::before {
    width: 16.5rem;
    height: 10rem;
    right: -8.4rem;
    bottom: 51.7rem;
  }
}

/* ----- Headline ----- */
.prevention__headline {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  line-height: 160%; /* 7.68rem */
  z-index: 2;
  position: relative;
}
@media (max-width: 767px) {
  .prevention__headline {
    font-size: 2.5rem;
  }
}

.prevention__headline-box {
  position: relative;
  margin-bottom: 10.18rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .prevention__headline-box {
    margin-bottom: 6rem;
  }
}
.prevention__headline-box::after {
  content: "";
  position: absolute;
  width: 58.7rem;
  height: 1.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F5D343;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0.7rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .prevention__headline-box::after {
    width: 31.7rem;
    height: 1rem;
    bottom: 0.1rem;
  }
}

.prevention__number {
  color: #2E85D7;
  text-align: center;
  font-family: Oswald;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 11.52rem */
}
@media (max-width: 767px) {
  .prevention__number {
    font-size: 6rem;
  }
}

/* ----- Item block ----- */
.prevention__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4rem;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .prevention__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

/* 画像 */
.prevention__figure {
  width: 55rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .prevention__figure {
    width: 100%;
  }
}

/* テキスト側 */
.prevention__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  max-width: 50rem;
}

.prevention__body-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}

.prevention__num {
  background-color: #2E85D7;
  width: 4.8rem;
  height: 4.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #FFF;
  font-family: Oswald;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.prevention__title {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 2.88rem */
}

.prevention__name {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.prevention__text {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 3.24rem */
  margin-top: 2.4rem;
  padding-left: 6.6rem;
}
@media (max-width: 767px) {
  .prevention__text {
    padding-left: 0;
  }
}

/* ----- Variation: reverse layout for FESTA ----- */
.prevention__item--festa {
  margin-top: 11.6rem;
}
@media (max-width: 767px) {
  .prevention__item--festa {
    margin-top: 7rem;
  }
}
.prevention__item--festa .prevention__body {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 767px) {
  .prevention__item--festa .prevention__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.prevention__item--festa .prevention__figure {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
@media (max-width: 767px) {
  .prevention__item--festa .prevention__figure {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .prevention__figure {
    width: 50%;
  }
}
/* =============================================================
  こんな場面で活躍しています  (activity block)
============================================================= */
.section-bg {
  padding-top: 11rem;
  padding-bottom: 11rem;
}
@media (max-width: 767px) {
  .section-bg {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}

.activity__headline {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 8rem;
  z-index: 2;
  position: relative;
}
.activity__headline span {
  color: #2E85D7;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 3.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 5.76rem */
}
@media (max-width: 767px) {
  .activity__headline span {
    font-size: 2.5rem;
  }
}
.activity__headline strong {
  color: #283A4B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 8.8rem;
  font-style: normal;
  font-weight: 900;
  line-height: 150%; /* 13.2rem */
  display: block;
  position: relative;
}
@media (max-width: 767px) {
  .activity__headline strong {
    font-size: 4.6rem;
  }
}
.activity__headline strong::after {
  content: "";
  position: absolute;
  background: #F5D343;
  width: 64.1rem;
  height: 2.4rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.3rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .activity__headline strong::after {
    width: 33.1rem;
    height: 1.2rem;
    bottom: 0.4rem;
    height: 1.2rem;
  }
}

.activity__headline span {
  color: #0e60a8;
}

/* --- card list --- */
.activity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .activity__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.activity-card {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32rem;
          flex: 0 0 32rem;
  background: #ffffff;
  border: 0.1rem solid #d9e4ef;
  -webkit-box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.05);
  background: #FFF;
  -webkit-box-shadow: 4.918px 4.918px 7.869px 0px rgba(133, 149, 164, 0.24);
          box-shadow: 4.918px 4.918px 7.869px 0px rgba(133, 149, 164, 0.24);
  position: relative;
}
.activity-card::after {
  content: "";
  position: absolute;
  background: url(../img/activity_bg.png) no-repeat center center/cover;
  width: 33.3rem;
  height: 7.2rem;
  bottom: 0rem;
  left: -1.5rem;
}

.activity-card__img {
  display: block;
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.activity-card__body {
  padding-top: 1.6rem;
  padding-left: 1.6rem;
  padding-bottom: 3.3rem;
  padding-right: 1.6rem;
}

.activity-card__title {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 4.32rem */
}

.activity-card__text {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.52rem */
  margin-top: 0.8rem;
}

/* =============================================================
  音楽療法がもたらす5つの効果  (benefit block)
============================================================= */
.benefit {
  margin-top: 11rem;
}

.benefit__headline {
  color: #283A4B;
  text-align: center;
  font-family: "Zen Kaku Gothic New";
  font-size: 4.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 200%; /* 9.6rem */
}
@media (max-width: 767px) {
  .benefit__headline {
    font-size: 3.6rem;
  }
}

.benefit__headline .num-big {
  background-color: #2E85D7;
  width: 11rem;
  height: 11rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  color: #FFF;
  text-align: center;
  font-family: Oswald;
  font-size: 9.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 11.52rem */
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .benefit__headline .num-big {
    width: 7rem;
    height: 7rem;
    font-size: 6rem;
  }
}

/* --- benefits grid --- */
.benefit__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}
.benefit__list::after {
  content: "";
  position: absolute;
  background: url(../img/bg-01.png) no-repeat center center/cover;
  width: 37.8rem;
  height: 24.4rem;
  right: -30.4rem;
  top: 17rem;
}
.benefit__list::before {
  position: absolute;
  content: "";
  background: url(../img/bg-02.png) no-repeat center center/cover;
  width: 37.8rem;
  height: 24.4rem;
  bottom: 17.7rem;
  left: -35.2rem;
}
@media (max-width: 767px) {
  .benefit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.benefit-card {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.2rem;
          flex: 0 0 33.2rem;
  background: #ffffff;
  border: 0.1rem solid #d9e4ef;
  border-radius: 0.8rem;
  z-index: 3;
  /* for number badge */
}

.benefit-card__number {
  position: absolute;
  color: rgba(46, 133, 215, 0.6);
  font-family: Oswald;
  font-size: 6.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 180%; /* 11.52rem */
  top: -6.1rem;
  left: 2rem;
}

.benefit-card__img {
  display: block;
  width: 100%;
  height: 25.9rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.benefit-card__body {
  padding-top: 1.2rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem;
  padding-bottom: 1.2rem;
}

.benefit-card__title {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 180%; /* 4.32rem */
}

.benefit-card__text {
  color: var(--333, #333);
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 2.88rem */
}

.section-bg {
  background: url(../img/section-bg.jpg) no-repeat center center/cover;
}

.kaigo-contact .contact__catch {
  margin-top: -14rem;
}
@media (max-width: 767px) {
  .kaigo-contact .contact__catch {
    margin-top: -7rem;
    font-size: 2.4rem;
  }
}
.kaigo-contact .contact__box {
  margin-top: 6.6rem;
}
.kaigo-contact .contact__inner {
  position: relative;
}
.kaigo-contact .contact__inner::after {
  content: "";
  position: absolute;
  background: url(../img/cta-bg-01.png) no-repeat center center/cover;
  width: 41.5rem;
  height: 26.7rem;
  left: -38.8rem;
  top: 3.5rem;
}
@media (max-width: 767px) {
  .kaigo-contact .contact__inner::after {
    width: 15.9rem;
    height: 10.2rem;
    left: -8.1rem;
    top: 1.7rem;
  }
}
.kaigo-contact .contact__inner::before {
  content: "";
  position: absolute;
  background: url(../img/cta-bg-02.png) no-repeat center center/cover;
  width: 41.5rem;
  height: 26.7rem;
  right: -41.6rem;
  top: 22rem;
}
@media (max-width: 767px) {
  .kaigo-contact .contact__inner::before {
    width: 15.9rem;
    height: 10.2rem;
    bottom: -1.5rem;
    right: -8rem;
    top: auto;
  }
}

.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 110rem;
  margin: 0 auto;
  padding: 8rem 2rem;
  position: relative;
}

/* central line */
.timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 0.2rem;
  background: #0e60a8;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* column */
.timeline__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
}
@media (max-width: 767px) {
  .timeline__col {
    margin-top: 6rem;
  }
}

/* item */
.timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 767px) {
  .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .timeline__item:last-of-type .timeline__circle:after {
    display: none;
  }
}

/* circle & icon */
.timeline__circle {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  background: #e5f0ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 6;
}
@media (max-width: 767px) {
  .timeline__circle {
    width: 9rem;
    height: 9rem;
  }
}
.timeline__circle::after {
  content: "";
  position: absolute;
  height: 12.3rem;
  width: 0.1rem;
  background-color: #2E85D7;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -11.3rem;
  z-index: -1;
}
@media (max-width: 767px) {
  .timeline__circle::after {
    bottom: -21.3rem;
    height: 21.3rem;
  }
}

/* connector line for each side */
.timeline__item::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  background: #0e60a8;
  top: -6rem;
  bottom: calc(100% + 6rem);
  left: 4rem; /* 8rem / 2 */
}

.timeline__item:first-child::before {
  display: none;
}

/* body */
.timeline__body {
  max-width: 50rem;
}

.timeline__time {
  color: #8DABC7;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 3.84rem */
}

.timeline__title {
  color: #2E85D7;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 3.84rem */
}
@media (max-width: 767px) {
  .timeline__title {
    font-size: 2rem;
  }
}

.timeline__text {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 2.56rem */
  letter-spacing: 0.064rem;
  margin-top: 1.4rem;
}

/* responsive */
@media (max-width: 900px) {
  .timeline {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
  .timeline::before {
    display: none;
  }
  .timeline__col {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .timeline__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timeline__item::before {
    left: 4rem;
  }
}
.flow-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 8rem;
}
@media (max-width: 767px) {
  .flow-section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flow-section {
  padding-top: 11rem;
  padding-bottom: 7.1rem;
}

.timeline__item--last .timeline__circle::after {
  display: none;
}

.usage {
  padding-top: 8.4rem;
  padding-bottom: 8.4rem;
  background: url(../img/voice_bg.jpg) no-repeat center center/cover;
}

/* ---------- grid ---------- */
.usage__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.4rem; /* row, column */
  list-style: none;
  margin-top: 8rem;
  padding: 0;
}
@media (max-width: 767px) {
  .usage__grid {
    grid-template-columns: 1fr;
  }
}

.usage__title h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .usage__title h2 {
    font-size: 2.7rem;
  }
}
.usage__title p {
  color: #fff;
}

/* ---------- card ---------- */
.usage-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.4rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.4rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .usage-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* --- image --- */
.usage-card__figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18rem;
          flex: 0 0 18rem;
  max-width: 18rem;
}
@media (max-width: 767px) {
  .usage-card__figure {
    margin-left: auto;
    margin-right: auto;
  }
}

.usage-card__img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 0.4rem;
}

/* --- body --- */
.usage-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
}

.usage-card__title {
  color: #2E85D7;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 160%; /* 2.88rem */
  margin-bottom: 0.8rem;
}

.usage-card__text {
  color: #283A4B;
  font-family: "Zen Kaku Gothic New";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 2.4rem */
}

.form02 {
  padding-bottom: 13.4rem;
}
.form02 .contact-form {
  -webkit-filter: drop-shadow(0px 0px 10.6px rgba(133, 149, 164, 0.24));
          filter: drop-shadow(0px 0px 10.6px rgba(133, 149, 164, 0.24));
  position: relative;
}
.form02 .contact-form::after {
  content: "";
  position: absolute;
  background: url(../img/contact-bg01.png) no-repeat center center/cover;
  width: 41.5rem;
  height: 26.7rem;
  top: -30.1rem;
  right: -43.3rem;
}
.form02 .contact-form::before {
  content: "";
  position: absolute;
  width: 41.5rem;
  height: 26.7rem;
  top: 84.6rem;
  left: -48.3rem;
  background: url(../img/contact-bg01.png) no-repeat center center/cover;
}
.form02 .contact-form__inner {
  position: relative;
}
.form02 .contact-form__inner::before {
  content: "";
  position: absolute;
  width: 41.5rem;
  height: 26.7rem;
  top: 69.6rem;
  right: -64.3rem;
  background: url(../img/contact-bg01.png) no-repeat center center/cover;
}
.form02 .contact-form__inner::after {
  content: "";
  position: absolute;
  width: 41.5rem;
  height: 26.7rem;
  bottom: -14rem;
  left: -64.3rem;
  background: url(../img/contact-bg01.png) no-repeat center center/cover;
}

.contact-form__box {
  position: relative;
}
.contact-form__box::after {
  content: "";
  position: absolute;
  width: 41.5rem;
  height: 26.7rem;
  bottom: -3rem;
  right: -64.3rem;
  background: url(../img/contact-bg01.png) no-repeat center center/cover;
}

.contact-form__radio {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .contact-form__radio {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 767px) {
  .wpcf7-list-item {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .wpcf7-list-item-label {
    font-size: 1.4rem;
  }
}

.thanks {
  padding-top: 14rem;
  padding-bottom: 8rem;
}
@media (max-width: 767px) {
  .thanks {
    padding-top: 9rem;
  }
}

.thanks__title {
  font-size: 3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .thanks__title {
    font-size: 2.4rem;
    line-height: 160%;
  }
}

.thanks__message {
  text-align: center;
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 180%;
}
@media (max-width: 767px) {
  .thanks__message {
    font-size: 1.4rem;
  }
}

.thanks__info p {
  text-align: center;
  font-size: 1.6rem;
  line-height: 160%;
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .thanks__info p {
    font-size: 1.39rem;
  }
}

.thanks__tel a {
  color: #333;
  text-decoration: underline;
  font-size: 1.8rem;
}

.thanks__button {
  margin-top: 5rem;
}

.contact__button {
  margin-left: auto;
  margin-right: auto;
}

.page-id-25 .contact-form {
  margin-top: 0px;
}
@media (max-width: 767px) {
  .page-id-25 .contact-form__actions {
    text-align: left;
  }
}

.cta-btn {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 1000;
  width: 33.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.cta-btn__batu {
  position: absolute;
  top: -1.4rem;
  left: -1.4rem;
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 767px) {
  .cta-btn__batu {
    top: -1.5rem;
    left: 0.5rem;
  }
}

.cta_btn {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.6rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #2E85D7;
  padding-top: 2.1rem;
  padding-bottom: 0.8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 9999;
  -webkit-filter: drop-shadow(0px 4.286px 4.286px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4.286px 4.286px rgba(0, 0, 0, 0.25));
  text-align: center;
}
@media (min-width: 768px) {
  .cta_btn {
    display: none;
  }
}
@media (max-width: 767px) {
  .cta_btn a {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}