@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Noto+Sans+JP:wght@300&display=swap");
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

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

.show-small {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .show-small {
    display: none;
  }
}

.hide-small {
  display: none;
}
@media screen and (min-width: 769px) {
  .hide-small {
    display: inline-block;
  }
}

@media screen and (min-width: 769px) {
  .o-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px;
  }
}

@media screen and (max-width: 768px) {
  .o-header .o-header__upper__logo img {
    width: 187.371px;
  }
}

.lp .heading {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 300;
  margin-top: 0;
  line-height: 1.5;
  position: relative;
  background: linear-gradient(90deg, #24a998 0%, #3785e2 100%);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 768px) {
  .lp .heading {
    font-size: 34px;
    padding-top: 36px;
  }
}
@media screen and (min-width: 769px) {
  .lp .heading {
    font-size: 56px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .lp .heading_sm {
    font-size: 40px;
    padding-top: 36px;
  }
}
.lp .heading::before {
  content: "";
  margin-top: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  background-image: url(../img/heading-icon.png);
  background-size: 100%;
  width: 31px;
  height: 26px;
}
.lp .heading::after {
  content: none;
}

.lp .heading2 {
  color: #00629f;
  font-weight: 300;
  letter-spacing: 0;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .lp .heading2 {
    font-size: 30px;
    line-height: 1.4667;
  }
}
@media screen and (min-width: 769px) {
  .lp .heading2 {
    font-size: 48px;
    line-height: 1.4167;
  }
}
.lp .heading2::before, .lp .heading2::after {
  content: none;
}

.section-number {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-number {
    top: -6px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 80px;
  }
}
@media screen and (min-width: 769px) {
  .section-number {
    top: -10px;
    right: 84.1667%;
    transform: none;
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .section-number {
    right: calc(50% + 410px);
  }
}
.section-number img {
  width: 100%;
  height: auto;
}

.float-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 11;
  width: 100%;
  background-color: #f1f1f1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  transform: translate(0, 100%);
  transition: transform 0.5s;
}
@media screen and (max-width: 768px) {
  .float-cta {
    height: 65px;
    padding: 0 5px;
    gap: 5px;
    align-items: center;
  }
}
.float-cta.is-show {
  transform: translate(0, 0);
}
.float-cta .form {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .float-cta .form {
    height: 48px;
    color: #000;
    font-size: 18px;
    border: 2px solid #ffec8c;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgb(255, 236, 140) 0%, rgb(255, 211, 49) 100%);
    box-shadow: 2px 2px 2px rgba(0, 66, 102, 0.4);
  }
}
@media screen and (min-width: 769px) {
  .float-cta .form {
    height: 65px;
    font-size: 27px;
    background-color: #ffdc00;
    color: #002864;
  }
}
@media (hover: hover) and (pointer: fine) {
  .float-cta .form:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 769px) {
  .float-cta .form::after {
    content: "";
    background-image: url(../img/arrow.svg);
    background-size: 100%;
    margin-left: 12px;
    width: 21px;
    height: 21px;
  }
}
.float-cta .tel {
  transition: opacity 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3785e2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .float-cta .tel {
    flex-direction: column;
    height: 48px;
    border: 2px solid #459cff;
    border-radius: 9999px;
    background: linear-gradient(180deg, rgb(55, 133, 226) 0%, rgb(0, 98, 216) 100%);
    box-shadow: 2px 2px 2px rgba(0, 66, 102, 0.4);
  }
}
@media screen and (min-width: 769px) {
  .float-cta .tel {
    height: 65px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .float-cta .tel:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .float-cta .tel__img {
    width: 137px;
  }
}
@media screen and (min-width: 769px) {
  .float-cta .tel__img {
    width: 347px;
  }
}
.float-cta .tel__img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 769px) {
  .float-cta .tel__text {
    margin-left: 12px;
  }
}
@media screen and (max-width: 768px) {
  .float-cta .tel__text .holiday {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .float-cta .tel__text .holiday {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: #ffec8c;
  }
}
@media screen and (max-width: 768px) {
  .float-cta .tel__text .term {
    font-size: 10px;
    letter-spacing: -0.02em;
    margin-top: 2px;
  }
}
@media screen and (min-width: 769px) {
  .float-cta .tel__text .term {
    margin-top: 4px;
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.0929;
  }
}

.t-basic-page {
  position: relative;
}

.o-header__upper {
  background-color: transparent;
}

.o-header__upper__logo {
  position: relative;
  z-index: 1;
}

.global-nav {
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  /* .global-nav {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: end;
    padding: 0 32px;
  } */
}
@media screen and (max-width: 768px) {
  .global-nav {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    font-size: 12px;
    letter-spacing: 0.04em;
    pointer-events: none;
  }
  .global-nav .container {
    margin-top: 56px;
    position: sticky;
    top: 0;
    padding: 5.5px 0;
    background-color: #fff;
    background-image: linear-gradient(90deg, rgba(36, 169, 152, 0.1) 0%, rgba(55, 98, 211, 0.1) 100%);
    pointer-events: auto;
  }
}
@media screen and (min-width: 769px) {
  .global-nav {
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 768px) {
  .global-nav_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .global-nav_sp {
    display: none;
  }
}
.global-nav .menu {
  display: flex;
}
@media screen and (max-width: 768px) {
  .global-nav .menu {
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .global-nav .menu .menu__item {
    padding: 0 8px;
  }
  .global-nav .menu .menu__item:not(:last-of-type) {
    border-right: 1px solid #000;
  }
}
@media screen and (min-width: 769px) {
  .global-nav .menu .menu__item {
    padding: 0 17px;
  }
  .global-nav .menu .menu__item:not(:last-of-type) {
    border-right: 1px solid #000;
  }
  .global-nav .menu .menu__item:last-of-type {
    padding-right: 0;
  }
}
.global-nav .menu__link {
  display: block;
  transition: opacity 0.3s;
  color: #000;
}
@media screen and (max-width: 768px) {
  .global-nav .menu__link {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .global-nav .menu__link:hover {
    opacity: 0.8;
  }
}

html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 769px) {
  html {
    scroll-padding-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 26px;
  }
}

.l-main {
  color: #323232;
}

.t-basic-page__body {
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .o-footer {
    margin-bottom: 65px;
  }
}
@media screen and (min-width: 769px) {
  .o-footer {
    margin-bottom: 65px;
  }
}

@media screen and (min-width: 769px) {
  .section-hero {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .section-hero {
    padding-top: 29px;
  }
}

.section-hero .content {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .section-hero .content {
    padding-bottom: 55%;
  }
}
.section-hero .hero-slider {
  position: relative;
}
.section-hero .hero-slider::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-hero .hero-slider::after {
    background: linear-gradient(0deg, rgb(255, 255, 255) 9.47%, rgba(255, 255, 255, 0) 100%);
    height: 27.933%;
  }
}
@media screen and (min-width: 769px) {
  .section-hero .hero-slider::after {
    background: linear-gradient(0deg, rgb(255, 255, 255) 10.39%, rgba(255, 255, 255, 0) 100%);
    height: 28.1928%;
  }
}
.section-hero .hero-slider img {
  width: 100%;
  height: auto;
}
.section-hero .catch {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-hero .catch {
    top: -1.2212%;
    left: -2.4%;
    width: 103.4667%;
  }
}
@media screen and (min-width: 769px) {
  .section-hero .catch {
    top: 4.9398%;
    left: 4.2361%;
    width: 65.4167%;
  }
}
.section-hero .catch img {
  width: 100%;
  height: auto;
}
.section-hero .banner {
  position: absolute;
  z-index: 1;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .section-hero .banner {
    bottom: 6.3772%;
    left: 3.2%;
    width: 96.2667%;
  }
}
@media screen and (min-width: 769px) {
  .section-hero .banner {
    right: 7.5%;
    bottom: 13.253%;
    width: 25%;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-hero .banner:hover {
    opacity: 0.9;
  }
}
.section-hero .banner img {
  width: 100%;
  height: auto;
}

.section-strength {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-strength {
    padding: 0 0 45px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength {
    margin-top: -12px;
    padding: 0 0 90px;
  }
}
@media screen and (max-width: 768px) {
  .section-strength .section-content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
.section-strength .headline {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-strength .content {
    margin-top: 44px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .content {
    margin-top: 82px;
  }
}
.section-strength .strength-list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-strength .strength-list {
    gap: 28px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px 40px;
  }
}
.section-strength .strength__img img {
  width: 100%;
  height: auto;
}
.section-strength .strength__body {
  display: flex;
  align-items: start;
}
@media screen and (max-width: 768px) {
  .section-strength .strength__body {
    padding: 16px 8px 0;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength__body {
    padding: 26px 24px 0;
  }
}
.section-strength .strength__number {
  font-family: "Inter", sans-serif;
  letter-spacing: -0.02em;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-strength .strength__number {
    font-size: 46px;
    margin-right: 31px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength__number {
    font-size: 58px;
    margin-right: 42px;
  }
}
.section-strength .strength__number_green {
  color: #24a998;
}
.section-strength .strength__number_blue {
  color: #3785e2;
}
.section-strength .strength__number::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 1px;
  transform: translate(0, -50%);
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .section-strength .strength__number::after {
    right: -12px;
    height: 38px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength__number::after {
    right: -21px;
    height: 43px;
  }
}
.section-strength .strength__text {
  flex: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .section-strength .strength__text {
    font-size: 14px;
    line-height: 1.5714;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength__text {
    line-height: 1.75;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .section-strength .strength__footer {
    margin-top: 8px;
    padding: 0 8px;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength__footer {
    margin-top: 12px;
    padding: 0 36px;
  }
}
@media screen and (max-width: 768px) {
  .section-strength .strength__footer .caution {
    font-size: 11px;
    line-height: 1.7273;
  }
}
@media screen and (min-width: 769px) {
  .section-strength .strength__footer .caution {
    font-size: 12px;
    letter-spacing: 0.02em;
    line-height: 1.5833;
  }
}
.section-strength .strength__footer .caution__item {
  padding-left: 1em;
  position: relative;
}
.section-strength .strength__footer .caution__item::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}

.section-cta {
  background-color: #3785e2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .section-cta {
    padding: 30px 0 34px;
  }
}
@media screen and (min-width: 769px) {
  .section-cta {
    padding: 66px 0 72px;
  }
}
@media screen and (max-width: 768px) {
  .section-cta .section-content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
.section-cta .catch {
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-cta .catch {
    font-size: 17px;
    line-height: 1.4118;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .catch {
    font-size: 24px;
    line-height: 1.875;
    letter-spacing: 0.02em;
  }
}
@media screen and (max-width: 768px) {
  .section-cta .catch_pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .catch_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-cta .catch .small {
    font-size: 9px;
    vertical-align: 50%;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .catch .small {
    font-size: 11px;
    vertical-align: 45%;
  }
}
.section-cta .cta {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-cta .cta {
    gap: 18px;
    margin-top: 14px;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .cta {
    grid-template-columns: repeat(2, 1fr);
    gap: 114px;
    align-items: center;
    margin-top: 54px;
  }
}
.section-cta .cta__form {
  display: flex;
  justify-content: center;
}
.section-cta .cta__form-button {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  background: linear-gradient(180deg, #ffec8c 0%, #ffd331 100%);
  border-radius: 9999px;
  position: relative;
  font-weight: 700;
  transition: box-shadow 0.3s, transform 0.3s;
  color: #323232;
}
@media screen and (max-width: 768px) {
  .section-cta .cta__form-button {
    max-width: 300px;
    width: 100%;
    min-height: 55px;
    font-size: 20px;
    box-shadow: 3px 3px 3px rgba(0, 66, 102, 0.4);
    border: 3px solid #ffec8c;
    padding: 0.5em 2em 0.5em 1em;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .cta__form-button {
    max-width: 500px;
    width: 100%;
    min-height: 90px;
    font-size: 28px;
    box-shadow: 5px 5px 5px rgba(0, 66, 102, 0.4);
    border: 5px solid #ffec8c;
    padding: 0.5em 1em;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-cta .cta__form-button:hover {
    box-shadow: 0px 0px 0px rgba(0, 66, 102, 0.4);
    transform: translate(0, 1px);
  }
}
.section-cta .cta__form-button::after {
  content: "";
  background-image: url(../img/arrow.svg);
  background-size: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .section-cta .cta__form-button::after {
    right: 12px;
    width: 37px;
    height: 37px;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .cta__form-button::after {
    right: 6.4%;
    width: 30px;
    height: 30px;
  }
}
.section-cta .cta__tel {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .section-cta .cta__tel {
    margin-top: 20px;
    position: relative;
  }
  .section-cta .cta__tel::before {
    content: "";
    position: absolute;
    left: -57px;
    top: 50%;
    transform: translate(0, -50%);
    width: 1px;
    height: 111px;
    background-color: #005a96;
  }
}
.section-cta .cta__tel-number {
  transition: opacity 0.3s;
}
@media screen and (min-width: 769px) {
  .section-cta .cta__tel-number {
    width: 96.1832%;
  }
  .section-cta .cta__tel-number img {
    width: 100%;
    height: auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-cta .cta__tel-number:hover {
    opacity: 0.8;
  }
}
.section-cta .cta__tel-desc {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .section-cta .cta__tel-desc {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.3077;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .cta__tel-desc {
    margin-top: 13px;
    line-height: 1.5;
  }
}
.section-cta .cta__tel-desc .yellow {
  color: #ffec8c;
}
.section-cta .caution {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .section-cta .caution {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.5833;
    letter-spacing: 0.02em;
  }
  .section-cta .caution small{
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .section-cta .caution {
    margin-top: 42px;
    font-size: 18px;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }
  .section-cta .caution small{
    font-size: 12px;
  }
}

.section-value {
  position: relative;
}
.section-value .headline {
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 248, 251) 100%);
}
@media screen and (max-width: 768px) {
  .section-value .headline {
    padding: 58px 0 44px;
  }
}
@media screen and (min-width: 769px) {
  .section-value .headline {
    padding: 96px 0 74px;
  }
}
.section-value .headline .container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-value .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-value .container {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}

.section-subsidy {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .section-subsidy {
    padding: 100px 0 76px;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy {
    padding: 110px 0 125px;
  }
}
.section-subsidy__heading {
  text-align: center;
  letter-spacing: 0.06em;
  color: #24a998;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .section-subsidy__heading {
    font-size: 28px;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy__heading {
    font-size: 48px;
  }
}
.section-subsidy__heading .bold {
  font-weight: 500;
  color: #3785e2;
}
@media screen and (max-width: 768px) {
  .section-subsidy__body {
    margin-top: 40px;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy__body {
    margin-top: 116px;
    position: relative;
  }
}
.section-subsidy .subsidy-list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-subsidy .subsidy-list {
    gap: 24px;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy .subsidy-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.section-subsidy .subsidy__img img {
  width: 100%;
  height: auto;
}
.section-subsidy .subsidy__caution {
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-subsidy .subsidy__caution {
    margin-top: 26px;
    font-size: 11px;
    line-height: 1.7273;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy .subsidy__caution {
    margin-top: 254px;
    font-size: 12px;
    line-height: 1.75;
  }
}
.section-subsidy .subsidy__caution a {
  color: #ff4869;
  text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
  .section-subsidy .subsidy__caution a:hover {
    text-decoration: none;
  }
}
.section-subsidy .subsidy-outro {
  text-align: center;
  font-weight: 300;
  color: #ff4869;
}
@media screen and (max-width: 768px) {
  .section-subsidy .subsidy-outro {
    margin-top: 28px;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy .subsidy-outro {
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    margin-top: 30.8621%;
  }
}
.section-subsidy .subsidy-outro__main {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .section-subsidy .subsidy-outro__main {
    border-top: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    padding: 10px 0;
    font-size: 26px;
    line-height: 1.2692;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy .subsidy-outro__main {
    border-top: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    padding: 9.5px 0;
    font-size: 48px;
    line-height: 1.5;
  }
}
.section-subsidy .subsidy-outro__sub {
  letter-spacing: 0.06em;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .section-subsidy .subsidy-outro__sub {
    margin-top: 12px;
    font-size: 14px;
  }
}
@media screen and (min-width: 769px) {
  .section-subsidy .subsidy-outro__sub {
    margin-top: 25px;
    font-size: 38px;
  }
}

.section-special-value {
  position: relative;
  overflow-x: clip;
}
@media screen and (max-width: 768px) {
  .section-special-value {
    padding-top: 102px;
    padding-bottom: 64px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value {
    padding-top: 127px;
    padding-bottom: 92px;
  }
}
.section-special-value::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 248, 251) 100%);
}
@media screen and (max-width: 768px) {
  .section-special-value::before {
    height: 185px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value::before {
    height: 433px;
  }
}
.section-special-value::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(240, 248, 251) 100%);
}
@media screen and (max-width: 768px) {
  .section-special-value::after {
    height: 135px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value::after {
    height: 533px;
  }
}
.section-special-value .container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .section-special-value .container {
    max-width: 1240px;
  }
}
.section-special-value__heading {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-special-value__heading {
    max-width: 317px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value__heading {
    max-width: 978px;
  }
}
.section-special-value__heading img {
  width: 100%;
  height: auto;
}
.section-special-value__caution {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-special-value__caution {
    margin-top: 16px;
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value__caution {
    margin-top: 20px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value__body {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value__body {
    margin-top: 93px;
  }
}
.section-special-value .special-value-menu {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu {
    gap: 16px 0;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu {
    grid-template-columns: repeat(4, 1fr);
  }
}
.section-special-value .special-value-menu__item {
  border-left: 1px solid #cee8f6;
  border-right: 1px solid #cee8f6;
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(2n) {
    border-left-width: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(1n + 2) {
    border-left-width: 0;
  }
}
.section-special-value .special-value-menu__link {
  display: block;
  position: relative;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu__link {
    padding-top: 14px;
    height: 61px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu__link {
    padding-top: 18px;
    height: 106px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-special-value .special-value-menu__link:hover {
    opacity: 0.7;
  }
}
.section-special-value .special-value-menu__link::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #3785e2;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu__link::after {
    bottom: 7px;
    width: 11px;
    height: 6px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu__link::after {
    bottom: 13px;
    width: 20px;
    height: 10px;
  }
}
.section-special-value .special-value-menu__link .logo {
  margin: auto;
  overflow: visible;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu__link .logo {
    height: 10px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu__link .logo {
    height: 25px;
  }
}
.section-special-value .special-value-menu__link .logo img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(1n) .logo {
    width: 97px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(1n) .logo {
    width: 168px;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(2n) .logo {
    width: 93px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(2n) .logo {
    width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(3n) .logo {
    width: 92px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(3n) .logo {
    width: 159px;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(4n) .logo {
    width: 91px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .special-value-menu .special-value-menu__item:nth-of-type(4n) .logo {
    width: 157px;
  }
}
.section-special-value .price-list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-special-value .price-list {
    margin-top: 45px;
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .price-list {
    margin-top: 48px;
    gap: 42px;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value .price {
    padding-top: 67px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .price {
    padding-top: 63px;
  }
}
.section-special-value .price__header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-special-value .price__company-logo {
    margin-left: 11px;
    width: 120px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .price__company-logo {
    width: 200px;
  }
}
.section-special-value .price__company-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 1px;
  background-color: #666666;
}
@media screen and (max-width: 768px) {
  .section-special-value .price__company-logo::after {
    left: 155px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .price__company-logo::after {
    left: 259px;
  }
}
.section-special-value .price__company-logo img {
  width: 100%;
  height: auto;
}
.section-special-value .price__gift {
  position: absolute;
  top: 50%;
  transform: translate(0, -48%);
}
@media screen and (max-width: 768px) {
  .section-special-value .price__gift {
    right: 1px;
    width: 147px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .price__gift {
    right: 0;
    width: 184px;
  }
}
.section-special-value .price__gift img {
  width: 100%;
  height: auto;
}

.section-special-value .price__title {
  max-width: 1100px;
  margin: 40px auto 0;
  text-align: center;
}

.section-special-value .price__title img{
  width: 100%;
  height: auto;
}

.section-special-value .price__title__caution {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  display: inline-block;
  color: #ff4869;
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .section-special-value .price__title__caution {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value .price__body {
    margin-top: 71px;
    padding: 0 5px 0 2px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .price__body {
    padding: 3.3334% 9.6667% 9.6667% 9.6667%;
  }
}
.section-special-value .price__body img {
  width: 100%;
  height: auto;
}
.section-special-value .ohisama {
  background-color: #fff8ee;
}
@media screen and (max-width: 768px) {
  .section-special-value .ohisama {
    margin-top: 62px;
    padding: 28px 26px 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama {
    margin-top: 118px;
    display: flex;
    flex-direction: row-reverse;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama__img {
    width: 38%;
  }
}
.section-special-value .ohisama__img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-special-value .ohisama__img img {
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama__img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .section-special-value .ohisama__body {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama__body {
    width: 62%;
    padding: 50px 56px 41px 60px;
  }
}
.section-special-value .ohisama__intro {
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .section-special-value .ohisama__intro {
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama__intro {
    font-size: 24px;
    line-height: 1.5;
  }
}
.section-special-value .ohisama__title {
  color: #ff4869;
  font-weight: 700;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .section-special-value .ohisama__title {
    margin-top: 4px;
    font-size: 29px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama__title {
    margin-top: 6px;
    font-size: 42px;
    letter-spacing: 0.04em;
  }
}
.section-special-value .ohisama__desc {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-special-value .ohisama__desc {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5714;
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .ohisama__desc {
    margin-top: 15px;
    line-height: 1.8571;
    letter-spacing: 0.02em;
  }
}
.section-special-value .ohisama .ohisama-price__title {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  background: #3785E2;
  line-height: 2;
  text-align: center;
  margin-top: 20px;
}
.section-special-value .ohisama .ohisama-price__title span{
  font-size: 13px;
  line-height: 2.7;
}

@media screen and (max-width: 768px) {
  .section-special-value .ohisama .ohisama-price__title {
    font-size: 13px;
  }

  .section-special-value .ohisama .ohisama-price__title span{
    font-size: 9px;
    line-height: 2.5;
  }
}

.section-special-value .ohisama .ohisama-price-list {
  display: grid;
  margin-top: 24px;
  gap: 10px;
}
.section-special-value .ohisama .ohisama-price-list__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-special-value .others {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .others {
    margin: 112px auto 0;
    max-width: 1100px;
    display: flex;
    align-items: center;
  }
}
.section-special-value .others__text {
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .section-special-value .others__text {
    font-size: 18px;
    line-height: 1.5714;
    text-align: center;
    /* width: -moz-fit-content;
    width: fit-content;
    margin: auto; */
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .others__text {
    font-size: 24px;
    line-height: 1.5833;
  }
}
.section-special-value .others .others-list {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .section-special-value .others .others-list {
    justify-content: center;
    margin-top: 34px;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .others .others-list {
    margin-left: 90px;
  }
}
.section-special-value .others .others-list .others-list__item + .others-list__item {
  margin-left: 40px;
}
.section-special-value .others .others-list .others-list__item:nth-of-type(1) {
  width: 98px;
}
.section-special-value .others .others-list .others-list__item:nth-of-type(2) {
  width: 125px;
}
.section-special-value .others .others-list .others-list__item img {
  width: 100%;
  height: auto;
}
.section-special-value .caution {
  color: #553232;
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-special-value .caution {
    margin-top: 20px;
    padding: 6px;
    font-size: 11px;
    line-height: 1.7273;
  }
}
@media screen and (min-width: 769px) {
  .section-special-value .caution {
    margin: 42px auto 0;
    max-width: 1100px;
    font-size: 12px;
    line-height: 1.75;
  }
}

.section-campaign {
  position: relative;
}
@media screen and (min-width: 769px) {
  .section-campaign .section-number {
    left: 15px;
  }
}
@media screen and (min-width: 1240px) {
  .section-campaign .section-number {
    left: auto;
    right: calc(50% + 475px);
  }
}
.section-campaign__intro {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-campaign__intro {
    padding-top: 95px;
    padding-bottom: 42px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign__intro {
    padding-top: 64px;
    padding-bottom: 76px;
  }
}
.section-campaign__intro img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-campaign__intro img {
    max-width: 307px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign__intro img {
    max-width: 1083px;
    margin-left: -1.2927%;
  }
}
.section-campaign__content {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-campaign__content {
    padding-top: 68px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign__content {
    padding-top: 85px;
    padding-bottom: 116px;
  }
}
.section-campaign__content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(240, 248, 251) 100%);
}
@media screen and (max-width: 768px) {
  .section-campaign__content::before {
    height: 185px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign__content::before {
    height: 533px;
  }
}
.section-campaign .container {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .section-campaign .container {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .container {
    max-width: 1020px;
  }
}
.section-campaign__header {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-campaign__body {
    margin-top: 52px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign__body {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__item {
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list .defi-list__item + .defi-list__item {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list .defi-list__item + .defi-list__item {
    margin-top: 20px;
  }
}
.section-campaign .defi-list__term {
  line-height: 1.5;
  background-color: #3785e2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__term {
    min-height: 30px;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__term {
    min-height: 51px;
    font-size: 22px;
    letter-spacing: 0.04em;
    font-weight: 400;
    width: 224px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc {
    margin-top: 24px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 24px;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .order-list {
    font-size: 14px;
    line-height: 1.5714;
    letter-spacing: 0;
    text-align: justify;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .order-list {
    font-size: 20px;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
.section-campaign .defi-list__desc .order-list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .order-list__item {
    padding-left: 25px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .order-list__item {
    padding-left: 28px;
  }
}
.section-campaign .defi-list__desc .order-list__item > img {
  position: absolute;
  left: 0;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .order-list__item > img {
    top: 1;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .order-list__item > img {
    top: 7px;
    width: 22px;
    height: 22px;
  }
}
.section-campaign .defi-list__desc .term {
  color: #ff4869;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .term {
    text-align: center;
    letter-spacing: -0.06em;
    font-size: 19px;
    line-height: 1.25;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .term {
    letter-spacing: -0.06em;
    font-size: 38px;
    line-height: 1.25;
  }
}
.section-campaign .defi-list__desc .list {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .list {
    font-size: 14px;
    line-height: 1.5714;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .list {
    font-size: 16px;
    line-height: 2.0625;
    letter-spacing: 0.04em;
  }
}
.section-campaign .defi-list__desc .list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .list__item {
    padding-left: 18px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .list__item {
    padding-left: 22px;
  }
}
.section-campaign .defi-list__desc .list__item::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #3785e2;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  width: 11px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .list__item::before {
    top: 4.5px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .list__item::before {
    top: 10px;
  }
}
.section-campaign .defi-list__desc .area {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-campaign .defi-list__desc .area {
    font-size: 14px;
    line-height: 1.5714;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .defi-list__desc .area {
    font-size: 18px;
    line-height: 1.7778;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 768px) {
  .section-campaign .caution {
    margin-top: 32px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .caution {
    margin-top: 48px;
  }
}
.section-campaign .caution__heading {
  color: #3785e2;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-campaign .caution__heading {
    text-align: center;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .caution__heading {
    font-size: 20px;
  }
}
.section-campaign .caution__list {
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-campaign .caution__list {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6667;
    text-align: justify;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .caution__list {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.9286;
  }
}
.section-campaign .caution__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-campaign .caution__item {
    padding-left: 12px;
  }
}
@media screen and (min-width: 769px) {
  .section-campaign .caution__item {
    padding-left: 18px;
  }
}
.section-campaign .caution__item::before {
  content: "＊";
  position: absolute;
  top: 0;
  left: 0;
}

.section-campaign .campaign-banner {
  margin: 40px auto 0;
  max-width: 820px;
}

.section-campaign .campaign-banner__link {
  transition: opacity 0.3s;
}

@media screen and (min-width: 769px) {
  .section-campaign .campaign-banner__link:hover {
    opacity: 0.8;
  }
}
.section-campaign .campaign-banner img{
  width: 100%;
}
@media screen and (max-width: 768px) {
  .section-campaign .campaign-banner img{
    height: 100%;
  }
}

.section-campaign .campaign-banner .campaign-banner__caution{
  font-size: 12px;
  text-align: center;
  color: #323232;
  margin-top: 1em;
  line-height: 1.3;
}

@media screen and (max-width: 768px) {
  .section-campaign .campaign-banner .campaign-banner__caution{
    font-size: 11px;
  }
}

@media screen and (max-width: 768px) {
  .section-payment {
    padding: 68px 0 48px;
  }
}
@media screen and (min-width: 769px) {
  .section-payment {
    padding: 112px 0 116px;
  }
}
@media screen and (max-width: 768px) {
  .section-payment .section-content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .col2 {
    display: flex;
    align-items: end;
  }
}
@media screen and (max-width: 768px) {
  .section-payment .heading2 {
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .head {
    width: 400px;
  }
}
.section-payment .catch {
  font-weight: 700;
  color: #00629f;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .section-payment .catch {
    margin-top: 28px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .catch {
    margin-top: 66px;
    font-size: 24px;
    line-height: 1.4583;
  }
}
.section-payment .text {
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .section-payment .text {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7857;
    text-align: center;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .text {
    margin-top: 14px;
    font-size: 18px;
    line-height: 1.7778;
  }
}
@media screen and (max-width: 768px) {
  .section-payment .body {
    margin-top: 34px;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .body {
    flex: 1;
  }
}
.section-payment .logo {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-payment .logo {
    width: 200px;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .logo {
    width: 243px;
  }
}
.section-payment .logo img {
  width: 100%;
  height: auto;
}
.section-payment .payment-list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-payment .payment-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 7px;
    margin-top: 35px;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .payment-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 36px;
  }
}
.section-payment .payment-list__item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-payment .payment-list__item img {
    border-radius: 5px;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .payment-list__item img {
    border-radius: 6px;
  }
}
.section-payment .caution {
  letter-spacing: 0;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-payment .caution {
    margin-top: 25px;
    font-size: 11px;
    line-height: 1.7273;
  }
}
@media screen and (min-width: 769px) {
  .section-payment .caution {
    margin-top: 64px;
    font-size: 12px;
    line-height: 1.75;
  }
}
@media screen and (min-width: 1260px) {
  .section-payment .caution {
    margin-left: -34px;
  }
}

.section-change {
  background: linear-gradient(250.34deg, rgba(36, 169, 152, 0.1) 0%, rgba(55, 98, 211, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  .section-change {
    padding: 56px 0 62px;
  }
}
@media screen and (min-width: 769px) {
  .section-change {
    padding: 124px 0;
  }
}
@media screen and (max-width: 768px) {
  .section-change .section-content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-change .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .section-change .content {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .section-change .head {
    width: 45.6897%;
  }
}
@media screen and (max-width: 768px) {
  .section-change .heading2 {
    max-width: 285px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-change .img {
    max-width: 310px;
    margin: 23px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .section-change .img {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .section-change .img_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-change .img_pc {
    display: none;
  }
}
.section-change .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-change .text {
    max-width: 285px;
    margin: 32px auto 0;
    font-size: 14px;
    line-height: 1.7857;
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 769px) {
  .section-change .text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7778;
    letter-spacing: 0.04em;
  }
}

@media screen and (max-width: 768px) {
  .section-specialty {
    padding: 58px 0;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty {
    padding: 120px 0 108px;
  }
}
@media screen and (max-width: 768px) {
  .section-specialty .section-content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty .content {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty .head {
    width: 58.1897%;
  }
}
@media screen and (max-width: 768px) {
  .section-specialty .heading2 {
    max-width: 285px;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .section-specialty .img {
    max-width: 330px;
    margin: 25px auto 0;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty .img {
    flex: 1;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty .img_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .section-specialty .img_pc {
    display: none;
  }
}
.section-specialty .img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .section-specialty .text {
    max-width: 295px;
    margin: 30px auto 0;
    font-size: 14px;
    line-height: 1.7143;
    letter-spacing: 0.04em;
    text-align: justify;
  }
}
@media screen and (min-width: 769px) {
  .section-specialty .text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 1.7778;
    letter-spacing: 0.04em;
  }
}
.section-specialty .text .red {
  color: #ff1446;
}

.section-flow {
  background: linear-gradient(250.34deg, rgba(36, 169, 152, 0.1) 0%, rgba(55, 98, 211, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  .section-flow {
    padding: 58px 0 64px;
  }
}
@media screen and (min-width: 769px) {
  .section-flow {
    padding: 80px 0 124px;
  }
}
@media screen and (max-width: 768px) {
  .section-flow .section-content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
.section-flow .headline {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-flow .heading {
    font-size: 27px;
  }
}
@media screen and (max-width: 768px) {
  .section-flow .content {
    margin-top: 38px;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .content {
    margin-top: 76px;
  }
}
.section-flow .flow-list {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-list {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .flow-list {
    max-width: 1106px;
    display: flex;
  }
}
.section-flow .flow-list__item + .flow-list__item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-list__item + .flow-list__item {
    margin-top: 27px;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .flow-list__item + .flow-list__item {
    width: 123px;
    margin-left: 73px;
  }
}
.section-flow .flow-list__item + .flow-list__item::before {
  content: "";
  position: absolute;
  background-color: #0082d6;
}
@media screen and (max-width: 768px) {
  .section-flow .flow-list__item + .flow-list__item::before {
    top: -18px;
    left: 15px;
    width: 15px;
    height: 7.5px;
    clip-path: polygon(0 0, 50% 100%, 100% 0);
  }
}
@media screen and (min-width: 769px) {
  .section-flow .flow-list__item + .flow-list__item::before {
    top: 50%;
    left: -46px;
    transform: translate(0, -50%);
    width: 15px;
    height: 30px;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
  }
}
.section-flow .flow {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .section-flow .flow {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .section-flow .flow__icon {
    width: 45px;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .flow__icon {
    width: 123px;
    order: 2;
    margin-top: 18px;
  }
}
.section-flow .flow__icon img {
  width: 100%;
  height: auto;
}
.section-flow .flow__number {
  color: #137abf;
  letter-spacing: 0.02em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-flow .flow__number {
    margin-left: 20px;
    font-size: 21px;
    font-weight: 700;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .flow__number {
    order: 1;
    font-size: 20px;
  }
}
.section-flow .flow__text {
  color: #4d4d4d;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .section-flow .flow__text {
    margin-left: 14px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 769px) {
  .section-flow .flow__text {
    margin-top: 20px;
    order: 3;
    font-size: 18px;
    letter-spacing: 0;
    white-space: nowrap;
  }
}

@media screen and (max-width: 768px) {
  .section-area {
    padding: 65px 0 58px;
  }
}
@media screen and (min-width: 769px) {
  .section-area {
    padding: 79px 0 108px;
  }
}
@media screen and (max-width: 768px) {
  .section-area .section-content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-area .section-content {
    padding: 0 20px;
    max-width: 1240px;
    margin: auto;
  }
}
.section-area .headline {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-area .content {
    margin-top: 38px;
  }
}
@media screen and (min-width: 769px) {
  .section-area .content {
    margin-top: 28px;
  }
}
@media screen and (max-width: 768px) {
  .section-area .area {
    font-size: 16px;
    line-height: 1.75;
    text-align: justify;
    letter-spacing: 0.04em;
    max-width: 295px;
    margin: auto;
  }
}
@media screen and (min-width: 769px) {
  .section-area .area {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

.section-voice {
  background: linear-gradient(250.34deg, rgba(36, 169, 152, 0.1) 0%, rgba(55, 98, 211, 0.1) 100%);
}
@media screen and (max-width: 768px) {
  .section-voice {
    padding: 58px 0 75px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice {
    padding: 89px 0 103px;
  }
}
@media screen and (max-width: 768px) {
  .section-voice .section-content {
    padding: 0 15px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .section-content {
    padding: 0 20px;
    max-width: 1240px;
    margin: auto;
  }
}
.section-voice .headline {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-voice .content {
    margin-top: 92px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .content {
    margin-top: 85px;
  }
}
.section-voice .voice-list {
  display: grid;
}
@media screen and (max-width: 768px) {
  .section-voice .voice-list {
    gap: 50px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .voice-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
.section-voice .voice {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .section-voice .voice {
    padding: 64px 35px 52px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .voice {
    padding: 68px 40px 58px;
  }
}
.section-voice .voice__img {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .section-voice .voice__img {
    width: 80px;
    top: -30px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .voice__img {
    width: 90px;
    top: -35px;
  }
}
.section-voice .voice__img img {
  width: 100%;
  height: auto;
}
.section-voice .voice__heading {
  line-height: 1.5;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .section-voice .voice__heading {
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .voice__heading {
    font-size: 18px;
  }
}
.section-voice .voice__text {
  letter-spacing: 0.04em;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .section-voice .voice__text {
    margin-top: 24px;
    font-size: 14px;
    line-height: 2.1429;
  }
}
@media screen and (min-width: 769px) {
  .section-voice .voice__text {
    margin-top: 28px;
    font-size: 16px;
    line-height: 2.125;
  }
}
.section-voice .voice__text .marker {
  background-image: linear-gradient(0deg, #5ec3ee 2px, transparent 2px);
  padding-bottom: 3px;
  display: inline;
}

@media screen and (max-width: 768px) {
  .section-faq {
    padding: 55px 0 109px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq {
    padding: 110px 0 133px;
  }
}
@media screen and (max-width: 768px) {
  .section-faq .section-content {
    padding: 0 20px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .section-content {
    padding: 0 20px;
    max-width: 1200px;
    margin: auto;
  }
}
.section-faq .headline {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .section-faq .content {
    margin-top: 43px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .content {
    margin-top: 54px;
  }
}
.section-faq .faq-list {
  display: grid;
  gap: 10px;
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list {
    max-width: 977px;
    margin: auto;
  }
}
.section-faq .faq-list__item {
  border-radius: 4px;
  overflow: hidden;
}
.section-faq .faq-list__term button {
  display: flex;
  align-items: center;
  width: 100%;
  font-weight: 400;
  background-color: #0082d6;
  color: #fff;
  letter-spacing: 0;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-list__term button {
    font-size: 14px;
    line-height: 1.4286;
    min-height: 51px;
    padding: 12px 18px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list__term button {
    font-size: 18px;
    line-height: 1.7778;
    min-height: 57px;
    padding: 12px 32px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .section-faq .faq-list__term button:hover {
    opacity: 0.8;
  }
}
.section-faq .faq-list__term button span {
  display: block;
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-list__term button span {
    padding-left: 22px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list__term button span {
    padding-left: 30px;
  }
}
.section-faq .faq-list__term button span::before {
  content: "Q.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #ffec64;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-list__term button span::before {
    line-height: 20px;
    font-size: 18px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list__term button span::before {
    font-size: 22px;
    line-height: 32px;
  }
}
.section-faq .faq-list__desc {
  overflow: hidden;
}
.section-faq .faq-list__desc-inner {
  background-color: #f5f5f8;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-list__desc-inner {
    padding: 18px;
    font-size: 13px;
    line-height: 1.6923;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list__desc-inner {
    padding: 19px 32px;
    font-size: 16px;
    line-height: 1.625;
  }
}
.section-faq .faq-list__desc-inner div {
  position: relative;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-list__desc-inner div {
    padding-left: 22px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list__desc-inner div {
    padding-left: 30px;
  }
}
.section-faq .faq-list__desc-inner div::before {
  content: "A.";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  color: #ff4869;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .section-faq .faq-list__desc-inner div::before {
    font-size: 18px;
    line-height: 22px;
  }
}
@media screen and (min-width: 769px) {
  .section-faq .faq-list__desc-inner div::before {
    font-size: 22px;
    line-height: 26px;
  }
}/*# sourceMappingURL=style.css.map */