/* =========================
   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
========================= */
.lip-fv {
  margin-top: 51px;
}
@media screen and (min-width: 768px) {
  .lip-fv {
    margin-top: 0;
    padding-top: clamp(69px, 6.875vw, 99px);
  }
}

.lip-fv__img {
  margin-inline: 5.3333333333%;
}
.lip-fv__img img {
  width: 100%;
  height: auto;
}

.lip-fv__message {
  margin-top: 67px;
}
@media screen and (min-width: 768px) {
  .lip-fv__message {
    margin-top: 120px;
  }
}

.lip-fv__title {
  text-align: center;
  margin-inline: 13.8666666667%;
}
.lip-fv__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .lip-fv__title p {
    font-size: clamp(32px, 4.44vw, 48px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) {
  .lip-fv__title {
    margin: 0;
  }
}

@media screen and (min-width: 768px) {
  .lip-fv__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 112px;
    margin-left: 11.7361111111%;
    margin-right: 5.0694444444%;
  }
}

.lip-fv__message-img {
  width: 61.8666666667%;
  margin-top: 20px;
  margin-left: 31.2%;
}
.lip-fv__message-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lip-fv__message-img {
    width: clamp(276.8px, 36.041vw, 519px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
  }
}

.lip-fv__message-wrapper {
  margin-top: 61px;
}

.lip-fv__message-title {
  text-align: center;
  margin-inline: 16%;
}
.lip-fv__message-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .lip-fv__message-title p {
    font-size: clamp(12.8px, 1.666vw, 24px);
  }
}
@media screen and (min-width: 768px) {
  .lip-fv__message-title {
    margin: 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.lip-fv__message-text {
  margin-top: 30px;
  margin-inline: 5.3333333333%;
}
.lip-fv__message-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .lip-fv__message-text p {
    font-size: clamp(10.66px, 1.3888vw, 20px);
  }
}
.lip-fv__message-text ul {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #4A4A4A;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .lip-fv__message-text ul {
    padding-left: 47px;
    font-size: clamp(10.66px, 1.3888vw, 20px);
  }
}
@media screen and (min-width: 768px) {
  .lip-fv__message-text {
    margin-inline: 0;
    -moz-text-align-last: left;
         text-align-last: left;
    margin-top: 40px;
    font-size: clamp(10.66px, 1.3888vw, 20px);
  }
}

/* =========================
   approach
========================= */
.approach {
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .approach {
    margin-top: -92px;
  }
}

.approach__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  margin-left: 3.2%;
  margin-right: 23.4666666667%;
}
@media screen and (min-width: 768px) {
  .approach__heading {
    font-size: clamp(160px, 20.8333vw, 300px);
    margin-right: auto;
    margin-left: 0;
  }
}

.approach__title {
  text-align: center;
  margin-top: 28px;
  margin-inline: 16%;
}
.approach__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  color: #000;
}
@media screen and (min-width: 768px) {
  .approach__title p {
    font-size: clamp(32px, 4.44vw, 48px);
    font-weight: 600;
    letter-spacing: 0;
    line-height: 0;
  }
}
@media screen and (min-width: 768px) {
  .approach__title {
    margin-inline: 0;
    margin-top: -45px;
  }
}

.approach__points {
  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;
}
@media screen and (min-width: 768px) {
  .approach__points {
    margin-top: 85px;
  }
}

.approach__point {
  position: relative;
  margin-left: 8.5333333333%;
  margin-right: 2.6666666667%;
  padding-top: 75px;
  padding-bottom: 56px;
  padding-right: 5.3333333333%;
  padding-left: 14.6666666667%;
}
@media screen and (min-width: 768px) {
  .approach__point {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .approach__point-01 {
    padding-top: clamp(23.4666px, 3.0555vw, 44px);
    padding-bottom: clamp(37.8666px, 4.93vw, 71px);
    padding-left: clamp(78.9333px, 10.277vw, 148px);
    padding-right: clamp(46.4px, 6.041vw, 87px);
    background-image: url(../lip-art/img/approach-point1-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10.2083333333%;
  }
}

.approach__point-02 {
  top: -23px;
}
@media screen and (min-width: 768px) {
  .approach__point-02 {
    padding-top: clamp(47.466px, 6.18vw, 89px);
    padding-bottom: clamp(43.2px, 5.625vw, 81px);
    padding-left: clamp(83.733px, 10.902vw, 157px);
    padding-right: clamp(20.8px, 2.708vw, 39px);
    background-image: url(../lip-art/img/approach-point2-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-inline: auto;
    margin-top: clamp(21.333px, 2.777vw, 40px);
  }
}

.approach__point-03 {
  top: -40px;
}
@media screen and (min-width: 768px) {
  .approach__point-03 {
    padding-top: clamp(30.933px, 4.027vw, 58px);
    padding-bottom: clamp(40px, 5.208vw, 75px);
    padding-left: clamp(57.06px, 7.43vw, 107px);
    padding-right: clamp(26.66px, 3.472vw, 50px);
    background-image: url(../lip-art/img/approach-point3-pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-inline: auto;
    margin-top: clamp(6.9333px, 0.9027vw, 13px);
    margin-right: 4.9305555556%;
  }
}

.approach__point-bg {
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 103%;
  height: 100%;
}
.approach__point-bg img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .approach__point-bg {
    display: none;
  }
}

.approach__point-title {
  text-align: center;
}
.approach__point-title p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.33em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .approach__point-title p {
    font-size: clamp(25.6px, 3.333vw, 48px);
  }
}
@media screen and (min-width: 768px) {
  .approach__point-title {
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.approach__point-text {
  margin-top: 40px;
}
.approach__point-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .approach__point-text p {
    font-size: clamp(10.666px, 1.3888vw, 20px);
  }
}

/* =========================
   lip-art
========================= */
.lip-art {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .lip-art {
    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) {
  .lip-art__head-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.lip-art__heading {
  -webkit-transform: rotate(-1.83deg);
          transform: rotate(-1.83deg);
  font-size: 100px;
  margin-left: 33.8666666667%;
  margin-right: 1.8666666667%;
  line-height: 0.52;
}
@media screen and (min-width: 768px) {
  .lip-art__heading {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    font-size: clamp(160px, 20.8333vw, 300px);
    margin-left: 10.4166666667%;
    margin-right: 7.0833333333%;
    margin-top: 10px;
  }
}

.lip-art__head-img {
  width: 71.2%;
}
.lip-art__head-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lip-art__head-img {
    width: clamp(227.2px, 29.58vw, 426px);
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 3.125%;
    margin-top: -253px;
  }
}

.lip-art__title {
  text-align: center;
  margin-top: 36px;
}
.lip-art__title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .lip-art__title p {
    font-size: clamp(34.133px, 4.444vw, 64px);
  }
}
@media screen and (min-width: 768px) {
  .lip-art__title {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-top: -90px;
  }
}

.lip-art__content-02 {
  position: relative;
  margin-top: 88px;
}

.lip-art__content-03 {
  margin-top: 137px;
}

.lip-art__content-04 {
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lip-art__content-04 {
    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;
    margin-top: 187px;
  }
}

.lip-art__content-04-img {
  margin-left: 12.2666666667%;
  margin-right: 8%;
  width: 77.6%;
}
.lip-art__content-04-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lip-art__content-04-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(310.933px, 40.486vw, 583px);
    margin-left: 2.2222222222%;
    margin-right: 0;
  }
}

.lip-art__content-05 {
  margin-top: 132px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lip-art__content-05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 9.5138888889%;
    margin-top: 150px;
  }
}

.lip-art__content-title {
  margin-inline: 9.3333333333%;
  text-align: center;
  margin-top: 100px;
}
.lip-art__content-title p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.13em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .lip-art__content-title {
    margin-top: 117px;
  }
}

.lip-art__content-text {
  margin-inline: 5.3333333333%;
  margin-top: 80px;
}
.lip-art__content-text p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.06em;
  color: #4A4A4A;
}
@media screen and (min-width: 768px) {
  .lip-art__content-text p {
    font-size: clamp(10.666px, 1.3888vw, 20px);
    letter-spacing: 0.24em;
  }
}
@media screen and (min-width: 768px) {
  .lip-art__content-text {
    text-align: center;
  }
}

.lip-art-text-bold {
  font-weight: 600;
}

.lip-art__content-bg-wt-02 {
  position: absolute;
  top: 77px;
  left: 26%;
  width: 69.3333333333%;
  height: 100%;
  z-index: -1;
}
.lip-art__content-bg-wt-02 img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .lip-art__content-bg-wt-02 {
    top: 128px;
    left: 32%;
    width: clamp(524.8px, 68.333vw, 984px);
  }
}

.lip-art__content-02-img {
  margin: 0 auto;
  width: 77.6%;
}
.lip-art__content-02-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lip-art__content-02-img {
    width: clamp(306.66px, 39.93vw, 575px);
    margin-right: 3.3333333333%;
    margin-top: -149px;
  }
}

@media screen and (min-width: 768px) {
  .lip-art__content-title-02 {
    margin-top: -85px;
  }
}

.lip-art__content-05-img {
  margin-left: 13.6%;
  margin-right: 2.6666666667%;
  width: 83.7333333333%;
}
.lip-art__content-05-img img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .lip-art__content-05-img {
    width: clamp(346.666px, 45.138vw, 650px);
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 192px;
  }
}

.lip-art__content-bg-wt-04 {
  position: absolute;
  top: 77px;
  right: 26%;
  width: 69.3333333333%;
  height: 100%;
  z-index: -1;
}
.lip-art__content-bg-wt-04 img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .lip-art__content-bg-wt-04 {
    width: clamp(375.466px, 48.888vw, 704px);
    right: 16%;
    top: 169px;
    height: 80%;
  }
}

.lip-art__content-bg-wt-05 {
  position: absolute;
  top: 77px;
  right: 26%;
  width: 69.3333333333%;
  height: 109%;
  z-index: -1;
}
.lip-art__content-bg-wt-05 img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .lip-art__content-bg-wt-05 {
    width: clamp(423.466px, 55.138vw, 794px);
    height: 100%;
    right: 20%;
    top: 48px;
  }
}

/* =========================
   footer-message
========================= */
.footer-message-sp {
  position: relative;
  margin-top: 128px;
}
@media screen and (min-width: 768px) {
  .footer-message-sp {
    display: none;
  }
}

.footer-message-bg {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 59%;
  height: 80%;
}
.footer-message-bg img {
  width: 100%;
  height: 100%;
}

.footer-message__contents-img {
  width: 100%;
  position: relative;
}
.footer-message__contents-img img {
  width: 100%;
  height: auto;
}

.footer-message__contents-text {
  position: absolute;
  top: 14px;
  left: 19px;
}
.footer-message__contents-text p {
  font-family: "hiragino-mincho-pron", serif;
  font-size: 24px;
  line-height: 1.35;
  letter-spacing: 0.06em;
  color: #4A4A4A;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .footer-message__contents-text {
    position: relative;
  }
  .footer-message__contents-text p {
    line-height: 1.64;
    letter-spacing: 0.24em;
    text-shadow: none;
  }
}

.footer-message__contents-text-sml {
  font-size: 20px;
}

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

.footer-message__contact {
  padding-top: 93px;
  padding-bottom: 81.65px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-message__contact {
    padding-bottom: 64.52px;
  }
}

.footer-message__button {
  width: 238px;
}

.footer-message-pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-message-pc {
    position: relative;
    display: block;
    margin-top: 117px;
  }
}

@media screen and (min-width: 768px) {
  .footer-message-pc__contents {
    padding-top: 65px;
    padding-bottom: 46px;
    margin-left: 5.0694444444%;
  }
}

@media screen and (min-width: 768px) {
  .footer-message-pc__contents-inner {
    text-align: center;
    padding-top: 95px;
    background-color: rgba(0, 0, 0, 0.13);
    padding-inline: 0;
    margin-left: 5.0694444444%;
    margin-right: 47.2222222222%;
  }
}

@media screen and (min-width: 768px) {
  .footer-message-pc__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
  }
  .footer-message-pc__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}