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

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

/* =========================
   Layout
========================= */
/* =========================
   Foundation
========================= */
header {
  background-color: #F8F9FA;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  height: 51px;
}
@media screen and (min-width: 768px) {
  header {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.header__inner {
  position: relative;
  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;
  padding-left: 6.6666666667%;
  padding-right: 1.3333333333%;
}
@media screen and (min-width: 768px) {
  .header__inner {
    padding-left: 9.8666666667%;
    padding-right: 0;
    -webkit-box-pack: none;
        -ms-flex-pack: none;
            justify-content: none;
    gap: 53px;
  }
}

.header__logo {
  width: 40%;
  max-width: 221px;
}
.header__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 258px;
  }
}

.header__content {
  display: none;
}
@media screen and (min-width: 768px) {
  .header__content {
    display: block;
    background-color: #757E8F;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: space-between;
            flex-direction: space-between;
    gap: clamp(40px, 3.6805vw, 53px);
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-block: clamp(20px, 2.15277vw, 31px);
    padding-left: clamp(37px, 5.625vw, 81px);
    padding-right: clamp(37px, 3.61111vw, 52px);
  }
}

@media screen and (min-width: 768px) {
  .header-content__link {
    text-decoration: none;
  }
  .header-content__link:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

@media screen and (min-width: 768px) {
  .header-content__link-text {
    color: #fff;
    font-size: clamp(24px, 2.0833vw, 30px);
    font-family: "Cormorant Garamond", serif;
  }
}

.header__menu-wrapper {
  position: relative;
}

.header-menu {
  position: absolute;
  top: 100%;
  left: -153px;
  background-color: #757E8F;
  min-width: 260px;
  padding: 20px 24px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}
.header-menu a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-family: "hiragino-mincho-pron", serif;
  font-size: clamp(14px, 1.1111vw, 16px);
  padding: 8px 0;
}
.header-menu a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.header__menu-wrapper:hover .header-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.drawer-icon {
  width: 36px;
  height: 21px;
  position: relative;
  z-index: 51;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(1) {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  top: 10px;
  right: 0;
  width: 31px;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.drawer-icon.is-checked .drawer-icon__bar:nth-of-type(3) {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  top: 10px;
  right: 0;
}
@media screen and (min-width: 768px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon__bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 2px;
  background: #4A4A4A;
  -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;
  -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);
}
.drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  width: 40px;
}
.drawer-icon__bar:nth-of-type(3) {
  top: 18px;
  width: 31px;
}

.drawer-content {
  background-color: #757E8F;
  color: #ffffff;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: 0;
  -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;
}
.drawer-content.is-checked {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.drawer-content__inner {
  padding: 40px 20px;
}

.sns-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
}
.sns-icons a {
  display: block;
  width: 32px;
  height: 32px;
}
.sns-icons img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.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: 14px;
  margin-top: 52px;
}

.drawer-content__link {
  color: #ffffff;
  text-decoration: none;
  text-align: center;
}

.drawer-content__link-text {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 16px;
}

.contact-us-button {
  position: fixed;
  top: 51px;
  right: 0%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #757E8F;
  color: #ffffff;
  padding: 15px 11px;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  z-index: 800;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (min-width: 768px) {
  .contact-us-button {
    top: clamp(69px, 6.875vw, 99px);
    gap: 18px;
    padding-block: 23px;
    padding-inline: clamp(24px, 2.36111vw, 34px);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .contact-us-button:hover {
    opacity: 0.7;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
}

.contact-us-button__text {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  letter-spacing: 0.24em;
}
@media screen and (min-width: 768px) {
  .contact-us-button__text {
    font-size: clamp(16px, 1.6667vw, 24px);
    font-weight: 500;
  }
}

.contact-us-button__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .contact-us-button__icon {
    display: block;
    width: clamp(16px, 2.152vw, 31px);
  }
  .contact-us-button__icon img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

footer {
  background-color: #757E8F;
  color: #ffffff;
  padding-left: 8.2173611111%;
  padding-right: 5.3472222222%;
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 61px;
  padding-bottom: 30px;
  padding-left: 6.6666666667%;
  padding-right: 6.6666666667%;
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
  }
}

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

.footer__title {
  font-size: 18px;
  letter-spacing: 0.32em;
  font-weight: 300;
  font-family: "Cormorant Garamond", serif;
}
@media screen and (min-width: 768px) {
  .footer__title {
    font-size: 24px;
    letter-spacing: 0.18em;
  }
}

.divider {
  width: 120px;
  height: 0.5px;
  background: rgba(255, 255, 255, 0.25);
  margin-top: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .divider {
    display: none;
  }
}

.footer__base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 64px;
}
@media screen and (min-width: 768px) {
  .footer__base-info {
    margin-left: 4.7916666667%;
    margin-top: 59px;
  }
}

.footer__info-section,
.footer__access-section {
  font-family: "Noto Sans JP", sans-serif;
}
.footer__info-section h3,
.footer__access-section h3 {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer__info-section h3,
  .footer__access-section h3 {
    letter-spacing: 0.08em;
  }
}
.footer__info-section p,
.footer__access-section p {
  font-size: 14px;
  line-height: 1.8;
  font-weight: 300;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .footer__info-section p,
  .footer__access-section p {
    letter-spacing: 0.08em;
  }
}
.footer__access-section {
  margin-top: 35px;
}

.divider-footer {
  width: 54.4%;
  height: 1px;
  background: #fff;
  margin-top: 52px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .divider-footer {
    width: 1px;
    height: 320px;
    margin-left: 3.7979166667%;
    margin-right: 3.4722222222%;
  }
}

.footer__base-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer__contents {
  margin-top: 35px;
}
@media screen and (min-width: 768px) {
  .footer__contents {
    margin-top: 59px;
  }
}

.footer__sub-contents {
  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) {
  .footer__sub-contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.footer__sns-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer__sns-links {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 4.1666666667%;
    gap: 27px;
    margin-top: 32px;
  }
}

.footer__sns-links a:hover {
  opacity: 0.7;
}

.x-icon,
.instagram-icon,
.tiktok-icon {
  width: 26px;
}
.x-icon a img,
.instagram-icon a img,
.tiktok-icon a img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .x-icon,
  .instagram-icon,
  .tiktok-icon {
    width: 48px;
  }
}

.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: 10px;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .footer__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 20px;
    -webkit-column-gap: 6.0597222222%;
       -moz-column-gap: 6.0597222222%;
            column-gap: 6.0597222222%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 0;
  }
}

.footer__menu-link {
  text-decoration: none;
  color: white;
  display: block;
}

.footer__menu-link-text {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.footer-bottom {
  text-align: right;
  margin-top: 68px;
  font-size: 9px;
  font-weight: 300;
  opacity: 0.75;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .footer-bottom {
    margin-top: 55px;
    font-size: 14px;
  }
}

/* =========================
   Component
========================= */
.button-wt {
  background-color: #ffffff;
  color: #4A4A4A;
  padding-top: 15px;
  padding-bottom: 13.6px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 1px #90A1B8;
  display: inline-block;
  -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);
  min-width: 121px;
}
@media screen and (min-width: 768px) {
  .button-wt {
    padding-block: clamp(15px, 2.43vw, 35px);
    padding-inline: clamp(15px, 2.43vw, 35px);
    font-size: clamp(15px, 1.25vw, 18px);
    color: #757E8F;
    min-width: clamp(121px, 17.569vw, 253px);
    text-align: center;
  }
}

.button-gray {
  background-color: #757E8F;
  color: #fff;
  padding-top: 31px;
  padding-bottom: 31px;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
  display: inline-block;
  -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);
  min-width: 154px;
}
@media screen and (min-width: 768px) {
  .button-gray {
    min-width: 200px;
  }
}

.c-heading {
  font-weight: 500;
  font-family: "Qwitcher Grypen", cursive;
  color: #B0B0B0;
  opacity: 0.3;
}

body {
  background-color: #F8F9FA;
}

/* =========================
   fv
========================= */
.veneer-fv {
  margin-top: 51px;
}

.veneer-fv__wrapper {
  margin-inline: 3.2%;
  position: relative;
}

.veneer-fv__img {
  width: 93.8666666667%;
}
.veneer-fv__img img {
  width: 100%;
  height: auto;
}

.veneer-fv__text {
  position: absolute;
  bottom: 46px;
  left: 14.9333333333%;
}
.veneer-fv__text p {
  font-size: 20px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.09em;
  font-family: "hiragino-mincho-pron", serif;
}

.veneer-fv__text-content {
  margin-top: 63px;
}

.veneer-fv__title {
  text-align: center;
  margin-inline: 5.3333333333%;
}
.veneer-fv__title p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.09em;
  font-family: "hiragino-mincho-pron", serif;
}

.veneer-fv__description {
  margin-top: 37px;
  margin-inline: 7.2%;
  text-align: center;
}
.veneer-fv__description p {
  font-size: 20px;
  font-weight: 500;
  color: #4A4A4A;
  letter-spacing: 0.15em;
  line-height: 2;
  font-family: "hiragino-mincho-pron", serif;
}

/* =========================
   non-prep
========================= */
.non-prep {
  margin-top: 94px;
  position: relative;
}

.non-prep__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 87px;
}
.non-prep__wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: url("../veneer/img/non-prep-bg-sp.png") no-repeat;
  background-size: cover;
  background-position: right top;
  z-index: -1;
}

.non-prep__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 87px;
  padding-block: 60px;
  background-color: #fff;
  width: 72.5333333333%;
  margin: 60px auto;
}

.non-prep__title {
  text-align: center;
  margin-inline: 10.6666666667%;
}
.non-prep__title p {
  font-size: 24px;
  font-weight: 500;
  color: #4A4A4A;
  font-family: "hiragino-mincho-pron", serif;
}

.non-prep__text {
  text-align: center;
  margin-top: 36px;
  margin-inline: 5.3333333333%;
}
.non-prep__text p {
  font-size: 20px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.15em;
}

/* =========================
   recommend
========================= */
.recommend {
  margin-top: 112px;
}

.recommend__text {
  margin-inline: 5.3333333333%;
}

.recommend__title p {
  font-size: 24px;
  font-weight: 400;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.24em;
  text-align: center;
}

.recommend__items {
  margin-top: 20px;
}
.recommend__items ul {
  font-size: 24px;
  font-weight: 400;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.24em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.recommend__items li {
  list-style: none;
}

.recommend__img {
  width: 86.1333333333%;
  margin-top: 96px;
  margin-inline: auto;
}
.recommend__img img {
  width: 100%;
  height: auto;
}

/* =========================
   merit
========================= */
.merit {
  margin-top: 30px;
}

.merit__heading {
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
  font-size: 180px;
  margin-right: auto;
  display: inline-block;
}

.merit__title {
  margin-left: 37.0666666667%;
  margin-right: 13.8666666667%;
  margin-top: -70px;
}
.merit__title p {
  font-size: 40px;
  color: #4A4A4A;
  letter-spacing: 0.4em;
  font-family: "Cormorant Garamond", serif;
}

.merit__contents {
  position: relative;
  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;
  padding-bottom: 228px;
}

.merit__contents-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}
.merit__contents-bg img {
  width: 100%;
  height: 100%;
}

.merit__content {
  margin-top: 65px;
  margin-inline: 12%;
}

.content-01 {
  margin-top: 30px;
}

.merit__content-title {
  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: 20px;
}

.merit__content-title-number {
  width: 25px;
  margin-top: 40px;
}
.merit__content-title-number img {
  width: 100%;
  height: 100%;
}

.number-02,
.number-03,
.number-04,
.number-05 {
  width: 54px;
}

.merit__content-title-text p {
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.merit__content-description {
  margin-top: 63px;
}
.merit__content-description p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.15em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
.merit__content-description::after {
  content: "";
  display: block;
  width: 51.7333333333%;
  height: 2px;
  background-image: url(../veneer/img/merit-border.png);
  background-color: #757E8F;
  margin-top: 70px;
  margin-inline: auto;
}

.merit__content:last-of-type .merit__content-description::after {
  display: none;
}

/* =========================
   risk
========================= */
.risk {
  margin-top: 112px;
}

.risk__img {
  width: 94.9333333333%;
  margin-inline: auto;
}
.risk__img img {
  width: 100%;
  height: auto;
}

.risk__heading {
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
  font-size: 180px;
  margin-right: auto;
  display: inline-block;
}

.risk__title {
  text-align: center;
  margin-top: -66px;
}
.risk__title p {
  font-size: 32px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  font-family: "hiragino-mincho-pron", serif;
}

.risk__text-wrapper {
  margin-top: 45px;
  margin-inline: 6.6666666667%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 132px;
}

.risk__text-title p {
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.risk__text-description {
  margin-top: 40px;
}
.risk__text-description p {
  font-size: 20px;
  color: #4A4A4A;
  letter-spacing: 0.24em;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

/* =========================
   refine
========================= */
.refine {
  margin-top: 60px;
  padding-bottom: 160px;
  text-align: center;
  position: relative;
}

.refine__bg-wt {
  width: 59.7333333333%;
  height: 95%;
  position: absolute;
  top: 48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.refine__bg-wt img {
  width: 100%;
  height: 100%;
}

.refine__heading {
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
  font-size: 90px;
  display: inline-block;
  margin-right: 5.3333333333%;
}

.refine__title-wrapper {
  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: 20px;
  margin-inline: 6.6666666667%;
}

.refine__title-mouthpiece,
.refine__title-veneer {
  text-decoration: underline;
}
.refine__title-mouthpiece p,
.refine__title-veneer p {
  font-size: 36px;
  color: #4A4A4A;
  font-family: "hiragino-mincho-pron", serif;
}

.refine__title-img {
  width: 30px;
}
.refine__title-img img {
  width: 100%;
  height: auto;
}

.refine__text-title {
  margin-top: 65px;
  margin-inline: 8%;
}
.refine__text-title p {
  font-size: 24px;
  color: #4A4A4A;
  font-family: "Noto Sans JP", sans-serif;
}

.refine__text-description {
  margin-top: 35px;
  margin-inline: 8%;
}
.refine__text-description p {
  font-size: 20px;
  color: #4A4A4A;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

/* =========================
   footer-message
========================= */
.veneer-footer-message {
  margin-top: 85px;
}

.veneer-footer-message__img {
  width: 80.8%;
  margin-left: auto;
  position: relative;
}
.veneer-footer-message__img img {
  width: 100%;
  height: auto;
}
.veneer-footer-message__img::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 4%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 33.0666666667%;
  height: 102px;
  background-image: url("../veneer/img/footer-message-bk.png");
  background-color: #757E8F;
  z-index: 1;
  opacity: 0.5;
}

.veneer-footer-message__text {
  margin-top: 50px;
  margin-inline: 6.6666666667%;
}
.veneer-footer-message__text p {
  font-size: 24px;
  color: #4A4A4A;
  letter-spacing: 0.15em;
  line-height: 2;
  font-family: "hiragino-mincho-pron", serif;
}

.veneer-footer-message__contact {
  margin-top: 114px;
  margin-bottom: 150px;
  text-align: center;
}

.synergy__contact-button {
  width: 238px;
}