@charset "UTF-8";
/* =========================
   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: #fff;
}

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

.sedation-fv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-inline: 4.5333333333%;
}

.sedation-fv__img {
  width: 79.2%;
  min-width: 297px;
}
.sedation-fv__img img {
  width: 100%;
  height: 100%;
}

.sedation-fv__text {
  margin-top: -40px;
  margin-left: 20%;
  background-color: rgba(176, 176, 176, 0.2);
  padding-block: 54px;
  text-align: center;
}
.sedation-fv__text p {
  font-size: 20px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
  font-weight: 500;
}

.sedation-fv__message-title {
  margin-top: 59px;
  margin-inline: 5.3333333333%;
  text-align: center;
}
.sedation-fv__message-title p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.sedation-fv__message {
  margin-inline: 5.3333333333%;
  margin-top: 60px;
  text-align: center;
}
.sedation-fv__message p {
  font-size: 20px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #4A4A4A;
}

.sedation-fv__message-img {
  width: 65.3333333333%;
  margin-top: 62px;
}
.sedation-fv__message-img img {
  width: 100%;
  height: auto;
}

.sedation-fv__about-title {
  margin-inline: 5.3333333333%;
  margin-top: 24px;
}
.sedation-fv__about-title p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.sedation-fv__about-wrapper {
  margin-inline: 5.3333333333%;
  margin-top: 38px;
}

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

.sedation-fv__about-img {
  width: 54.4%;
  margin-top: 49px;
  margin-left: auto;
}
.sedation-fv__about-img img {
  width: 100%;
  height: auto;
}

/* =========================
   calm
========================= */
.calm {
  margin-top: 100px;
  margin-bottom: 100px;
}

.calm__heading {
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
  font-size: 50px;
  margin-left: 10.1333333333%;
  margin-right: 14.6666666667%;
}

.calm__title-en {
  text-align: center;
}
.calm__title-en p {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  line-height: 2;
  letter-spacing: 0.3em;
  color: #B0B0B0;
}
.calm__title-en ::after {
  content: "";
  display: block;
  width: 40%;
  height: 1px;
  background-color: #B0B0B0;
  margin-top: 15px;
  margin-inline: auto;
}

.calm__title-jp {
  margin-top: 63px;
  text-align: center;
  margin-inline: 10.6666666667%;
}
.calm__title-jp p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 1.4;
  color: #000;
}

.calm__text-sm {
  font-size: 18px;
}

.calm__text {
  margin-top: 34px;
  margin-inline: 10.6666666667%;
}
.calm__text p {
  font-size: 20px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000;
}

.calm__text-bold {
  font-weight: 600;
}

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

.recommend__img {
  width: 37.3333333333%;
  margin-left: auto;
  margin-left: 49.8666666667%;
  margin-right: 12.8%;
}
.recommend__img img {
  width: 100%;
  height: auto;
}

.recommend__wrapper {
  outline: 2px solid #B0B0B0;
  padding-block: 50px;
  margin-top: 156px;
  margin-inline: 9.6%;
  position: relative;
}

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

.recommend__text {
  margin-top: 66px;
  margin-inline: 6.4%;
}
.recommend__text ul {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #4A4A4A;
  padding-left: 20px;
}
.recommend__text li {
  margin-top: 10px;
}

.recommend__bg-gray {
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
  height: calc(100% + 160px);
  z-index: -1;
}
.recommend__bg-gray img {
  width: 100%;
  height: 100%;
}

/* =========================
   process
========================= */
.process {
  margin-top: 227px;
}

.process__heading {
  -webkit-transform: rotate(-16.5deg);
          transform: rotate(-16.5deg);
  font-size: 64px;
  margin-left: 3.7333333333%;
}

.process__title-en {
  text-align: center;
  margin-top: 38px;
}
.process__title-en p {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  line-height: 2;
  letter-spacing: 0.3em;
  color: #B0B0B0;
}
.process__title-en::after {
  content: "";
  display: block;
  width: 79%;
  height: 1px;
  background-color: #B0B0B0;
  margin-top: 4px;
  margin-inline: auto;
}

.process__title-jp {
  text-align: center;
  margin-top: 20px;
}
.process__title-jp p {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2;
  letter-spacing: 0.24em;
  color: #333;
  font-weight: 100;
}

.process__steps {
  margin-top: 100px;
}

.process__step-01 {
  position: relative;
  padding-top: 20px;
  padding-bottom: 176px;
  padding-inline: 3.4666666667%;
  margin-inline: 6.4%;
}

.process__step-around-01,
.process__step-around-02,
.process__step-around-03,
.process__step-around-04 {
  position: absolute;
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 106%;
}
.process__step-around-01 img,
.process__step-around-02 img,
.process__step-around-03 img,
.process__step-around-04 img {
  width: 100%;
  height: 100%;
}

.process__step-02 {
  position: relative;
  padding-block: 182px;
  padding-inline: 3.4666666667%;
  margin-left: 8.5333333333%;
}

.process__step-03 {
  position: relative;
  padding-top: 176px;
  padding-bottom: 142px;
  padding-inline: 3.4666666667%;
  margin-inline: 6.4%;
}

.process__step-04 {
  position: relative;
  padding-top: 176px;
  padding-bottom: 142px;
  padding-inline: 3.4666666667%;
  margin-left: 8.5333333333%;
}

.process__step-titleーwrapper {
  position: relative;
}

.process__step-titleーwrapper-right {
  position: relative;
  text-align: right;
}

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

.process__step-title-right p {
  font-size: 24px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  letter-spacing: 0.24em;
  color: #4A4A4A;
}

.process__step-number {
  position: absolute;
  top: -52px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}

.process__step-number-right {
  position: absolute;
  top: -52px;
  right: 0;
  z-index: -1;
  opacity: 0.5;
}

.step-number {
  font-family: Toppan Bunkyu Midashi Mincho;
  font-size: 96px;
  color: #B0B0B0;
  letter-spacing: normal;
}

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

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

.process__safety {
  margin-top: 101px;
  text-align: center;
  margin-inline: 6.4%;
}
.process__safety p {
  font-size: 24px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 3;
  letter-spacing: 0.08em;
  color: #4A4A4A;
  font-weight: 500;
}

/* =========================
   sedation-footer-message
========================= */
.sedation-footer-message {
  margin-top: 68px;
  margin-bottom: 105px;
}

.sedation-footer-message__img {
  width: 100%;
}
.sedation-footer-message__img img {
  width: 100%;
  height: auto;
}

.sedation-footer-message__wrapper {
  text-align: center;
  margin-inline: 6.4%;
  margin-top: 54px;
  position: relative;
}

.sedation-footer-message__text p {
  font-size: 20px;
  font-family: "hiragino-mincho-pron", serif;
  line-height: 3;
  letter-spacing: 0.11em;
  color: #4A4A4A;
}

.sedation-footer-message__contact {
  margin-top: 140px;
}

.sedation-footer-message__contact-button {
  width: 238px;
}

.sedation-footer-message__bg-gray {
  position: absolute;
  top: -80px;
  left: 35%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 65%;
  height: 83%;
  z-index: -1;
}
.sedation-footer-message__bg-gray img {
  width: 100%;
  height: 100%;
}