@media screen and (min-width: 769px) {
  .is-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

body {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  font-family: "Noto Sans JP", sans-serif;
  color: #111111;
  background: #FAFAFA;
}

.inner {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .inner {
    padding: 0 30px;
  }
}

.section-title {
  font-size: 2.375rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  letter-spacing: 3.8px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .section-title {
    font-size: 3.125rem;
    letter-spacing: 5px;
  }
}

.section-sub-title {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 0.875rem;
  letter-spacing: 1.12px;
  line-height: 1;
  margin-top: 15px;
}

@media screen and (min-width: 769px) {
  .section-sub-title {
    font-size: 1rem;
    letter-spacing: 1.28px;
  }
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

a:hover {
  opacity: 0.7;
}

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

.button {
  display: inline-block;
  min-width: 150px;
  padding: 7px 28px;
  border-radius: 60px;
  border: 2px solid #111111;
  color: #111111;
  background: #FFF;
  font-weight: 700;
  transition: all 0.3s ease-out;
  letter-spacing: 0.48px;
}

.button:hover {
  color: #111111;
  background: #FABE00;
  opacity: 1;
}

.header__contents {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}

@media screen and (min-width: 769px) {
  .header__contents {
    padding: 32px 0;
  }
}

.header__logo {
  width: 100%;
  max-width: 100px;
}

@media screen and (min-width: 769px) {
  .header__logo {
    max-width: 135px;
  }
}

.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
}

.header__nav {
  display: none;
}

@media screen and (min-width: 769px) {
  .header__nav {
    display: flex;
    align-items: center;
    gap: 40px;
  }
}

.header__nav-item a {
  display: inline-block;
  font-weight: 700;
}

.header__nav-item a:hover {
  color: #F5810E;
  opacity: 1;
}

.header__nav-item--contact a:hover {
  color: #111111;
}

.drawer__icon {
  position: fixed;
  top: 26px;
  right: 15px;
  z-index: 1000;
}

.drawer__icon.is-active .drawer__icon-bar1 {
  width: 36px;
  top: 50%;
  right: 15px;
  transform: rotate(-30deg);
}

.drawer__icon.is-active .drawer__icon-bar2 {
  display: none;
}

.drawer__icon.is-active .drawer__icon-bar3 {
  width: 36px;
  top: 50%;
  right: 15px;
  transform: rotate(30deg);
}

.drawer__icon-bars {
  width: 36px;
  height: 18px;
  display: block;
  position: relative;
  z-index: 1000;
}

.drawer__icon-bar1,
.drawer__icon-bar2,
.drawer__icon-bar3 {
  position: absolute;
  width: 36px;
  height: 3px;
  background: #111111;
  top: 0;
  left: 0;
  transition: ease 1s;
  border-radius: 5px;
}

.drawer__icon-bar1 {
  top: 0px;
}

.drawer__icon-bar2 {
  top: 9px;
}

.drawer__icon-bar3 {
  top: 18px;
}

.drawer__content {
  width: 85.33%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background: #F7BA1A;
  z-index: 250;
  transform: translateX(105%);
  transition: all 1s;
}

.drawer__content.is-active {
  transform: translateX(0);
}

.drawer__content-items {
  text-align: center;
  padding-top: 100px;
  padding: 100px 12.51% 0 12.51%;
}

.drawer__content-item {
  text-align: right;
}

.drawer__content-item:not(:first-child) {
  margin-top: 17px;
}

.drawer__content-item a {
  color: #111111;
  font-weight: 700;
}

.drawer__content-item a:hover {
  color: #fff;
  opacity: 1;
}

.drawer__content-item .hover--normal:hover {
  color: #111111;
}

.mv__inner {
  width: 100%;
  max-width: 1380px;
  margin: auto;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .mv__inner {
    padding: 0;
  }
}

.mv__contents-wrap {
  border-radius: 20px;
  background: linear-gradient(180deg, #F8B819 0%, #F0D320 100%);
}

@media screen and (min-width: 769px) {
  .mv__contents-wrap {
    padding: 0;
    border-radius: 30px;
  }
}

.mv__contents {
  padding: 0;
  position: relative;
  padding: 50px 16.24% 255px;
}

@media screen and (min-width: 769px) {
  .mv__contents {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 110px 30px;
    display: flex;
    gap: 40px;
    align-items: start;
  }
}

@media screen and (max-width: 350px) {
  .mv__contents {
    padding: 50px 4vw 210px;
  }
}

@media screen and (min-width: 769px) {
  .mv__content {
    max-width: 400px;
  }
}

.mv__title {
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 2.2px;
}

@media screen and (min-width: 769px) {
  .mv__title {
    letter-spacing: 3.2px;
  }
}

.mv__title span {
  display: block;
  width: 100%;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  margin: auto;
  padding: 10px;
  font-size: clamp(18px, 6vw, 21px);
  font-weight: 700;
  line-height: 1;
  background: #fff;
  border-radius: 5px;
}

@media screen and (min-width: 769px) {
  .mv__title span {
    font-size: clamp(25px, 3vw, 38px);
    padding: 12px 16px;
  }
}

.mv__title span:not(:first-child) {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .mv__title span:not(:first-child) {
    margin-top: 14px;
    margin-left: 0;
  }
}

.mv__sub-title {
  font-weight: 700;
  text-align: center;
  margin-top: 26px;
  letter-spacing: 0.48px;
}

@media screen and (min-width: 769px) {
  .mv__sub-title {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-top: 20px;
    letter-spacing: 0.54px;
  }
}

.mv__sub-button {
  text-align: center;
  margin-top: 22px;
}

@media screen and (min-width: 769px) {
  .mv__sub-button {
    -moz-text-align-last: left;
    text-align-last: left;
    margin-top: 30px;
  }
}

.button--black {
  color: #fff;
  background: #111111;
  border: 2px solid #fff;
}

.button--black:hover {
  color: #111111;
  background: #fff;
  border: 2px solid #111111;
}

.mv__img {
  width: 100%;
  max-width: 345px;
  position: absolute;
  bottom: -108px;
  right: auto;
  left: 50%;
  transform: translate(-50%);
}

@media screen and (min-width: 769px) {
  .mv__img {
    width: 57.7%;
    margin-top: auto;
    max-width: 600px;
    position: absolute;
    bottom: -88px;
    left: auto;
    right: 0;
    transform: translateX(0);
  }
}

.results {
  margin-top: 163px;
}

@media screen and (min-width: 769px) {
  .results {
    margin-top: 160px;
  }
}

.results__inner {
  width: 100%;
  max-width: 920px;
  padding: 0 40px;
}

@media screen and (min-width: 769px) {
  .results__inner {
    padding: 0 30px;
  }
}

.results__section-title {
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .results__section-title {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.results__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 15px;
  width: 100%;
  max-width: 566.68px;
  margin: auto;
  margin-top: 23px;
}

@media screen and (min-width: 769px) {
  .results__items {
    max-width: 100%;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px 26px;
    margin-top: 54px;
  }
}

.results__image {
  width: 100%;
  height: 100%;
  aspect-ratio: 140/42;
}

@media screen and (min-width: 769px) {
  .results__image {
    aspect-ratio: 200/60;
  }
}

.news {
  margin-top: 120px;
}

@media screen and (min-width: 769px) {
  .news {
    margin-top: 100px;
  }
}

.news__contents {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0px 9px 30px 0px #F4F4F4;
  padding: 40px 12px;
}

@media screen and (min-width: 769px) {
  .news__contents {
    padding: 40px 9.2% 34px;
    border-radius: 30px;
  }
}

.news__section-title {
  text-align: center;
}

@media screen and (min-width: 769px) {
  .news__section-title {
    text-align: left;
  }
}

.news__items {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .news__items {
    margin-top: 28px;
  }
}

.news__item:not(:first-child) {
  border-top: 1px solid #E3E3E3;
}

.news__item a {
  display: flex;
  align-items: center;
  padding: 9px 0;
  gap: 8px;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .news__item a {
    gap: 23px;
    flex-wrap: nowrap;
    padding: 12px 11px;
  }
}

.news__item a:hover {
  background: rgba(250, 190, 0, 0.1);
  color: #111111;
  opacity: 1;
}

.news__meta {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  gap: 12px;
}

@media screen and (min-width: 769px) {
  .news__meta {
    gap: 14px;
    min-width: 220px;
  }
}

@media screen and (min-width: 769px) {
  .news__date {
    min-width: 120px;
  }
}

.news__category {
  display: inline-block;
  color: #fff;
  font-size: 0.6875rem;
  padding: 2px 10px;
  border-radius: 2px;
}

.news__category--orange {
  background: #E4780C;
}

.news__category--yellow {
  background: #ECB815;
}

.news__category--green {
  background: #389B47;
}

.news__text {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .news__text {
    flex-shrink: 1;
  }
}

.news__btn {
  text-align: right;
  margin-top: 18px;
}

@media screen and (min-width: 769px) {
  .news__btn {
    margin-top: 20px;
  }
}

.news__btn a {
  display: inline-block;
  font-weight: bold;
  border-bottom: 2px solid #111111;
  transition: all 0.3s ease-out;
}

.news__btn a:hover {
  color: #FABE00;
  border-bottom: 2px solid #FABE00;
  opacity: 1;
}

.service {
  padding: 122px 0 165px;
  overflow: hidden;
}

@media screen and (min-width: 769px) {
  .service {
    padding: 200px;
  }
}

.service__logo {
  width: 100%;
  max-width: 180px;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .service__logo {
    max-width: 230px;
  }
}

.service__contents {
  position: relative;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 0 15px;
}

@media screen and (min-width: 769px) {
  .service__contents {
    padding: 0 30px;
  }
}

.service__contents::before {
  content: "";
  width: 1100px;
  height: 1100px;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 999px;
  background: linear-gradient(180deg, #F8B819 0%, #F0D320 100%);
  position: absolute;
  bottom: -105px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

@media screen and (min-width: 769px) {
  .service__contents::before {
    width: 800px;
    height: 800px;
  }
}

.service__image {
  width: 100%;
  max-width: 320px;
  margin: auto;
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .service__image {
    margin-top: 50px;
  }
}

.service__text {
  width: 100%;
  max-width: 700px;
  margin: auto;
  text-align: center;
  font-weight: 700;
  line-height: 2.3;
  margin-top: 40px;
}

@media screen and (max-width: 350px) {
  .service__text {
    font-size: clamp(12px, 4.5vw, 16px);
  }
}

.service__btn-text {
  text-align: center;
  margin-top: 37px;
  font-weight: 700;
  letter-spacing: 1.28px;
}

.service__btn {
  text-align: center;
  margin-top: 7px;
}

.modal__background {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 100;
}

.modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 30px);
  max-width: 1140px;
  background-color: #fff;
  border-radius: 20px;
  padding: 65px 15px 15px;
  z-index: 101;
}

@media screen and (min-width: 769px) {
  .modal {
    width: calc(100% - 60px);
    padding: 130px 70px 75px;
  }
}

.modal__contents {
  overflow-y: scroll;
  max-height: 50vh;
}

@media screen and (min-width: 769px) {
  .modal__contents {
    max-height: 265px;
  }
}

.modal__contents p:not(:first-child) {
  margin-top: 20px;
}

.modal__contents p {
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .modal__contents p {
    font-size: 1rem;
  }
}

.modal__icon {
  width: 37px;
  height: 37px;
  position: absolute;
  top: 16px;
  right: 16px;
}

@media screen and (min-width: 769px) {
  .modal__icon {
    top: 50px;
    right: 70px;
  }
}

.modal__button {
  text-align: center;
  margin-top: 30px;
}

.movie {
  padding: 58px 0;
  background: url(../img/section-bg.png) repeat top left/529px auto;
}

@media screen and (min-width: 769px) {
  .movie {
    padding: 100px 0;
  }
}

.movie__section-title {
  text-align: center;
}

.movie__section-sub-title {
  text-align: center;
}

.movie_iframe {
  width: 100%;
  max-width: 100%;
  margin: auto;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .movie_iframe {
    margin-top: 55px;
    max-width: 640px;
  }
}

.movie_iframe>iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 345/194;
}

@media screen and (min-width: 769px) {
  .movie_iframe>iframe {
    aspect-ratio: 640/360;
  }
}

.how-to-use {
  padding: 60px 0;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .how-to-use {
    padding: 100px 0;
  }
}

.how-to-use__contents {
  margin-top: 95px;
}

@media screen and (min-width: 769px) {
  .how-to-use__contents {
    margin-top: 90px;
  }
}

.how-to-use__content {
  background: #FFFBF0;
  padding: 60px 11.594% 45px;
  border-radius: 30px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .how-to-use__content {
    padding: 44px 8.33% 55px;
    border-radius: 40px;
  }
}

@media screen and (max-width: 350px) {
  .how-to-use__content {
    padding: 55px 15px 50px;
  }
}

.how-to-use__content:not(:first-child) {
  margin-top: 110px;
}

@media screen and (min-width: 769px) {
  .how-to-use__content:not(:first-child) {
    margin-top: 75px;
  }
}

.how-to-use__title {
  display: inline-block;
  font-size: 1.125rem;
  letter-spacing: 1.8px;
  font-weight: 700;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 769px) {
  .how-to-use__title {
    font-size: 1.375rem;
    letter-spacing: 2.2px;
    padding-right: 85px;
  }
}

.how-to-use__title::before {
  content: "";
  width: 85px;
  height: 110px;
  position: absolute;
  top: -125px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/step1-title-img.png) no-repeat top center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .how-to-use__title::before {
    top: auto;
    bottom: 0;
    right: 0;
    left: auto;
    transform: translateX(0);
    background: url(../img/step1-title-img.png) no-repeat bottom right;
    background-size: contain;
  }
}

.how-to-use__content--even .how-to-use__title {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 769px) {
  .how-to-use__content--even .how-to-use__title {
    padding-left: 85px;
  }
}

.how-to-use__content--even .card_number {
  background: #FABE00;
}

.how-to-use__content--even .how-to-use__title::before {
  width: 85px;
  height: 110px;
  position: absolute;
  top: -130px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../img/step2-title-img.png) no-repeat top center;
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .how-to-use__content--even .how-to-use__title::before {
    top: auto;
    bottom: 0;
    left: 0;
    transform: translateX(0);
    background: url(../img/step2-title-img.png) no-repeat bottom left;
    background-size: contain;
  }
}

.how-to-use__items {
  margin-top: 65px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 65px;
}

@media screen and (min-width: 769px) {
  .how-to-use__items {
    margin-top: 85px;
    grid-template-columns: repeat(3, 1fr);
    gap: 65px 24px;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  }
}

.card {
  position: relative;
  border-radius: 30px;
  border: 3px solid #111111;
  background: #FFF;
  padding: 50px 15px 20px;
}

@media screen and (min-width: 769px) {
  .card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 50px 15px 23px;
  }
}

.card_number {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 90px;
  height: 90px;
  background: #F5810E;
  border-radius: 45px;
  border: 3px solid #111111;
  padding-top: 12px;
  text-align: center;
  line-height: 1;
}

.card_number_sub {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 1.3px;
}

.card_number_main {
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  letter-spacing: 3.4px;
}

.card_image {
  aspect-ratio: 1/1;
  width: 100%;
  max-width: 61%;
  min-width: 160px;
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  .card_image {
    width: 100%;
    max-width: 66.66%;
  }
}

.card_text {
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 0.48px;
}

.merit {
  padding: 58px 0;
}

@media screen and (min-width: 769px) {
  .merit {
    padding: 100px 0;
  }
}

.merit__items {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .merit__items {
    margin-top: 60px;
    max-width: 100%;
  }
}

.merit__item {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  gap: 15px;
  padding: 10px 20px 24px;
}

@media screen and (min-width: 769px) {
  .merit__item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 5.4%;
    padding: 20px 9.65%;
  }
}

@media screen and (min-width: 769px) {
  .merit__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.merit__item:not(:first-child) {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .merit__item:not(:first-child) {
    margin-top: 40px;
  }
}

.merit__left {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .merit__left {
    width: 56.521%;
  }
}

.merit__title {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

@media screen and (min-width: 769px) {
  .merit__title {
    gap: 28px;
  }
}

.merit__main-title {
  color: #111111;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 1.6px;
}

@media screen and (min-width: 769px) {
  .merit__main-title {
    font-size: 1.25rem;
    letter-spacing: 2px;
  }
}

.merit__sub-title {
  color: #FABE00;
  font-family: "Montserrat", sans-serif;
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .merit__sub-title {
    font-size: 6.875rem;
  }
}

.merit__text {
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .merit__text {
    margin-top: 16px;
    font-size: 0.9375rem;
  }
}

.merit__right {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .merit__right {
    width: 38%;
  }
}

.merit__image {
  width: 100%;
  height: 100%;
  margin: auto;
  aspect-ratio: 1/1;
  max-width: 432.78px;
  max-width: 65.5%;
}

@media screen and (min-width: 769px) {
  .merit__image {
    max-width: 100%;
  }
}

.about {
  background: linear-gradient(180deg, #F8B819 0%, #F0D320 100%);
  padding: 50px 0;
}

@media screen and (min-width: 769px) {
  .about {
    padding: 60px 0;
  }
}

.about__text {
  color: #111111;
  text-align: center;
  font-size: 1.125rem;
  font-size: clamp(14px, 4.5vw, 16px);
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.54px;
}

@media screen and (max-width: 350px) {
  .about__text {
    font-size: clamp(12px, 4.5vw, 16px);
  }
}

.about__btn {
  margin-top: 16px;
  text-align: center;
}

.comparison {
  padding: 58px 0;
  background: #fff;
}

@media screen and (min-width: 769px) {
  .comparison {
    padding: 100px 0;
  }
}

.comparison__inner {
  max-width: 1060px;
}

.comparison__title {
  color: #111111;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .comparison__title {
    font-size: 1.5rem;
  }
}

.comparison__table-wrap {
  padding-top: 35px;
  padding-bottom: 28px;
  overflow-x: scroll;
}

@media screen and (min-width: 769px) {
  .comparison__table-wrap {
    padding-top: 60px;
    padding-bottom: 0;
    overflow-x: auto;
  }
}

.comparison__table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .comparison__table {
    white-space: inherit;
    table-layout: fixed;
  }
}

.comparison__table td {
  text-align: center;
  font-weight: 700;
  padding: 16px 8px;
  vertical-align: middle;
  font-size: 0.875rem;
}

@media screen and (min-width: 769px) {
  .comparison__table td {
    font-size: 1rem;
    padding: 30px 10px;
  }
}

.comparison__table tr:not(:first-child) td {
  border-top: 2px solid #000;
  padding: 5px 8px;
}

@media screen and (min-width: 769px) {
  .comparison__table tr:not(:first-child) td {
    padding: 16px 8px;
  }
}

.comparison__table tr:last-child td {
  padding: 16px 8px;
}

.comparison__table tr:first-child td {
  font-size: 1rem;
  letter-spacing: 2px;
}

@media screen and (min-width: 769px) {
  .comparison__table tr:first-child td {
    font-size: 1.25rem;
  }
}

.comparison__table tr:first-child td,
.comparison__table td:first-child {
  font-size: 1rem;
  letter-spacing: 0.6px;
}

@media screen and (min-width: 769px) {

  .comparison__table tr:first-child td,
  .comparison__table td:first-child {
    font-size: 1.25rem;
    letter-spacing: 0.48px;
  }
}

.comparison__table td:nth-child(2) {
  background-color: #FFF9E5;
  font-size: 1rem;
}

@media screen and (min-width: 769px) {
  .comparison__table td:nth-child(2) {
    font-size: 1.5625rem;
  }
}

.comparison__table-logo img {
  min-width: 70px;
  max-width: 70px;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (min-width: 769px) {
  .comparison__table-logo img {
    max-width: 120px;
  }
}

.comparison__table-wrap::-webkit-scrollbar {
  height: 6px;
}

.comparison__table-wrap::-webkit-scrollbar-track {
  background-color: #D9D9D9;
}

.comparison__table-wrap::-webkit-scrollbar-thumb {
  background-color: #FABE00;
}

.comparison__scroll-text {
  color: #686868;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  margin-top: 5px;
}

.qa {
  padding: 58px 0;
}

@media screen and (min-width: 769px) {
  .qa {
    padding: 100px 0;
  }
}

@media screen and (min-width: 769px) {
  .qa__inner {
    max-width: 860px;
  }
}

.qa__boxs {
  margin-top: 50px;
}

@media screen and (min-width: 769px) {
  .qa__boxs {
    margin-top: 75px;
  }
}

.qa__box {
  border-radius: 10px;
  border: 3px solid #111111;
  background: #FFF;
  padding: 30px 30px 30px 12px;
  position: relative;
  width: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .qa__box {
    padding: 32px 80px 32px 20px;
    letter-spacing: 1.28px;
    max-width: 100%;
  }
}

.qa__box:first-child .qa__box-a {
  display: block;
}

.qa__box:first-child .qa__box-q::after {
  border-width: 7px 5px 0 5px;
  border-color: #111111 transparent transparent transparent;
}

.qa__box::before {
  content: "Q";
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -24px;
  left: 12px;
  border-radius: 22px;
  border: 3px solid #111111;
  background: #F5810E;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 2.2px;
}

@media screen and (min-width: 769px) {
  .qa__box::before {
    left: 22px;
  }
}

.qa__box:not(:first-child) {
  margin-top: 42px;
}

.qa__box-q,
.qa__box-a {
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 1.12px;
}

@media screen and (min-width: 769px) {

  .qa__box-q,
  .qa__box-a {
    letter-spacing: 1.28px;
    padding-left: 0;
    font-size: 1rem;
  }
}

.qa__box-q {
  position: relative;
}

.qa__box-q::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 7px 5px;
  border-color: transparent transparent #111111 transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  transition: all 0.3s ease-out;
}

@media screen and (min-width: 769px) {
  .qa__box-q::after {
    top: 50%;
    transform: translateY(-50%);
    right: -48px;
  }
}

.qa__box.is-open .qa__box-q::after {
  border-width: 7px 5px 0 5px;
  border-color: #111111 transparent transparent transparent;
}

.qa__box-a {
  margin-top: 40px;
  position: relative;
  display: none;
  padding-left: 53px;
}

@media screen and (min-width: 769px) {
  .qa__box-a {
    margin-top: 30px;
  }
}

.qa__box-a.is-open {
  display: block;
}

.qa__box-a::before {
  content: "A";
  display: inline-block;
  text-align: center;
  width: 44px;
  height: 44px;
  position: absolute;
  top: -12px;
  left: 0;
  border-radius: 22px;
  border: 3px solid #111111;
  background: #FABE00;
  color: #111111;
  font-family: "Montserrat", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 2.2px;
}

.gallery {
  padding: 58px 0;
}

@media screen and (min-width: 769px) {
  .gallery {
    padding: 100px 0;
  }
}

.gallery__inner {
  width: 100%;
  max-width: 100%;
  margin: auto;
}

@media screen and (min-width: 769px) {
  .gallery__inner {
    max-width: 640px;
  }
}

.gallery__swiper {
  border-radius: 20px;
  border: 3px solid #111111;
  background: #FFF;
  box-shadow: 0px 9px 30px 0px #F4F4F4;
  padding: 12px 12px 10px;
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .gallery__swiper {
    border-radius: 30px;
    margin-top: 60px;
    padding: 20px 20px 18px;
  }
}

.gallery__image {
  aspect-ratio: 600/400;
}

.gallery__image img {
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .gallery__image img {
    border-radius: 20px;
  }
}

.gallery__text {
  font-size: 0.875rem;
  margin-top: 10px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .gallery__text {
    font-size: 1rem;
    margin-top: 18px;
  }
}

.gallery__swiper-wrap {
  position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -32px;
}

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}

.swiper-button-next::before,
.swiper-rtl .swiper-button-prev::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/next-icon.png);
  background-size: contain;
}

@media screen and (min-width: 769px) {

  .swiper-button-next::before,
  .swiper-rtl .swiper-button-prev::before {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-prev::before,
.swiper-rtl .swiper-button-next::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/prev-icon.png);
  background-size: contain;
}

@media screen and (min-width: 769px) {

  .swiper-button-prev::before,
  .swiper-rtl .swiper-button-next::before {
    width: 50px;
    height: 50px;
  }
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -70px;
  left: 0;
}

@media screen and (min-width: 769px) {

  .swiper-button-prev,
  .swiper-rtl .swiper-button-next {
    left: -70px;
  }
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}

@media screen and (min-width: 769px) {

  .swiper-button-next,
  .swiper-rtl .swiper-button-prev {
    right: -70px;
  }
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  opacity: 0;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  opacity: 0;
}

.contact {
  padding: 60px 0;
  background: url(../img/section-bg.png) repeat top left/529px auto;
}

@media screen and (min-width: 769px) {
  .contact {
    padding: 100px 0;
  }
}

.contact__form_wrap {
  border-radius: 30px;
  background: #FFF;
  padding: 60px 20px;
}

@media screen and (min-width: 769px) {
  .contact__form_wrap {
    padding: 60px 15px;
  }
}

.contact__form {
  margin-top: 30px;
}

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

.contact__form-dl {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (min-width: 769px) {
  .contact__form-dl {
    max-width: 612px;
    margin: auto;
  }
}

@media screen and (min-width: 769px) {
  .contact__form-row {
    display: flex;
    align-items: center;
    gap: 5.22%;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .contact__form-dt {
    flex-shrink: 0;
  }
}

.contact__form-dt label,
.contact__form-dt div {
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}

.contact__form-dd {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .contact__form-dd {
    width: 65.36%;
    flex-shrink: 1;
  }
}

.contact__form-dd [type=text],
.contact__form-dd [type=email] {
  width: 100%;
  margin-top: 10px;
  padding: 12px 12px;
  border-radius: 5px;
  border: 3px solid #111111;
  background: #FFF;
  outline: none;
}

.contact__form-dd [type=text]:hover,
.contact__form-dd [type=text]:focus,
.contact__form-dd [type=email]:hover,
.contact__form-dd [type=email]:focus {
  border: 3px solid #FABE00;
}

@media screen and (min-width: 769px) {

  .contact__form-dd [type=text],
  .contact__form-dd [type=email] {
    margin-top: 0;
  }
}

.contact__form-dd [type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.contact__form-dd [type=radio]:checked+span::after {
  opacity: 1;
}

.contact__form-dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  font-weight: 700;
  border-radius: 5px;
  border: 3px solid #111111;
  background: #FFF;
  padding: 12px 45px 12px 15px;
  outline: none;
}

.contact__form-dd select:hover,
.contact__form-dd select:focus {
  border: 3px solid #FABE00;
}

.contact__form-dd textarea {
  width: 100%;
  height: 180px;
  padding: 16px 12px;
  border-radius: 5px;
  border: 3px solid #111111;
  background: #FFF;
  margin-top: 15px;
  outline: none;
}

@media screen and (min-width: 769px) {
  .contact__form-dd textarea {
    margin-top: 0;
  }
}

.contact__form-dd textarea:hover,
.contact__form-dd textarea:focus {
  border: 3px solid #FABE00;
}

.select_wrap {
  position: relative;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .select_wrap {
    margin-top: 0;
  }
}

.select_wrap::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 5px 0 5px;
  border-color: #111111 transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.is-required span {
  border-radius: 2px;
  color: #fff;
  background: #EE8013;
  padding: 5px 10px;
  line-height: 1;
  font-size: 0.6875rem;
}

.is-required--green span {
  background: #43B549;
}

.contact__form-radio {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .contact__form-radio {
    flex-direction: row;
    gap: 30px;
    margin-top: 0;
  }
}

.radio__btn span {
  position: relative;
  font-weight: 700;
  padding-left: 28px;
}

.radio__btn span::before,
.radio__btn span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 999px;
}

.radio__btn span::before {
  width: 24px;
  height: 24px;
  border: 3px solid #111111;
  left: 0;
}

.radio__btn span::after {
  width: 10px;
  height: 10px;
  background: #F5810E;
  left: 7px;
  opacity: 0;
}

.contact__form-check {
  font-size: 0.875rem;
  margin-top: 30px;
}

.contact__form-check input:checked+.contact__form-check-box::after {
  opacity: 1;
}

.contact__form-button {
  margin-top: 30px;
}

@media screen and (min-width: 769px) {
  .contact__form-button {
    margin-top: 40px;
  }
}

.contact__form-check input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

.contact__form-check-box {
  position: relative;
  padding-left: 30px;
  font-weight: 700;
}

.contact__form-check-box a {
  text-decoration: underline;
  font-weight: 700;
}

.contact__form-check-box a:hover {
  opacity: 1;
  color: #F5810E;
}

.contact__form-check-box::before,
.contact__form-check-box::after {
  content: "";
  width: 17px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}

.contact__form-check-box::before {
  width: 20px;
  height: 20px;
  border-radius: 1px;
  border: 1px solid #111111;
}

.contact__form-check-box::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  margin-top: -1.2px;
  background: url(../img/Vector\ 30\ \(Stroke\).png) no-repeat center center/contain;
  opacity: 0;
}

.contact__form-privacy {
  text-align: center;
  margin-top: 30px;
}

.contact__form-button {
  text-align: center;
}

.contact__form-button .button:hover {
  border: 2px solid #111111;
  background: #FABE00 !important;
}

.contact__form-button .button.disabled {
  border: 2px solid #818181;
  background: #EDEDED;
}

.footer {
  padding: 18px 15px;
  background: #111111;
}

.footer_copyright {
  color: #F5F5F5;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.96px;
}

.footer_page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 100%;
  max-width: 50px;
  z-index: 10;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}

@media screen and (min-width: 769px) {
  .footer_page-top {
    bottom: 30px;
    right: 16px;
    width: 100%;
    max-width: 75px;
  }
}

@media screen and (max-width: 350px) {
  .footer_page-top {
    bottom: 35px;
  }
}

.footer_page-top a:hover {
  opacity: 0.7;
}

/* テストフォーム */
input,
select,
textarea {
  width: 100%;
}

.form_test {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 0;
}

.hidden {
  display: none;
}

.form_test-btn {
  margin-top: 20px;
}

input[type="file"] {
  display: none;
}

.custom-file-upload {
  width: 100%;
  border: 1px solid #333;
  background: #fff;
  cursor: pointer;
  display: inline-block;
}

.custom-file-upload span {
  width: 100%;
  max-width: 200px;
  margin-left: auto;
  margin-right: 0;
  background: #ddd;
  border-left: 1px solid #333;
  padding: 3px 0;
  cursor: pointer;
  display: block;
  text-align: center;
}

#formContainer {
  display: none;
}