@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
}

body {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}

@font-face {
  font-family: "MOBO-Bold";
  src: url("../fonts/MOBO-Bold.woff2") format("woff2"), url("../fonts/MOBO-Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.text-uppercase {
  text-transform: uppercase;
}

.fixed__cta-link-sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .fixed__cta-link-sp {
    padding: 18px 42px 19px 25px;
    background-color: #26b5bf;
    border-radius: 40px;
    display: block;
    width: 100%;
    max-width: 362px;
    position: fixed;
    display: flex;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 0 10.85px 0 rgba(105, 105, 105, 0.35);
    bottom: 12px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 100;
  }
  .fixed__cta-link-sp-leed {
    display: block;
    font-family: "MOBO-Bold", sans-serif;
    font-weight: bold;
    font-size: 0.91rem;
    color: #26b5bf;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    border-radius: 21px;
    border: 1px solid #26b5bf;
    padding: 2px 12px 3px 15px;
    line-height: 1.45;
    width: 222px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .fixed__cta-link-sp-icon {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 1.07rem;
    color: #26b5bf;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 11px 5px 13px 6.45px;
    letter-spacing: 0.1em;
    margin-right: 7.2px;
    white-space: nowrap;
  }
  .fixed__cta-link-sp-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 1.41rem;
    color: #ffffff;
    letter-spacing: 0.15em;
    white-space: nowrap;
    position: relative;
  }
  .fixed__cta-link-sp-text::before {
    content: "";
    display: block;
    width: 9px;
    height: 2.4px;
    background-color: #ffffff;
    position: absolute;
    right: -26px;
    top: 13px;
    transform: rotate(45deg);
  }
  .fixed__cta-link-sp-text::after {
    content: "";
    display: block;
    width: 9px;
    height: 2.4px;
    background-color: #ffffff;
    position: absolute;
    right: -26px;
    top: 18px;
    transform: rotate(-45deg);
  }
  .fixed__cta {
    transition: opacity 0.3s, visibility 0.3s;
  }
  .fixed__cta.is-hidden {
    opacity: 0;
    visibility: hidden;
  }
  .no-scroll {
    overflow: hidden;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  box-shadow: 0 4px 19px 0 rgba(0, 0, 0, 0.06);
  padding-left: 60px;
}
.header__logo {
  position: relative;
  z-index: 110;
  width: 169px;
}
.header__logo-img {
  width: 100%;
}
.header__menu-box--pc-none {
  display: none;
}
.header__pc-menu {
  display: flex;
  align-items: center;
}
.header__pc-item {
  margin-left: -3px;
  color: #002759;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
.header__pc-item:last-child {
  margin-left: 21px;
  background-color: #26b5bf;
  height: 80px;
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 900;
}
@media (any-hover: hover) {
  .header__pc-item:last-child:hover {
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
}
.header__pc-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  padding: 29px 15px;
  display: block;
}
@media (any-hover: hover) {
  .header__pc-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
}
.header__pc-link--icon {
  background-color: #ffffff;
  color: #26b5bf;
  padding: 2px 4.44px 2px 6.56px;
  border-radius: 3.14px;
  letter-spacing: 0.16em;
  margin-right: 7px;
  font-size: 0.875rem;
}

@media screen and (max-width: 1300px) {
  .header__inner {
    height: 60px;
    box-shadow: none;
    padding-left: 20px;
  }
  .header__logo {
    width: 154px;
  }
  .header__menu-box--pc-none {
    display: none;
  }
  .header__pc-nav {
    display: none;
  }
  .header__pc-menu {
    display: flex;
    align-items: center;
  }
  .header__pc-item {
    margin-left: 27px;
    color: #002759;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 0.875rem;
    letter-spacing: 0.06em;
  }
  .header__pc-item:last-child {
    margin-left: 32px;
    background-color: #26b5bf;
    height: 80px;
    padding: 29px 23px;
    color: #ffffff;
    font-size: 1rem;
    letter-spacing: 0.08em;
    font-weight: 900;
  }
  .header__pc-link--icon {
    background-color: #ffffff;
    color: #26b5bf;
    padding: 2px 4.44px 2px 6.56px;
    border-radius: 3.14px;
    letter-spacing: 0.16em;
    margin-right: 7px;
    font-size: 0.875rem;
  }
}
/* アクセシビリティ対策 */
.visuallyHidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/* ハンバーガーボタンのスタイル */
.hamburger {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: block;
  height: 26px;
  outline: none;
  position: relative;
  right: 25px;
  top: -4px;
  transition: transform 0.4s, width 0.4s;
  width: 31px;
  z-index: 200;
}

/* ハンバーガーメニュー三本線 */
.hamburger-line {
  background-color: #002759;
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0px;
  top: 4px;
  transition: inherit;
  width: 31px;
}

.hamburger-line::before,
.hamburger-line::after {
  background-color: #002759;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transition: inherit;
  width: 31px;
}

.hamburger-line::before {
  top: 11px;
}

.hamburger-line::after {
  top: 23px;
}

/* ハンバーガーメニュー三本線オープン時 */
.hamburger[aria-expanded=true] .hamburger-line {
  transform: translateY(9px) rotate(-45deg);
  right: 0px;
}

.hamburger[aria-expanded=true] .hamburger-line::before {
  transform: translateY(-12px) translateX(20px) rotate(45deg);
  width: 0;
  opacity: 0;
}

.hamburger[aria-expanded=true] .hamburger-line::after {
  transform: translateY(-23px) rotate(90deg);
}

/* メニューのスタイル */
.modal-container {
  height: 100vh;
  right: -100%;
  top: 0;
  transition: right 0.6s ease-in-out;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 100;
  padding-top: 118px;
}

.modal-container[aria-hidden=false] {
  right: 0px;
  transition: right 0.6s ease-in-out;
  overflow-y: hidden;
  overflow-x: hidden;
}

.menu-list {
  text-align: center;
}

.menu-item {
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 45px;
}

.menu-link {
  display: inline-block;
}

.menu-cta {
  padding-top: 14px;
}

.menu-cta-link {
  padding: 18px 42px 19px 28px;
  background-color: #26b5bf;
  border-radius: 40px;
  display: block;
  width: 350px;
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  box-shadow: 0 0 10.85px 0 rgba(105, 105, 105, 0.35);
}

.menu-cta-link-leed {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 0.872rem;
  color: #26b5bf;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: 21px;
  border: 1px solid #26b5bf;
  padding: 2px 12px 3px 15px;
  line-height: 1.45;
  width: 211px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}

.menu-cta-link-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.02rem;
  color: #26b5bf;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 11px 5px 11px 6.45px;
  letter-spacing: 0.1em;
  margin-right: 7.2px;
  white-space: nowrap;
}

.menu-cta-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.35rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: relative;
}

.menu-cta-link-text::before {
  content: "";
  display: block;
  width: 9px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -26px;
  top: 13px;
  transform: rotate(45deg);
}

.menu-cta-link-text::after {
  content: "";
  display: block;
  width: 9px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -26px;
  top: 18px;
  transform: rotate(-45deg);
}

.modal-container[aria-hidden=false] .menu-bg {
  width: 1300px;
  height: 740px;
  background: linear-gradient(315deg, #dbeff3 0%, #eaf1fb 52%, rgba(234, 241, 251, 0.11) 100%);
  position: absolute;
  z-index: -1;
  top: -1px;
  left: -59px;
  -webkit-clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 1300px) {
  .hamburger {
    display: none;
  }
  /* メニューのスタイル */
  .modal-container {
    height: 100%;
    width: 100%;
    position: initial;
    padding-top: 0px;
    display: none;
  }
  .modal-container[aria-hidden=false] {
    overflow-y: initial;
  }
  .menu-nav {
    display: flex;
    align-items: center;
    justify-content: right;
  }
  .menu-list {
    display: flex;
  }
  .menu-item {
    margin-top: 0px;
    font-weight: bold;
    position: initial;
    padding-left: 0px;
    margin-left: 20px;
  }
  .menu-item:last-child {
    margin-bottom: 0px;
  }
  .menu-item::before {
    display: none;
  }
  .menu-item::after {
    display: none;
  }
}
.top {
  padding-top: 25px;
  height: 596px;
  overflow: hidden;
  position: relative;
}
.top__flex {
  display: flex;
  justify-content: center;
}
.top__desc {
  width: 100%;
  max-width: 427px;
  padding-top: 22px;
  padding-left: 55px;
}
.top__desc-leed {
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.45;
  position: relative;
  display: inline-block;
  padding-left: 46px;
  margin-bottom: 11px;
}
.top__desc-leed::before {
  content: "";
  display: block;
  width: 24.45px;
  height: 24px;
  background: url(../img/pc-top-icon.svg);
  position: absolute;
  left: 16px;
}
.top__desc-leed::after {
  content: "";
  display: block;
  width: 335px;
  height: 1px;
  background-color: #002759;
  position: absolute;
  bottom: -7px;
  left: 7px;
}
.top__desc-leed-text {
  margin-bottom: 20px;
  padding-left: 6px;
}
.top__desc-leed-text-price {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.8125rem;
  color: #26b5bf;
  letter-spacing: 0.06em;
}
.top__desc-leed-text-price-own {
  letter-spacing: -0.01em;
}
.top__desc-leed-text-ja {
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 2.66rem;
  color: #26b5bf;
  letter-spacing: 0.03em;
  margin-left: -3px;
}
.top__desc-leed-text-sub {
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.79rem;
  color: #002759;
  letter-spacing: 0.03em;
}
.top__desc-leed-text-sub-2 {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 3.625rem;
  color: #002759;
  letter-spacing: 0.02em;
  margin-bottom: 8px;
  padding-left: 2px;
}
.top__desc-leed-text-sub-3 {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 2.02rem;
  color: #002759;
  letter-spacing: 0.04em;
  padding-left: 3px;
}
.top__desc-sub-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.85;
  font-size: 0.875rem;
  margin-bottom: 30px;
  padding-left: 12px;
}
.top__desc-sub-text-sp {
  display: none;
}
.top__desc-box {
  padding: 25px 41px 26px 41px;
  background-color: #ffffff;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
  width: 386px;
  text-align: center;
  margin-left: 11px;
}
.top__desc-box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.16rem;
  color: #002759;
  letter-spacing: 0.07em;
}
.top__desc-box-text-strong {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.16rem;
  color: #d39d1f;
  letter-spacing: 0.07em;
  position: relative;
  padding-left: 3px;
}
.top__desc-box-text-strong::after {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background-color: #d39d1f;
  position: absolute;
  bottom: -1px;
  left: 3px;
}
.top__desc-box-link {
  padding: 15px 42px 13px 21px;
  background-color: #26b5bf;
  border-radius: 40px;
  display: block;
  margin-top: 24px;
  width: 304px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .top__desc-box-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
}
.top__desc-box-link-leed {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 0.76rem;
  color: #26b5bf;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: 21px;
  border: 1px solid #26b5bf;
  padding: 0 12px 0 13px;
  line-height: 1.45;
  width: 185px;
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.top__desc-box-link-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 0.89rem;
  color: #26b5bf;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 11px 5px 11px 6.45px;
  letter-spacing: 0.1em;
  margin-right: 7.2px;
  white-space: nowrap;
}
.top__desc-box-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.18rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: relative;
}
@media (any-hover: hover) {
  .top__desc-box-link-text:hover::before {
    transform: translateX(5px) rotate(45deg);
  }
  .top__desc-box-link-text:hover::after {
    transform: translateX(5px) rotate(-45deg);
  }
}
.top__desc-box-link-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: 11px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.top__desc-box-link-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: 16px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}
.top__desc-box-link-sp {
  display: none;
}
.top__box {
  width: 100%;
  max-width: 864px;
  position: relative;
  padding-left: 50px;
}
.top__box-sub-picture {
  width: 100%;
  max-width: 225px;
  position: absolute;
  bottom: -83px;
  right: 4px;
}
.top__box-link-sp {
  display: none;
}
.top__box-mini {
  width: 100%;
  max-width: 251px;
  position: absolute;
  bottom: 81px;
  right: -57px;
}
.top__bg {
  width: 1047px;
  height: 596px;
  background: linear-gradient(315deg, #dbeff3 0%, #eaf1fb 52%, rgba(234, 241, 251, 0.11) 100%);
  position: absolute;
  z-index: -1;
  top: 0px;
  right: 0px;
  -webkit-clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
          clip-path: polygon(17% 0, 100% 0, 100% 100%, 0% 100%);
}

@media screen and (min-width: 601px) and (max-width: 1300px) {
  .top {
    padding-top: 20px;
    height: 800px;
    overflow: visible;
  }
  .top__flex {
    display: flex;
    justify-content: initial;
    flex-direction: column;
  }
  .top__desc {
    width: 100%;
    max-width: 414px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .top__desc-leed {
    font-size: 0.97rem;
    padding-left: 30px;
    margin-bottom: 16px;
  }
  .top__desc-leed::before {
    width: 22.54px;
    height: 22px;
    left: 4px;
    top: -3px;
  }
  .top__desc-leed::after {
    width: 308px;
    height: 1px;
    bottom: -7px;
    left: 3px;
  }
  .top__desc-leed-text {
    margin-bottom: 16px;
  }
  .top__desc-leed-text-price {
    font-size: 3.42rem;
  }
  .top__desc-leed-text-ja {
    font-size: 2.4rem;
  }
  .top__desc-leed-text-sub {
    font-size: 1.61rem;
  }
  .top__desc-leed-text-sub-2 {
    font-size: 2.6rem;
    padding-left: 0px;
  }
  .top__desc-leed-text-sub-3 {
    font-size: 2.16rem;
    letter-spacing: 0.02em;
    padding-left: 0px;
  }
  .top__desc-sub-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-bottom: 22px;
    padding-left: 10px;
  }
  .top__desc-sub-text-pc {
    display: none;
  }
  .top__desc-sub-text-sp {
    display: inline-block;
  }
  .top__desc-box {
    display: none;
  }
  .top__box {
    width: 100%;
    max-width: 584px;
    position: relative;
    padding-left: 0px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .top__box-picture-img {
    width: 100%;
    display: block;
    margin-left: 11px;
  }
  .top__box-sub-picture {
    width: 100%;
    max-width: 225px;
    position: absolute;
    bottom: -86px;
    right: 4px;
    display: none;
  }
  .top__box-mini {
    display: none;
  }
  .top__box-mini-img {
    display: none;
  }
  .top__box-link-sp {
    padding: 18px 42px 19px 25px;
    background-color: #26b5bf;
    border-radius: 40px;
    display: block;
    width: 100%;
    max-width: 362px;
    position: absolute;
    display: flex;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 0 10.85px 0 rgba(105, 105, 105, 0.35);
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top__box-link-sp-leed {
    display: block;
    font-family: "MOBO-Bold", sans-serif;
    font-weight: bold;
    font-size: 0.91rem;
    color: #26b5bf;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    border-radius: 21px;
    border: 1px solid #26b5bf;
    padding: 2px 12px 3px 15px;
    line-height: 1.45;
    width: 222px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .top__box-link-sp-icon {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 1.07rem;
    color: #26b5bf;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 11px 5px 13px 6.45px;
    letter-spacing: 0.1em;
    margin-right: 7.2px;
    white-space: nowrap;
  }
  .top__box-link-sp-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 1.41rem;
    color: #ffffff;
    letter-spacing: 0.15em;
    white-space: nowrap;
    position: relative;
  }
  .top__box-link-sp-text::before {
    content: "";
    display: block;
    width: 9px;
    height: 2.4px;
    background-color: #ffffff;
    position: absolute;
    right: -26px;
    top: 13px;
    transform: rotate(45deg);
  }
  .top__box-link-sp-text::after {
    content: "";
    display: block;
    width: 9px;
    height: 2.4px;
    background-color: #ffffff;
    position: absolute;
    right: -26px;
    top: 18px;
    transform: rotate(-45deg);
  }
  .top__bg {
    width: 693px;
    height: 802px;
    background: linear-gradient(315deg, #dbeff3 0%, #eaf1fb 52%, rgba(234, 241, 251, 0.11) 100%);
    position: absolute;
    z-index: -1;
    top: -63px;
    right: 0px;
    -webkit-clip-path: polygon(37% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(37% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 600px) {
  .top {
    padding-top: 20px;
    height: 670px;
    overflow: visible;
  }
  .top__flex {
    display: flex;
    justify-content: initial;
    flex-direction: column;
  }
  .top__desc {
    width: 100%;
    max-width: 414px;
    padding-top: 0px;
    padding-left: 0px;
    margin: 0 auto;
    text-align: center;
  }
  .top__desc-leed {
    font-size: 0.97rem;
    padding-left: 30px;
    margin-bottom: 16px;
  }
  .top__desc-leed::before {
    width: 22.54px;
    height: 22px;
    left: 4px;
    top: -3px;
  }
  .top__desc-leed::after {
    width: 308px;
    height: 1px;
    bottom: -7px;
    left: 3px;
  }
  .top__desc-leed-text {
    margin-bottom: 16px;
  }
  .top__desc-leed-text-price {
    font-size: 3.42rem;
  }
  .top__desc-leed-text-ja {
    font-size: 2.4rem;
  }
  .top__desc-leed-text-sub {
    font-size: 1.61rem;
  }
  .top__desc-leed-text-sub-2 {
    font-size: 2.6rem;
    padding-left: 0px;
    margin-bottom: 6px;
  }
  .top__desc-leed-text-sub-3 {
    font-size: 2.16rem;
    letter-spacing: 0.02em;
    padding-left: 0px;
  }
  .top__desc-sub-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 1.5;
    font-size: 0.875rem;
    margin-bottom: 22px;
    padding-left: 10px;
  }
  .top__desc-sub-text-pc {
    display: none;
  }
  .top__desc-sub-text-sp {
    display: inline-block;
  }
  .top__desc-box {
    display: none;
  }
  .top__box {
    width: 96%;
    max-width: 414px;
    position: relative;
    padding-left: 0px;
    margin: 0 auto;
    overflow-x: hidden;
  }
  .top__box-picture-img {
    width: 100%;
    display: block;
    margin-left: 11px;
  }
  .top__box-sub-picture {
    width: 100%;
    max-width: 225px;
    position: absolute;
    bottom: -86px;
    right: 4px;
    display: none;
  }
  .top__box-mini {
    display: none;
  }
  .top__box-mini-img {
    display: none;
  }
  .top__box-link-sp {
    padding: 18px 42px 19px 25px;
    background-color: #26b5bf;
    border-radius: 40px;
    display: block;
    width: 100%;
    max-width: 362px;
    position: absolute;
    display: flex;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 0 10.85px 0 rgba(105, 105, 105, 0.35);
    bottom: 13px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .top__box-link-sp-leed {
    display: block;
    font-family: "MOBO-Bold", sans-serif;
    font-weight: bold;
    font-size: 0.91rem;
    color: #26b5bf;
    letter-spacing: 0.1em;
    background-color: #ffffff;
    border-radius: 21px;
    border: 1px solid #26b5bf;
    padding: 2px 12px 3px 15px;
    line-height: 1.45;
    width: 222px;
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translate(-50%, 0);
    white-space: nowrap;
  }
  .top__box-link-sp-icon {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 1.07rem;
    color: #26b5bf;
    background-color: #ffffff;
    border-radius: 50%;
    padding: 11px 5px 13px 6.45px;
    letter-spacing: 0.1em;
    margin-right: 7.2px;
    white-space: nowrap;
  }
  .top__box-link-sp-text {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 900;
    font-size: 1.41rem;
    color: #ffffff;
    letter-spacing: 0.15em;
    white-space: nowrap;
    position: relative;
  }
  .top__box-link-sp-text::before {
    content: "";
    display: block;
    width: 9px;
    height: 2.4px;
    background-color: #ffffff;
    position: absolute;
    right: -26px;
    top: 13px;
    transform: rotate(45deg);
  }
  .top__box-link-sp-text::after {
    content: "";
    display: block;
    width: 9px;
    height: 2.4px;
    background-color: #ffffff;
    position: absolute;
    right: -26px;
    top: 18px;
    transform: rotate(-45deg);
  }
  .top__bg {
    width: 475px;
    height: 672px;
    background: linear-gradient(315deg, #dbeff3 0%, #eaf1fb 52%, rgba(234, 241, 251, 0.11) 100%);
    position: absolute;
    z-index: -1;
    top: -63px;
    right: 0px;
    -webkit-clip-path: polygon(48% 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(48% 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width: 370px) {
  .top__box-link-sp-text {
    font-size: 1.3rem;
  }
}
.about {
  padding-top: 190px;
  position: relative;
  margin-bottom: -45px;
  overflow-x: hidden;
}
.about__upper-flex {
  display: flex;
  margin-bottom: 65px;
}
.about__upper-box {
  margin-right: 55px;
  width: 50%;
  padding-left: 0px;
}
.about__upper-box-img {
  width: 62%;
  display: block;
  margin-left: auto;
  margin-right: 25px;
}
.about__main-box {
  width: 50%;
  padding-top: 18px;
}
.about__main-box-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.63rem;
  color: #002759;
  letter-spacing: 0.17em;
  line-height: 1.35;
  margin-bottom: 20px;
}
.about__main-box-ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.18rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 10px;
}
.about__main-box-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.85;
  margin-bottom: 17px;
}
.about__main-box-text-sp {
  display: none;
}
.about__main-box-price {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.31rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.85;
  position: relative;
}
.about__main-box-price::after {
  content: "";
  display: block;
  width: 178px;
  height: 1px;
  background-color: #002759;
  position: absolute;
  bottom: -4px;
}
.about__main-box-number {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-size: 2.36rem;
  color: #002759;
  letter-spacing: 0.04em;
  line-height: 1.31;
}
.about__low-flex {
  display: flex;
  justify-content: right;
  max-width: 1680px;
  padding-left: 50px;
}
.about__low-desc {
  max-width: 508px;
  padding-left: 11px;
}
.about__low-desc-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.75rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 27px;
}
.about__low-desc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.86;
}
.about__low-box {
  position: relative;
  left: 103px;
  bottom: 66px;
  width: 50%;
}
.about__low-box-img {
  width: 100%;
  display: block;
}
.about__typo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 7.16rem;
  color: #f3f8ff;
  letter-spacing: 0.16em;
  line-height: 1.35;
  position: absolute;
  bottom: 16px;
  left: 18px;
  z-index: -1;
  white-space: nowrap;
}

@media screen and (max-width: 1100px) {
  .about {
    padding-top: 27px;
    margin-bottom: 0;
    padding-bottom: 102px;
    overflow: hidden;
  }
  .about__upper-flex {
    margin-bottom: 62px;
    flex-direction: column;
    padding: 0 24px;
  }
  .about__upper-box {
    margin: 0 auto;
    width: 100%;
    padding-left: 0px;
    max-width: 600px;
  }
  .about__upper-box-img {
    width: 78%;
    margin-right: 42px;
  }
  .about__main-box {
    width: 100%;
    padding-top: 18px;
    max-width: 640px;
    margin: 0 auto;
  }
  .about__main-box-ttl {
    font-size: 1.75rem;
    letter-spacing: 0.15em;
    line-height: 1.39;
    margin-bottom: 6px;
  }
  .about__main-box-ttl-en {
    font-size: 1.25rem;
    color: #26b5bf;
    margin-bottom: 0px;
    position: absolute;
    top: 29px;
    left: 80px;
  }
  .about__main-box-ttl-pc {
    display: none;
  }
  .about__main-box-text {
    line-height: 1.65;
    margin-bottom: 11px;
    padding-left: 5px;
  }
  .about__main-box-text-sp {
    display: inline-block;
  }
  .about__main-box-price::after {
    bottom: -4px;
  }
  .about__low-flex {
    justify-content: initial;
    max-width: 700px;
    padding: 0 15px;
    flex-direction: column-reverse;
    margin: 0 auto;
  }
  .about__low-desc {
    max-width: 674px;
    margin-top: -57px;
  }
  .about__low-desc-ttl {
    font-size: 1.25rem;
    margin-bottom: 6px;
    padding-left: 9px;
  }
  .about__low-desc-text {
    letter-spacing: 0.04em;
    line-height: 1.7;
  }
  .about__low-box {
    position: relative;
    left: 28%;
    bottom: 63px;
    min-width: 400px;
    width: 100%;
  }
  .about__typo {
    font-size: 4.74rem;
    bottom: -19px;
    left: 0;
  }
}
@media screen and (max-width: 800px) {
  .about__upper-box {
    padding-left: 0;
    max-width: 600px;
  }
  .about__main-box {
    padding-left: 0px;
    max-width: 500px;
    margin: 0 auto;
  }
  .about__low-box {
    left: 63px;
    width: 100%;
  }
  .about__low-desc {
    padding-left: 7px;
    max-width: 508px;
  }
  .about__main-box-ttl-en {
    left: 26px;
    font-size: 1rem;
  }
}
.futures {
  background: linear-gradient(#f3f8ff 0%, #edf3fc 49%, #e1f2f5 100%);
  padding-top: 100px;
  padding-bottom: 144px;
}
.futures__inner {
  max-width: 1080px;
  margin: 0 auto;
}
.futures__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 3.8rem;
  color: #002759;
  letter-spacing: 0.12em;
  line-height: 1.6;
  margin-bottom: 92px;
  padding-left: 40px;
}
.futures__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 19px;
}
.futures__ttl-upper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.62rem;
  color: #002759;
  letter-spacing: 0.14em;
  line-height: 1.6;
  margin-bottom: -2px;
  display: block;
}
.futures__first-sec {
  margin-bottom: 53px;
}
.futures__first--flex {
  display: flex;
}
.futures__first-desc {
  padding-left: 36px;
  width: 100%;
}
.futures__first-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  color: #002759;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 22px;
}
.futures__first-ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 15px;
}
.futures__first-ttl-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 7px;
  display: block;
}
.futures__first-ttl-pop {
  color: #26b5bf;
  margin-right: -7px;
}
.futures__first-ttl-sp {
  display: none;
}
.futures__first-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.9;
  max-width: 431px;
  padding-left: 5px;
}
.futures__first-box {
  width: 65%;
  margin-right: 80px;
  margin-top: -42px;
}
.futures__second-sec {
  margin-bottom: 55px;
}
.futures__second--flex {
  display: flex;
}
.futures__second-desc {
  padding-left: 30px;
}
.futures__second-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.93rem;
  color: #002759;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 28px;
}
.futures__second-ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 20px;
}
.futures__second-ttl-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 5px;
  display: block;
}
.futures__second-ttl-pop {
  color: #26b5bf;
}
.futures__second-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.9;
  max-width: 431px;
}
.futures__second-box {
  width: 45%;
  margin-top: 18px;
  padding-left: 143px;
  margin-right: 55px;
}
.futures__third--flex {
  display: flex;
}
.futures__third-desc {
  margin-right: 26px;
}
.futures__third-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  color: #002759;
  letter-spacing: 0.12em;
  line-height: 1.5;
  margin-bottom: 25px;
  padding-left: 36px;
}
.futures__third-ttl-sp {
  display: none;
}
.futures__third-ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 21px;
}
.futures__third-ttl-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.06rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 5px;
  display: block;
}
.futures__third-ttl-pop {
  color: #26b5bf;
  margin-left: -9px;
}
.futures__third-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.9;
  max-width: 463px;
  padding-left: 37px;
}
.futures__third-box {
  width: 32%;
}
@media screen and (max-width: 1080px) {
  .futures__first-ttl {
    font-size: 1.25rem;
    max-width: 220px;
  }
  .futures__second-ttl {
    font-size: 1.25rem;
  }
  .futures__second-box {
    padding-left: 40px;
  }
  .futures__third-ttl {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 630px) {
  .futures {
    padding-top: 57px;
    padding-bottom: 84px;
    overflow-x: hidden;
  }
  .futures__inner {
    max-width: 1080px;
    margin: 0 auto;
  }
  .futures__ttl {
    font-size: 2.25rem;
    margin-bottom: 127px;
    padding-left: 26px;
  }
  .futures__ttl-en {
    font-size: 1rem;
    margin-bottom: 19px;
  }
  .futures__ttl-upper {
    font-size: 1rem;
    margin-bottom: -2px;
  }
  .futures__first-sec {
    margin-bottom: 34px;
  }
  .futures__first--flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .futures__first-desc {
    padding-left: 26px;
    width: 100%;
  }
  .futures__first-ttl {
    font-size: 1.625rem;
    margin-bottom: 7px;
    max-width: initial;
  }
  .futures__first-ttl-en {
    font-size: 0.875rem;
    margin-bottom: 18px;
  }
  .futures__first-ttl-catch {
    font-size: 0.93rem;
    margin-bottom: 7px;
  }
  .futures__first-ttl-pop {
    color: #26b5bf;
    margin-right: -7px;
  }
  .futures__first-ttl-sp {
    display: inline-block;
  }
  .futures__first-text {
    font-size: 0.93rem;
    line-height: 1.85;
    max-width: 337px;
    padding-left: 0px;
  }
  .futures__first-box {
    width: 80%;
    margin-right: 0px;
    margin-top: -94px;
  }
  .futures__second-sec {
    margin-bottom: 46px;
  }
  .futures__second--flex {
    display: flex;
    flex-direction: column;
  }
  .futures__second-desc {
    padding-left: 51px;
  }
  .futures__second-ttl {
    font-size: 1.625rem;
    margin-bottom: 13px;
  }
  .futures__second-ttl-en {
    font-size: 0.875rem;
    margin-bottom: 20px;
  }
  .futures__second-ttl-catch {
    font-size: 0.93rem;
    margin-bottom: 7px;
  }
  .futures__second-ttl-pop {
    color: #26b5bf;
    display: block;
  }
  .futures__second-text {
    font-size: 0.93rem;
    line-height: 1.85;
    max-width: 337px;
    padding-left: 0px;
  }
  .futures__second-box {
    width: 77%;
    margin-top: 18px;
    padding-left: 0px;
    margin-right: 0px;
    margin-left: 94px;
  }
  .futures__third--flex {
    display: flex;
    flex-direction: column-reverse;
  }
  .futures__third-desc {
    margin-right: 0px;
  }
  .futures__third-ttl {
    font-size: 1.625rem;
    padding-left: 25px;
    margin-bottom: 9px;
  }
  .futures__third-ttl-sp {
    display: inline-block;
  }
  .futures__third-ttl-en {
    font-size: 0.875rem;
    margin-bottom: 21px;
  }
  .futures__third-ttl-catch {
    font-size: 0.93rem;
    margin-bottom: 5px;
  }
  .futures__third-ttl-pop {
    color: #26b5bf;
    margin-left: -9px;
  }
  .futures__third-text {
    font-size: 0.93rem;
    line-height: 1.85;
    max-width: 360px;
    padding-left: 25px;
  }
  .futures__third-box {
    width: 80%;
    margin-left: 9px;
    margin-bottom: 2px;
  }
}
.strengths {
  padding-top: 148px;
}
.strengths__inner {
  max-width: 1080px;
  margin: 0 auto 44px;
  padding-left: 9px;
}
.strengths__inner--flex {
  display: flex;
}
.strengths__desc {
  width: 55%;
}
.strengths__desc-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.36rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.54;
  margin-bottom: 13px;
}
.strengths__desc-ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 13px;
}
.strengths__desc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.9;
  max-width: 463px;
  padding-left: 3px;
}
.strengths__box {
  width: 48%;
  margin-top: -50px;
  margin-left: -59px;
}
.strengths__cta {
  width: 887px;
  height: 264px;
  margin: 0 auto 60px;
  padding: 47px 29px 0 93px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  transform: translate(25px, 0);
}
.strengths__cta--flex {
  display: flex;
}
.strengths__cta-img {
  position: absolute;
  top: 0;
  left: -18px;
}
.strengths__cta-desc {
  width: 64%;
}
.strengths__cta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.6;
  display: inline-block;
  margin-top: 24px;
  margin-left: 38px;
}
.strengths__cta-text-pop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #d39d1f;
  letter-spacing: 0.07em;
  line-height: 1.6;
  position: relative;
  padding-left: 3px;
}
.strengths__cta-text-pop::after {
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background-color: #d39d1f;
  position: absolute;
  bottom: -1px;
  left: 3px;
}
.strengths__cta-link {
  padding: 22px 42px 17px 24px;
  background-color: #26b5bf;
  border-radius: 40px;
  display: block;
  margin-top: 24px;
  width: 367px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .strengths__cta-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
}
.strengths__cta-link-leed {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 0.92rem;
  color: #26b5bf;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: 21px;
  border: 1px solid #26b5bf;
  padding: 1px 12px 1px 13px;
  line-height: 1.45;
  width: 225px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.strengths__cta-link-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.08rem;
  color: #26b5bf;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 11px 5px 11px 6.45px;
  letter-spacing: 0.1em;
  margin-right: 7.2px;
  white-space: nowrap;
}
.strengths__cta-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.425rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: relative;
}
@media (any-hover: hover) {
  .strengths__cta-link-text:hover::before {
    transform: translateX(5px) rotate(45deg);
  }
  .strengths__cta-link-text:hover::after {
    transform: translateX(5px) rotate(-45deg);
  }
}
.strengths__cta-link-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: 11px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.strengths__cta-link-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: 16px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}
.strengths__cta-box {
  width: 41%;
  margin-left: -95px;
}
.strengths__cta-box-img {
  width: 100%;
}
.strengths__sec {
  max-width: 1032px;
  margin: 0 auto 120px;
  background-color: #FAFAFA;
  border-radius: 100px;
  text-align: center;
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 36px;
  position: relative;
}
.strengths__sec::before, .strengths__sec::after {
  content: "";
  display: block;
  width: 35px;
  height: 3px;
  background-color: #26b5bf;
  position: absolute;
  left: 49%;
  top: 46%;
  transform: translate(-50%, -50%);
}
.strengths__sec::before {
  transform: rotate(45deg);
}
.strengths__sec::after {
  transform: rotate(315deg);
}
.strengths__foot-leed {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.96rem;
  color: #26b5bf;
  letter-spacing: 0.12em;
  line-height: 1.46;
  margin-bottom: 5px;
  display: block;
}
.strengths__foot-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.86rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 40px;
}
.strengths__foot-wrap--flex {
  display: flex;
  justify-content: center;
}
.strengths__foot-wrap-left {
  max-width: 315px;
  margin-right: 68px;
}
.strengths__foot-wrap-left-box {
  padding-left: 55px;
  margin-bottom: 36px;
}
.strengths__foot-wrap-left-img {
  border-radius: 50%;
  width: 76%;
}
.strengths__foot-wrap-left-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.31rem;
  color: #002759;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 12px;
  display: block;
}
.strengths__foot-wrap-left-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #002759;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: left;
}
.strengths__foot-wrap-right {
  max-width: 315px;
}
.strengths__foot-wrap-right-box {
  padding-left: 55px;
  margin-bottom: 36px;
}
.strengths__foot-wrap-right-img {
  border-radius: 50%;
  width: 76%;
}
.strengths__foot-wrap-right-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.31rem;
  color: #002759;
  letter-spacing: 0.1em;
  line-height: 1.6;
  margin-bottom: 12px;
  display: block;
}
.strengths__foot-wrap-right-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #002759;
  letter-spacing: 0.05em;
  line-height: 1.71;
  text-align: left;
}

@media screen and (max-width: 1080px) {
  .strengths {
    padding-top: 62px;
    overflow-x: hidden;
    padding-right: 7px;
  }
  .strengths__inner {
    max-width: 500px;
    margin: 0 auto 44px;
    padding-left: 24px;
  }
  .strengths__inner--flex {
    display: flex;
    flex-direction: column;
  }
  .strengths__desc {
    width: 100%;
  }
  .strengths__desc-ttl {
    font-size: 2.06rem;
    margin-bottom: 17px;
  }
  .strengths__desc-ttl-en {
    font-size: 1rem;
    margin-bottom: 13px;
  }
  .strengths__desc-text {
    letter-spacing: 0.04em;
    line-height: 1.77;
    max-width: 364px;
    padding-left: 0px;
    margin-bottom: 19px;
  }
  .strengths__box {
    width: 100%;
    margin-top: 0px;
    margin-left: -10px;
    overflow-x: visible;
  }
  .strengths__box-img {
    width: 115%;
    max-inline-size: initial;
  }
  .strengths__cta {
    width: 100%;
    height: 230px;
    margin: 0 auto 60px;
    padding: 36px 20px 0 20px;
    transform: translate(6px, 0);
    margin-top: -8px;
    text-align: center;
    max-width: 364px;
  }
  .strengths__cta--flex {
    display: flex;
  }
  .strengths__cta-img {
    position: absolute;
    top: -18px;
    left: -18px;
    width: 171px;
  }
  .strengths__cta-desc {
    width: 100%;
  }
  .strengths__cta-text {
    font-size: 1.26rem;
    margin-top: 24px;
    margin-left: 0px;
  }
  .strengths__cta-text-pop {
    font-size: 1.26rem;
    color: #d39d1f;
    padding-left: 3px;
  }
  .strengths__cta-text-pop::after {
    width: 86px;
    height: 1px;
    bottom: -1px;
    left: 3px;
  }
  .strengths__cta-link {
    padding: 15px 42px 17px 24px;
    margin-top: 17px;
    width: 100%;
    max-width: 320px;
  }
  .strengths__cta-link-leed {
    font-size: 0.8rem;
    border-radius: 21px;
    padding: 1px 12px 1px 13px;
    width: 195px;
    top: -8px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .strengths__cta-link-icon {
    font-size: 0.94rem;
    padding: 11px 5px 11px 6.45px;
    margin-right: 7.2px;
  }
  .strengths__cta-link-text {
    font-size: 1.25rem;
  }
  .strengths__cta-link-text::before {
    width: 8px;
    height: 2.4px;
    right: -20px;
    top: 11px;
  }
  .strengths__cta-link-text::after {
    width: 8px;
    height: 2.4px;
    right: -20px;
    top: 16px;
  }
  .strengths__cta-box {
    display: none;
  }
  .strengths__sec {
    max-width: 500px;
    margin: 0 auto 55px;
    text-align: center;
    padding-top: 60px;
    padding-left: 0px;
    padding-bottom: 36px;
    position: relative;
  }
  .strengths__sec::before, .strengths__sec::after {
    content: "";
    display: block;
    width: 35px;
    height: 3px;
    background-color: #26b5bf;
    position: absolute;
    left: 47%;
    top: 56%;
    transform: translate(-50%, -50%);
  }
  .strengths__sec::before {
    transform: rotate(45deg);
  }
  .strengths__sec::after {
    transform: rotate(315deg);
  }
  .strengths__foot-leed {
    margin-bottom: 11px;
  }
  .strengths__foot-ttl {
    line-height: 1.36;
    margin-bottom: 40px;
    max-width: 330px;
    margin: 0 auto;
  }
  .strengths__foot-wrap {
    padding-top: 52px;
  }
  .strengths__foot-wrap--flex {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .strengths__foot-wrap-left {
    max-width: 315px;
    margin: 0 auto 87px;
  }
  .strengths__foot-wrap-left-box {
    padding-left: 0px;
    margin-bottom: 23px;
  }
  .strengths__foot-wrap-left-img {
    border-radius: 50%;
    width: 53%;
    display: block;
    margin: 0 auto;
  }
  .strengths__foot-wrap-left-heading {
    margin-bottom: 7px;
  }
  .strengths__foot-wrap-left-text {
    text-align: left;
  }
  .strengths__foot-wrap-right {
    max-width: 315px;
    margin: 0 auto;
  }
  .strengths__foot-wrap-right-box {
    padding-left: 0px;
    margin-bottom: 21px;
  }
  .strengths__foot-wrap-right-img {
    border-radius: 50%;
    width: 53%;
    display: block;
    margin: 0 auto;
  }
  .strengths__foot-wrap-right-heading {
    margin-bottom: 12px;
  }
  .strengths__foot-wrap-right-text {
    text-align: left;
    margin-bottom: 88px;
  }
}
@media screen and (max-width: 550px) {
  .strengths__box {
    width: 100%;
    margin-top: 0px;
    margin-left: -10px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .strengths__box::-webkit-scrollbar {
    /* Chrome, Safari用 */
    display: none;
  }
}
.system {
  background-color: #ebedf3;
  padding-top: 84px;
  padding-bottom: 94px;
  padding-left: 15px;
}
.system__inner {
  max-width: 1122px;
  margin: 0 auto;
}
.system__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.67rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 13px;
}
.system__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 23px;
}
.system__ttl-catch {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.49rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.system__ttl-catch-sp {
  display: none;
}
.system__leed {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 48px;
}
.system__list {
  display: flex;
  width: 100%;
  margin: 0 auto;
  cursor: initial;
}
.system__list-item {
  background-color: rgba(255, 255, 255, 0.37);
  text-align: center;
  padding: 18px 17px 18px 20px;
  width: 270px;
  height: 568px;
  margin-right: 13.38px;
}
.system__list-item:last-child {
  margin-right: 0;
}
.system__list-item:last-child .system__list-item-box {
  margin-bottom: 29px;
}
.system__list-item:nth-child(1) .system__list-item-box-img, .system__list-item:nth-child(2) .system__list-item-box-img, .system__list-item:nth-child(3) .system__list-item-box-img {
  width: 71%;
}
.system__list-item:nth-child(1) .system__list-item-foot-img {
  width: 84%;
}
.system__list-item:nth-child(2) {
  position: relative;
}
.system__list-item:nth-child(2) .system__list-item-foot-img {
  width: 56%;
}
.system__list-item:nth-child(2) .system__list-item-box {
  margin-bottom: 30px;
}
.system__list-item:nth-child(2)::after {
  content: "";
  display: block;
  width: 37px;
  height: 37px;
  background-image: url(../img/system-5-x2.webp);
  background-size: 100%;
  position: absolute;
  top: 73px;
  left: 50%;
  transform: translate(-50%, 0);
}
.system__list-item:nth-child(3) .system__list-item-foot-img {
  width: 82%;
}
.system__list-item:nth-child(4) .system__list-item-foot-img {
  width: 84%;
}
.system__list-item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 0.97rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 19px;
}
.system__list-item-type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  display: block;
  margin-top: -3px;
}
.system__list-item-type-pop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.system__list-item-box {
  margin-bottom: 25px;
}
.system__list-item-box-img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
.system__list-item-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  color: #002759;
  letter-spacing: 0.04em;
  line-height: 1.72;
  margin-bottom: 22px;
  text-align: left;
  max-width: 230px;
}
.system__list-item-field {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.91rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.6;
  background: #fff;
  padding: 0 12px;
  display: inline-block;
  margin-bottom: 23px;
}
.system__list-item-foot-img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.simplebar-track.simplebar-vertical {
  display: none;
}

@media screen and (max-width: 1080px) {
  .system {
    padding-top: 69px;
    padding-bottom: 94px;
    overflow-x: hidden;
    padding-left: 20px;
  }
  .system__inner {
    max-width: 1040px;
    margin: 0 auto;
  }
  .system__ttl {
    font-size: 2rem;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 13px;
  }
  .system__ttl-en {
    font-size: 1rem;
    margin-bottom: 22px;
  }
  .system__ttl-catch {
    font-size: 1rem;
    letter-spacing: 0.14em;
  }
  .system__ttl-catch-sp {
    display: inline-block;
  }
  .system__leed {
    letter-spacing: 0.05em;
    line-height: 1.65;
    margin-bottom: 39px;
    max-width: 365px;
  }
  .system__list {
    display: flex;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    scrollbar-width: none;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-left: 5px;
  }
  .system__list-item {
    padding: 18px 17px 18px 20px;
    flex: 0 0 auto;
  }
  .system__list-item:last-child {
    margin-right: 0;
  }
  .system__list-item:last-child .system__list-item-box {
    margin-bottom: 29px;
  }
  .system__list-item:nth-child(1) .system__list-item-box-img, .system__list-item:nth-child(2) .system__list-item-box-img, .system__list-item:nth-child(3) .system__list-item-box-img {
    width: 71%;
  }
  .system__list-item:nth-child(1) .system__list-item-foot-img {
    width: 84%;
  }
  .system__list-item:nth-child(2) {
    position: relative;
  }
  .system__list-item:nth-child(2) .system__list-item-foot-img {
    width: 57%;
  }
  .system__list-item:nth-child(2)::after {
    content: "";
    display: block;
    width: 37px;
    height: 37px;
    background-image: url(../img/system-5-x2.webp);
    background-size: 100%;
    position: absolute;
    top: 73px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .system__list-item:nth-child(3) .system__list-item-foot-img {
    width: 82%;
  }
  .system__list-item:nth-child(4) .system__list-item-foot-img {
    width: 84%;
  }
  .system__list-item-ttl {
    font-size: 0.97rem;
    margin-bottom: 19px;
  }
  .system__list-item-type {
    margin-top: -3px;
  }
  .system__list-item-box {
    margin-bottom: 25px;
  }
  .system__list-item-box-img {
    display: block;
    margin: 0 auto;
    width: 100%;
  }
  .system__list-item-text {
    margin-bottom: 22px;
    max-width: 230px;
  }
  .system__list-item-field {
    padding: 0 12px;
    margin-bottom: 23px;
  }
  .system__list-item-foot-img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  /* simplebar用 */
  .simplebar-track {
    background: #fff;
    /* バーの背景色を設定できます*/
    border-radius: 10px;
    /* バーに丸みをもたせる*/
    bottom: -35px;
  }
  .simplebar-track.simplebar-horizontal {
    left: 22px;
    width: 86%;
    height: 5px;
  }
  .simplebar-track .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1;
  }
  .simplebar-track .simplebar-scrollbar::before {
    background: #9ba8b7;
    /* ここでバーの色を設定 */
    top: 0;
    bottom: 0;
    left: 0;
  }
  [data-simplebar] .simplebar-content-wrapper {
    overflow-x: auto !important;
    overflow-y: hidden !important;
  }
}
.plan {
  background: linear-gradient(rgba(243, 248, 255, 0.25) 0%, rgb(237, 243, 252) 49%, rgba(225, 242, 245, 0.63) 100%);
  padding-top: 104px;
  padding-bottom: 93px;
  position: relative;
  z-index: 0;
}
.plan__inner {
  max-width: 1100px;
  margin: 0 auto;
}
.plan__desc {
  margin-bottom: 60px;
}
.plan__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.67rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.plan__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 23px;
}
.plan__ttl-catch {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.plan__list {
  display: flex;
  margin-bottom: 56px;
}
.plan__list-item {
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(198, 200, 208, 0.32);
  width: 334px;
  height: 753px;
  border-radius: 10px;
  text-align: center;
  padding-top: 42px;
  position: relative;
  margin-right: 37px;
}
.plan__list-item:nth-of-type(2)::before {
  background-color: #6eb19d;
}
.plan__list-item:last-of-type {
  margin-right: 0;
}
.plan__list-item:last-of-type::before {
  background-color: #e1a67e;
}
.plan__list-item::before {
  content: "";
  display: block;
  width: 208px;
  height: 11.75px;
  background-color: #1c61bb;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  border-radius: 0 0 6px 6px;
}
.plan__list-item-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.875rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 4px;
}
.plan__list-item-type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.04em;
  line-height: 1.5;
  display: block;
  margin-bottom: 43px;
}
.plan__list-table {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  padding: 0 32px;
}
.plan__list-table-head-top, .plan__list-table-body-top, .plan__list-table-head-foot, .plan__list-table-body-foot {
  display: flex;
  align-items: center;
  justify-content: center;
}
.plan__list-table-head-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.04em;
  line-height: 1.31;
  grid-column: 1/3;
}
.plan__list-table-head-top:first-of-type {
  border-top: 2px solid rgb(228, 228, 230);
  height: 45px;
  padding-top: 25px;
}
.plan__list-table-head-top:nth-of-type(2) {
  height: 42px;
}
.plan__list-table-body-top {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.73rem;
  color: #002759;
  letter-spacing: 0.11em;
  line-height: 1.31;
  grid-column: 1/3;
  height: 58px;
}
.plan__list-table-body-top:nth-of-type(2) {
  border-bottom: 2px solid rgb(228, 228, 230);
  padding-bottom: 24px;
  margin-top: -16px;
  height: 72px;
}
.plan__list-table-body-top-price {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 400;
  font-size: 3.34rem;
  color: #002759;
  letter-spacing: 0em;
  line-height: 1.31;
  margin-top: -9px;
  margin-right: 11px;
  transform: scaleX(1.2);
}
.plan__list-table-body-top-tax {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.625rem;
  color: #002759;
  letter-spacing: 0.11em;
  line-height: 1.13;
  writing-mode: vertical-rl;
  padding-top: 4px;
}
.plan__list-table-head-foot {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  color: #002759;
  letter-spacing: 0.01em;
  line-height: 1.44;
  height: 50px;
  justify-content: left;
  border-bottom: 1px solid rgba(228, 228, 230, 0.79);
}
.plan__list-table-head-foot:nth-of-type(3) {
  height: 57px;
}
.plan__list-table-head-foot:nth-of-type(5) {
  height: 38px;
  padding-bottom: 7px;
}
.plan__list-table-head-foot:nth-of-type(6) {
  height: 30px;
  padding-bottom: 14px;
}
.plan__list-table-head-foot:nth-of-type(7) {
  height: 22px;
  padding-bottom: 20px;
}
.plan__list-table-head-foot:nth-of-type(8) {
  height: 26px;
  margin-top: -20px;
  border-bottom: none;
}
.plan__list-table-body-foot {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.825rem;
  color: #002759;
  letter-spacing: 0.01em;
  line-height: 1.44;
  height: 50px;
  justify-content: left;
  border-bottom: 1px solid rgba(228, 228, 230, 0.79);
}
.plan__list-table-body-foot:nth-of-type(3) {
  height: 57px;
}
.plan__list-table-body-foot:nth-of-type(5) {
  height: 38px;
  padding-bottom: 7px;
}
.plan__list-table-body-foot:nth-of-type(6) {
  height: 30px;
  padding-bottom: 14px;
}
.plan__list-table-body-foot:nth-of-type(7) {
  height: 22px;
  padding-bottom: 20px;
}
.plan__list-table-body-foot:nth-of-type(8) {
  height: 26px;
  margin-top: -20px;
  border-bottom: none;
}
.plan__list-table-body-foot:nth-of-type(3), .plan__list-table-body-foot:nth-of-type(4), .plan__list-table-body-foot:nth-of-type(5), .plan__list-table-body-foot:nth-of-type(6) {
  font-size: 1.25rem;
  font-weight: 400;
}
.plan__option {
  width: 874px;
  height: 144px;
  border: 2px solid #002759;
  border-radius: 40px;
  margin: 0 auto 72px;
  text-align: center;
  padding-top: 14px;
}
.plan__option-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #002759;
  letter-spacing: 0.14em;
  line-height: 1.8;
  margin-bottom: 20px;
  position: relative;
}
.plan__option-ttl::after {
  content: "";
  display: block;
  width: 27px;
  height: 1.5px;
  background-color: #002759;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translate(-50%, 0);
}
.plan__option-content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
.plan__option-content-sp {
  display: none;
}
.plan__option-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  color: #002759;
  letter-spacing: 0.14em;
  line-height: 1.95;
  margin: 0 auto;
  max-width: 720px;
  text-align: center;
}

@media screen and (max-width: 1150px) {
  .plan {
    padding-top: 60px;
    padding-bottom: 93px;
    background: linear-gradient(rgba(243, 248, 255, 0.25) 0%, rgb(237, 243, 252) 21%, rgba(225, 242, 245, 0.63) 100%);
  }
  .plan__inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .plan__desc {
    margin-bottom: 40px;
    text-align: center;
  }
  .plan__ttl {
    font-size: 3.19rem;
    letter-spacing: 0.12em;
    line-height: 1.35;
  }
  .plan__ttl-en {
    font-size: 1rem;
    margin-bottom: 14px;
  }
  .plan__ttl-catch {
    font-size: 1rem;
    letter-spacing: 0.14em;
    max-width: 250px;
    margin: 0 auto;
  }
  .plan__list {
    margin-bottom: 56px;
    flex-direction: column;
    width: 100%;
    margin: 0 auto 13px;
  }
  .plan__list-item {
    padding-top: 42px;
    margin: 0 auto 32px;
  }
  .plan__list-item:last-of-type {
    margin-right: auto;
  }
  .plan__list-table {
    padding: 0 32px;
  }
  .plan__option {
    width: 92%;
    height: auto;
    min-height: 144px;
    max-height: 230px;
    margin: 0 auto 45px;
    padding: 30px 15px 36px 15px;
  }
  .plan__option-ttl {
    margin-bottom: 28px;
    position: relative;
  }
  .plan__option-ttl::after {
    bottom: -5px;
  }
  .plan__option-content {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .plan__option-content-sp {
    display: inline-block;
  }
  .plan__option-text {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2.06;
    margin: 0 auto;
    max-width: 335px;
  }
}
.voice {
  background-color: #e4eaf4;
  padding-top: 66px;
  padding-bottom: 151px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
}
.voice__typo {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 7.16rem;
  color: rgba(255, 255, 255, 0.31);
  letter-spacing: 0.16em;
  line-height: 1.35;
  position: absolute;
  top: -43px;
  left: 12px;
  z-index: -2;
  white-space: nowrap;
}
.voice__desc {
  text-align: center;
  margin-bottom: 71px;
}
.voice__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.67rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.voice__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 12px;
}
.voice__content {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 39, 89, 0.44);
  padding-bottom: 23px;
}
.voice__content--flex {
  display: flex;
  justify-content: space-between;
}
.voice__content-slider {
  width: 100%;
}
.voice__content-slider-item {
  background-color: #fff;
  box-shadow: 0 0 35px 0 rgba(164, 167, 185, 0.32);
  border-radius: 10px;
  width: 688px !important;
  height: 380px;
  margin: 0px 60px;
  padding: 46px 53px 40px 50px;
  transition: all 1.5s ease;
}
.voice__content-desc {
  padding-top: 3px;
  margin-left: 5px;
}
.voice__content-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.17rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 8px;
}
.voice__content-ttl-type {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.6rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.5;
  background-color: #002759;
  border-radius: 2.43px;
  padding: 3px 7px;
  display: inline-block;
  margin-bottom: 5px;
}
.voice__content-list-head {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-bottom: 6px;
  position: relative;
  padding-left: 20px;
  padding-top: 2px;
}
.voice__content-list-head::before {
  content: "";
  display: block;
  width: 11.6px;
  height: 11.6px;
  background-color: #002759;
  border-radius: 1px;
  position: absolute;
  left: 1px;
  top: 7px;
}
.voice__content-list-body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.8rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
.voice__content-list-body-min {
  font-size: 0.81em;
}
.voice__content-slider-box {
  width: 33%;
}
.voice__content-slider-img {
  width: 100%;
  display: block;
}
.voice__foot-pop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.275rem;
  color: #C1A544;
  letter-spacing: 0.07em;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 7px;
}
.voice__foot-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.8rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.75;
}

.slick-list {
  overflow: visible;
}

.slick-current .voice__content-slider-item {
  transform: scale(1.15);
}

.slick-next,
.slick-prev {
  top: initial;
  bottom: -80px;
}
.slick-next::before,
.slick-prev::before {
  font-size: 40px;
  color: #002759;
}

.slick-next {
  right: 44%;
}

.slick-prev {
  left: 44%;
}

@media screen and (max-width: 970px) {
  .voice {
    padding: 66px 16px 100px 16px;
  }
  .voice__typo {
    font-size: 4.74rem;
    top: -27px;
    left: 12px;
    z-index: -2;
  }
  .voice__desc {
    margin-bottom: 71px;
  }
  .voice__ttl {
    font-size: 2.67rem;
  }
  .voice__ttl-en {
    font-size: 1.31rem;
    margin-bottom: 12px;
  }
  .voice__content {
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 39, 89, 0.44);
    padding-bottom: 23px;
  }
  .voice__content-slider {
    width: 100%;
  }
  .voice__content-slider-item {
    box-shadow: 0 0 25px 0 rgba(164, 167, 185, 0.32);
    width: 100% !important;
    height: 380px;
    margin: 0px 60px;
    padding: 46px 53px 40px 50px;
    transition: all 2s ease;
    max-width: 688px;
  }
  .voice__content-desc {
    padding-top: 3px;
    margin-left: 5px;
  }
  .voice__content-ttl {
    font-size: 1.17rem;
    margin-bottom: 8px;
  }
  .voice__content-ttl-type {
    font-size: 0.6rem;
    padding: 3px 7px;
    margin-bottom: 5px;
  }
  .voice__content-list-head {
    font-size: 0.8rem;
    margin-bottom: 6px;
    position: relative;
    padding-left: 20px;
    padding-top: 2px;
  }
  .voice__content-list-head::before {
    width: 11.6px;
    height: 11.6px;
    left: 1px;
    top: 7px;
  }
  .voice__content-list-body {
    font-size: 0.8rem;
  }
  .voice__content-list-body-min {
    font-size: 0.81em;
  }
  .voice__content-slider-box {
    width: 33%;
  }
  .voice__content-slider-img {
    width: 100%;
    display: block;
  }
  .voice__foot-pop {
    font-size: 1.275rem;
    margin-bottom: 7px;
  }
  .voice__foot-text {
    font-size: 0.8rem;
  }
  .slick-list {
    overflow: visible;
  }
  .slick-current .voice__content-slider-item {
    transform: initial;
  }
  .slick-next,
.slick-prev {
    display: none;
  }
  .slick-next::before,
.slick-prev::before {
    display: none;
  }
}
@media screen and (max-width: 710px) {
  .voice__content-slider-item {
    height: auto;
    margin: 0px 60px;
    padding: 46px 16px 40px 16px;
    max-width: 480px;
  }
  .voice__content-desc {
    padding-right: 6px;
  }
  .voice__content-ttl {
    font-size: 1rem;
  }
  .voice__content-ttl-type {
    font-size: 0.6rem;
    padding: 3px 7px;
    margin-bottom: 5px;
  }
  .voice__content-list-head {
    font-size: 0.8rem;
  }
  .voice__content-list-body {
    font-size: 0.8rem;
  }
  .voice__content-list-body-min {
    font-size: 0.81rem;
  }
  .voice__content-slider-box {
    width: 54%;
  }
  .voice__content-slider-img {
    width: 100%;
    display: block;
  }
  .voice__foot-pop {
    font-size: 1.275rem;
    margin-bottom: 7px;
  }
  .voice__foot-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 495px) {
  .voice__content-slider-item {
    padding: 46px 16px 40px 16px;
    max-width: 390px;
  }
  .voice__content-desc {
    padding-right: 11px;
  }
  .voice__content-ttl {
    font-size: 1rem;
  }
  .voice__content-ttl-type {
    font-size: 0.6rem;
    padding: 3px 7px;
    margin-bottom: 5px;
  }
  .voice__content-list-head {
    font-size: 0.8rem;
  }
  .voice__content-list-body {
    font-size: 0.8rem;
  }
  .voice__content-list-body-min {
    font-size: 0.81rem;
  }
  .voice__content-slider-box {
    width: 100%;
  }
  .voice__content-slider-img {
    width: 100%;
    display: block;
  }
  .voice__foot-pop {
    font-size: 1.275rem;
    margin-bottom: 7px;
  }
  .voice__foot-text {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 400px) {
  .voice__content-slider-item {
    padding: 46px 16px 40px 16px;
    max-width: 350px;
  }
  .voice__content-desc {
    padding-right: 6px;
  }
  .voice__content-ttl {
    font-size: 0.875rem;
  }
  .voice__content-ttl-type {
    font-size: 0.6rem;
    padding: 3px 7px;
    margin-bottom: 5px;
  }
  .voice__content-list-head {
    font-size: 0.76rem;
  }
  .voice__content-list-body {
    font-size: 0.76rem;
  }
  .voice__content-list-body-min {
    font-size: 0.76rem;
  }
  .voice__content-slider-box {
    width: 100%;
  }
  .voice__content-slider-img {
    width: 100%;
    display: block;
  }
  .voice__foot-pop {
    font-size: 1rem;
    margin-bottom: 7px;
  }
  .voice__foot-text {
    font-size: 0.76rem;
  }
}
.flow {
  padding-top: 111px;
  padding-bottom: 110px;
}
.flow__inner {
  max-width: 920px;
  margin: 0 auto;
}
.flow__desc {
  padding-left: 112px;
}
.flow__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.36rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.54;
  margin-bottom: 13px;
}
.flow__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 12px;
}
.flow__leed {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 33px;
}
.flow__box {
  width: 82%;
  margin: 0 auto 35px;
  padding-left: 12px;
}
.flow__box-img {
  width: 100%;
}
.flow__text-upper {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.9;
  display: block;
  padding-left: 113px;
}
.flow__text-foot {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.08em;
  line-height: 1.9;
  display: block;
  padding-left: 113px;
  margin-bottom: 57px;
}
.flow__cta {
  width: 887px;
  height: 264px;
  margin: 0 auto 60px;
  padding: 47px 29px 0 93px;
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 0 17px 0 rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  transform: translate(25px, 0);
}
.flow__cta--flex {
  display: flex;
}
.flow__cta-img {
  position: absolute;
  top: 0;
  left: -18px;
}
.flow__cta-desc {
  width: 64%;
}
.flow__cta-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #002759;
  letter-spacing: 0.07em;
  line-height: 1.6;
  display: inline-block;
  margin-top: 24px;
  margin-left: 38px;
}
.flow__cta-text-pop {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.4rem;
  color: #d39d1f;
  letter-spacing: 0.07em;
  line-height: 1.6;
  position: relative;
  padding-left: 3px;
}
.flow__cta-text-pop::after {
  content: "";
  display: block;
  width: 95px;
  height: 1px;
  background-color: #d39d1f;
  position: absolute;
  bottom: -1px;
  left: 3px;
}
.flow__cta-link {
  padding: 22px 42px 17px 24px;
  background-color: #26b5bf;
  border-radius: 40px;
  display: block;
  margin-top: 24px;
  width: 367px;
  position: relative;
  display: flex;
  align-items: center;
}
@media (any-hover: hover) {
  .flow__cta-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.8;
  }
}
.flow__cta-link-leed {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 0.92rem;
  color: #26b5bf;
  letter-spacing: 0.1em;
  background-color: #ffffff;
  border-radius: 21px;
  border: 1px solid #26b5bf;
  padding: 1px 12px 1px 13px;
  line-height: 1.45;
  width: 225px;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translate(-50%, 0);
  white-space: nowrap;
}
.flow__cta-link-icon {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.08rem;
  color: #26b5bf;
  background-color: #ffffff;
  border-radius: 50%;
  padding: 11px 5px 11px 6.45px;
  letter-spacing: 0.1em;
  margin-right: 7.2px;
  white-space: nowrap;
}
.flow__cta-link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.425rem;
  color: #ffffff;
  letter-spacing: 0.15em;
  white-space: nowrap;
  position: relative;
}
@media (any-hover: hover) {
  .flow__cta-link-text:hover::before {
    transform: translateX(5px) rotate(45deg);
  }
  .flow__cta-link-text:hover::after {
    transform: translateX(5px) rotate(-45deg);
  }
}
.flow__cta-link-text::before {
  content: "";
  display: block;
  width: 8px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: 11px;
  transform: rotate(45deg);
  transition: 0.3s ease;
}
.flow__cta-link-text::after {
  content: "";
  display: block;
  width: 8px;
  height: 2.4px;
  background-color: #ffffff;
  position: absolute;
  right: -20px;
  top: 16px;
  transform: rotate(-45deg);
  transition: 0.3s ease;
}
.flow__cta-box {
  width: 41%;
  margin-left: -95px;
}
.flow__cta-box-img {
  width: 100%;
}

@media screen and (max-width: 1080px) {
  .flow {
    padding: 65px 24px 58px 24px;
  }
  .flow__inner {
    max-width: 650px;
    margin: 0 auto;
  }
  .flow__desc {
    padding-left: 0px;
  }
  .flow__ttl {
    font-size: 2.06rem;
    margin-bottom: 13px;
  }
  .flow__ttl-en {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .flow__leed {
    font-size: 1rem;
    line-height: 1.81;
    margin-bottom: 17px;
    max-width: 310px;
  }
  .flow__box {
    width: 96%;
    margin: 0 auto 29px;
    padding-left: 0px;
  }
  .flow__box-img {
    width: 100%;
  }
  .flow__text-upper {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.85;
    padding-left: 0px;
    max-width: 314px;
    margin: 0 auto 14px;
    text-align: center;
  }
  .flow__text-foot {
    font-size: 1.125rem;
    letter-spacing: 0.06em;
    line-height: 1.85;
    padding-left: 0px;
    margin: 0 auto;
    max-width: 335px;
    text-align: center;
  }
  .flow__cta--sp-none {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .flow__text-upper {
    font-size: 0.93rem;
  }
  .flow__text-foot {
    font-size: 0.93rem;
  }
}
.faq {
  background: #EDF3FC;
  padding: 80px 0;
}
.faq__inner {
  max-width: 830px;
  margin: 0 auto;
}
.faq__desc {
  margin-bottom: 34px;
}
.faq__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.29rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
}
.faq__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 12px;
}
.faq__list {
  width: 818px;
  background-color: #fff;
  box-shadow: 0 0 10.6px 0 rgba(221, 227, 237, 0.89);
  border-radius: 10px;
  padding: 30px 5px 30px 28px;
  margin-bottom: 20px;
}
.faq__list:last-child {
  margin-bottom: 0;
}
.faq__list-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.25rem;
  color: #002759;
  letter-spacing: 0.1em;
  line-height: 1;
  display: inline-block;
  margin-left: -12px;
}
.faq__list-item {
  max-width: 700px;
  margin: 0 auto 17px;
  position: relative;
}
.faq__list-item-q {
  font-family: din-2014-narrow, sans-serif;
  font-weight: 600;
  font-size: 2.4rem;
  color: #26b5bf;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  left: -44px;
  top: -8px;
}
.faq__list-inner {
  max-width: 726px;
  margin: 0 auto;
  padding-right: 20px;
}
.faq__list-inner-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 0.93rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.6;
}

@media screen and (max-width: 900px) {
  .faq {
    padding: 50px 17px;
  }
  .faq__inner {
    max-width: 650px;
    margin: 0 auto;
  }
  .faq__desc {
    margin-bottom: 26px;
  }
  .faq__ttl {
    font-size: 2.06rem;
    letter-spacing: 0.13em;
    line-height: 1.54;
  }
  .faq__ttl-en {
    font-size: 1rem;
    margin-bottom: 10px;
  }
  .faq__list {
    width: 100%;
    padding: 26px 5px 30px 28px;
    margin: 0 auto 20px;
    max-width: 364px;
  }
  .faq__list:last-child {
    margin-bottom: 0;
  }
  .faq__list-text {
    font-size: 1.06rem;
    margin-left: -12px;
    line-height: 1.1;
    display: block;
  }
  .faq__list-item {
    max-width: 288px;
    margin: 0 0 14px 21px;
    position: relative;
  }
  .faq__list-item-q {
    font-family: din-2014-narrow, sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    position: absolute;
    left: -35px;
    top: -4px;
  }
  .faq__list-inner {
    max-width: 310px;
    margin: 0 auto;
    padding-right: 8px;
  }
  .faq__list-inner-text {
    letter-spacing: 0.06em;
    line-height: 1.71;
  }
}
.lp-contact {
  padding-top: 106px;
  padding-bottom: 76px;
}
.lp-contact__inner {
  max-width: 858px;
  margin: 0 auto;
}
.lp-contact__ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.67rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 46px;
}
.lp-contact__ttl-en {
  display: block;
  font-family: "MOBO-Bold", sans-serif;
  font-weight: bold;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.15em;
  line-height: 1.28;
  margin-bottom: 23px;
}
.lp-contact__ttl-catch {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.49rem;
  color: #002759;
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin-bottom: 4px;
  display: block;
}

.contact-form__wrap {
  background-color: #EDF3FA;
  border-radius: 10px;
  width: 852px;
  margin: 0 auto;
  padding: 43px 16px 50px;
}
.contact-form__wrap-inner {
  max-width: 645px;
  margin: 0 auto;
}
.contact-form__info {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  color: #272b30;
  letter-spacing: 0.06em;
  line-height: 1.9;
  margin-bottom: 27px;
}
.contact-form__info-sp {
  display: none;
}
.contact-form__item {
  margin-bottom: 20px;
}
.contact-form__item--check {
  text-align: center;
}
.contact-form__item--select {
  position: relative;
}
@media (any-hover: hover) {
  .contact-form__item--select:hover::before {
    transition: transform 0.5s ease;
    transform: translate(0, 5px) rotate(45deg);
  }
}
.contact-form__item--select::before {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  border-right: 2px solid #272b30;
  border-bottom: 2px solid #272b30;
  position: absolute;
  left: 222px;
  top: 50px;
  transform: rotate(45deg);
  transition: transform 0.5s ease;
}
.contact-form__label {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #272b30;
  letter-spacing: 0.06em;
  line-height: 1.3;
  margin-bottom: 9px;
  display: inline-block;
}
.contact-form__label-sp {
  display: none;
}
.contact-form__label-check {
  font-size: 1.19rem;
  margin-bottom: 0px;
}
.contact-form__input {
  background-color: #fff;
  width: 644px;
  height: 56px;
  box-shadow: 0 0 15px 0 rgba(236, 236, 236, 0.2);
  border-radius: 3px;
  margin: 0 auto;
  display: block;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contact-form__input::-moz-placeholder {
  color: #CBCBCB;
}
.contact-form__input::placeholder {
  color: #CBCBCB;
}
.contact-form__select {
  background-color: #fff;
  width: 262px;
  height: 56px;
  box-shadow: 0 0 15px 0 rgba(236, 236, 236, 0.2);
  border-radius: 3px;
  display: block;
  padding: 0 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contact-form__required {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 0.81rem;
  color: #fff;
  letter-spacing: 0.06em;
  line-height: 1;
  background-color: #BB3C3C;
  border-radius: 3px;
  padding: 1px 6px 1px 7px;
  margin-left: 6px;
}
.contact-form__textarea {
  background-color: #fff;
  width: 644px;
  height: 189px;
  box-shadow: 0 0 15px 0 rgba(236, 236, 236, 0.2);
  border-radius: 3px;
  display: block;
  margin-bottom: 43px;
  padding: 13px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.contact-form__textarea::-moz-placeholder {
  color: #CBCBCB;
}
.contact-form__textarea::placeholder {
  color: #CBCBCB;
}
.contact-form__check-link {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .contact-form__check-link:hover {
    opacity: 0.7;
  }
}
.contact-form__button {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.3rem;
  letter-spacing: 0.2em;
  background-color: #26b5bf;
  width: 290px;
  height: 73px;
  color: #fff;
  border-radius: 157px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  transition: translate 0.2s ease, box-shadow 0.2s ease;
}
@media (any-hover: hover) {
  .contact-form__button:hover {
    translate: 0 2px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  }
}
.contact-form__button[disabled] {
  opacity: 0.8;
  box-shadow: none;
}
@media (any-hover: hover) {
  .contact-form__button[disabled]:hover {
    translate: none;
  }
}

input[type=checkbox] {
  border: none;
  -webkit-appearance: none;
  /* Safari, Chrome */
  -moz-appearance: none;
  /* Firefox */
  appearance: none;
  background-color: #fff;
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  margin-right: 6px;
}

input[type=checkbox]::after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 14px;
  top: 4px;
  left: 9px;
  transform: rotate(45deg);
  opacity: 0;
}

input[type=checkbox]:checked::after {
  border: solid #272b30;
  border-width: 0 3px 3px 0;
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .lp-contact {
    padding: 55px 22px 42px 22px;
  }
  .lp-contact__inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .lp-contact__ttl {
    font-size: 1.93rem;
    letter-spacing: 0.1em;
    line-height: 1.35;
    margin-bottom: 31px;
  }
  .lp-contact__ttl-en {
    font-size: 1rem;
    margin-bottom: 23px;
  }
  .lp-contact__ttl-catch {
    font-size: 1rem;
    letter-spacing: 0.14em;
    margin-bottom: 0px;
  }
  .contact-form__wrap {
    width: 100%;
    padding: 33px 2px 40px;
    max-width: 852px;
  }
  .contact-form__wrap-inner {
    max-width: 90%;
  }
  .contact-form__info {
    line-height: 1.62;
    margin-bottom: 35px;
  }
  .contact-form__info-sp {
    display: inline-block;
  }
  .contact-form__item {
    margin-bottom: 18px;
  }
  .contact-form__item--check {
    text-align: left;
    white-space: nowrap;
  }
  .contact-form__item--select {
    position: relative;
  }
}
@media screen and (max-width: 1000px) and (any-hover: hover) {
  .contact-form__item--select:hover::before {
    transition: transform 0.5s ease;
    transform: translate(0, 5px) rotate(45deg);
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__item--select::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-right: 2px solid #272b30;
    border-bottom: 2px solid #272b30;
    position: absolute;
    left: 211px;
    top: 50px;
    transform: rotate(45deg);
    transition: transform 0.5s ease;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__label {
    font-size: 0.96rem;
    margin-bottom: 9px;
  }
  .contact-form__label-sp {
    display: inline-block;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__input {
    width: 100%;
    height: 54px;
    max-width: 644px;
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__select {
    width: 251px;
    height: 54px;
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__required {
    font-size: 0.78rem;
    padding: 1px 6px 1px 7px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__textarea {
    width: 100%;
    height: 182px;
    margin-bottom: 26px;
    padding: 13px 20px;
    max-width: 644px;
    font-size: 0.96rem;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__check-link {
    text-decoration: underline;
  }
}
@media screen and (max-width: 1000px) {
  .contact-form__button {
    width: 100%;
    max-width: 290px;
  }
}
@media screen and (max-width: 1000px) {
  input[type=checkbox] {
    width: 20px;
    height: 20px;
    top: -21px;
  }
}
@media screen and (max-width: 1000px) {
  input[type=checkbox]::after {
    width: 8px;
    height: 14px;
    top: 2px;
    left: 7px;
  }
}
.footer__inner {
  background-color: #EBEDF3;
  width: 100%;
  height: 129px;
  text-align: center;
  padding: 46px 0 28px;
}
.footer__link {
  display: block;
  margin: 0 auto;
}
.footer__text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 0.81rem;
  color: #002759;
  letter-spacing: 0.1em;
  margin-bottom: -4px;
  display: block;
}
.footer__copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  color: #002759;
  letter-spacing: 0.06em;
  line-height: 1.7;
}

@media screen and (max-width: 800px) {
  .footer__inner {
    height: 92px;
    padding: 31px 0 16px;
  }
  .footer__text {
    font-size: 0.65rem;
    margin-bottom: -4px;
  }
  .footer__copy {
    font-size: 1rem;
  }
}
.thanks {
  background: linear-gradient(#f3f8ff 0%, #edf3fc 49%, #e1f2f5 100%);
  position: relative;
  overflow: hidden;
}
.thanks__inner {
  width: 100%;
  margin: 0 auto;
  padding-top: 135px;
  padding-bottom: 122px;
}
.thanks__desc {
  background-color: rgba(255, 255, 255, 0.47);
  max-width: 664px;
  width: 100%;
  margin: 0 auto;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 0 29px 0 rgba(164, 167, 185, 0.2);
  padding: 65px 30px 75px 30px;
  position: relative;
}
.thanks__desc::before {
  content: "";
  display: block;
  width: 43px;
  height: 1.3px;
  background-color: #002759;
  position: absolute;
  left: 50%;
  bottom: 64%;
  transform: translate(-50%, 0);
}
.thanks__desc-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 1.31rem;
  color: #26b5bf;
  letter-spacing: 0.09em;
  line-height: 1.55;
  margin-bottom: 4px;
  display: block;
}
.thanks__desc-ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.57rem;
  color: #002759;
  letter-spacing: 0.09em;
  line-height: 1.55;
  margin-bottom: 60px;
  display: block;
}
.thanks__desc-ttl-sp {
  display: none;
}
.thanks__desc-wrap {
  max-width: 400px;
  margin: 0 auto;
  text-align: left;
}
.thanks__desc-leed {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  display: block;
  margin-left: 0px;
}
.thanks__desc-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.06em;
  text-align: left;
  margin: 0 0 35px 0px;
  max-width: 389px;
}
.thanks__desc-link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #002759;
  letter-spacing: 0.06em;
  text-decoration: underline;
  margin-left: 0px;
}
@media (any-hover: hover) {
  .thanks__desc-link:hover {
    transition: opacity 0.3s ease;
    opacity: 0.6;
  }
}
.thanks__box {
  position: absolute;
  right: -591px;
  bottom: 0;
}
.thanks__box-img {
  width: 37%;
}

@media screen and (max-width: 1080px) {
  .thanks {
    padding: 0 20px;
  }
  .thanks__inner {
    padding-top: 135px;
    padding-bottom: 250px;
  }
  .thanks__desc {
    max-width: 664px;
    width: 100%;
    padding: 65px 30px 75px 30px;
  }
  .thanks__desc-en {
    font-size: 1.125rem;
    margin-bottom: 4px;
  }
  .thanks__desc-ttl {
    font-size: 1.25rem;
    margin-bottom: 60px;
  }
  .thanks__desc-ttl-sp {
    display: block;
  }
  .thanks__desc-wrap {
    max-width: 400px;
    margin: 0 auto;
  }
  .thanks__desc-leed {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  .thanks__desc-text {
    font-size: 0.875rem;
    margin: 0 0 35px 0px;
    max-width: 389px;
  }
  .thanks__desc-link {
    font-size: 1rem;
    margin-left: 0px;
  }
  .thanks__box {
    position: absolute;
    right: -630px;
    bottom: 12px;
  }
  .thanks__box-img {
    width: 25%;
  }
}
/*# sourceMappingURL=style.css.map */