@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  padding: 0;
}

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

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

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

a {
  text-decoration: none;
}

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

article > * + * {
  margin-top: 1em;
}

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

img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

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

textarea {
  resize: none;
}

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

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

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

/*****************************************
 * vw(数値,幅)の計算
******************************************/
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https://css-tricks.com/snippets/sass/
******************************************/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-size: 10px;
}
@media (max-width: 1250px) {
  html {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 10px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
}

body.no-scroll {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

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

img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

video,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.l-header {
  z-index: 500;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 8.8rem;
  background-color: #ffffff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 4.4rem;
  }
}

.l-header.is-active {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.l-header__inner {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header__logo-link.c-logo-link {
  padding-inline: 2.2222222222vw;
  font-size: 3.75vw;
  line-height: 1.11;
}
@media screen and (max-width: 767px) {
  .l-header__logo-link.c-logo-link {
    padding: 0.2rem 0.8rem;
    font-size: 3.6rem;
  }
}

.l-header__nav {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2.7777777778vw;
     -moz-column-gap: 2.7777777778vw;
          column-gap: 2.7777777778vw;
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__list {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5.5555555556vw;
     -moz-column-gap: 5.5555555556vw;
          column-gap: 5.5555555556vw;
}

.l-header__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5555555556vw;
     -moz-column-gap: 0.5555555556vw;
          column-gap: 0.5555555556vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.l-header__link .link-icon {
  width: 0.9722222222vw;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__link .link-icon {
    width: 1.4rem;
  }
}
.l-header__link .link-icon .svg-fill {
  width: 100%;
}
.l-header__link .link-icon .path-fill {
  fill: #333333;
}

.l-header__cta {
  width: 12.0138888889vw;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .l-header__cta {
    width: 4.4rem;
  }
}

.l-header__cta-link {
  width: 100%;
  background-color: #1A1C58;
  border: 1px solid #1A1C58;
  height: inherit;
  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;
  -webkit-column-gap: 0.6944444444vw;
     -moz-column-gap: 0.6944444444vw;
          column-gap: 0.6944444444vw;
  color: #ffffff;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.l-header__cta-link:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #1A1C58;
}

.l-header-cta__label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.l-header-cta__icon {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-header-cta__icon svg {
  width: 100%;
}
.l-header-cta__icon svg .path-fill {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #ffffff;
}
.l-header-cta__icon svg .clip-path-rect-fill {
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
  fill: #ffffff;
}

.l-header__cta-link:hover .l-header-cta__icon svg .path-fill {
  fill: #1A1C58;
}
.l-header__cta-link:hover .l-header-cta__icon svg .clip-path-rect-fill {
  fill: #1A1C58;
}

.l-header__sp-icons.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__sp-icons.sp-only {
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 2.3rem;
       -moz-column-gap: 2.3rem;
            column-gap: 2.3rem;
  }
}

/* ------------------------------------------------
hamburger
--------------------------------------------------- */
.l-hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-hamburger {
    display: block;
    position: relative;
    z-index: 6000;
    width: 2.8rem;
    height: 2.1rem;
    cursor: pointer;
  }
}

.l-hamburger__icons {
  position: relative;
  width: 100%;
  height: 100%;
}

.l-hamburger__icon {
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background-color: #333333;
}

.l-hamburger__icon:nth-child(1) {
  top: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-hamburger__icon:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-hamburger__icon:nth-child(3) {
  bottom: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-hamburger.is-active .l-hamburger__icon:nth-child(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l-hamburger.is-active .l-hamburger__icon:nth-child(2) {
  display: none;
}

.l-hamburger.is-active .l-hamburger__icon:nth-child(3) {
  bottom: auto;
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* ------------------------------------------------
drawer
--------------------------------------------------- */
.l-drawer {
  position: fixed;
  z-index: 5000;
  top: 4.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-height: 100vh;
  background-color: #ffffff;
  display: none;
  opacity: 0;
  overflow-y: auto;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.l-drawer.is-open {
  display: block;
  opacity: 1;
}

.l-drawer__inner {
  margin-inline: auto;
  padding-top: 6.5rem;
  padding-bottom: 18rem;
  padding-inline: 3.4rem;
  width: 100%;
  max-width: 50rem;
  min-height: calc(100vh - 4.4rem);
}

.l-drawer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5.2rem;
}

.l-drawer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 2.1rem;
}

.l-drawer__title-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
}
.l-drawer__title-link .link-icon {
  width: 1.4rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-drawer__title-link .link-icon .svg-fill {
  width: 100%;
}
.l-drawer__title-link .link-icon .path-fill {
  fill: #333333;
}

.l-drawer__lists {
  padding-left: 1.6rem;
  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;
  row-gap: 2.1rem;
}

.l-drawer__link {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  color: #333333;
}

.l-drawer__link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: auto;
  aspect-ratio: 7.13/12.97;
  background-image: url("../images/icon/icon-arrow-right-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-footer {
  background-color: #333333;
  padding-block: 11.4rem 9.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 6.9rem;
  }
}

.l-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    row-gap: 4.4rem;
  }
}

.l-footer__brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .l-footer__brand {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-footer__brand-link {
  display: block;
  -webkit-transform: translateX(-1.2rem);
          transform: translateX(-1.2rem);
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__brand-link {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.l-footer__nav-area {
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  row-gap: 2.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-area {
    padding-left: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 4.4rem;
  }
}

.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.4rem 6.3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.l-footer__nav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}

.l-footer__nav-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.8rem;
     -moz-column-gap: 0.8rem;
          column-gap: 0.8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-title {
    font-size: 1.8rem;
  }
}
.l-footer__nav-title .link-icon {
  width: 1.4rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__nav-title .link-icon .svg-fill {
  width: 100%;
}
.l-footer__nav-title .link-icon .path-fill {
  fill: #ffffff;
}

.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.8rem;
}

.l-footer__nav-item {
  padding-left: 1.6rem;
}

.l-footer__nav-link {
  position: relative;
  padding-left: 2rem;
  display: inline-block;
  color: #ffffff;
}

.l-footer__nav-link::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.7rem;
  height: auto;
  aspect-ratio: 7.13/12.97;
  background-image: url("../images/icon/icon-arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.l-footer__nav-link:hover {
  opacity: 1;
}
.l-footer__nav-link:hover:before {
  -webkit-transform: translateY(-50%) translateX(0.4rem);
          transform: translateY(-50%) translateX(0.4rem);
}

@media screen and (max-width: 767px) {
  .l-footer__cta {
    width: 100%;
  }
}

.l-footer__cta-link {
  padding: 1rem 1.5rem;
  width: 40rem;
  height: 6.8rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  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;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 700;
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.05em;
  line-height: 1.7;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 767px) {
  .l-footer__cta-link {
    width: 100%;
    height: 5.4rem;
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}

.l-footer__cta-icon {
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-footer__cta-icon svg {
  width: 100%;
}
.l-footer__cta-icon svg .path-fill {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
.l-footer__cta-icon svg .clip-path-rect-fill {
  fill: #ffffff;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}

.l-footer__cta-link:hover {
  background-color: #ffffff;
  opacity: 1;
  color: #333333;
}
.l-footer__cta-link:hover .l-footer__cta-icon svg .path-fill {
  fill: #333333;
}
.l-footer__cta-link:hover .l-footer__cta-icon svg .clip-path-rect-fill {
  fill: #333333;
}

.l-footer__bottom {
  margin-top: 6.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    margin-top: 4.4rem;
    -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;
    row-gap: 1.6rem;
  }
}

.l-footer__sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 6.6rem;
     -moz-column-gap: 6.6rem;
          column-gap: 6.6rem;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sub-nav {
    -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;
    row-gap: 1.6rem;
  }
}

.l-footer__sub-nav-link {
  color: #ffffff;
}

.l-footer__copyright {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: block;
  }
}

.sm-only {
  display: none;
}
@media screen and (max-width: 500px) {
  .sm-only {
    display: block;
  }
}

.l-inner {
  width: 100%;
  max-width: 1250px;
  margin-inline: auto;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 500px;
    padding-inline: 2rem;
  }
}

.l-wrapper {
  width: 100%;
  max-width: 1440px;
  margin-inline: auto;
}

.l-small-inner {
  margin-inline: auto;
  width: 100%;
  max-width: 96.4rem;
  padding-inline: 25px;
}
@media screen and (max-width: 767px) {
  .l-small-inner {
    max-width: 500px;
    padding-inline: 2rem;
  }
}

.section-heading {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .section-heading {
    font-size: 2.4rem;
  }
}

.second-heading {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}
.second-heading.--medium {
  font-weight: 500;
}

.third-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

/* ------------------------------------------------
cta
--------------------------------------------------- */
.c-cta {
  padding: 8.6rem 0 8.7rem;
  background-color: #1A1C58;
}
@media screen and (max-width: 767px) {
  .c-cta {
    padding: 10.2rem 0;
  }
}

@media screen and (max-width: 767px) {
  .c-cta__inner {
    padding-inline: 0.9rem;
  }
}

.c-cta__heading {
  color: #ffffff;
  text-align: center;
}

.c-cta__text {
  margin-top: 2.8rem;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.c-cta__grid {
  margin-top: 5.6rem;
  margin-inline: auto;
  width: 100%;
  max-width: 81.5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .c-cta__grid {
    grid-template-columns: 1fr;
  }
}

.c-cta__item {
  width: 100%;
}

.c-cta__button {
  padding: 1.2rem;
  width: 100%;
  min-height: 8rem;
  background-color: transparent;
  border: 1px solid #ffffff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
  color: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-cta__button {
    min-height: 7.8rem;
  }
}
.c-cta__button:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #1A1C58;
}

.c-cta__button-main {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.common-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.large-text {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

.en-text {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

/* ------------------------------------------------
button
--------------------------------------------------- */
.c-logo-link {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 5.4rem;
  line-height: 1.1111111111;
}
@media screen and (max-width: 767px) {
  .c-logo-link {
    font-size: 3.6rem;
  }
}

.c-button-area__text {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-button-area__text {
    font-size: 1.6rem;
  }
}

.c-button-area__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-button {
  padding: 1.7rem 1rem;
  width: 43rem;
  min-height: 8.6rem;
  background-color: #1A1C58;
  border: 1px solid #1A1C58;
  border-radius: 9999px;
  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;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  -webkit-transition: background-color 0.3s ease, color 0.3s ease;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-button {
    padding: 1rem;
    width: 34rem;
    min-height: 5.4rem;
  }
}
.c-button:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #1A1C58;
}
.c-button.--reverse {
  background-color: #ffffff;
  color: #1A1C58;
}
.c-button.--reverse:hover {
  opacity: 1;
  background-color: #1A1C58;
  color: #ffffff;
}

/* ------------------------------------------------
問い合わせフォーム用ボタン
--------------------------------------------------- */
.btn-submit-confirm,
.btn-confirm-back,
.btn-submit {
  width: 100%;
  max-width: 43rem;
}
@media screen and (max-width: 767px) {
  .btn-submit-confirm,
  .btn-confirm-back,
  .btn-submit {
    max-width: 34rem;
  }
}

/* ------------------------------------------------
追従ボタン(c-fixed-button)
--------------------------------------------------- */
.c-fixed-button {
  z-index: 500;
  position: fixed;
  top: 30%;
  right: 0;
  padding: 1.6rem 1rem;
  width: 4.8rem;
  background-color: #1A1C58;
  border: 1px solid #1A1C58;
  border-radius: 2rem 0 0 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.4;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s, background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s, background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s, background-color 0.4s ease, color 0.4s ease;
  transition: opacity 0.4s ease, transform 0.4s ease, visibility 0.4s, background-color 0.4s ease, color 0.4s ease, -webkit-transform 0.4s ease;
}
@media screen and (max-width: 767px) {
  .c-fixed-button {
    z-index: 5050;
    top: auto;
    bottom: 0;
    right: 50%;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
    padding: 1.2rem;
    width: 100%;
    max-width: 50rem;
    height: 5.5rem;
    border-radius: 0;
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    text-orientation: initial;
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
.c-fixed-button.is-show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.c-fixed-button:hover {
  opacity: 1;
  background-color: #ffffff;
  color: #1A1C58;
}

.js-fadeIn {
  opacity: 0;
  -webkit-transform: translateY(1.8rem);
          transform: translateY(1.8rem);
  -webkit-transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, -webkit-transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition: opacity 0.55s ease, transform 0.55s ease, -webkit-transform 0.55s ease;
}

.js-fadeIn.in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.fv-fade-in {
  opacity: 0;
  -webkit-animation: fadeIn 1.2s ease forwards;
          animation: fadeIn 1.2s ease forwards;
}
.fv-fade-in.delay-1 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* ------------------------------------------------
card
--------------------------------------------------- */
/* ------------------------------------------------
page-header
--------------------------------------------------- */
.page-header {
  padding-block: 20.6rem 14rem;
}
@media screen and (max-width: 767px) {
  .page-header {
    padding-block: 9.5rem 9.7rem;
  }
}

.page-header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.page-header__en {
  font-size: 4.8rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .page-header__en {
    font-size: 3.6rem;
  }
}

.page-header__ja {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .page-header__ja {
    font-size: 2rem;
  }
}

.page-header__title-en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #333333;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .page-header__title-en {
    font-size: 3.6rem;
  }
}

.page-header__title-jp {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .page-header__title-jp {
    font-size: 2rem;
  }
}

/* ------------------------------------------------
fv
--------------------------------------------------- */
.fv {
  padding-top: min(11.25vw, 162px);
  padding-bottom: min(3.3333333333vw, 48px);
}
@media screen and (max-width: 767px) {
  .fv {
    padding-top: calc(10.5128205128vw + 4.4rem);
    padding-bottom: 0;
  }
}

.fv__content {
  padding-left: min(8.3333333333vw, 120px);
}
@media screen and (max-width: 767px) {
  .fv__content {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .fv__lead {
    padding-inline: 2rem;
  }
}

.fv__lead-main {
  font-size: min(2.5vw, 36px);
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .fv__lead-main {
    font-size: 6.1538461538vw;
  }
}

.fv__lead-sub {
  margin-top: min(0.8333333333vw, 12px);
  font-size: min(1.25vw, 18px);
  font-weight: 700;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .fv__lead-sub {
    margin-top: 2.5641025641vw;
    font-size: 3.5897435897vw;
  }
}

.fv__main {
  z-index: 1;
  position: relative;
  margin-top: min(2.0833333333vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .fv__main {
    margin-top: 6.6666666667vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.fv__message {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: min(1.6666666667vw, 24px);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .fv__message {
    margin-top: 6.1538461538vw;
    padding-inline: 2rem;
    padding-bottom: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.fv__message-text {
  font-size: min(1.5277777778vw, 22px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .fv__message-text {
    font-size: 3.5897435897vw;
    line-height: 1.6;
  }
}

.fv__button-wrap {
  margin-top: min(2.5vw, 36px);
}
@media screen and (max-width: 767px) {
  .fv__button-wrap {
    margin-top: 5.641025641vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.fv__button-wrap .c-button {
  padding: min(0.6944444444vw, 10px);
  width: min(20.8333333333vw, 300px);
  min-height: min(4.5833333333vw, 66px);
  font-size: min(1.3888888889vw, 20px);
}
@media screen and (max-width: 767px) {
  .fv__button-wrap .c-button {
    padding: 2.5641025641vw;
    width: 58.9743589744vw;
    min-height: 12.3076923077vw;
    font-size: 4.6153846154vw;
  }
}

.fv__visual-wrap {
  z-index: 1;
  position: relative;
  width: min(60.4166666667vw, 870px);
}
@media screen and (max-width: 767px) {
  .fv__visual-wrap {
    width: 100%;
  }
}

.fv__visual {
  padding-bottom: min(1.6666666667vw, 24px);
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .fv__visual {
    padding-bottom: 3.5897435897vw;
  }
}

.fv__visual-wrapper {
  width: 100%;
  height: auto;
}

.fv__visual-slide {
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 877/540;
}
@media screen and (max-width: 767px) {
  .fv__visual-slide {
    aspect-ratio: 39/33;
  }
}

.fv__visual-img {
  width: 100%;
  height: 100%;
}
.fv__visual-img img {
  height: 100%;
}

@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
  }
}
.swiper-slide-active .fv__visual-img,
.swiper-slide-duplicate-active .fv__visual-img,
.swiper-slide-prev .fv__visual-img {
  -webkit-animation: zoomUp 8s linear 0s normal both;
          animation: zoomUp 8s linear 0s normal both;
}

.fv__pagination {
  top: auto !important;
  left: auto !important;
  bottom: 0 !important;
  right: min(0.9722222222vw, 14px) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: min(0.4166666667vw, 6px);
     -moz-column-gap: min(0.4166666667vw, 6px);
          column-gap: min(0.4166666667vw, 6px);
}
@media screen and (max-width: 820px) {
  .fv__pagination {
    -webkit-column-gap: 1.5384615385vw;
       -moz-column-gap: 1.5384615385vw;
            column-gap: 1.5384615385vw;
    right: 0 !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.swiper-pagination-bullet {
  margin: 0 !important;
  width: min(0.5555555556vw, 8px);
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 0 !important;
  background-color: #ffffff;
  border: 1px solid #555555;
  opacity: 1 !important;
}
@media screen and (max-width: 820px) {
  .swiper-pagination-bullet {
    width: 2.0512820513vw;
  }
}

.swiper-pagination-bullet-active {
  background-color: #555555;
}

/* ------------------------------------------------
merit
--------------------------------------------------- */
.merit {
  padding-block: 7.4rem 14.8rem;
}
@media screen and (max-width: 767px) {
  .merit {
    padding-block: 11.2rem 9.3rem;
  }
}

.merit__grid {
  margin-top: 8.8rem;
  margin-inline: auto;
  width: 100%;
  max-width: 100rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4.6rem 5rem;
}
@media screen and (max-width: 767px) {
  .merit__grid {
    margin-top: 4.4rem;
    padding-inline: 2.5rem;
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
}

.merit__card {
  border: 1px solid #555555;
}

.merit__label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 13.7rem;
  padding-inline: 1rem;
  background-color: #333333;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 2;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
}

.merit__card-inner {
  padding: 2.7rem 2.4rem 1.5rem;
  min-height: 14rem;
}

.merit__card-image {
  margin-top: 1.6rem;
  margin-inline: auto;
  width: 13.5rem;
}

.merit__card-title {
  min-height: 5rem;
}

.merit__card-text {
  margin-top: 2.7rem;
}

.merit__cta {
  margin-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .merit__cta {
    margin-top: 8.8rem;
  }
}

/* ------------------------------------------------
reason
--------------------------------------------------- */
.reason {
  padding-block: 10.8rem 13.9rem;
  background-color: #F5F5F5;
}
@media screen and (max-width: 767px) {
  .reason {
    padding-block: 7.6rem 6.8rem;
  }
}

.reason__contents {
  margin-top: 6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14rem;
}
@media screen and (max-width: 767px) {
  .reason__contents {
    row-gap: 8.8rem;
  }
}

.reason-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media screen and (max-width: 767px) {
  .reason-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 4rem;
  }
}

.reason-card:nth-child(even) .reason-card__body {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .reason-card:nth-child(even) .reason-card__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.reason-card__content {
  width: 68rem;
}
@media screen and (max-width: 767px) {
  .reason-card__content {
    width: 100%;
  }
}

.reason-card__head {
  padding-bottom: 1.6em;
  border-bottom: 1px solid #333333;
}

.reason-card__text {
  margin-top: 3.6rem;
  min-height: 18.3rem;
}
@media screen and (max-width: 767px) {
  .reason-card__text {
    min-height: initial;
  }
}
.reason-card__text p:not(:first-child) {
  margin-top: 1em;
}
.reason-card__text p.reason-card__note {
  margin-top: 5.4rem;
}
@media screen and (max-width: 767px) {
  .reason-card__text p.reason-card__note {
    margin-top: 3.6rem;
  }
}

.reason-card__note {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #333333;
  text-align: right;
}

.reason-card__image {
  width: 42rem;
}
@media screen and (max-width: 767px) {
  .reason-card__image {
    width: 100%;
  }
}

.reason__cta {
  margin-top: 14.3rem;
}

/* ------------------------------------------------
product-tab（ナビゲーション）
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .product-tab__inner {
    padding-inline: 0;
  }
}

.product-tab__nav-wrap {
  z-index: 1;
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .product-tab__nav-wrap {
    padding-inline: 2rem;
  }
}
.product-tab__nav-wrap::before {
  z-index: 1;
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #555555;
}

.product-tab__nav {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6.5rem;
     -moz-column-gap: 6.5rem;
          column-gap: 6.5rem;
}
@media screen and (max-width: 767px) {
  .product-tab__nav {
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}

.product-tab__nav-item {
  max-width: 357px;
}
@media screen and (max-width: 767px) {
  .product-tab__nav-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: none;
  }
}
.product-tab__nav-item h2 {
  display: block;
  width: 100%;
  height: auto;
}

.product-tab__nav-button {
  padding: 0;
  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;
  width: 35.7rem;
  height: 6rem;
  background-color: #ffffff;
  border: none;
  border-bottom: 2px solid #555555;
  font-size: 2.4rem;
  font-weight: 700;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  color: #000000;
  letter-spacing: 0.1em;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media screen and (max-width: 767px) {
  .product-tab__nav-button {
    width: 16.5rem;
    font-size: 1.8rem;
  }
}

.product-tab__nav-button.is-active {
  color: #333333;
  border-top: 2px solid #555555;
  border-right: 2px solid #555555;
  border-left: 2px solid #555555;
  border-bottom: 2px solid #ffffff;
  border-bottom: none;
}

/* ------------------------------------------------
product-tab（コンテンツパネル）
--------------------------------------------------- */
.product-tab__panel {
  display: none;
}

.product-tab__panel.is-active {
  display: block;
  -webkit-animation: panelFadeIn 0.4s ease forwards;
          animation: panelFadeIn 0.4s ease forwards;
}

.product-tab__panel.is-fade-out {
  display: block;
  -webkit-animation: panelFadeOut 0.3s ease forwards;
          animation: panelFadeOut 0.3s ease forwards;
}

@-webkit-keyframes panelFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes panelFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes panelFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes panelFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* ------------------------------------------------
feature-redelivery（再配達を0にする）
--------------------------------------------------- */
.feature-redelivery__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.4rem 14.6rem;
}
@media screen and (max-width: 767px) {
  .feature-redelivery__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature-redelivery__card {
  width: 52.7rem;
  border: 1px solid #555555;
}
@media screen and (max-width: 767px) {
  .feature-redelivery__card {
    width: 100%;
  }
}

.feature-redelivery__card-title {
  height: 7.3rem;
  background-color: #333333;
  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;
}

.feature-redelivery__card-title-text {
  color: #ffffff;
}

.feature-redelivery__card-body {
  padding: 0 3rem 1.8rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-redelivery__card-image {
  height: 25.2rem;
  overflow: hidden;
}

.feature-redelivery__card-image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-redelivery__card-text {
  color: #000000;
  text-align: center;
}

.feature-redelivery__cta {
  margin-top: 13.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .feature-redelivery__cta {
    margin-top: 4.4rem;
  }
}

/* ------------------------------------------------
feature-safety（荷物も家族も守る 安心の設計）
--------------------------------------------------- */
.feature-safety__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6rem 6.6rem;
}
@media screen and (max-width: 767px) {
  .feature-safety__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature-safety__card {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .feature-safety__card {
    width: 100%;
  }
}

.feature-safety__card-title {
  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;
  height: 6rem;
  background-color: #333333;
}

.feature-safety__card-title-text {
  color: #ffffff;
}

.feature-safety__card-body {
  padding: 3.6rem 1.6rem 1.8rem;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.feature-safety__card-image {
  height: 19.4rem;
  overflow: hidden;
}

.feature-safety__card-image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-safety__card-text {
  margin-top: 3.6rem;
  color: #000000;
  text-align: center;
}

/* ------------------------------------------------
feature-eco（環境に優しく、手軽に始められる）
--------------------------------------------------- */
.feature-eco__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4.6rem 14.6rem;
}
@media screen and (max-width: 767px) {
  .feature-eco__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.feature-eco__card {
  width: 52.7rem;
  border: 1px solid #555555;
}
@media screen and (max-width: 767px) {
  .feature-eco__card {
    width: 100%;
  }
}

.feature-eco__card-title {
  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;
  height: 7.3rem;
  background-color: #333333;
}

.feature-eco__card-title-text {
  color: #ffffff;
}

.feature-eco__card-body {
  padding: 2.4rem 3rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.feature-eco__card-image {
  width: 100%;
  height: 21.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}

.feature-eco__card-image img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.feature-eco__card-text {
  margin-top: 2.4rem;
  color: #000000;
  text-align: center;
}

.feature-eco__card-link {
  text-decoration: underline;
  color: #000000;
}

/* ------------------------------------------------
product-spec（スペック表）
--------------------------------------------------- */
.product-spec__table {
  margin-top: 0;
  color: #000000;
}
.product-spec__table dl,
.product-spec__table dt,
.product-spec__table dd {
  font: inherit;
}

.product-spec__row {
  padding-block: 2.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.6rem 4rem;
}
@media screen and (max-width: 767px) {
  .product-spec__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.product-spec__row:not(:first-child) {
  border-top: 1px solid #555555;
}

.product-spec__term {
  width: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .product-spec__term {
    width: 100%;
  }
}

.product-spec__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

/* ------------------------------------------------
product-plan（選べる申込方法）
--------------------------------------------------- */
.product-plan {
  padding-bottom: 26.5rem;
}
@media screen and (max-width: 767px) {
  .product-plan {
    padding-top: 12.2rem;
  }
}

.product-plan__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.8rem;
}
@media screen and (max-width: 767px) {
  .product-plan__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.product-plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem 12.3rem;
}
@media screen and (max-width: 767px) {
  .product-plan__item {
    -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 (max-width: 767px) {
  .product-plan__item-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
  }
}

.product-plan__item-label {
  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;
  width: 28.2rem;
  height: 4.3rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #333333;
}
@media screen and (max-width: 767px) {
  .product-plan__item-label {
    width: 100%;
  }
}

.product-plan__item-label-text {
  color: #ffffff;
}

.product-plan__item-body {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-plan__item-body.--purchase {
  margin-top: 1.6rem;
  gap: 0.2rem;
}
.product-plan__item-body.--rental {
  margin-top: 4rem;
}

.product-plan__item-price-head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
  color: #000000;
}
.product-plan__item-price-head .--price-label {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.product-plan__item-price-head .--price-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.product-plan__item-price-head .--strikethrough-text {
  text-decoration: line-through;
}

.product-plan__item-arrow {
  position: relative;
  width: 2.4rem;
  height: auto;
  aspect-ratio: 1/1;
  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;
}
.product-plan__item-arrow::before {
  content: "";
  width: 2.5rem;
  height: auto;
  aspect-ratio: 20/15;
  background-image: url(../images/icon/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.product-plan__item-price {
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000000;
  text-align: center;
}
.product-plan__item-price .--price-label {
  font-size: 2.4rem;
  font-weight: 700;
}
.product-plan__item-price .--price-number {
  font-size: 4rem;
  font-weight: 700;
}
.product-plan__item-price .--price-unit {
  font-size: 2.4rem;
  font-weight: 500;
}
.product-plan__item-price .--price-note {
  font-size: 1.6rem;
  font-weight: 500;
}

.product-plan__item-texts {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-plan__item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-plan__item-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.07;
  color: #000000;
}

.product-plan__item-note {
  margin-left: 2.1rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .product-plan__item-note {
    margin-left: 0;
    display: block;
  }
}

.product-plan__cta {
  margin-top: 13.5rem;
}
@media screen and (max-width: 767px) {
  .product-plan__cta {
    margin-top: 8.8rem;
  }
}

/* ------------------------------------------------
faq-list（よくある質問リスト）
--------------------------------------------------- */
.faq-list {
  padding-bottom: 26.5rem;
}
@media screen and (max-width: 767px) {
  .faq-list {
    padding-bottom: 12.2rem;
  }
}

.faq-list__groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14rem;
}
@media screen and (max-width: 767px) {
  .faq-list__groups {
    gap: 8.8rem;
  }
}

/* ------------------------------------------------
faq-list__category（カテゴリ見出し）
--------------------------------------------------- */
.faq-list__category {
  padding-inline: 1.6rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 3.9rem;
  background-color: #333333;
}

.faq-list__category-title {
  color: #ffffff;
}

/* ------------------------------------------------
faq-list__item（Q&Aアイテム）
--------------------------------------------------- */
.faq-list__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.faq-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.4rem;
  padding-block: 3.6rem;
  border-bottom: 1px solid #555555;
}
.faq-list__item:last-child {
  border-bottom: none;
}

/* ------------------------------------------------
faq-list__question / faq-list__answer
--------------------------------------------------- */
.faq-list__question,
.faq-list__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.7rem;
}

.faq-list__q-label,
.faq-list__a-label {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  color: #000000;
}

.faq-list__q-text {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000000;
}

.faq-list__a-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000000;
}

.faq-list__a-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  .faq-list__a-link:hover {
    opacity: 0.8;
  }
}

/* ------------------------------------------------
page-contact
--------------------------------------------------- */
.p-contact {
  padding-bottom: 26.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-bottom: 12.2rem;
  }
}

.form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 4rem;
}
@media screen and (max-width: 767px) {
  .form__fields {
    row-gap: 3.2rem;
  }
}

.form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem 3rem;
}
@media screen and (max-width: 767px) {
  .form__field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.form__label {
  padding-top: 0.9rem;
  width: 22rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .form__label {
    padding-top: 0;
    width: 100%;
  }
}

.form__label label {
  font: inherit;
  color: #000000;
}

.badge-required {
  margin-left: 0.8rem;
  padding: 0.1rem 1rem 0;
  display: inline-block;
  background: #555555;
  font-family: YuGothic, "Yu Gothic", "游ゴシック", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 1.61;
  color: #ffffff;
}

.form__data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 68.9%;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  .form__data {
    width: 100%;
  }
}

.form__data input,
.form__data select,
.form__data textarea {
  padding: 1.1rem 2rem;
  width: 100%;
  background-color: #F0F0F0;
  border: none;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #000000;
}

.form__data input::-webkit-input-placeholder, .form__data textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.17);
}

.form__data input::-moz-placeholder, .form__data textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.17);
}

.form__data input:-ms-input-placeholder, .form__data textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.17);
}

.form__data input::-ms-input-placeholder, .form__data textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.17);
}

.form__data input::placeholder,
.form__data textarea::placeholder {
  color: rgba(0, 0, 0, 0.17);
}

.form__data select option {
  font: inherit;
  color: #000000;
}

.wpcf7-form-control.wpcf7-select {
  appearance: none;
  -webkit-appearance: none; /* Safari用 */
  -moz-appearance: none; /* Firefox用 */
}

.form__select-wrap {
  position: relative;
  font-size: 2.6rem;
  line-height: 1.2;
}

.form__select-wrap::after {
  position: absolute;
  content: "";
  top: 1.6rem;
  right: 1.8rem;
  width: 1.2rem;
  height: auto;
  aspect-ratio: 20/15;
  background-image: url(../images/icon/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form__data textarea {
  height: 14rem;
  resize: none;
  overflow-wrap: break-word;
}

.form__privacy {
  margin-top: 11.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .form__privacy {
    margin-top: 8.8rem;
  }
}

.form__privacy label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form__privacy .wpcf7-list-item-label {
  position: relative;
  padding-left: 4.3rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font: inherit;
  color: #000000;
}

.form__privacy .wpcf7-list-item-label::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 2.5rem;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #ffffff;
  border: 1px solid #000000;
}

.form__privacy .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 0.4rem;
  left: 0.5rem;
  width: 1.7rem;
  height: auto;
  aspect-ratio: 23/15;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 0;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
}

input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.form__privacy-link {
  text-decoration: underline;
  color: #000000;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-not-valid-tip,
.js-error {
  margin-top: 0.4rem;
  color: #e00;
  font-size: 1.4rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .wpcf7-not-valid-tip,
  .js-error {
    font-size: 1.4rem;
  }
}

.wpcf7-spinner {
  position: absolute;
  bottom: 0;
  right: 0;
}

.form__actions {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .form__actions {
    gap: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .form__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

/* ------------------------------------------------
Confirm
--------------------------------------------------- */
.confirm,
.wpcf7-response-output,
.confirm .wpcf7-spinner {
  display: none;
}

.confirm {
  padding-top: 2rem;
}

.confirm .form__label {
  padding-top: 0;
}

.btn-confirm-back {
  display: block;
  width: 100%;
}

.confirm-back-button {
  display: block;
  width: 100%;
}

/* ------------------------------------------------
page-thanks
--------------------------------------------------- */
.p-thanks__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.p-thanks__text {
  margin-top: 4rem;
  text-align: center;
}

.p-thanks__button-wrap {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------------
page-order
--------------------------------------------------- */
.p-order__title {
  text-align: center;
}

.p-order__text {
  margin-top: 4rem;
  text-align: center;
}
.p-order__text p:not(:first-child) {
  margin-top: 1em;
}

.p-order__button-wrap {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* ------------------------------------------------
page-error
--------------------------------------------------- */
.p-error__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}

.p-error__text {
  margin-top: 4rem;
  text-align: center;
}

.p-error__button-wrap {
  margin-top: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.u-mt40 {
  margin-top: 4rem;
}

.u-mt88 {
  margin-top: 8.8rem;
}
@media screen and (max-width: 767px) {
  .u-mt88 {
    margin-top: 6.8rem;
  }
}

.u-section-pt {
  padding-top: 14.8rem;
}
@media screen and (max-width: 767px) {
  .u-section-pt {
    padding-top: 8.8rem;
  }
}

.u-pb-170 {
  padding-bottom: 17rem;
}
@media screen and (max-width: 767px) {
  .u-pb-170 {
    padding-bottom: 10rem;
  }
}/*# sourceMappingURL=style.css.map */