@charset "UTF-8";
.hidden-sp {
  display: none;
}
@media screen and (min-width: 1280px) {
  .hidden-sp {
    display: block;
  }
}

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

.heading {
  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;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.heading-jp {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  position: relative;
}
.heading-jp::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #565956;
}

.heading-en {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.96px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #565956;
  font-size: 16px;
  line-height: 150%;
}

.header {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .header {
    gap: 10px;
    padding-left: 130px;
    padding-right: 130px;
  }
}

.header__inner {
  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;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .header__inner {
    width: 100%;
  }
}

.header__logo {
  width: 52px;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__logo {
    width: 113px;
    height: 45.5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.header__logo img {
  width: 100%;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .header__nav {
    gap: 28px;
  }
}

.header__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  margin-right: 56px;
}
@media screen and (min-width: 1280px) {
  .header__nav ul {
    margin-right: 6px;
    gap: 32px;
  }
}

.header__nav-list {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.header__nav-list:hover {
  color: #b1b6af;
}
.header__nav-list:hover svg path {
  fill: #b1b6af;
}
.header__nav-list.active svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  fill: #b1b6af;
  -webkit-transition: -webkit-transform 0.3s fill 0.3s;
  transition: -webkit-transform 0.3s fill 0.3s;
  transition: transform 0.3s fill 0.3s;
  transition: transform 0.3s fill 0.3s, -webkit-transform 0.3s fill 0.3s;
}
@media screen and (min-width: 1280px) {
  .header__nav-list {
    gap: 8px;
    font-size: 16px;
  }
}

.header__nav-text {
  font-weight: 700;
  letter-spacing: 0.64px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.header__nav-text:hover {
  color: #b1b6af;
}

@media screen and (min-width: 1280px) {
  .header__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    border-radius: 99999px;
    border: 1px solid #565956;
    background-color: #fff;
    margin-right: 12px;
    -webkit-transition: background-color 0.3s color 0.3s;
    transition: background-color 0.3s color 0.3s;
    cursor: pointer;
  }
  .header__button:hover {
    background-color: #565956;
    color: #fff;
  }
}

@media screen and (min-width: 1280px) {
  .header__button-text {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.56px;
  }
}

.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .header__icons svg {
    width: 32px;
    height: 32px;
    -webkit-transition: fill 0.3s;
    transition: fill 0.3s;
  }
  .header__icons svg:hover path {
    fill: #b1b6af;
  }
}

.drawer-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(86, 89, 86, 0.56); /* 半透明の黒 */
  z-index: 1; /* ドロワーよりも下、ヘッダーよりも上 */
  display: none; /* 初期状態では非表示 */
}

.drawer-bg.is-visible {
  display: block; /* 表示状態 */
}

.drawer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 91.4vw;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 8px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 55px;
  left: 50%;
  -webkit-transform: translate(-50%, -150%);
          transform: translate(-50%, -150%);
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.drawer-content.is-checked {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media screen and (min-width: 1280px) {
  .drawer-content {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1180px;
    top: 87px;
  }
}

.drawer-content__title {
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 1280px) {
  .drawer-content__title {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.drawer-content__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 30px 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .drawer-content__lists {
    gap: 48px 32px;
  }
}

.drawer-content__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 144px;
  padding-bottom: 8px;
  padding-right: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-bottom: 2px solid #f2f4f1;
  -webkit-transition: border-bottom 0.3s;
  transition: border-bottom 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .drawer-content__list {
    width: 192px;
    padding-bottom: 5px;
  }
}
.drawer-content__list:hover {
  border-bottom: 2px solid #609484;
}

.drawer-content__list:first-child {
  border-bottom: 2px solid #609484;
}

.drawer-content__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
}
@media screen and (min-width: 1280px) {
  .drawer-content__link {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.fv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 742px;
}
@media screen and (min-width: 1280px) {
  .fv {
    height: 476px;
  }
}

.fv__inner {
  position: relative;
  width: 100%;
}

.fv__img {
  width: 100%;
  height: 100%;
}
.fv__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55.7%;
     object-position: 55.7%;
}

.fv__title {
  position: absolute;
  top: 34.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 1280px) {
  .fv__title {
    padding: 0px 130px;
    width: 100%;
    max-width: 1440px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    top: 50%;
  }
}

.fv__title-big {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.fv__text-big {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding: 4px 24px;
  background-color: #fff;
  line-height: 150%;
}
@media screen and (min-width: 1280px) {
  .fv__text-big {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}

.fv__text-small {
  font-weight: 700;
  letter-spacing: 0.64px;
  background-color: #fff;
  padding: 8px 24px;
  line-height: 150%;
}
@media screen and (min-width: 1280px) {
  .fv__text-small {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  -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;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #f2f4f1;
}
@media screen and (min-width: 1280px) {
  .cta {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}

.cta__inner {
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.cta__img img {
  width: 100%;
}

.cta__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 12px;
  -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;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .cta__contents {
    padding-top: 56px;
    padding-bottom: 56px;
    padding-left: 64px;
    padding-right: 64px;
    max-width: 719px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}

.cta__logo {
  font-family: "Jost", sans-serif;
  color: #e6e8e5;
  font-size: 64px;
  font-weight: 700;
  line-height: 150%;
  text-align: center;
}

@media screen and (min-width: 1280px) {
  .cta__logo-left {
    position: absolute;
    top: 21%;
    left: -350px;
    rotate: 270deg;
    line-height: 180%;
    letter-spacing: 2.5px;
  }
}

@media screen and (min-width: 1280px) {
  .cta__logo-right {
    position: absolute;
    top: 21%;
    right: -350px;
    rotate: 90deg;
    line-height: 180%;
    letter-spacing: 2.5px;
  }
}

.cta__top {
  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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 1280px) {
  .cta__top {
    position: relative;
  }
}

.cta__top-now {
  color: #fff;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #565956;
}
@media screen and (min-width: 1280px) {
  .cta__top-now {
    position: absolute;
    rotate: -30deg;
    top: -12px;
    left: 22px;
  }
}

.cta__top-small {
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 1280px) {
  .cta__top-small {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.cta__top-big {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.12px;
}

.cta__middle {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .cta__middle {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: initial;
  }
}

.cta__middle-content {
  color: #fff;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  width: 311px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background-color: #565956;
}
@media screen and (min-width: 1280px) {
  .cta__middle-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

.cta__bottom-wrap {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .cta__bottom-wrap {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
    margin-top: 32px;
  }
}

.cta__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 39px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #f2f4f1;
  width: 260px;
  margin: 0 auto;
  position: relative;
}
.cta__bottom::after {
  content: "";
  position: absolute;
  background: url("../img/cta_step-icon.svg") no-repeat center center;
  width: 11px;
  height: 19px;
  bottom: -15px;
}
@media screen and (min-width: 1280px) {
  .cta__bottom::after {
    right: -10px;
    top: 40%;
    rotate: 270deg;
  }
}

.cta__bottom-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.button {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
  width: 311px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.button:hover {
  opacity: 0.56;
}

.c-button {
  margin-top: 30px;
}
@media screen and (min-width: 1280px) {
  .c-button {
    margin-top: 0;
    width: auto;
  }
}

.realization {
  padding-top: 88px;
  padding-bottom: 88px;
  width: 100%;
  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;
}

.realization__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1280px) {
  .realization__inner {
    padding-left: 130px;
    padding-right: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}

.realization__lists {
  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;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 64px;
}
@media screen and (min-width: 1280px) {
  .realization__lists {
    max-width: 1180px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.realization__list {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 1280px) {
  .realization__list {
    width: 14.2%;
  }
}

.realization__list-title {
  width: 144px;
}

.list-title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 22px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #948260;
}

.realization__list-text {
  text-align: center;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  width: 49%;
}
@media screen and (min-width: 1280px) {
  .realization__list-text {
    width: 100%;
  }
}

.record {
  background: url("../img/ record.png") no-repeat center center;
  background-size: cover;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
  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;
}

.record__contents {
  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;
  position: relative;
}
@media screen and (min-width: 768px) {
  .record__contents {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
.record__contents::before {
  content: "";
  position: absolute;
  background-image: url("../img/leaf-left.png");
  background-size: cover;
  width: 56px;
  height: 73.309px;
  top: 13%;
  left: -73px;
}
@media screen and (min-width: 768px) {
  .record__contents::before {
    width: 158px;
    height: 203px;
    top: 0;
    left: -158px;
  }
}
.record__contents::after {
  content: "";
  position: absolute;
  background-image: url("../img/leaf-right.png");
  background-size: cover;
  width: 56px;
  height: 71.556px;
  top: 13%;
  right: -73px;
}
@media screen and (min-width: 768px) {
  .record__contents::after {
    width: 158px;
    height: 203px;
    top: 0;
    right: -158px;
  }
}

.record__text-small {
  text-align: center;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .record__text-small {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.record__text-big {
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.28px;
}
@media screen and (min-width: 768px) {
  .record__text-big {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}

.voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 56px;
  padding-bottom: 56px;
  -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;
  gap: 64px;
}
@media screen and (min-width: 1280px) {
  .voice {
    padding-top: 90px;
    padding-bottom: 88px;
  }
}

.voice__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1280px) {
  .voice__inner {
    padding-left: 130px;
    padding-right: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}

.voice__reviews {
  margin-top: 65px;
}
@media screen and (min-width: 768px) {
  .voice__reviews {
    max-width: 754px;
  }
}
@media screen and (min-width: 1280px) {
  .voice__reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1180px;
  }
}

@media screen and (min-width: 1280px) {
  .voice__review {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
  }
}

.voice__review-img {
  position: relative;
}
.voice__review-tag {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #609484;
  width: 122px;
  position: absolute;
  top: 0;
  left: 0;
}

.voice__review-body {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 23px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  background-color: #f2f4f1;
}
@media screen and (min-width: 1280px) {
  .voice__review-body {
    padding-left: 48px;
    padding-right: 47px;
  }
}

.voice__review:nth-of-type(2) .voice__review-body {
  background-color: #fff;
}

.voice__review-title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.voice__review-title-top {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #948260;
}

.voice__review-title-bottom {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  background-color: #948260;
}

.voice__review-text {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

.voice__review-text-main {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 1280px) {
  .voice__review-text-main {
    height: 240px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.voice__review-text-sub {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.solution {
  padding-top: 56px;
  padding-bottom: 112px;
  background: url("../img/solution.png") no-repeat center center;
  background-size: cover;
  background-position: top center;
  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;
  gap: 32px;
}
@media screen and (min-width: 1280px) {
  .solution {
    padding-top: 88px;
    background-position: top -10px center;
  }
}

.solution__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1280px) {
  .solution__inner {
    padding-left: 130px;
    padding-right: 130px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.solution__contents {
  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;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .solution__contents {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 64px;
    gap: 22px;
  }
}

.solution__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 32px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
}
@media screen and (min-width: 1280px) {
  .solution__content {
    font-size: 20px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 0.8px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 33px;
  }
}

.solution__content-text {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.solution__content-wrapper {
  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;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .solution__content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

.realization2 {
  padding-top: 240px;
  padding-bottom: 8px;
  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;
  gap: 240px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .realization2 {
    padding-top: 140px;
    padding-bottom: 65px;
  }
}

.realization2__top {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.7px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 308px;
  padding: 30px 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background-color: #609484;
  position: absolute;
  top: -56px;
}
@media screen and (min-width: 1280px) {
  .realization2__top {
    width: 1115px;
    padding: 30px 46px;
    gap: 10px;
    font-size: 24px;
    letter-spacing: 0.96px;
    top: -15px;
  }
}
.realization2__top::after {
  content: "";
  position: absolute;
  background: url("../img/top-line.svg") no-repeat center center;
  background-size: cover;
  width: 343px;
  height: 237px;
  bottom: -70.5px;
  z-index: 1;
}
@media screen and (min-width: 1280px) {
  .realization2__top::after {
    background: url("../img/top-line-pc.svg") no-repeat center center;
    width: 1180px;
    height: 121px;
    right: -33.5px;
    bottom: -34px;
  }
}

.realization2__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1280px) {
  .realization2__inner {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.realization2__contents {
  width: 100%;
  max-width: 968px;
  margin-top: 40px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 26px;
}
@media screen and (min-width: 1280px) {
  .realization2__contents {
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 92px;
    gap: 117px;
  }
}

.realization2__contents-wrap {
  position: relative;
}
.realization2__contents-wrap::before {
  content: "";
  position: absolute;
  background: #f2f4f1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1982px;
  top: 465px;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .realization2__contents-wrap::before {
    height: 1369px;
    top: 148px;
  }
}

.realization2__contents-wrap:nth-of-type(2)::before {
  content: "";
  position: absolute;
  background: #f2f4f1;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  height: 1363px;
  top: 800px;
  z-index: -1;
}
@media screen and (min-width: 1280px) {
  .realization2__contents-wrap:nth-of-type(2)::before {
    height: 1369px;
    top: 148px;
  }
}

.realization2__content-img {
  position: relative;
}
.realization2__content_tag {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.64px;
  position: absolute;
  left: 12px;
  top: -10px;
}
@media screen and (min-width: 1280px) {
  .realization2__content_tag {
    font-size: 40px;
    letter-spacing: 1.6px;
    left: 39px;
    top: -30px;
  }
}

@media screen and (min-width: 1280px) {
  .realization2__content-wrap-pc {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 1280px) {
  .realization2__contents .realization2__contents-wrap:nth-of-type(2) .realization2__content-wrap-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 1280px) {
  .realization2__contents .realization2__contents-wrap:nth-of-type(2) .realization2__content-wrap-pc .realization2__content-img-pc {
    margin-left: 0;
    margin-right: -18px;
    z-index: 1;
  }
}

.realization2__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 16px 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  margin-top: 24px;
}
@media screen and (min-width: 1280px) {
  .realization2__content {
    padding: 64px;
    margin-top: 47px;
    width: 52.4%;
  }
}

@media screen and (min-width: 1280px) {
  .realization2__content-img-pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 27px;
    margin-left: -49px;
  }
}

@media screen and (min-width: 1280px) {
  .img-left {
    margin-top: 120px;
  }
}

@media screen and (min-width: 1280px) {
  .img-right {
    margin-top: -50px;
  }
}

.realization2__content_middle-title {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.realization2__content-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
  padding: 4px 8px;
  gap: 10px;
  background-color: #948260;
}

.realization2__content-wrap {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 9px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 1280px) {
  .realization2__content-wrap {
    margin-right: 30px;
  }
}

@media screen and (min-width: 1280px) {
  .realization2__content-wrap:nth-of-type(2) {
    margin-right: 0;
  }
}

.realization2__content_middle-card {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-top: 38px;
}

.realization2__content_middle-card_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
}

.realization2__content_middle-card_title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.realization2__content_middle-card_line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #565956;
}

.realization2__content_middle-card_text {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.realization2__content-lineup {
  margin-top: 80px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .realization2__content-lineup {
    max-width: 998px;
    margin-left: auto;
    margin-right: auto;
  }
}

.realization2__content-lineup_contents {
  padding-left: 21px;
  padding-right: 21px;
}
@media screen and (min-width: 1280px) {
  .realization2__content-lineup_contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 49px;
    padding-left: 0;
    padding-right: 0;
  }
}

.realization2__content-lineup_title {
  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;
  gap: 8px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  margin-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .realization2__content-lineup_title {
    max-width: 988px;
    margin-left: auto;
    margin-right: auto;
  }
}

.realization2__content-lineup_title-jp-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 1280px) {
  .realization2__content-lineup_title-jp-wrap {
    gap: 140px;
  }
}

.realization2__content-lineup_title-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #565956;
}

.realization2__content-lineup_title-jp {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.realization2__content-lineup_title-en {
  color: #b1b6af;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.realization2_content-lineup_content {
  margin-bottom: 47px;
  -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;
  cursor: pointer;
}
.realization2_content-lineup_content:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}

.realization2_content-lineup_content_body {
  width: 100%;
  height: 150px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #f2f4f1;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.16);
  padding-top: 24px;
  padding-right: 92px;
  padding-bottom: 64px;
  padding-left: 24px;
}

.realization2_content-lineup_content_body-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.realization2_content-lineup_content_body-text {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-top: 8px;
}

.features {
  padding-top: 56px;
  padding-bottom: 56px;
  background: url("../img/feature_background.png") no-repeat top -5px center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1280px) {
  .features {
    padding-top: 78px;
    padding-bottom: 80px;
    -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;
  }
}

.features__inner {
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (min-width: 1280px) {
  .features__inner {
    padding-left: 130px;
    padding-right: 130px;
    margin-left: auto;
    margin-right: auto;
  }
}

.features__contents {
  margin-top: 52px;
  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;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  width: 100%;
  max-width: 568px;
}
@media screen and (min-width: 1280px) {
  .features__contents {
    max-width: 1180px;
    gap: 34px;
  }
}

.features__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-radius: 16px;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1280px) {
  .features__content {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 80px;
    padding: 32px 106px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
  }
}

@media screen and (min-width: 1280px) {
  .features__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.features__img img {
  width: 100%;
}

.features__body {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
@media screen and (min-width: 1280px) {
  .features__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.features__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 116px;
}

.features__title-deco {
  color: #948260;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.96px;
}

.features__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.features__text {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

@media screen and (min-width: 1280px) {
  .features__content-pc {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.howtouse {
  padding-top: 55px;
  padding-bottom: 56px;
  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;
}
@media screen and (min-width: 1280px) {
  .howtouse {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.howtouse__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .howtouse__inner {
    padding-left: 130px;
    padding-right: 130px;
    max-width: 1180px;
  }
}

.howtouse__contents {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 32px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .howtouse__contents {
    -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: 36px;
    margin-top: 64px;
  }
}

.howtouse__content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 26px;
}

@media screen and (min-width: 1280px) {
  .howtouse__content-img {
    width: 268px;
    height: 268px;
  }
}
.howtouse__content-img img {
  width: 100%;
}

.howtouse__content-body {
  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;
  gap: 14px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
@media screen and (min-width: 1280px) {
  .howtouse__content-body {
    gap: 18px;
  }
}

.howtouse__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.howtouse__content-number {
  color: #609484;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.howtouse__content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.8px;
}

.howtouse__content-text {
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.faq {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (min-width: 1280px) {
  .faq {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

.faq__inner {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .faq__inner {
    padding-left: 130px;
    padding-right: 130px;
  }
}

.faq__boxes {
  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;
  max-width: 568px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1280px) {
  .faq__boxes {
    margin-top: 64px;
    max-width: 1180px;
  }
}

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

.toggle {
  display: none;
}

.faq-box {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.faq-box:empty {
  visibility: hidden; /* 空のfaq-boxを非表示にする */
}

.question,
.anser {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
  color: #565956;
  height: auto;
  border-bottom: 1px solid #565956;
  padding-right: 40px;
  font-weight: 500;
  padding-bottom: 24px;
}
@media screen and (min-width: 1280px) {
  .question {
    padding-left: 22px;
    height: 48px;
  }
}

.question span,
.anser span {
  color: #948260;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (min-width: 1280px) {
  .question span,
  .anser span {
    margin-top: 0;
  }
}

.question:after,
.question:before {
  content: "";
  position: absolute;
  right: 12px;
  top: -25px;
  bottom: 0;
  margin: auto;
  width: 2px;
  height: 16px;
  background-color: #565956;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 1280px) {
  .question:after,
  .question:before {
    right: 32px;
  }
}

.question:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.anser {
  max-height: 0;
  overflow: hidden;
}
@media screen and (min-width: 1280px) {
  .anser {
    padding-left: 22px;
  }
}

.anser div {
  margin-top: 24px;
  line-height: 1.8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  font-size: 18px;
  font-weight: 400;
}

.toggle:checked + .question + .anser {
  max-height: 500px;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.toggle:checked + .question {
  -webkit-transition: border-bottom 1s ease-in-out;
  transition: border-bottom 1s ease-in-out;
  border-bottom: none;
}

.toggle:checked + .question:before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.faq__button {
  position: relative;
  padding-left: 56px;
  padding-right: 40px;
  background-color: #609484;
  border-radius: 99999px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin-top: 8px;
  width: 305px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (min-width: 1280px) {
  .faq__button {
    margin-top: 65px;
  }
}
.faq__button::after {
  content: "";
  position: absolute;
  background: url("../img/arrow.svg") no-repeat center center;
  width: 11.25px;
  height: 14.999px;
  right: 40px;
  top: 25px;
}

.footer {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  background: #565956;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 56px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.footer__inner {
  padding-left: 16px;
  padding-right: 16px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding-left: 130px;
    padding-right: 130px;
    max-width: 1440px;
  }
}

.footer__contents {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 23px;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}

.footer__content {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 24px;
  margin-bottom: 48px;
}

.footer__title {
  color: #fff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0.8px;
  cursor: pointer;
  position: relative;
}
.footer__title::after {
  content: "";
  position: absolute;
  width: 72.028px;
  height: 1px;
  left: 0;
  bottom: -8px;
  background: #fff;
}

.footer__items ul {
  color: #fff;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.64px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.footer__items ul li {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  cursor: pointer;
}
.footer__items ul li:hover {
  opacity: 0.56;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.footer__sns-icon {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.footer__sns-icon:hover {
  opacity: 0.56;
}
.footer__bottom {
  margin-top: 72px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.footer__text {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.48px;
}

.footer__copy {
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 0.4px;
}