*,
*::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;
}

@media screen and (max-width: 700px) {
  .hidden-sp {
    display: none;
  }
}
@media screen and (min-width: 701px) {
  .hidden-tb {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  .hidden-pc {
    display: none;
  }
}
html {
  scroll-behavior: smooth;
}
@media screen and (min-width: 701px) {
  html {
    scroll-padding-top: 8vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 500;
}
@media screen and (min-width: 701px) {
  body {
    font-size: 1vw;
  }
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.inner {
  padding-inline: 15px;
}
@media screen and (min-width: 701px) {
  .inner {
    padding-inline: 12.5vw;
  }
}

.title {
  margin-bottom: 18px;
  padding-bottom: 7px;
  font-family: "Noto Serif JP";
  font-size: 24px;
  border-bottom: 2px solid #C99913;
  text-align: left;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title small {
  font-size: 14px;
  font-weight: 500;
  line-height: 142%; /* 142.857% */
  text-align: right;
}
@media screen and (min-width: 701px) {
  .title {
    margin-bottom: 1.25vw;
    font-size: 1.75vw;
  }
  .title small {
    font-size: 1vw;
    font-weight: 500;
    line-height: 24px; /* 150% */
  }
}

.section-head__content {
  padding-block: 47px 54px;
  font-family: "Noto Serif JP";
  background: rgba(0, 0, 0, 0.6);
}
.section-head__content span {
  font-size: 22px;
  line-height: normal;
}
.section-head__content h2 .section-head__title-en {
  margin-top: 1.688vw;
  font-family: Cinzel;
  font-size: 34px;
  letter-spacing: 1.7px;
}
.section-head__content h2 .section-head__title-ja {
  margin-top: -8px;
  font-size: 18px;
  letter-spacing: 0.9px;
}
.section-head__content p {
  margin-top: 12px;
  font-size: 16px;
  line-height: 162%; /* 158.333% */
}
@media screen and (min-width: 701px) {
  .section-head__content {
    padding-block: 3.813vw 3.625vw;
  }
  .section-head__content span {
    font-size: 1.875vw;
    letter-spacing: 0.094vw;
  }
  .section-head__content h2 .section-head__title-en {
    margin-top: 1.688vw;
    font-size: 2.5vw;
    letter-spacing: 0.125vw;
  }
  .section-head__content h2 .section-head__title-ja {
    margin-top: 0;
    font-size: 1.25vw;
    letter-spacing: 0.063vw;
  }
  .section-head__content p {
    margin-top: 0.875vw;
    font-size: 1.5vw;
    line-height: 2.375vw; /* 158.333% */
    letter-spacing: 0.075vw;
  }
}

.section-head__btn {
  margin-top: 22px;
  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: 19px;
}
@media screen and (min-width: 701px) {
  .section-head__btn {
    margin-top: 2.438vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.313vw;
  }
}

.mail, .line {
  padding-left: 25px;
  padding-block: 18px 21px;
  width: 321px;
  height: 65px;
  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;
  gap: 33px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.mail span, .line span {
  font-family: "Noto Sans JP";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
@media screen and (min-width: 701px) {
  .mail, .line {
    padding-left: 1.563vw;
    padding-block: 1.125vw 1.313vw;
    width: 21.875vw;
    height: 4.063vw;
    gap: 3.125vw;
  }
  .mail span, .line span {
    font-size: 1.125vw;
  }
}

.mail {
  background: #FFF;
  color: #333;
}
.mail img {
  width: 25px;
}
@media screen and (min-width: 701px) {
  .mail img {
    width: 1.563vw;
  }
}

.line {
  background: #02B902;
}
.line img {
  width: 28.661px;
}
@media screen and (min-width: 701px) {
  .line img {
    width: 1.791vw;
  }
}

.flex-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-content img {
  width: 240px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 701px) {
  .flex-content {
    -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: 3.375vw;
  }
  .flex-content img {
    width: 15vw;
    height: 17.5vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.flex-body {
  margin-top: 22px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-body p {
  margin-top: 7px;
}
@media screen and (min-width: 1200px) {
  .flex-body {
    margin-top: 0;
  }
  .flex-body p {
    margin-top: 0.875vw;
    line-height: 200%;
  }
}

.flex-body__title {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 701px) {
  .flex-body__title {
    font-size: 1.25vw;
    line-height: 160%;
  }
}

.flex-body__name {
  margin-top: 2px;
  color: #C99913;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 701px) {
  .flex-body__name {
    margin-top: 0.688vw;
    font-size: 1.75vw;
    line-height: 114%;
  }
}

.button {
  margin-top: 30px;
  margin-inline: auto;
  padding-block: 10px 11px;
  padding-left: 18px;
  background: #C99913;
  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: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 46px;
  width: 225px;
}
.button img {
  width: 13px;
}
.button span {
  font-size: 16px;
  font-weight: 600;
  line-height: 200%; /* 200% */
}
@media screen and (min-width: 701px) {
  .button {
    margin-top: 3.125vw;
    padding-block: 0.625vw 0.688vw;
    padding-left: 1.375vw;
    width: 14.063vw;
    gap: 3.313vw;
  }
  .button img {
    width: 0.813vw;
  }
  .button span {
    font-size: 1.125vw;
    font-weight: 600;
    line-height: 177%;
  }
}

.header {
  padding-block: 24px 21px;
  padding-inline: 21px 19px;
}
@media screen and (min-width: 701px) {
  .header {
    padding-block: 2vw 1.313vw;
    padding-inline: 2.25vw 3.313vw;
  }
}

.header-inner {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-logo img {
  width: 247px;
}

.header-nav {
  display: none;
}
@media screen and (min-width: 701px) {
  .header-nav {
    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;
    gap: 40px;
    gap: 2.5vw;
  }
}

.drawer-icon {
  width: 33px;
  height: 28px;
  position: relative;
  z-index: 55;
}
@media screen and (min-width: 701px) {
  .drawer-icon {
    display: none;
  }
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  top: 0;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  top: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 33px;
  height: 3px;
  border-radius: 6px;
  background: #fff;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.drawer-icon__bar:nth-of-type(1) {
  top: 0px;
}
.drawer-icon__bar:nth-of-type(2) {
  top: 10px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 20px;
}

.drawer-content {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 20;
  padding-top: 103px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  background: #000;
  font-size: 18px;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__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: 17px;
}

.drawer-content__link {
  display: block;
  font-size: 18px;
}

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

.fv-inner {
  position: relative;
}

.fv-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: rgba(0, 0, 0, 0.4);
  background-blend-mode: multiply;
}

.fv-card {
  padding-block: 10.813vw 10vw;
  position: relative;
  width: 188px;
  height: 203px;
}
.fv-card img {
  width: 188px;
  height: 203px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.fv-card span {
  font-family: Cinzel;
  font-size: 3.125vw;
  font-size: 26px;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 701px) {
  .fv-card {
    width: 100%;
    height: auto;
  }
  .fv-card img {
    width: 100%;
    height: auto;
  }
  .fv-card span {
    font-size: 3.125vw;
    letter-spacing: 2.5px;
  }
}

@media screen and (max-width: 700px) {
  .fv-card {
    padding-block: 15px 153px;
  }
  .fv-card:nth-of-type(3) {
    padding-block: 154px 15px;
  }
  .fv-card:nth-of-type(4) {
    padding-block: 154px 15px;
  }
}
.fv-main {
  position: absolute;
  top: 98px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
.fv-main img {
  width: 247px;
}
@media screen and (min-width: 701px) {
  .fv-main {
    top: 8.375vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 2;
  }
  .fv-main img {
    width: 32.75vw;
  }
}

.thoughts {
  padding-block: 43px 41px;
}
@media screen and (min-width: 701px) {
  .thoughts {
    padding-block: 6.875vw 5.188vw;
  }
}

.thoughts-inner {
  margin-inline: 15px;
}
.thoughts-inner h2 {
  font-family: "Noto Serif JP";
  font-size: 32px;
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  .thoughts-inner h2 {
    font-size: 2.5vw;
  }
}

.thoughts-text__gold {
  margin-top: 14px;
  color: #C99913;
  font-family: "Noto Serif JP";
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .thoughts-text__gold {
    margin-top: 1.688vw;
    font-size: 1.5vw;
    text-align: center;
    line-height: 167%;
  }
}

.thoughts-textarea {
  margin-top: 14px;
  text-align: left;
}
.thoughts-textarea p {
  line-height: 157%;
}
.thoughts-textarea p + p {
  margin-top: 14px;
}
@media screen and (min-width: 701px) {
  .thoughts-textarea {
    margin-top: 1.688vw;
    text-align: center;
  }
  .thoughts-textarea p {
    line-height: 200%; /* 200% */
  }
  .thoughts-textarea p + p {
    margin-top: 0.875vw;
  }
}

.thoughts-name {
  margin-top: 18px;
  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: 9px;
}
@media screen and (min-width: 701px) {
  .thoughts-name {
    margin-top: 1.875vw;
    -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: 3.25vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.thoughts-name__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.thoughts-name__content-title {
  line-height: 200%;
  font-size: 16px;
}

.thoughts-name__content-name {
  font-size: 24px;
  line-height: 32px; /* 133.333% */
  letter-spacing: 1.2px;
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 701px) {
  .thoughts-name__content-name {
    font-size: 1.5vw;
    line-height: 133%;
    letter-spacing: 0.075vw;
  }
}

.thoughts-name__content-en {
  font-size: 14px;
  line-height: 228%; /* 228.571% */
}
@media screen and (min-width: 701px) {
  .thoughts-name__content-en {
    font-size: 0.875vw;
  }
}

.recommendation-container {
  margin-top: 31px;
  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: 40px;
}
@media screen and (min-width: 701px) {
  .recommendation-container {
    margin-top: 2.063vw;
    gap: 2.5vw;
  }
}

.recommendation-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recommendation-content img {
  width: 240px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 701px) {
  .recommendation-content {
    -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: 3.375vw;
  }
  .recommendation-content img {
    width: 15vw;
    height: 17.5vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.recommendation-body {
  margin-top: 22px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.recommendation-body p {
  margin-top: 7px;
}
@media screen and (min-width: 1200px) {
  .recommendation-body {
    margin-top: 0;
  }
  .recommendation-body p {
    margin-top: 0.875vw;
    line-height: 200%;
  }
}

.recommendation-body__title {
  font-size: 18px;
  line-height: 32px; /* 177.778% */
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 701px) {
  .recommendation-body__title {
    font-size: 1.25vw;
    line-height: 160%;
  }
}

.recommendation-body__name {
  margin-top: 2px;
  color: #C99913;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
  font-family: "Noto Serif JP";
}
@media screen and (min-width: 701px) {
  .recommendation-body__name {
    margin-top: 0.688vw;
    font-size: 1.75vw;
    line-height: 114%;
  }
}

.service {
  padding-top: 41px;
}
@media screen and (min-width: 701px) {
  .service {
    padding-top: 4.75vw;
  }
}

.service-inner {
  margin-inline: 15px;
}
.service-inner h2 {
  font-family: "Noto Serif JP";
  font-size: 36px;
  font-weight: 400;
}
@media screen and (min-width: 701px) {
  .service-inner h2 {
    font-size: 2.5vw;
  }
}

.service-container {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 15px;
}
@media screen and (min-width: 701px) {
  .service-container {
    margin-top: 2.375vw;
    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;
    gap: 1.063vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.service-content {
  padding-block: 10px 11px;
  padding-left: 20px;
  width: 100%;
  background: #C99913;
  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: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 25px;
}
.service-content img {
  width: 13px;
}
.service-content span {
  font-size: 16px;
  font-weight: 600;
  line-height: 200%; /* 200% */
}
@media screen and (min-width: 701px) {
  .service-content {
    padding-block: 0.625vw 0.688vw;
    padding-left: 1.375vw;
    width: 14.063vw;
    gap: 3.313vw;
  }
  .service-content img {
    width: 0.813vw;
  }
  .service-content span {
    font-size: 1.125vw;
    font-weight: 600;
    line-height: 177%;
  }
}

.mental {
  padding-top: 75px;
}
@media screen and (min-width: 701px) {
  .mental {
    padding-top: 7vw;
  }
}

.mental-inner {
  margin-top: 43px;
}
.mental-inner p {
  line-height: 157%;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .mental-inner p {
    text-align: center;
    line-height: 200%;
  }
}

.mental-head {
  background: url(../img_1/sp_mental-head.png) no-repeat center/cover;
}
@media screen and (min-width: 701px) {
  .mental-head {
    background: url(../img_1/mental-head.png) no-repeat center/cover;
  }
}

.mental-body {
  text-align: left;
}

.mental-content {
  margin-top: 27px;
}
.mental-content .title {
  margin-bottom: 18px;
}
.mental-content .mental-content__item {
  font-size: 16px;
  line-height: 162%; /* 177.778% */
}
.mental-content span + p {
  margin-top: 22px;
}
.mental-content p {
  text-align: left;
}
@media screen and (min-width: 701px) {
  .mental-content {
    margin-top: 3.188vw;
  }
  .mental-content .title {
    margin-bottom: 1.25vw;
  }
  .mental-content .mental-content__item {
    font-size: 1.125vw;
    line-height: 177%; /* 177.778% */
  }
  .mental-content span + p {
    margin-top: 0.625vw;
  }
}

.mental-content__box {
  margin-top: 54px;
  padding: 21px 24px 24px 24px;
  background: #FFF6DB;
}
@media screen and (min-width: 701px) {
  .mental-content__box {
    margin-top: 1.812vw;
    padding: 1.438vw 1.938vw 1.875vw 1.875vw;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .mental-content__box img {
    width: 18.563vw;
  }
}

.mental-content__box-body {
  font-family: "Noto Serif JP";
}
.mental-content__box-body span {
  color: #C99913;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1.2px;
}
.mental-content__box-body ul {
  padding-left: 8px;
  list-style-type: disc;
}
.mental-content__box-body li {
  margin-top: 0.563vw;
  color: #292929;
  font-family: "Noto Serif JP";
  font-size: 16px;
  line-height: 162%; /* 162.5% */
}
@media screen and (min-width: 701px) {
  .mental-content__box-body span {
    font-size: 1.75vw;
    letter-spacing: 0.087vw;
  }
  .mental-content__box-body ul {
    padding-left: 0.938vw;
  }
  .mental-content__box-body li {
    font-size: 1.125vw;
    line-height: 177%; /* 177.778% */
  }
}

.mental-content__box-img {
  margin-top: 17px;
  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: 15px;
}
@media screen and (min-width: 701px) {
  .mental-content__box-img {
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.25vw;
  }
}

.mental-body__small {
  font-size: 12px;
  line-height: 228%; /* 228.571% */
  text-align: right;
  width: 100%;
  display: block;
}
@media screen and (min-width: 701px) {
  .mental-body__small {
    font-size: 0.875vw;
  }
}

.leader-box {
  margin-top: 44px;
  padding: 19px 12px 20px 14px;
  background: #FFF6DB;
}
.leader-box span {
  color: #C99913;
  font-family: "Noto Serif JP";
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.2px;
}
.leader-box p {
  margin-top: 6px;
  font-family: "Noto Sans JP";
  color: #333;
  line-height: 157%; /* 157.143% */
}
@media screen and (min-width: 701px) {
  .leader-box {
    margin-top: 2.375vw;
    padding: 1.625vw 2.188vw 2.188vw 2.188vw;
  }
  .leader-box span {
    font-size: 1.375vw;
    line-height: 145%; /* 145.455% */
  }
  .leader-box p {
    margin-top: 0.5vw;
    line-height: 200%;
  }
}

.mental-price {
  padding-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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
@media screen and (min-width: 701px) {
  .mental-price {
    padding-top: 1.313vw;
    -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: 0.25vw;
  }
}

.mental-price__container {
  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;
  gap: 3px;
}
@media screen and (min-width: 701px) {
  .mental-price__container {
    gap: 0.25vw;
  }
}

.mental-price__card {
  padding-block: 7px;
  width: 169.273px;
  height: 43.182px;
  background: #D7B152;
  line-height: 200%; /* 200% */
  text-align: center;
}
.mental-price__card.white-price {
  background: #fff;
  color: #333;
}
@media screen and (min-width: 701px) {
  .mental-price__card {
    padding-block: 0.563vw;
    width: 12.25vw;
    height: 3.125vw;
  }
}

.price-text {
  margin-top: 22px;
}
@media screen and (min-width: 701px) {
  .price-text {
    margin-top: 1.188vw;
  }
}

.gene {
  margin-top: 70px;
}
@media screen and (min-width: 701px) {
  .gene {
    margin-top: 7.875vw;
  }
}

.gene-head {
  background: url(../img_1/sp-gene-head.png) no-repeat center/cover;
}
@media screen and (min-width: 701px) {
  .gene-head {
    background: url(../img_1/gene-head.png) no-repeat center/cover;
  }
}

.gene-inner {
  text-align: left;
}

.gene-content {
  padding-top: 42px;
}
.gene-content:nth-of-type(4) .gene-content__flex img {
  width: 270px;
}
.gene-content:nth-of-type(5) .gene-content__flex img {
  width: 220px;
}
.gene-content:nth-of-type(6) .gene-content__flex img {
  width: 270px;
}
@media screen and (min-width: 701px) {
  .gene-content {
    padding-top: 3.625vw;
  }
  .gene-content:nth-of-type(4) .gene-content__flex img {
    width: 18.587vw;
  }
  .gene-content:nth-of-type(5) .gene-content__flex img {
    width: 15.625vw;
  }
  .gene-content:nth-of-type(6) .gene-content__flex img {
    width: 17.625vw;
  }
}

.gene-flow {
  margin-top: 23px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (min-width: 701px) {
  .gene-flow {
    margin-top: 1.688vw;
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 3.435vw;
  }
}

.gene-flow__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  position: relative;
}
.gene-flow__card img {
  width: 163.854px;
  height: 163.854px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gene-flow__card span {
  color: #C99913;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 600;
  line-height: 145%; /* 145.455% */
}
@media screen and (min-width: 701px) {
  .gene-flow__card {
    gap: 0.438vw;
  }
  .gene-flow__card img {
    width: 12.438vw;
    height: 12.438vw;
  }
  .gene-flow__card span {
    font-size: 1.375vw;
  }
}

.gene-flow__arrow {
  position: absolute;
  top: 5.438vw;
  right: -2.187vw;
}
.gene-flow__arrow img {
  width: 0.813vw;
  height: 1.563vw;
}

.gene-test__content p {
  margin-top: 25px;
}
@media screen and (min-width: 701px) {
  .gene-test__content p {
    margin-top: 1.313vw;
  }
}

.gene-test__sp {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 12px;
}
@media screen and (min-width: 701px) {
  .gene-test__sp {
    display: none;
  }
}

.gene-test__tb {
  display: none;
}
@media screen and (min-width: 701px) {
  .gene-test__tb {
    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: 2.25vw;
  }
}

@media screen and (min-width: 701px) {
  .gene-test__top, .gene-test__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.375vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .gene-test__top img, .gene-test__bottom img {
    width: 13.125vw;
  }
}

.gene-content__flex img {
  width: 224.948px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (min-width: 701px) {
  .gene-content__flex img {
    width: 14.059vw;
  }
}

.gene-body__price {
  margin-top: 20px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (min-width: 701px) {
  .gene-body__price {
    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: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 5px;
  }
}

.gene-body__price-name {
  padding-block: 9px;
  background: #D7B152;
  color: #fff;
  width: 103px;
}
@media screen and (min-width: 701px) {
  .gene-body__price-name {
    padding-block: 0.563vw;
    width: 6.438vw;
  }
}

.gene-body__price-num {
  padding-block: 9px;
  background: #FFF;
  width: 168px;
  color: #333;
}
@media screen and (min-width: 701px) {
  .gene-body__price-num {
    padding-block: 0.563vw;
    width: 10.5vw;
  }
}

.nutrition {
  margin-top: 7.938vw;
}

.nutrition-head {
  background: url(../img_1/sp-nutrition-head.jpg) no-repeat center/cover;
}
@media screen and (min-width: 701px) {
  .nutrition-head {
    background: url(../img_1/nutrition-head.jpg) no-repeat center/cover;
  }
}

.nutrition-inner {
  margin-top: 1.875vw;
  text-align: left;
}

.nutrition-content {
  margin-top: 1.875vw;
}

.nutrition-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
@media screen and (min-width: 701px) {
  .nutrition-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.875vw;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
}

.nutrition-textarea p {
  margin-top: 0.938vw;
}

.nutrition-price + .nutrition-price {
  margin-top: 0.375vw;
}

.nutrition-img {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.813vw;
}

.nutrition-img__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.438vw;
}
.nutrition-img__card img {
  width: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.nutrition-img__card span {
  text-align: center;
}
.nutrition-img__card:nth-of-type(2) img {
  width: 132px;
}
@media screen and (min-width: 701px) {
  .nutrition-img__card img {
    width: 11.313vw;
    height: 11.563vw;
  }
  .nutrition-img__card:nth-of-type(2) img {
    width: 10.313vw;
    height: 10.563vw;
  }
}

.recovery {
  margin-top: 60px;
}
@media screen and (min-width: 701px) {
  .recovery {
    margin-top: 7.75vw;
  }
}

.recovery-head {
  background: url(../img_1/sp-recovery__head.jpg) no-repeat center/cover;
}
@media screen and (min-width: 701px) {
  .recovery-head {
    background: url(../img_1/recovery-head.jpg) no-repeat center/cover;
  }
}

.recovery-inner {
  text-align: left;
}

.recovery-content {
  margin-top: 2.5vw;
}
.recovery-content b {
  margin-top: 34px;
  color: #C99913;
  font-family: "Noto Serif JP";
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.05px;
  display: block;
}
@media screen and (min-width: 701px) {
  .recovery-content b {
    margin-top: 3.438vw;
    font-size: 1.75vw;
    line-height: 114%; /* 114.286% */
  }
}

.recovery-flow__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  gap: 0.188vw;
}
.recovery-flow__card span {
  color: #C99913;
  font-family: "Noto Serif JP";
  font-weight: 600;
  font-size: 16px;
  line-height: 123%; /* 123.561% */
  letter-spacing: 0.8px;
}
@media screen and (min-width: 701px) {
  .recovery-flow__card span {
    font-size: 1.375vw;
    line-height: 145%;
    letter-spacing: 0.069vw;
  }
}

.recovery-box {
  margin-top: 35px;
  padding-block: 11px 33px;
  padding-inline: 12px 16px;
  background: #FFF6DB;
  color: #333;
}
@media screen and (min-width: 701px) {
  .recovery-box {
    margin-top: 2.75vw;
    padding-block: 1vw 2.813vw;
    padding-inline: 2.688vw;
  }
}

.recovery-box__content {
  font-family: "Noto Sans JP";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 701px) {
  .recovery-box__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.5vw;
  }
}

.recovery-box__body b {
  margin-top: 0;
  color: #C99913;
  font-weight: 600;
  font-size: 24px;
  line-height: 133%; /* 133.333% */
  letter-spacing: 1.2px;
  font-family: "Noto Serif JP";
}
.recovery-box__body p {
  margin-top: 8px;
}
@media screen and (min-width: 701px) {
  .recovery-box__body b {
    font-size: 2.125vw;
    line-height: 94%; /* 94.118% */
    letter-spacing: 0.106vw;
  }
  .recovery-box__body p {
    margin-top: 1.5vw;
  }
}

.recovery-box__title {
  margin-top: 8px;
}
.recovery-box__title img {
  width: 317px;
}
@media screen and (min-width: 701px) {
  .recovery-box__title {
    margin-top: 1.313vw;
  }
  .recovery-box__title img {
    width: 33vw;
  }
}

.recovery-button {
  margin-top: 24px;
  color: #FFF;
}
@media screen and (min-width: 701px) {
  .recovery-button {
    margin-top: 0;
  }
}

.recovery-member {
  margin-top: 1.375vw;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
@media screen and (min-width: 701px) {
  .recovery-member {
    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: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    gap: 2.313vw;
  }
}

.recovery-member__card img {
  width: 161.525px;
  height: 179.285px;
  -o-object-fit: cover;
     object-fit: cover;
}
.recovery-member__card span {
  margin-top: 0.438vw;
  display: block;
  text-align: center;
  font-size: 12px;
}
@media screen and (min-width: 701px) {
  .recovery-member__card img {
    width: 12.092vw;
    height: 12.092vw;
  }
  .recovery-member__card span {
    font-size: 1vw;
    width: 12.063vw;
    white-space: nowrap;
  }
}

.free-head {
  background: url(../img_1/sp-free_bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 701px) {
  .free-head {
    background: url(../img_1/free-bg.jpg) no-repeat center/cover;
  }
}

.free-inner {
  margin-top: 4.063vw;
}

.free-container {
  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: 20px;
}
@media screen and (min-width: 701px) {
  .free-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1.688vw 2.375vw;
  }
}

.free-content {
  margin-top: 65px;
}
.free-content p {
  text-align: left;
}

.free-card {
  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;
  gap: 18px;
  text-align: left;
}
.free-card img {
  width: 134.365px;
  height: 165.443px;
  -o-object-fit: cover;
     object-fit: cover;
}
.free-card p {
  line-height: 150%;
}
@media screen and (min-width: 701px) {
  .free-card {
    gap: 1.25vw;
  }
  .free-card img {
    width: 9.188vw;
    height: 11.313vw;
  }
}

.free-card__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.625vw;
}

.free-card__body-name b {
  color: #C99913;
  font-family: "Noto Serif JP";
  line-height: 127%; /* 127.273% */
  font-size: 20px;
  letter-spacing: 1px;
}
.free-card__body-name span {
  color: #C99913;
  font-family: "Noto Sans JP";
  font-size: 14px;
  font-weight: 500;
  line-height: 143%; /* 143.637% */
  display: block;
}
@media screen and (min-width: 701px) {
  .free-card__body-name b {
    font-size: 1.375vw;
    letter-spacing: 0.069vw;
  }
  .free-card__body-name span {
    font-size: 1vw;
    line-height: 137%; /* 137.5% */
  }
}

.free-content__flex {
  margin-top: 2.063vw;
  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: 26px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 701px) {
  .free-content__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 2.5vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.free-content__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625vw;
}
.free-content__card img {
  margin-top: 18px;
  width: 83px;
}
.free-content__card p {
  margin-top: 4px;
  line-height: 150%; /* 150% */
  text-align: left;
}
@media screen and (min-width: 701px) {
  .free-content__card {
    width: 16.875vw;
  }
  .free-content__card img {
    margin-top: 0.938vw;
    width: 5.188vw;
  }
  .free-content__card p {
    margin-top: 0.313vw;
  }
}

.free-content__card-num {
  font-family: Cinzel;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.9px;
  background: #C99913;
  width: 83px;
  height: 26px;
}
@media screen and (min-width: 701px) {
  .free-content__card-num {
    width: 5.188vw;
    height: 1.625vw;
    font-size: 1.125vw;
    letter-spacing: 0.056vw;
  }
}

.free-content__card-text {
  color: #C99913;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 160% */
  letter-spacing: 1px;
  letter-spacing: 0.069vw;
}
@media screen and (min-width: 701px) {
  .free-content__card-text {
    font-size: 1.375vw;
    line-height: 127%;
    letter-spacing: 0.069vw;
  }
}

.free-content__card-btn {
  margin-top: 31px;
  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: 16px;
}
.free-content__card-btn .mail {
  background: #C99913;
  width: 247px;
  height: 53px;
  gap: 19px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free-content__card-btn .mail img {
  margin-top: 0;
  width: 19px;
}
.free-content__card-btn .line {
  width: 247px;
  height: 53px;
  gap: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.free-content__card-btn .line img {
  margin-top: 0;
  width: 22px;
}
@media screen and (min-width: 701px) {
  .free-content__card-btn {
    margin-top: 1.063vw;
    gap: 0.875vw;
  }
  .free-content__card-btn .mail {
    width: 15.438vw;
    height: 3.313vw;
    gap: 1.188vw;
  }
  .free-content__card-btn .mail img {
    margin-top: 0;
    width: 1.188vw;
  }
  .free-content__card-btn .line {
    width: 15.438vw;
    height: 3.313vw;
    gap: 1.188vw;
  }
  .free-content__card-btn .line img {
    margin-top: 0;
    width: 1.375vw;
  }
}

.qa__box {
  text-align: left;
  padding-top: 14px;
  padding-bottom: 22px;
  border-bottom: 1px solid #CCC;
}
.qa__box:last-child {
  border: none;
}
.qa__box button {
  color: #fff;
}
@media screen and (min-width: 701px) {
  .qa__box {
    padding-top: 1.875vw;
    padding-bottom: 1.5vw;
  }
}

.qa-box__body {
  display: none;
}

.qa-box.is-open .qa-box__body {
  display: block;
}

.qa-box__head {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  text-align: left;
}
@media screen and (min-width: 701px) {
  .qa-box__head {
    gap: 1.188vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa-box__head-icon {
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  width: 28.699px;
  height: 28.699px;
  background: #fff;
}
@media screen and (min-width: 701px) {
  .qa-box__head-icon {
    width: 2.938vw;
    height: 2.938vw;
    font-size: 1.875vw;
  }
}

.qa-box__head-text {
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 133%;
  width: 305px;
}
@media screen and (min-width: 701px) {
  .qa-box__head-text {
    font-size: 1.375vw;
    line-height: normal;
    width: 70.875vw;
  }
}

.qa-box__body {
  margin-top: 13px;
}
@media screen and (min-width: 701px) {
  .qa-box__body {
    margin-top: 1.063vw;
  }
}

.qa-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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
@media screen and (min-width: 701px) {
  .qa-box__a {
    gap: 1.188vw;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.qa-box__a-icon {
  color: #000;
  text-align: center;
  font-family: "Noto Serif JP";
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  width: 28.699px;
  height: 28.699px;
  background: #C99913;
  display: block;
}
@media screen and (min-width: 701px) {
  .qa-box__a-icon {
    width: 2.938vw;
    height: 2.938vw;
    font-size: 1.875vw;
  }
}

.qa-box__a-text {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-size: 14px;
  font-weight: 500;
  line-height: 157%;
  width: 305px;
}
@media screen and (min-width: 701px) {
  .qa-box__a-text {
    width: 70.875vw;
    line-height: 200%; /* 200% */
  }
}

.contact {
  margin-top: 52px;
}
@media screen and (min-width: 701px) {
  .contact {
    margin-top: 123px;
  }
}

.contact-head {
  background: #C99913;
}
.contact-head .section-head__content {
  background: none;
}

.footer-inner {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
@media screen and (min-width: 701px) {
  .footer-inner {
    margin-top: 2.5vw;
    -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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer-logo img {
  width: 247px;
}
@media screen and (min-width: 701px) {
  .footer-logo img {
    width: 15.438vw;
  }
}

.footer-nav {
  margin-inline: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 35px;
}
.footer-nav a {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 701px) {
  .footer-nav a {
    font-size: 1vw;
  }
}

.copyright {
  margin-top: 26px;
  display: block;
}
@media screen and (min-width: 701px) {
  .copyright {
    margin-top: 2.5vw;
  }
}