@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

a {
  display: block;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #565956;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.64px;
}
body .is-fixed {
  overflow: hidden;
}

.l-head {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1000;
}

.l-footer {
  background: #565956;
  color: #ffffff;
}

.l-inner {
  padding-inline: 16px;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 130px;
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l-inner {
    padding-inline: 40px;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1150px) {
  .l-inner__top {
    padding-inline: 40px;
  }
}

.c-button {
  padding: 20px 55px 20px 15px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(87deg, #698 2.32%, #689 96.4%);
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button {
    max-width: 233px;
    padding: 20px 24px;
    text-align: left;
  }
  .c-button:hover {
    opacity: 0.56;
  }
}
.c-button::before {
  position: absolute;
  content: "";
  background: url(../img/icon-arrow-right.png) no-repeat center center/contain;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: calc(50% - 92px);
}
@media screen and (min-width: 768px) {
  .c-button::before {
    right: calc(50% - 94px);
  }
}

.c-button__member {
  color: #565956;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  padding: 7px 23px;
  border-radius: 99999px;
  border: 1px solid #565956;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__member:hover {
    background: #565956;
    color: #ffffff;
  }
}

.c-button__round {
  padding: 20px 100px 20px 56px;
  border-radius: 99999px;
  background: #609484;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.64px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button__round:hover {
    opacity: 0.56;
  }
}
@media screen and (max-width: 370px) {
  .c-button__round {
    padding: 20px 80px 20px 56px;
  }
}
.c-button__round::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 41px;
  width: 11.25px;
  height: 14.999px;
  background: url(../img/icon-arrow-triangle.png) no-repeat center center/contain;
}

.c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

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

.c-heading__en {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.96px;
}

.c-label {
  padding: 4px 24px;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background: #948260;
}

.p-header__contents {
  padding-block: 9.5px 13.5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-header__contents {
    padding-block: 11.5px 12px;
    gap: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-header__contents {
    gap: 20px;
  }
}

.p-header__logo {
  width: 52px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__logo:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    width: 113px;
  }
}
.p-header__logo img {
  width: 52px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .p-header__logo img {
    width: 113px;
    height: 45.5px;
  }
}

.p-header__nav--menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-header__nav--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .p-header__nav--lists {
    gap: 32px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (min-width: 767px) and (max-width: 900px) {
  .p-header__nav--lists {
    gap: 34px;
  }
}

.p-header__nav--link {
  color: #565956;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .p-header__nav--link {
    font-size: 16px;
  }
}
.p-header__nav--link.is-checked {
  color: #b1b6af;
}
.p-header__nav--link.is-checked.p-header__triangle::before {
  background-image: url(../img/icon-triangle2.png);
}

.p-header__triangle {
  position: relative;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .p-header__triangle {
    padding-right: 25px;
  }
}
.p-header__triangle::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 3px;
  width: 11px;
  height: 11px;
  background: url(../img/icon-triangle.png) no-repeat center center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-header__triangle::before {
    right: 2px;
  }
}

.p-header__button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}

.p-header__button--image {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__button--image:hover {
  opacity: 0.8;
}
.p-header__button--image1 img {
  width: 19.2px;
  height: 16.8px;
}
.p-header__button--image2 img {
  width: 23px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .p-header__button--image2 img {
    width: 32px;
    height: 32px;
  }
}

.drawer-bg-cover {
  opacity: 0;
}
.drawer-bg-cover.is-fixed {
  opacity: 1;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(86, 89, 86, 0.56);
  top: 48.16px;
  left: 0;
  z-index: 998;
}

.p-drawer-content {
  display: none;
  padding: 16px 16px 14px;
  margin-top: 8px;
  width: calc(100% - 32px);
  position: fixed;
  background: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-radius: 8px;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .p-drawer-content {
    margin-top: 17px;
    padding: 24px 40px 18px;
    width: calc(100% - 260px);
  }
}

.p-drawer__nav--title {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav--title {
    font-size: 20px;
  }
}

.p-drawer-content__menu {
  margin-top: 24px;
}

.p-drawer__nav--lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 30px 24px;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav--lists {
    gap: 48px 32px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-drawer__nav--lists {
    gap: 40px 26px;
  }
}

.p-drawer__nav--list {
  width: calc(50% - 12px);
  padding-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.56px;
  border-bottom: 2px solid #f2f4f1;
}
@media screen and (min-width: 768px) {
  .p-drawer__nav--list {
    font-size: 16px;
    width: calc(20% - 28px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-drawer__nav--list {
    width: calc(33.3% - 17.3333333333px);
  }
}
@media screen and (max-width: 345px) {
  .p-drawer__nav--list {
    font-size: 12px;
  }
}
.p-drawer__nav--list:hover {
  border-color: #609484;
}

.js-drawer-link-f span {
  display: inline-block;
}

.p-fv__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 742px;
  -o-object-position: 55.5% 50%;
     object-position: 55.5% 50%;
}
@media screen and (min-width: 768px) {
  .p-fv__image img {
    height: 476px;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}

.p-fv__box {
  position: relative;
  top: -375px;
}
@media screen and (min-width: 768px) {
  .p-fv__box {
    max-width: 1180px;
    margin: 0 auto;
    top: -241px;
  }
}

.p-fv__title {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 16px;
}
@media screen and (min-width: 768px) {
  .p-fv__title {
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .p-fv__title {
    padding-left: 40px;
  }
}

.p-fv__title--main__text {
  display: block;
  padding: 4px 24px;
  background: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fv__title--main__text {
    font-size: 40px;
    letter-spacing: 1.6px;
  }
}
@media screen and (max-width: 370px) {
  .p-fv__title--main__text {
    font-size: 24px;
  }
}
.p-fv__title--main__text + .p-fv__title--main__text {
  margin-top: 8px;
}

.p-fv__title--sub {
  margin-top: 32px;
}
.p-fv__title--sub span {
  padding: 8px 24px;
  background: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 768px) {
  .p-fv__title--sub span {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}
@media screen and (max-width: 370px) {
  .p-fv__title--sub span {
    font-size: 14px;
  }
}

.p-cta {
  background-color: #f2f4f1;
  background: url(../img/img-background-cta.jpg) no-repeat center center/cover;
  padding-block: 56px;
}
@media screen and (min-width: 768px) {
  .p-cta {
    padding-block: 50px 47px;
  }
}

.p-cta__contents {
  border-radius: 16px;
  background: #fff;
  padding: 32px 16px;
}
@media screen and (min-width: 768px) {
  .p-cta__contents {
    max-width: 719px;
    margin: 0 auto;
    padding: 21px 16px 57px;
  }
}

.p-cta__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  position: relative;
  padding-top: 32px;
}
.p-cta__head::before {
  position: absolute;
  content: "今だけ";
  background: #565956;
  color: #ffffff;
  padding: 0 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 700;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .p-cta__head::before {
    left: calc(50% - 271px);
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
    top: 21px;
  }
}

.p-cta__head--sub {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__head--sub {
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.p-cta__head--main {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1.12px;
  text-align: center;
}

.p-cta__body {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 768px) {
  .p-cta__body {
    -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;
  }
}

.p-cta__button {
  padding: 16px 14px;
  border-radius: 16px;
  background: #565956;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.64px;
  text-align: center;
  width: 100%;
  max-width: 311px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cta__button {
    width: 193px;
    padding: 16px 10px;
  }
}

.p-cta__footer {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .p-cta__footer {
    margin-top: 56px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 37.05px;
  }
}

.p-cta__bubble {
  padding: 15px 40px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background: #f2f4f1;
  position: relative;
}
.p-cta__bubble::before {
  position: absolute;
  content: "";
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: solid transparent;
  border-color: rgba(106, 90, 205, 0);
  border-top-width: 12px;
  border-bottom-width: 10px;
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-color: #f2f4f1;
  width: 11px;
  height: 19px;
}
@media screen and (min-width: 768px) {
  .p-cta__bubble::before {
    width: 18px;
    height: 29px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
            transform: translateY(-50%) rotate(-90deg);
    border-top-width: 29px;
    border-bottom-width: 0;
    border-left-width: 9px;
    border-right-width: 9px;
    left: 100%;
    top: 50%;
  }
}

.p-cta__link {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-cta__link {
    width: 233px;
  }
}

.p-benefit {
  padding-block: 88px;
}

.p-benefit__body {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media screen and (min-width: 768px) {
  .p-benefit__body {
    -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;
  }
}
@media screen and (min-width: 768px) and (max-width: 1228px) {
  .p-benefit__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-benefit__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) and (max-width: 1228px) {
  .p-benefit__card {
    width: 30%;
  }
}

.p-benefit__card--image img {
  width: 168px;
  height: 168px;
}

.p-benefit__card--text {
  width: 168px;
  text-align: center;
}

.p-break {
  padding-block: 18px;
  background: url(../img/img-background-break.png) no-repeat center center/cover;
  height: 132px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-break {
    height: 239px;
    padding-block: 53.5px 33.5px;
  }
}
.p-break::before, .p-break::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 56px;
  height: 73.309px;
  background: url(../img/img-leaf_left.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-break::before, .p-break::after {
    width: 158px;
    height: 203px;
  }
}
@media screen and (max-width: 350px) {
  .p-break::before, .p-break::after {
    width: 40px;
    height: 52.225px;
  }
}
.p-break::before {
  left: calc(50% - 170px);
}
@media screen and (min-width: 768px) {
  .p-break::before {
    left: calc(50% - 381px);
  }
}
@media screen and (max-width: 350px) {
  .p-break::before {
    left: calc(50% - 150px);
  }
}
.p-break::after {
  right: calc(50% - 170px);
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
}
@media screen and (min-width: 768px) {
  .p-break::after {
    right: calc(50% - 381px);
  }
}
@media screen and (max-width: 350px) {
  .p-break::after {
    right: calc(50% - 150px);
  }
}

.p-break__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

.p-break__text--main {
  font-family: "Noto Sans JP";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.28px;
}
@media screen and (min-width: 768px) {
  .p-break__text--main {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 2.56px;
  }
}

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

.p-voice__body {
  margin-top: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .p-voice__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-voice__card {
  max-width: 600px;
  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;
  background: #f2f4f1;
}
.p-voice__card:nth-of-type(2) {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-voice__card {
    width: 33.3%;
    max-width: 393px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-voice__card {
    width: 50%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice__card {
    width: 50%;
  }
}

.p-voice__image {
  width: 100%;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
.p-voice__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-voice__image--label {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 8px 16px;
  background: #609484;
  color: #ffffff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
}

.p-voice__wrapper {
  padding: 23.5px;
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-voice__wrapper {
    padding: 24px 47.5px;
    gap: 16px;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1360px) {
  .p-voice__wrapper {
    padding: 24px;
  }
}

.p-voice__title--p {
  padding: 4px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background: #948260;
}
@media screen and (min-width: 1000px) and (max-width: 1360px) {
  .p-voice__title--p {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-voice__title--p {
    font-size: 16px;
  }
}
@media screen and (max-width: 370px) {
  .p-voice__title--p {
    font-size: 16px;
  }
}
.p-voice__title--p + .p-voice__title--p {
  margin-top: 8px;
}

.p-voice__text {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-voice__text {
    margin-top: 0;
    padding-bottom: 24px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-voice__user {
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .p-voice__user {
    margin-top: 0;
  }
}

.p-solution {
  padding-block: 56px 112px;
  background: url(../img/img-background2.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 768px) {
  .p-solution {
    padding-block: 88px 112px;
  }
}

.p-solution__body {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-solution__body {
    margin-top: 64px;
    -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;
  }
}

.p-solution__box {
  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);
  width: 100%;
  padding: 28px 50px;
}
@media screen and (min-width: 768px) {
  .p-solution__box {
    padding: 29px 50px;
  }
}

.p-solution__text {
  padding-top: 48px;
  font-size: 20px;
  letter-spacing: 0.8px;
  position: relative;
}
.p-solution__text span {
  display: inline-block;
}
@media screen and (max-width: 340px) {
  .p-solution__text span {
    display: inline;
  }
}
.p-solution__text::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url(../img/icon-check-circle.png) no-repeat center center/contain;
}
@media screen and (min-width: 768px) {
  .p-solution__text {
    padding-top: 0;
    padding-left: 64px;
  }
}

@media screen and (min-width: 768px) {
  .p-solution__box--half {
    width: calc(50% - 12px);
  }
}

.p-introduce {
  padding-block: 240px 56px;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .p-introduce {
    padding-block: 240px 108px;
  }
}
.p-introduce::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 32.9181199136%;
  top: 14.6819465205%;
  left: 0;
  background: #f2f4f1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-introduce::before {
    height: 34.3797086891%;
    top: 12.1546961326%;
  }
}
.p-introduce::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 22.6374356419%;
  top: 66.5005812988%;
  left: 0;
  background: #f2f4f1;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-introduce::after {
    height: 34.3797086891%;
    top: 58.5886489201%;
  }
}

.p-introduce__head {
  margin-top: -295.5px;
}
@media screen and (min-width: 768px) {
  .p-introduce__head {
    margin-top: -255px;
  }
}

.p-introduce__solution {
  position: relative;
}
.p-introduce__solution::before {
  position: absolute;
  content: "";
  border: 1px solid #565956;
  width: 100%;
  height: calc(100% - 27px);
  top: 13.5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 40;
}
@media screen and (min-width: 768px) {
  .p-introduce__solution::before {
    top: 9.5px;
    height: calc(100% - 19px);
    left: 50%;
  }
}
.p-introduce__solution::after {
  z-index: 50;
  margin-top: 12.5px;
  position: absolute;
  top: 85%;
  left: 49%;
  -webkit-transform: translateX(-50%) skew(-5deg);
          transform: translateX(-50%) skew(-5deg);
  height: 86px;
  width: 25px;
  border-right: 1px solid #565956;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #609484), color-stop(17%, #fff), color-stop(50%, #fff));
  background-image: linear-gradient(180deg, #609484 17%, #fff 17%, #fff 50%);
  content: "";
}
@media screen and (max-width: 321px) {
  .p-introduce__solution::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #609484), color-stop(17%, #fff), color-stop(50%, #fff));
    background-image: linear-gradient(180deg, #609484 17%, #fff 17%, #fff 50%);
    margin-top: 17px;
  }
}
@media screen and (min-width: 384px) and (max-width: 517px) {
  .p-introduce__solution::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17%, #609484), color-stop(17%, #fff), color-stop(50%, #fff));
    background-image: linear-gradient(180deg, #609484 17%, #fff 17%, #fff 50%);
    margin-top: 8px;
  }
}
@media screen and (min-width: 518px) and (max-width: 768px) {
  .p-introduce__solution::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(17.5%, #609484), color-stop(17.5%, #fff), color-stop(50%, #fff));
    background-image: linear-gradient(180deg, #609484 17.5%, #fff 17.5%, #fff 50%);
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1330px) {
  .p-introduce__solution::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.5%, #609484), color-stop(28.5%, #fff), color-stop(50%, #fff));
    background-image: linear-gradient(180deg, #609484 28.5%, #fff 28.5%, #fff 50%);
    margin-top: 8.5px;
  }
}
@media screen and (min-width: 1330px) {
  .p-introduce__solution::after {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(28.5%, #609484), color-stop(28.5%, #fff), color-stop(50%, #fff));
    background-image: linear-gradient(180deg, #609484 28.5%, #fff 28.5%, #fff 50%);
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .p-introduce__solution::after {
    height: 41px;
    width: 80px;
    -webkit-transform: translateX(-50%) skew(-32deg);
            transform: translateX(-50%) skew(-32deg);
    left: 49.6%;
  }
}
.p-introduce__solution p {
  z-index: 30;
  padding: 30px 24px;
  color: #ffffff;
  background: #609484;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
  width: calc(100% - 35px);
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-introduce__solution p {
    width: calc(100% - 63px);
    padding: 31px 24px;
    font-size: 24px;
    letter-spacing: 0.96px;
  }
}

.p-introduce__heading {
  margin-top: 115.5px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-introduce__heading {
    margin-top: 58.5px;
  }
}

.p-introduce__body {
  margin-top: 41.3px;
}
@media screen and (min-width: 768px) {
  .p-introduce__body {
    margin-top: 92.3px;
  }
}

.p-introduce__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 75.63px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-introduce__contents {
    gap: 165.63px;
  }
}

@media screen and (min-width: 768px) {
  .p-introduce__content:nth-of-type(2) .p-introduce__point--wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-introduce__content:nth-of-type(2) .p-introduce__point {
    max-width: 49.8305084746%;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .p-introduce__content:nth-of-type(2) .p-introduce__point--body {
    padding-right: 0;
  }
}

.p-introduce__image {
  position: relative;
}
.p-introduce__image img {
  width: 100%;
}

.p-introduce__image--label {
  position: absolute;
  top: -12.3px;
  left: 12px;
  font-family: Jost;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
}
@media screen and (min-width: 768px) {
  .p-introduce__image--label {
    font-size: 40px;
    letter-spacing: 1.6px;
    top: -30px;
    left: 39px;
  }
}

@media screen and (min-width: 768px) {
  .p-introduce__point--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.p-introduce__point {
  padding: 0 16px 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);
  margin-top: 24px;
}
@media screen and (min-width: 768px) {
  .p-introduce__point {
    margin-top: 48px;
    padding: 64px 64px 50px 64px;
    width: 100%;
    max-width: 52.3728813559%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1310px) {
  .p-introduce__point {
    padding: 48px;
  }
}

@media screen and (min-width: 768px) {
  .p-introduce__point--head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-introduce__point--head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-introduce__point--head__text {
  padding: 4px 8px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.8px;
  background: #948260;
}
@media screen and (min-width: 768px) {
  .p-introduce__point--head__text {
    letter-spacing: 0.96px;
    padding: 4px 0 4px 8px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-introduce__point--head__text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-introduce__point--head__text {
    padding: 4px 8px;
  }
}
.p-introduce__point--head__text + .p-introduce__point--head__text {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-introduce__point--head__text + .p-introduce__point--head__text {
    margin-top: 0;
    margin-left: -1px;
    padding: 4px 8px 4px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1439px) {
  .p-introduce__point--head__text + .p-introduce__point--head__text {
    margin-top: 8px;
    padding: 4px 8px;
  }
}

.p-introduce__point--body {
  margin-top: 35px;
  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) {
  .p-introduce__point--body {
    padding-right: 30px;
    gap: 33px;
  }
}

.p-introduce__point--body__title {
  position: relative;
}
.p-introduce__point--body__title::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 1px;
  width: 100%;
  background: #565956;
  z-index: 1;
}
.p-introduce__point--body__title p {
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 10;
  position: relative;
  padding-right: 24px;
}

.p-introduce__point--body__text {
  margin-top: 16px;
}

.p-introduce__lineup {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  .p-introduce__lineup {
    margin-top: 78px;
  }
}

.p-introduce__lineup--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.p-introduce__lineup--title::before {
  position: absolute;
  top: 15px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #565956;
  z-index: 0;
}
@media screen and (min-width: 768px) {
  .p-introduce__lineup--title::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    max-width: 988px;
  }
}

.p-introduce__lineup--title__main {
  padding-inline: 24px;
  z-index: 10;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
  background: #f2f4f1;
}
.p-introduce__lineup--title__main span {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-introduce__lineup--title__main {
    padding-inline: 136px;
  }
}

.p-introduce__lineup--title__sub {
  color: #b1b6af;
  font-family: Jost;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 10px;
}

.p-introduce__cards {
  margin-top: 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: 49px;
}
@media screen and (min-width: 768px) {
  .p-introduce__cards {
    -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;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1350px) {
  .p-introduce__cards {
    gap: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-introduce__cards {
    gap: 20px;
  }
}

.p-introduce__line--image {
  text-align: center;
}
.p-introduce__line--image img {
  max-width: 300px;
  width: 100%;
}

.p-introduce__texts {
  margin-inline: auto;
  max-width: 300px;
  width: 100%;
  padding: 24px 24px 64px 24px;
  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);
}
@media screen and (min-width: 768px) {
  .p-introduce__texts {
    height: 150px;
    padding: 24px;
  }
}

.p-introduce__name {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.p-introduce__about {
  margin-top: 8px;
  font-family: "Jost", sans-serif, "Noto Sans JP", sans-serif;
  font-weight: 600;
  letter-spacing: 0.64px;
}

.p-introduce__point--body__image {
  margin-top: 16px;
  position: relative;
}
.p-introduce__point--body__image img {
  width: 100%;
  aspect-ratio: 311/176;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .p-introduce__point--body__image img {
    display: none;
  }
}
.p-introduce__point--body__image1 img {
  -o-object-position: 50% 49%;
     object-position: 50% 49%;
}
.p-introduce__point--body__image2 img {
  -o-object-position: 50% 68%;
     object-position: 50% 68%;
}
.p-introduce__point--body__image4 img {
  -o-object-position: 50% 68%;
     object-position: 50% 68%;
}

.p-introduce__point--image__box {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-introduce__point--image__box {
    display: block;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 451px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-introduce__point--image__box {
    margin-top: 100px;
  }
}

.p-introduce__point--image {
  position: absolute;
  content: "";
}
.p-introduce__point--image img {
  width: 100%;
  height: 100%;
}
.p-introduce__point--image1 {
  width: 50.3558718861%;
  aspect-ratio: 283/365;
  top: 38%;
  left: -8%;
}
.p-introduce__point--image2 {
  width: 53.2028469751%;
  aspect-ratio: 299/365;
  top: 19%;
  right: 0%;
}
.p-introduce__point--image3 {
  width: 47.972972973%;
  aspect-ratio: 284/365;
  top: 38%;
  left: 0%;
}
.p-introduce__point--image4 {
  width: 50.5067567568%;
  aspect-ratio: 299/365;
  top: 18%;
  right: -3%;
}

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

.p-features__body {
  margin-top: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 32px;
}

.p-features__card {
  padding: 32px 16px;
  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);
  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: 768px) {
  .p-features__card {
    padding: 33px 8.8983050847%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8.1883316274%;
  }
  .p-features__card:nth-of-type(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .p-features__image {
    width: calc(50% - 40px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.p-features__image img {
  width: 100%;
  height: auto;
}

.p-features__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media screen and (min-width: 768px) {
  .p-features__box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-features__label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 16px;
}

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

.p-howtouse {
  padding-block: 56px 57px;
}
@media screen and (min-width: 768px) {
  .p-howtouse {
    padding-block: 88px;
  }
}

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

.p-howtouse__box {
  max-width: 343px;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 768px) {
  .p-howtouse__box {
    max-width: 268px;
  }
}

.p-howtouse__image {
  text-align: center;
}
.p-howtouse__image img {
  width: 100%;
  max-width: 343px;
}
@media screen and (min-width: 768px) {
  .p-howtouse__image img {
    max-width: 268px;
  }
}

.p-howtouse__title {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .p-howtouse__title {
    margin-top: 27px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-howtouse__title {
    gap: 10px;
  }
}

.p-howtouse__title--no {
  color: #609484;
  font-family: Inter;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-howtouse__title--no {
    font-size: 17px;
  }
}

.p-howtouse__title--text {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-howtouse__title--text {
    font-size: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1150px) {
  .p-howtouse__title--text {
    font-size: 17px;
  }
}

.p-howtouse__text {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-howtouse__text {
    margin-top: 17px;
  }
}

.p-faq {
  padding-block: 56px;
}
@media screen and (min-width: 768px) {
  .p-faq {
    padding-block: 88px;
  }
}

.p-faq__body {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-faq__body {
    margin-top: 43px;
  }
}

.p-faq__boxes {
  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) {
  .p-faq__boxes {
    gap: 56px 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px 24px;
  }
}

.p-faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-faq__box:nth-of-type(3) {
  margin-top: 8px;
}
@media screen and (min-width: 768px) {
  .p-faq__box:nth-of-type(3) {
    margin-top: 0;
  }
}
.p-faq__box:nth-of-type(5) {
  margin-top: 6px;
}
@media screen and (min-width: 768px) {
  .p-faq__box:nth-of-type(5) {
    margin-top: 0;
  }
}
.p-faq__box:hover .p-faq-box__head {
  opacity: 0.56;
}
.p-faq__box.is-open .p-faq-box__head::after {
  opacity: 0;
}
.p-faq__box.is-open .p-faq-box__wrapper::after {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .p-faq__box {
    width: calc(50% - 12px);
  }
}

.p-faq-box__head {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  position: relative;
  padding-block: 24px;
}
.p-faq-box__head::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #565956;
}

.p-faq-box__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.p-faq-box__wrapper::before, .p-faq-box__wrapper::after {
  position: absolute;
  content: "";
  top: 47%;
  right: 6px;
  width: 16px;
  height: 2px;
  background: #948260;
}
@media screen and (min-width: 768px) {
  .p-faq-box__wrapper::before, .p-faq-box__wrapper::after {
    right: 27px;
  }
}
.p-faq-box__wrapper::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-faq-box__wrapper {
    padding-left: 20px;
  }
}

.p-qa__box--head__q {
  color: #948260;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.p-qa__box--head__text {
  text-align: left;
  padding-right: 48px;
  color: #565956;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%; /* 24px */
  letter-spacing: 0.64px;
  width: 100%;
  position: relative;
}

.p-faq__box--body {
  display: none;
  padding-block: 24px 0;
}
@media screen and (min-width: 768px) {
  .p-faq__box--body {
    padding-left: 20px;
  }
}

.p-faq__box--a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}

.p-qa__box--head__a {
  color: #948260;
  font-family: Inter;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}

.p-faq__box--a__text {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
}

.p-faq__footer {
  margin-top: 33px;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-faq__footer {
    margin-top: 64px;
  }
}

.p-footer__contents {
  padding-block: 32px;
}
@media screen and (min-width: 768px) {
  .p-footer__contents {
    padding-block: 56px 32px;
  }
}

.p-footer__menu {
  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) {
  .p-footer__menu {
    -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: 0;
  }
}

.p-footer__menu--list {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.p-footer__menu--title {
  padding-bottom: 8px;
  font-family: "Jost", sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: 0.8px;
  position: relative;
}
.p-footer__menu--title::before {
  position: absolute;
  content: "";
  width: 72.028px;
  height: 1px;
  left: 0;
  bottom: 0;
  background: #fff;
}

.p-footer__menu--links {
  margin-top: 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: 8px;
}

.p-footer__menu--link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__menu--link:hover {
  opacity: 0.6;
}

.p-footer__sns {
  margin-top: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}

.p-footer__sns--link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-footer__sns--link:hover {
  opacity: 0.6;
}
.p-footer__sns--link img {
  width: 32px;
  height: 32px;
}

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

.p-footer__copy {
  display: block;
  margin-top: 16px;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

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

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