@charset "UTF-8";
/*
Theme Name: 花小金井駅前スキンクリニック
*/
@import url("assets/scss/reset.css");
/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 959px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .pc_only {
    display: block;
  }
  .sp_only {
    display: none;
  }
}
body {
  color: #231815;
  letter-spacing: 0.08em;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  line-height: 1.4;
  background-color: #fff;
}
body input,
body button {
  font-family: inherit;
}
body a {
  color: inherit;
}
body p {
  line-height: 1.8;
}
body strong {
  font-weight: bold;
}
body .underline {
  text-decoration: underline;
}
body img {
  max-width: 100%;
  height: auto;
}
body iframe {
  max-width: 100%;
}
@media screen and (min-width: 960px) {
  body a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media screen and (max-width: 959px) {
  body {
    font-size: 14px;
  }
}

.container {
  width: 1100px;
  max-width: 100%;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}
@media screen and (max-width: 959px) {
  .container {
    padding: 0 20px;
  }
}

ul.normal-list li {
  line-height: 1.8;
  padding-left: 1.4em;
  position: relative;
}
ul.normal-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0.5em;
}

ol.normal-list {
  list-style: decimal;
  padding-left: 2em;
}
ol.normal-list li {
  line-height: 1.8;
}

.logo-text {
  font-size: 36px;
}
.logo-text.white {
  color: #fff;
}
@media screen and (max-width: 959px) {
  .logo-text {
    font-size: 24px;
  }
}

.fz-20 {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .fz-20 {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .fz-20 {
    font-size: 14px;
  }
}

.heading {
  text-align: center;
}
.heading .heading-en {
  font-size: 90px;
  font-family: "canto-pen", serif;
  color: #bfacbe;
  letter-spacing: 0.06em;
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .heading .heading-en {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-en {
    font-size: 50px;
  }
}
.heading .heading-ja {
  font-size: 30px;
  margin-top: 30px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .heading .heading-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-ja {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .heading .heading-ja {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.heading .heading-ja span {
  color: #c3619a;
}
.heading .heading-sub {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .heading .heading-sub {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .heading .heading-sub {
    font-size: 18px;
  }
}
.heading.--flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
@media screen and (max-width: 959px) {
  .heading.--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .heading.--flex .heading-ja {
    margin-top: 10px;
  }
}

.margin-l-0 {
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .margin-l-0 {
    margin-left: auto;
  }
}

.margin-r-0 {
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .margin-r-0 {
    margin-right: auto;
  }
}

.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}

.ta-center {
  text-align: center;
}

.ta-right {
  text-align: right;
}

.fd-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.bg-white {
  background-color: #fff !important;
}

.bg-baseColor {
  background-color: #f2eae6;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s;
  transition: opacity 0.7s ease, filter 0.7s ease 0.2s, transform 0.7s ease 0.2s, -webkit-filter 0.7s ease 0.2s, -webkit-transform 0.7s ease 0.2s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  will-change: filter;
}
.fade-in.active {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.fade-in.delay-1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.fade-in.delay-2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.fade-in.delay-3 {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}

.hidden {
  opacity: 0 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.mt-40 {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .mt-40 {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}

.mt-60 {
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  .mt-60 {
    margin-top: calc(60 * 2 / 10 * 1vw);
  }
}

.mt-80 {
  margin-top: 80px;
}
@media screen and (max-width: 959px) {
  .mt-80 {
    margin-top: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .mt-80 {
    margin-top: 30px;
  }
}

.mt-120 {
  margin-top: 120px;
}
@media screen and (max-width: 959px) {
  .mt-120 {
    margin-top: calc(120 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .mt-120 {
    margin-top: 60px;
  }
}

.header {
  padding: 0 0;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  position: fixed;
  z-index: 10;
  background-color: #fff;
}
.header.scrolled {
  background-color: #fff;
}
.header__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-left: calc(40 * 2 / 10 * 1vw);
    padding-right: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .header__wrap {
    padding: 10px 20px;
  }
}
.header__logo {
  width: 70%;
  max-width: 430px;
}
.header__sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .header__sub {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.header__nav nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
}
.header__hamburger {
  width: 80px;
  height: 80px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .header__hamburger {
    width: 60px;
    height: 60px;
  }
}
.header__hamburger:hover {
  cursor: pointer;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 50px;
  position: relative;
  height: 20px;
  vertical-align: middle;
  margin-bottom: 1em;
  cursor: pointer;
}
@media screen and (max-width: 959px) {
  .menu-trigger {
    width: 36px;
    height: 16px;
  }
}
.menu-trigger span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger::after {
  content: "MENU";
  font-weight: bold;
  position: absolute;
  bottom: -1.8em;
  text-align: center;
  right: 0;
  left: 0;
  margin: auto;
  color: #fff;
  font-size: 13px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .menu-trigger::after {
    font-size: 9px;
  }
}
@media screen and (max-width: 479px) {
  .menu-trigger::after {
    font-size: 9px;
  }
}
@media screen and (max-width: 959px) {
  .menu-trigger::after {
    bottom: -2em;
  }
}
.menu-trigger.active span {
  display: block;
}
.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
  top: unset;
  bottom: 0.8em;
}
@media screen and (max-width: 959px) {
  .menu-trigger.active span:nth-of-type(1) {
    bottom: 0.4em;
  }
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  bottom: 0.8em;
}
@media screen and (max-width: 959px) {
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 0.4em;
  }
}
.menu-trigger.active::after {
  content: "CLOSE";
}

.sp-nav {
  width: 580px;
  height: calc(100vh - 120px);
  border-radius: 60px 0 0 0;
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 11;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
}
@media screen and (max-width: 959px) {
  .sp-nav {
    width: 94%;
    top: 80px;
  }
}
.sp-nav.active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  transition: all 0.9s cubic-bezier(0.5, 0, 0, 1);
  opacity: 1;
  pointer-events: auto;
}
.sp-nav__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__wrap {
    padding: 40px 30px;
  }
}
.sp-nav__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-nav__link a {
  display: block;
  padding-top: 26px;
  padding-bottom: 26px;
  font-size: 20px;
  padding-left: 16px;
  padding-right: 16px;
}
@media screen and (max-width: 959px) {
  .sp-nav__link a {
    padding-top: calc(26 * 2 / 10 * 1vw);
    padding-bottom: calc(26 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .sp-nav__link a {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .sp-nav__link a {
    padding-left: calc(16 * 2 / 10 * 1vw);
    padding-right: calc(16 * 2 / 10 * 1vw);
  }
}
.sp-nav__link a:not(:last-child) {
  border-bottom: 1px solid #fff;
}

.fixed-menu {
  display: none;
}
@media screen and (max-width: 959px) {
  .fixed-menu {
    position: fixed;
    bottom: 0;
    right: 0;
    display: block;
    color: #fff;
    height: 70px;
    width: 100%;
    z-index: 8;
    text-align: center;
  }
}
.fixed-menu__wrap {
  height: 100%;
  width: 100%;
}
.fixed-menu__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  width: 100%;
}
.fixed-menu__container ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.fixed-menu__container ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: bold;
  height: 100%;
}
.fixed-menu__container ul li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  gap: 0.6em;
}
.fixed-menu__container ul li img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}
.fixed-menu__container ul li.tel {
  background-color: #d6b88a;
}
.fixed-menu__container ul li.web {
  background-color: #ccabb0;
}
.fixed-menu__container ul li.line {
  background-color: #679a75;
}
.fixed-menu__container ul li.site {
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
}

.fixed-links {
  position: fixed;
  right: 0;
  bottom: 4%;
  background-color: #c9caca;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}
@media screen and (max-width: 959px) {
  .fixed-links {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .fixed-links {
    padding-left: calc(30 * 2 / 10 * 1vw);
  }
}
.fixed-links.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}
.fixed-links__wrap {
  width: 100%;
}
.fixed-links__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.fixed-links__tel {
  color: #fff;
  font-size: 1.6vw;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.4em;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.fixed-links__tel img {
  width: 2vw;
}
.fixed-links ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 4vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.fixed-links ul li {
  text-align: center;
  color: #fff;
  height: 100%;
  width: auto;
}
.fixed-links ul li img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-visual {
  background-color: #f2eae6;
}
.main-visual__wrap {
  height: 100%;
}
.main-visual__container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
.main-visual__bg {
  width: 80%;
  height: 100%;
  margin: 0 0 0 auto;
  border-left: 50px solid #dadedf;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .main-visual__bg {
    width: 90%;
    border-left: 20px solid #dadedf;
  }
}
.main-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-visual__catch .catch-en {
  position: absolute;
  left: 6%;
  top: 10%;
  font-family: "canto-pen", serif;
  font-size: 4.8vw;
  line-height: 1.1;
  letter-spacing: 0.1em;
  color: #bfacbe;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-en {
    font-size: 7.6vw;
    top: 6%;
  }
}
.main-visual__catch .catch-ja {
  position: absolute;
  right: 8%;
  line-height: 1;
  top: 10%;
  font-family: "canto-pen", serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.6vw;
  background-color: #fff;
  letter-spacing: 0.16em;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 6px;
  padding-right: 14px;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    padding-left: calc(6 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    padding-right: calc(14 * 2 / 10 * 1vw);
  }
}
.main-visual__catch .catch-ja span {
  font-size: 3vw;
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    font-size: 4.6vw;
    top: 20%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 959px) and (max-width: 959px) {
  .main-visual__catch .catch-ja {
    margin-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__catch .catch-ja span {
    font-size: 7vw;
  }
}
.main-visual__text-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 6%;
  bottom: 0;
  width: 50%;
}
@media screen and (max-width: 959px) {
  .main-visual__text-image {
    width: 90%;
  }
}
.main-visual__image {
  width: 50%;
  aspect-ratio: 58/57;
  position: relative;
}
.main-visual__image:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  top: -2em;
  right: -2em;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (max-width: 959px) {
  .main-visual__image:before {
    top: -1em;
    right: -1em;
  }
}
.main-visual__image img {
  border-radius: 100px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  position: relative;
}
.main-visual__text {
  margin-left: -2em;
  z-index: 1;
}
.main-visual__text p {
  display: inline-block;
  background: #fff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 4px;
  padding-bottom: 4px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  font-size: 1.2vw;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .main-visual__text p {
    padding-left: calc(20 * 2 / 10 * 1vw);
    padding-right: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__text p {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
.main-visual__text p:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .main-visual__text p:not(:first-child) {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .main-visual__text p {
    font-size: 2.5vw;
    padding: 4px 10px;
  }
}

.content-lead {
  background-image: url(./assets/images/bg-lead.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.content-lead .heading {
  font-size: 40px;
  letter-spacing: 0.14em;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 40px rgba(255, 255, 255, 0.6), 0 0 80px rgba(255, 255, 255, 0.4), 0 0 120px rgba(255, 255, 255, 0.2);
}
@media screen and (max-width: 959px) {
  .content-lead .heading {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content-lead .heading {
    font-size: 30px;
  }
}
.content-lead .content__list {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 24px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 959px) {
  .content-lead .content__list {
    padding-top: calc(70 * 2 / 10 * 1vw);
    padding-bottom: calc(70 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-lead .content__list {
    padding-left: calc(60 * 2 / 10 * 1vw);
    padding-right: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-lead .content__list {
    padding: 30px 20px;
  }
}
.content-lead .content__list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2em 1em;
}
@media screen and (max-width: 959px) {
  .content-lead .content__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 1em;
  }
}
.content-lead .content__list ul li {
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-lead .content__list ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-lead .content__list ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .content-lead .content__list ul li {
    gap: 0.4em;
  }
}
.content-lead .content__list ul li:before {
  content: "";
  background-image: url(./assets/images/icon/check-list.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 24px;
  height: auto;
  aspect-ratio: 19/20;
}
@media screen and (max-width: 959px) {
  .content-lead .content__list ul li:before {
    width: 20px;
  }
}

.content-cta {
  background-color: #c3619a;
}
.content-cta .cta__wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  margin: auto;
}
@media screen and (max-width: 959px) {
  .content-cta .cta__wrap {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-cta .cta__wrap {
    padding: 20px 0;
    width: 90%;
  }
}
.content-cta .cta__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .content-cta .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-cta .cta__text-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-cta .cta__text-image {
    gap: 1em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.content-cta .cta__text {
  color: #fff;
  font-size: 34px;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  .content-cta .cta__text {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-cta .cta__text {
    font-size: 18px;
  }
}
.content-cta .cta__image {
  max-width: 190px;
}
@media screen and (max-width: 959px) {
  .content-cta .cta__image {
    width: 20%;
  }
}
.content-cta .cta__button {
  width: 36%;
  max-width: 700px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959px) {
  .content-cta .cta__button {
    margin-top: 10px;
    width: 80%;
  }
}
.content-cta .cta__button img {
  border-radius: 100px;
  -webkit-box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.3137254902);
          box-shadow: 10px 10px 10px rgba(51, 51, 51, 0.3137254902);
  overflow: hidden;
}
.content-cta .cta__button:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.content-cta .cta__button:hover img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.content-message__heading-ja {
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 959px) {
  .content-message__heading-ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content-message__heading-ja {
    font-size: 30px;
  }
}
.content-message__heading-en {
  text-align: center;
  font-size: 16px;
  color: #ccabb0;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-message__heading-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-message__heading-en {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .content-message__heading-en {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-message__heading-en {
    margin-top: 10px;
  }
}
.content-message .content__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6em;
}
@media screen and (max-width: 959px) {
  .content-message .content__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3em;
  }
}
.content-message .content__text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .content-message .content__text-block {
    gap: 2em;
  }
}
.content-message .content__text {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .content-message .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-message .content__text {
    font-size: 14px;
  }
}
.content-message .content__name {
  font-size: 18px;
  text-align: right;
  line-height: 2.6;
}
@media screen and (max-width: 959px) {
  .content-message .content__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-message .content__name {
    font-size: 16px;
  }
}
.content-message .content__image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 0 50px 0 50px;
  overflow: hidden;
  margin-right: -4em;
}
.content-message .content__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.content-features {
  background: -webkit-repeating-linear-gradient(left, transparent, transparent calc(25% - 1px), #dcdddd calc(25% - 1px), #dcdddd 25%);
  background: repeating-linear-gradient(to right, transparent, transparent calc(25% - 1px), #dcdddd calc(25% - 1px), #dcdddd 25%);
}
.content-features .content-box:not(:first-child) {
  margin-top: 100px;
}
@media screen and (max-width: 959px) {
  .content-features .content-box:not(:first-child) {
    margin-top: calc(100 * 2 / 10 * 1vw);
  }
}
.content-features .content-box__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6em;
}
@media screen and (max-width: 959px) {
  .content-features .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2em;
  }
}
.content-features .content-box__text-block {
  width: 40%;
}
@media screen and (max-width: 959px) {
  .content-features .content-box__text-block {
    width: 100%;
  }
}
.content-features .content-box__number {
  font-size: 28px;
  color: #c3619a;
  letter-spacing: 0.14em;
  font-family: "canto-pen", serif;
}
@media screen and (max-width: 959px) {
  .content-features .content-box__number {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-features .content-box__number {
    font-size: 20px;
  }
}
.content-features .content-box__number span {
  font-size: 100px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 959px) {
  .content-features .content-box__number span {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content-features .content-box__number span {
    font-size: 30px;
  }
}
.content-features .content-box__heading {
  font-size: 28px;
  margin-top: 40px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .content-features .content-box__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .content-features .content-box__heading {
    font-size: 26px;
  }
}
@media screen and (max-width: 959px) {
  .content-features .content-box__heading {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-features .content-box__heading {
    margin-top: 20px;
  }
}
.content-features .content-box__text {
  font-size: 18px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-features .content-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-features .content-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .content-features .content-box__text {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-features .content-box__text span {
  color: #c3619a;
}
.content-features .content-box__image {
  overflow: hidden;
  border-radius: 100px 0 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 2px solid #c3619a;
}
.content-features .content-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.content-features .content-box:nth-child(odd) {
  margin-right: -8em;
}
@media screen and (max-width: 959px) {
  .content-features .content-box:nth-child(odd) {
    margin-right: 0;
  }
}
.content-features .content-box:nth-child(even) {
  margin-left: -8em;
}
@media screen and (max-width: 959px) {
  .content-features .content-box:nth-child(even) {
    margin-left: 0;
  }
}
.content-features .content-box:nth-child(even) .content-box__container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 959px) {
  .content-features .content-box:nth-child(even) .content-box__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.content-features .content-box:nth-child(even) .content-box__image {
  border-radius: 0 100px 0 0;
}

.content-recommend {
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
.content-recommend__heading-ja {
  text-align: center;
  font-size: 40px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 959px) {
  .content-recommend__heading-ja {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend__heading-ja {
    font-size: 30px;
  }
}
.content-recommend__heading-en {
  font-family: "canto-pen", serif;
  font-size: 10vw;
  color: #fff;
  margin-top: -40px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  text-align: center;
}
@media screen and (max-width: 959px) {
  .content-recommend__heading-en {
    margin-top: 0;
    font-size: 30px;
  }
}
.content-recommend .content__boxes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6em;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  .content-recommend .content__boxes {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4em;
    margin-top: 50px;
  }
}
.content-recommend .border-x {
  position: relative;
}
.content-recommend .border-x:before, .content-recommend .border-x:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 1px;
  background: #fff;
  content: "";
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.content-recommend .border-x:before {
  top: 0;
}
.content-recommend .border-x:after {
  bottom: 0;
}
.content-recommend .border-y {
  position: relative;
}
.content-recommend .border-y:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100%;
  background: #fff;
}
@media screen and (max-width: 959px) {
  .content-recommend .border-y {
    display: none;
  }
}
.content-recommend .content-box {
  background-color: #fff;
  border: 1px solid #c3619a;
  border-radius: 90px 0;
  position: relative;
  height: 100%;
  width: 90%;
  -webkit-align-self: start;
      -ms-flex-item-align: start;
          align-self: start;
  margin: auto;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.content-recommend .content-box__inner {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__inner {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__inner {
    padding-top: calc(80 * 2 / 10 * 1vw);
    padding-bottom: calc(80 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__inner {
    padding: 40px 20px;
  }
}
.content-recommend .content-box__heading {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__heading {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__heading {
    font-size: 20px;
  }
}
.content-recommend .content-box__price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 80px;
  border: 2px solid #c3619a;
  margin-top: 30px;
  font-weight: bold;
  height: 80px;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__price {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.content-recommend .content-box__price .price-heading,
.content-recommend .content-box__price .price-content {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__price .price-heading,
  .content-recommend .content-box__price .price-content {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.content-recommend .content-box__price .price-heading {
  font-size: 17px;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__price .price-heading {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__price .price-heading {
    font-size: 14px;
  }
}
.content-recommend .content-box__price .price-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  font-size: 20px;
}
.content-recommend .content-box__price .price-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background: #c3619a;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__price .price-content {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__price .price-content {
    font-size: 18px;
  }
}
.content-recommend .content-box__price .price-content span {
  font-size: 26px;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__price .price-content span {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__price .price-content span {
    font-size: 20px;
  }
}
.content-recommend .content-box__hook {
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  font-size: 22px;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin: auto;
  margin-top: 40px;
  font-weight: bold;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__hook {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__hook {
    font-size: 18px;
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__hook {
    padding-left: calc(6 * 2 / 10 * 1vw);
    padding-right: calc(6 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__hook {
    padding-top: calc(4 * 2 / 10 * 1vw);
    padding-bottom: calc(4 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__hook {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-recommend .content-box__list {
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__list {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-recommend .content-box__list ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #9fa0a0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__list ul li {
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__list ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__list ul li {
    font-size: 14px;
  }
}
.content-recommend .content-box__list ul li div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.content-recommend .content-box__list ul li:before {
  content: "";
  background-image: url(./assets/images/icon/check-list-simple.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__list ul li:before {
    width: 14px;
  }
}
.content-recommend .content-box__list ul li span {
  color: #c3619a;
  font-weight: bold;
}
.content-recommend .content-box__list ul li:not(:first-child) {
  margin-top: 14px;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__list ul li:not(:first-child) {
    margin-top: calc(14 * 2 / 10 * 1vw);
  }
}
.content-recommend .content-box__number {
  font-family: "canto-pen", serif;
  color: #fff;
  font-size: 70px;
  background-color: #c3619a;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 14px;
  overflow: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__number {
    font-size: 30px;
  }
}
@media screen and (max-width: 479px) {
  .content-recommend .content-box__number {
    font-size: 30px;
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__number {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__number {
    padding-top: calc(6 * 2 / 10 * 1vw);
    padding-bottom: calc(6 * 2 / 10 * 1vw);
  }
}
.content-recommend .content-box__number.--01 {
  left: -0.8em;
}
.content-recommend .content-box__number.--02 {
  right: -0.8em;
}
@media screen and (max-width: 959px) {
  .content-recommend .content-box__number {
    right: 0 !important;
    left: 0 !important;
    margin: auto;
    top: -0.8em;
    bottom: auto;
  }
}

@media screen and (max-width: 959px) {
  .content-price .content__table {
    overflow: auto;
  }
}
.content-price .content__table table {
  width: 100%;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  border-collapse: separate;
  border-spacing: 0 20px;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table {
    width: 660px;
  }
}
.content-price .content__table table tr:first-child {
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
}
.content-price .content__table table tr:not(:first-child) {
  background: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr:not(:first-child) {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
.content-price .content__table table tr th,
.content-price .content__table table tr td {
  width: 33.3333333333%;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr th,
  .content-price .content__table table tr td {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
.content-price .content__table table tr th {
  font-weight: bold;
  color: #fff;
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-price .content__table table tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr th {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
.content-price .content__table table tr td {
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  font-size: 15px;
  line-height: 1.6;
  position: relative;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr td {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-price .content__table table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr td {
    padding: 30px 20px;
  }
}
.content-price .content__table table tr td:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 66%;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: #c9caca;
}
.content-price .content__table table tr td.emphasize {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr td.emphasize {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-price .content__table table tr td.emphasize {
    font-size: 12px;
  }
}
.content-price .content__table table tr td.emphasize span {
  font-size: 24px;
}
@media screen and (max-width: 959px) {
  .content-price .content__table table tr td.emphasize span {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-price .content__table table tr td.emphasize span {
    font-size: 16px;
  }
}
.content-price .content__note {
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
}
@media screen and (max-width: 959px) {
  .content-price .content__note {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-price .content__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 479px) {
  .content-price .content__note {
    font-size: 12px;
  }
}
@media screen and (max-width: 959px) {
  .content-price .content__note {
    margin-top: 10px;
    text-align: left;
  }
}

.content-case {
  background-color: #f2f2f2;
}
.content-case .content__boxes {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em;
}
@media screen and (max-width: 959px) {
  .content-case .content__boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em;
  }
}
.content-case .content-box {
  background-color: #fff;
  border-radius: 40px;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.content-case .content-box__inner {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-case .content-box__inner {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-case .content-box__inner {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
.content-case .content-box__table {
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-case .content-box__table {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-case .content-box__table table th,
.content-case .content-box__table table td {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .content-case .content-box__table table th,
  .content-case .content-box__table table td {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
.content-case .content-box__table table th {
  color: #bfacbe;
  font-weight: bold;
  text-align: left;
  font-size: 18px;
  width: 20%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .content-case .content-box__table table th {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-case .content-box__table table th {
    font-size: 16px;
  }
}
.content-case .content-box__table table td {
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .content-case .content-box__table table td {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-case .content-box__table table td {
    font-size: 14px;
  }
}
.content-case .content-box__table table td.emphasize {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .content-case .content-box__table table td.emphasize {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-case .content-box__table table td.emphasize {
    font-size: 16px;
  }
}

.content-flow .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6em;
}
.content-flow .content__boxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6em 3em;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .content-flow .content__boxes {
    grid-template-columns: repeat(1, 1fr);
    gap: 3em 0;
  }
}
.content-flow .border-x {
  position: relative;
  z-index: 0;
}
.content-flow .border-x:before, .content-flow .border-x:after {
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  width: 100vw;
  height: 1px;
  background: #c3619a;
  content: "";
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 959px) {
  .content-flow .border-x:before, .content-flow .border-x:after {
    display: none;
  }
}
.content-flow .border-x:before {
  top: 0;
}
.content-flow .border-x:after {
  bottom: 0;
}
.content-flow .content-box {
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 6px 8px rgba(0, 0, 0, 0.3);
}
.content-flow .content-box__image {
  aspect-ratio: 43/27;
  width: 100%;
}
.content-flow .content-box__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.content-flow .content-box__text-block {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__text-block {
    padding-left: calc(50 * 2 / 10 * 1vw);
    padding-right: calc(50 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__text-block {
    padding-top: calc(50 * 2 / 10 * 1vw);
    padding-bottom: calc(50 * 2 / 10 * 1vw);
  }
}
.content-flow .content-box__number {
  color: #c3619a;
  font-family: "canto-pen", serif;
  font-size: 80px;
  position: absolute;
  right: 0;
  left: 0;
  margin: auto;
  top: -0.8em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__number {
    font-size: 50px;
  }
}
@media screen and (max-width: 479px) {
  .content-flow .content-box__number {
    font-size: 50px;
  }
}
.content-flow .content-box__heading {
  color: #c3619a;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .content-flow .content-box__heading {
    font-size: 18px;
  }
}
.content-flow .content-box__text {
  margin-top: 20px;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__text {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__text {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-flow .content-box__text {
    font-size: 16px;
  }
}
.content-flow .content-box__button {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .content-flow .content-box__button {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}

.content-greeting {
  background: #f2eae6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, rgb(242, 234, 230)), to(rgba(215, 162, 165, 0.47)));
  background: -webkit-linear-gradient(top, rgb(242, 234, 230) 66%, rgba(215, 162, 165, 0.47) 100%);
  background: linear-gradient(180deg, rgb(242, 234, 230) 66%, rgba(215, 162, 165, 0.47) 100%);
}
.content-greeting .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 959px) {
  .content-greeting .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 2em;
  }
}
.content-greeting .content__text-block {
  width: 48%;
}
@media screen and (max-width: 959px) {
  .content-greeting .content__text-block {
    width: 100%;
  }
}
.content-greeting .content__text {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 959px) {
  .content-greeting .content__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-greeting .content__text {
    font-size: 14px;
  }
}
.content-greeting .content__name {
  line-height: 2.6;
  font-size: 18px;
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .content-greeting .content__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-greeting .content__name {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .content-greeting .content__name {
    margin-top: calc(40 * 2 / 10 * 1vw);
  }
}
.content-greeting .content__image {
  width: 30%;
}
@media screen and (max-width: 959px) {
  .content-greeting .content__image {
    width: 80%;
    margin: auto;
  }
}

.content-faq {
  background-color: #f2f2f2;
}
.content-faq .accordion {
  max-width: 1100px;
  margin: auto;
  width: 100%;
}
.content-faq .accordion details {
  width: 100%;
  padding: 1em 0;
}
.content-faq .accordion details summary {
  background: #e6d6d8;
  font-size: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  position: relative;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959px) {
  .content-faq .accordion details summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 479px) {
  .content-faq .accordion details summary {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  .content-faq .accordion details summary {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-faq .accordion details summary {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-faq .accordion details summary {
    gap: 10px;
  }
}
.content-faq .accordion details summary:before {
  content: "Q";
  color: #fff;
  font-size: 38px;
}
@media screen and (max-width: 959px) {
  .content-faq .accordion details summary:before {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .content-faq .accordion details summary:before {
    font-size: 26px;
  }
}
.content-faq .accordion details summary::after {
  content: "+";
  position: absolute;
  right: 0.6em;
  font-size: 50px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 959px) {
  .content-faq .accordion details summary::after {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .content-faq .accordion details summary::after {
    font-size: 20px;
  }
}
.content-faq .accordion__content {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 959px) {
  .content-faq .accordion__content {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-faq .accordion__content {
    padding-top: calc(30 * 2 / 10 * 1vw);
    padding-bottom: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .content-faq .accordion__content {
    gap: 10px;
  }
}
.content-faq .accordion__content:before {
  content: "A";
  color: #bfacbe;
  font-size: 38px;
  margin-top: -0.4em;
}
@media screen and (max-width: 959px) {
  .content-faq .accordion__content:before {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .content-faq .accordion__content:before {
    font-size: 26px;
  }
}
.content-faq .accordion__text {
  font-size: 18px;
}
@media screen and (max-width: 959px) {
  .content-faq .accordion__text {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .content-faq .accordion__text {
    font-size: 14px;
  }
}
.content-faq .accordion[open] summary::after,
.content-faq .accordion details[open] summary::after {
  content: "–";
}

.footer {
  background: #f2eae6;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, rgb(242, 234, 230)), to(rgba(215, 162, 165, 0.47)));
  background: -webkit-linear-gradient(top, rgb(242, 234, 230) 66%, rgba(215, 162, 165, 0.47) 100%);
  background: linear-gradient(180deg, rgb(242, 234, 230) 66%, rgba(215, 162, 165, 0.47) 100%);
}
@media screen and (max-width: 959px) {
  .footer {
    margin-bottom: 60px;
  }
}
.footer__container {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .footer__container {
    padding-top: calc(120 * 2 / 10 * 1vw);
    padding-bottom: calc(120 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__container {
    padding: 60px 0;
  }
}
.footer__logo {
  width: 80%;
  margin: auto;
  max-width: 530px;
}
.footer__info-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959px) {
  .footer__info-block {
    display: block;
  }
}
.footer__text-block {
  background-color: #f7f8f8;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 959px) {
  .footer__text-block {
    padding-left: calc(100 * 2 / 10 * 1vw);
    padding-right: calc(100 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__text-block {
    padding-top: calc(60 * 2 / 10 * 1vw);
    padding-bottom: calc(60 * 2 / 10 * 1vw);
  }
}
.footer__text-block .pink {
  color: #bfacbe;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .footer__text-block .pink {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .footer__text-block .pink {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .footer__text-block {
    padding: 30px 20px;
  }
}
.footer__time table {
  width: 100%;
}
.footer__time table tr:not(:first-child) {
  border-bottom: 1px solid #444444;
}
.footer__time table tr th,
.footer__time table tr td {
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .footer__time table tr th,
  .footer__time table tr td {
    padding-left: calc(10 * 2 / 10 * 1vw);
    padding-right: calc(10 * 2 / 10 * 1vw);
  }
}
.footer__time table tr th {
  background-color: #bfacbe;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .footer__time table tr th {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__time table tr th {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__time table tr th {
    font-size: 14px;
  }
}
.footer__time table tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  background-color: #fff;
  vertical-align: middle;
}
@media screen and (max-width: 959px) {
  .footer__time table tr td {
    padding-top: calc(20 * 2 / 10 * 1vw);
    padding-bottom: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__time table tr td {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__time table tr td {
    font-size: 14px;
  }
}
.footer__additional {
  margin-top: 16px;
  font-size: 15px;
}
@media screen and (max-width: 959px) {
  .footer__additional {
    margin-top: calc(16 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__additional {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .footer__additional {
    font-size: 13px;
  }
}
.footer__additional ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 959px) {
  .footer__additional ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: unset;
    -webkit-align-items: unset;
        -ms-flex-align: unset;
            align-items: unset;
    gap: 0.1em;
  }
}
.footer__additional ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer__note {
  background-color: #fff;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 20px;
  border-radius: 10px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__note {
    padding-left: calc(30 * 2 / 10 * 1vw);
    padding-right: calc(30 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__note {
    padding-top: calc(10 * 2 / 10 * 1vw);
    padding-bottom: calc(10 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__note {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .footer__note {
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  .footer__note {
    padding: 10px 14px;
  }
}
.footer__note ul li:not(:first-child) {
  margin-top: 6px;
}
@media screen and (max-width: 959px) {
  .footer__note ul li:not(:first-child) {
    margin-top: calc(6 * 2 / 10 * 1vw);
  }
}
.footer__detail-boxes {
  margin-top: 30px;
}
@media screen and (max-width: 959px) {
  .footer__detail-boxes {
    margin-top: calc(30 * 2 / 10 * 1vw);
  }
}
.footer__detail-boxes .detail-box:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 959px) {
  .footer__detail-boxes .detail-box:not(:first-child) {
    margin-top: calc(20 * 2 / 10 * 1vw);
  }
}
.footer__detail-boxes .detail-box__heading {
  font-size: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
@media screen and (max-width: 959px) {
  .footer__detail-boxes .detail-box__heading {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .footer__detail-boxes .detail-box__heading {
    font-size: 18px;
  }
}
.footer__detail-boxes .detail-box__heading::after {
  content: "";
  background: #b5b5b6;
  height: 1px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.footer__detail-boxes .detail-box__content {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 959px) {
  .footer__detail-boxes .detail-box__content {
    margin-top: calc(8 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__detail-boxes .detail-box__content {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .footer__detail-boxes .detail-box__content {
    font-size: 14px;
  }
}
.footer__detail-boxes .detail-box__content span {
  color: #c3619a;
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  .footer__detail-boxes .detail-box__content span {
    font-size: 18px;
  }
}
@media screen and (max-width: 479px) {
  .footer__detail-boxes .detail-box__content span {
    font-size: 18px;
  }
}
.footer__map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 959px) {
  .footer__map {
    height: 400px;
  }
}
.footer__map iframe {
  width: 100%;
  height: 100%;
}
.footer__legal {
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(rgb(191, 172, 190)), to(rgb(215, 162, 165)));
  background: -webkit-linear-gradient(left, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  background: linear-gradient(90deg, rgb(191, 172, 190) 0%, rgb(215, 162, 165) 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  .footer__legal {
    padding-top: calc(40 * 2 / 10 * 1vw);
    padding-bottom: calc(40 * 2 / 10 * 1vw);
  }
}
@media screen and (max-width: 959px) {
  .footer__legal {
    font-size: 13px;
  }
}
@media screen and (max-width: 479px) {
  .footer__legal {
    font-size: 13px;
  }
}

.page {
  padding: 100px 0px 100px;
  overflow: hidden;
}
@media screen and (max-width: 959px) {
  .page {
    padding: 60px 0px 70px;
  }
}
.page__head {
  margin-bottom: 100px;
}
@media screen and (max-width: 959px) {
  .page__head {
    margin-bottom: 30px;
  }
}

.wysiwyg {
  font-weight: 500;
  line-height: 1.875;
}
.wysiwyg p,
.wysiwyg h2,
.wysiwyg h3,
.wysiwyg h4,
.wysiwyg table,
.wysiwyg dl,
.wysiwyg blockquote, .wysiwyg > ul, .wysiwyg > ol, .wysiwyg > figure, .wysiwyg > div {
  margin-bottom: 2em;
}
.wysiwyg h2 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 12px;
}
.wysiwyg h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 4px;
}
.wysiwyg h4 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}
.wysiwyg p {
  font-size: 16px;
  line-height: 1.875;
}
.wysiwyg .wp-block-table {
  overflow-x: scroll;
}
.wysiwyg .wp-block-table::-webkit-scrollbar {
  width: 10px;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-track {
  border-radius: 10px;
  border: 1px solid #e7e7e7;
}
.wysiwyg .wp-block-table::-webkit-scrollbar-thumb {
  background-color: #f2f2f2;
  border-radius: 10px;
}
.wysiwyg img {
  max-width: 100%;
}
.wysiwyg img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wysiwyg img.alignright {
  float: right;
  margin-left: 1.5em;
}
.wysiwyg img.alignleft {
  float: left;
  margin-right: 1.5em;
}
.wysiwyg table thead {
  background-color: #454545;
  color: #fff;
  text-align: right;
}
.wysiwyg table thead th {
  text-align: center;
}
.wysiwyg table th,
.wysiwyg table td {
  padding: 12px 12px;
  white-space: nowrap;
  position: relative;
}
.wysiwyg table th::after,
.wysiwyg table td::after {
  content: "";
  display: block;
  width: 2px;
  height: 1.6em;
  background-color: #e6e6e6;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wysiwyg table th:last-child::after,
.wysiwyg table td:last-child::after {
  display: none;
}
.wysiwyg table tbody tr td {
  border-bottom: 2px solid #e6e6e6;
}
.wysiwyg table tbody tr td:first-child {
  background-color: #f2f2f2;
}
.wysiwyg table tbody tr td:first-child::after {
  display: none;
}
.wysiwyg table tbody tr th {
  background-color: #f2f2f2;
}
.wysiwyg dl {
  border: 1px solid #ccc;
}
.wysiwyg dt,
.wysiwyg dd {
  padding: 12px;
  line-height: 1.6;
}
.wysiwyg dt {
  background-color: #454545;
  color: #fff;
}
.wysiwyg blockquote {
  font-size: 16px;
  line-height: 1.875;
  background-color: #f2f2f2;
  padding: 48px;
  position: relative;
}
.wysiwyg blockquote::before {
  content: "“";
  position: absolute;
  top: 12px;
  left: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote::after {
  content: "”";
  position: absolute;
  bottom: 12px;
  right: 24px;
  color: #9e9b94;
  font-size: 24px;
}
.wysiwyg blockquote cite {
  font-size: 14px;
  display: block;
  text-align: right;
  color: #6f6c67;
  position: relative;
}
.wysiwyg blockquote cite::before {
  content: "";
  display: inline-block;
  height: 1px;
  width: 28px;
  background-color: #707070;
  vertical-align: middle;
  margin-right: 1.5em;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul,
.wysiwyg ol {
  padding-left: 1.3em;
}
.wysiwyg ul li,
.wysiwyg ol li {
  line-height: 1.8;
}
.wysiwyg strong {
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .wysiwyg h2 {
    font-size: 18px;
  }
  .wysiwyg h3 {
    font-size: 16px;
  }
  .wysiwyg h4 {
    font-size: 14px;
  }
  .wysiwyg p {
    font-size: 14px;
  }
  .wysiwyg blockquote {
    font-size: 14px;
    padding: 40px 32px;
  }
  .wysiwyg blockquote cite {
    font-size: 12px;
  }
}

.to-top {
  position: fixed;
  right: 0;
  bottom: 80px;
  z-index: 10;
}
.to-top a {
  display: block;
  aspect-ratio: 1/1;
  overflow: hidden;
  width: 60px;
  height: auto;
}
.to-top img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}/*# sourceMappingURL=style.css.map */