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

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

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

.heading {
  text-align: center;
}

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

.heading__en {
  margin-top: 32px;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
}

.button {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  padding: 7px 24px;
  border: 1px solid #565956;
  border-radius: 20px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.button:hover {
  background-color: #565956;
  color: #fff;
  cursor: pointer;
}
.button--type2 {
  width: 100%;
  max-width: 320px;
  padding: 19px 20px 19px 62px;
  border-radius: 16px;
  font-size: 20px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #fff;
  background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
  border: 1px solid #609484;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 375px) {
  .button--type2 {
    padding: 19px 10px 19px 50px;
  }
}
@media screen and (min-width: 768px) {
  .button--type2 {
    width: 233px;
    padding: 20px 14px 19px;
    text-align: center;
  }
}
.button--type2 img {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  margin-left: 10px;
  vertical-align: text-top;
}
.button--type2:hover {
  background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
  opacity: 0.56;
  cursor: pointer;
}
.button--type3 {
  min-width: 150px;
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.64px;
  background: #609484;
  border-radius: 40px;
  color: #fff;
  padding: 20px 40px 20px 56px;
  border: 1px solid #609484;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 375px) {
  .button--type3 {
    padding: 20px 20px 20px 36px;
  }
}
.button--type3 img {
  display: inline-block;
  width: 11.25px;
  height: 14.999px;
  margin-left: 43px;
  margin-bottom: 4px;
}
.button--type3:hover {
  background: #609484;
  opacity: 0.56;
  cursor: pointer;
}

.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
}

.header__inner {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1040px) {
  .header__inner {
    max-width: 1240px;
    height: 69.5px;
    margin: 0 auto;
  }
}

.header__logo a img {
  display: block;
  width: 52px;
  height: 21px;
}
@media screen and (min-width: 1040px) {
  .header__logo a img {
    width: 113px;
    height: 45.5px;
  }
}

.header__nav {
  margin-top: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1040px) {
  .header__nav {
    margin-left: auto;
    gap: 31px;
  }
}

.header__category {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1040px) {
  .header__category {
    gap: 32px;
  }
}

.header__menu {
  height: inherit;
}

.header__menu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  width: 50px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
}
@media screen and (min-width: 1040px) {
  .header__menu-link {
    width: 57px;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.header__menu-link::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  top: 15px;
  right: 0;
  background: url(../img/triangle-down.svg) no-repeat center center/contain;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
}
@media screen and (min-width: 1040px) {
  .header__menu-link::after {
    top: 26px;
  }
}
.header__menu-link.is-checked {
  color: #b1b6af;
}
.header__menu-link.is-checked::after {
  background: url(../img/triangle-up.svg) no-repeat center center/contain;
}

.header__menu-list {
  position: absolute;
  content: "";
  padding: 8px 16px 0;
  width: 100%;
  height: 100vh;
  top: 48px;
  left: 0;
  background: rgba(86, 89, 86, 0.56);
  z-index: 20;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (min-width: 1040px) {
  .header__menu-list {
    padding: 17px 16px 0;
    top: 69.5px;
  }
}
.header__menu-list.is-checked {
  visibility: visible;
  opacity: 1;
}

.drawer-content {
  letter-spacing: 0.64px;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  max-height: calc(100dvh - 48px - 12px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  .drawer-content {
    max-width: 1180px;
    width: calc(100% - 110px);
    margin-top: 4px;
    padding: 24px 40px;
    font-size: 20px;
    letter-spacing: 0.8px;
    max-height: calc(100dvh - 69.5px - 34px);
  }
}

.drawer-content__menu {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}
@media screen and (min-width: 768px) {
  .drawer-content__menu {
    grid-template-columns: repeat(auto-fit, minmax(192px, 1fr));
    row-gap: 48px;
  }
}

.drawer-content__link {
  display: block;
  height: 29px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .drawer-content__link {
    height: 32px;
    font-size: 16px;
    letter-spacing: 0.64px;
  }
}
.drawer-content__link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #f2f4f1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.drawer-content__link:hover::after, .drawer-content__link.is-active::after {
  background-color: #609484;
  cursor: pointer;
}

.header__corporation {
  display: none;
}
@media screen and (min-width: 1040px) {
  .header__corporation {
    display: block;
  }
}
.header__corporation a {
  display: inline-block;
  font-weight: 700;
  letter-spacing: 0.64px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__corporation a:hover {
  opacity: 0.6;
  cursor: pointer;
}

.header__button {
  display: none;
}
@media screen and (min-width: 1040px) {
  .header__button {
    display: block;
  }
}

.header__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (min-width: 1040px) {
  .header__icons {
    gap: 0;
    margin-left: 39px;
  }
}

@media screen and (min-width: 1040px) {
  .header__logout {
    display: none;
  }
}
.header__logout img {
  display: block;
  width: 24px;
  height: 24px;
}

.header__cart a img {
  display: block;
  width: 24px;
  height: 24px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1040px) {
  .header__cart a img {
    width: 32px;
    height: 32px;
  }
}
.header__cart a img:hover {
  opacity: 0.6;
  cursor: pointer;
}

.fv {
  position: relative;
  margin-top: 48px;
}
@media screen and (min-width: 1040px) {
  .fv {
    margin-top: 69.5px;
  }
}

.fv__image img {
  width: 100%;
  height: 741px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 55.7%;
     object-position: 55.7%;
}
@media screen and (min-width: 1040px) {
  .fv__image img {
    height: 476px;
  }
}

.fv__item {
  position: absolute;
  top: 256px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .fv__item {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1040px) {
  .fv__item {
    top: 128px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__item {
    right: calc(50% - 100px);
  }
}
@media screen and (min-width: 1440px) {
  .fv__item {
    right: calc(50% - 70px);
  }
}

.fv__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  padding: 4px 24px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 375px) {
  .fv__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__text {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
.fv__text:nth-child(2) {
  display: none;
}
@media screen and (min-width: 768px) {
  .fv__text:nth-child(2) {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .fv__text:nth-child(3), .fv__text:nth-child(4) {
    display: none;
  }
}
.fv__text:nth-child(5) {
  margin-top: 16px;
  padding: 8px 24px;
  font-size: 16px;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 375px) {
  .fv__text:nth-child(5) {
    font-size: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .fv__text:nth-child(5) {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.cta {
  background-color: #f2f4f1;
}

.cta__inner {
  padding: 57px 16px 56px;
}
@media screen and (min-width: 768px) {
  .cta__inner {
    padding: 48px 16px;
    background: url(../img/cta-bg.png) no-repeat top center/1440px 500px;
  }
}

.cta__content {
  padding: 32px 16px;
  background-color: #fff;
  border-radius: 16px;
  text-align: center;
  position: relative;
}
.is-type2 .cta__content {
  padding: 31px 16px;
}
@media screen and (min-width: 768px) {
  .is-type2 .cta__content {
    padding: 56px 20px;
  }
}
@media screen and (min-width: 768px) {
  .cta__content {
    margin: 0 auto;
    padding: 56px 20px;
    width: 719px;
  }
}

.cta__text {
  font-weight: 700;
  letter-spacing: 0.64px;
}
.cta__text:nth-child(1) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 16px;
  color: #fff;
  background-color: #565956;
}
@media screen and (min-width: 768px) {
  .cta__text:nth-child(1) {
    position: absolute;
    -webkit-transform: rotate(-29.317deg);
            transform: rotate(-29.317deg);
    top: 45px;
    left: 88px;
  }
}
.cta__text:nth-child(2) {
  margin-top: 8px;
}
@media screen and (max-width: 375px) {
  .cta__text:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .cta__text:nth-child(2) {
    margin-top: 0;
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
.cta__text:nth-child(3) {
  margin-top: 8px;
  font-size: 28px;
  letter-spacing: 1.12px;
}
@media screen and (max-width: 375px) {
  .cta__text:nth-child(3) {
    font-size: 26px;
  }
}

.cta__item {
  max-width: 500px;
  margin: 24px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .cta__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 600px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta__rental {
  padding: 16px 12px;
  color: #fff;
  background-color: #565956;
  font-weight: 700;
  letter-spacing: 0.64px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .cta__rental {
    width: 191.6px;
    padding: 17px 12px 15px;
  }
}

.cta__under {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .cta__under {
    margin-top: 56px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 36px;
  }
}

.cta__step {
  margin: 0 auto;
  width: 260px;
  padding: 15px 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background-color: #f2f4f1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .cta__step {
    margin: 6px 0 0 0;
    padding: 15px;
  }
}
.cta__step::after {
  position: absolute;
  content: "";
  width: 11px;
  height: 19px;
  bottom: -15px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  background: #f2f4f1;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 768px) {
  .cta__step::after {
    width: 29px;
    height: 18px;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-clip-path: polygon(100% 50%, 0 0, 0 100%);
            clip-path: polygon(100% 50%, 0 0, 0 100%);
  }
}

.realization {
  padding: 88px 0;
}

.realization__inner {
  padding: 0 16px;
}

.realization__content {
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .realization__content {
    margin: 64px auto 0;
    padding: 0 16px;
    max-width: 1212px;
  }
}

.realization__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .realization__items {
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.realization__item {
  text-align: center;
}

.realization__item-head {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 4px 24px;
  background: #948260;
}
@media screen and (min-width: 768px) {
  .realization__item-head {
    padding: 4px 14px;
  }
}
@media screen and (min-width: 1200px) {
  .realization__item-head {
    padding: 4px 24px;
  }
}

.realization__item-image img {
  width: 168px;
  height: 168px;
}
@media screen and (min-width: 768px) {
  .realization__item-image img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .realization__item-image img {
    width: 168px;
    height: 168px;
  }
}

.realization__item-text {
  margin: 0 auto;
  width: 168px;
  font-weight: 500;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .realization__item-text {
    width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .realization__item-text {
    width: 168px;
  }
}

.authority {
  background: url(../img/img_background.png) no-repeat center center/200%;
  padding-top: 18px;
  height: 110px;
}
@media screen and (min-width: 768px) {
  .authority {
    background: url(../img/img_background.png) no-repeat center center/cover;
    height: 210px;
  }
}

.authority__inner {
  padding: 0 16px;
  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: 16px;
}
@media screen and (min-width: 768px) {
  .authority__inner {
    gap: 0;
  }
}

.authority__left img {
  width: 56px;
  height: 71.556px;
}
@media screen and (min-width: 768px) {
  .authority__left img {
    width: 158px;
    height: 203px;
  }
}

.authority__right img {
  width: 56px;
  height: 71.556px;
}
@media screen and (min-width: 768px) {
  .authority__right img {
    width: 158px;
    height: 203px;
  }
}

.authority__text {
  text-align: center;
}
.authority__text span {
  display: block;
  font-weight: 700;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 375px) {
  .authority__text span {
    font-size: 11px;
  }
}
@media screen and (min-width: 768px) {
  .authority__text span {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
.authority__text span:nth-child(2) {
  font-size: 32px;
  letter-spacing: 1.28px;
}
@media screen and (max-width: 375px) {
  .authority__text span:nth-child(2) {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  .authority__text span:nth-child(2) {
    font-size: 64px;
    letter-spacing: 2.56px;
  }
}

.voice {
  padding: 77px 0 56px;
}
@media screen and (min-width: 768px) {
  .voice {
    padding: 116px 0 88px;
  }
}

.voice__inner {
  padding: 0 16px;
}
.voice__inner .heading .heading__ja {
  margin-right: 5px;
}

.voice__content {
  margin: 64px auto 0;
  max-width: 686px;
}
@media screen and (min-width: 768px) {
  .voice__content {
    max-width: 1180px;
  }
}

.voice__items {
  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) {
  .voice__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.voice__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.voice__item:nth-child(1) .voice__item-body {
  padding: 25px 24px 24px 24px;
}
@media screen and (min-width: 1200px) {
  .voice__item:nth-child(1) .voice__item-body {
    padding: 25px 47px 23px 48px;
  }
}
.voice__item:nth-child(2) .voice__item-body {
  background: #fff;
  padding: 25px 24px 23px 24px;
}
@media screen and (min-width: 1200px) {
  .voice__item:nth-child(2) .voice__item-body {
    padding: 25px 47px 23px 48px;
  }
}
.voice__item:nth-child(2) .voice__item-image::after {
  width: 124px;
  background: url(../img/review02.svg) no-repeat center center/contain;
}
.voice__item:nth-child(3) .voice__item-image::after {
  width: 124px;
  background: url(../img/review03.svg) no-repeat center center/contain;
}

.voice__item-image {
  position: relative;
}
.voice__item-image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 686px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 343/192;
}
@media screen and (min-width: 1200px) {
  .voice__item-image img {
    width: 393px;
    aspect-ratio: 393/221;
  }
}
.voice__item-image::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 122px;
  height: 40px;
  background: url(../img/review01.svg) no-repeat center center/contain;
}

.voice__item-body {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background: #f2f4f1;
}
@media screen and (min-width: 1200px) {
  .voice__item-body {
    padding: 25px 47px 23px 48px;
  }
}

.voice__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.voice__item-head span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 4px 10px;
  background: #948260;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
@media screen and (max-width: 375px) {
  .voice__item-head span {
    font-size: 16px;
  }
}

.voice__item-text {
  letter-spacing: 0.64px;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .voice__item-text {
    font-size: 14px;
  }
}
@media screen and (min-width: 1200px) {
  .voice__item-text {
    height: 240px;
  }
}

.voice__item-name {
  letter-spacing: 0.64px;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .voice__item-name {
    font-size: 14px;
  }
}

.solution {
  background: url(../img/solution-bg.png) no-repeat center top/2470px 1550px;
  padding: 56px 0 112px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .solution {
    background: url(../img/solution-bg.png) no-repeat center 55%/cover;
    padding: 88px 0 112px;
  }
}

.solution__inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .solution__inner {
    padding: 0 20px;
  }
}

.solution__content {
  margin-top: 32px;
}
@media screen and (min-width: 768px) {
  .solution__content {
    margin: 64px auto 0;
    max-width: 1180px;
  }
}

.solution__items {
  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;
}

.solution__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  padding: 28px 50px;
  border-radius: 32px;
  background: #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: 768px) {
  .solution__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px 50px 26px;
  }
}

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

.solution__item-icon img {
  width: 32px;
  height: 32px;
}

.solution__item-text {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.8px;
}

.solution__bottom {
  width: 308px;
  bottom: -123.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #609484;
  padding: 31px 23px 29px 24px;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 375px) {
  .solution__bottom {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .solution__bottom {
    max-width: 1115px;
    width: 85%;
  }
}
@media screen and (min-width: 1200px) {
  .solution__bottom {
    bottom: -81px;
    padding: 30px 26px;
  }
}
.solution__bottom span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #fff;
}
@media screen and (min-width: 1040px) {
  .solution__bottom span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .solution__bottom span {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.solution__bottom-image {
  position: absolute;
  width: 95%;
  top: 13.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .solution__bottom-image {
    width: 90%;
    top: 10px;
  }
}
@media screen and (min-width: 1040px) {
  .solution__bottom-image {
    top: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .solution__bottom-image {
    top: 8px;
  }
}
.solution__bottom-image img {
  max-width: 118%;
  height: 238px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  .solution__bottom-image img {
    height: 150px;
  }
}
@media screen and (min-width: 1040px) {
  .solution__bottom-image img {
    height: 110px;
  }
}
@media screen and (min-width: 1200px) {
  .solution__bottom-image img {
    height: 121px;
  }
}

.introduction {
  padding: 239px 0 56px;
  background: url(../img/introduction-bg-sp01.svg) repeat-x left 884px/375px 1982px;
}
@media screen and (min-width: 768px) {
  .introduction {
    padding: 140px 0 110px;
    background: url(../img/introduction-bg-sp02.svg) repeat-x left 485px/375px 1369px;
  }
}

.introduction__bg {
  background: url(../img/introduction-bg-sp02.svg) repeat-x left 84%/375px 1363px;
}
@media screen and (min-width: 768px) {
  .introduction__bg {
    background: url(../img/introduction-bg-sp02.svg) repeat-x left 92.8%/375px 1369px;
  }
}

.introduction__inner {
  padding: 0 16px;
}

.introduction__content {
  margin: 41px auto 0;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .introduction__content {
    margin: 93px auto 0;
    max-width: 1180px;
  }
}

.introduction__items.is-type2 {
  margin-top: 75px;
}
@media screen and (min-width: 768px) {
  .introduction__items.is-type2 {
    margin-top: 162px;
  }
}

.introduction__mv {
  position: relative;
}
.introduction__mv::after {
  position: absolute;
  content: "SCENE 01";
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
  width: 83px;
  height: 24px;
  top: -11px;
  left: 12px;
}
@media screen and (min-width: 768px) {
  .introduction__mv::after {
    font-size: 40px;
    letter-spacing: 1.6px;
    width: 206px;
    height: 60px;
    top: -30px;
    left: 39px;
  }
}
.is-type2 .introduction__mv::after {
  content: "SCENE 02";
  top: -10px;
}
@media screen and (min-width: 768px) {
  .is-type2 .introduction__mv::after {
    top: -28px;
  }
}

@media screen and (min-width: 768px) {
  .introduction__item-wrapper {
    margin-top: 48px;
    max-width: 1180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .is-type2 .introduction__item-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.introduction__item-box {
  padding: 0 16px 32px 16px;
  background: #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: 768px) {
  .introduction__item-box {
    padding: 64px;
    width: 52.3728813559%;
  }
}
@media screen and (min-width: 1200px) {
  .introduction__item-box {
    max-width: 618px;
    height: 542px;
  }
  .is-type2 .introduction__item-box {
    max-width: 588px;
  }
}

.introduction__label {
  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;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .introduction__label {
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .introduction__label {
    width: 491px;
  }
}
.introduction__label span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  padding: 4px 8px;
  color: #fff;
  background: #948260;
}
@media screen and (min-width: 768px) {
  .introduction__label span {
    font-size: 18px;
  }
}
@media screen and (min-width: 1040px) {
  .introduction__label span {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .introduction__label span:nth-child(1), .introduction__label span:nth-child(2) {
    display: none;
  }
}
.introduction__label span:nth-child(3) {
  display: none;
}
@media screen and (min-width: 1200px) {
  .introduction__label span:nth-child(3) {
    display: block;
  }
}

.introduction__box-title--style {
  position: relative;
  margin-top: 36px;
}
.introduction__box-title--style span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: #fff;
  z-index: 5;
}
.introduction__box-title--style::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
  height: 1px;
  background: #565956;
}

.introduction__box-title--advice {
  position: relative;
  margin-top: 48px;
}
.introduction__box-title--advice span {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: #fff;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .introduction__box-title--advice {
    margin-top: 48px;
  }
}
.introduction__box-title--advice::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  width: 100%;
  height: 1px;
  background: #565956;
}

.introduction__box-text {
  margin-top: 17px;
  font-weight: 500;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .introduction__box-text {
    max-width: 460px;
  }
}

@media screen and (min-width: 768px) {
  .introduction__image {
    position: relative;
    width: 51.6949152542%;
  }
}

.introduction__image-left {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .introduction__image-left {
    position: absolute;
    margin-top: 0;
    bottom: 52px;
    left: -48px;
  }
  .is-type2 .introduction__image-left {
    left: 0;
  }
}
.introduction__image-left img {
  width: 622px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 311/176;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .introduction__image-left img {
    width: 283.46px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 283.4/365.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.introduction__image-right {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .introduction__image-right {
    position: absolute;
    margin-top: 0;
    top: 39px;
    right: 0;
  }
  .is-type2 .introduction__image-right {
    right: -18px;
  }
}
.introduction__image-right img {
  width: 622px;
  max-width: 100%;
  height: auto;
  aspect-ratio: 311/176;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 68%;
     object-position: 50% 68%;
}
@media screen and (min-width: 768px) {
  .introduction__image-right img {
    width: 299.761px;
    max-width: 100%;
    height: auto;
    aspect-ratio: 299.7/365.8;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.introduction__use-title {
  position: relative;
  text-align: center;
  margin-top: 79px;
}
@media screen and (min-width: 768px) {
  .introduction__use-title {
    margin: 80px auto 0;
    max-width: 988px;
  }
}
.introduction__use-title::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 14px;
  left: 0;
  background: #565956;
}
@media screen and (min-width: 1200px) {
  .introduction__use-title::after {
    left: -5px;
  }
}

.introduction__use-title--ja {
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background: #f2f4f1;
  padding: 0 24px;
  z-index: 5;
}
@media screen and (min-width: 1040px) {
  .introduction__use-title--ja {
    margin-right: 10px;
    padding: 0 140px;
  }
}

.introduction__use-title--en {
  display: block;
  margin-top: 8px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #b1b6af;
}
@media screen and (min-width: 1040px) {
  .introduction__use-title--en {
    margin-right: 10px;
  }
}

.introduction__cards {
  margin-top: 24px;
  padding: 0 21.5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .introduction__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 30px;
    max-width: 1041px;
    margin: 24px auto 0;
  }
}
@media screen and (min-width: 1200px) {
  .introduction__cards {
    margin-top: 22px;
    gap: 48px;
  }
}

.introduction__card-image img {
  width: 100%;
  max-width: 600px;
}

.introduction__card-body {
  border-radius: 8px;
  background: #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: 24px 24px 64px 24px;
}
@media screen and (min-width: 768px) {
  .introduction__card-body {
    height: 180px;
  }
}
@media screen and (min-width: 1200px) {
  .introduction__card-body {
    height: 150px;
  }
}

.introduction__card-name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.introduction__card-color {
  margin-top: 8px;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
}

.introduction__card-ja {
  margin-top: 8px;
  font-weight: 700;
  letter-spacing: 0.64px;
}

.features__bg {
  background: url(../img/features-bg.png) no-repeat center bottom/cover;
  padding: 56px 0;
}
@media screen and (min-width: 768px) {
  .features__bg {
    background: url(../img/features-bg.png) no-repeat center bottom/cover;
    padding: 79px 0 81px;
  }
}

.features__inner {
  padding: 0 16px;
}

.features__content {
  margin-top: 52px;
}
@media screen and (min-width: 768px) {
  .features__content {
    max-width: 1180px;
    margin: 52px auto 0;
  }
}

.features__items {
  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;
}

.features__item {
  padding: 32px 16px;
  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;
  border-radius: 16px;
  background: #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: 768px) {
  .features__item:nth-child(2) .features__image img {
    width: 452px;
    height: 244px;
  }
  .features__item:nth-child(2) .features__body {
    margin-left: 8px;
  }
}
.features__item:nth-child(3) {
  gap: 23px;
}
@media screen and (min-width: 768px) {
  .features__item:nth-child(3) {
    gap: 30px;
    padding: 31px 16px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .features__item:nth-child(3) {
    gap: 80px;
  }
}
@media screen and (min-width: 768px) {
  .features__item {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
  }
  .features__item.is-type2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .features__item {
    gap: 80px;
  }
}

.features__image img {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .features__image img {
    width: 446px;
  }
}

.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;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .features__body {
    width: 445px;
  }
}

.features__label {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  padding: 4px 16px;
  background: #948260;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 38px;
}

.features__head {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}
.features__head span {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
  color: #948260;
}

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

.how-to-use {
  padding: 56px 0 55px;
}
@media screen and (min-width: 768px) {
  .how-to-use {
    padding: 88px 0 87px;
  }
}

.how-to-use__inner {
  padding: 0 16px;
}

.how-to-use__content {
  margin: 32px auto 0;
  max-width: 650px;
}
@media screen and (min-width: 768px) {
  .how-to-use__content {
    max-width: 1212px;
    margin: 64px auto 0;
    padding: 0 16px;
  }
}

.how-to-use__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .how-to-use__items {
    -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;
  }
}

.how-to-use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
@media screen and (min-width: 768px) {
  .how-to-use__item:nth-child(4) .how-to-use__body {
    max-width: 267px;
  }
}

.how-to-use__image img {
  display: block;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .how-to-use__image img {
    width: 268px;
  }
}

.how-to-use__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
@media screen and (min-width: 768px) {
  .how-to-use__body {
    max-width: 266px;
    gap: 15px;
  }
}

.how-to-use__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.how-to-use__num {
  display: block;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  color: #609484;
}
@media screen and (min-width: 768px) {
  .how-to-use__num {
    font-family: "Jost", sans-serif;
  }
}

.how-to-use__title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.how-to-use__text {
  font-weight: 500;
  letter-spacing: 0.64px;
}

.qa {
  padding: 57px 0 55px;
}
@media screen and (min-width: 768px) {
  .qa {
    padding: 89px 0 87px;
  }
}

.qa__inner {
  padding: 0 16px;
}

.qa__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;
}
@media screen and (min-width: 768px) {
  .qa__boxes {
    margin: 64px auto 0;
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .qa__boxes {
    max-width: 1184px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 32px;
  }
}

.qa__box:nth-child(2), .qa__box:nth-child(4) {
  margin-top: 24px;
}
@media screen and (min-width: 1200px) {
  .qa__box:nth-child(2), .qa__box:nth-child(4) {
    margin-top: 0;
  }
}
.qa__box:nth-child(3), .qa__box:nth-child(5) {
  margin-top: 32px;
}
@media screen and (min-width: 1200px) {
  .qa__box:nth-child(3), .qa__box:nth-child(5) {
    margin-top: 0;
  }
}

.qa-box.is-open .qa-box__head-text::after {
  background: url(../img/icons_minus.svg) no-repeat center center/contain;
}

.qa-box__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  width: 100%;
  padding-bottom: 23px;
  border-bottom: 1px solid #565956;
}
@media screen and (min-width: 768px) {
  .qa-box__head {
    max-width: 800px;
  }
}
@media screen and (min-width: 1200px) {
  .qa-box__head {
    max-width: 580px;
  }
}

.qa-box__head-icon {
  width: 14px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  color: #948260;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .qa-box__head-icon {
    margin-left: 22px;
  }
}

.qa-box__head-text {
  position: relative;
  display: block;
  width: 100%;
  width: inherit;
  margin-right: 48px;
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.64px;
}
@media screen and (min-width: 1200px) {
  .qa-box__head-text {
    margin-right: 47px;
  }
}
.qa-box__head-text::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -48px;
  background: url(../img/icons_plus.svg) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .qa-box__head-text::after {
    right: -24px;
  }
}

.qa-box__body {
  display: none;
  margin-top: 24px;
}

.qa-box__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.qa-box__a-icon {
  display: block;
  width: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #948260;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  .qa-box__a-icon {
    margin-left: 22px;
  }
}

.qa-box__a-text {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  margin-right: 22px;
}
@media screen and (min-width: 1200px) {
  .qa-box__a-text {
    max-width: 500px;
  }
}

.qa__button {
  margin-top: 32px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .qa__button {
    margin-top: 64px;
  }
}

.footer {
  padding: 32px 0;
  background: #565956;
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 56px 0 32px;
  }
}

.footer__inner {
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .footer__inner {
    max-width: 1244px;
    padding: 0 32px;
    margin: 0 auto;
  }
}

.footer__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 48px;
}
@media screen and (min-width: 768px) {
  .footer__items {
    -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;
  }
}

.footer__title {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  position: relative;
}
.footer__title::after {
  position: absolute;
  content: "";
  width: 72px;
  height: 1px;
  background: #fff;
  bottom: -8px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .footer__title::after {
    bottom: -7px;
  }
}

.footer__nav {
  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;
  gap: 8px;
}

.footer__nav-item a {
  display: block;
  font-weight: 500;
  letter-spacing: 0.64px;
  color: #fff;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__nav-item a:hover {
  opacity: 0.6;
}

.footer__sns {
  margin-top: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.footer__sns a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.footer__sns a:hover {
  opacity: 0.6;
}

.footer__instagram img {
  width: 32px;
  height: 32px;
}

.footer__twitter img {
  width: 32px;
  height: 32px;
}

.footer__facebook img {
  width: 32px;
  height: 32px;
}

.footer__text {
  margin-top: 73px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
  color: #fff;
}

.footer__copyright {
  display: block;
  margin-top: 17px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #fff;
}