/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/src/index.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./wp/wp-content/themes/wp/src/scss/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* reset用SCSS */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.2;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}

.section {
  padding: 64px 0;
}

.section__header {
  margin-bottom: 48px;
  text-align: center;
}

.section__title {
  font-size: 32px;
  font-weight: 700;
  color: #333333;
  margin-bottom: 16px;
}

.section__subtitle {
  font-size: 14px;
  color: #2B237F;
  font-weight: 500;
}

.section__description {
  font-size: 16px;
  color: #666666;
  line-height: 1.8;
  max-width: 800px;
  margin: 24px auto 0;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 32px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
  gap: 8px;
}

.button--primary {
  background-color: #2B237F;
  color: #FFFFFF;
}

.button--primary:hover {
  background-color: #1d1857;
}

.button--secondary {
  background-color: #F2F5FF;
  color: #2B237F;
}

.button--secondary:hover {
  background-color: #d9e1ff;
}

.button--outline {
  border: 1px solid #2B237F;
  color: #2B237F;
  background-color: transparent;
}

.button--outline:hover {
  background-color: #2B237F;
  color: #FFFFFF;
}

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

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

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

.mt-xs {
  margin-top: 4px;
}

.mt-sm {
  margin-top: 8px;
}

.mt-md {
  margin-top: 16px;
}

.mt-lg {
  margin-top: 24px;
}

.mt-xl {
  margin-top: 32px;
}

.mb-xs {
  margin-bottom: 4px;
}

.mb-sm {
  margin-bottom: 8px;
}

.mb-md {
  margin-bottom: 16px;
}

.mb-lg {
  margin-bottom: 24px;
}

.mb-xl {
  margin-bottom: 32px;
}

.pt-xs {
  padding-top: 4px;
}

.pt-sm {
  padding-top: 8px;
}

.pt-md {
  padding-top: 16px;
}

.pt-lg {
  padding-top: 24px;
}

.pt-xl {
  padding-top: 32px;
}

.pb-xs {
  padding-bottom: 4px;
}

.pb-sm {
  padding-bottom: 8px;
}

.pb-md {
  padding-bottom: 16px;
}

.pb-lg {
  padding-bottom: 24px;
}

.pb-xl {
  padding-bottom: 32px;
}

.c-btn1 {
  max-width: 300px;
  width: 76.923%;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  font-size: 18px;
  color: #2b237f;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media screen and (min-width: 768px) {
  .c-btn1 {
    width: 300px;
  }
}
.c-btn1:hover {
  background-color: #2B237F;
  color: #FFFFFF;
}

.is-sp {
  display: block;
}

.is-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
  .is-pc {
    display: block;
  }
}
.header {
  color: #333333;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

@media screen and (min-width: 1280px) {
  .header {
    position: absolute;
    color: #FFFFFF;
  }
}
.header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(43, 35, 127, 0.6);
  z-index: 100;
}

.header.is-fixed .header__nav-main a:hover {
  color: #FFFFFF;
  opacity: 0.6;
}

.header.is-fixed .header__nav-utility a:hover {
  color: #FFFFFF;
  opacity: 0.6;
}

.header__inner {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: 46px;
}

@media screen and (min-width: 1280px) {
  .header__inner {
    margin: 0 auto;
    padding: 0px 0px 0px 25px;
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: auto;
  }
}
@media screen and (min-width: 1280px) {
  .header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__logo-area {
  text-align: center;
}

.header__logo img {
  width: 240px;
  height: auto;
}

@media screen and (min-width: 1280px) {
  .header__logo img {
    width: 292px;
  }
}
.header__menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.header__catch {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__catch {
    display: block;
    font-family: "Shippori Mincho", serif;
    font-size: 10px;
    line-height: 1.5;
    margin-top: 5px;
  }
  .header__catch span {
    text-align: left;
    display: inline-block;
  }
}
.header__info, .header__bottom {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 8px;
  }
  .header__info-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header__nav-utility ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .header__nav-utility a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4px;
    font-family: "EB Garamond", serif;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header__nav-utility a:hover {
    color: #2B237F;
  }
  .header__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .header__time-label {
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    border: 1px solid #FFFFFF;
    padding: 4px 8px;
  }
  .header__time-text {
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    line-height: 1.4;
  }
  .header__info-lower {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
  }
  .header__tel, .header__reservation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    font-family: "Zen Old Mincho", serif;
    font-size: 12px;
    color: #FFFFFF;
    text-decoration: none;
    height: 100px;
    width: 110px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__tel:hover, .header__reservation:hover {
    opacity: 0.8;
  }
  .header__tel.is-preparing:hover {
    opacity: 1;
  }
  .header__tel {
    font-size: 14px;
    background-color: #666666;
  }
  .header__tel img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header__reservation {
    background-color: #2B237F;
    padding: 8px 16px;
    letter-spacing: 0.1em;
  }
  .header__bottom {
    display: block;
    margin-top: 12px;
  }
  .header__nav-main ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 26px;
  }
  .header__nav-main a {
    font-family: "Zen Old Mincho", serif;
    font-size: 14px;
    letter-spacing: 0.08em;
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .header__nav-main a:hover {
    color: #2B237F;
  }
}
.header__hamburger {
  background: #FFFFFF;
  width: 60px;
  height: 46px;
  padding: 10px;
  position: fixed;
  right: 0;
  top: 0;
}

.header__hamburger button {
  display: block;
  position: relative;
  border: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 110;
}

.header__hamburger button span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #333333;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__hamburger button span:nth-child(1) {
  top: 0;
}

.header__hamburger button span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header__hamburger button span:nth-child(3) {
  bottom: 0;
}

.header__hamburger button.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.header__hamburger button.is-active span:nth-child(2) {
  opacity: 0;
}

.header__hamburger button.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

@media screen and (min-width: 1280px) {
  .header__hamburger {
    display: none;
  }
}
.header__bottom.is-active {
  display: block;
  position: fixed;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  background-color: rgba(255, 255, 255, 0.95);
  padding: 40px 20px;
  z-index: 99;
}

.header__bottom.is-active .header__nav-main ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.header__bottom.is-active .header__nav-main a {
  color: #333333;
  font-size: 18px;
}

.header__actions {
  display: none;
}

@media screen and (min-width: 1280px) {
  .header__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.hamburger-menu {
  display: none;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(238, 238, 238, 0.95);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger-menu.active {
  display: block;
}

.hamburger-menu__content {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  height: 100%;
  background: #EEEEEE;
  -webkit-box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
          box-shadow: -2px 0 8px rgba(0, 0, 0, 0.08);
  padding: 10px 24px 24px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 32px;
}

.menu-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}

.menu-logo img {
  height: 28px;
  width: auto;
}

.menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  gap: 20px;
}

.menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
}

.menu-nav ul li {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
  color: #2B237F;
  line-height: 2.2;
  margin-bottom: 4px;
}

.menu-nav .menu-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.menu-nav .menu-icons li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "EB Garamond", serif;
  font-size: 14px;
  color: #2B237F;
}
.menu-nav .menu-icons li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu-nav .menu-icons li img {
  width: 16px;
  height: 16px;
}

.menu-info {
  border-top: 1px solid #A7A7A7;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #666;
  font-size: 12px;
}

.menu-info .menu-info__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 16px;
  border-bottom: 1px solid #A7A7A7;
}

.menu-info .menu-info__time span:first-child {
  display: inline-block;
  border: 1px solid #666;
  padding: 4px 8px;
  font-size: 12px;
  letter-spacing: 0.08em;
}

.menu-info .menu-info__time span:last-child {
  display: block;
  line-height: 1.6;
}

.menu-info .menu-info__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.menu-info .menu-info__contact .menu-info__phone,
.menu-info .menu-info__contact .menu-info__web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  color: #fff;
  padding: 15px 12px;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
}

.menu-info .menu-info__contact .menu-info__phone img,
.menu-info .menu-info__contact .menu-info__web img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}

.menu-info .menu-info__contact .menu-info__phone {
  background: #666666;
}

.menu-info .menu-info__contact .menu-info__phone a.is-preparing:hover {
  opacity: 1;
}

.menu-info .menu-info__contact .menu-info__web {
  background: #2B237F;
}

#hamburger-btn,
.hamburger-menu__close {
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 110;
  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;
}

#hamburger-btn span,
.hamburger-menu__close::before,
.hamburger-menu__close::after {
  content: "";
  display: block;
  position: absolute;
  left: 18px;
  width: 30px;
  height: 2px;
  background: #2B237F;
  border-radius: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
}

#hamburger-btn span {
  left: 6px;
  background: #2B237F;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
}

#hamburger-btn span:nth-child(1) {
  top: 0px;
}

#hamburger-btn span:nth-child(2) {
  top: 12px;
}

#hamburger-btn span:nth-child(3) {
  top: 23px;
}

.hamburger-menu__close {
  position: absolute;
  top: 14px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.hamburger-menu__close::before,
.hamburger-menu__close::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 8px;
  width: 25px;
  height: 2px;
  background: #2B237F;
  border-radius: 1px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
  transition: all 0.3s cubic-bezier(0.4, 2, 0.6, 1);
}

.hamburger-menu__close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.hamburger-menu__close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-mv1 {
  height: 34.7222222222vw;
  max-height: 500px;
  margin-bottom: 39px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 768px) {
  .c-mv1 {
    height: 93.023255814vw;
    max-height: 500px;
    margin-bottom: 15px;
    background-size: cover;
  }
}
.c-mv1__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  max-width: 1240px;
  padding-inline: 20px;
  margin-inline: auto;
}

@media (max-width: 768px) {
  .c-mv1__content {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-inline: 0;
  }
}
.c-mv1__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  color: white;
  letter-spacing: 0.2em;
}

.c-main1__content {
  max-width: 1102px;
  padding: 0 20px 100px;
  margin-inline: auto;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  color: #666666;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  .c-main1__content {
    max-width: 100%;
  }
}
.c-main1__content h2.wp-block-heading {
  font-size: 30px;
  color: #2b237f;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c-main1__content h2.wp-block-heading {
    font-size: 36px;
    margin-bottom: 60px;
  }
}
.c-main1__content h3.wp-block-heading {
  font-size: 20px;
  color: #2b237f;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 2px solid #2b237f;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  line-height: 1.5;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .c-main1__content h3.wp-block-heading {
    font-size: 24px;
    width: auto;
    border: none;
    padding-bottom: 0;
    text-decoration: underline;
    text-underline-offset: 10px;
    -webkit-text-decoration-color: #2b237f;
            text-decoration-color: #2b237f;
  }
}
.c-main1__content h4.wp-block-heading {
  font-size: 20px;
}

.c-main1__content ul.wp-block-list {
  list-style: none;
  padding: 0;
  margin: 0;
  color: #2b237f;
  font-size: 18px;
  font-family: "Yu Mincho", "游明朝", serif;
}

.c-main1__content ul.wp-block-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 30px;
  line-height: 1.8;
}

.c-main1__content ul.wp-block-list li:last-child {
  margin-bottom: 0;
}

.c-main1__content ul.wp-block-list li::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #2b237f;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0.1em;
  background: #fff;
}

.c-main1__content ul.wp-block-list li::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 10px;
  width: 12px;
  height: 6px;
  border-left: 3px solid #2b237f;
  border-bottom: 3px solid #2b237f;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-form1 {
  margin-top: 60px;
}

.c-form1__input {
  border: 1px solid #A7A7A7;
  width: 100%;
  padding: 10px;
}

.c-form1__title {
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
  line-height: 1;
  color: #2B237F;
}

.c-form1__title .is-required {
  color: #FF4083;
}

.c-form1__block1 + .c-form1__block1 {
  margin-top: 30px;
}

.p-contact .wpcf7 form .wpcf7-response-output,
.p-confirm .wpcf7 form .wpcf7-response-output {
  border: none;
}

.wpcf7-spinner {
  display: none !important;
}

.p-contact .wpcf7-submit,
.p-confirm .wpcf7-previous {
  max-width: 300px;
  width: 76.923%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  font-size: 18px;
  color: #2b237f;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  background-color: white;
  margin: 60px auto 0;
}

@media screen and (min-width: 768px) {
  .p-contact .wpcf7-submit,
  .p-confirm .wpcf7-previous {
    width: 300px;
  }
}
.p-contact .wpcf7-submit:hover,
.p-confirm .wpcf7-previous:hover {
  background-color: #2B237F;
  color: #FFFFFF;
}

.p-confirm .wpcf7-submit {
  max-width: 300px;
  width: 76.923%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  font-size: 18px;
  color: white;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  cursor: pointer;
  background-color: #2B237F;
  margin: 30px auto 0;
}

@media screen and (min-width: 768px) {
  .p-confirm .wpcf7-submit {
    width: 300px;
    margin-top: 60px;
  }
}
.p-confirm .wpcf7-submit:hover {
  background-color: white;
  color: #2B237F;
}

@media screen and (min-width: 768px) {
  .p-confirm .c-form1__block2 p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-confirm .c-form1__block2 p input {
    margin-inline: 20px !important;
  }
}
a.is-preparing {
  pointer-events: none;
  cursor: default;
  opacity: 0.6;
}
a.is-preparing:hover {
  opacity: 0.6;
}

.access {
  position: relative;
  z-index: 1;
}
.access__inner {
  background: #fff;
  -webkit-box-shadow: 10px 10px 30px 0 rgba(47, 45, 63, 0.15);
          box-shadow: 10px 10px 30px 0 rgba(47, 45, 63, 0.15);
  max-width: 1280px;
  padding: 80px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 70px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 768px) {
  .access__inner {
    padding: 40px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.access__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  width: 100%;
  color: #666666;
}
@media screen and (min-width: 1280px) {
  .access__info {
    gap: 40px;
  }
}
.access__logo-wrapper {
  max-width: 564px;
  width: 100%;
}
.access__logo {
  width: 100%;
  height: auto;
}
.access__info-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.access__info-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .access__info-row {
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__info-row {
    gap: 20px;
  }
}
.access__info-label {
  width: 21.3953488372vw;
  padding: 4.6511627907vw 2.3255813953vw;
  font-weight: 500;
  font-size: 3.2558139535vw;
  border-bottom: 1px solid #a7a7a7;
}
@media screen and (min-width: 768px) {
  .access__info-label {
    padding: 1.5625vw 0.78125vw;
    font-size: 1.25vw;
    width: 8.59375vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1280px) {
  .access__info-label {
    padding: 20px 10px;
    font-size: 16px;
    width: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.access__info-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 4.6511627907vw 0;
  font-size: 3.7209302326vw;
  border-bottom: 1px solid #a7a7a7;
}
.access__info-data-tel {
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .access__info-data {
    padding: 1.5625vw 0.78125vw;
    font-size: 1.25vw;
  }
  .access__info-data-tel {
    font-size: 24px;
  }
}
@media screen and (min-width: 1280px) {
  .access__info-data {
    padding: 20px 10px;
    font-size: 16px;
  }
  .access__info-data-tel {
    font-size: 30px;
  }
}
.access__hours-table {
  width: 100%;
  border-collapse: collapse;
}
.access__hours-table th, .access__hours-table td {
  border-bottom: 1px solid #a7a7a7;
  padding: 8px;
  text-align: center;
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .access__hours-table th, .access__hours-table td {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__hours-table th, .access__hours-table td {
    font-size: 14px;
  }
}
.access__hours-table th {
  font-weight: 500;
}
.access__hours-table th:first-child,
.access__hours-table td:first-child {
  width: 23.2558139535vw;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .access__hours-table th:first-child,
  .access__hours-table td:first-child {
    width: 9.375vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__hours-table th:first-child,
  .access__hours-table td:first-child {
    width: 120px;
  }
}
.access__hours-note {
  font-size: 3.2558139535vw;
  margin-top: 3.7209302326vw;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px) {
  .access__hours-note {
    font-size: 1.25vw;
    margin-top: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__hours-note {
    margin-top: 16px;
    font-size: 16px;
  }
}
.access__transport {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.access__transport-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .access__transport-row {
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__transport-row {
    gap: 20px;
  }
}
.access__transport-label {
  width: 21.3953488372vw;
  padding: 4.6511627907vw 2.3255813953vw;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.2558139535vw;
  border-bottom: 1px solid #a7a7a7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .access__transport-label {
    width: 8.59375vw;
    font-size: 1.25vw;
    padding: 1.5625vw 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__transport-label {
    width: 110px;
    font-size: 16px;
    padding: 20px 10px;
  }
}
.access__transport-data {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px solid #a7a7a7;
  padding: 4.6511627907vw 0;
}
@media screen and (min-width: 768px) {
  .access__transport-data {
    padding: 1.5625vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .access__transport-data {
    padding: 20px 0;
  }
}
.access__transport-data p {
  font-size: 3.2558139535vw;
}
@media screen and (min-width: 768px) {
  .access__transport-data p {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__transport-data p {
    font-size: 14px;
  }
}
.access__transport-data p:not(:last-child) {
  margin-bottom: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .access__transport-data p:not(:last-child) {
    margin-bottom: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .access__transport-data p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.access__media {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .access__media {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.access__map {
  border: 1px solid #a7a7a7;
  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;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  font-weight: 500;
  letter-spacing: 0.1em;
  background-clip: text;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(90deg, #5c569d 0%, #a7a7a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .access__map {
    font-size: 32px;
  }
}
.access__map {
  width: 100%;
  aspect-ratio: 390/269;
}
@media screen and (min-width: 768px) {
  .access__map {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 0;
    aspect-ratio: auto;
  }
}
.access__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.reservation-cta {
  background: -webkit-gradient(linear, left top, right top, from(#2B237F), color-stop(72.6%, #7871BE), to(#2B237F));
  background: linear-gradient(90deg, #2B237F 0%, #7871BE 72.6%, #2B237F 100%);
  padding: 160px 0 60px;
  position: relative;
  margin-top: -80px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .reservation-cta {
    margin-top: 0;
    padding: 60px 0 40px;
  }
}
.reservation-cta__label-en {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #4bab41;
  color: #fff;
  text-transform: uppercase;
  font-family: "Cormorant Garamond", serif;
  font-size: 40px;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: scale(-1);
          transform: scale(-1);
  height: 100%;
  width: 105px;
  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;
  letter-spacing: 0.1em;
  font-weight: 300;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .reservation-cta__label-en {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: auto;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.reservation-cta__inner {
  max-width: 930px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .reservation-cta__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.reservation-cta__title {
  width: 340px;
  height: 340px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
  font-size: 24px;
  font-family: "Shippori Mincho", serif;
  text-align: center;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
  font-weight: 500;
  margin: 0;
}
.reservation-cta__title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#CBC6FF), color-stop(38.94%, #FFF), to(#CBC6FF));
  background: linear-gradient(90deg, #CBC6FF 0%, #FFF 38.94%, #CBC6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .reservation-cta__title {
    width: auto;
    height: auto;
    font-size: 24px;
    border: none;
    border-radius: 0;
  }
  .reservation-cta__title br {
    display: none;
  }
}
.reservation-cta__list {
  width: 100%;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .reservation-cta__list {
    gap: 20px;
  }
}
.reservation-cta__item {
  overflow: hidden;
  width: 100%;
  max-width: 530px;
  position: relative;
}
.reservation-cta__item a {
  height: 120px;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  color: #333333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .reservation-cta__item a {
    height: 70px;
    font-size: 20px;
    gap: 22.5px;
  }
}
.reservation-cta__item a:hover {
  opacity: 0.5;
}
.reservation-cta__item a.is-preparing {
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.reservation-cta__item a.is-preparing:hover {
  opacity: 0.5;
}
.reservation-cta__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.reservation-cta__icon img {
  width: auto;
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .reservation-cta__icon {
    width: 25px;
    height: 25px;
  }
  .reservation-cta__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.reservation-cta__icon--arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .reservation-cta__icon--arrow {
    display: none;
  }
}
.reservation-cta__item-title {
  font-weight: 400;
}

.contact {
  background-color: #f4f4f9;
  padding: 13.9534883721vw 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .contact {
    padding: 6.25vw 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact {
    padding: 80px 20px;
  }
}
.contact__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.3023255814vw;
}
@media screen and (min-width: 768px) {
  .contact__inner {
    gap: 6.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__inner {
    gap: 80px;
  }
}
.contact__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.3023255814vw;
  max-width: 680px;
}
@media screen and (min-width: 768px) {
  .contact__headings {
    gap: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__headings {
    gap: 40px;
  }
}
.contact__main-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6511627907vw;
  width: 195px;
}
@media screen and (min-width: 768px) {
  .contact__main-headings {
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__main-headings {
    gap: 20px;
  }
}
.contact__heading-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(90deg, #5c569d 0%, #a7a7a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
}
.contact__heading-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
  text-align: center;
}
.contact__sub-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 5.5813953488vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #333;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contact__sub-heading {
    font-size: 2.8125vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__sub-heading {
    font-size: 36px;
  }
}
.contact__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8.1395348837vw;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contact__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.734375vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__cards {
    gap: 35px;
  }
}
.contact__card {
  background-color: #fff;
  border: 1px solid #2b237f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.976744186vw;
  padding: 9.3023255814vw 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .contact__card {
    gap: 2.34375vw;
    padding: 4.21875vw 1.5625vw;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (min-width: 1280px) {
  .contact__card {
    width: 530px;
    gap: 30px;
    padding: 54px 20px;
  }
}
.contact__card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .contact__card-header {
    gap: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__card-header {
    gap: 30px;
  }
}
.contact__card-icon {
  width: 9.3023255814vw;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contact__card-icon {
    width: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__card-icon {
    width: 40px;
  }
}
.contact__card-icon--web {
  width: 11.6279069767vw;
}
@media screen and (min-width: 768px) {
  .contact__card-icon--web {
    width: 3.90625vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__card-icon--web {
    width: 50px;
  }
}
.contact__card-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 4.6511627907vw;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #2b237f;
}
@media screen and (min-width: 768px) {
  .contact__card-title {
    font-size: 2.1875vw;
  }
}
@media screen and (min-width: 1280px) {
  .contact__card-title {
    font-size: 28px;
  }
}
.contact__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-size: 16px;
  color: #2b237f;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  line-height: 1;
  text-align: center;
  width: 235px;
  height: 32px;
}
@media screen and (min-width: 1280px) {
  .contact__button {
    font-size: 16px;
  }
}
.contact__button:hover {
  background-color: #2b237f;
  color: #fff;
}
.contact__button.is-preparing:hover {
  background-color: #fff;
  color: #2b237f;
}

.banner {
  padding: 60px 20px;
}
@media screen and (min-width: 768px) {
  .banner {
    padding: 7.8125vw 0;
  }
}
@media screen and (min-width: 1280px) {
  .banner {
    padding: 120px 0;
  }
}
.banner__inner {
  max-width: 1281px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6511627907vw;
}
@media screen and (min-width: 768px) {
  .banner__inner {
    gap: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .banner__inner {
    gap: 24px;
  }
}
.banner__group-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5.5813953488vw;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 768px) {
  .banner__group-1 {
    gap: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .banner__group-1 {
    gap: 24px;
  }
}
.banner__group-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4.6511627907vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .banner__group-2 {
    gap: 1.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .banner__group-2 {
    gap: 24px;
  }
}
.banner__group-2 .banner__item {
  width: calc(50% - 12px);
}
@media screen and (min-width: 768px) {
  .banner__group-2 .banner__item {
    width: calc(33.3333333333% - 16px);
  }
}
.banner__item {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.banner__item:hover {
  opacity: 0.8;
}
.banner__image {
  width: 100%;
  height: auto;
  display: block;
}

.ai-chat {
  font-family: Shippori Mincho, serif;
  position: fixed;
  right: 0;
  bottom: 50px;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .ai-chat {
    bottom: 200px;
  }
}
.ai-chat__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #9A9264;
  border-radius: 10px 0 0 10px;
  padding: 14px 20px 16px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .ai-chat__button {
    padding: 10px 5px 12px;
    font-size: 10px;
  }
}
@media screen and (min-width: 1280px) {
  .ai-chat__button {
    gap: 3px;
  }
}
.ai-chat__button:hover {
  opacity: 0.8;
}
.ai-chat__button div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (min-width: 1280px) {
  .ai-chat__button div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.ai-chat__text {
  font-size: 12px;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
.ai-chat__text > span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 1280px) {
  .ai-chat__text {
    font-size: 16px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.ai-chat__hours {
  font-size: 10px;
  font-weight: 500;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
.ai-chat__hours > span {
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
}
@media screen and (min-width: 1280px) {
  .ai-chat__hours {
    font-size: 12px;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.ai-chat__hours-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .ai-chat__hours-pc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.ai-chat__hours-sp {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 1280px) {
  .ai-chat__hours-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  body {
    padding-bottom: calc(40px + env(safe-area-inset-bottom, 0px));
  }
}
.sp-fixed-contact {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-fixed-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding-bottom: env(safe-area-inset-bottom, 0);
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s;
    transition: transform 0.3s ease, opacity 0.3s ease, visibility 0.3s, -webkit-transform 0.3s ease;
  }
}
@media screen and (max-width: 768px) {
  .sp-fixed-contact.is-visible {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
body.is-menu-open .sp-fixed-contact {
  display: none;
}
.sp-fixed-contact__tel, .sp-fixed-contact__web {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  height: 40px;
  padding: 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}
.sp-fixed-contact__tel img, .sp-fixed-contact__web img {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 20px;
}
.sp-fixed-contact__tel {
  gap: 5px;
  background-color: #666;
  letter-spacing: 0.08em;
}
.sp-fixed-contact__tel.is-preparing {
  opacity: 1;
  pointer-events: none;
  cursor: default;
}
.sp-fixed-contact__tel.is-preparing:hover {
  opacity: 1;
}
.sp-fixed-contact__web {
  gap: 10px;
  background-color: #2b237f;
  letter-spacing: 0.1em;
}

.p-column .c-main1__content,
.p-news .c-main1__content {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-column .c-main1__content,
  .p-news .c-main1__content {
    max-width: 100%;
  }
}
.p-column .wp-pagenavi,
.p-news .wp-pagenavi {
  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;
}
.p-column .wp-pagenavi a,
.p-column .wp-pagenavi span,
.p-news .wp-pagenavi a,
.p-news .wp-pagenavi span {
  border: none;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
  margin: 0 3px;
  font-weight: 500 !important;
}
.p-column .wp-pagenavi span.current,
.p-news .wp-pagenavi span.current {
  background-color: #2b237f;
  color: #fff;
}
.p-column .wp-pagenavi a.page,
.p-news .wp-pagenavi a.page {
  background-color: #f4f4f9;
}
.p-column .wp-pagenavi a.previouspostslink,
.p-column .wp-pagenavi a.nextpostslink,
.p-news .wp-pagenavi a.previouspostslink,
.p-news .wp-pagenavi a.nextpostslink {
  font-size: 0;
  background-image: url("../../assets/images/icons/arrow-icon3.svg");
  background-size: 11px;
  background-repeat: no-repeat;
  background-position: center;
  width: 26px;
  height: 26px;
  border: 1px solid #2b237f;
  border-radius: 50%;
  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;
  margin: 0 4px;
}
.p-column .wp-pagenavi a.previouspostslink,
.p-news .wp-pagenavi a.previouspostslink {
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}

.p-column .c-mv1 {
  background-image: url("../../assets/images/bg-subpage.webp");
}
@media screen and (max-width: 768px) {
  .p-column .c-mv1 {
    background-image: url("../../assets/images/bg-subpage.webp");
  }
}
.p-column .column-items {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-column .column-items {
    margin-bottom: 40px;
  }
}
.p-column .column-item + .column-item {
  margin-top: 20px;
}
.p-column .column-link {
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a7a7;
  display: block;
  position: relative;
}
.p-column .column-link::after {
  content: "";
  background-image: url("../../assets/images/icons/arrow-icon2.svg");
  width: 24px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 8px;
}
.p-column .column-link:hover::after {
  right: -15px;
}
.p-column .column-date {
  font-size: 12px;
  margin-bottom: 8px;
}
.p-column .column-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-column .column-title {
    font-size: 14px;
  }
}

.p-news .c-mv1 {
  background-image: url("../../assets/images/bg-subpage.webp");
}
@media screen and (max-width: 768px) {
  .p-news .c-mv1 {
    background-image: url("../../assets/images/bg-subpage_sp.webp");
  }
}
.p-news .news-items {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .p-news .news-items {
    margin-bottom: 40px;
  }
}
.p-news .news-item + .news-item {
  margin-top: 20px;
}
.p-news .news-link {
  font-family: "Shippori Mincho", serif;
  padding-bottom: 20px;
  border-bottom: 1px solid #a7a7a7;
  display: block;
  position: relative;
}
.p-news .news-link::after {
  content: "";
  background-image: url("../../assets/images/icons/arrow-icon2.svg");
  width: 24px;
  height: 4px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 8px;
}
.p-news .news-link:hover::after {
  right: -15px;
}
.p-news .news-date {
  font-size: 12px;
  margin-bottom: 8px;
}
.p-news .news-title {
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-news .news-title {
    font-size: 14px;
  }
}

.hero {
  position: relative;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-align: center;
  padding-top: 60px;
}
@media screen and (min-width: 1280px) {
  .hero {
    height: 1007px;
    display: block;
    padding-top: 0;
  }
}
.hero__slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.hero__slides {
  position: relative;
  width: 100%;
  height: 100%;
}
.hero__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  pointer-events: none;
}
.hero__slide.is-active {
  opacity: 1;
}
.hero__slide picture,
.hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
}
.hero__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.hero__slide:nth-child(2) img {
  -o-object-position: center center;
     object-position: center center;
}
@media (prefers-reduced-motion: reduce) {
  .hero__slide {
    -webkit-transition: none;
    transition: none;
  }
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2));
  z-index: 1;
}
.hero__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 0 20px;
  height: 100%;
}
@media screen and (min-width: 1280px) {
  .hero__content {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 70px;
  }
}
.hero__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  text-align: left;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 100px;
}
@media screen and (min-width: 1280px) {
  .hero__title {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 0;
    bottom: auto;
  }
}
.hero__title-ja {
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}
@media screen and (min-width: 1280px) {
  .hero__title-ja {
    position: absolute;
    top: 604px;
    left: 19.1666666667vw;
    font-size: 30px;
    text-align: left;
  }
}
.hero__title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1;
  color: #FFFFFF;
  margin-top: 8px;
  display: block;
  text-wrap-mode: nowrap;
}
@media screen and (min-width: 1280px) {
  .hero__title-en {
    position: absolute;
    top: 660px;
    left: 19.0277777778vw;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    font-size: 180px;
    line-height: 0.9;
    margin-top: 0;
    text-align: left;
  }
}
.hero__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
  margin-top: 32px;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .hero__features {
    gap: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__features {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    display: block;
    margin-top: 0;
    bottom: 0;
  }
}
.hero__feature {
  width: 105px;
  height: 105px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 8px;
  background-image: url("../../assets/images/hero-item-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .hero__feature {
    width: 120px;
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  .hero__feature {
    width: 160px;
    height: 160px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__feature {
    position: absolute;
    width: 200px;
    height: 200px;
    left: 1px;
  }
  .hero__feature:nth-child(1) {
    top: 430px;
  }
  .hero__feature:nth-child(2) {
    top: 635px;
  }
  .hero__feature:nth-child(3) {
    top: 840px;
  }
}
.hero__feature p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  background: -webkit-gradient(linear, left top, right top, from(#36316B), to(#857EC8));
  background: linear-gradient(to right, #36316B, #857EC8);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .hero__feature p {
    font-size: 12px;
  }
}
@media screen and (min-width: 1280px) {
  .hero__feature p {
    font-size: 18px;
    line-height: 1.45;
  }
}

.clinic-info {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .clinic-info {
    padding: 60px 20px 60px;
    margin-top: 60px;
  }
}
.clinic-info__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.clinic-info__title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(to right, #5c569d, #a7a7a7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 1280px) {
  .clinic-info__title-en {
    font-size: 200px;
  }
}
@media screen and (max-width: 768px) {
  .clinic-info__title-en {
    font-size: 50px;
  }
}
.clinic-info__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #666666;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .clinic-info__title-ja {
    font-size: 12px;
  }
}
.clinic-info__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
  margin: 80px auto 0;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .clinic-info__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin: 40px auto 0;
  }
}
.clinic-info__list {
  list-style: none;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .clinic-info__list {
    padding-left: 0;
    margin-top: 20px;
  }
}
.clinic-info__item {
  padding-left: 60px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px dashed #9d9d9d;
}
@media screen and (max-width: 768px) {
  .clinic-info__item {
    padding-left: 30px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.clinic-info__item:last-child {
  margin-bottom: 0;
}
.clinic-info__item::before {
  content: "";
  width: 28.5px;
  height: 28.5px;
  position: absolute;
  top: 5px;
  left: 10px;
  background-image: url("../../assets/images/ico_check_01.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .clinic-info__item::before {
    width: 20px;
    height: 20px;
    left: 0;
    top: 5px;
  }
}
.clinic-info__item-text {
  color: #333333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .clinic-info__item-text {
    font-size: 4.6511627907vw;
  }
}
.clinic-info__imgBox {
  max-width: 687px;
}

.worries {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .worries {
    padding-bottom: 60px;
  }
}
.worries__box {
  padding: 120px 0 180px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .worries__box {
    padding: 40px 0 65px;
  }
}
.worries__bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
  line-height: 0;
}
.worries__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}
.worries__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
  padding: 0 40px 0;
}
@media screen and (max-width: 768px) {
  .worries__inner {
    gap: 40px;
    padding: 0 20px;
  }
}
.worries__heading {
  width: 100%;
  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;
}
.worries__heading-text {
  border-bottom: 1px solid #2B237F;
  padding: 20px;
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #2B237F;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .worries__heading-text {
    font-size: 20px;
    line-height: 1.6;
    white-space: normal;
    padding: 16px 0;
  }
}
.worries__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .worries__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
    width: 100%;
  }
}
.worries__col {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 39px;
}
@media screen and (max-width: 768px) {
  .worries__col {
    width: 100%;
    gap: 24px;
  }
}
.worries__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.worries__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 30px;
  height: 30px;
  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;
}
.worries__icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.worries__text {
  margin: 0;
  padding-top: 2px;
  font-family: "Shippori Mincho", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #666;
}
@media screen and (max-width: 768px) {
  .worries__text {
    font-size: 18px;
  }
}
.worries__mark {
  display: inline-block;
  background-color: #9A9264;
  color: #fff;
  padding: 4px 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .worries__mark {
    font-size: 18px;
  }
}
.worries__text-bottom {
  color: #9A9264;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%; /* 72px */
  letter-spacing: 3.6px;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .worries__text-bottom {
    font-size: 18px;
    line-height: 1.6;
    text-align: left;
    white-space: normal;
    padding: 16px 20px;
    margin-top: 40px;
  }
}

.features {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECEAFF), to(#FFFFFF));
  background: linear-gradient(180deg, #ECEAFF 0%, #FFFFFF 100%);
  padding: 120px 0 10px;
}
@media screen and (max-width: 768px) {
  .features {
    padding: 60px 0 10px;
  }
}
.features__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .features__inner {
    gap: 40px;
  }
}
.features__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .features__heading {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.features__title-en {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#5C569D), to(#EEE1D1));
  background: linear-gradient(to right, #5C569D, #EEE1D1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 1280px) {
  .features__title-en {
    font-size: 200px;
  }
}
@media screen and (max-width: 768px) {
  .features__title-en {
    font-size: 50px;
  }
}
.features__title-ja {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #666666;
}
.features__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .features__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .features__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.features__item {
  background: #fff;
  -webkit-box-shadow: 10px 10px 10px rgba(47, 45, 63, 0.15);
          box-shadow: 10px 10px 10px rgba(47, 45, 63, 0.15);
}
.features__media {
  height: 200px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .features__media {
    height: 100px;
  }
}
.features__media img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.features__body {
  background-color: #FFFFFF;
  min-height: 80px;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .features__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
    gap: 0;
  }
}
.features__num {
  margin: 0;
  padding-bottom: 11px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 64px;
  font-style: italic;
  font-weight: 300;
  line-height: 1;
  color: #2B237F;
}
@media screen and (max-width: 768px) {
  .features__num {
    font-size: 40px;
    padding-bottom: 6px;
  }
}
.features__text {
  margin: 0;
  padding-left: 10px;
  border-left: 1px solid #A7A7A7;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Shippori Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .features__text {
    font-size: 13px;
    border-left: none;
    padding-left: 0;
  }
}

.expert-care {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .expert-care {
    padding: 60px 0;
  }
}
.expert-care__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.expert-care__bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.expert-care__inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .expert-care__inner {
    gap: 40px;
  }
}
.expert-care__lead {
  margin: 0;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #666666;
}
.expert-care__lead p {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .expert-care__lead {
    font-size: 18px;
    text-align: left;
  }
}
.expert-care__em {
  color: #9A9264;
  font-size: 60px;
}
@media screen and (max-width: 768px) {
  .expert-care__em {
    font-size: 28px;
  }
}
.expert-care__diagram {
  margin: 0;
  width: 100%;
  max-width: 998px;
}
.expert-care__diagram img {
  display: block;
  width: 100%;
  height: auto;
}

.medical {
  padding: 80px 0;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .medical {
    padding: 120px 0 160px;
  }
}
.medical__inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.medical__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin-bottom: 60px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .medical__heading {
    gap: 16px;
    margin-bottom: 40px;
  }
}
.medical__title-en {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 300;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#5C569D), to(#EEE1D1));
  background: linear-gradient(to right, #5C569D, #EEE1D1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
@media screen and (min-width: 1280px) {
  .medical__title-en {
    font-size: 200px;
  }
}
@media screen and (max-width: 768px) {
  .medical__title-en {
    font-size: 50px;
  }
}
.medical__title-ja {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #666666;
}
.medical__menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media screen and (min-width: 768px) {
  .medical__menu {
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
}
.medical__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 36px;
  min-height: 200px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;
  background-color: #2B237F;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .medical__menu-item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    min-height: 160px;
    padding: 20px 15px;
  }
}
.medical__menu-item:hover {
  opacity: 0.8;
}
.medical__menu-icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 60px;
}
.medical__menu-icon img {
  display: block;
  max-width: 100%;
  max-height: 90px;
}
.medical__menu-text {
  margin: 0;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .medical__menu-text {
    font-size: 18px;
  }
}

.case {
  border-top: 1px solid #dbd8f3;
  padding: 80px 0 0;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .case {
    padding: 120px 0;
  }
}
.case__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .case__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 64px;
  }
}
.case__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .case__left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
.case__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (min-width: 1280px) {
  .case__headings {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.case__heading-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1.21;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(90deg, #5c569d 0%, #a7a7a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .case__heading-en {
    font-size: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .case__heading-en {
    font-size: 200px;
  }
}
.case__heading-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
  margin-top: 0px;
}
@media screen and (min-width: 1280px) {
  .case__heading-ja {
    margin-top: -65px;
  }
}
.case__button {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #2b237f;
  border-radius: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: #2b237f;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  height: 25px;
  width: 111px;
}
@media screen and (min-width: 1280px) {
  .case__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.case__button:hover {
  background-color: #2b237f;
  color: #fff;
}
.case__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.case__right-pc {
  margin-top: 50px;
  display: none;
}
@media screen and (min-width: 1280px) {
  .case__right-pc {
    display: block;
  }
}
.case__right-sp {
  display: block;
}
@media screen and (min-width: 1280px) {
  .case__right-sp {
    display: none;
  }
}
.case__gallery {
  max-width: 1236px;
  width: 80%;
  margin: 0 auto;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .case__gallery {
    margin: 0 auto 80px;
    width: 90%;
    margin-bottom: 140px;
  }
}
.case__gallery .swiper-button-prev,
.case__gallery .swiper-button-next {
  top: 0;
  width: 30px;
  overflow: visible;
  margin-top: 0;
  height: 60%;
  color: white;
  background-color: #2B237F;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.case__gallery .swiper-button-prev::after,
.case__gallery .swiper-button-next::after {
  font-size: 23px;
  text-align: center;
}
.case__gallery .swiper-button-prev:hover,
.case__gallery .swiper-button-next:hover {
  opacity: 0.8;
}
@media screen and (min-width: 1280px) {
  .case__gallery .swiper-button-prev,
  .case__gallery .swiper-button-next {
    height: 57%;
  }
}
.case__gallery .swiper-button-prev {
  left: -39px;
}
.case__gallery .swiper-button-next {
  right: -39px;
}
.case__gallery .swiper1 .swiper-wrapper {
  margin: 7% 0px;
}
.case__gallery .swiper1 .swiper-slide {
  padding-right: 10px;
  padding-left: 10px;
}
.case__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .case__cards {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 1280px) {
  .case__cards {
    gap: 23px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.case__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-decoration: none;
  color: #666;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .case__card {
    width: 194px;
  }
}
.case__card:hover .case__card-icon-wrapper {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.case__card-img-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .case__card-img-wrapper {
    width: 194px;
    height: 220px;
  }
}
.case__card-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case__card-icon-wrapper {
  position: absolute;
  bottom: 5px;
  right: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 27px;
  height: 27px;
  background-color: #2b237f;
  border-radius: 13.5px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.case__card-icon {
  width: 13px;
  height: 10px;
}
.case__card-title {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.1em;
}

.price {
  padding-bottom: 80px;
  display: none;
  border-bottom: 1px solid #dbd8f3;
  border-top: 1px solid #dbd8f3;
  margin: 0 auto;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .price {
    display: block;
  }
}
@media screen and (min-width: 1280px) {
  .price {
    padding-bottom: 120px;
    padding-top: 120px;
  }
}
.price__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .price__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    max-width: 1092px;
    margin: 0 auto;
  }
}
.price__img-wrapper {
  width: 100%;
  max-width: 513px;
}
.price__img {
  width: 100%;
  height: auto;
  aspect-ratio: 513/344;
  -o-object-fit: cover;
     object-fit: cover;
}
.price__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42px;
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .price__content {
    width: 519px;
  }
}
.price__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.price__heading-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.21;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(90deg, #5c569d 0%, #a7a7a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.price__heading-ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
  color: #666;
}
.price__text {
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #666;
}
.price__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: #2b237f;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 111px;
  height: 25px;
}
.price__button:hover {
  background-color: #2b237f;
  color: #fff;
}

.greeting {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .greeting {
    padding: 100px 0;
  }
}
@media screen and (min-width: 1280px) {
  .greeting {
    padding: 120px 0 0;
  }
}
.greeting__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: none;
  padding: 0 20px;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .greeting__inner {
    padding: 0 80px;
  }
}
.greeting__title-group {
  text-align: center;
  position: relative;
  margin-bottom: 0px;
  z-index: 20;
  position: relative;
  z-index: 1;
}
.greeting__title-group::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: #F2F1E8;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .greeting__title-group::before {
    height: 60px;
  }
}
.greeting__title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  font-weight: 300;
  background: -webkit-gradient(linear, left top, right top, from(#5C569D), to(#EEE1D1));
  background: linear-gradient(to right, #5C569D, #EEE1D1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .greeting__title-en {
    font-size: 50px;
  }
}
@media screen and (min-width: 1280px) {
  .greeting__title-en {
    font-size: 200px;
  }
}
.greeting__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #666666;
  margin-top: 0;
}
@media screen and (min-width: 1280px) {
  .greeting__title-ja {
    margin-top: -40px;
  }
}
.greeting__content {
  background: -webkit-gradient(linear, left top, left bottom, from(#F2F1E8), to(#FFF));
  background: linear-gradient(180deg, #F2F1E8 0%, #FFF 100%);
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
  padding: 120px 0;
}
@media screen and (max-width: 768px) {
  .greeting__content {
    padding: 60px 20px;
  }
}
@media screen and (min-width: 1280px) {
  .greeting__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 60px;
  }
}
.greeting__content-bg2 {
  background: -webkit-gradient(linear, left top, left bottom, from(#F1F1F1), to(#FFF));
  background: linear-gradient(180deg, #F1F1F1 0%, #FFF 100%);
}
.greeting__text-content {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1280px) {
  .greeting__text-content {
    width: 540px;
  }
}
.greeting__label {
  background-color: #9A9264;
  color: #fff;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0px 5px;
}
.greeting__body {
  margin-top: 40px;
}
.greeting__heading {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: normal;
}
@media screen and (min-width: 1280px) {
  .greeting__heading {
    font-size: 36px;
  }
}
.greeting__text {
  font-family: "Shippori Mincho", serif;
  color: #666666;
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
  letter-spacing: 2px;
}
.greeting__info {
  color: #666666;
  margin-top: 40px;
}
.greeting__clinic {
  font-family: "Zen Old Mincho", serif;
}
.greeting__doctor {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.greeting__doctor-title {
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  padding-bottom: 1px;
}
.greeting__doctor-name {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.greeting__image img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1280px) {
  .greeting__image {
    margin-top: 0;
    width: 560px;
    z-index: 5;
  }
}

.medical-specialty {
  padding: 0 0 80px;
  background-color: #fff;
}
@media screen and (min-width: 1280px) {
  .medical-specialty {
    padding: 0 0 120px;
    max-width: 1280px;
    margin: 0 auto;
  }
}
.medical-specialty__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 1280px) {
  .medical-specialty__inner {
    padding: 0 40px;
  }
}
.medical-specialty__title {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#5C569D), to(#A7A7A7));
  background: linear-gradient(to right, #5C569D, #A7A7A7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 10px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .medical-specialty__title {
    font-size: 36px;
  }
}
.medical-specialty__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.medical-specialty__item {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 40px;
}
@media screen and (min-width: 1280px) {
  .medical-specialty__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 110px;
    margin-top: 80px;
  }
  .medical-specialty__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.medical-specialty__image img {
  width: 100%;
  height: auto;
  display: block;
}
.medical-specialty__heading {
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .medical-specialty__heading {
    font-size: 30px;
    text-align: left;
  }
}
.medical-specialty__features {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.0465116279vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .medical-specialty__features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.03125vw 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .medical-specialty__features {
    gap: 26px 30px;
  }
}
.medical-specialty__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #2B237F;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  font-size: 18px;
  line-height: 1;
}
.medical-specialty__feature-check {
  width: 4.7674418605vw;
  height: 4.7674418605vw;
}
@media screen and (min-width: 768px) {
  .medical-specialty__feature-check {
    width: 1.71875vw;
    height: 1.71875vw;
  }
}
@media screen and (min-width: 1280px) {
  .medical-specialty__feature-check {
    width: 22px;
    height: 22px;
  }
}
.medical-specialty__feature-check img {
  vertical-align: middle;
  display: block;
  width: 100%;
  height: auto;
}
.medical-specialty__lead {
  color: #9A9264;
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: normal;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .medical-specialty__lead {
    font-size: 16px;
  }
}
.medical-specialty__text {
  color: #666666;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .medical-specialty__text {
    font-size: 14px;
  }
}
.medical-specialty__button {
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .medical-specialty__button {
    text-align: left;
  }
}
.medical-specialty__button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  background-color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: #2b237f;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  margin: 20px auto 0;
  width: 300px;
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .medical-specialty__button a {
    font-size: 14px;
    width: 111px;
    text-wrap-mode: nowrap;
    height: 25px;
    padding: 0;
    margin-top: 40px;
  }
}
.medical-specialty__button a:hover {
  background-color: #2b237f;
  color: #fff;
}

.recruit {
  position: relative;
  padding-top: 18.6046511628vw;
  padding-bottom: 120px;
}
@media screen and (min-width: 768px) {
  .recruit {
    padding-top: 13.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .recruit {
    padding-top: 168px;
  }
}
.recruit__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .recruit__inner {
    max-width: 1260px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__inner {
    gap: 44px;
  }
}
.recruit__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: 0 11.6279069767vw;
  gap: 9.3023255814vw;
}
@media screen and (min-width: 768px) {
  .recruit__content {
    gap: 6.25vw;
    padding: 0;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__content {
    max-width: 654px;
    gap: 80px;
  }
}
.recruit__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0px;
}
@media screen and (min-width: 1280px) {
  .recruit__headings {
    gap: 0px;
  }
}
.recruit__heading-en {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit__heading-en {
    text-align: left;
  }
}
.recruit__heading-en span {
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 100px;
  line-height: 1;
  background-clip: text;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(90deg, #5c569d 0%, #a7a7a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .recruit__heading-en span {
    font-size: 15.625vw;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__heading-en span {
    font-size: 200px;
  }
}
.recruit__heading-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #666;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit__heading-ja {
    font-size: 14px;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__heading-ja {
    font-size: 14px;
    margin-top: -20px;
  }
}
.recruit__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13.9534883721vw;
  margin-top: 6.976744186vw;
}
@media screen and (min-width: 768px) {
  .recruit__body {
    padding: 0 1.5625vw;
    gap: 6.25vw;
    margin-top: 0;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__body {
    padding: 0 20px;
    gap: 80px;
  }
}
.recruit__body-heading {
  font-family: "Shippori Mincho", serif;
  font-size: 6.976744186vw;
  font-weight: normal;
  line-height: 1.43;
  letter-spacing: 0.1em;
  color: #2b237f;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .recruit__body-heading {
    font-size: 4.6875vw;
    text-align: left;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__body-heading {
    font-size: 60px;
    text-wrap-mode: nowrap;
  }
}
.recruit__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  background-color: #fff;
  font-family: "Shippori Mincho", serif;
  color: #2b237f;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 18px;
  width: 300px;
  height: 50px;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  .recruit__button {
    margin: 0;
    width: 300px;
    height: 40px;
    text-wrap-mode: nowrap;
  }
}
.recruit__button:hover {
  background-color: #2b237f;
  color: #fff;
}
.recruit__images {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruit__images {
    position: absolute;
    top: -3.75vw;
    bottom: 0;
    right: 0;
    display: block;
    width: 50%;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__images {
    width: 50%;
    top: -48px;
  }
}
.recruit__images-sp {
  display: block;
  width: 69.3023255814vw;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.6744186047vw;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .recruit__images-sp {
    display: none;
  }
}
.recruit__images-sp__item.recruit__image--1 {
  width: 32.7906976744vw;
  height: auto;
}
.recruit__images-sp__item.recruit__image--2 {
  width: 28.8372093023vw;
  height: auto;
  margin-bottom: -14.1860465116vw;
}
.recruit__image {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
.recruit__image--1 {
  top: 0;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .recruit__image--1 {
    width: 27.03125vw;
    height: 27.109375vw;
    right: 16.875vw;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__image--1 {
    width: 346px;
    height: 347px;
    top: 0;
    right: 216px;
  }
}
.recruit__image--2 {
  bottom: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .recruit__image--2 {
    width: 23.671875vw;
    height: 28.984375vw;
  }
}
@media screen and (min-width: 1280px) {
  .recruit__image--2 {
    width: 303px;
    height: 371px;
    top: 261px;
    bottom: auto;
  }
}

.instagram {
  border-top: 1px solid #DBD8F3;
  border-bottom: 1px solid #DBD8F3;
  max-width: 1280px;
  margin: 0 auto;
  padding: 60px 0;
}
@media screen and (min-width: 768px) {
  .instagram {
    padding: 7.8125vw 0 10.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .instagram {
    padding: 120px 0;
  }
}
.instagram__inner {
  max-width: 941px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 9.3023255814vw;
}
@media screen and (min-width: 768px) {
  .instagram__inner {
    gap: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .instagram__inner {
    gap: 40px;
  }
}
.instagram__headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.1860465116vw;
}
@media screen and (min-width: 768px) {
  .instagram__headings {
    gap: 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .instagram__headings {
    gap: 18px;
  }
}
.instagram__heading-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1;
  background: -webkit-gradient(linear, left top, right top, from(#5c569d), to(#a7a7a7));
  background: linear-gradient(90deg, #5c569d 0%, #a7a7a7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  width: 100%;
  height: 40px;
}
.instagram__heading-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2558139535vw;
  letter-spacing: 0.1em;
  color: #666;
  text-align: center;
  margin-top: -2.3255813953vw;
}
@media screen and (min-width: 768px) {
  .instagram__heading-ja {
    font-size: 1.09375vw;
    margin-top: -0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .instagram__heading-ja {
    font-size: 14px;
    margin-top: -10px;
  }
}
.instagram__feed {
  width: 100%;
}
.instagram__feed-image {
  width: 100%;
  height: auto;
  aspect-ratio: 941/310;
  -o-object-fit: cover;
     object-fit: cover;
}
.instagram__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #2b237f;
  border-radius: 100px;
  background-color: #fff;
  font-family: "Cormorant Garamond", serif;
  color: #2b237f;
  letter-spacing: 1px;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  font-size: 16px;
  width: 300px;
  height: 50px;
}
@media screen and (min-width: 1280px) {
  .instagram__button {
    width: 300px;
    height: 40px;
  }
}
.instagram__button:hover {
  background-color: #2b237f;
  color: #fff;
}

.info-block {
  padding: 120px 0 240px;
}
@media screen and (max-width: 768px) {
  .info-block {
    padding: 60px 0 120px;
  }
}
.info-block__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  max-width: none;
  padding: 0 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.1666666667vw;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (min-width: 1280px) {
  .info-block__inner {
    -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;
  }
}
.info-block .news__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  padding: 0 1.3888888889vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.7777777778vw;
}
@media screen and (min-width: 1280px) {
  .info-block .news__inner {
    padding: 0 2.7777777778vw;
    -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;
    padding: 0;
    gap: 4.1666666667vw;
  }
}
.info-block .news__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .info-block .news__left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
  }
}
.info-block .news__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.info-block .news__title-en {
  font-family: "Cormorant Garamond", serif;
  font-size: 36px;
  font-weight: 400;
  background: -webkit-gradient(linear, left top, right top, from(#5C569D), to(#A7A7A7));
  background: linear-gradient(to right, #5C569D, #A7A7A7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.info-block .news__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.1em;
}
.info-block .news__more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border: 1px solid #2b237f;
  border-radius: 100px;
  font-family: "Cormorant Garamond", serif;
  font-size: 14px;
  color: #2b237f;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover: hover) {
  .info-block .news__more:hover {
    background-color: #2B237F;
    color: #FFFFFF;
  }
}
.info-block .news__more-pc {
  display: none;
}
@media screen and (min-width: 1280px) {
  .info-block .news__more-pc {
    width: 111px;
    height: 25px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.info-block .news__more-sp {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.info-block .news__more-sp a {
  width: 300px;
  height: 50px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
@media screen and (min-width: 1280px) {
  .info-block .news__more-sp {
    display: none;
  }
}
.info-block .news__right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .info-block .news__right {
    width: 100%;
  }
}
.info-block .news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1280px) {
  .info-block .news__list {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.info-block .news__item {
  border-bottom: 1px solid #A7A7A7;
  width: 90%;
}
@media screen and (min-width: 1280px) {
  .info-block .news__item {
    width: 100%;
  }
  .info-block .news__item:first-child a {
    padding-top: 0;
  }
}
.info-block .news__item a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6666666667vw;
  padding: 1.3888888889vw 0px;
  text-decoration: none;
  justify-items: stretch;
}
.info-block .news__item a:hover .news__arrow img {
  right: -15px;
}
.info-block .news__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.6944444444vw;
}
.info-block .news__date {
  font-family: "Shippori Mincho", serif;
  font-size: 12px;
  color: #666666;
  letter-spacing: 1.7px;
}
.info-block .news__text {
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  letter-spacing: 0.1em;
  margin-top: 8px;
}
@media screen and (min-width: 1280px) {
  .info-block .news__text {
    width: 32vw;
  }
}
.info-block .news__arrow {
  position: relative;
  width: 100%;
  min-width: 2.0833333333vw;
  min-width: 24px;
}
.info-block .news__arrow img {
  position: absolute;
  right: -10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer {
  background-color: #666;
  color: #fff;
  padding-block: 13.9534883721vw 2.3255813953vw;
}

@media screen and (min-width: 768px) {
  .footer {
    padding-block: 0;
  }
}
.footer__inner {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13.9534883721vw;
}

@media screen and (min-width: 768px) {
  .footer__inner {
    gap: 3.125vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__inner {
    gap: 40px;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.3023255814vw;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .footer__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 24px;
    padding: 6.25vw 6.2109375vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__main {
    padding: 80px 79.5px;
  }
}
@media screen and (min-width: 768px) {
  .footer__main > div {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 9.3023255814vw;
  padding-inline: 2.2093023256vw;
}

@media screen and (min-width: 768px) {
  .footer__info {
    gap: 40px;
    gap: 3.125vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__info {
    gap: 40px;
  }
}
.footer__logo {
  display: block;
  width: 100%;
  width: 67.4418604651vw;
}

@media screen and (min-width: 768px) {
  .footer__logo {
    width: 22.65625vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__logo {
    max-width: 290px;
  }
}
.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.976744186vw;
}

@media screen and (min-width: 768px) {
  .footer__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.34375vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav {
    gap: 30px;
  }
}
.footer__nav-link, .footer__menu-link, .footer__meta-link {
  color: #fff;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.footer__nav-link:hover, .footer__menu-link:hover, .footer__meta-link:hover {
  opacity: 0.8;
}

.footer__nav-link {
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2558139535vw;
  letter-spacing: 0.08em;
}

@media screen and (min-width: 768px) {
  .footer__nav-link {
    font-size: 1.09375vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__nav-link {
    font-size: 14px;
  }
}
.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;
  padding-inline: 2.2093023256vw;
}

@media screen and (min-width: 768px) {
  .footer__menu {
    gap: 14px;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu {
    width: 411px;
  }
}
.footer__menu-title {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 4.6511627907vw;
  letter-spacing: 0.1em;
  line-height: 2.4;
  margin-bottom: 3.2558139535vw;
}

@media screen and (min-width: 768px) {
  .footer__menu-title {
    font-size: 1.5625vw;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu-title {
    font-size: 20px;
  }
}
.footer__menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.976744186vw;
}

@media screen and (min-width: 768px) {
  .footer__menu-links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.footer__menu-item {
  list-style: disc;
  list-style-position: inside;
}

.footer__menu-link {
  font-family: "Shippori Mincho", serif;
  font-size: 3.7209302326vw;
  letter-spacing: 0.1em;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .footer__menu-link {
    line-height: 2;
    font-size: 1.25vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__menu-link {
    font-size: 16px;
  }
}
.footer__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6.976744186vw;
  padding-inline: 4.6511627907vw;
}

@media screen and (min-width: 768px) {
  .footer__meta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875vw;
    padding-inline: 0;
  }
}
@media screen and (min-width: 1280px) {
  .footer__meta {
    width: 411px;
    gap: 24px;
  }
}
.footer__meta-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.3255813953vw;
  font-family: "EB Garamond", serif;
  font-size: 3.2558139535vw;
}

@media screen and (min-width: 768px) {
  .footer__meta-link {
    font-size: 1.25vw;
    gap: 0.78125vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__meta-link {
    font-size: 14px;
    gap: 10px;
  }
}
.footer__meta-icon {
  height: 2.7906976744vw;
  width: auto;
}

@media screen and (min-width: 768px) {
  .footer__meta-icon {
    height: 12px;
  }
}
.footer__copyright {
  font-family: "Shippori Mincho", serif;
  font-size: 2.7906976744vw;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer__copyright {
    line-height: 2.4;
    font-size: 0.9375vw;
  }
}
@media screen and (min-width: 1280px) {
  .footer__copyright {
    font-size: 12px;
  }
}
.footer a {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer a:hover {
  color: #2B237F;
}

/*# sourceMappingURL=style.css.map*/