@charset "UTF-8";
html,
input,
textarea,
select,
button {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

html {
  font-size: 16px;
  line-height: 1.8125;
  color: #000;
  letter-spacing: 0.05em;
  word-break: break-all;
  background: #fff;
}

body {
  margin: 0;
  background: #fff;
}

.body__inner {
  background: #fcf7f2;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0;
  vertical-align: top;
  border: 0;
}

p {
  padding: 0;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}

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

textarea {
  resize: vertical;
}

button {
  cursor: pointer;
  border: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

main {
  display: block;
}

dl,
dt,
dd {
  padding: 0;
  margin: 0;
}

@media only screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    position: relative;
    font-size: 14px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input[type=submit] {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  input,
  select,
  textarea {
    font-size: 16px !important;
  }
  .pc {
    display: none !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fcf7f2;
}
@media only screen and (min-width: 1025px) {
  .header {
    height: 115px;
  }
}
@media only screen and (max-width: 1024px) {
  .header {
    height: 74px;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  padding: 36px 43px 0 31px;
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    padding: 21px 20px 0 17px;
  }
}
.header__logo {
  position: relative;
  z-index: 100;
  width: 196.78px;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: 138px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__link {
    display: none;
  }
}
.header__linkList {
  display: flex;
  gap: 28px;
  align-items: center;
  margin-left: auto;
}
.header__link a {
  font-weight: bold;
  letter-spacing: 0.075em;
}
.header__link a:not(.btn) {
  position: relative;
  z-index: 1;
}
.header__link a:not(.btn)::after {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 50px;
  height: 50px;
  content: "";
  background-color: #e8d575;
  opacity: 0;
  -webkit-mask: url("../img/icon_webbit.svg") no-repeat center center/contain;
          mask: url("../img/icon_webbit.svg") no-repeat center center/contain;
  transition: all 0.5s ease 0s;
  transform: translate(-50%, -50%);
}
.header__link a:not(.btn):hover::after {
  opacity: 1;
}
.header .drawer {
  transform: translateY(-200%);
}
@media only screen and (min-width: 1025px) {
  .header .drawerWrap {
    display: none;
  }
}
.header .drawerWrap._active .drawer {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  width: 100%;
  padding-bottom: 70px;
  background-color: #fff;
  transition: transform 0.3s;
  transform: translateY(0);
}
.header .drawerWrap._active .drawerButton__top {
  top: 30px;
  transform: translateX(-50%) rotate(45deg);
}
.header .drawerWrap._active .drawerButton__med {
  opacity: 0;
}
.header .drawerWrap._active .drawerButton__bottom {
  top: 30px;
  transform: translateX(-50%) rotate(-45deg);
}
.header .drawerWrap._active .drawerBg {
  visibility: visible;
  opacity: 1;
}
.header .drawer__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  background-color: #ccc;
}
.header .drawerList {
  width: 100%;
  padding-top: 65px;
  padding-right: 8px;
  padding-left: 8px;
  margin-top: 74px;
  margin-bottom: 38px;
}
.header .drawerList__item {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.075em;
}
.header .drawerList__item:not(:first-child) {
  margin-top: 36px;
}
.header .drawerButton {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 30;
  width: 74px;
  height: 74px;
}
.header .drawerButton__top, .header .drawerButton__med, .header .drawerButton__bottom {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 2px;
  background-color: #0f0f0f;
  transition: all 0.3s;
  transform: translateX(-50%);
}
.header .drawerButton__top {
  top: 27px;
}
._active .header .drawerButton__top {
  transform: translateY(13.5px) rotate(45deg);
}
._active .header .drawerButton__med {
  opacity: 0;
}
.header .drawerButton__bottom {
  top: 48px;
}
._active .header .drawerButton__bottom {
  transform: translateY(-13.5px) rotate(-45deg);
}
.header .drawerBg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  visibility: hidden;
  background-color: rgba(112, 112, 112, 0.7);
  opacity: 0;
  transition: all 0.3s;
}
._active .header .drawerBg {
  visibility: visible;
  opacity: 1;
}

.footer {
  position: relative;
  z-index: 1;
  background-color: #5c4943;
}
.footer::after {
  position: absolute;
  top: 0;
  top: 50%;
  right: 30px;
  z-index: -1;
  width: 437px;
  height: 492px;
  content: "";
  background-color: #53403a;
  -webkit-mask: url("../img/icon_webbit.svg") no-repeat center center/contain;
          mask: url("../img/icon_webbit.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .footer::after {
    top: 60px;
    right: auto;
    left: 50%;
    width: 80%;
    height: 100%;
    max-height: 337px;
    transform: translateX(-50%);
  }
}
.footer__inner {
  padding-top: 80px;
  padding-bottom: 73px;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer__inner {
    padding-top: 78px;
    padding-bottom: 140px;
  }
}
.footer__top {
  display: flex;
  padding-bottom: 48px;
  border-bottom: 1px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .footer__top {
    display: block;
    padding-bottom: 56px;
  }
}
.footer__title {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1024px) {
  .footer__title {
    font-size: 34px;
  }
}
.footer__text {
  margin-top: 32px;
  font-size: 18px;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1024px) {
  .footer__text {
    margin-top: 24px;
    font-size: 16px;
  }
}
.footer__btn {
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .footer__btn {
    margin-top: 44px;
    text-align: center;
  }
}
.footer__bottom {
  margin-top: 57px;
}
@media only screen and (max-width: 1024px) {
  .footer__bottom {
    padding: 0 8px;
  }
}
.footer__logo {
  fill: #fff;
}
.footer__linkList {
  display: flex;
  gap: 32px;
  margin-top: 35px;
}
@media only screen and (max-width: 1024px) {
  .footer__linkList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 36px 30px;
    margin-top: 26px;
  }
}
.footer__link a {
  font-size: 14px;
  color: #fff;
}
.footer__copy {
  margin-top: 58px;
  font-family: "Outfit", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .footer__copy {
    margin-top: 46px;
  }
}

.inner {
  width: min(100% - 30px, 1200px);
  margin-inline: auto;
}
.inner._narrow {
  width: min(100% - 30px, 1000px);
}
.inner._soNarrow {
  width: min(100% - 30px, 750px);
}

.btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 336px;
  padding: 17.5px;
  font-weight: bold;
  color: #000;
  border: 2px solid #000;
  border-radius: 10px;
}
.btn._accordion {
  max-width: 200px;
  padding: 12.5px;
  border: none;
}
.btn._accordion span {
  position: relative;
  padding-right: 16px;
}
.btn._accordion span::before {
  position: absolute;
  top: 50%;
  right: 0;
  width: 13px;
  height: 7px;
  content: "";
  background: url("../img/icon_toggle.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (min-width: 1025px) {
  .btn._accordion {
    display: none;
  }
}
.btn._wide {
  max-width: 400px;
  padding: 22px 32px 22px 40px;
}
@media only screen and (max-width: 1024px) {
  .btn._wide {
    padding: 12px 20px;
    text-align: center;
  }
}
.btn._contact {
  padding: 10px 22px;
}
@media only screen and (max-width: 1024px) {
  .btn._contact {
    max-width: 240px;
    padding: 15px 20px;
  }
}
.btn._contact span {
  position: relative;
  padding-left: 27px;
}
.btn._contact span::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 14px;
  content: "";
  background: url("../img/icon_mail.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.btn._arrow {
  box-shadow: 0 5px 0 #383838;
  transition: all 0.5s ease 0s;
}
.btn._arrow:hover {
  box-shadow: none;
  transform: translate3d(0, 5px, 0);
}
@media only screen and (min-width: 1025px) {
  .planBox__more .btn._arrow {
    position: relative;
    padding-right: 30px;
  }
  .planBox__more .btn._arrow span {
    display: contents;
    padding-right: 0;
  }
  .planBox__more .btn._arrow span::after {
    right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn._arrow {
    position: relative;
  }
}
.btn._arrow span {
  position: relative;
  padding-right: 28px;
}
.btn._arrow span::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/icon_arrow.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .btn._arrow span::after {
    right: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .btn._arrow span {
    display: contents;
  }
}
.btn._banner {
  padding: 12px 20px;
}
.btn._banner span {
  display: block;
}
.btn._banner span::after {
  top: auto;
  right: 50px;
  bottom: 0;
  transform: none;
}
.btn._gray {
  font-size: 16px;
  letter-spacing: 0.075em;
  background: #eaeaea;
}
.btn._yellow {
  font-size: 20px;
  background: #d1ed4d;
}
@media only screen and (max-width: 1024px) {
  .btn._yellow {
    font-size: 18px;
    line-height: 1.4444444444;
  }
}
.btn._spot {
  font-size: 16px;
  background: #e8d575;
}
.btn._simple {
  font-size: 16px;
  background: #d1ed4d;
}
.btn._standard {
  font-size: 16px;
  background: #f7783f;
}
.btn._premium {
  font-size: 16px;
  background: #4acce3;
}

.section__more {
  text-align: center;
}
.section__title {
  position: relative;
  padding-bottom: 17px;
  margin-bottom: 54px;
  font-size: 37px;
  font-weight: bold;
  line-height: 1.8918918919;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1024px) {
  .section__title {
    padding-bottom: 19px;
    font-size: 31px;
  }
}
.section__title::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45px;
  height: 5px;
  content: "";
  background: #f7783f;
  border-radius: 3px;
}

.top__title._ja {
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .top__title._ja {
    font-size: 38px;
  }
}
.top__title._en {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #f7783f;
  text-align: center;
  letter-spacing: 0.12em;
}
.top__title._padding {
  padding-right: 30px;
}
.news .top__title {
  text-align: left !important;
}

._hover {
  transition: all 0.5s ease 0s;
}
._hover:hover {
  opacity: 0.7;
}

.replyText {
  margin-bottom: 12px;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1024px) {
  .replyText {
    margin-bottom: 12px;
  }
}

.toContact {
  position: relative;
  background: #f48e37;
}
.toContact._bg::before {
  background-color: #fcf7f2;
}
.toContact::before {
  position: absolute;
  top: -1px;
  left: 50%;
  width: 147px;
  height: 59px;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
  content: "";
  background: #fff;
  transform: translateX(-50%);
}
.toContact__inner {
  padding-top: 106px;
  padding-bottom: 85px;
}
@media only screen and (max-width: 1024px) {
  .toContact__inner {
    padding-top: 121px;
  }
}
.toContact__title {
  margin-bottom: 28px;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1024px) {
  .toContact__title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.1111111111;
  }
}

.fv {
  padding-top: 64px;
  margin-top: 115px;
  background: #fcf7f2;
}
@media only screen and (max-width: 1024px) {
  .fv {
    padding-top: 12px;
    margin-top: 74px;
  }
}
.fv__inner {
  display: grid;
  gap: 1%;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .fv__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .fv__inner {
    gap: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  .fv__inner .replyText {
    order: 3;
  }
  .fv__inner .section__more {
    order: 4;
  }
}
@media only screen and (min-width: 1025px) {
  .fv__texts {
    padding-left: 9%;
  }
}
@media only screen and (max-width: 1024px) {
  .fv__texts {
    display: contents;
  }
}
@media only screen and (min-width: 1500px) {
  .fv__br {
    display: none;
  }
}
@media only screen and (max-width: 1499px) {
  .fv__br {
    display: block;
  }
}
.fv__title {
  margin-bottom: 35px;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.5869565217;
  text-align: center;
  letter-spacing: 0.08em;
  word-break: keep-all;
}
@media only screen and (max-width: 1024px) {
  .fv__title {
    order: 1;
    margin-bottom: 30px;
    font-size: 36px;
  }
}
.fv__title span._orange {
  color: #f7783f;
}
.fv__title .spanText {
  display: inline-block;
  letter-spacing: -0.25em;
  opacity: 0;
}
.fv__title .spanText.-inview {
  animation: show-letter;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.fv__title .spanText:nth-of-type(2) {
  animation-delay: 0.44s;
}
.fv__title .spanText:nth-of-type(3) {
  animation-delay: 0.48s;
}
.fv__title .spanText:nth-of-type(4) {
  animation-delay: 0.52s;
}
.fv__title .spanText:nth-of-type(5) {
  animation-delay: 0.56s;
}
.fv__title .spanText:nth-of-type(6) {
  animation-delay: 0.6s;
}
.fv__title .spanText:nth-of-type(7) {
  animation-delay: 0.64s;
}
.fv__title .spanText:nth-of-type(8) {
  animation-delay: 0.68s;
}
.fv__title .spanText:nth-of-type(9) {
  animation-delay: 0.72s;
}
.fv__title .spanText:nth-of-type(10) {
  animation-delay: 0.76s;
}
.fv__title .spanText:nth-of-type(11) {
  animation-delay: 0.8s;
}
.fv__title .spanText:nth-of-type(12) {
  animation-delay: 0.84s;
}
.fv__title .spanText:nth-of-type(13) {
  animation-delay: 0.88s;
}
.fv__title .spanText:nth-of-type(14) {
  animation-delay: 0.92s;
}
.fv__title .spanText:nth-of-type(15) {
  animation-delay: 0.96s;
}
.fv__title .spanText:nth-of-type(16) {
  animation-delay: 1s;
}
.fv__title .spanText:nth-of-type(17) {
  animation-delay: 1.04s;
}
.fv__title .spanText:nth-of-type(18) {
  animation-delay: 1.08s;
}
.fv__title .spanText:nth-of-type(19) {
  animation-delay: 1.12s;
}
.fv__title .spanText:nth-of-type(20) {
  animation-delay: 1.16s;
}
.fv__title .spanText:nth-of-type(21) {
  animation-delay: 1.2s;
}
.fv__open {
  margin-top: 15px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .fv__open {
    order: 5;
  }
}
.fv__open ._open {
  padding: 0 10px;
  margin-right: 7px;
  background: #fff;
  border: 1px solid #000;
  border-radius: 13px;
}
.fv__open ._font-en {
  font-family: "Outfit", sans-serif;
}
@media only screen and (min-width: 1025px) {
  .fv__img {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .fv__img {
    order: 2;
    margin-bottom: 20px;
  }
}

.boxText {
  padding: 0 8px;
  background: #fff;
  border: 2px solid #000;
}
.boxText._space._right {
  margin-right: 8px;
}
.boxText._space._left {
  margin-left: 8px;
}

.feature {
  background: #fcf7f2;
}
.feature__inner {
  padding-top: 131px;
  padding-bottom: 158px;
}
@media only screen and (max-width: 1024px) {
  .feature__inner {
    padding-top: 65px;
    padding-bottom: 100px;
  }
}
.featureList._top {
  gap: 36px;
  margin-top: 57px;
}
@media only screen and (min-width: 1025px) {
  .featureList._top {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .featureList._top {
    margin-top: 67px;
  }
}
.featureList:not(._top) {
  display: grid;
  gap: 37px;
}
@media only screen and (max-width: 1024px) {
  .featureList:not(._top) {
    gap: 16px;
  }
}
._top .featureList__item {
  display: flex;
  flex-direction: column;
}
.featureBox {
  padding: 45px 30px 50px;
  background: #fff;
  border: 3px solid #000;
  border-radius: 24px;
}
._top .featureBox {
  flex-grow: 1;
  order: 1;
}
@media only screen and (min-width: 1025px) {
  ._top .featureBox {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1024px) {
  ._top .featureBox {
    padding: 45px 30px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  .featureBox__texts {
    display: contents;
  }
}
.featureBox__title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2857142857;
  letter-spacing: 0.075em;
}
@media only screen and (min-width: 1025px) {
  .featureBox__title {
    display: flex;
    align-items: center;
    height: 72px;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .featureBox__title {
    order: 2;
  }
}
._top .featureBox__title {
  justify-content: center;
  margin-top: 12px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  ._top .featureBox__title {
    margin-top: 30px;
  }
}
.featureBox._page-service {
  display: grid;
}
@media only screen and (min-width: 1025px) {
  .featureBox._page-service {
    grid-template-columns: 54% auto;
  }
}
@media only screen and (max-width: 1024px) {
  .featureBox._page-service {
    gap: 17px;
    padding: 48px 20px 50px;
  }
}
@media only screen and (min-width: 1025px) {
  ._01 .featureBox {
    gap: 111px;
    padding: 55px 62px 61px 52px;
  }
}
@media only screen and (min-width: 1025px) {
  ._02 .featureBox {
    grid-template-columns: auto 54%;
    gap: 76px;
    padding: 53px 40px 62px 52px;
  }
}
@media only screen and (min-width: 1025px) {
  ._03 .featureBox {
    gap: 55px;
    padding: 54px 70px 62px 52px;
  }
}
._02 .feature__texts {
  grid-area: 1/2/2/3;
}
._top .feature__img {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  ._top .feature__img img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
  }
}
@media only screen and (max-width: 1024px) {
  .feature__img {
    order: 3;
  }
}
._01 .feature__img {
  position: relative;
  max-width: 230px;
}
@media only screen and (max-width: 1024px) {
  ._01 .feature__img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
._01 .feature__img::before {
  display: block;
  padding-top: 132%;
  content: "";
}
._01 .feature__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._02 .feature__img {
  position: relative;
  max-width: 302px;
}
@media only screen and (min-width: 1025px) {
  ._02 .feature__img {
    grid-area: 1/1/2/2;
    margin-left: 37px;
  }
}
@media only screen and (max-width: 1024px) {
  ._02 .feature__img {
    width: 64%;
    margin-right: auto;
    margin-left: auto;
  }
}
._02 .feature__img::before {
  display: block;
  padding-top: 101%;
  content: "";
}
._02 .feature__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
._03 .feature__img {
  position: relative;
}
@media only screen and (max-width: 1024px) {
  ._03 .feature__img {
    width: 72%;
    margin-right: auto;
    margin-left: auto;
  }
}
._03 .feature__img::before {
  display: block;
  padding-top: 71%;
  content: "";
}
._03 .feature__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 1025px) {
  .feature__titleWrap {
    display: inline-block;
    text-align: center;
  }
}
@media only screen and (max-width: 1024px) {
  .feature__titleWrap {
    order: 1;
  }
}
._top .feature__titleWrap {
  display: grid;
  gap: 3px;
  margin-bottom: -10px;
  margin-left: 15px;
  text-align: left;
}
.feature__title._en {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
}
._top .feature__title._en {
  font-size: 18px;
}
@media only screen and (max-width: 1024px) {
  ._top .feature__title._en {
    font-size: 16px;
  }
}
.feature__title._num {
  font-family: "Outfit", sans-serif;
  font-size: 66px;
  line-height: 1;
  letter-spacing: 0;
}
._top .feature__title._num {
  font-size: 78px;
}
@media only screen and (max-width: 1024px) {
  ._top .feature__title._num {
    font-size: 68px;
  }
}
@media only screen and (min-width: 1025px) {
  .feature__text {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .feature__text {
    order: 4;
    padding-right: 13px;
    padding-left: 13px;
  }
}
._top .feature__text {
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  ._top .feature__text {
    padding: 0;
    margin-top: 36px;
    line-height: 2;
  }
}

.solution {
  margin-top: -130px;
  background-image: linear-gradient(180deg, rgb(255, 230, 206), rgba(244, 234, 225, 0) 40% 60%, rgb(255, 230, 206));
  border-radius: 148px;
}
@media only screen and (max-width: 1024px) {
  .solution {
    margin-top: -315px;
    border-radius: 58px;
  }
}
.solution__inner {
  padding-top: 240px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .solution__inner {
    display: flex;
    flex-direction: column;
    padding-top: 400px;
    padding-bottom: 56px;
  }
}
.solution__title {
  font-weight: bold;
  text-align: center;
}
.solution__title._top {
  font-size: 46px;
}
@media only screen and (max-width: 1024px) {
  .solution__title._top {
    order: 1;
    font-size: 36px;
    line-height: 1.75;
  }
}
.solution__title._top span {
  position: relative;
}
.solution__title._top span::before {
  position: absolute;
  top: -60px;
  right: -51px;
  width: 48.39px;
  height: 50.3px;
  content: "";
  background: url("../img/icon_hazy.png") no-repeat center center/contain;
}
@media only screen and (max-width: 1024px) {
  .solution__title._top span::before {
    top: -45px;
    right: -40px;
    width: 36.11px;
    height: 37.54px;
  }
}
.solution__title._bottom {
  font-size: 55px;
}
@media only screen and (max-width: 1024px) {
  .solution__title._bottom {
    font-size: 42px;
    line-height: 1.5;
  }
}
.solution__top {
  display: grid;
  gap: 75px;
  justify-content: center;
  margin-top: 50px;
}
@media only screen and (min-width: 1025px) {
  .solution__top {
    grid-template-columns: 281px auto;
  }
}
@media only screen and (max-width: 1024px) {
  .solution__top {
    display: contents;
  }
}
@media only screen and (min-width: 1025px) {
  .solution__img {
    max-width: 281px;
  }
}
@media only screen and (max-width: 1024px) {
  .solution__img {
    order: 3;
    width: 55%;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
.solutionList {
  display: grid;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  .solutionList {
    gap: 12px;
    order: 2;
    margin-top: 37px;
  }
}
.solutionList__item {
  position: relative;
  padding-left: 29px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .solutionList__item {
    font-size: 16px;
    line-height: 1.75;
  }
}
.solutionList__item::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 22px;
  height: 17px;
  content: "";
  background: url("../img/icon_checkbox.png") no-repeat center center/contain;
}
@media only screen and (max-width: 1024px) {
  .solutionList__item::before {
    top: 7px;
  }
}
.solution__arrow {
  width: 43px;
  margin: 70px auto 50px;
}
@media only screen and (max-width: 1024px) {
  .solution__arrow {
    order: 4;
    margin-top: 46px;
    margin-bottom: 37px;
  }
}
@media only screen and (max-width: 1024px) {
  .solution__bottom {
    order: 5;
  }
}

.lowerHead {
  margin-top: 115px;
  background: #fcf7f2;
}
@media only screen and (max-width: 1024px) {
  .lowerHead {
    margin-top: 74px;
  }
}
.lowerHead__round {
  background: transparent linear-gradient(180deg, #ffe6ce 0%, rgba(244, 234, 225, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 148px 148px 0 0;
}
@media only screen and (max-width: 1024px) {
  .lowerHead__round {
    border-radius: 54px 54px 0 0;
  }
}
.lowerHead__inner {
  padding-top: 81px;
  padding-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  .lowerHead__inner {
    padding-top: 74px;
  }
}
.lowerHead__title._ja {
  font-size: 44px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .lowerHead__title._ja {
    font-size: 38px;
  }
}
.lowerHead__title._en {
  margin-top: 6px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #f7783f;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1024px) {
  .lowerHead__title._en {
    margin-top: 9px;
  }
}

.breadcrumbList {
  display: flex;
  margin-top: 90px;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  scrollbar-width: none;
}
.breadcrumbList::-webkit-scrollbar {
  display: none;
}
._small .breadcrumbList {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .breadcrumbList {
    margin-top: 58px;
  }
}
.breadcrumbList__item a {
  font-size: 14px;
  color: #f7783f;
  text-decoration: underline;
}
.breadcrumbList__item span {
  font-size: 14px;
}
.breadcrumbList__item:not(:first-child) {
  position: relative;
  padding-left: 26px;
}
.breadcrumbList__item:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 6px;
  height: 6px;
  content: "";
  background: #f7783f;
  border-radius: 50%;
  transform: translateY(-50%);
}

.contact {
  background: #fff;
}
.contact__inner {
  padding-top: 90px;
  padding-bottom: 160px;
}
@media only screen and (max-width: 1024px) {
  .contact__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

.form {
  margin-top: 71px;
}
@media only screen and (max-width: 1024px) {
  .form {
    margin-top: 60px;
  }
}

.form__dl:not(:first-child) {
  margin-top: 36px;
}
@media only screen and (max-width: 1024px) {
  .form__dl:not(:first-child) {
    margin-top: 20px;
  }
}
._confirm .form__dl:not(:first-child) {
  margin-top: 33px;
}

.form__dt {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .form__dt {
    font-size: 13px;
  }
}
.form__dt._required {
  position: relative;
  padding-right: 65px;
}
.form__dt._required::after {
  position: absolute;
  top: 50%;
  right: 0;
  padding-right: 12px;
  padding-left: 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  color: #ea2c24;
  text-align: center;
  content: "必須";
  background: #fff;
  border: 1px solid #ea2c24;
  border-radius: 12px;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .form__dt._required::after {
    font-size: 12px;
  }
}

.form__dd {
  margin-top: 11px;
}
.form__dd input[type=text],
.form__dd input[type=tel],
.form__dd input[type=email],
.form__dd textarea {
  width: 100%;
  padding: 16px;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
.form__dd textarea {
  height: 22.8em;
  line-height: 1.2;
  resize: none;
}
.form__dd select {
  width: 347px;
  padding: 16px 25px;
  color: #000;
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 8px;
}
@media only screen and (max-width: 1024px) {
  .form__dd select {
    width: 100%;
  }
}
.form__dd._select {
  position: relative;
  width: 347px;
}
@media only screen and (max-width: 1024px) {
  .form__dd._select {
    width: 100%;
  }
}
.form__dd._select::after {
  position: absolute;
  top: 25px;
  right: 20px;
  width: 0;
  height: 0;
  content: "";
  border-color: #000 transparent transparent;
  border-style: solid;
  border-width: 10px 6px 0;
}
._confirm .form__dd {
  padding-bottom: 16px;
  margin-top: 24px;
  border-bottom: 1px solid #cbcbcb;
}

.error {
  position: relative;
  font-size: 14px;
  color: #ea2c24;
  letter-spacing: 0.04em;
}
.error._center {
  display: block;
  text-align: center;
}

.form__btn {
  margin-top: 48px;
  text-align: center;
}

.privacyPolicy__wrap {
  position: relative;
  margin-top: 31px;
  text-align: center;
}
.privacyPolicy__check {
  position: relative;
  display: inline-block;
  padding-left: 19px;
  margin: 10px 0;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 1024px) {
  .privacyPolicy__check {
    padding-left: 30px;
    font-size: 16px;
  }
}
.privacyPolicy__check a {
  font-size: 16px;
  color: #f7783f;
  text-decoration: underline;
}

.form_check_error_box {
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.form_check_error_box .c-form_error_text {
  margin-top: 0;
}
:not(.is-error) + .form_check_error_box {
  display: none;
}

.privacyPolicy__check input {
  display: none;
}

.checkmark {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  border: solid 1px #cbcbcb;
  transform: translateY(-50%);
}

.checkmark::after {
  position: absolute;
  top: 0;
  left: 2px;
  width: 4px;
  height: 8px;
  content: "";
  border: solid #fff;
  border-width: 0 2px 2px 0;
  opacity: 0;
  transform: rotate(45deg);
}

.privacyPolicy__check input:checked + .checkmark::after {
  border-color: #f7783f;
  opacity: 1;
}

.contactThanks {
  margin-bottom: 68px;
  text-align: center;
}

.paginationList {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  margin-top: 54px;
}
@media only screen and (max-width: 1024px) {
  .paginationList {
    margin-top: 40px;
  }
}
.paginationList__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 43px;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #000;
  text-align: center;
  letter-spacing: 0.04em;
  background: #eaeaea;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .paginationList__item {
    width: 32px;
    height: 32px;
    font-size: 12px;
  }
}
.paginationList__item span {
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .paginationList__item span {
    font-size: 12px;
  }
}
.paginationList__item._current {
  background: #f7783f;
}
.paginationList__item._current span {
  color: #fff;
}

@media only screen and (min-width: 1025px) {
  .news._top {
    overflow: hidden;
  }
}
.news__inner {
  padding-top: 92px;
  padding-bottom: 136px;
}
@media only screen and (max-width: 1024px) {
  .news__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
._detail .news__inner {
  padding-top: 103px;
  padding-bottom: 233px;
}
@media only screen and (max-width: 1024px) {
  ._detail .news__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
._top .news__inner {
  padding-top: 74px;
  padding-bottom: 148px;
}
@media only screen and (max-width: 1024px) {
  ._top .news__inner {
    display: flex;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 96px;
  }
}
.news__top {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .news__top {
    display: contents;
  }
}
.news__top .news__more {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  .news__top .news__more {
    width: 288px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 1024px) {
  .news__top .news__more {
    order: 3;
    margin-top: 54px;
  }
}
@media only screen and (max-width: 1024px) {
  .news__titles {
    order: 1;
  }
  .news__titles .top__title {
    text-align: center;
  }
}
._top .newsList {
  position: relative;
  padding: 65px 70px;
  margin-top: 40px;
  background: #fff;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  ._top .newsList {
    order: 2;
    padding: 80px 15px 45px;
  }
}
._top .newsList::after {
  position: absolute;
  right: -90px;
  bottom: -70px;
  width: 180px;
  height: 238px;
  content: "";
  background: url("../img/icon_news.png") no-repeat center center/contain;
}
@media only screen and (max-width: 1024px) {
  ._top .newsList::after {
    top: -46px;
    right: 7px;
    bottom: auto;
    width: 115px;
    height: 151px;
  }
}
.newsList__item {
  padding-bottom: 22px;
  border-bottom: 2px solid #d5d5d5;
}
.newsList__item:not(:first-child) {
  margin-top: 30px;
}
.newsLabels {
  display: flex;
  gap: 20px;
  align-items: center;
}
._detail .newsLabels {
  padding-bottom: 21px;
  border-bottom: 3px solid #d5d5d5;
}
@media only screen and (max-width: 1024px) {
  ._detail .newsLabels {
    padding-bottom: 15px;
  }
}
.newsDate {
  font-family: "Outfit", sans-serif;
}
._detail .newsDate {
  margin-left: auto;
}
.newsCat {
  position: relative;
  padding-left: 15px;
}
.newsCat::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 11px;
  height: 11px;
  content: "";
  background: #d1d3d4;
  border-radius: 50%;
  transform: translateY(-50%);
}
.newsContent {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 60px;
  align-items: center;
  margin-top: 12px;
  margin-right: 20px;
}
@media only screen and (max-width: 1024px) {
  .newsContent {
    margin-right: 0;
  }
}
.newsContent::after {
  position: absolute;
  top: 35%;
  right: -10px;
  z-index: -1;
  width: 53.63px;
  height: 60.33px;
  content: "";
  background-color: #e8d575;
  opacity: 0;
  -webkit-mask: url("../img/icon_webbit.svg") no-repeat center center/contain;
          mask: url("../img/icon_webbit.svg") no-repeat center center/contain;
  transition: all 0.5s ease 0s;
  transform: translateY(-50%);
}
.newsContent:hover .newsTitle {
  opacity: 0.7;
}
.newsContent:hover::after {
  opacity: 1;
}
.newsTitle {
  font-size: 16px;
  transition: all 0.5s ease 0s;
}
._top .newsTitle {
  font-size: 14px;
}
.newsMore {
  margin-left: auto;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  text-decoration: underline;
  letter-spacing: 0.04em;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .newsMore {
    display: none;
  }
}
.newsMain h1 {
  margin-top: 29px;
  margin-bottom: 63px;
  font-size: 34px;
  font-weight: bold;
  line-height: 1.4117647059;
}
@media only screen and (max-width: 1024px) {
  .newsMain h1 {
    margin-top: 15px;
    margin-bottom: 35px;
    font-size: 24px;
  }
}
.newsMain p {
  margin: 45px 0;
}
@media only screen and (max-width: 1024px) {
  .newsMain p {
    margin: 30px 0;
  }
}
.newsMain a {
  color: #f7783f;
  text-decoration: underline;
}
.newsMain ol {
  margin-top: 40px;
  counter-reset: li;
}
.newsMain ol li {
  position: relative;
  padding-left: 1.5em;
  font-size: 16px;
  line-height: 1.5;
}
.newsMain ol li:not(:first-child) {
  margin-top: 8px;
}
.newsMain ol li::before {
  position: absolute;
  top: 3px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  background-color: #eaeaea;
  border-radius: 50%;
}
.newsMain ul {
  margin-top: 40px;
}
.newsMain ul li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 1.625;
}
.newsMain ul li:not(:first-child) {
  margin-top: 8px;
}
.newsMain ul li::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #000;
  border-radius: 50%;
}
.newsLink {
  display: flex;
  padding-top: 46px;
  margin-top: 94px;
  margin-bottom: 50px;
  border-top: 3px solid #d5d5d5;
}
.newsLink__item {
  position: relative;
}
.newsLink__item._prev {
  padding-left: 30px;
}
.newsLink__item._prev::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/icon_arrow.png") no-repeat center center/contain;
  transform: translateY(-50%) rotate(180deg);
}
.newsLink__item._next {
  padding-right: 30px;
  margin-left: auto;
}
.newsLink__item._next::after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 24px;
  height: 24px;
  padding-right: 30px;
  margin-left: auto;
  content: "";
  background: url("../img/icon_arrow.png") no-repeat center center/contain;
  transform: translateY(-50%);
}
.newsLink__item a {
  color: #000;
  text-decoration: none;
}

.rule p {
  font-weight: 400;
}
.rule__inner {
  padding-top: 91px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .rule__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.rule__inner ol {
  font-weight: 400;
  counter-reset: li;
}
.rule__inner ol._box {
  padding: 26px;
  border: 1px solid #eaeaea;
}
.rule__inner ol li {
  position: relative;
  padding-left: 21px;
  font-size: 16px;
  line-height: 1.625;
}
.rule__inner ol li:not(:first-child) {
  margin-top: 14px;
}
.rule__inner ol li::before {
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  text-align: center;
  content: counter(li);
  counter-increment: li;
  background-color: #eaeaea;
  border-radius: 50%;
}
.rule__inner ol li span {
  display: block;
  margin-top: 14px;
}
.rule__top {
  margin-bottom: 55px;
  font-weight: 500 !important;
}
@media only screen and (max-width: 1024px) {
  .rule__top {
    margin-bottom: 30px;
  }
}
.rule__title {
  margin-top: 39px;
  margin-bottom: 14px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1024px) {
  .rule__title {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.rule p + ol {
  margin-top: 20px;
}

.qa._top {
  overflow: hidden;
  background: transparent linear-gradient(180deg, #ffe6ce 0%, rgba(244, 234, 225, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 148px 148px 0 0;
}
@media only screen and (max-width: 1024px) {
  .qa._top {
    border-radius: 58px 58px 0 0;
  }
}
.qa__inner {
  padding-top: 105px;
  padding-bottom: 150px;
}
@media only screen and (max-width: 1024px) {
  .qa__inner {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
._top .qa__inner {
  padding-top: 78px;
  padding-bottom: 70px;
}
.qaList__item._top {
  padding: 30px;
  background: #fff;
  border: 3px solid #0f0f0f;
  border-radius: 24px;
}
.qaList__item .question {
  display: flex;
  padding: 24px 41px;
  font-size: 18px;
  font-weight: bold;
  line-height: 2.6666666667;
  background: #f0eb5c;
  border-radius: 48px;
}
@media only screen and (max-width: 1024px) {
  .qaList__item .question {
    align-items: baseline;
    padding: 15px 20px;
    line-height: 1.8;
    border-radius: 24px;
  }
}
.qaList__item .question span {
  margin-right: 17px;
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
@media only screen and (max-width: 1024px) {
  .qaList__item .question span {
    margin-right: 10px;
    font-size: 24px;
  }
}
.qaList__item .answer {
  margin-top: 10px;
  margin-right: 20px;
  font-family: "Outfit", sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
}
.qaList__item .answerBox {
  display: flex;
  padding: 32px 42px 65px;
}
@media only screen and (max-width: 1024px) {
  .qaList__item .answerBox {
    padding: 15px 20px 30px;
  }
}
.qaList__item .answerBox a {
  display: block;
  margin-top: 30px;
  text-decoration: underline;
}
@media only screen and (max-width: 1024px) {
  .qaList__item .answerBox a {
    margin-top: 20px;
  }
}
.qaList__item .answerBox a span {
  position: relative;
  padding-right: 26px;
}
.qaList__item .answerBox a span::after {
  position: absolute;
  right: 0;
  width: 20px;
  height: 20px;
  content: "";
  background: url("../img/icon_arrow.png") no-repeat center center/contain;
}
@media only screen and (min-width: 1025px) {
  .qaList__item .answerBox a span::after {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 1024px) {
  .qaList__item .answerBox a span::after {
    bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .qaList__item .answer {
    margin-top: 5px;
    margin-right: 10px;
    font-size: 22px;
  }
}

.doing__inner {
  padding-top: 87px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .doing__inner {
    padding-top: 61px;
    padding-bottom: 100px;
  }
}
.doing__title {
  margin-top: 55px;
  font-size: 28px;
  font-weight: bold;
}
.doing__title:not(:first-child) {
  margin-top: 65px;
}
@media only screen and (max-width: 1024px) {
  .doing__title {
    position: relative;
    padding-bottom: 15px;
    margin-top: 40px;
    font-size: 24px;
    background: url("../img/icon_circle.png") no-repeat right 0 top 8px/27px 27px;
    border-bottom: 2px solid #d8d8d8;
  }
  .doing__title::before {
    position: absolute;
    top: 21px;
    right: 8px;
    width: 10px;
    height: 2px;
    content: "";
    background: #0f0f0f;
    transition: all 0.5s ease 0s;
  }
  .doing__title::after {
    position: absolute;
    top: 21px;
    right: 8px;
    width: 10px;
    height: 2px;
    content: "";
    background: #0f0f0f;
    transition: all 0.5s ease 0s;
    transform: rotate(90deg);
  }
  ._open .doing__title::after {
    transform: rotate(0);
  }
}
@media only screen and (max-width: 1024px) {
  .doing__text {
    line-height: 2;
  }
}
.doingList {
  display: grid;
  gap: 21px 30.5px;
  padding-top: 49px;
}
.doingListWrap {
  margin-bottom: 80px;
}
@media only screen and (max-width: 1024px) {
  .doingListWrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1025px) {
  .doingList {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .doingList {
    padding-top: 40px;
    margin-bottom: 20px;
  }
}
.doingList__item {
  display: flex;
  align-items: center;
  padding-bottom: 19px;
  border-bottom: 2px solid #d8d8d8;
}
.doingList__item__check {
  width: 41px;
  margin-top: 5px;
}
.doingList__item__title {
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.doingList__item__plan {
  width: 14px;
  height: 14px;
}
.doingList__item__planWrap {
  display: grid;
  gap: 3px;
  margin-left: auto;
}

@media only screen and (max-width: 1024px) {
  /*
  .js-accordion:not(._open) .js-accordionContent {
    display: none;
  }

  .js-accordion._open .js-accordionContent {
    display: block;
  }
  */
  .js-accordion:not(._open) .js-accordionContent {
    display: none;
  }
  .js-accordion._open .js-accordionContent {
    display: block;
  }
  .js-accordion .js-accordionContent {
    overflow: hidden;
    transition: height 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  }
}
.flow__inner {
  padding-top: 130px;
  padding-bottom: 104px;
}
@media only screen and (max-width: 1024px) {
  .flow__inner {
    padding-top: 64px;
  }
}
.flow__title {
  display: flex;
  align-items: center;
  padding: 17px 40px;
  margin-bottom: 61px;
  font-size: 24px;
  font-weight: bold;
  border: 4px solid #eaeaea;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .flow__title {
    padding: 20px 17px;
    font-size: 22px;
  }
}
.flow__title span {
  margin-left: 10px;
  font-size: 16px;
}
.flowList {
  margin-bottom: 102px;
}
@media only screen and (max-width: 1024px) {
  .flowList {
    margin-bottom: 67px;
  }
}
.flowList__item {
  position: relative;
  display: grid;
  grid-template-columns: 9.8% auto;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .flowList__item .step {
    position: relative;
    z-index: 2;
    padding-bottom: 120px;
  }
  .flowList__item .step::before {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 100%;
    content: "";
    border: 1px dashed #f7783f;
    transform: translateX(-50%);
  }
  .flowList__item .step._noSpace {
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .flowList__item {
    grid-template-columns: 83px auto;
    gap: 14px;
    align-items: center;
  }
  .flowList__item:not(:first-child) {
    margin-top: 44px;
  }
}
.flowList__title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.075em;
}
@media only screen and (max-width: 1024px) {
  .flowList__title {
    font-size: 22px;
  }
}
.flowList__text {
  margin-top: 10px;
}
@media only screen and (max-width: 1024px) {
  .flowList__text {
    line-height: 2;
  }
}
.flow__img {
  margin-top: 40px;
}
@media only screen and (max-width: 1024px) {
  .flow__img {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .flow__text {
    line-height: 2;
  }
}

.needs__round {
  position: relative;
  background: transparent linear-gradient(180deg, #ffe6ce 0%, rgba(244, 234, 225, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 148px 148px 0 0;
}
@media only screen and (max-width: 1024px) {
  .needs__round {
    border-radius: 54px 54px 0 0;
  }
}
.needs__round::after {
  position: absolute;
  right: 14%;
  bottom: 12%;
  width: 240.5px;
  height: 173.65px;
  content: "";
  background: url("../img/needs01.png") no-repeat center center/contain;
}
@media only screen and (max-width: 1024px) {
  .needs__round::after {
    right: auto;
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.needs__inner {
  padding-top: 108px;
  padding-bottom: 155px;
}
@media only screen and (max-width: 1024px) {
  .needs__inner {
    padding-top: 74px;
    padding-bottom: 306px;
  }
}
.needs__title {
  position: relative;
  font-size: 44px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .needs__title {
    font-size: 38px;
  }
}
.needs__titleDecorate {
  display: flex;
  justify-content: center;
  width: min(100%, 497px);
  height: auto;
  margin-top: -25px;
  margin-right: auto;
  margin-left: auto;
}
.needs__titleDecorate path {
  transition: stroke-dashoffset 0.75s ease;
}
.needs__titleDecorate path:nth-of-type(1) {
  stroke-dasharray: 286.9437866211;
  stroke-dashoffset: 286.9437866211;
}
.needs__titleDecorate path:nth-of-type(2) {
  stroke-dasharray: 273.7839355469;
  stroke-dashoffset: 273.7839355469;
  transition-delay: 0.75s;
}
.needs__titleDecorate.-inview path {
  stroke-dashoffset: 0;
}
.needs__text {
  max-width: 651px;
  margin-top: 37px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .needs__text {
    margin-top: 28px;
    line-height: 2;
  }
}

.planBox {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 42px 8.2% 34px;
  background: #fff;
  border: 3px solid #0f0f0f;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .planBox {
    padding: 42px 16px 40px;
  }
}
.planBox::before {
  position: absolute;
  top: -11px;
  left: 50%;
  width: 54px;
  height: 41px;
  content: "";
  transform: translateX(-50%);
}
.planBox._simple::before {
  background: url("../img/flag_simple.png") no-repeat center center/contain;
}
.planBox._standard::before {
  background: url("../img/flag_standard.png") no-repeat center center/contain;
}
.planBox._premium::before {
  background: url("../img/flag_premium.png") no-repeat center center/contain;
}
@media only screen and (min-width: 1025px) {
  .planBox._spot {
    max-width: 376px;
  }
}
.planBox._spot::before {
  background: url("../img/flag_spot.png") no-repeat center center/contain;
}
.planBoxFlip {
  position: relative;
  display: flex;
}
@media only screen and (min-width: 1025px) {
  .planBox._ura {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: block;
    width: 100%;
    height: 100%;
    background: #f2ac71 url("../img/card__ura.png") no-repeat center;
    background-size: 50%;
    transition: all 1.2s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media only screen and (max-width: 1024px) {
  .planBox._ura {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  .planBox._omote {
    transition: all 1.2s;
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
.planBox__title {
  text-align: center;
}
.planBox__title._en {
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  line-height: 1.2;
  letter-spacing: 0.04em;
}
.planBox__title._ja {
  font-weight: bold;
}
.planBox__span {
  margin-top: 31px;
  text-align: center;
  border: 2px solid #c3c3c3;
}
@media only screen and (max-width: 1024px) {
  .planBox__span {
    margin-top: 17px;
  }
}
.planBox__span span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.3em;
}
.planBox__price {
  margin-top: 15px;
  font-family: "Outfit", sans-serif;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .planBox__price {
    margin-top: 8px;
  }
}
.planBox__price ._yen {
  font-family: "Outfit", sans-serif;
  font-size: 32px;
}
.planBox__price ._unit {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
}
.planBox__discount {
  margin-top: 4px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .planBox__discount {
    margin-top: 0;
  }
}
.planBox__discount span {
  padding: 3px 10px;
  font-family: "Outfit", sans-serif;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  background: #ea2c24;
}
@media only screen and (max-width: 1024px) {
  .planBox__discount span {
    padding: 1px 4px;
    font-size: 18px;
  }
}
.planBox__img {
  position: relative;
  width: 55%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.planBox__img::before {
  display: block;
  padding-top: 100%;
  content: "";
}
.planBox__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .planBox__img {
    width: 62%;
    text-align: center;
  }
}
.planBox__recommendTitle {
  position: relative;
  padding-left: 22px;
  margin-top: 25px;
  font-size: 14px;
  text-decoration: underline;
}
.planBox__recommendTitle::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19.45px;
  height: 18.61px;
  content: "";
  -webkit-mask: url("../img/icon_star.svg") no-repeat center center/contain;
          mask: url("../img/icon_star.svg") no-repeat center center/contain;
  transform: translateY(-50%);
}
._simple .planBox__recommendTitle::before {
  background-color: #d1ed4d;
}
._standard .planBox__recommendTitle::before {
  background-color: #f7783f;
}
._premium .planBox__recommendTitle::before {
  background-color: #4acce3;
}
._spot .planBox__recommendTitle::before {
  background-color: #e8d575;
}
.planBox__recommendText {
  flex-grow: 1;
  margin-top: 10px;
  font-weight: bold;
}
._simple .planBox__recommendText span {
  background: #e9f2bf;
}
._standard .planBox__recommendText span {
  background: #f4ded4;
}
._premium .planBox__recommendText span {
  background: #d1f1f7;
}
._spot .planBox__recommendText span {
  background: #f5edd4;
}
.planBox__more {
  margin-top: 25px;
  text-align: center;
}

.planDetail._spot {
  background: #fcecb6;
}
.planDetail__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media only screen and (max-width: 1024px) {
  .planDetail__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.planDetailBox {
  position: relative;
  padding: 42px 57px 56px;
  background: #fff;
  border: 3px solid #0f0f0f;
  border-radius: 16px;
}
@media only screen and (max-width: 1024px) {
  .planDetailBox {
    padding: 35px 20px;
  }
}
.planDetailBox::before {
  position: absolute;
  top: -20px;
  left: 50px;
  width: 54px;
  height: 41px;
  content: "";
}
._spot .planDetailBox::before {
  background: url("../img/flag_spot.png") no-repeat center center/contain;
}
._simple .planDetailBox::before {
  background: url("../img/flag_simple.png") no-repeat center center/contain;
}
._standard .planDetailBox::before {
  background: url("../img/flag_standard.png") no-repeat center center/contain;
}
._premium .planDetailBox::before {
  background: url("../img/flag_premium.png") no-repeat center center/contain;
}
.planDetail__top {
  position: relative;
  display: grid;
  gap: 30px;
}
@media only screen and (min-width: 1025px) {
  .planDetail__top {
    grid-template-columns: auto 126px;
  }
}
@media only screen and (max-width: 1024px) {
  .planDetail__top {
    gap: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  .planDetail__img {
    position: absolute;
    top: 45px;
    right: 0;
    width: 70px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
  }
}
.planDetail__title {
  display: flex;
  gap: 8px;
  align-items: center;
  font-family: "Outfit", sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1024px) {
  .planDetail__title {
    flex-direction: column;
    gap: 0;
    align-items: baseline;
  }
}
.planDetail__title span {
  font-size: 16px;
}
.planDetail__recommendBox {
  max-width: 880px;
  padding: 26px 19px;
  margin-top: 15px;
  border: 3px solid #eaeaea;
  border-radius: 10px;
}
.planDetail__recommendBox .planBox__recommendTitle {
  margin-top: 0;
}
.planDetail__text {
  margin-top: 21px;
  margin-bottom: 24px;
}
.planDetail__bottom {
  display: grid;
  gap: 30px;
  align-items: center;
}
@media only screen and (min-width: 1025px) {
  .planDetail__bottom {
    grid-template-columns: auto 400px;
  }
}
@media only screen and (max-width: 1024px) {
  .planDetail__bottom {
    gap: 15px;
  }
}
.planDetail__priceTitle {
  display: inline-block;
  padding-bottom: 2px;
  margin-bottom: 15px;
  font-weight: bold;
  border-bottom: 3px solid #d1d3d4;
}
.planDetail__priceTitle:not(:first-child) {
  margin-top: 20px;
}
.planDetail__priceText {
  font-size: 16px;
  line-height: 1.5;
}
.planDetail__priceText ._yen {
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.planDetail__priceText ._price {
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  font-weight: bold;
}
.planDetail__priceText ._unit {
  font-weight: bold;
}
.planDetail__priceText ._schedule {
  font-size: 22px;
  font-weight: bold;
}

.tiles {
  display: grid;
}
.tiles._col-3 {
  gap: 2.7%;
}
@media only screen and (min-width: 1025px) {
  .tiles._col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .tiles._col-3 {
    gap: 43px;
  }
}

.js-tabs-list {
  display: flex;
  gap: 7px;
  max-width: 280px;
  padding: 5px;
  margin: 60px auto 61px;
  background: #fff;
  border: 2px solid #0f0f0f;
  border-radius: 10px;
}
._top .js-tabs-list {
  margin-top: 39px;
}
@media only screen and (max-width: 1024px) {
  .js-tabs-list {
    display: none;
  }
}
.js-tabs-listitem {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 5px 25px;
  font-size: 18px;
  text-align: center;
  border-radius: 6px;
}
.js-tabs-listitem._month::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background: #d1ed4d;
  border-radius: 6px;
}
._clickedMonth .js-tabs-listitem._month::after {
  left: 0;
  animation: toMonth 1s;
}
._clickedYear .js-tabs-listitem._month::after {
  left: calc(100% + 7px);
  animation: toYear 1s;
}

@keyframes toYear {
  0% {
    left: 0;
  }
  100% {
    left: calc(100% + 7px);
  }
}
@keyframes toMonth {
  0% {
    left: calc(100% + 7px);
  }
  100% {
    left: 0;
  }
}
.js-tabs-content:not(.is-active) {
  display: none;
  opacity: 0;
}
@media only screen and (max-width: 1024px) {
  .js-tabs-content {
    margin-top: 60px;
  }
}
.js-tabs-content.is-active {
  display: block;
  opacity: 1;
  transition: opacity 0.6s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.6s;
  animation-name: displayAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.priceTable {
  width: 100%;
  min-width: 1000px;
  margin-top: 40px;
  border-collapse: collapse;
}
.priceTableWrap {
  overflow-x: auto;
}
@media only screen and (max-width: 1024px) {
  .priceTable {
    min-width: 870px;
  }
}
.priceTable__row {
  display: flex;
  border-top: 3px solid #eaeaea;
}
.priceTable__row:last-child {
  border-bottom: 3px solid #eaeaea;
}
.priceTable__row._top {
  font-weight: bold;
  background: #d8d8d8;
  border: none;
  border-radius: 16px 16px 0 0;
}
.priceTable__field {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 19px;
}
@media only screen and (max-width: 1024px) {
  .priceTable__field {
    padding: 10px 15px;
  }
}
.priceTable__field__dd ul li {
  position: relative;
  padding-left: 10px;
}
.priceTable__field__dd ul li::before {
  position: absolute;
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 5px;
  content: "";
  background: #000;
  border-radius: 50%;
}
.priceTable__field._title {
  width: 230px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .priceTable__field._title {
    width: 200px;
    font-size: 13px;
  }
}
.priceTable__field._content {
  width: 615px;
  border-left: 3px solid #eaeaea;
}
@media only screen and (max-width: 1024px) {
  .priceTable__field._content {
    width: 540px;
  }
}
.priceTable__field._price {
  width: 155px;
  font-family: "Outfit", sans-serif;
  border-left: 3px solid #eaeaea;
}
@media only screen and (max-width: 1024px) {
  .priceTable__field._price {
    width: 130px;
  }
}

.table {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 1200px;
  margin-top: 103px;
  border-collapse: collapse;
}
.tableWrap {
  overflow-x: auto;
}
@media only screen and (max-width: 1024px) {
  .table {
    align-items: baseline;
    min-width: 900px;
  }
}
.table._column-3 {
  min-width: 1000px;
  margin-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .table._column-3 {
    min-width: 680px;
    margin-top: 60px;
  }
}
.table__row {
  display: flex;
}
.table__row._top {
  border: 3px solid #0f0f0f;
  border-radius: 16px 16px 0 0;
}
@media only screen and (max-width: 1024px) {
  .table__row {
    width: 100%;
  }
}
.table__field {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.table__field ._num {
  font-family: "Outfit", sans-serif;
}
.table__field ._big {
  font-size: 24px;
  color: #ea2c24;
}
@media only screen and (max-width: 1024px) {
  .table__field {
    padding: 23px 15px;
    font-size: 13px;
  }
}
.table__field._title {
  flex-direction: column;
  align-items: flex-start;
  border-right: 3px solid #0f0f0f;
  border-bottom: 3px solid #0f0f0f;
  border-left: 3px solid #0f0f0f;
}
._column-4 .table__field._title {
  width: 342px;
}
@media only screen and (max-width: 1024px) {
  ._column-4 .table__field._title {
    width: 25%;
  }
}
._column-3 .table__field._title {
  width: 287px;
}
@media only screen and (max-width: 1024px) {
  ._column-3 .table__field._title {
    width: 15%;
  }
}
.table__field._title span {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .table__field._title span {
    font-size: 9px;
  }
}
.table__field._title._blank {
  background: #eaeaea;
  border: none;
  border-right: 3px solid #0f0f0f;
  border-radius: 16px 0 0;
}
.table__field:has(img) img {
  width: 25px;
  height: 25px;
}
@media only screen and (max-width: 1024px) {
  .table__field:has(img) img {
    width: 20px;
    height: 20px;
  }
}
.table__field._simple {
  border-right: 3px solid #cbcbcb;
  border-bottom: 3px solid #cbcbcb;
}
._column-4 .table__field._simple {
  width: 286px;
}
@media only screen and (max-width: 1024px) {
  ._column-4 .table__field._simple {
    width: 25%;
  }
}
._column-3 .table__field._simple {
  width: 360px;
}
@media only screen and (max-width: 1024px) {
  ._column-3 .table__field._simple {
    width: 42.5%;
  }
}
.table__field._simple._top {
  position: relative;
}
.table__field._simple._top::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 54px;
  height: 41px;
  content: "";
  background: url("../img/flag_simple.png") no-repeat center center/contain;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .table__field._simple._top::before {
    width: 42px;
    height: 32px;
  }
}
.table__field._standard {
  border-right: 3px solid #cbcbcb;
  border-bottom: 3px solid #cbcbcb;
}
._column-4 .table__field._standard {
  width: 286px;
}
@media only screen and (max-width: 1024px) {
  ._column-4 .table__field._standard {
    width: 25%;
  }
}
._column-3 .table__field._standard {
  width: 360px;
}
@media only screen and (max-width: 1024px) {
  ._column-3 .table__field._standard {
    width: 42.5%;
  }
}
.table__field._standard._top {
  position: relative;
}
.table__field._standard._top::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 54px;
  height: 41px;
  content: "";
  background: url("../img/flag_standard.png") no-repeat center center/contain;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .table__field._standard._top::before {
    width: 42px;
    height: 32px;
  }
}
.table__field._premium {
  border-right: 3px solid #cbcbcb;
  border-bottom: 3px solid #cbcbcb;
}
._column-4 .table__field._premium {
  width: 286px;
}
@media only screen and (max-width: 1024px) {
  ._column-4 .table__field._premium {
    width: 25%;
  }
}
._column-3 .table__field._premium {
  width: 360px;
}
@media only screen and (max-width: 1024px) {
  ._column-3 .table__field._premium {
    width: 42.5%;
  }
}
.table__field._premium._top {
  position: relative;
  border-right: none;
}
.table__field._premium._top::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 54px;
  height: 41px;
  content: "";
  background: url("../img/flag_premium.png") no-repeat center center/contain;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .table__field._premium._top::before {
    width: 42px;
    height: 32px;
  }
}
.table__field._spot {
  border-right: 3px solid #cbcbcb;
  border-bottom: 3px solid #cbcbcb;
}
._column-4 .table__field._spot {
  width: 23.3%;
}
._column-3 .table__field._spot {
  width: 360px;
}
@media only screen and (max-width: 1024px) {
  ._column-3 .table__field._spot {
    width: 42.5%;
  }
}
.table__field._spot._top {
  position: relative;
}
.table__field._spot._top::before {
  position: absolute;
  top: -15px;
  left: 50%;
  width: 54px;
  height: 41px;
  content: "";
  background: url("../img/flag_spot.png") no-repeat center center/contain;
  transform: translateX(-50%);
}
@media only screen and (max-width: 1024px) {
  .table__field._spot._top::before {
    width: 42px;
    height: 32px;
  }
}
.table__field._top {
  flex-direction: column;
  padding: 30px 20px 11px;
  font-family: "Outfit", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.5;
  border-color: #0f0f0f;
  border-bottom: none;
}
@media only screen and (max-width: 1024px) {
  .table__field._top {
    padding: 20px 15px 14px;
    font-size: 25px;
  }
}
.table__field._top span {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (max-width: 1024px) {
  .table__field._top span {
    font-size: 10px;
  }
}

.spotBanner {
  background: #fcf7f2;
}
.spotBanner__inner {
  display: grid;
  gap: 9%;
  max-width: 925px;
  padding-top: 122px;
  padding-bottom: 150px;
}
@media only screen and (min-width: 1025px) {
  .spotBanner__inner {
    grid-template-columns: auto 376px;
  }
}
@media only screen and (max-width: 1024px) {
  .spotBanner__inner {
    gap: 30px;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .spotBanner__texts {
    display: contents;
  }
}
.spotBanner__title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 1024px) {
  .spotBanner__title {
    order: 1;
    font-size: 28px;
  }
}
.spotBanner__arrow {
  width: 51px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .spotBanner__arrow {
    order: 2;
    margin-top: 0;
    transform: rotate(90deg);
  }
}
.spotBanner__text {
  margin-top: 60px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .spotBanner__text {
    order: 4;
    margin-top: 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .spotBanner .planBox {
    order: 3;
  }
}

.price__inner {
  padding-top: 130px;
  padding-bottom: 134px;
}
@media only screen and (max-width: 1024px) {
  .price__inner {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.planEx__title {
  padding: 18px 40px;
  margin-top: 84px;
  font-size: 24px;
  font-weight: bold;
  border: 4px solid #eaeaea;
  border-radius: 10px;
}
@media only screen and (max-width: 1024px) {
  .planEx__title {
    padding: 15px;
    margin-top: 60px;
    font-size: 18px;
  }
}
.planEx__box {
  padding: 37px 30px;
  margin-top: 55px;
  border: 2px dashed #eaeaea;
}
@media only screen and (max-width: 1024px) {
  .planEx__box {
    padding: 20px 15px;
    margin-top: 20px;
  }
}
.planEx__dl {
  display: flex;
  font-weight: bold;
}
.planEx__dl:not(:first-child) {
  margin-top: 12px;
}
@media only screen and (max-width: 1024px) {
  .planEx__dl {
    display: block;
  }
}
.planEx__dt {
  position: relative;
  padding-left: 16px;
}
@media only screen and (min-width: 1025px) {
  .planEx__dt {
    width: 16%;
  }
}
.planEx__dt::before {
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #f48e37;
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .planEx__dt::before {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .planEx__dd {
    width: 84%;
  }
}
.planEx__dd ._asterisk {
  color: #ea2c24;
}
.planEx__dd ._attention {
  display: block;
  font-size: 14px;
  font-weight: 500;
}
.planEx__text {
  margin-top: 44px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .planEx__text {
    font-size: 16px;
  }
}

.plan._top {
  background: transparent linear-gradient(180deg, #ffe6ce 0%, rgba(244, 234, 225, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 148px 148px 0 0;
}
@media only screen and (max-width: 1024px) {
  .plan._top {
    border-radius: 58px 58px 0 0;
  }
}
.plan__inner {
  padding-top: 87px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 1024px) {
  .plan__inner {
    padding-top: 60px;
  }
}
._top .plan__inner {
  padding-top: 106px;
  padding-bottom: 112px;
}
@media only screen and (max-width: 1024px) {
  ._top .plan__inner {
    padding-top: 60px;
    padding-bottom: 72px;
  }
}
.plan__text {
  margin-top: 48px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .plan__text {
    margin-top: 32px;
  }
}
.plan__text .boxText {
  font-size: 24px;
}
.plan__ex {
  max-width: 680px;
  margin: 57px auto 40px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .plan__ex {
    margin-top: 50px;
    line-height: 1.4444444444;
    text-align: left;
  }
}
.plan__ex a {
  text-decoration: underline;
}
.plan__ex ._attention {
  display: block;
  margin-top: 13px;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  .plan__ex ._attention {
    margin-top: 18px;
    line-height: 1.8125;
  }
}

.message {
  overflow: hidden;
}
.message__content {
  position: relative;
  z-index: 2;
  max-width: 580px;
  margin-right: auto;
  margin-left: auto;
}
.message__content .section__more {
  padding-bottom: 10px;
}
.message__inner {
  position: relative;
  z-index: 1;
  padding-top: 260px;
  padding-bottom: 212px;
}
@media only screen and (max-width: 1024px) {
  .message__inner {
    padding-top: 218px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.message__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  max-width: 771px;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1024px) {
  .message__bg {
    width: 100%;
  }
}
.message__title {
  overflow: hidden;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.message__title span {
  display: inline-block;
  letter-spacing: -0.25em;
  opacity: 0;
}
.message__title span.-inview {
  animation: show-letter;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
.message__title span:nth-of-type(2) {
  animation-delay: 0.44s;
}
.message__title span:nth-of-type(3) {
  animation-delay: 0.48s;
}
.message__title span:nth-of-type(4) {
  animation-delay: 0.52s;
}
.message__title span:nth-of-type(5) {
  animation-delay: 0.56s;
}
.message__title span:nth-of-type(6) {
  animation-delay: 0.6s;
}
.message__title span:nth-of-type(7) {
  animation-delay: 0.64s;
}
.message__title span:nth-of-type(8) {
  animation-delay: 0.68s;
}
.message__title span:nth-of-type(9) {
  animation-delay: 0.72s;
}
.message__title span:nth-of-type(10) {
  animation-delay: 0.76s;
}
.message__title span:nth-of-type(11) {
  animation-delay: 0.8s;
}
.message__title span:nth-of-type(12) {
  animation-delay: 0.84s;
}
.message__title span:nth-of-type(13) {
  animation-delay: 0.88s;
}
.message__title span:nth-of-type(14) {
  animation-delay: 0.92s;
}
.message__title span:nth-of-type(15) {
  animation-delay: 0.96s;
}
.message__title span:nth-of-type(16) {
  animation-delay: 1s;
}
.message__title span:nth-of-type(17) {
  animation-delay: 1.04s;
}
.message__title span:nth-of-type(18) {
  animation-delay: 1.08s;
}
.message__title span:nth-of-type(19) {
  animation-delay: 1.12s;
}
.message__title span:nth-of-type(20) {
  animation-delay: 1.16s;
}
.message__title span:nth-of-type(21) {
  animation-delay: 1.2s;
}
@media only screen and (max-width: 1024px) {
  .message__title {
    font-size: 34px;
    line-height: 1.4705882353;
  }
}
.message__text {
  margin-top: 40px;
  margin-bottom: 60px;
  line-height: 2.125;
}
@media only screen and (max-width: 1024px) {
  .message__text {
    margin-top: 30px;
    margin-bottom: 50px;
    line-height: 2;
  }
}
.message__img {
  position: absolute;
  width: 23%;
}
@media only screen and (min-width: 1025px) {
  .message__img {
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img {
    width: 33%;
    max-width: 200px;
  }
}
@media only screen and (min-width: 1025px) {
  .message__img._01 {
    top: 11%;
    left: -10px;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img._01 {
    top: 8%;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .message__img._02 {
    top: 34%;
    left: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img._02 {
    top: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .message__img._03 {
    top: 64%;
    left: -40px;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img._03 {
    top: 8%;
    right: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .message__img._04 {
    top: 9%;
    right: 6%;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img._04 {
    bottom: 6%;
    left: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .message__img._05 {
    top: 36%;
    right: -70px;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img._05 {
    bottom: 7%;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1025px) {
  .message__img._06 {
    top: 61%;
    right: 5%;
  }
}
@media only screen and (max-width: 1024px) {
  .message__img._06 {
    right: 0;
    bottom: 6%;
  }
}

.work__inner {
  display: grid;
  gap: 80px;
  padding-top: 110px;
  padding-bottom: 120px;
}
@media only screen and (min-width: 1025px) {
  .work__inner {
    grid-template-columns: 60% auto;
  }
}
@media only screen and (max-width: 1024px) {
  .work__inner {
    gap: 0;
    padding-top: 85px;
    padding-bottom: 100px;
  }
  .work__inner .section__more {
    order: 5;
  }
}
.workList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4%;
}
@media only screen and (max-width: 1024px) {
  .workList {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    order: 4;
    margin-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .work__content {
    margin-top: 5px;
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .work__content {
    display: contents;
  }
}
.work__title {
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4545454545;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .work__title {
    order: 1;
    font-size: 38px;
    line-height: 1.4736842105;
  }
}
.work__text {
  margin-top: 44px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .work__text {
    order: 2;
  }
}
.work__img {
  width: 184px;
  margin: 60px auto 65px;
}
@media only screen and (max-width: 1024px) {
  .work__img {
    order: 3;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

.case {
  background: transparent linear-gradient(180deg, #f7ebbe 0%, rgba(244, 234, 225, 0) 100%) 0% 0% no-repeat padding-box;
  border-radius: 148px 148px 0 0;
}
@media only screen and (max-width: 1024px) {
  .case {
    border-radius: 58px 58px 0 0;
  }
}
.case__inner {
  padding-top: 105px;
  padding-bottom: 110px;
}
@media only screen and (max-width: 1024px) {
  .case__inner {
    padding-top: 79px;
    padding-bottom: 100px;
  }
}
.caseList {
  display: grid;
  gap: 3.33%;
  margin-top: 51px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 1025px) {
  .caseList {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1024px) {
  .caseList {
    gap: 23px;
    margin-top: 36px;
    margin-bottom: 55px;
  }
}
.caseCard {
  background: #fff;
  border: 3px solid #0f0f0f;
  border-radius: 16px;
}
.caseCard__inner {
  position: relative;
  padding: 43px 8% 55px;
}
@media only screen and (max-width: 1024px) {
  .caseCard__inner {
    padding: 38px 25px 40px;
  }
}
.caseCard__inner::before {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 9px;
  height: 9px;
  content: "";
  background: #0f0f0f;
  border-radius: 50%;
}
.caseCard__inner::after {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 9px;
  height: 9px;
  content: "";
  background: #0f0f0f;
  border-radius: 50%;
}
.caseCard__img {
  text-align: center;
}
.caseCard__title {
  margin-top: 20px;
  margin-bottom: 73px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 1024px) {
  .caseCard__title {
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 1.75;
  }
}
.caseCard__dl {
  display: flex;
}
.caseCard__dl:not(:first-child) {
  margin-top: 5px;
}
@media only screen and (max-width: 1024px) {
  .caseCard__dl:not(:first-child) {
    margin-top: 8px;
  }
}
.caseCard__dt {
  position: relative;
  width: 40%;
  padding-left: 12px;
}
.caseCard__dt::before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 8px;
  height: 8px;
  content: "";
  background: #eaeaea;
  border-radius: 50%;
}
.caseCard__dd {
  width: 60%;
}

.bannerSP {
  position: fixed;
  bottom: 0;
  z-index: 100;
  width: 100%;
  max-height: 90px;
  padding: 8px 12px;
  background: #f7783f;
}
@media only screen and (min-width: 1025px) {
  .bannerSP {
    display: none;
  }
}
.bannerSP__inner {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  max-width: 375px;
  margin-right: auto;
  margin-left: auto;
}
.bannerSP__left {
  width: 50%;
}
.bannerSP__right {
  width: 50%;
}
.bannerSP__right a {
  display: flex;
  justify-content: center;
}
.bannerSP__right a img {
  max-height: 74px;
}
.bannerSP .replyText {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.bannerSP .fv__open {
  margin-top: 0;
}
.bannerSP .fv__open ._open {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
  font-size: 13px;
  line-height: 1.4;
}

.delay__05s {
  transition-delay: 0.5s !important;
}
.delay__075s {
  transition-delay: 0.75s !important;
}
.delay__10s {
  transition-delay: 1s !important;
}
.delay__125s {
  transition-delay: 1.25s !important;
}
.delay__15s {
  transition-delay: 1.5s !important;
}
.delay__175s {
  transition-delay: 1.75s !important;
}
.delay__20s {
  transition-delay: 2s !important;
}
.delay__25s {
  transition-delay: 2.5s !important;
}
.delay__30s {
  transition-delay: 3s !important;
}
.delay__40s {
  transition-delay: 4s !important;
}

@media only screen and (min-width: 1025px) {
  ._pcDelay25s {
    transition-delay: 2.5s !important;
  }
}

.textCutContainer {
  display: block;
  overflow: hidden;
  line-height: 1.5869565217;
}
.textCutContainer .textCutInner {
  display: block;
  opacity: 0;
}

.textCutInner {
  opacity: 0;
  transition: transform 0.6s cubic-bezier(0, 0.52, 0.35, 0.99) 0.6s, opacity 0.6s cubic-bezier(0, 0.52, 0.35, 0.99) 0.6s;
  transform: translateY(100%);
}
.textCutInner.-inview {
  opacity: 1;
  transition: transform 0.6s cubic-bezier(0, 0.52, 0.35, 0.99) 0.6s, opacity 0.6s cubic-bezier(0, 0.52, 0.35, 0.99) 0.6s;
  transform: translateY(0);
}

.worriesIconAnimation::before {
  animation-name: fish;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes fish {
  50% {
    transform: translate(5px, 5px) rotate(10deg);
  }
}
.leftToRight.-inview {
  opacity: 1;
  animation: leftToRight 1.75s;
}

@media only screen and (max-width: 1024px) {
  .leftToRightCenter.-inview {
    opacity: 1;
    animation: leftToRightCenter 1.75s;
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes leftToRightCenter {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.rightToLeft.-inview {
  opacity: 1;
  animation: rightToLeft 1.75s;
}

@media only screen and (max-width: 1024px) {
  .rightToLeftCenter.-inview {
    opacity: 1;
    animation: rightToLeftCenter 1.75s;
  }
}
@keyframes rightToLeft {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rightToLeftCenter {
  0% {
    transform: translateX(200%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.imgFloat {
  animation-name: imgFloat;
  animation-duration: 4s;
  animation-iteration-count: infinite;
}
.imgFloat._delay {
  animation-delay: 1s;
}
.imgFloat._reverse {
  animation-name: imgFloatReverse;
}

@keyframes imgFloat {
  50% {
    transform: translateY(-20px);
  }
}
@keyframes imgFloatReverse {
  50% {
    transform: translateY(20px);
  }
}
@media only screen and (min-width: 1025px) {
  .-inview .planBoxFlip .planBox._ura {
    transform: rotateY(180deg);
  }
  .-inview .planBoxFlip .planBox._omote {
    transform: rotateY(0);
  }
  .planBoxFlip:nth-child(2) .planBox._ura, .planBoxFlip:nth-child(2) .planBox._omote {
    transition-delay: 0.5s;
  }
  .planBoxFlip:nth-child(3) .planBox._ura, .planBoxFlip:nth-child(3) .planBox._omote {
    transition-delay: 1s;
  }
}
.shine {
  color: transparent;
  background-image: linear-gradient(90deg, #000 0%, #1a2c45 38.98%, #3d4a5d 41.01%, #677582 42.77%, #f99265 44.51%, #f88552 46.04%, #f7783f 47.48%, #f66b2c 49.14%, #f55e19 51.53%, #a96f57 54.28%, #8b6656 56.29%, #1b3847 58.88%, #000 100%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 260%;
}
.shine.-inview {
  animation: shine 3s infinite;
}
.shine._dark {
  background-image: linear-gradient(90deg, rgb(0, 0, 0) 20%, rgb(172, 172, 172) 50%, rgb(0, 0, 0) 80%);
}
.shine._dark::before {
  display: none;
}
.shine._dark.-inview {
  animation: shine 4s infinite;
}
.shine._white {
  background-image: linear-gradient(70deg, #f7783f 45%, #fff 50%, #f7783f 55%);
}

@keyframes shine {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.needs__title::after {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.5s, -webkit-clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
  transition: clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.5s;
  transition: clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, opacity 1.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 1.5s, -webkit-clip-path 1.5s cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
}
.needs__title.-inview::after {
  -webkit-clip-path: inset(0 0% 0 0);
          clip-path: inset(0 0% 0 0);
}

@keyframes show-letter {
  from {
    opacity: 1;
    transform: translateY(110%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.spanTextContent {
  display: block;
  overflow: hidden;
}
.spanTextContent._en {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  color: #f7783f;
  text-align: center;
  letter-spacing: 0.12em;
}
@media only screen and (max-width: 1024px) {
  .spanTextContent._trigger .spanText:nth-child(1) {
    animation-delay: 0.92s;
  }
  .spanTextContent._trigger .spanText:nth-child(2) {
    animation-delay: 0.96s;
  }
  .spanTextContent._trigger .spanText:nth-child(3) {
    animation-delay: 1s;
  }
  .spanTextContent._trigger .spanText:nth-child(4) {
    animation-delay: 1.04s;
  }
  .spanTextContent._trigger .spanText:nth-child(5) {
    animation-delay: 1.08s;
  }
  .spanTextContent._trigger .spanText:nth-child(6) {
    animation-delay: 1.12s;
  }
  .spanTextContent._trigger .spanText:nth-child(7) {
    animation-delay: 1.16s;
  }
}

._colorOrange {
  color: #f7783f;
}

.-fadein__up {
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.5s;
  transform: translateY(50px);
}
.-fadein__up.-inview {
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s, opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.75s;
  transform: translateY(0);
}

.top__titleAnimation .spanText {
  display: inline-block;
  letter-spacing: -0.25em;
  opacity: 0;
}
.top__titleAnimation .spanText.-inview {
  animation: show-letter;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0, 0.52, 0.35, 0.99);
  animation-delay: 0s;
  animation-fill-mode: forwards;
}
.top__titleAnimation .spanText:nth-of-type(2) {
  animation-delay: 0.04s;
}
.top__titleAnimation .spanText:nth-of-type(3) {
  animation-delay: 0.08s;
}
.top__titleAnimation .spanText:nth-of-type(4) {
  animation-delay: 0.12s;
}
.top__titleAnimation .spanText:nth-of-type(5) {
  animation-delay: 0.16s;
}
.top__titleAnimation .spanText:nth-of-type(6) {
  animation-delay: 0.2s;
}
.top__titleAnimation .spanText:nth-of-type(7) {
  animation-delay: 0.24s;
}
.top__titleAnimation .spanText:nth-of-type(8) {
  animation-delay: 0.28s;
}
.top__titleAnimation .spanText:nth-of-type(9) {
  animation-delay: 0.32s;
}
.top__titleAnimation .spanText:nth-of-type(10) {
  animation-delay: 0.36s;
}

.-popup {
  opacity: 0;
}
.-popup.-inview {
  animation: popup;
  animation-duration: 0.5s;
  animation-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
  animation-fill-mode: forwards;
}
.-popupDelay175s.-inview {
  animation-delay: 1.75s;
}
@media only screen and (min-width: 1025px) {
  .-popupDelay25s.-inview {
    animation-delay: 2.5s;
  }
}

@keyframes popup {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 1025px) {
  .js-solutionSlider {
    display: contents !important;
  }
  .js-solutionSlider:not(.swiper-initialized) .swiper-button-prev,
  .js-solutionSlider:not(.swiper-initialized) .swiper-button-next,
  .js-solutionSlider:not(.swiper-initialized) .swiper-pagination {
    display: none;
  }
  .js-solutionSlider:not(.swiper-initialized) .swiper-wrapper,
  .js-solutionSlider:not(.swiper-initialized) .swiper-slide {
    display: contents;
  }
}
@media only screen and (max-width: 1024px) {
  .js-solutionSlider .swiper-wrapper {
    padding-bottom: 60px;
  }
  .js-solutionSlider .swiper-slide {
    width: 100%;
    height: auto;
  }
  .js-solutionSlider .swiper-slide .featureList__item {
    height: 100%;
  }
  .js-solutionSlider .swiper-button-prev,
  .js-solutionSlider .swiper-button-next {
    top: auto;
    bottom: 0;
    color: #0f0f0f;
  }
  .js-solutionSlider .swiper-button-prev {
    left: 35%;
  }
  .js-solutionSlider .swiper-button-next {
    right: 35%;
  }
  .js-solutionSlider .swiper-pagination {
    top: 40px !important;
    right: 15px;
    bottom: auto !important;
    left: auto !important;
    display: flex;
    gap: 10px;
    justify-content: right;
  }
  .js-solutionSlider .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    margin: 0 !important;
    background: #fff;
    border: 2px solid #0f0f0f;
    opacity: 1;
  }
  .js-solutionSlider .swiper-pagination-bullet-active {
    background: #f7783f;
  }
}

.js-qaSlider {
  overflow: visible !important;
}
@media only screen and (min-width: 1025px) {
  .js-qaSlider {
    margin: 100px calc(50% - 50vw) 47px !important;
  }
}
@media only screen and (max-width: 1024px) {
  .js-qaSlider {
    margin: 37px calc(50% - 50vw) 39px !important;
  }
}
.js-qaSlider .swiper-wrapper {
  padding-bottom: 60px;
}
.js-qaSlider .swiper-slide {
  width: 43%;
}
@media only screen and (min-width: 1025px) {
  .js-qaSlider .swiper-slide {
    transition: transform 0.3s ease;
    transform: translateY(40px);
  }
  .js-qaSlider .swiper-slide.swiper-slide-active, .js-qaSlider .swiper-slide.swiper-slide-duplicate-active {
    transform: translateY(0);
  }
  .js-qaSlider .swiper-slide .qaList__item {
    min-height: 394px;
  }
}
@media only screen and (max-width: 1024px) {
  .js-qaSlider .swiper-slide {
    width: 92.553%;
  }
}
.js-qaSlider .swiper-button-prev,
.js-qaSlider .swiper-button-next {
  top: 50%;
  width: 60px;
  height: 60px;
  color: #0f0f0f;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1024px) {
  .js-qaSlider .swiper-button-prev,
  .js-qaSlider .swiper-button-next {
    width: 45px;
    height: 45px;
  }
}
.js-qaSlider .swiper-button-prev::after,
.js-qaSlider .swiper-button-next::after {
  display: none;
}
.js-qaSlider .swiper-button-prev::before,
.js-qaSlider .swiper-button-next::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url("../img/btn_slide.png") no-repeat center center/contain;
}
.js-qaSlider .swiper-button-prev {
  left: 27%;
}
@media only screen and (max-width: 1024px) {
  .js-qaSlider .swiper-button-prev {
    left: 0;
  }
}
.js-qaSlider .swiper-button-next {
  right: 27%;
}
@media only screen and (max-width: 1024px) {
  .js-qaSlider .swiper-button-next {
    right: 0;
  }
}
.js-qaSlider .swiper-button-next::before {
  transform: scale(-1, 1);
}
.js-qaSlider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 5px !important;
  background: #fff;
  border: 2px solid #0f0f0f;
  opacity: 1;
}
.js-qaSlider .swiper-pagination-bullet-active {
  background: #f0eb5c;
}
@media only screen and (max-width: 1024px) {
  .js-qaSlider .question {
    display: block;
    padding: 23px 15px;
  }
  .js-qaSlider .question span {
    display: block;
    margin-bottom: 5px;
    font-size: 34px;
  }
  .js-qaSlider .answerBox {
    display: block;
    padding: 10px 15px 30px;
  }
  .js-qaSlider .answerBox .answer {
    display: block;
    margin-bottom: 10px;
    font-size: 34px;
  }
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */