body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.7;
  background-color: #fafafa;
}
body.is-fixed {
  overflow: hidden;
}

.header {
  position: relative;
}

.header__contents {
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (width >= 768px) {
  .header__contents {
    height: 90px;
    max-width: 1140px;
    margin-inline: auto;
  }
}

.header__logo {
  width: 100px;
  height: 26px;
  padding-bottom: 33px;
}
@media (width >= 768px) {
  .header__logo {
    width: 135px;
    height: 35px;
  }
}
.header__nav {
  position: fixed;
  top: 0;
  right: -320px;
  z-index: 800;
  background-color: #f7ba1a;
  height: 100vh;
  -webkit-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.header__nav.is-checked {
  display: block;
  right: 0;
  width: 320px;
}
@media (width >= 768px) {
  .header__nav {
    position: static;
    display: block;
    height: auto;
    background-color: #fff;
  }
}

.header__nav-list {
  margin: 100px 20px;
}
@media (width >= 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
  }
}

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

.header__nav-link {
  font-weight: bold;
  letter-spacing: 0.48px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  padding: 14px 20px;
  display: inline-block;
  margin: 14px 20px;
}
@media (width >= 768px) {
  .header__nav-link {
    padding: 0;
    margin: 0;
  }
  .header__nav-link:hover {
    color: #f5810e;
  }
}

.header__menu {
  z-index: 900;
}
@media (width >= 768px) {
  .header__menu {
    display: none;
  }
}

.header__menu-button {
  width: 36px;
  height: 21px;
  display: block;
  background: url(../img/sp/hamburger-menu-icon-open.png) no-repeat
    center/contain;
}
.header__menu-button.is-checked {
  background: url(../img/sp/hamburger-menu-icon-close.png) no-repeat
    center/contain;
}

.fv {
  padding-bottom: clamp(3.75rem, -34.65rem + 192vw, 6.75rem);
}
@media (width >= 768px) {
  .fv {
    padding-bottom: 0;
    margin-bottom: 88px;
  }
}

.fv__contents {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8b819),
    to(#f0d320)
  );
  background: linear-gradient(#f8b819, #f0d320);
  border-radius: 20px;
  padding-block: 50px 265px;
  position: relative;
}
@media (width >= 768px) {
  .fv__contents {
    position: static;
    padding: 0;
  }
}

.fv__contents-inner {
  text-align: center;
}
@media (width >= 768px) {
  .fv__contents-inner {
    position: relative;
    padding-inline: 15px;
    margin-inline: auto;
    max-width: 1070px;
    padding-block: 110px 119px;
    text-align: left;
  }
}

.fv__lead {
  margin-inline: auto;
  margin-bottom: 26px;
}
@media (width >= 768px) {
  .fv__lead {
    margin-bottom: 20px;
  }
}

.fv__lead-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  background-color: white;
  border-radius: 5px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 2.2px;
  padding: 10px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-size: 22px;
}
.fv__lead-text + .fv__lead-text {
  margin-top: 8px;
}
@media (width >= 768px) {
  .fv__lead-text {
    margin-left: 0;
    margin-right: auto;
    letter-spacing: 3.8px;
    padding: 12px 16px;
    font-size: 38px;
  }
  .fv__lead-text + .fv__lead-text {
    margin-top: 14px;
  }
}

.fv__text {
  margin-bottom: 32px;
}
.fv__text p {
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.48px;
}
@media (width >= 768px) {
  .fv__text {
    margin-bottom: 40px;
  }
  .fv__text p {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0.54px;
  }
}

.fv__img {
  position: absolute;
  max-width: 345px;
  width: 100%;
  top: 375px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (width >= 768px) {
  .fv__img {
    max-width: 600px;
    width: 56.0747663551%;
    top: auto;
    bottom: -88px;
    left: calc(50% - 80px);
    -webkit-transform: none;
    transform: none;
  }
}

.case {
  padding-block: 60px;
}
@media (width >= 768px) {
  .case {
    padding-block: 70px 50px;
  }
}

.case__title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.8px;
  text-align: center;
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .case__title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 54px;
  }
}

.case__list {
  display: grid;
  grid-template-columns: repeat(2, 140px);
  gap: 22px 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (width >= 768px) {
  .case__list {
    grid-template-columns: repeat(4, 200px);
    gap: 26px 40px;
  }
}
@media (width >= 768px) and (width < 1024px) {
  .case__list {
    grid-template-columns: repeat(3, 200px);
  }
}

.news {
  padding-block: 60px;
}
@media (width >= 768px) {
  .news {
    padding-block: 50px;
  }
}

.news__contents {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 45px;
}
@media (width >= 768px) {
  .news__contents {
    max-width: 1140px;
    padding-block: 40px 34px;
    margin-inline: auto;
    padding-inline: clamp(2.5rem, -2.465rem + 10.32vw, 6.563rem);
  }
}

.news__title {
  font-family: "Montserrat", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 3.8px;
  text-align: center;
  margin-bottom: 28px;
}
@media (width >= 768px) {
  .news__title {
    font-size: 50px;
    letter-spacing: 5px;
    -moz-text-align-last: left;
    text-align-last: left;
    margin-bottom: 30px;
  }
}

.news__list {
  padding-inline: 12px;
  margin-bottom: 17px;
}
@media (width >= 768px) {
  .news__list {
    padding-inline: 0;
    margin-bottom: 13px;
  }
}

.news__item {
  padding-block: 9px;
  display: block;
}
.news__item + .news__item {
  border-top: 1px solid #e3e3e3;
}
@media (width >= 768px) {
  .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 28px;
    padding-block: 12px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .news__item:hover {
    background-color: #fff9e5;
  }
}

.news__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  padding-bottom: 9px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (width >= 768px) {
  .news__item-top {
    -ms-flex-preferred-size: 217px;
    flex-basis: 217px;
    gap: 14px;
    padding-bottom: 0;
  }
}

@media (width >= 768px) {
  .news__item-data {
    width: 119px;
    white-space: nowrap;
    gap: 14px;
  }
}

.news__item-tug {
  border-radius: 2px;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  padding: 2px 10px;
  min-width: 63px;
  text-align: center;
}
.news__item-tug.is-notice {
  background-color: #e4780c;
}
.news__item-tug.is-column {
  background-color: #ecb815;
}
.news__item-tug.is-event {
  background-color: #389b47;
}
@media (width >= 768px) {
  .news__item-tug {
    white-space: nowrap;
  }
}

@media (width >= 768px) {
  .news__item-description {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.news__more {
  text-align: right;
  margin-right: 12px;
}
.news__more a {
  font-weight: bold;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 2px solid currentColor;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.news__more a:hover {
  color: #fabe00;
}
@media (width >= 768px) {
  .news__more {
    margin-right: 0;
  }
}

.about {
  padding-block: 60px 165px;
  overflow: hidden;
}
@media (width >= 768px) {
  .about {
    padding-block: 54px 210px;
  }
}

.about__title {
  width: 180px;
  height: 47px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media (width >= 768px) {
  .about__title {
    width: 230px;
    height: 60px;
    margin-bottom: 50px;
  }
}

.about__contents {
  text-align: center;
  position: relative;
}
.about__contents::before {
  content: "";
  position: absolute;
  top: 110px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 1100px;
  height: 1100px;
  border-radius: 50%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8b819),
    to(#f0d320)
  );
  background: linear-gradient(#f8b819, #f0d320);
  z-index: -10;
}
@media (width >= 768px) {
  .about__contents::before {
    top: 126px;
    width: 800px;
    height: 800px;
  }
}

.about__img {
  width: 320px;
  height: 360px;
  margin-inline: auto;
  margin-bottom: 38px;
}
@media (width >= 768px) {
  .about__img {
    width: 330px;
    height: 370px;
    margin-bottom: 40px;
  }
}

.about__text {
  font-weight: bold;
  line-height: 2.31;
  margin-bottom: 41px;
}
@media (width >= 768px) {
  .about__text {
    margin-bottom: 43px;
  }
}

.about__pop {
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1.28px;
  margin-bottom: 10px;
}
@media (width >= 768px) {
  .about__pop {
    margin-bottom: 18px;
  }
}

.about-modal {
  margin: 20px 15px 69px;
  padding: 16px 15px 64px;
  background-color: #fff;
  border-radius: 20px;
  border: none;
  overscroll-behavior-y: none;
}
.about-modal::-ms-backdrop {
  opacity: 0.2;
  background-color: #111;
}
.about-modal::backdrop {
  opacity: 0.2;
  background-color: #111;
}

.about-modal__heading {
  text-align: right;
  margin-bottom: 12px;
}

.about-modal__close-button {
  width: 37px;
  height: 37px;
}

.about-modal__body {
  margin-bottom: 30px;
}
.about-modal__body p {
  font-size: 14px;
}
.about-modal__body p:nth-child(2) {
  margin-top: 20px;
}

.about-modal__footer {
  text-align: center;
}

.about-modal__footer-button {
  padding: 0;
}

.movie {
  background: url(../img/section-bg.png) repeat top left/529px auto;
  padding-block: 61px 58px;
}
@media (width >= 768px) {
  .movie {
    padding-block: 95px 97px;
  }
}

.movie__iframe {
  text-align: center;
}
.movie__iframe iframe {
  width: 345px;
  height: auto;
  aspect-ratio: 345/194;
}
@media (width >= 768px) {
  .movie__iframe iframe {
    width: 640px;
    height: auto;
    aspect-ratio: 640/360;
  }
}

.how-to-use {
  padding-block: 63px 60px;
  background-color: #fff;
}
@media (width >= 768px) {
  .how-to-use {
    padding-block: 100px;
  }
}

.how-to-use__title {
  margin-bottom: 104px;
}
@media (width >= 768px) {
  .how-to-use__title {
    margin-bottom: 89px;
  }
}

.step__wrapper {
  background-color: #fffbf0;
  border-radius: 30px;
  padding-block: 54px 48px;
}
.step__wrapper + .step__wrapper {
  margin-top: 111px;
}
@media (width >= 768px) {
  .step__wrapper {
    padding: 44px clamp(0.625rem, -10.516rem + 23.18vw, 6rem) 56px;
    max-width: 1140px;
    margin-inline: auto;
  }
  .step__wrapper + .step__wrapper {
    margin-top: 74px;
  }
}

.step__lead {
  position: relative;
  margin-bottom: 65px;
}
@media (width >= 768px) {
  .step__lead {
    margin-bottom: 85px;
    padding-right: 95px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
  .is-type2 .step__lead {
    padding-right: 0;
    padding-left: 95px;
  }
}

.step__lead-img {
  position: absolute;
  bottom: calc(100% + 16px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 85px;
}
@media (width >= 768px) {
  .step__lead-img {
    bottom: 0;
    left: auto;
    right: 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .is-type2 .step__lead-img {
    left: 0;
    right: auto;
  }
}

.step__lead-text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.8px;
}
@media (width >= 768px) {
  .step__lead-text {
    font-size: 22px;
    letter-spacing: 1.7px;
  }
}

@media (width >= 768px) {
  .step__boxs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
  }
}

.step__box {
  position: relative;
  width: 265px;
  border: 3px solid #111;
  border-radius: 30px;
  padding-block: 46px 24px;
  background-color: #fff;
  margin-inline: auto;
}
.step__box + .step__box {
  margin-top: 65px;
}
@media (width >= 768px) {
  .step__box {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .step__box + .step__box {
    margin-top: 0;
  }
}

.step__box-title {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #f5810e;
  position: absolute;
  top: -49px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  border: 3px solid #111;
  line-height: 1;
}
.is-type2 .step__box-title {
  background-color: #fabe00;
}

.step__box-title-text {
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.3px;
  padding-block: 3px;
}

.step__box-title-number {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 3.4px;
  color: #fff;
}

.step__box-img {
  width: 160px;
  height: 160px;
  margin-inline: auto;
  margin-bottom: 10px;
}
@media (width >= 768px) {
  .step__box-img {
    width: 200px;
    height: 200px;
  }
}

.step__box-text {
  font-weight: bold;
  letter-spacing: 0.48px;
  text-align: center;
}

.merit {
  padding-block: 60px 58px;
}
@media (width >= 768px) {
  .merit {
    padding-block: 98px;
  }
}

.merit__title {
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .merit__title {
    margin-bottom: 60px;
  }
}

.merit__box {
  padding: 8px 20px 24px;
  background-color: #fff;
  border-radius: 20px;
}
.merit__box + .merit__box {
  margin-top: 31px;
}
@media (width >= 768px) {
  .merit__box {
    max-width: 1140px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 50px;
    padding: 20px clamp(1.25rem, -5.197rem + 13.41vw, 6.875rem);
  }
  .merit__box.is-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .merit__box + .merit__box {
    margin-top: 40px;
  }
}

.box__img {
  width: 200px;
  height: 200px;
  margin-inline: auto;
  margin-bottom: 18px;
}
@media (width >= 768px) {
  .box__img {
    width: 350px;
    height: 350px;
    -ms-flex-preferred-size: 350px;
    flex-basis: 350px;
    margin: 0;
  }
}

@media (width >= 768px) {
  .box__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
  }
}

.box__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-family: "Montserrat", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
@media (width >= 768px) {
  .box__title {
    gap: 28px;
    margin-bottom: 0;
  }
}

.box__title-number {
  font-size: 70px;
  color: #fabe00;
  line-height: 1;
  font-weight: 600;
}
@media (width >= 768px) {
  .box__title-number {
    font-size: 110px;
  }
}

.box__title-text {
  font-weight: bold;
  letter-spacing: 1.6px;
}
@media (width >= 768px) {
  .box__title-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

.box__title-description {
  font-size: 14px;
  line-height: 2;
}
@media (width >= 768px) {
  .box__title-description {
    font-size: 15px;
  }
}

.section__inner {
  padding-inline: 15px;
}
@media (width >= 768px) {
  .section__inner {
    padding-inline: 30px;
  }
}

.button {
  border: 2px solid #111;
  border-radius: 25px;
  font-weight: bold;
  letter-spacing: 0.48px;
  padding: 10px 28px;
  min-width: 150px;
  background-color: #fff;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.button:hover {
  background-color: #fabe00;
  color: #111;
}
@media (width >= 768px) {
  .button {
    margin: 0;
  }
}

.button-b {
  background-color: #111;
  color: #fff;
  border: 2px solid #fff;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
}
.button-b:hover {
  background-color: #fff;
  color: #111;
  border-color: #111;
}

@media (width >= 768px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media (width >= 768px) {
  .hidden-sp {
    display: block;
  }
}

.section__title {
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  text-align: center;
}

.section__title-main {
  font-weight: bold;
  font-size: 38px;
  letter-spacing: 3.8px;
  margin-bottom: 14px;
  padding-left: 4px;
}
@media (width >= 768px) {
  .section__title-main {
    font-size: 50px;
    letter-spacing: 5px;
  }
}

.section__title-sub {
  font-size: 14px;
  letter-spacing: 1.12px;
  margin-bottom: 32px;
}
@media (width >= 768px) {
  .section__title-sub {
    font-size: 16px;
    letter-spacing: 1.28px;
    margin-bottom: 53px;
  }
}

.cta {
  width: 100%;
  padding-block: 50px 55px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8b819),
    to(#f0d320)
  );
  background: linear-gradient(#f8b819, #f0d320);
  text-align: center;
}
@media (width >= 768px) {
  .cta {
    padding-block: 60px 61px;
  }
}

.cta__text {
  margin-bottom: 16px;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.48px;
}
@media (width >= 768px) {
  .cta__text {
    font-size: 18px;
  }
}

.compare {
  padding-block: 60px;
}
@media (width >= 768px) {
  .compare {
    padding-block: 100px;
  }
}

.compare__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 41px;
}
@media (width >= 768px) {
  .compare__title {
    font-size: 24px;
    margin-bottom: 60px;
  }
}

.compare__contents {
  padding-bottom: 33px;
  margin-bottom: 13px;
  overflow-x: auto;
}
@media (width >= 768px) {
  .compare__contents {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.compare__table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 620px;
  margin: 0 auto;
  text-align: center;
}
@media (width >= 768px) {
  .compare__table {
    width: 1000px;
  }
}

.compare__table-head th {
  vertical-align: middle;
  height: 59px;
  font-weight: bold;
  letter-spacing: 1.6px;
}
.compare__table-head th:nth-child(1) {
  width: 130px;
}
.compare__table-head th:nth-child(2) {
  width: 90px;
  background-color: #fff9e5;
}
.compare__table-head th:nth-child(3) {
  width: 200px;
}
@media (width >= 768px) {
  .compare__table-head th {
    height: 100px;
    font-size: 20px;
    letter-spacing: 2px;
  }
  .compare__table-head th:nth-child(1) {
    width: 250px;
  }
  .compare__table-head th:nth-child(2) {
    width: 250px;
    background-color: #fff9e5;
  }
  .compare__table-head th:nth-child(3) {
    width: 250px;
  }
}

.compare__table-img {
  width: 70px;
  height: 18px;
}
@media (width >= 768px) {
  .compare__table-img {
    width: 123px;
    height: 32px;
  }
}

.compare__table-body th,
.compare__table-body td {
  vertical-align: middle;
  height: 59px;
  font-weight: bold;
  border-top: 3px solid #000;
}
@media (width >= 768px) {
  .compare__table-body th,
  .compare__table-body td {
    height: 100px;
  }
}
.compare__table-body th {
  letter-spacing: 0.48px;
}
@media (width >= 768px) {
  .compare__table-body th {
    font-size: 20px;
    letter-spacing: 0.6px;
  }
}
.compare__table-body td {
  font-size: 14px;
  letter-spacing: 0.42px;
}
@media (width >= 768px) {
  .compare__table-body td {
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}
.compare__table-body td:nth-child(2) {
  font-size: 16px;
  letter-spacing: 0.48px;
  background-color: #fff9e5;
}
@media (width >= 768px) {
  .compare__table-body td:nth-child(2) {
    font-size: 25px;
    letter-spacing: 0.75px;
  }
}

.compare__attention {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}
@media (width >= 768px) {
  .compare__attention {
    display: none;
  }
}

.contact {
  background: url(../img/section-bg.png) repeat top left/529px auto;
  padding-block: 60px;
}
@media (width >= 768px) {
  .contact {
    padding-block: 100px;
  }
}

@media (width >= 768px) {
  .contact__inner {
    margin-inline: auto;
  }
}

.contact__contents {
  padding: 60px 20px 62px;
  background-color: #fff;
  border-radius: 30px;
  max-width: 500px;
  margin-inline: auto;
}
@media (width >= 768px) {
  .contact__contents {
    max-width: 1180px;
  }
}

.contact__title {
  margin-bottom: 31px;
}
@media (width >= 768px) {
  .contact__title {
    margin-bottom: 50px;
  }
}

.contact__title-sub {
  margin: 0;
}

@media (width >= 768px) {
  .form__fields {
    max-width: 612px;
    margin-inline: auto;
    margin-bottom: 27px;
  }
}

.form__field + .form__field {
  margin-top: 31px;
}
@media (width >= 768px) {
  .form__field + .form__field {
    margin-top: 30px;
  }
}
@media (width >= 768px) {
  .form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
  }
}

.form__field-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
@media (width >= 768px) {
  .form__field-head {
    margin-bottom: 0;
    width: 180px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.form__field-label {
  font-weight: bold;
  line-height: 100%;
}

.form__field-tag {
  font-size: 11px;
  letter-spacing: 1.98px;
  line-height: 100%;
  font-weight: bold;
  color: #fff;
  background-color: #ee8013;
  padding: 6px 8px 5px;
  border-radius: 2px;
}
.form__field-tag.is-green {
  background-color: #43b549;
}

.form-text {
  width: 100%;
  padding: 12px 13px 11px;
  border: 3px solid #111;
  border-radius: 5px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-text:hover,
.form-text:focus {
  border-color: #fabe00;
  outline: none;
}
@media (width >= 768px) {
  .form-text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.form-radios {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 13px;
}
@media (width >= 768px) {
  .form-radios {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 30px;
  }
}

.form-radio__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-radio__input:checked + .form-radio__text::after {
  opacity: 1;
}
.form-radio__input:focus + .form-radio__text::before {
  border-color: #f5810e;
}

.form-radio__text {
  font-weight: bold;
  padding-left: 28px;
  position: relative;
}
.form-radio__text:hover::before {
  border-color: #f5810e;
}
.form-radio__text::after,
.form-radio__text::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-radio__text::before {
  width: 24px;
  height: 24px;
  left: 0;
  border-radius: 50%;
  border: 3px solid #111;
}
.form-radio__text::after {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 7px;
  background-color: #f5810e;
  opacity: 0;
}

@media (width >= 768px) {
  .form__field-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.form-select {
  border: 3px solid #111;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 12px 13px 11px;
  background: url(../img/serect-arrow.png) no-repeat center right 18px/9.45px
    6.97px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-select:hover,
.form-select:focus {
  border-color: #fabe00;
  outline: none;
}

.form-textarea {
  padding: 13px;
  border: 3px solid #111;
  border-radius: 5px;
  width: 100%;
  height: 180px;
  margin-bottom: 29px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-textarea:hover,
.form-textarea:focus {
  border-color: #fabe00;
  outline: none;
}
@media (width >= 768px) {
  .form-textarea {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 0;
  }
}

.contact__privacy {
  text-align: center;
  margin-bottom: 27px;
}
@media (width >= 768px) {
  .contact__privacy {
    margin-bottom: 35px;
  }
}

.form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.form-checkbox__input:checked + .form-checkbox__text::after {
  opacity: 1;
}
.form-checkbox__input:focus + .form-checkbox__text::before {
  border-color: #f5810e;
}

.form-checkbox__text {
  font-size: 14px;
  font-weight: bold;
  padding-left: 31px;
  position: relative;
}
.form-checkbox__text:hover a {
  color: #f5810e;
}
.form-checkbox__text:hover::before {
  border-color: #f5810e;
}
.form-checkbox__text a {
  text-decoration-line: underline;
  font-weight: inherit;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.form-checkbox__text::before,
.form-checkbox__text::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.form-checkbox__text::before {
  width: 20px;
  height: 20px;
  border: 3px solid #111;
  border-radius: 1px;
  left: 0;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.form-checkbox__text::after {
  width: 23px;
  height: 17.53px;
  left: -1px;
  background: url(../img/privacy-check.png) no-repeat center/contain;
  opacity: 0;
}

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

.footer {
  background-color: #111;
  padding-block: 8px;
}
/* .footer::after {
  content: "";
  position: fixed;
  bottom: 6px;
  right: 10px;
  width: min(13.3689839572%, 50px);
  height: 61px;
  background: url(../img/pagetop-img.png) no-repeat center/contain;
}
@media (width >= 768px) {
  .footer::after {
    width: 76px;
    height: 93px;
    bottom: 30px;
    right: 16px;
  }
} */

.footer__inner {
  text-align: center;
}
.footer__inner small {
  font-size: 12px;
  color: #f5f5f5;
  letter-spacing: 0.96px;
}
.footer__fortop {
  position: fixed;
  bottom: 6px;
  right: 10px;
  width: min(13.3689839572%, 50px);
  height: 61px;
  z-index: 10;
}

@media (width >= 768px) {
  .footer__fortop {
    width: 76px;
    height: 93px;
    bottom: 30px;
    right: 16px;
  }
}

.qa {
  background-color: #fafafa;
  padding-block: 60px;
}
@media (width >= 768px) {
  .qa {
    padding-block: 100px;
  }
}

.qa__title {
  margin-bottom: 52px;
}
@media (width >= 768px) {
  .qa__title {
    margin-bottom: 75px;
  }
}

.qa__title-main {
  padding-left: 0;
}

@media (width >= 768px) {
  .qa__contents {
    max-width: 800px;
    margin-inline: auto;
  }
}

.qa__box {
  border: 3px solid #111;
  padding: 29px 14px 17px 12px;
  border-radius: 10px;
  position: relative;
}
@media (width >= 768px) {
  .qa__box {
    padding: 29px 19px 19px 17px;
  }
}
.qa__box + .qa__box {
  margin-top: 42px;
}
.qa__box.is-adjustment {
  padding-top: 27px;
  padding-bottom: 15px;
}
@media (width >= 768px) {
  .qa__box.is-adjustment {
    padding-top: 29px;
    padding-bottom: 16px;
  }
}

.qa__box-q-icon,
.qa__box-a-icon {
  position: absolute;
  width: 44px;
  height: 44px;
  font-size: 22px;
  font-weight: bold;
  border-radius: 50%;
  border: 3px solid #111;
  display: grid;
  place-items: center;
}

.qa__box-q {
  width: 100%;
}
.qa__box-q.is-closed + .qa__box-a {
  display: none;
}
.qa__box-q.is-closed .qa__box-q-text::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.qa__box-q-icon {
  top: -25px;
  left: 11px;
  background-color: #f5810e;
}
@media (width >= 768px) {
  .qa__box-q-icon {
    left: 17px;
  }
}

.qa__box-q-text {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  padding-right: 13px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 1.12px;
}
@media (width >= 768px) {
  .qa__box-q-text {
    font-size: 16px;
    letter-spacing: 1.28px;
    padding-right: 55px;
  }
}
.qa__box-q-text::after {
  position: absolute;
  content: "";
  top: 45%;
  right: 0;
  width: 9.26px;
  height: 6.83px;
  background: url(../img/qa-arrow.png) no-repeat center/contain;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.qa__box-a {
  margin-top: 30px;
  padding-top: 10px;
  padding-left: 52px;
  min-height: 44px;
  position: relative;
}
@media (width >= 768px) {
  .qa__box-a {
    margin-top: 18px;
    padding-left: 54px;
  }
}

.qa__box-a-icon {
  background-color: #fabe00;
  top: 0;
  left: 0;
}
@media (width >= 768px) {
  .qa__box-a-icon {
    top: 1px;
  }
}

.qa__box-a-text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: 1.12px;
}
@media (width >= 768px) {
  .qa__box-a-text {
    font-size: 16px;
    letter-spacing: 1.28px;
  }
}

.gallery {
  padding-block: 60px 86px;
  background-color: #fafafa;
}
@media (width >= 768px) {
  .gallery {
    padding-block: 100px 126px;
  }
}

.gallery__title {
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .gallery__title {
    margin-bottom: 57px;
  }
}

.gallery__contents {
  position: relative;
}
@media (width >= 768px) {
  .gallery__contents {
    max-width: 640px;
    margin-inline: auto;
  }
}

.swiper-slide {
  border: 3px solid #111;
  border-radius: 20px;
  padding: 11px 13px 9px 13px;
}
@media (width >= 768px) {
  .swiper-slide {
    border-radius: 30px;
    padding: 17px 17px 15px 17px;
  }
}

.swiper-slide-img {
  margin-bottom: 12px;
}
@media (width >= 768px) {
  .swiper-slide-img {
    margin-bottom: 18px;
  }
}
.swiper-slide-img img {
  border-radius: 10px;
}
@media (width >= 768px) {
  .swiper-slide-img img {
    border-radius: 20px;
  }
}

.swiper-slide-text {
  text-align: center;
  font-size: 14px;
}
@media (width >= 768px) {
  .swiper-slide-text {
    font-size: 16px;
  }
}

.swiper-pagination {
  position: absolute;
  bottom: -26px !important;
  left: 50% !important;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #fabe00;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 49% !important;
  width: 40px;
  height: 40px;
}
@media (width >= 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 50px;
    height: 50px;
    top: 45% !important;
  }
}
.swiper-button-prev svg,
.swiper-button-next svg {
  display: none;
}

.swiper-button-prev {
  left: -5px !important;
  background: url(../img/prev-icon.png) no-repeat center/contain;
}
@media (width >= 768px) {
  .swiper-button-prev {
    left: -71px !important;
  }
}

.swiper-button-next {
  right: -5px !important;
  background: url(../img/next-icon.png) no-repeat center/contain;
}
@media (width >= 768px) {
  .swiper-button-next {
    right: -71px !important;
  }
}

.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(24px);
  transform: translateY(24px);
  -webkit-transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    transform 1s;
  transition:
    opacity 1s,
    transform 1s,
    -webkit-transform 1s;
}
.fade-in-up.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in-down {
  opacity: 0;
  -webkit-transform: translateY(-24px);
  transform: translateY(-24px);
  -webkit-transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    -webkit-transform 1s;
  transition:
    opacity 1s,
    transform 1s;
  transition:
    opacity 1s,
    transform 1s,
    -webkit-transform 1s;
}
.fade-in-down.is-in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.fade-in.is-in-view {
  opacity: 1;
}
