body {
  min-width: 375px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  margin-inline: auto;
}

.inner {
  margin-inline: 20px;
}
@media screen and (min-width: 601px) {
  .inner {
    margin-inline: 130px;
  }
}
@media screen and (min-width: 901px) {
  .inner {
    margin-inline: 110px;
  }
}
@media screen and (min-width: 1300px) {
  .inner {
    margin-inline: 150px;
  }
}

@media screen and (min-width: 901px) {
  .contact-button {
    width: 163px;
    height: 49px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #105F00;
    background: #ffffff;
    color: #105F00;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
    padding: 18px 28px;
  }
  .contact-button:hover {
    background: #FDD401;
  }
}
@media screen and (min-width: 1300px) {
  .contact-button {
    width: 200px;
    height: 56px;
    padding: 18px 31px;
    font-size: 16px;
  }
}

@media screen and (min-width: 901px) {
  .claim-button {
    width: 180px;
    height: 49px;
    border-radius: 8px;
    background: linear-gradient(265deg, #99B901 2.64%, #105F00 81.03%);
    padding: 6px 15px 9px 15px;
  }
  .claim-button:hover {
    background: #FDD401;
  }
}
@media screen and (min-width: 1300px) {
  .claim-button {
    width: 240px;
    height: 56px;
    padding: 6px 27px 9px 27px;
  }
}

@media screen and (min-width: 901px) {
  .claim-button__top {
    width: 120px;
    border-radius: 9px;
    background: #ffffff;
    color: #105F00;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: 0.7px;
    padding-left: 10px;
    margin-inline: auto;
    margin-bottom: 2px;
    padding-bottom: 2px;
  }
}
@media screen and (min-width: 1300px) {
  .claim-button__top {
    width: 126px;
    font-size: 14px;
  }
}
.claim-button__top span {
  font-size: 14px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1300px) {
  .claim-button__top span {
    font-size: 16px;
  }
}

@media screen and (min-width: 901px) {
  .claim-button__bottom {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
  }
}
@media screen and (min-width: 1300px) {
  .claim-button__bottom {
    font-size: 16px;
  }
}
.claim-button__bottom span {
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
}
@media screen and (min-width: 1300px) {
  .claim-button__bottom span {
    font-size: 24px;
  }
}

@media screen and (min-width: 901px) {
  .hidden-pc {
    display: none;
  }
}

.hidden-sp {
  display: none;
}
@media screen and (min-width: 601px) {
  .hidden-sp {
    display: block;
  }
}

.hidden-tb {
  display: none;
}
@media screen and (min-width: 901px) {
  .hidden-tb {
    display: block;
  }
}

.heading {
  text-align: center;
}
@media screen and (min-width: 901px) {
  .heading {
    padding-top: 3px;
  }
}

.main--heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 200%; /* 56px */
  letter-spacing: 1.4px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .main--heading {
    font-size: 40px;
    letter-spacing: 2px;
  }
}
.main--heading::before {
  content: "";
  width: 100%;
  height: 7px;
  position: absolute;
  top: 56px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/Features/title__under.svg) no-repeat center center/contain;
}
@media screen and (min-width: 901px) {
  .main--heading::before {
    top: 78px;
    height: 8px;
  }
}

.sub--heading {
  font-family: "Overpass", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
  margin-top: 8px;
}
@media screen and (min-width: 901px) {
  .sub--heading {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}

.header__inner {
  margin-inline: 20px;
  padding-block: 8px;
}
@media screen and (min-width: 601px) {
  .header__inner {
    padding-block: 22px;
    padding-inline: 50px;
  }
}
@media screen and (min-width: 901px) {
  .header__inner {
    margin-inline: 15px;
  }
}
@media screen and (min-width: 1300px) {
  .header__inner {
    margin-left: 149px;
    margin-right: 94px;
    padding-inline: 0;
  }
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  padding-block: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 901px) {
  .header__logo {
    padding-block: 3px;
  }
}
.header__logo img {
  width: 189px;
}
@media screen and (min-width: 901px) {
  .header__logo img {
    width: 200px;
  }
}
@media screen and (min-width: 1300px) {
  .header__logo img {
    width: 237px;
  }
}

.header__nav-list {
  display: none;
}
@media screen and (min-width: 901px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
@media screen and (min-width: 1300px) {
  .header__nav-list {
    gap: 41px;
  }
}

@media screen and (min-width: 901px) {
  .header__nav-item {
    font-family: "Overpass", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 200%; /* 32px */
    letter-spacing: 0.8px;
  }
}
@media screen and (min-width: 901px) and (min-width: 1300px) {
  .header__nav-item {
    font-size: 16px;
  }
}
.header__drawer-button {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #000;
  position: relative;
}
@media screen and (min-width: 901px) {
  .header__drawer-button {
    display: none;
  }
}
.header__drawer-button.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 27px;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}
.header__drawer-button.is-checked .drawer-icon__bar:nth-of-type(2) {
  opacity: 0;
}
.header__drawer-button.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 27px;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.drawer-icon__bar {
  width: 33px;
  height: 2px;
  border-radius: 50px;
  background: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.drawer-icon__bar:nth-of-type(1) {
  top: 17px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 27px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 37px;
}

.drawer__header__nav_lists {
  background: #105F00;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  padding-top: 100px;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 100;
  -webkit-transform: translateY(-120%);
          transform: translateY(-120%);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer__header__nav_lists.is-checked {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer__header__nav_list {
  color: #ffffff;
  font-family: "Overpass", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1px;
  position: relative;
  text-align: left;
  width: 86px;
  padding-left: 20px;
}
.drawer__header__nav_list::before {
  content: "";
  width: 13px;
  height: 8px;
  background: url(../img/header/header__drawer--Vector.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1px;
}

.fv {
  padding-bottom: 50px;
}
@media screen and (min-width: 601px) {
  .fv {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 601px) {
  .fv__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 80px;
    background: url(../img/fv/fv__bg--pc.png) no-repeat left -14px top -10px/cover;
    background-size: 125%;
    padding-bottom: 27px;
    overflow: hidden;
  }
}
@media screen and (min-width: 901px) {
  .fv__box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 1300px) {
  .fv__box {
    background: url(../img/fv/fv__bg--pc.png) no-repeat left -14px top -10px/cover;
    background-size: 125%;
  }
}

.fv__left--box {
  background: url(../img/fv/fv__bg--sp.png) no-repeat left top -5px/contain;
  background-size: 180% auto;
  padding-bottom: 70px;
}
@media screen and (min-width: 601px) {
  .fv__left--box {
    background: none;
    margin-left: 9.2%;
    width: 0.1972222222;
    padding-bottom: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (min-width: 901px) {
  .fv__left--box {
    margin-left: 15.2%;
  }
}
@media screen and (min-width: 1300px) {
  .fv__left--box {
    width: 284px;
  }
}

.fv__main--title {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: 130%; /* 41.6px */
  letter-spacing: 1.6px;
  padding-left: 67px;
  padding-top: 43px;
  margin-bottom: 6px;
}
@media screen and (min-width: 601px) {
  .fv__main--title {
    padding-left: 0;
    padding-top: 15px;
    font-size: 32px;
    font-weight: 900;
    line-height: 130%; /* 62.4px */
    letter-spacing: 2.4px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1300px) {
  .fv__main--title {
    padding-top: 132px;
    font-size: 48px;
  }
}

.fv__sub--title {
  width: 260px;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 150%; /* 22.5px */
  letter-spacing: 0.75px;
  margin-left: 67px;
  margin-right: 49px;
}
@media screen and (min-width: 601px) {
  .fv__sub--title {
    margin-left: 0;
    margin-right: 0;
    padding-right: 83px;
    margin-bottom: 23px;
    font-size: 16px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: 0.8px;
  }
}
@media screen and (min-width: 901px) {
  .fv__sub--title {
    padding-right: 50px;
  }
}

.fv__main--message__pc {
  display: none;
}
@media screen and (min-width: 601px) {
  .fv__main--message__pc {
    display: block;
  }
}
.fv__main--message__pc img {
  width: 200px;
}
@media screen and (min-width: 901px) {
  .fv__main--message__pc img {
    width: 284px;
  }
}

.fv__right--box {
  margin-top: -49px;
}
@media screen and (min-width: 601px) {
  .fv__right--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    min-width: 0;
  }
}

.fv__right--box__wrapper {
  width: 280px;
  height: 280px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FDD401;
  margin-right: 5.8%;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 601px) {
  .fv__right--box__wrapper {
    max-width: 587px;
    min-width: 280px;
    height: auto;
    margin-top: 47px;
    width: 360px;
    margin-right: 11.8%;
  }
}
@media screen and (min-width: 901px) {
  .fv__right--box__wrapper {
    margin-top: 95px;
    width: 450px;
    margin-right: 18.8%;
  }
}
@media screen and (min-width: 1300px) {
  .fv__right--box__wrapper {
    width: clamp(450px, 41vw, 587px);
    height: auto;
    margin-right: 170px;
  }
}

.fv__pc--img {
  position: absolute;
  top: 81px;
  left: -69px;
  width: 288px;
}
@media screen and (min-width: 601px) {
  .fv__pc--img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (min-width: 901px) {
  .fv__pc--img {
    top: 76px;
    left: -122px;
    width: 450px;
  }
}
@media screen and (min-width: 1300px) {
  .fv__pc--img {
    width: 610px;
    top: 149px;
    left: -145px;
  }
}
.fv__pc--img img {
  width: 100%;
  height: auto;
}

.fv__message--box1 {
  position: absolute;
  top: -5px;
  right: 125px;
}
@media screen and (min-width: 1300px) {
  .fv__message--box1 {
    top: 42px;
    right: 241px;
  }
}
.fv__message--box1 img {
  width: 89px;
}
@media screen and (min-width: 1300px) {
  .fv__message--box1 img {
    width: 130px;
  }
}

.fv__message--box2 {
  position: absolute;
  top: 30px;
  right: 39px;
}
@media screen and (min-width: 1300px) {
  .fv__message--box2 {
    top: 95px;
    right: 107px;
  }
}
.fv__message--box2 img {
  width: 86px;
}
@media screen and (min-width: 1300px) {
  .fv__message--box2 img {
    width: 130px;
  }
}

.fv__message--box3 {
  position: absolute;
  top: 119px;
  right: -5px;
}
@media screen and (min-width: 1300px) {
  .fv__message--box3 {
    top: 227px;
    right: 50px;
  }
}
.fv__message--box3 img {
  width: 89px;
}
@media screen and (min-width: 1300px) {
  .fv__message--box3 img {
    width: 130px;
  }
}

.fv__under--box {
  margin-top: 22px;
}
@media screen and (min-width: 601px) {
  .fv__under--box {
    display: none;
  }
}

.fv__claim-button {
  margin-inline: auto;
  width: 240px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(265deg, #99B901 2.64%, #105F00 81.03%);
  padding: 5px 27px 9px 27px;
  margin-bottom: 24px;
}

.fv__claim-button__top {
  width: 129px;
  height: 18px;
  color: #105F00;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: 0.7px;
  border-radius: 9px;
  background: #ffffff;
  padding: 0 3px 2px 12px;
  margin-inline: 29px;
  margin-bottom: 3px;
}
.fv__claim-button__top span {
  font-size: 16px;
  font-weight: 900;
  line-height: 100%;
  letter-spacing: 0.8px;
}

.fv__claim-button__bottom span {
  color: #ffffff;
  leading-trim: both;
  text-edge: cap;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 24px */
  letter-spacing: 1.2px;
}
.fv__claim-button__bottom {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
}

.fv__contact-button {
  width: 200px;
  height: 56px;
  border-radius: 8px;
  border: 1px solid #105F00;
  background: #ffffff;
  color: #105F00;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.8px;
  margin-inline: auto;
  padding: 19px 31px;
  margin-bottom: 24px;
}
.fv__contact-button:hover {
  background: #FDD401;
}

.fv__main--message__sp img {
  width: 284px;
  display: block;
  margin-inline: auto;
}

.message__wrapper {
  margin-bottom: 50px;
}
@media screen and (min-width: 901px) {
  .message__wrapper {
    margin-bottom: 100px;
  }
}

@media screen and (min-width: 901px) {
  .message__top {
    position: relative;
    padding-top: 100px;
    overflow: hidden;
  }
  .message__top::before {
    content: "";
    background: url(../img/fv/message__nayami--bg.svg) no-repeat center center/contain;
    width: 1440px;
    height: 752px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
  }
}

.message__top--bg {
  background: #f8f7f5;
  padding-top: 50px;
}
@media screen and (min-width: 901px) {
  .message__top--bg {
    background: none;
    padding-top: 0;
  }
}

.message__title {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 180%; /* 39.6px */
  letter-spacing: 1.1px;
  margin-bottom: 38px;
}
@media screen and (min-width: 901px) {
  .message__title {
    font-size: 32px;
  }
}
.message__title span {
  color: #E28301;
}

.message__boxes {
  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;
}
@media screen and (min-width: 901px) {
  .message__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 100px;
    padding-top: 28px;
  }
}

.message__box--1 {
  width: 242px;
  margin-left: 11px;
}
@media screen and (min-width: 901px) {
  .message__box--1 {
    width: 225px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 11px;
    margin-left: 0;
  }
}
.message__box--1 img {
  width: 100%;
  display: block;
}

.message__box--2 {
  width: 237px;
  margin-left: 12px;
  margin-top: -28px;
}
@media screen and (min-width: 901px) {
  .message__box--2 {
    width: 238px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 24px;
  }
}
.message__box--2 img {
  width: 100%;
  display: block;
}

.message__box--3 {
  width: 230px;
  margin-top: -38px;
}
@media screen and (min-width: 901px) {
  .message__box--3 {
    width: 223px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: -62px;
  }
}
.message__box--3 img {
  width: 100%;
  display: block;
}

.message__main--image {
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-bottom: 44px;
  margin-top: -26px;
  margin-left: -16px;
}
@media screen and (min-width: 901px) {
  .message__main--image {
    margin-top: -87px;
    margin-left: -4px;
    padding-bottom: 49px;
  }
}
.message__main--image::before {
  content: "";
  background: url(../img/fv/message__nayami--bg--sp.svg) no-repeat center bottom/cover;
  min-width: 401px;
  width: 100%;
  height: auto;
  aspect-ratio: 401/420;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .message__main--image::before {
    background: none;
  }
}
.message__main--image img {
  margin-inline: auto;
  display: block;
  width: 244px;
}
@media screen and (min-width: 601px) {
  .message__main--image img {
    width: 438px;
  }
}

.message__icon--boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 28px;
  margin-left: 25px;
  margin-top: -40px;
}
@media screen and (min-width: 601px) {
  .message__icon--boxes {
    position: relative;
    margin-top: 0;
  }
}

@media screen and (min-width: 601px) {
  .message__left--box {
    position: absolute;
    left: 1%;
  }
}
@media screen and (min-width: 901px) {
  .message__left--box {
    top: 150px;
    left: 2%;
  }
}
@media screen and (min-width: 1300px) {
  .message__left--box {
    top: 117px;
    left: 9%;
  }
}
.message__left--box img {
  width: 102px;
}
@media screen and (min-width: 601px) {
  .message__left--box img {
    width: 130px;
  }
}
@media screen and (min-width: 901px) {
  .message__left--box img {
    width: 270px;
  }
}
@media screen and (min-width: 1300px) {
  .message__left--box img {
    width: 362px;
  }
}

@media screen and (min-width: 601px) {
  .message__right--box {
    position: absolute;
    right: 1%;
  }
}
@media screen and (min-width: 901px) {
  .message__right--box {
    top: 150px;
    right: 2%;
  }
}
@media screen and (min-width: 1300px) {
  .message__right--box {
    top: 122px;
    right: 9%;
  }
}
.message__right--box img {
  width: 97px;
}
@media screen and (min-width: 601px) {
  .message__right--box img {
    width: 130px;
  }
}
@media screen and (min-width: 901px) {
  .message__right--box img {
    width: 265px;
  }
}
@media screen and (min-width: 1300px) {
  .message__right--box img {
    width: 342px;
  }
}

.message__main--box {
  position: relative;
}
.message__main--box::after {
  content: "";
  position: absolute;
  width: 338px;
  height: 425px;
  background: url(../img/fv/message__main--box__bg.svg) no-repeat center center/contain;
  top: -51%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
@media screen and (min-width: 601px) {
  .message__main--box::after {
    top: -34%;
  }
}
@media screen and (min-width: 901px) {
  .message__main--box::after {
    width: 502px;
    height: 630px;
    top: 0;
  }
}

.message__main--box__text {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 901px) {
  .message__main--box__text {
    margin-top: 0;
    padding-top: 241px;
  }
}
.message__main--box__text img {
  width: 188px;
}
@media screen and (min-width: 901px) {
  .message__main--box__text img {
    width: 266px;
  }
}

.main__text--1 {
  font-size: 16px;
  font-weight: 900;
  line-height: 291%;
  letter-spacing: 0.8px;
  vertical-align: sub;
}
@media screen and (min-width: 901px) {
  .main__text--1 {
    font-size: 24px;
  }
}

.main__text--2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 1.1px;
}
@media screen and (min-width: 901px) {
  .main__text--2 {
    font-size: 22px;
  }
}

.sub__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 212%;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 901px) {
  .sub__text {
    margin-top: 69px;
  }
}

.features {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .features {
    max-width: 1440px;
    margin-inline: auto;
    padding-top: 120px;
    padding-bottom: 100px;
  }
}
.features::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/Features/features__background--sp.svg) no-repeat top 135px center/contain;
  background-size: 170%;
  z-index: -1;
}
@media screen and (min-width: 901px) {
  .features::before {
    background: url(../img/Features/features__background--pc.svg) no-repeat top -33px center/contain;
    background-size: 160%;
  }
}

@media screen and (min-width: 1300px) {
  .features__inner {
    margin-inline: 300px;
  }
}

.features__boxes {
  margin-top: 32px;
}
@media screen and (min-width: 901px) {
  .features__boxes {
    margin-top: 40px;
  }
  .features__boxes .features__box:nth-of-type(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 11px;
  }
  .features__boxes .features__box:nth-of-type(2) {
    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: 79px;
  }
  .features__boxes .features__box:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 24px;
  }
}
.features__boxes .features__box:nth-child(1) .features__text {
  margin-bottom: 12px;
}
@media screen and (min-width: 901px) {
  .features__boxes .features__box:nth-child(1) .features__text {
    margin-bottom: 0;
    width: 450px;
  }
}
.features__boxes .features__box:nth-child(2) .features__text {
  margin-bottom: 8px;
}
@media screen and (min-width: 901px) {
  .features__boxes .features__box:nth-child(2) .features__text {
    margin-bottom: 0;
    width: 450px;
  }
}
.features__boxes .features__box:nth-child(3) .features__text {
  margin-bottom: 8px;
}
@media screen and (min-width: 901px) {
  .features__boxes .features__box:nth-child(3) .features__text {
    margin-bottom: 0;
    width: 450px;
  }
}

.features__box + .features__box {
  margin-top: 80px;
}
@media screen and (min-width: 901px) {
  .features__box + .features__box {
    margin-top: 100px;
  }
}
.features__box:nth-of-type(1) {
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(1) {
    padding-left: 36px;
  }
}
.features__box:nth-of-type(1) .features__image {
  width: 151px;
  -webkit-transform: translateX(-13px);
          transform: translateX(-13px);
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(1) .features__image {
    width: 291px;
    -webkit-transform: translate(-26px, 10px);
            transform: translate(-26px, 10px);
  }
}
.features__box:nth-of-type(2) {
  padding-left: 25px;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(2) {
    padding-left: 0;
    padding-top: 7px;
  }
}
.features__box:nth-of-type(2) .features__image {
  width: 181px;
  -webkit-transform: translate(-12px, -3px);
          transform: translate(-12px, -3px);
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(2) .features__image {
    width: 311px;
    -webkit-transform: translate(0, 31px);
            transform: translate(0, 31px);
  }
}
.features__box:nth-of-type(3) {
  padding-left: 20px;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(3) {
    padding-left: 36px;
  }
}
.features__box:nth-of-type(3) .features__image {
  width: 154px;
  -webkit-transform: translate(-10px, 0px);
          transform: translate(-10px, 0px);
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(3) .features__image {
    width: 266px;
    -webkit-transform: translate(-34px, 60px);
            transform: translate(-34px, 60px);
  }
}

.features__box:nth-of-type(1) .features__text {
  position: relative;
}
.features__box:nth-of-type(1) .features__text::before {
  content: "01";
  position: absolute;
  top: 7px;
  left: -25px;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(1) .features__text::before {
    font-size: 16px;
    top: 18px;
    left: -35px;
  }
}

.features__box:nth-of-type(2) .features__text {
  position: relative;
}
.features__box:nth-of-type(2) .features__text::before {
  content: "02";
  position: absolute;
  top: 7px;
  left: -23px;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(2) .features__text::before {
    font-size: 16px;
    top: 14px;
    left: -35px;
  }
}

.features__box:nth-of-type(3) .features__text {
  position: relative;
}
.features__box:nth-of-type(3) .features__text::before {
  content: "03";
  position: absolute;
  top: 4px;
  left: -19px;
  font-size: 13px;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(3) .features__text::before {
    font-size: 16px;
    top: 16px;
    left: -35px;
  }
}

.features__box:nth-of-type(1) .features__text--main {
  margin-bottom: 8px;
}

.features__box:nth-of-type(2) .features__text--main {
  margin-bottom: 8px;
}

.features__box:nth-of-type(3) .features__text--main {
  margin-bottom: 8px;
}
@media screen and (min-width: 901px) {
  .features__box:nth-of-type(3) .features__text--main {
    margin-bottom: 10px;
  }
}

.features__text--main {
  font-family: Overpass;
  font-size: 24px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 1.2px;
}
@media screen and (min-width: 901px) {
  .features__text--main {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: 1.6px;
  }
}
.features__text--main span {
  color: #E28301;
}

.features__text--sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.features__text--sub span {
  font-weight: 700;
}

.features__image {
  margin-inline: auto;
}
.features__image img {
  width: 100%;
  display: block;
}

.functions {
  background: #F7F6F4;
  overflow: hidden;
}

.functions__outer {
  max-width: 1440px;
  margin-inline: auto;
}

.functions__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 901px) {
  .functions__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .functions__inner {
    margin-inline: 220px;
  }
}

.functions__sub--heading {
  letter-spacing: 2.8px;
}

.funtions__text--box {
  text-align: center;
  font-family: Overpass;
  margin-top: 32px;
  margin-bottom: 32px;
}
@media screen and (min-width: 901px) {
  .funtions__text--box {
    margin-top: 39px;
    margin-bottom: 39px;
  }
}

.functions__text--main img {
  width: 188px;
}
@media screen and (min-width: 901px) {
  .functions__text--main img {
    width: 237px;
  }
}
.functions__text--main span {
  font-size: 16px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 0.8px;
  vertical-align: sub;
}
@media screen and (min-width: 901px) {
  .functions__text--main span {
    font-size: 24px;
    vertical-align: -webkit-baseline-middle;
  }
}

.functions__text--sub {
  font-size: 22px;
  font-weight: 900;
  line-height: 180%; /* 39.6px */
  letter-spacing: 1.1px;
  margin-top: 3px;
}
@media screen and (min-width: 901px) {
  .functions__text--sub {
    font-size: 28px;
    margin-top: 18px;
  }
}
.functions__text--sub span {
  color: #E28301;
}
@media screen and (min-width: 901px) {
  .functions__text--sub span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1300px) {
  .functions__text--sub span {
    font-size: 28px;
  }
}

@media screen and (min-width: 601px) {
  .functions__cards {
    display: grid;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    grid-template-columns: repeat(2, 2fr);
    grid-template-rows: repeat(3, 1fr);
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    row-gap: 20px;
  }
}
@media screen and (min-width: 601px) and (min-width: 1300px) {
  .functions__cards {
    grid-template-columns: repeat(3, 2fr);
    grid-template-rows: repeat(2, 1fr);
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    row-gap: 40px;
  }
}

.functions__card {
  padding-block: 24px;
  padding-inline: 30px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  text-align: center;
  min-width: 300px;
  width: calc(100% - 50px);
  margin-inline: auto;
}
@media screen and (min-width: 601px) {
  .functions__card {
    width: calc(100% - 30px);
    min-width: 280px;
  }
}
@media screen and (min-width: 901px) {
  .functions__card {
    width: calc(100% - 70px);
    min-width: 300px;
  }
}
.functions__card + .functions__card {
  margin-top: 50px;
}
@media screen and (min-width: 601px) {
  .functions__card + .functions__card {
    margin-top: 0;
  }
}
.functions__card:nth-of-type(1) .functions__card--title {
  background: #99B901;
  padding: 13px 45px;
}
.functions__card:nth-of-type(2) .functions__card--title {
  background: #FFA426;
  padding: 13px 45px;
}
.functions__card:nth-of-type(3) .functions__card--title {
  background: #E10048;
  padding: 13px 45px;
}
.functions__card:nth-of-type(4) .functions__card--title {
  background: #FDD401;
  padding: 13px 8px;
}
.functions__card:nth-of-type(5) .functions__card--title {
  background: #105F00;
  padding: 13px 34px;
}
.functions__card:nth-of-type(6) .functions__card--title {
  background: #E28301;
  padding: 13px 45px;
}

.functions__card--image {
  margin-bottom: 24px;
}
.functions__card--image img {
  width: 112px;
}

.functions__card--title {
  width: 239px;
  height: 40px;
  border-radius: 20px;
  margin-bottom: 16px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: Overpass;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
  margin-inline: auto;
}

.functions__card--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  text-align: left;
}
.functions__card--text span {
  font-weight: 700;
}

.functions__button {
  display: none;
}
@media screen and (min-width: 601px) {
  .functions__button {
    display: block;
    width: 240px;
    height: 56px;
    margin-inline: auto;
    border-radius: 8px;
    border: 1px solid #105F00;
    background: #ffffff;
    color: #105F00;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;
    padding: 19.5px 67px 18.5px 36px;
    margin-top: 40px;
    position: relative;
  }
  .functions__button:hover {
    background: #FDD401;
  }
  .functions__button::after {
    content: "";
    width: 13px;
    height: 21px;
    position: absolute;
    top: 17px;
    right: 33px;
    background: url(../img/Functions/functions__arrow.svg) no-repeat center center/contain;
  }
}

.cta {
  background: linear-gradient(267deg, #99B901 10.29%, #105F00 100%);
}

.cta__inner {
  padding-top: 38px;
  padding-bottom: 26px;
  margin-inline: 20px;
}
@media screen and (min-width: 901px) {
  .cta__inner {
    padding-top: 59px;
    padding-bottom: 44px;
    margin-inline: auto;
  }
}

.cta__text--box {
  padding-left: 82px;
  padding-right: 65px;
  text-align: center;
}

.cta__text {
  color: #ffffff;
  margin-bottom: 9px;
  font-size: 22px;
  font-weight: 500;
  line-height: 100%; /* 22px */
  letter-spacing: 1.1px;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 901px) {
  .cta__text {
    font-size: 26.667px;
  }
}
.cta__text::before, .cta__text::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 22px;
  top: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta__text::before {
  background: url(../img/cta/cta__left--line.svg) no-repeat center center/contain;
  left: -19px;
}
.cta__text::after {
  background: url(../img/cta/cta__right--line.svg) no-repeat center center/contain;
  right: -12px;
}
.cta__text img {
  width: 9.205px;
  margin-left: 8px;
  margin-right: 9px;
}
@media screen and (min-width: 901px) {
  .cta__text img {
    margin-left: 10px;
    margin-right: 11px;
    width: 11px;
  }
}

.cta__button {
  width: 335px;
  height: 62px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 3.347px 3.347px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 3.347px 3.347px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 25px 17px 69px;
  color: #105F00;
  margin-inline: auto;
  position: relative;
}
.cta__button:hover {
  background: #FDD401;
}
@media screen and (min-width: 901px) {
  .cta__button {
    width: 400px;
    height: 75px;
    padding: 15px 30px 22px 81px;
  }
}
.cta__button::before {
  content: "";
  width: 23px;
  height: 32px;
  position: absolute;
  top: 14px;
  left: 28px;
  background: url(../img/cta/cta__icon.svg) no-repeat center center/contain;
}
@media screen and (min-width: 901px) {
  .cta__button::before {
    width: 28px;
    height: 39px;
    top: 17px;
    left: 32px;
  }
}
.cta__button a {
  leading-trim: both;
  text-edge: cap;
  font-size: 33px;
  font-weight: 700;
  line-height: 100%; /* 33px */
  letter-spacing: 1.65px;
}
@media screen and (min-width: 901px) {
  .cta__button a {
    font-size: 40px;
  }
}
.cta__button a span {
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
  vertical-align: middle;
  margin-left: 3px;
}
@media screen and (min-width: 901px) {
  .cta__button a span {
    font-size: 24px;
  }
}

.values__inner {
  padding-block: 50px;
}
@media screen and (min-width: 901px) {
  .values__inner {
    padding-block: 100px;
  }
}
@media screen and (min-width: 1300px) {
  .values__inner {
    margin-inline: 220px;
  }
}

.values__text--box {
  text-align: center;
  font-family: Overpass;
  margin-top: 32px;
  margin-bottom: 25px;
}
@media screen and (min-width: 901px) {
  .values__text--box {
    margin-top: 39px;
    margin-bottom: 39px;
  }
}

.values__text--main img {
  width: 188px;
}
@media screen and (min-width: 901px) {
  .values__text--main img {
    width: 237px;
  }
}
.values__text--main span {
  font-size: 16px;
  font-weight: 900;
  line-height: 180%;
  letter-spacing: 0.8px;
  vertical-align: sub;
}
@media screen and (min-width: 901px) {
  .values__text--main span {
    font-size: 24px;
    vertical-align: -webkit-baseline-middle;
  }
}

.values__text--sub {
  font-family: Overpass;
  font-size: 22px;
  font-weight: 900;
  line-height: 180%; /* 39.6px */
  letter-spacing: 1.1px;
  margin-top: 4px;
}
@media screen and (min-width: 901px) {
  .values__text--sub {
    font-size: 28px;
    font-weight: 700;
    line-height: 180%; /* 50.4px */
    letter-spacing: 1.4px;
    margin-top: 21px;
  }
}
.values__text--sub span {
  color: #E28301;
}

.values__text--small {
  font-size: 15px;
  font-weight: 400;
  line-height: 200%; /* 30px */
  letter-spacing: 0.75px;
  margin-top: 10px;
}
@media screen and (min-width: 901px) {
  .values__text--small {
    font-size: 16px;
  }
}

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

.values__support--boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 29px;
}
@media screen and (min-width: 901px) {
  .values__support--boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    max-width: 1000px;
  }
}

.values__support--box {
  background: #F7F6F4;
  text-align: center;
}

@media screen and (min-width: 901px) {
  .support--box__pc {
    display: none;
  }
}

@media screen and (min-width: 901px) {
  .support--box__pc.show {
    display: block;
  }
}

.support__box01 {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .support__box01 {
    max-width: 1000px;
    padding: 40px 108px;
  }
}

.support__box01--tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 22px;
  border-radius: 8px 8px 0 0;
  background: #105F00;
  color: #ffffff;
  height: 48px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .support__box01--tab {
    margin-bottom: 0;
    height: 60px;
    padding: 8px 75px;
    background: #d9d9d9;
    color: #000;
  }
}
@media screen and (min-width: 1300px) {
  .support__box01--tab {
    padding: 8px 95px;
  }
}

@media screen and (min-width: 901px) {
  .support__box01--tab.active {
    background: #105F00;
    color: #ffffff;
  }
}

.support__box01--title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 901px) {
  .support__box01--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .support__box01--title {
    font-size: 28px;
  }
}

.support__box01--number {
  text-align: right;
  font-family: Overpass;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 901px) {
  .support__box01--number {
    font-size: 28px;
  }
}
@media screen and (min-width: 1300px) {
  .support__box01--number {
    font-size: 32px;
  }
}

.support__box01--img {
  margin: 0 auto;
  width: 288px;
}
@media screen and (min-width: 901px) {
  .support__box01--img {
    width: 333.879px;
    margin: 16px 0 16px 0;
  }
}
.support__box01--img img {
  width: 100%;
}

.accordion__support--box01 {
  display: none;
  margin-top: 26px;
}
@media screen and (min-width: 901px) {
  .accordion__support--box01 {
    display: block;
    margin-top: 16px;
  }
}

.accordion__box01--img {
  width: 295px;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .accordion__box01--img {
    width: 388.121px;
  }
}
.accordion__box01--img img {
  width: 100%;
}

.box01__icon--cards {
  padding-inline: 20px;
  margin-top: 18px;
  margin-bottom: 53px;
  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;
}
@media screen and (min-width: 901px) {
  .box01__icon--cards {
    padding-inline: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 40px;
  }
}
.box01__icon--cards .box01__icon--card:nth-of-type(1) {
  position: relative;
}
.box01__icon--cards .box01__icon--card:nth-of-type(1)::before {
  content: "";
  height: 32px;
  width: 5px;
  background: url(../img/Values/values__Line.svg) no-repeat center/contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .box01__icon--cards .box01__icon--card:nth-of-type(1)::before {
    height: 41px;
    bottom: -41px;
  }
}
.box01__icon--cards .box01__icon--card:nth-of-type(2) {
  position: relative;
}
.box01__icon--cards .box01__icon--card:nth-of-type(2)::before {
  content: "";
  height: 32px;
  width: 5px;
  background: url(../img/Values/values__Line.svg) no-repeat center/contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .box01__icon--cards .box01__icon--card:nth-of-type(2)::before {
    height: 41px;
    bottom: -41px;
  }
}
.box01__icon--cards .box01__icon--card:nth-of-type(3) {
  position: relative;
}
.box01__icon--cards .box01__icon--card:nth-of-type(3)::before {
  content: "";
  height: 32px;
  width: 21px;
  background: url(../img/Values/values__arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .box01__icon--cards .box01__icon--card:nth-of-type(3)::before {
    height: 41px;
    bottom: -41px;
    width: 27px;
  }
}

.box01__icon--card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 10px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 901px) {
  .box01__icon--card {
    width: 100%;
    max-width: 784px;
    gap: 24px;
    padding: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .box01__icon--card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box01__icon--card + .box01__icon--card {
  margin-top: 32px;
}
@media screen and (min-width: 901px) {
  .box01__icon--card + .box01__icon--card {
    margin-top: 0;
  }
}
.box01__icon--card:nth-of-type(1) .box01__card--title {
  background: #FFA426;
  padding: 12px 46px 12px 92px;
}
.box01__icon--card:nth-of-type(1) .box01__card--title::before {
  background: url(../img/Values/value__AI-writing-icon.svg) no-repeat center center/contain;
  left: 11.5px;
}
.box01__icon--card:nth-of-type(2) .box01__card--title {
  background: #99B901;
  padding: 12px 68.28px 12px 107.72px;
}
.box01__icon--card:nth-of-type(2) .box01__card--title::before {
  background: url(../img/Values/values__AI-picture-icon.svg) no-repeat center center/contain;
  left: 11px;
}
.box01__icon--card:nth-of-type(3) .box01__card--title {
  background: #E10048;
  padding: 12px 61px 12px 115px;
}
.box01__icon--card:nth-of-type(3) .box01__card--title::before {
  background: url(../img/Values/values__AI-chat-icon.svg) no-repeat center center/contain;
  left: 11px;
}

.box01__card--title {
  width: 275px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  padding-block: 13px;
  font-size: 18px;
}
@media screen and (min-width: 901px) {
  .box01__card--title {
    width: 320px;
    height: 60px;
    font-size: 20px;
  }
}
.box01__card--title::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.box01__card--title::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.5px;
}

.box01__card--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 901px) {
  .box01__card--text {
    text-align: left;
  }
}

.accordion__box01-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  text-align: left;
  margin-inline: 20px;
}
@media screen and (min-width: 901px) {
  .accordion__box01-text {
    font-size: 20px;
    margin-top: 61px;
    margin-inline: 0;
  }
}
.accordion__box01-text span {
  color: #E28301;
}

.support__box01--button {
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 16px;
}
@media screen and (min-width: 901px) {
  .support__box01--button {
    display: none;
  }
}
.support__box01--button img {
  display: block;
}

.support__box01--button.active {
  margin-top: 24px;
  margin-bottom: 29px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.support__box02 {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .support__box02 {
    max-width: 1000px;
    padding: 40px 108px;
  }
}

.support__box02--tab {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 95px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 17px;
  border-radius: 8px 8px 0 0;
  background: #E10048;
  color: #ffffff;
  height: 48px;
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 901px) {
  .support__box02--tab {
    margin-bottom: 0;
    height: 60px;
    padding: 8px 75px;
    background: #d9d9d9;
    color: #000;
  }
}
@media screen and (min-width: 1300px) {
  .support__box02--tab {
    padding: 8px 95px;
  }
}

.support__box02--tab.active {
  background: #E10048;
  color: #ffffff;
}

.support__box02--title {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.9px;
}
@media screen and (min-width: 901px) {
  .support__box02--title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .support__box02--title {
    font-size: 28px;
  }
}

.support__box02--number {
  text-align: right;
  font-family: Overpass;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 1.2px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (min-width: 901px) {
  .support__box02--number {
    font-size: 28px;
  }
}
@media screen and (min-width: 1300px) {
  .support__box02--number {
    font-size: 32px;
  }
}

.support__box02--img {
  margin: 0 auto;
  width: 299.99px;
}
@media screen and (min-width: 901px) {
  .support__box02--img {
    margin-block: 16px;
    width: 342.251px;
  }
}
.support__box02--img img {
  width: 100%;
}

.accordion__support--box02 {
  display: none;
  margin-top: 26px;
}
@media screen and (min-width: 901px) {
  .accordion__support--box02 {
    display: block;
    margin-top: 10px;
  }
}

.accordion__box02--img {
  width: 295px;
  margin: 0 auto;
}
@media screen and (min-width: 901px) {
  .accordion__box02--img {
    width: 383.749px;
  }
}
.accordion__box02--img img {
  width: 100%;
}

.box02__icon--cards {
  padding-inline: 20px;
  margin-top: 18px;
  margin-bottom: 53px;
  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;
}
@media screen and (min-width: 901px) {
  .box02__icon--cards {
    padding-inline: 0;
    margin-top: 0;
    margin-bottom: 0;
    gap: 40px;
  }
}
.box02__icon--cards .box02__icon--card:nth-of-type(1) {
  position: relative;
}
.box02__icon--cards .box02__icon--card:nth-of-type(1)::before {
  content: "";
  height: 32px;
  width: 5px;
  background: url(../img/Values/values__Line.svg) no-repeat center/contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .box02__icon--cards .box02__icon--card:nth-of-type(1)::before {
    height: 41px;
    bottom: -41px;
  }
}
.box02__icon--cards .box02__icon--card:nth-of-type(2) {
  position: relative;
}
.box02__icon--cards .box02__icon--card:nth-of-type(2)::before {
  content: "";
  height: 32px;
  width: 5px;
  background: url(../img/Values/values__Line.svg) no-repeat center/contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .box02__icon--cards .box02__icon--card:nth-of-type(2)::before {
    height: 41px;
    bottom: -41px;
  }
}
.box02__icon--cards .box02__icon--card:nth-of-type(3) {
  position: relative;
}
.box02__icon--cards .box02__icon--card:nth-of-type(3)::before {
  content: "";
  height: 32px;
  width: 21px;
  background: url(../img/Values/values__arrow.svg) no-repeat center/contain;
  position: absolute;
  bottom: -33px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .box02__icon--cards .box02__icon--card:nth-of-type(3)::before {
    height: 41px;
    bottom: -41px;
    width: 27px;
  }
}

.box02__icon--card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 20px 10px;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 901px) {
  .box02__icon--card {
    width: 100%;
    max-width: 784px;
    gap: 24px;
    padding: 20px;
  }
}
@media screen and (min-width: 1300px) {
  .box02__icon--card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.box02__icon--card + .box02__icon--card {
  margin-top: 32px;
}
@media screen and (min-width: 901px) {
  .box02__icon--card + .box02__icon--card {
    margin-top: 0;
  }
}
.box02__icon--card:nth-of-type(1) .box02__card--title {
  background: #FFA426;
  padding: 12px 46px 12px 92px;
}
.box02__icon--card:nth-of-type(1) .box02__card--title::before {
  background: url(../img/Values/value__AI-writing-icon.svg) no-repeat center center/contain;
  left: 11.5px;
}
.box02__icon--card:nth-of-type(2) .box02__card--title {
  background: #105F00;
  padding: 12px 39.28px 12px 77.72px;
}
.box02__icon--card:nth-of-type(2) .box02__card--title::before {
  background: url(../img/Values/values__AI-t\ voiceover-icon.svg) no-repeat center center/contain;
  left: 11.5px;
}
.box02__icon--card:nth-of-type(3) .box02__card--title {
  background: #FDD401;
  padding: 13px 6px 13px 59px;
}
.box02__icon--card:nth-of-type(3) .box02__card--title::before {
  background: url(../img/Values/values__AI-textchange-icon.svg) no-repeat center center/contain;
  left: 11.5px;
}

.box02__card--title {
  width: 275px;
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 30px;
  color: #ffffff;
  position: relative;
  padding-block: 13px;
  font-size: 18px;
}
@media screen and (min-width: 901px) {
  .box02__card--title {
    width: 320px;
    height: 60px;
    font-size: 20px;
  }
}
.box02__card--title::before {
  content: "";
  position: absolute;
  width: 39px;
  height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.box02__card--title::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 4.5px;
}

.box02__card--text {
  font-size: 14px;
  font-weight: 400;
  line-height: 200%; /* 28px */
  letter-spacing: 0.7px;
}
@media screen and (min-width: 901px) {
  .box02__card--text {
    text-align: left;
  }
}

.accordion__box02-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.9px;
  text-align: left;
  margin-inline: 20px;
}
@media screen and (min-width: 901px) {
  .accordion__box02-text {
    font-size: 20px;
    margin-top: 61px;
    margin-inline: 0;
  }
}
.accordion__box02-text span {
  color: #E28301;
}

.support__box02--button {
  margin-inline: auto;
  margin-top: 14px;
  margin-bottom: 16px;
}
@media screen and (min-width: 901px) {
  .support__box02--button {
    display: none;
  }
}
.support__box02--button img {
  display: block;
}

.support__box02--button.active {
  margin-top: 24px;
  margin-bottom: 29px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.values__support--pc {
  display: none;
}
@media screen and (min-width: 901px) {
  .values__support--pc {
    display: block;
    max-width: 1000px;
    margin-inline: auto;
  }
}

@media screen and (min-width: 901px) {
  .support__tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 901px) {
  .support__img--box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 62px;
  }
}

.voice {
  background: rgba(217, 217, 217, 0.5);
}

.voice__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
}
@media screen and (min-width: 901px) {
  .voice__inner {
    padding-top: 100px;
    padding-bottom: 66px;
  }
}
@media screen and (min-width: 1300px) {
  .voice__inner {
    padding-left: 55px;
  }
}

.voice__main--heading {
  margin-left: -20px;
}
@media screen and (min-width: 901px) {
  .voice__main--heading {
    margin-left: -48px;
    margin-top: -5px;
  }
}

.voice__sub--heading {
  margin-top: 7px;
  margin-left: -18px;
}
@media screen and (min-width: 901px) {
  .voice__sub--heading {
    margin-top: 9px;
    margin-left: -52px;
  }
}

.voice__swiper {
  margin-top: 35px;
}
@media screen and (min-width: 901px) {
  .voice__swiper {
    margin-top: 40px;
  }
}

.voice__swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (min-width: 901px) {
  .voice__swiper-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.voice__swiper-slide {
  width: 285px !important;
  border-radius: 8px;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
@media screen and (min-width: 1300px) {
  .voice__swiper-slide {
    width: 340px !important;
  }
}
.voice__swiper-slide:nth-of-type(1) .voice__slide--img {
  width: 131.304px;
  margin-top: 17px;
  margin-bottom: 15px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .voice__swiper-slide:nth-of-type(1) .voice__slide--img {
    width: 144px;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1300px) {
  .voice__swiper-slide:nth-of-type(1) .voice__slide--img {
    margin-top: 17px;
    margin-bottom: 15px;
  }
}
.voice__swiper-slide:nth-of-type(1) .voice__slide--img img {
  width: 100%;
  height: auto;
}
.voice__swiper-slide:nth-of-type(1) .voice__slide--box .slide__functions--explanation:nth-child(2) {
  background-color: #E10048;
  padding: 3px 63px 8px 64px;
}
.voice__swiper-slide:nth-of-type(1) .voice__slide--box .slide__functions--explanation:nth-child(3) {
  background-color: #105F00;
  padding: 3px 38px 9px 39px;
}
.voice__swiper-slide:nth-of-type(1) .voice__slide--box .slide__functions--explanation:nth-child(4) {
  background-color: #FDD401;
  padding: 3px 12px 8px 14px;
}
.voice__swiper-slide:nth-of-type(2) .voice__slide--img {
  width: 208px;
  margin-top: 0px;
  margin-bottom: 5px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .voice__swiper-slide:nth-of-type(2) .voice__slide--img {
    width: 183.991px;
    margin-top: 48px;
    margin-bottom: 30px;
  }
}
.voice__swiper-slide:nth-of-type(2) .voice__slide--img img {
  width: 100%;
  height: auto;
}
.voice__swiper-slide:nth-of-type(2) .voice__slide--box .slide__functions--explanation:nth-child(2) {
  background-color: #FFA426;
  padding: 3px 46px 8px 48px;
}
.voice__swiper-slide:nth-of-type(2) .voice__slide--box .slide__functions--explanation:nth-child(3) {
  background-color: #105F00;
  padding: 3px 38px 9px 39px;
}
.voice__swiper-slide:nth-of-type(3) .voice__slide--img {
  width: 213px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .voice__swiper-slide:nth-of-type(3) .voice__slide--img {
    width: 239.47px;
    margin-top: 52px;
    margin-bottom: 39px;
  }
}
.voice__swiper-slide:nth-of-type(3) .voice__slide--img img {
  width: 100%;
  height: auto;
}
.voice__swiper-slide:nth-of-type(3) .voice__slide--box .slide__functions--explanation:nth-child(2) {
  background-color: #FFA426;
  padding: 3px 46px 8px 48px;
}
.voice__swiper-slide:nth-of-type(3) .voice__slide--box .slide__functions--explanation:nth-child(3) {
  background-color: #E10048;
  padding: 3px 63px 8px 64px;
}
.voice__swiper-slide:nth-of-type(3) .voice__slide--box .slide__functions--explanation:nth-child(4) {
  background-color: #99B901;
  padding: 3px 62px 8px 64px;
}

.voice__slide--card {
  width: 100%;
  padding: 20px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 901px) {
  .voice__slide--card {
    padding: 30px;
  }
}

.voice__slide--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.9px;
}
@media screen and (min-width: 901px) {
  .voice__slide--title {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.voice__slide--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  padding-inline: 2px;
}
.voice__slide--text span {
  color: #E28301;
  font-weight: 700;
  line-height: 200%;
}

.voice__slide--box {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-inline: auto;
}

.voice__slide--box__card02 {
  margin-bottom: 42px;
}

.slide__functions--title {
  font-size: 16px;
  font-weight: 500;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}

.slide__functions--explanation {
  width: 213px;
  height: 34px;
  color: #ffffff;
  border-radius: 30px;
  color: #fff;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 900;
  line-height: 180%; /* 28.8px */
  letter-spacing: 0.8px;
}

.voice__swiper-scrollbar {
  margin-top: 30px;
  width: 335px;
}
@media screen and (min-width: 901px) {
  .voice__swiper-scrollbar {
    display: none;
  }
}

.step {
  background: #F7F6F4;
}

.step__inner {
  padding-top: 46px;
  padding-bottom: 50px;
}
@media screen and (min-width: 1300px) {
  .step__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.step__boxes {
  margin-top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 1300px) {
  .step__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 31px;
    max-width: 1140px;
    position: relative;
    gap: 48px;
  }
  .step__boxes::after {
    content: "";
    width: 802px;
    height: 5px;
    position: absolute;
    top: 100px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url(../img/Step/step__pc--Line.svg) no-repeat center center/contain;
  }
}

.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (min-width: 1300px) {
  .step__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 26px;
    width: 940px;
  }
}
.step__box:nth-of-type(1) .step__box--left {
  position: relative;
}
@media screen and (min-width: 1300px) {
  .step__box:nth-of-type(1) .step__box--left {
    position: static;
  }
}
.step__box:nth-of-type(2) .step__box--left {
  position: relative;
}
@media screen and (min-width: 1300px) {
  .step__box:nth-of-type(2) .step__box--left {
    position: static;
  }
}
.step__box:nth-of-type(3) .step__box--left {
  position: relative;
}
@media screen and (min-width: 1300px) {
  .step__box:nth-of-type(3) .step__box--left {
    position: static;
  }
}
.step__box:nth-of-type(4) .step__box--left {
  position: relative;
}
@media screen and (min-width: 1300px) {
  .step__box:nth-of-type(4) .step__box--left {
    position: static;
  }
}

@media screen and (min-width: 1300px) {
  .step__box--left {
    z-index: 1;
    margin-inline: auto;
  }
}

.step__box--number {
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Overpass", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.75px;
  opacity: 0.5;
}
@media screen and (min-width: 1300px) {
  .step__box--number {
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 6px;
  }
}

.step__box--img {
  width: 92px;
}
@media screen and (min-width: 1300px) {
  .step__box--img {
    width: 150px;
  }
}
.step__box--img img {
  width: 100%;
}

.step__box--title {
  color: #E28301;
  font-size: 20px;
  font-weight: 700;
  line-height: 180%; /* 36px */
  letter-spacing: 1px;
  margin-top: 7px;
}
@media screen and (min-width: 1300px) {
  .step__box--title {
    text-align: center;
    font-size: 17px;
  }
}
@media (min-width: 1440px) {
  .step__box--title {
    font-size: 20px;
  }
}

.step__box--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}

.price__inner {
  padding-top: 50px;
  padding-bottom: 43px;
}
@media screen and (min-width: 901px) {
  .price__inner {
    padding-top: 97px;
    padding-bottom: 100px;
  }
}

.price__boxes {
  margin-top: 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 76px;
}
@media screen and (min-width: 901px) {
  .price__boxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 100px;
  }
}

.price__box {
  border-radius: 5.583px;
  border: 2.094px solid #000;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 901px) {
  .price__box {
    width: 480px;
    height: auto;
  }
}

@media screen and (min-width: 901px) {
  .price__box--02 {
    height: 260px;
  }
}

.price__box--title {
  height: 57px;
  background: #000;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%; /* 36px */
  letter-spacing: 0.9px;
  padding: 17px 13px 2px 13px;
}
@media screen and (min-width: 901px) {
  .price__box--title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1300px) {
  .price__box--title {
    font-size: 24px;
    letter-spacing: 1.2px;
    padding: 25px 35px 6px 35px;
    height: 81px;
  }
}

.price__box--wrapper {
  padding: 14px 23px 14px 22px;
}
@media screen and (min-width: 901px) {
  .price__box--wrapper {
    padding: 21px 34px 29px 34px;
  }
}

.price__box--tag {
  width: 59px;
  height: 59px;
  background-color: #FFA426;
  border-radius: 50%;
  position: absolute;
  top: -43px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 901px) {
  .price__box--tag {
    width: 84px;
    height: 84px;
    top: -62px;
  }
}

.price__box--tag__heading {
  color: #ffffff;
  font-family: "Overpass", sans-serif;
  font-size: 11.167px;
  font-weight: 700;
  line-height: 200%; /* 22.333px */
  letter-spacing: 0.558px;
  padding-top: 6px;
}
@media screen and (min-width: 901px) {
  .price__box--tag__heading {
    font-size: 16px;
  }
}

.price__box--tag__img {
  margin-top: -8px;
}
@media screen and (min-width: 901px) {
  .price__box--tag__img {
    margin-top: -2px;
  }
}
.price__box--tag__img img {
  width: 18.341px;
}
@media screen and (min-width: 901px) {
  .price__box--tag__img img {
    width: 26.28px;
  }
}

.price__box--plan__01 {
  border-radius: 8px;
  background: #F7F6F4;
  height: 40px;
  padding: 10px 8px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1px;
}
@media screen and (min-width: 901px) {
  .price__box--plan__01 {
    margin-bottom: 21px;
    font-size: 24px;
    letter-spacing: 1.2px;
    padding: 12px 30px 15px 30px;
    height: 54px;
  }
}

.price__box--plan__02 {
  border-radius: 8px;
  background: #F7F6F4;
  height: 40px;
  padding: 10px 8px;
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%; /* 20px */
  letter-spacing: 1.2px;
}
@media screen and (min-width: 901px) {
  .price__box--plan__02 {
    margin-bottom: 21px;
    padding: 14px 1px;
    height: 54px;
  }
}
.price__box--plan__02 span {
  font-size: 16px;
}

.price__box--text {
  border-radius: 8px;
  background: #F7F6F4;
  padding: 10px 8px;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 1300px) {
  .price__box--text {
    padding: 13px 10px;
  }
}
.price__box--text span {
  font-weight: 400;
}

.price__box--banner {
  margin-top: 16px;
}
@media screen and (min-width: 901px) {
  .price__box--banner {
    margin-top: 57px;
  }
}

.faq__inner {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (min-width: 901px) {
  .faq__inner {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.faq__boxes {
  margin-top: 32px;
}
@media screen and (min-width: 1300px) {
  .faq__boxes {
    width: 1000px;
    margin-inline: auto;
    margin-top: 40px;
  }
}

.faq__box {
  max-width: 500px;
  margin-inline: auto;
}
@media screen and (min-width: 901px) {
  .faq__box {
    max-width: 1000px;
  }
}
.faq__box + .faq__box {
  border-top: 1px solid #000;
}

.faq__box:first-child {
  border-top: 1px solid #000;
}

.faq__box:last-child {
  border-bottom: 1px solid #000;
}

.faq__box--que {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 14px;
  padding: 18px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 901px) {
  .faq__box--que {
    gap: 24px;
    padding: 23px 0;
  }
}

.que__heading {
  min-width: 40px;
  height: 40px;
  background-color: #000;
  border-radius: 50%;
  padding: 3px 12px;
}
@media screen and (min-width: 901px) {
  .que__heading {
    margin-left: 171px;
  }
}
.que__heading img {
  width: 14px;
}

.que__text {
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  width: auto;
}
@media screen and (min-width: 901px) {
  .que__text {
    font-size: 20px;
    line-height: 200%; /* 40px */
    letter-spacing: 1px;
  }
}

.que__toggle {
  margin-left: auto;
  margin-right: 4px;
}
@media screen and (min-width: 901px) {
  .que__toggle {
    margin-right: 32px;
  }
}
.que__toggle img {
  min-width: 23px;
}

.que__toggle.open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq__box--none {
  display: none;
}

.faq__box--ans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 0;
  background: #F7F6F4;
}
@media screen and (min-width: 901px) {
  .faq__box--ans {
    padding: 23px 0;
  }
}

.ans__heading {
  min-width: 40px;
  height: 40px;
  background-color: #E10048;
  border-radius: 50%;
  padding: 3px 12px;
}
@media screen and (min-width: 901px) {
  .ans__heading {
    margin-left: 171px;
  }
}
.ans__heading img {
  width: 14px;
}

.ans__text {
  margin-left: 16px;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}

.mission {
  background: #FDD401;
}

.mission__inner {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-inline: 40px;
}
@media screen and (min-width: 601px) {
  .mission__inner {
    margin-inline: 100px;
  }
}
@media screen and (min-width: 901px) {
  .mission__inner {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-inline: 80px;
  }
}
@media screen and (min-width: 1300px) {
  .mission__inner {
    margin-inline: 220px;
  }
}

.mission__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 10px;
}
@media screen and (min-width: 901px) {
  .mission__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1000px;
    margin-inline: auto;
    gap: 59px;
  }
}

@media screen and (min-width: 901px) {
  .mission__box--title {
    margin-top: 19px;
  }
}

.mission__title--top {
  font-weight: 700;
  line-height: 200%;
  leading-trim: both;
  text-edge: cap;
  font-size: 18px;
  margin-left: 6.5px;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 901px) {
  .mission__title--top {
    font-size: 32px;
    line-height: 100%; /* 32px */
    letter-spacing: 3.2px;
  }
}

.mission__title--bottom {
  font-weight: 700;
  line-height: 200%;
}
@media screen and (min-width: 901px) {
  .mission__title--bottom {
    margin-top: 14px;
  }
}
.mission__title--bottom img {
  width: 188px;
}
@media screen and (min-width: 901px) {
  .mission__title--bottom img {
    width: 266px;
  }
}
.mission__title--bottom span {
  leading-trim: both;
  text-edge: cap;
  font-size: 20px;
  letter-spacing: 1px;
  vertical-align: sub;
}
@media screen and (min-width: 901px) {
  .mission__title--bottom span {
    color: var(--black, #000);
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.6px;
  }
}

.mission__box--text {
  margin-top: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 901px) {
  .mission__box--text {
    max-width: 580px;
    font-size: 20px;
    letter-spacing: 1px;
  }
}
.mission__box--text span {
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 901px) {
  .mission__box--text span {
    letter-spacing: 1px;
  }
}

.mission__box--right {
  margin-inline: auto;
}

.mission__box--logo {
  width: 140px;
}
@media screen and (min-width: 901px) {
  .mission__box--logo {
    width: 361px;
  }
}
.mission__box--logo img {
  width: 100%;
}

.contact {
  background: #F7F6F4;
}
@media screen and (min-width: 1300px) {
  .contact {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-inline: clamp(100px, 120vw - 1458px, 270px);
    border-radius: 8px;
  }
}

.contact__inner {
  padding-top: 46px;
  padding-bottom: 50px;
  padding-inline: 20px;
}
@media screen and (min-width: 601px) {
  .contact__inner {
    padding-inline: 0;
    padding-top: 51px;
  }
}
@media screen and (min-width: 1300px) {
  .contact__inner {
    background: #F7F6F4;
    max-width: 900px;
    margin-inline: auto;
  }
}

.contact__text {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  line-height: 200%; /* 26px */
  letter-spacing: 0.65px;
  margin-top: 16px;
  margin-inline: 10px;
}
@media screen and (min-width: 901px) {
  .contact__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%; /* 32px */
    letter-spacing: 0.8px;
    margin-top: 40px;
  }
}

.contact__fields {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1300px) {
  .contact__fields {
    margin-top: 24px;
    gap: 24px;
  }
}

.contact__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin-inline: auto;
}
@media screen and (min-width: 1300px) {
  .contact__field {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-inline: 100px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.contact__field:nth-of-type(1) .form__text {
  padding: 15px 9px 14px 19px;
}
.contact__field:nth-of-type(2) .form__text {
  padding: 14px 12px 15px 15px;
}
.contact__field:nth-of-type(3) .form__text {
  padding: 14px 12px 15px 15px;
}

@media screen and (min-width: 1300px) {
  .form__field--head {
    padding-top: 7px;
  }
}

.form__field--label {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
}

.form__field--tag {
  color: #E10048;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%; /* 18px */
  letter-spacing: 1.2px;
  border-radius: 8px;
  border: 1px solid #E10048;
  padding: 2px 11px;
  margin-left: 4px;
}

.form__field--item {
  border-radius: 8px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  font-size: 20px;
  font-weight: 300;
}

.form__text {
  border: none;
  width: 335px;
  height: 60px;
}
@media screen and (min-width: 901px) {
  .form__text {
    width: 500px;
    height: 48px;
  }
}

.form__textarea {
  border: none;
  width: 335px;
  height: 188px;
  padding-top: 13px;
  padding-left: 16px;
}
@media screen and (min-width: 901px) {
  .form__textarea {
    width: 500px;
  }
}

.contact__privacy {
  margin-top: 32px;
  margin-bottom: 38px;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .contact__privacy {
    margin-top: 10px;
    margin-left: -87px;
  }
}

.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--text {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding-left: 36px;
}
@media screen and (min-width: 1300px) {
  .form__checkbox--text {
    padding-left: 30px;
  }
}
.form__checkbox--text a {
  border-bottom: 1px solid #000;
}
.form__checkbox--text::before, .form__checkbox--text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.form__checkbox--text::before {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: 1px solid #000;
  opacity: 0.5;
  background: #ffffff;
}
@media screen and (min-width: 1300px) {
  .form__checkbox--text::before {
    width: 19px;
    height: 19px;
  }
}
.form__checkbox--text::after {
  opacity: 0;
  left: 3px;
  width: 24px;
  height: 24px;
  background: url(../img/contact/contact__check--icon.png) no-repeat center center/contain;
}
@media screen and (min-width: 1300px) {
  .form__checkbox--text::after {
    width: 13px;
    height: 13px;
  }
}

.contact__button {
  display: block;
  margin-inline: auto;
  width: 200px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(264deg, #99B901 -3.85%, #105F00 74.17%);
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
}
.contact__button:hover {
  background: #FDD401;
}

.footer {
  background: #F7F6F4;
}

.footer__inner {
  padding-top: 50px;
  margin-inline: 20px;
  padding-bottom: 10px;
}
@media screen and (min-width: 1300px) {
  .footer__inner {
    padding-top: 64px;
    margin-inline: 150px;
  }
}

.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1300px) {
  .footer__box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__logo {
  margin-inline: auto;
}
.footer__logo a img {
  display: block;
  width: 259px;
}
@media screen and (min-width: 1300px) {
  .footer__logo a img {
    width: 237px;
  }
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1300px) {
  .footer__nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 200%; /* 32px */
  letter-spacing: 0.8px;
  margin-inline: auto;
}
@media screen and (min-width: 1300px) {
  .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
    padding-top: 10px;
  }
}

.footer__copyright {
  font-family: "Overpass", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 180%; /* 23.4px */
  letter-spacing: 0.52px;
  text-align: center;
  margin-bottom: 8px;
}
@media screen and (min-width: 1300px) {
  .footer__copyright {
    font-size: 14px;
    margin-left: auto;
    padding-top: 10px;
  }
}

.footer__message {
  font-size: 12px;
  font-weight: 400;
  line-height: 180%; /* 21.6px */
  letter-spacing: 0.48px;
  text-align: center;
}
@media screen and (min-width: 1300px) {
  .footer__message {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */