@charset "UTF-8";
/* フォントファミリー
-----------------------------------------------*/
/* フォント
-----------------------------------------------*/
/* カラー
-----------------------------------------------*/
/* インナー幅
-----------------------------------------------*/
/* ヘッダー
-----------------------------------------------*/
/* 重なり順の定義
-----------------------------------------------*/
/*==============================================
#共通クラス
===============================================*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #565956;
  letter-spacing: 0.64px;
}

.inner {
  min-width: 343px;
  width: 100%;
  padding-inline: 16px;
  margin-inline: auto;
}
@media screen and (max-width: 374px) {
  .inner {
    min-width: 320px;
  }
}
@media screen and (min-width: 1180px) {
  .inner {
    padding-inline: 48px;
  }
}
@media screen and (min-width: 1440px) {
  .inner {
    max-width: 1180px;
    width: 100%;
    padding-inline: 0px;
  }
}

hr {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #000;
  margin: 20px 0;
}

.is-pc {
  display: none;
}
@media screen and (min-width: 1180px) {
  .is-pc {
    display: inline-block;
  }
}

.is-pc-hidden {
  display: inline-block;
}
@media screen and (min-width: 1180px) {
  .is-pc-hidden {
    display: none;
  }
}

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

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

.is-tab {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .is-tab {
    display: none;
  }
}

.is-tab-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .is-tab-hidden {
    display: inline-block;
  }
}

/*==============================================
#コンポーネント
===============================================*/
/* ボタン
-----------------------------------------------*/
.btn {
  display: inline-block;
  max-width: 100%;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn:hover {
  opacity: 0.56;
}

.btn-member {
  background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
  padding: 20px;
  border-radius: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.btn-member-sp {
  background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
}

.btn-member-text {
  font-size: 20px;
  letter-spacing: 0.8px;
}

.arrow-member {
  width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.btn-login {
  color: #565956;
  padding: 7px 10px;
  background: #fff;
  border: 1px solid #565956;
  border-radius: 999px;
  width: 170px;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 1.5;
  text-align: center;
}
.btn-login:hover {
  color: #fff;
  background: #565956;
  opacity: 1;
}

.btn-qa {
  background: #609484;
  padding: 20px 39px 20px 54px;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  width: 305px;
}

.btn-qa-text {
  font-size: 16px;
  letter-spacing: 0.64px;
}

.arrow-qa {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 11.25px;
}

/* セクションタイトル
-----------------------------------------------*/
.section__heading {
  font-size: 24px;
  letter-spacing: 0.96px;
  text-align: center;
}

.section__title-ja {
  font-weight: 700;
  position: relative;
}
.section__title-ja::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 1px;
  background: #565956;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.section__title-en {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  margin-top: 32px;
}

/* カード
-----------------------------------------------*/
.reason-card__tag {
  padding: 4px 12px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: #948260;
  color: #fff;
  max-width: 147px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.reason-card__img {
  text-align: center;
}
.reason-card__img img {
  width: 50%;
}
@media screen and (min-width: 768px) {
  .reason-card__img img {
    width: 100%;
  }
}

.reason-card__text {
  letter-spacing: 0.64px;
  max-width: 168px;
  width: 100%;
  margin-inline: auto;
  text-align: center;
}

.voice-card {
  width: 100%;
  position: relative;
}

.voice-card__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.voice-card__badge-text {
  display: inline-block;
  padding: 8px 16px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  color: #fff;
  background: #609484;
}

.voice-card__img {
  padding-top: 55.9767%;
  overflow: hidden;
  position: relative;
}
.voice-card__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .voice-card__img {
    padding-top: 56.2341%;
  }
}

.voice-card__body {
  background: #F2F4F1;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .voice-card__body {
    padding: 24px 48px;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice-card__title-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.voice-card__title {
  display: inline-block;
  padding: 4px 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
  background: #948260;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.voice-card__title + .voice-card__title {
  margin-top: 8px;
}

.voice-card__text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .voice-card__text {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.voice-card__info {
  margin-top: 16px;
}
@media screen and (min-width: 1440px) {
  .voice-card__info {
    margin-top: 40px;
  }
}

.lineup-card {
  width: 100%;
  margin-inline: auto;
}
.lineup-card:hover {
  cursor: pointer;
}

.lineup-card__img {
  padding-top: 100%;
  overflow: hidden;
  position: relative;
}
.lineup-card__img img {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.lineup-card__body {
  padding: 24px;
  padding-bottom: 1px;
  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);
  border-radius: 0 0 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 150px;
}

.lineup-card__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.lineup-card__detail {
  font-family: "Jost", sans-serif;
  font-weight: 600;
  margin-top: 8px;
}

.feature-card {
  padding: 32px 16px;
  border-radius: 16px;
  -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);
  background: #fff;
  gap: 82px;
}
@media screen and (min-width: 768px) {
  .feature-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 106px;
  }
}
@media screen and (min-width: 1180px) {
  .feature-card {
    padding: 33px 106px 34px 106px;
  }
}

.feature-card__img {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .feature-card__img {
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .feature-card__img {
    width: 46%;
  }
}

.feature-card__body {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .feature-card__body {
    margin-top: 0;
    width: calc(100% - 40px);
  }
}
@media screen and (min-width: 1440px) {
  .feature-card__body {
    width: 46%;
  }
}

.feature-card__tag {
  display: inline-block;
  background: #948260;
  padding: 4px 16px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
}

.feature-card__title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  margin-top: 12px;
}
.feature-card__title::first-letter {
  font-size: 24px;
  letter-spacing: 0.96px;
  color: #948260;
}
@media screen and (min-width: 768px) {
  .feature-card__title {
    margin-top: 10px;
  }
}

.feature-card__text {
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .feature-card__text {
    margin-top: 11px;
  }
}

.use-card__heading {
  font-weight: 700;
  margin-top: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .use-card__heading {
    margin-top: 28px;
  }
}

.use-card__number {
  color: #609484;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  letter-spacing: 0.96px;
  font-weight: 600;
}

.use-card__title {
  font-size: 20px;
  letter-spacing: 0.8px;
  margin-left: 24px;
  font-weight: 700;
}

.use-card__text {
  margin-top: 12px;
}

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

/*==============================================
#header
===============================================*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  z-index: 20;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .header {
    height: 69.5px;
    padding: 0 130px;
  }
}

.header-wrap {
  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;
  height: inherit;
}

.header-logo {
  width: 52px;
}
@media screen and (min-width: 768px) {
  .header-logo {
    width: 113px;
  }
}

.header-logo__link {
  display: inline-block;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.header-logo__link:hover {
  opacity: 0.7;
}

.header-nav {
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-nav {
    margin-left: auto;
  }
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 11px;
  height: inherit;
}
@media screen and (min-width: 768px) {
  .header-list {
    gap: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .header-list {
    gap: 31.5px;
  }
}

.header-item {
  height: inherit;
  line-height: 48px;
}
@media screen and (min-width: 768px) {
  .header-item {
    line-height: 69.5px;
  }
}
.header-item span {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-weight: 700;
}
.header-item:hover > span {
  color: #B1B6AF;
}

.drawer-arrow {
  position: relative;
  padding-right: 18px;
  padding-left: 9px;
  font-size: 14px;
}
.drawer-arrow::after {
  content: "";
  position: absolute;
  width: 10.4px;
  height: 8.8px;
  background: url(../img/icon_header-arrow.svg) no-repeat center center/contain;
  top: 18px;
  right: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .drawer-arrow::after {
    top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .drawer-arrow {
    padding-right: 20px;
    font-size: 16px;
  }
}
.drawer-arrow:hover {
  cursor: pointer;
}

.drawer-arrow:hover::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.drawer-arrow:hover::after {
  background: url(../img/icon_header-arrow-gray.svg) no-repeat center center/contain;
}

.header-sub__menu {
  background: rgba(86, 89, 86, 0.56);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 48px;
  left: 0;
  padding: 16px;
  padding-top: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  .header-sub__menu {
    top: 69.5px;
    padding: 130px;
    padding-top: 17px;
  }
}

.header-sub__content {
  border-radius: 8px;
  background: #fff;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  .header-sub__content {
    padding: 24px 40px;
  }
}

.header-sub__title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .header-sub__title {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}

.header-sub__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .header-sub__list {
    grid-template-columns: repeat(5, 1fr);
  }
}

.header-sub__link {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.56px;
  display: block;
  padding-bottom: 8px;
  border-bottom: 2px solid #F2F4F1;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
}
.header-sub__link:hover {
  border-bottom: 2px solid #609484;
}
@media screen and (min-width: 768px) {
  .header-sub__link {
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}

.corporation {
  font-weight: 700;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.corporation:hover {
  color: #B1B6AF;
}

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header-btn {
    margin-left: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .header-btn {
    margin-left: 30px;
  }
}
@media screen and (min-width: 1440px) {
  .header-btn {
    margin-left: 23px;
  }
}

.btn-slide {
  width: 24px;
  height: 24px;
}
.btn-slide img {
  width: 100%;
  display: block;
}

.btn-cart {
  margin-left: 16px;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1180px) {
  .btn-cart {
    margin-left: 18px;
    width: 32px;
    height: 32px;
  }
}
.btn-cart img {
  display: block;
}
.btn-cart:hover {
  opacity: 0.7;
}

/** @format */
/*==============================================
#fv
===============================================*/
.fv {
  margin-top: 48px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .fv {
    margin-top: 69.5px;
  }
}

.fv__bg {
  position: relative;
  height: 742px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .fv__bg {
    height: 476px;
  }
}

.fv__bg img,
source {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.fv-inner {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  padding-inline: 16px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .fv-inner {
    left: calc(50% - min(590px, 40.9722222222vw));
    padding-inline: 0;
  }
}

.fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.fv_title-text {
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
  padding: 4px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 374px) {
  .fv_title-text {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .fv_title-text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1180px) {
  .fv_title-text {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}

.fv_title-text2 {
  margin-top: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .fv_title-text2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .fv_title-text2-top {
    padding: 4px 0 4px 24px;
  }
}

.fv_title-text2-bottom {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .fv_title-text2-bottom {
    padding: 4px 24px 4px 0px;
    margin-top: 0;
  }
}

.fv_lead {
  display: inline-block;
  padding: 8px 24px;
  background: #fff;
  margin-top: 24px;
  font-weight: 700;
}
@media screen and (max-width: 374px) {
  .fv_lead {
    font-size: 13px;
  }
}
@media screen and (min-width: 768px) {
  .fv_lead {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

/*==============================================
#cta
===============================================*/
.cta-wrap {
  background: #F2F4F1;
}

.cta {
  padding-block: 56px;
  background: url(../img/bg_cta.jpg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .cta {
    padding-block: 48px;
  }
}

@media screen and (min-width: 1180px) {
  .cta-inner {
    padding-inline: 100px;
  }
}

.cta__content {
  background: #fff;
  padding: 32px 16px;
  border-radius: 16px;
  text-align: center;
  font-weight: 700;
  margin-inline: auto;
  max-width: 719px;
}
@media screen and (min-width: 768px) {
  .cta__content {
    padding: 56px 45px;
    position: relative;
  }
}
@media screen and (min-width: 1180px) {
  .cta__content {
    padding: 56px 64px;
  }
}

@media screen and (min-width: 768px) {
  .cta__tag-wrap {
    position: absolute;
    top: 25.98px;
    right: calc(50% + 184.22px);
    -webkit-transform: rotate(-29.317deg);
            transform: rotate(-29.317deg);
  }
}
@media screen and (min-width: 1440px) {
  .cta__tag-wrap {
    position: absolute;
    top: 45px;
    right: calc(50% + 190px);
    -webkit-transform: rotate(-29.317deg);
            transform: rotate(-29.317deg);
  }
}

.cta__tag {
  display: inline-block;
  color: #fff;
  background: #565956;
  padding-inline: 16px;
}

.cta__lead {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .cta__lead {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.96px;
  }
}

.cta__title {
  font-size: 28px;
  letter-spacing: 1.12px;
  margin-top: 8px;
  font-weight: 700;
}

.cta__list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .cta__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
  }
}

.cta__item {
  color: #fff;
  background: #565956;
  padding: 16px 12px;
  border-radius: 16px;
  max-width: 311px;
  margin: 0 auto;
}
.cta__item + .cta__item {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .cta__item + .cta__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .cta__item {
    width: calc((100% - 16px) / 3);
  }
}

@media screen and (min-width: 768px) {
  .cta__bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 56px;
    gap: 40px;
  }
}

.cta__step {
  font-size: 20px;
  letter-spacing: 0.8px;
  color: #565956;
  background: #F2F4F1;
  padding: 15px 40px;
  max-width: 260px;
  margin: 24px auto 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .cta__step {
    margin: auto 0;
  }
}
.cta__step::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 19px solid #F2F4F1;
  border-bottom: 0;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .cta__step::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 29px solid #f2f4f1;
    border-right: 0;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.cta__btn-wrap {
  margin-top: 30px;
  margin-inline: auto;
  max-width: 311px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta__btn-wrap {
    max-width: 233px;
    margin: 0;
  }
}

/*==============================================
#realization
===============================================*/
.realization {
  padding-block: 88px 86px;
}
@media screen and (min-width: 768px) {
  .realization {
    padding-block: 88px;
  }
}

.realization__content {
  margin-top: 64px;
}

@media screen and (min-width: 768px) {
  .realization__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 1180px;
    margin-inline: auto;
    gap: 24px;
  }
}
@media screen and (min-width: 1440px) {
  .realization__list {
    gap: 86px;
  }
}

.realization__item {
  width: 100%;
}
.realization__item + .realization__item {
  margin-top: 29px;
}
@media screen and (min-width: 768px) {
  .realization__item + .realization__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .realization__item {
    width: calc(20% - 19.2px);
  }
}

/*==============================================
#breakthrough
===============================================*/
.breakthrough {
  background: url(../img/bg_breakthrough-sp.png) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .breakthrough {
    background: url(../img/pc/bg_breakthrough-pc.png) no-repeat center center/cover;
  }
}

.breakthrough-inner {
  padding: 18px 16px;
}

.breakthrough-heading {
  text-align: center;
  position: relative;
}
.breakthrough-heading::before {
  content: "";
  position: absolute;
  width: 56px;
  height: 73.309px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% + 113px);
  background: url(../img/img_breakthrough-leaf_left.png) no-repeat center center/cover;
}
@media screen and (max-width: 374px) {
  .breakthrough-heading::before {
    right: calc(50% + 100px);
  }
}
@media screen and (min-width: 768px) {
  .breakthrough-heading::before {
    width: 158px;
    height: 203px;
    right: calc(50% + 221px);
  }
}
.breakthrough-heading::after {
  content: "";
  position: absolute;
  width: 56px;
  height: 73.309px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% + 113px);
  background: url(../img/img_breakthrough-leaf_right.png) no-repeat center center/cover;
}
@media screen and (max-width: 374px) {
  .breakthrough-heading::after {
    left: calc(50% + 100px);
  }
}
@media screen and (min-width: 768px) {
  .breakthrough-heading::after {
    width: 158px;
    height: 203px;
    left: calc(50% + 221px);
  }
}

.breakthrough__lead {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .breakthrough__lead {
    font-size: 24px;
    letter-spacing: 0.96px;
    margin-top: 53.5px;
  }
}
@media screen and (min-width: 1440px) {
  .breakthrough__lead {
    margin-top: 37.5px;
  }
}

.breakthrough__title {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.28px;
}
@media screen and (min-width: 768px) {
  .breakthrough__title {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}

/*==============================================
#voice
===============================================*/
.voice {
  padding-block: 55px;
}
@media screen and (min-width: 768px) {
  .voice {
    padding-block: 123px;
  }
}
@media screen and (min-width: 1440px) {
  .voice {
    padding-bottom: 88px;
  }
}

.voice__list {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .voice__list {
    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: 1180px) {
  .voice__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

@media screen and (min-width: 768px) {
  .voice__item {
    margin-inline: auto;
    width: 60%;
  }
}
@media screen and (min-width: 1180px) {
  .voice__item {
    width: 33.3333333333%;
  }
}

.voice-card .bg-white {
  background: #fff;
}

/*==============================================
#solution
===============================================*/
.solution {
  padding-block: 58px 112px;
  background: url(../img/bg_solution-sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .solution {
    padding-block: 88px 112px;
    background: url(../img/pc/bg_solution-pc.jpg) no-repeat center center/cover;
  }
}
@media screen and (min-width: 1440px) {
  .solution {
    padding-block: 88px 112px;
    padding-bottom: 115px;
  }
}

.solution__content {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .solution__content {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1440px) {
  .solution__content {
    margin-top: 66px;
  }
}

.solution__item {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
  padding: 76px 50px 28px;
  background: #fff;
  border-radius: 32px;
  margin-top: 24px;
  position: relative;
}
.solution__item::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  top: 28px;
  left: 50px;
  background: url(../img/icon_solution.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .solution__item {
    padding: 28px 50px 28px 114px;
    margin-top: 25px;
  }
  .solution__item::before {
    top: 28px;
    left: 50px;
  }
}

.solution__item-flex {
  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: 768px) {
  .solution__item-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: 24px;
  }
}

.solution__item--short {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .solution__item--short {
    width: calc((100% - 24px) / 2);
  }
}

/*==============================================
#introduction scene1
===============================================*/
.introduction {
  padding-top: 240px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .introduction {
    padding-top: 140px;
  }
}
@media screen and (min-width: 1440px) {
  .introduction {
    padding-top: 0;
  }
}

.introduction-bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #fff), color-stop(0, #F2F4F1), to(#F2F4F1));
  background: linear-gradient(#fff 42%, #F2F4F1 0, #F2F4F1 100%);
}
@media screen and (min-width: 1440px) {
  .introduction-bg {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(13%, #fff), color-stop(0, #F2F4F1), to(#F2F4F1));
    background: linear-gradient(#fff 13%, #F2F4F1 0, #F2F4F1 100%);
  }
}

.introduction__lead-wrap {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
  background: #609484;
  padding: 30px 24px;
  max-width: 308px;
  width: 100%;
  text-align: center;
  margin-inline: auto;
  margin-top: -300px;
  position: relative;
}
@media screen and (max-width: 374px) {
  .introduction__lead-wrap {
    width: 80%;
  }
}
@media screen and (min-width: 768px) {
  .introduction__lead-wrap {
    font-size: 24px;
    letter-spacing: 0.96px;
    padding: 30px 46px;
    max-width: 1115px;
    top: -15.5px;
    width: 80%;
    margin-top: 0;
  }
}
.introduction__lead-wrap::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 1px;
  background: #609484;
  bottom: 13.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .introduction__lead-wrap::before {
    width: 84px;
    height: 3px;
    bottom: 8px;
  }
}
.introduction__lead-wrap::after {
  content: "";
  position: absolute;
  width: calc(100% + 35px);
  height: calc(100% - 27px);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1px solid #565956;
}
@media screen and (min-width: 768px) {
  .introduction__lead-wrap::after {
    width: calc(100% + 67px);
    height: calc(100% - 18px);
  }
}

.introduction__lead {
  position: relative;
}
.introduction__lead::before {
  content: "";
  position: absolute;
  width: 88px;
  height: 1px;
  background: #565956;
  bottom: -60px;
  left: 36%;
  -webkit-transform: rotate(95deg);
          transform: rotate(95deg);
}
@media screen and (min-width: 768px) {
  .introduction__lead::before {
    width: 68px;
    bottom: -50px;
    left: 49.5%;
    -webkit-transform: rotate(119deg);
            transform: rotate(119deg);
  }
}
@media screen and (min-width: 1440px) {
  .introduction__lead::before {
    width: 50px;
    bottom: -43px;
    left: 50.5%;
  }
}

.introduction__heading {
  padding-top: 116px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (min-width: 1440px) {
  .introduction__heading {
    padding-top: 44px;
  }
}

.introduction-inner {
  margin-top: 40px;
  position: relative;
}
@media screen and (min-width: 1440px) {
  .introduction-inner {
    margin-top: 93px;
  }
}

.scene-badge {
  font-size: 16px;
  letter-spacing: 0.64px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  position: absolute;
  top: -12.3px;
  left: 29px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .scene-badge {
    font-size: 40px;
    letter-spacing: 1.6px;
    top: -30px;
    left: 39px;
  }
}

.scene__content {
  -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-inline: 16px;
  background: #fff;
  padding-bottom: 32px;
}
@media screen and (min-width: 768px) {
  .scene__content {
    padding: 64px;
    position: relative;
  }
}

@media screen and (min-width: 768px) {
  .scene1__content {
    width: 52.5%;
    margin-top: 48px;
  }
}
@media screen and (min-width: 1180px) {
  .scene1__content {
    padding: 39px 64px 67px;
  }
}

.scene1__title {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.scene__title-text-wrap + .scene__title-text-wrap {
  margin-top: 8px;
}

.scene1__title-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #fff;
  background: #948260;
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 1440px) {
  .scene1__title-text {
    padding: 4px 8px;
  }
}

.scene1__title-bottom {
  margin-top: 8px;
}
@media screen and (min-width: 1180px) {
  .scene1__title-bottom {
    margin-left: -5px;
  }
}
@media screen and (min-width: 1440px) {
  .scene1__title-bottom {
    margin-left: 0;
  }
}

.scene1__sub-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .scene1__sub-title {
    margin-right: 30px;
  }
}

.scene1__sub-title2 {
  margin-top: 47px;
}

.scene1__sub-title:after {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #565956;
  content: "";
}

.scene1__text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .scene1__text {
    margin-right: 30px;
  }
}

.pic-men {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .pic-men {
    position: absolute;
    width: 200px;
    left: 97%;
    top: 110px;
  }
}
@media screen and (min-width: 1180px) {
  .pic-men {
    position: absolute;
    width: 250px;
    left: 97%;
  }
}
@media screen and (min-width: 1440px) {
  .pic-men {
    position: absolute;
    width: 283.46px;
    left: calc(100% - 50px);
  }
}

.pic-speaker {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .pic-speaker {
    position: absolute;
    width: 200px;
    left: 140%;
    top: 285px;
  }
}
@media screen and (min-width: 1180px) {
  .pic-speaker {
    position: absolute;
    width: 250px;
    left: 148%;
    top: 200px;
  }
}
@media screen and (min-width: 1440px) {
  .pic-speaker {
    position: absolute;
    width: 299.761px;
    left: calc(100% + 262px);
    top: 22px;
  }
}

/*==============================================
#lineup1
===============================================*/
.lineup1 {
  padding-top: 80px;
  padding-bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(81%, #F2F4F1), color-stop(0, #fff), to(#fff));
  background: linear-gradient(#F2F4F1 81%, #fff 0, #fff 100%);
}
@media screen and (min-width: 1440px) {
  .lineup1 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #F2F4F1), color-stop(0, #fff), to(#fff));
    background: linear-gradient(#F2F4F1 72%, #fff 0, #fff 100%);
    padding-top: 80px;
    padding-bottom: 28px;
  }
}

.lineup-inner {
  max-width: 988px;
  padding-inline: 37px;
}
@media screen and (min-width: 768px) {
  .lineup-inner {
    padding-inline: 16px;
  }
}
@media screen and (min-width: 1440px) {
  .lineup-inner {
    padding-inline: 0px;
    max-width: 1000px;
  }
}

.lineup-title {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  position: relative;
}
.lineup-title::before {
  content: "";
  position: absolute;
  width: 9.7667%;
  height: 1px;
  top: 50%;
  left: -7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #565956;
}
@media screen and (min-width: 768px) {
  .lineup-title::before {
    width: 24.2914%;
    left: 0%;
  }
}
.lineup-title::after {
  content: "";
  position: absolute;
  width: 9.7667%;
  height: 1px;
  top: 50%;
  right: -7%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #565956;
}
@media screen and (min-width: 768px) {
  .lineup-title::after {
    width: 24.2914%;
    right: 0%;
  }
}

.lineup-subtitle {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #B1B6AF;
  text-align: center;
  margin-top: 8px;
}

.lineup-list {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .lineup-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 49px;
  }
}

@media screen and (min-width: 768px) {
  .lineup-item {
    width: calc((100% - 98px) / 3);
  }
}
.lineup-item + .lineup-item {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .lineup-item + .lineup-item {
    margin-top: 0;
  }
}

.lineup2 {
  padding-top: 82px;
  padding-bottom: 56px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #F2F4F1), color-stop(0, #fff), to(#fff));
  background: linear-gradient(#F2F4F1 61%, #fff 0, #fff 100%);
}
@media screen and (min-width: 1440px) {
  .lineup2 {
    padding-top: 78px;
    padding-bottom: 110px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61%, #F2F4F1), color-stop(0, #fff), to(#fff));
    background: linear-gradient(#F2F4F1 61%, #fff 0, #fff 100%);
  }
}

/*==============================================
#scene2
===============================================*/
.scene2 {
  margin-top: 76px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(0, #F2F4F1), to(#F2F4F1));
  background: linear-gradient(#fff 70%, #F2F4F1 0, #F2F4F1 100%);
}
@media screen and (min-width: 768px) {
  .scene2 {
    margin-top: 135px;
  }
}
@media screen and (min-width: 1440px) {
  .scene2 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%, #fff), color-stop(0, #F2F4F1), to(#F2F4F1));
    background: linear-gradient(#fff 15%, #F2F4F1 0, #F2F4F1 100%);
  }
}

.scene2-inner {
  position: relative;
}

.scene2-img {
  position: relative;
}

@media screen and (min-width: 768px) {
  .scene2__content {
    margin-left: auto;
    width: 50%;
    margin-top: 46px;
  }
}
@media screen and (min-width: 1440px) {
  .scene2__content {
    padding: 56px 64px 52px;
  }
}

.scene2__title {
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .scene2__title {
    margin-top: 0;
  }
}

.scene2__title-text-wrap + .scene2__title-text-wrap {
  margin-top: 8px;
}

.scene2__title-text {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #fff;
  background: #948260;
  padding: 4px 8px;
}

.scene2__sub-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 35px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.scene2__sub-title2 {
  margin-top: 47px;
}
@media screen and (min-width: 768px) {
  .scene2__sub-title2 {
    margin-top: 35px;
  }
}

.scene2__sub-title:after {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background-color: #565956;
  content: "";
}

.scene2__text {
  margin-top: 16px;
  padding-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .pic-2 {
    position: absolute;
    width: 200px;
    right: 97%;
    top: 110px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .pic-2 {
    position: absolute;
    width: 250px;
    right: 97%;
    bottom: 52px;
  }
}
@media screen and (min-width: 1440px) {
  .pic-2 {
    position: absolute;
    width: 284px;
    height: 366px;
    right: calc(100% + 306px);
  }
}

@media screen and (min-width: 768px) {
  .pic-3 {
    position: absolute;
    width: 200px;
    right: 140%;
    top: 25px;
    margin-top: 16px;
  }
}
@media screen and (min-width: 1180px) {
  .pic-3 {
    position: absolute;
    width: 250px;
    right: 148%;
    top: 25px;
  }
}
@media screen and (min-width: 1440px) {
  .pic-3 {
    position: absolute;
    width: 299px;
    height: 365px;
    right: calc(100% - 20px);
  }
}

/*==============================================
#features
===============================================*/
.features {
  padding-block: 56px;
  background: url(../img/bg_features.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .features {
    padding-block: 80px;
  }
}

.features-list {
  margin-top: 52px;
}

.features-item + .features-item {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .features-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .features-item:nth-child(even) .feature-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .feature-card__img {
    width: 48%;
  }
}

@media screen and (min-width: 768px) {
  .feature-card__body {
    width: 48%;
  }
}

/*==============================================
#use
===============================================*/
.use {
  padding-block: 56px;
}
@media screen and (min-width: 768px) {
  .use {
    padding-block: 88px;
  }
}
@media screen and (min-width: 1440px) {
  .use {
    padding-block: 85px;
    padding-bottom: 88px;
  }
}

.use__heading {
  padding-inline: 60px;
}

@media screen and (min-width: 768px) {
  .use-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 36px;
    margin-top: 64px;
  }
}

.use-item {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .use-item {
    margin-top: 0;
  }
}

/*==============================================
#faq
===============================================*/
.faq {
  padding-block: 54px;
}
@media screen and (min-width: 768px) {
  .faq {
    padding-block: 88px;
  }
}

.faq__content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .faq__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 64px;
    gap: 24px;
  }
}

.faq__column {
  display: contents;
  width: 590px;
}
@media screen and (min-width: 768px) {
  .faq__column {
    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;
  }
}

.faq__box {
  font-weight: 500;
}
.faq__box.is-open .faq__head-text::after {
  background: url(../img/icon_faq-minus.png) no-repeat center center/cover;
}
.faq__box.is-open .faq__head {
  border-bottom: 1px solid transparent;
}

.item1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.item2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.item3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.item4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.item5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

@media screen and (min-width: 768px) {
  .item1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .item2 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .item3 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .item4 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .item5 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.faq__head {
  padding-bottom: 24px;
  border-bottom: 1px solid #565956;
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.faq-text {
  display: block;
  -moz-text-align-last: left;
       text-align-last: left;
  padding-left: 38px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .faq-text {
    padding-left: 60px;
  }
}

.faq__head-text {
  padding-right: 60px;
}
.faq__head-text::before {
  content: "Q";
  position: absolute;
  width: 14px;
  height: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1%;
  color: #948260;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .faq__head-text::before {
    left: 22px;
  }
}
.faq__head-text::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background: url(../img/icon_faq-plus.png) no-repeat center center/cover;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 1%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .faq__head-text::after {
    right: 23px;
  }
}

.faq__body {
  margin-top: 24px;
  padding-right: 22px;
  display: none;
}

.faq__body-text {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
.faq__body-text::before {
  content: "A";
  position: absolute;
  width: 12px;
  height: 23px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  color: #948260;
}
@media screen and (min-width: 768px) {
  .faq__body-text::before {
    top: 8px;
    left: 20px;
  }
}

.faq__btn {
  margin-top: 35px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .faq__btn {
    margin-top: 63px;
  }
}

.btn-qa {
  margin: 0 auto;
}

/*==============================================
#footer
===============================================*/
.footer {
  background: #565956;
  color: #fff;
  padding-block: 34px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-block: 53px 32px;
  }
}

@media screen and (min-width: 768px) {
  .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-nav + .footer-nav {
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .footer-nav + .footer-nav {
    margin-top: 0;
  }
}

.footer-nav-title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.8px;
  position: relative;
}
.footer-nav-title::before {
  content: "";
  position: absolute;
  width: 72.028px;
  height: 1px;
  background-color: #fff;
  bottom: -8px;
  left: 0;
}

.footer-nav__list {
  margin-top: 24px;
}

.footer-nav__item + .footer-nav__item {
  margin-top: 8px;
}

.footer-nav__link {
  font-weight: 500;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.footer-nav__link:hover {
  opacity: 0.56;
}

.footer__sns-list {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__sns-item {
  width: 32px;
  height: 32px;
}

.footer__sns-link {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  padding: 2px;
}
.footer__sns-link:hover {
  opacity: 0.56;
}

.fa-brands {
  font-size: 30px;
}

.footer__note {
  margin-top: 72px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
}

.footer__copyright {
  margin-top: 16px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
}