@charset "UTF-8";
/* リキッドレイアウト対応 */
body {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "Shippori Mincho B1", sans-serif;
  color: #343667;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-mobile {
    display: block;
  }
}

html {
  font-size: 1.4545454545vw;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

/* pcの電話番号発信対応 */
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* 横スクロールを防止 */
html, body {
  overflow-x: clip;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.layout-breadcrumb {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .layout-breadcrumb {
    margin-top: 0.625rem;
  }
}

.layout-breadcrumb.layout-breadcrumb--single {
  margin-top: 195px;
  margin-top: 12.1875rem;
}
@media screen and (max-width: 768px) {
  .layout-breadcrumb.layout-breadcrumb--single {
    margin-top: 5rem;
  }
}

.layout-common-concept {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .layout-common-concept {
    margin-top: 1.375rem;
  }
}

.layout-common-contact {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-common-contact {
    margin-top: 5rem;
  }
}

.layout-common-contact.layout-common-contact--sub {
  margin-top: 124px;
  margin-top: 7.75rem;
}
@media screen and (max-width: 768px) {
  .layout-common-contact.layout-common-contact--sub {
    margin-top: 5.75rem;
  }
}

.layout-company-profile {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-company-profile {
    margin-top: 5rem;
  }
}

.layout-contact-confirm {
  margin-top: 51px;
  margin-top: 3.1875rem;
}
@media screen and (max-width: 768px) {
  .layout-contact-confirm {
    margin-top: 1.375rem;
  }
}

.layout-craftmanship {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-craftmanship {
    margin-top: 3.75rem;
  }
}

.layout-footer {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-footer {
    margin-top: 5rem;
  }
}

.layout-headline {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .layout-headline {
    margin-top: 1.125rem;
  }
}

.layout-menu-single {
  margin-top: 56px;
  margin-top: 3.5rem;
}
@media screen and (max-width: 768px) {
  .layout-menu-single {
    margin-top: 1.5625rem;
  }
}

.layout-message {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.layout-news-single {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-news-single {
    margin-top: 1.875rem;
  }
}

.layout-page-404 {
  margin-top: 200px;
  margin-top: 12.5rem;
}
@media screen and (max-width: 768px) {
  .layout-page-404 {
    margin-top: 7.5rem;
  }
}

.layout-privacy-policy {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-privacy-policy {
    margin-top: 5rem;
  }
}

.layout-professional {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-professional {
    margin-top: 3.125rem;
  }
}

.layout-sub-contact {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-sub-contact {
    margin-top: 1.75rem;
  }
}

.layout-sub-menu {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-sub-menu {
    margin-top: 1.4rem;
  }
}

.layout-sub-mv {
  margin-top: 236px;
  margin-top: 14.75rem;
}
@media screen and (max-width: 768px) {
  .layout-sub-mv {
    margin-top: 6.875rem;
  }
}

.layout-sub-news {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-sub-news {
    margin-top: 1.5rem;
  }
}

.layout-sub-space-contents {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .layout-sub-space-contents {
    margin-top: 3.125rem;
  }
}

.layout-thanks {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .layout-thanks {
    margin-top: 4.25rem;
  }
}

.layout-top-concept {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .layout-top-concept {
    margin-top: 0.9375rem;
  }
}

.layout-top-menu {
  margin-top: 2vw;
}

.layout-top-news {
  margin-top: 2vw;
}

.layout-top-space {
  margin-top: 2vw;
}

.breadcrumb-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.breadcrumb-list__between:not(:last-of-type)::after {
  content: "";
  display: inline-block;
  height: 1px;
  height: 0.0625rem;
  width: 20px;
  width: 1.25rem;
  background-color: #939393;
  margin: 0 9px;
  margin: 0 0.5625rem;
}

.breadcrumb-list__between:last-of-type {
  display: inline-block;
  max-width: 115px;
  max-width: 7.1875rem;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumb__inner {
  max-width: 1380px;
  max-width: 86.25rem;
  width: 100%;
  padding: 0 30px;
  padding: 0 1.875rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .breadcrumb__inner {
    padding: 0 0.625rem;
  }
}

.breadcrumb span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  text-transform: capitalize;
  color: #5e5e5e;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .breadcrumb span {
    font-size: 0.625rem;
  }
}

.breadcrumb a span {
  color: #939393;
}

.common-btn {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  font-weight: 500;
  line-height: 1;
  color: #cbcbcb;
  text-transform: uppercase;
}

.common-btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-mask-image: url(../images/common/icon-arrow.svg);
          mask-image: url(../images/common/icon-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #939393;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  right: -17px;
  right: -1.0625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.common-btn:hover::after {
  -webkit-transform: translateX(0.3125rem) translateY(-50%);
          transform: translateX(0.3125rem) translateY(-50%);
}

.common-btn::before {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background-color: #cbcbcb;
  bottom: -4px;
  bottom: -0.25rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.common-btn:hover::before {
  width: calc(100% + 1.25rem);
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.common-btn.common-btn--space {
  display: inline-block;
  padding: 14px 10px 14px 24px;
  padding: 0.875rem 0.625rem 0.875rem 1.5rem;
  min-width: 141px;
  min-width: 8.8125rem;
  background-color: transparent;
  border: 1px solid #e9ebeb;
  border: 0.0625rem solid #e9ebeb;
  border-radius: 0.25rem;
  color: #e9ebeb;
  text-align: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.common-btn.common-btn--space::before {
  display: none;
}

.common-btn.common-btn--space::after {
  right: 20px;
  right: 1.25rem;
  background-color: #e9ebeb;
}

.common-btn.common-btn--prev {
  display: inline-block;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  min-width: 133px;
  min-width: 8.3125rem;
  background-color: transparent;
  border: 1px solid #939393;
  border: 0.0625rem solid #939393;
  border-radius: 0.25rem;
  font-family: "Shippori Mincho B1", sans-serif;
  color: #939393;
  text-align: right;
}

.common-btn.common-btn--prev::before {
  content: "";
  position: absolute;
  display: inline-block;
  -webkit-mask-image: url(../images/common/icon-arrow.svg);
          mask-image: url(../images/common/icon-arrow.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  background-color: #939393;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  top: 50%;
  left: 29px;
  left: 1.8125rem;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.common-btn.common-btn--prev::after {
  display: none;
}

.common-btn.common-btn--next {
  display: inline-block;
  padding: 14px 24px;
  padding: 0.875rem 1.5rem;
  min-width: 133px;
  min-width: 8.3125rem;
  background-color: transparent;
  border: 1px solid #939393;
  border: 0.0625rem solid #939393;
  border-radius: 0.25rem;
  font-family: "Shippori Mincho B1", sans-serif;
  color: #939393;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.common-btn.common-btn--next::after {
  right: 20px;
  right: 1.25rem;
}

.common-btn.common-btn--next:hover:before {
  display: none;
}

.common-btn.common-btn--prev:hover::before {
  -webkit-transform: translate(-0.3125rem, -50%) scaleX(-1);
          transform: translate(-0.3125rem, -50%) scaleX(-1);
}

.common-category {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 1;
  color: #cfcece;
  padding: 6.5px 18px;
  padding: 0.40625rem 1.125rem;
  background-color: transparent;
  border: solid 1px #cfcece;
  border: solid 0.0625rem #cfcece;
}
@media screen and (max-width: 768px) {
  .common-category {
    font-size: 0.625rem;
    padding: 0.1875rem 0.5rem;
  }
}

.common-category.common-category--sub {
  color: #a4a4a4;
  background-color: #E9EEEF;
  border: solid 1px #a4a4a4;
  border: solid 0.0625rem #a4a4a4;
}

.common-concept .common-concept__inner {
  width: 100%;
  max-width: 890px;
  max-width: 55.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .common-concept .common-concept__inner {
    max-width: 37.5rem;
  }
}

.common-concept__content {
  -webkit-transform: translate3d(0, 60px, 0);
          transform: translate3d(0, 60px, 0);
  -webkit-transition: 3s;
  transition: 3s;
  opacity: 0;
}

.common-concept__content.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.common-concept__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  line-height: 1.5;
  text-align: center;
  text-transform: capitalize;
  margin-top: 100px;
  margin-top: 6.25rem;
  color: #5e5e5e;
}
@media screen and (max-width: 768px) {
  .common-concept__title {
    font-size: 1rem;
    line-height: 2.0555555556;
    margin-top: 3.75rem;
  }
}

.common-concept__sub-title {
  color: #a4a4a4;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .common-concept__sub-title {
    margin-top: 3.75rem;
    font-size: 0.9375rem;
  }
}

.common-concept__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  color: #5e5e5e;
  margin-top: 50px;
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .common-concept__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-top: 3.125rem;
    text-align: left;
  }
}

.common-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .common-contact {
    display: block;
    text-align: center;
  }
}

.common-contact__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .common-contact__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.common-contact__img {
  width: 59.933vw;
  margin-left: calc(50% - 50vw);
}
@media screen and (max-width: 768px) {
  .common-contact__img {
    width: 100vw;
  }
}

.common-contact__img img {
  width: 100%;
  height: 446px;
  height: 27.875rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .common-contact__img img {
    height: 15rem;
  }
}

.common-contact__content {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 43.0555555%;
}
@media screen and (max-width: 768px) {
  .common-contact__content {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .common-contact__body {
    padding: 5rem 0;
    text-align: center;
  }
}

.common-contact__text {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.6666666667;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .common-contact__text {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.common-contact__btn-wrap {
  margin-top: 26px;
  margin-top: 1.625rem;
}
@media screen and (max-width: 768px) {
  .common-contact__btn-wrap {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 768px) {
  .common-contact__btn + .common-contact__btn {
    margin-top: 1.25rem;
  }
}

.common-contactBtn {
  position: relative;
  display: inline-block;
  background-color: #343667;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  line-height: 1;
  color: #cfcece;
  padding: 10px;
  padding: 0.625rem;
  min-width: 145px;
  min-width: 9.0625rem;
  border: 1px solid #cfcece;
  border: 0.0625rem solid #cfcece;
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  text-transform: capitalize;
}

.common-contactBtn__icon {
  margin-right: 12px;
  margin-right: 0.75rem;
}
@media screen and (max-width: 768px) {
  .common-contactBtn__icon {
    margin-right: 0.625rem;
  }
}

.common-contactBtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  display: block;
  background: #cfcece;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.common-contactBtn:hover {
  color: #343667;
}

.common-contactBtn:hover::before {
  width: 100%;
}

.common-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.common-nav-menu {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.common-nav-menu.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .common-nav-menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.5rem 0.9375rem;
  }
}

@media screen and (max-width: 768px) {
  .common-nav-menu__item {
    display: inline-block;
  }
}

.common-nav-menu__link {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: #939393;
  padding: 10px 30px;
  padding: 0.625rem 1.875rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .common-nav-menu__link {
    display: inline;
    display: initial;
    font-size: 0.75rem;
    padding: 0.3125rem 1.5625rem;
  }
}

.common-nav-menu__link.common-nav-menu__link--top {
  color: #d1d1d1;
}

.common-nav-menu__link:hover {
  opacity: 0.7;
}

.common-nav-menu__link.is-active {
  color: #5e5e5e;
}

.common-nav-menu__link.is-active::before {
  content: "";
  position: absolute;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  background-image: url("../images/common/icon1.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  top: 50%;
  left: -2%;
  -webkit-transform: translate(2%, -50%);
          transform: translate(2%, -50%);
}
@media screen and (max-width: 768px) {
  .common-nav-menu__link.is-active::before {
    width: 2.1875rem;
    height: 2.1875rem;
  }
}

.common-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 120px;
  gap: 7.5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .common-nav__list {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 374px) {
  .common-nav__list {
    gap: 0.9375rem;
  }
}

.common-nav__link {
  position: relative;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #939393;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding-right: 19px;
  padding-right: 1.1875rem;
}
@media screen and (max-width: 768px) {
  .common-nav__link {
    font-size: 0.75rem;
    padding-right: 0.9375rem;
  }
}

.common-nav__link:hover {
  opacity: 0.7;
}

.common-nav__link::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url(../images/common/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 9px;
  width: 0.5625rem;
  height: 5px;
  height: 0.3125rem;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.common-section-title {
  font-family: "Cormorant", "Noto Serif JP", sans-serif;
}

.common-section-title__jp-title {
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 400;
  margin-top: -30px;
  margin-top: -1.875rem;
  color: #a4a4a4;
}
@media screen and (max-width: 768px) {
  .common-section-title__jp-title {
    font-size: 0.9375rem;
    margin-top: -1.125rem;
  }
}

.common-section-title__eng-title {
  font-size: 65px;
  font-size: 4.0625rem;
  font-weight: 300;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  text-transform: capitalize;
  color: rgba(203, 203, 203, .3);
}
@media screen and (max-width: 768px) {
  .common-section-title__eng-title {
    font-size: 1.75rem;
  }
}

.common-section-title__jp-title::after {
  content: "";
  display: inline-block;
  width: 300px;
  width: 18.75rem;
  height: 1px;
  height: 0.0625rem;
  margin-left: 10px;
  margin-left: 0.625rem;
  background-color: #cbcbcb;
  vertical-align: super;
}
@media screen and (max-width: 768px) {
  .common-section-title__jp-title::after {
    width: 12.5rem;
  }
}

.common-title {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  text-transform: capitalize;
  color: #cbcbcb;
}
@media screen and (max-width: 768px) {
  .common-title {
    font-size: 2.375rem;
  }
}

.common-title.common-title--left {
  -webkit-transform: translate3d(-50px, 0, 0);
          transform: translate3d(-50px, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.common-title.common-title--left.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.common-title.common-title--right {
  text-align: right;
  -webkit-transform: translate3d(50px, 0, 0);
          transform: translate3d(50px, 0, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .common-title.common-title--right {
    text-align: left;
  }
}

.common-title.common-title--right.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.common-title.common-title--small {
  font-size: 40px;
  font-size: 2.5rem;
}

.common-wrap {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact-btn {
  width: 100%;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1;
  color: #939393;
  padding: 15px 20px;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .contact-btn {
    font-size: 0.875rem;
    padding: 0.625rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-btn.contact-btn--confirm {
    padding: 0.75rem;
  }
}

@media screen and (max-width: 768px) {
  .contact-btn.contact-btn--confirm-back {
    padding: 0.75rem;
  }
}

.floatConsult {
  position: absolute;
  left: 10px;
  left: 0.625rem;
  bottom: 10px;
  bottom: 0.625rem;
  z-index: 9998;
  width: 92px;
  width: 5.75rem;
  height: 92px;
  height: 5.75rem;
  border-radius: 50%;
  border: 1px solid #343667;
  border: 0.0625rem solid #343667;
  background: #FAFCE7;
  display: grid;
  place-items: center;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .floatConsult {
    left: 0.625rem;
    bottom: 5.3125rem;
  }
}

.floatConsult {
  /* ↑ fixedのままでも基準になるけど念のため */
  /* 中身基準を作る */
}

/* ここから子要素配置 */
.floatConsult {
  /* 子absoluteの基準として明示 */
  /* fixed要素でもabsolute子の基準になるので実害なし */
  /* ただし明示したいならラッパー作るのが理想。今回は不要 */
  overflow: visible;
}

.floatConsult__text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -58%);
          transform: translate(-50%, -58%);
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
}

.floatConsult__arrow {
  position: absolute;
  left: 50%;
  bottom: 10px;
  bottom: 0.625rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 22px;
  width: 1.375rem;
  height: 14px;
  height: 0.875rem;
  display: grid;
  place-items: center;
}

.floatConsult__arrow img {
  width: 100%;
  height: 100%;
  display: block;
}

/* ★PC時は非表示 */
@media (min-width: 768px) {
  .floatConsult {
    display: none;
  }
}
.floatWrap.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.floatWrap {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9997;
  pointer-events: none;
}

.floatWrap > * {
  pointer-events: auto;
}

.floatWrap.is-stop {
  position: absolute;
}

.floatTopics {
  display: none;
}
@media screen and (max-width: 768px) {
  .floatTopics {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 1.25rem);
    background: rgba(255, 255, 255, .95);
    border: 0.0625rem solid rgba(0, 0, 0, .06);
    border-radius: 0.125rem;
    padding: 0.9375rem 0.8125rem;
    display: grid;
    grid-template-columns: 3.125rem 1fr;
    gap: 0.625rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 9997;
  }
}

.floatTopics__label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #343667;
  line-height: 1;
  position: relative;
  padding-right: 12px;
  padding-right: 0.75rem;
}

/* 縦線 */
.floatTopics__label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 24px;
  height: 1.5rem;
  background: #343667;
  opacity: 0.7;
}

.floatTopics__text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #343667;
  line-height: 1.6;
}

.footer {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #343667;
}

.footer__inner {
  padding: 40px 30px 10px 30px;
  padding: 2.5rem 1.875rem 0.625rem 1.875rem;
}

.footer__logo {
  width: 128px;
  width: 8rem;
  height: 60px;
  height: 3.75rem;
  margin-top: 28px;
  margin-top: 1.75rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer__logo:hover {
  opacity: 0.7;
}

.footer__lead {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 13px;
  gap: 0.8125rem;
  margin-right: 0;
  text-align: center;
}

.footer__sns.footer__sns-instagram {
  width: 26px;
  width: 1.625rem;
  height: 26px;
  height: 1.625rem;
}

.footer__sns.footer__sns-TikTok {
  width: 26px;
  width: 1.625rem;
  height: 29px;
  height: 1.8125rem;
}

.footer__sns-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  padding: 6px;
  padding: 0.375rem;
}

.footer__sns-link:hover {
  opacity: 0.7;
}

.footer__hp {
  margin-top: 26px;
  margin-top: 1.625rem;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}

.footer__copyright {
  margin-top: 10px;
  margin-top: 0.625rem;
  text-align: center;
}

.footer__copyright-text {
  display: inline-block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 500;
  color: #fff;
}

.header {
  height: 80px;
  height: 5rem;
  top: 0;
  left: 0;
  right: 0;
}

.header.is-scroll {
  background-color: #e7e4d8;
}

.header.is-scroll .header__nav-link {
  color: #5e5e5e;
}

.header.is-scroll .header__contact-link {
  color: #5e5e5e;
  border-color: #5e5e5e;
}

.header.is-scroll .header__nav-link::after {
  background: #5e5e5e;
}

.header__inner {
  padding: 10px 10px 0 10px;
  padding: 0.625rem 0.625rem 0 0.625rem;
  height: inherit;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__title {
  display: inline-block;
  height: inherit;
  z-index: 999;
  max-width: 120px;
  max-width: 7.5rem;
}
@media screen and (max-width: 768px) {
  .header__title {
    margin: 0;
  }
}

.header__title a {
  display: inline-block;
  width: 100%;
  height: inherit;
}

.header__title a:hover {
  opacity: 0.7;
}

.header__title img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__title-img {
  -webkit-transition: 0.7s;
  transition: 0.7s;
  height: inherit;
}

.header__nav {
  height: inherit;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__nav-item {
  height: inherit;
}

.header__nav-item.header__nav-item--contact {
  margin-left: 28px;
  margin-left: 1.75rem;
}

.header__nav-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #cbcbcb;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  height: inherit;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.header__nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  height: 0.0625rem;
  background: #cbcbcb;
  bottom: 30px;
  bottom: 1.875rem;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  width: calc(100% - 3.125rem);
  opacity: 1;
}

.header__nav-link:hover::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header__contact-link {
  display: inline-block;
  padding: 9px 31px;
  padding: 0.5625rem 1.9375rem;
  border: 1px solid #cbcbcb;
  border: 0.0625rem solid #cbcbcb;
  border-radius: 0.1875rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  font-weight: 500;
  color: #cbcbcb;
  text-transform: capitalize;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__contact-link:hover {
  -webkit-box-shadow: 0 0.1875rem 0.5rem rgb(255, 254, 249);
          box-shadow: 0 0.1875rem 0.5rem rgb(255, 254, 249);
}

.header__nav-icon {
  margin-right: 10px;
  margin-right: 0.625rem;
  font-size: 22px;
  font-size: 1.375rem;
  z-index: 2;
}

.header__hamburger {
  display: grid;
  place-items: center;
  position: fixed;
  top: 15px;
  top: 0.9375rem;
  right: 10px;
  right: 0.625rem;
  z-index: 9999;
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  padding: 0;
  border: 1px solid #343667;
  border: 0.0625rem solid #343667;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
}

.header__hamburger.is-open {
  background-color: #343667;
}

.header__hamburger span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  width: 1.25rem;
  height: 1px;
  height: 0.0625rem;
  background-color: #343667;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__hamburger span:nth-of-type(1) {
  -webkit-transform: translate(-50%, calc(-50% - 0.25rem));
          transform: translate(-50%, calc(-50% - 0.25rem));
}

.header__hamburger span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header__hamburger span:nth-of-type(3) {
  -webkit-transform: translate(-50%, calc(-50% + 0.25rem));
          transform: translate(-50%, calc(-50% + 0.25rem));
}

.header__hamburger.is-open span {
  background-color: #fff;
}

.header__hamburger.is-open span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.header__hamburger.is-open span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.header__drawer {
  position: fixed;
  padding: 0 10px;
  padding: 0 0.625rem;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  overflow-y: scroll;
  scrollbar-width: none;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s;
}

.header__drawer.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.35s ease, visibility 0s;
  transition: opacity 0.35s ease, visibility 0s;
}

.header__drawer-background {
  position: fixed;
  z-index: 3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  right: -50px;
  bottom: -50px;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.6s ease;
  transition: transform 0.6s ease, opacity 0.35s ease;
  transition: transform 0.6s ease, opacity 0.35s ease, -webkit-transform 0.6s ease;
}

.header__drawer-background.is-open {
  -webkit-transform: scale(50);
          transform: scale(50);
}

.header__drawer-logo {
  position: static;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
  padding-left: 15px;
  padding-left: 0.9375rem;
  height: 80px;
  height: 5rem;
  z-index: 999;
  margin: 0;
}

.header__drawer-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__drawer-wrap {
  padding-top: 5px;
  padding-top: 0.3125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__drawer-nav {
  position: relative;
  z-index: 999;
  opacity: 0;
  margin-left: 15px;
  margin-left: 0.9375rem;
  margin-right: 15px;
  margin-right: 0.9375rem;
}

.header__drawer.is-open .header__drawer-nav {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.header__drawer.is-open .header__drawer-logo {
  display: block;
}

.header__drawer.is-open .header__drawer-nav {
  opacity: 1;
}

.header__drawer-item {
  color: #fff;
  padding: 15px 0;
  padding: 0.9375rem 0;
  border-bottom: 1px solid #343667;
  border-bottom: 0.0625rem solid #343667;
}

.header__drawer-item:last-child {
  border-bottom: none;
}

/* ドロワー内の表示対象を全部まとめて同じ挙動にする */
/* 中身：初期は見えない（displayは触らない） */
.header__drawer-logo,
.header__drawer-nav,
.header__drawer-list li,
.header__drawer-ctaList,
.header__drawer-sns,
.header__drawer-hp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s, -webkit-transform 0.35s ease;
}

/* 開いたら同時に出す */
.header__drawer.is-open .header__drawer-logo,
.header__drawer.is-open .header__drawer-nav,
.header__drawer.is-open .header__drawer-list li,
.header__drawer.is-open .header__drawer-ctaList,
.header__drawer.is-open .header__drawer-sns,
.header__drawer.is-open .header__drawer-hp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.35s ease, visibility 0s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, visibility 0s, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s;
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s, -webkit-transform 0.35s ease;
}

.header__drawer-snsLink {
  display: inline-block;
  padding: 8px;
  padding: 0.5rem;
}

.header__drawer.is-open .header__drawer-sns {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
}

/* aは縦積み */
.header__drawer-item a {
  text-decoration: none;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/* 見出し（英字） */
.header__drawer-item-title {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #C7B04F;
  /* 金色：必要なら変数へ */
  letter-spacing: 0.08em;
  text-align: left;
}

/* ★スラッシュを疑似要素で付ける */
.header__drawer-item-title::after {
  content: "";
  display: inline-block;
  width: 25px;
  width: 1.5625rem;
  height: 1px;
  height: 0.0625rem;
  background: currentColor;
  -webkit-transform: rotate(-55deg);
          transform: rotate(-55deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

/* 説明文 */
.header__drawer-item-text {
  display: block;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #343667;
  font-weight: 500;
}

/* ===== about only（箇条書き） ===== */
.drawer-about {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
  gap: 0.625rem;
  font-family: "Shippori Mincho B1", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #343667;
  line-height: 1.8;
}

.drawer-about li {
  position: relative;
  padding-left: 18px;
  padding-left: 1.125rem;
}

.drawer-about li::before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #343667;
}

/* ===== CTA ===== */
/* CTAリスト（nav内） */
.header__drawer-ctaList {
  border-top: 1px solid #343667;
  border-top: 0.0625rem solid #343667;
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  display: grid;
}

.header__drawer-ctaLink.header__drawer-ctaLink--padding1 {
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}

.header__drawer-ctaLink.header__drawer-ctaLink--padding2 {
  padding-top: 5px;
  padding-top: 0.3125rem;
}

.header__drawer-ctaItem {
  border: none;
  padding: 0;
  margin: 0;
}

.header__drawer-ctaItem:last-child {
  border-bottom: none;
}

.header__drawer-ctaLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  gap: 0.75rem;
  width: 100%;
  padding: 14px 0;
  padding: 0.875rem 0;
  border-bottom: 1px solid #343667;
  border-bottom: 0.0625rem solid #343667;
  color: #343667;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}

.header__drawer-ctaLink::after {
  content: "";
  position: sticky;
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  background: url("../images/common/arrow-01.svg") no-repeat center/contain;
}

@media screen and (max-width: 768px) {
  .header__drawer-ctaLink--padding1::after {
    top: 75%;
  }
}

@media screen and (max-width: 768px) {
  .header__drawer-ctaLink--padding2::after {
    top: 64%;
  }
}

.header__drawer-ctaLink--top::after {
  content: none;
}

/* 2番目のCTAリンクだけ下線を消す */
.header__drawer-ctaList > .header__drawer-ctaItem:nth-child(2) > .header__drawer-ctaLink {
  border-bottom: none;
}

/* 「TOPに戻る」を少し控えめにしたい場合（任意） */
.header__drawer-ctaLink--top {
  border-bottom: none;
  margin-top: 14px;
  margin-top: 0.875rem;
}

/* ===== SNS ===== */
/* SNS（アイコンを丸にして添付っぽく） */
.header__drawer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 18px;
  margin-top: 1.125rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
  gap: 0.75rem;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
}

.header__drawer-sns a {
  display: grid;
  place-items: center;
  width: 44px;
  width: 2.75rem;
  height: 44px;
  height: 2.75rem;
  border-radius: 50%;
  background: #343667;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-size: 1.125rem;
}

/* 公式ホームページ */
.header__drawer-hp {
  display: block;
  margin-top: 14px;
  margin-top: 0.875rem;
  margin-left: 15px;
  margin-left: 0.9375rem;
  text-align: left;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s linear 0.25s, -webkit-transform 0.25s ease;
}

.header__drawer.is-open .header__drawer-hp {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s;
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0s, -webkit-transform 0.25s ease;
}

.header__drawer-hpLink {
  display: inline-block;
  color: #343667;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  letter-spacing: 0.06em;
}

.header__drawer-hpLink:hover {
  opacity: 0.7;
}

.inner {
  width: 100%;
  max-width: 1150px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 10px;
    padding-left: 10px;
    max-width: 37.5rem;
  }
}

.menu-list__item {
  border-bottom: 1px solid #cfcece;
  border-bottom: 0.0625rem solid #cfcece;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.menu-list__item.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu-list__link {
  display: inline-block;
  padding: 49px 0;
  padding: 3.0625rem 0;
}
@media screen and (max-width: 768px) {
  .menu-list__link {
    padding: 1.75rem 0;
  }
}

.menu-list__link.menu-list__link--sub {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  padding-right: 64px;
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  .menu-list__link.menu-list__link--sub {
    padding-top: 1.3125rem;
    padding-bottom: 1.125rem;
    padding-right: 0;
  }
}

.menu-list__item:first-child .menu-list__link.menu-list__link--sub {
  padding-top: 0;
}

.menu-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4.901%;
}
@media screen and (max-width: 768px) {
  .menu-list__flex {
    gap: 6.097%;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.menu-list__flex.menu-list__flex--sub {
  gap: 4.2135%;
}
@media screen and (max-width: 768px) {
  .menu-list__flex.menu-list__flex--sub {
    gap: 5.08474%;
  }
}

.menu-list__img {
  aspect-ratio: 290/229;
  overflow: hidden;
  width: 28.432%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .menu-list__img {
    aspect-ratio: 120/90;
    width: 40.678%;
  }
}

.menu-list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-list__img.menu-list--sub-img {
  aspect-ratio: 160/160;
  width: 22.441%;
}
@media screen and (max-width: 768px) {
  .menu-list__img.menu-list--sub-img {
    aspect-ratio: 130/100;
    width: 44.07%;
  }
}

.menu-list__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 66.667%;
}
@media screen and (max-width: 768px) {
  .menu-list__content {
    width: 53.225%;
  }
}

.menu-list__content.menu-list__content--sub {
  width: 73.212%;
}
@media screen and (max-width: 768px) {
  .menu-list__content.menu-list__content--sub {
    width: 50.85%;
  }
}

.menu-list__category {
  display: block;
  max-width: 91px;
  max-width: 5.6875rem;
  width: 100%;
  padding: 6.5px 10px;
  padding: 0.40625rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .menu-list__category {
    font-size: 0.625rem;
    padding: 0.375rem 0.5rem;
  }
}

.menu-list__title-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .menu-list__title-box {
    margin-top: 0.75rem;
  }
}

.menu-list__title {
  display: inline;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  max-width: 100%;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  text-decoration: none;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
@media screen and (max-width: 768px) {
  .menu-list__title {
    font-size: 0.875rem;
    line-height: 2;
    -webkit-line-clamp: 3;
  }
}

.menu-list__item:hover .menu-list__title {
  background-size: 100% 1px;
}

.menu-list__title.menu-list__title--sub {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.7777777778;
  width: auto;
}
@media screen and (max-width: 768px) {
  .menu-list__title.menu-list__title--sub {
    font-size: 0.875rem;
    line-height: 2;
  }
}

.menu-list__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  color: #939393;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-family: "Shippori Mincho B1", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 768px) {
  .menu-list__text {
    display: none;
  }
}

.menu-list__meta {
  margin-top: auto;
}

.menu-list__date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .menu-list__date {
    font-size: 0.625rem;
  }
}

.news-item {
  display: block;
  padding: 25.9px 0;
  padding: 1.61875rem 0;
  border-bottom: 1px solid #cfcece;
  border-bottom: 0.0625rem solid #cfcece;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .news-item {
    padding-top: 0.9rem;
    padding-bottom: 1.2rem;
  }
}

.news-item.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.news-item__info {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.news-item__date {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #d1d1d1;
  margin-right: 29px;
  margin-right: 1.8125rem;
}
@media screen and (max-width: 768px) {
  .news-item__date {
    font-size: 0.625rem;
    margin-right: 0.75rem;
  }
}

.news-item__date.news-item__date--sub {
  color: #5e5e5e;
}

.news-item__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  gap: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news-item__category-wrap {
    gap: 0.375rem;
  }
}

.news-item__block {
  margin-top: 22px;
  margin-top: 1.375rem;
}
@media screen and (max-width: 768px) {
  .news-item__block {
    margin-top: 1.2rem;
  }
}

.news-item__title {
  display: inline;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 1;
  white-space: nowrap;
  max-width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #d1d1d1;
  background-image: -webkit-gradient(linear, left top, right top, from(#d1d1d1), to(#d1d1d1));
  background-image: linear-gradient(90deg, #d1d1d1, #d1d1d1);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
@media screen and (max-width: 768px) {
  .news-item__title {
    font-size: 0.875rem;
    line-height: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
}

.news-item__title.news-item__title--sub {
  color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, right top, from(#5e5e5e), to(#5e5e5e));
  background-image: linear-gradient(90deg, #5e5e5e, #5e5e5e);
}

.news-item:hover .news-item__title {
  background-size: 100% 1px;
}

.news-list__item:first-of-type .news-item {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .news-list__item:first-of-type .news-item {
    padding-top: 0.9rem;
    border-top: 0.0625rem solid #cfcece;
  }
}

body {
  position: relative;
}

.page-top {
  position: fixed;
  display: block;
  width: 80px;
  width: 5rem;
  height: 80px;
  height: 5rem;
  right: 19.2px;
  right: 1.2rem;
  bottom: 15px;
  bottom: 0.9375rem;
  background: transparent;
  border-radius: 50%;
  border: solid 1px #cbcbcb;
  border: solid 0.0625rem #cbcbcb;
  cursor: pointer;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}
@media screen and (max-width: 768px) {
  .page-top {
    width: 3rem;
    height: 3rem;
    right: 0.9375rem;
  }
}

.page-top::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  width: 2.5rem;
  height: 8px;
  height: 0.5rem;
  display: inline-block;
  -webkit-transform: translate(-60%, -50%) rotate(-90deg);
          transform: translate(-60%, -50%) rotate(-90deg);
  background: #939393;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-transition: background-color 0.7s ease;
  transition: background-color 0.7s ease;
}
@media screen and (max-width: 768px) {
  .page-top::before {
    width: 1.75rem;
    height: 0.5rem;
  }
}

.page-top:hover {
  background-color: #939393;
}

.page-top:hover::before {
  background: #fff;
  -webkit-mask-image: url(../images/common/arrow.svg);
          mask-image: url(../images/common/arrow.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-size: contain;
          mask-size: contain;
}

.wp-pagenavi {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  position: relative;
  color: #cfcece;
  background-color: #e9ebeb;
  padding: 12px 17px;
  padding: 0.75rem 1.0625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.wp-pagenavi span.current {
  color: #5e5e5e;
  font-size: 20px;
  font-size: 1.25rem;
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  background-color: #e9ebeb;
}

.wp-pagenavi a.previouspostslink::before,
.wp-pagenavi a.nextpostslink::after {
  content: "";
  position: absolute;
  border-right: solid 3px #cbcbcb;
  border-right: solid 0.1875rem #cbcbcb;
  border-top: solid 3px #cbcbcb;
  border-top: solid 0.1875rem #cbcbcb;
  height: 12px;
  height: 0.75rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  width: 0.75rem;
}

.wp-pagenavi a.previouspostslink::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
          transform: translate(-50%, -50%) rotate(225deg);
}

.wp-pagenavi a.nextpostslink::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.wp-pagenavi a:hover {
  opacity: 0.7;
}

.professional-card {
  -webkit-box-shadow: 2px 2px 4px 4px rgba(183, 182, 182, .16);
          box-shadow: 2px 2px 4px 4px rgba(183, 182, 182, .16);
}

.professional-card__img {
  aspect-ratio: 320/200;
}

.professional-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.professional-card__body {
  padding: 16px;
  padding: 1rem;
}

.professional-card__title {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #5e5e5e;
}

.professional-card__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7;
  color: #939393;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.sub-mv {
  position: relative;
  overflow: hidden;
  height: 514px;
  height: 32.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sub-mv {
    height: 17.5rem;
  }
}

.sub-mv__inner {
  height: inherit;
}
@media screen and (max-width: 768px) {
  .sub-mv__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}

.sub-mv-title {
  position: absolute;
  width: 100%;
  max-width: 500px;
  max-width: 31.25rem;
  padding: 16px 50px 47px;
  padding: 1rem 3.125rem 2.9375rem;
  text-align: left;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sub-mv-title {
    padding: 1.125rem 1.125rem 2.25rem;
    max-width: 11.875rem;
  }
}

.sub-mv-title.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.sub-mv-title__eng {
  font-size: 80px;
  font-size: 5rem;
  color: #939393;
  font-weight: 300;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .sub-mv-title__eng {
    font-size: 2.75rem;
  }
}

.sub-mv-title__eng.sub-mv-title__eng--small {
  font-size: 65px;
  font-size: 4.0625rem;
}

.sub-mv-title__jp {
  font-size: 20px;
  font-size: 1.25rem;
  color: #cbcbcb;
  margin-top: -30px;
  margin-top: -1.875rem;
}
@media screen and (max-width: 768px) {
  .sub-mv-title__jp {
    font-size: 0.75rem;
    margin-top: -0.4375rem;
  }
}

.sub-mv__img {
  height: inherit;
  margin-right: calc(50% - 50vw);
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  z-index: 5;
}

.sub-mv__img.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sub-mv__img picture {
  display: block;
  height: inherit;
}

.sub-mv__img img {
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.sub-space-item__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #d1d1d1;
}
@media screen and (max-width: 768px) {
  .sub-space-item__flex {
    display: block;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    padding: 0 1.25rem;
  }
}

.sub-space-item__body {
  width: 46.6666666%;
  padding: 50px;
  padding: 3.125rem;
}
@media screen and (max-width: 768px) {
  .sub-space-item__body {
    max-width: 37.5rem;
    width: 100%;
    margin: 0 auto;
    padding: 3.6875rem 0 0;
  }
}

.sub-space-item__number {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: #343667;
}
@media screen and (max-width: 768px) {
  .sub-space-item__number {
    font-size: 2rem;
  }
}

.sub-space-item__number::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  width: 0.0625rem;
  height: 34px;
  height: 2.125rem;
  top: 50%;
  right: -16px;
  right: -1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .sub-space-item__number::after {
    height: 1.875rem;
    right: -0.6875rem;
  }
}

.sub-space-item__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sub-space-item__title {
    font-size: 1.25rem;
  }
}

.sub-space-item__text {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2.0909090909;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sub-space-item__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.sub-space-item__img {
  width: 53.333333%;
  aspect-ratio: 640/500;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub-space-item__img {
    max-width: 37.5rem;
    width: 100%;
    aspect-ratio: 335/220;
    margin-top: 1.1875rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.sub-space-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-space-item__content {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}
@media screen and (max-width: 768px) {
  .sub-space-item__content {
    margin-top: 1.25rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-space-item__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sub-space-item__sub-title-eng {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .sub-space-item__sub-title-eng {
    font-size: 1.125rem;
  }
}

.sub-space-item__sub-title-jp {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 500;
  color: #cbcbcb;
  margin-left: 16px;
  margin-left: 1rem;
}
@media screen and (max-width: 768px) {
  .sub-space-item__sub-title-jp {
    font-size: 0.625rem;
    margin-left: 0.5625rem;
  }
}

.sub-space-item__sub-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .sub-space-item__sub-text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.sub-space-list__item + .sub-space-list__item {
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .sub-space-list__item + .sub-space-list__item {
    margin-top: 3.125rem;
  }
}

.about {
  padding-top: 50px;
  padding-top: 3.125rem;
  background-color: #F9FAED;
}

.about__inner {
  padding: 0 30px 50px 30px;
  padding: 0 1.875rem 3.125rem 1.875rem;
}

.about__title-en {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #C7B04F;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

/* 日本語（下） */
.about__title-jp {
  display: block;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343667;
  font-weight: 700;
}

.about__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #343667;
}

.aboutFeature {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.aboutFeature__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-weight: 500;
}

.aboutFeature__text-sub {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 12px;
  font-size: 0.75rem;
}

/* 英語行（about / feature 01） */
.aboutFeature__title-en {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: capitalize;
}

.aboutFeature__title-enLeft,
.aboutFeature__title-enRight {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #C7B04F;
  font-weight: 400;
  line-height: 1;
}

/* “ズレ感” */
.aboutFeature__title-enLeft {
  -webkit-transform: translateY(-0.625rem);
          transform: translateY(-0.625rem);
  font-size: 12px;
  font-size: 0.75rem;
}

.aboutFeature__title-enRight {
  -webkit-transform: translateY(0.375rem);
          transform: translateY(0.375rem);
}

/* 斜線（長め） */
.aboutFeature__title-slash {
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #343667;
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin: 0 -10px;
  margin: 0 -0.625rem;
}

/* 日本語行 */
.aboutFeature__title-jp {
  display: block;
  color: #343667;
  font-weight: 700;
  font-family: "Shippori Mincho B1", sans-serif;
}

.aboutFeature__title-jpLead {
  margin-top: 23px;
  margin-top: 1.4375rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  gap: 0.3125rem;
  font-size: 14px;
  font-size: 0.875rem;
}

.aboutFeature__title-jpLead::before {
  content: "";
  width: 20px;
  width: 1.25rem;
  height: 1px;
  height: 0.0625rem;
  background: #343667;
  display: inline-block;
}

/* 強調部分（2行目のspan） */
.aboutFeature__title-jpStrong {
  display: inline-block;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 20px;
  font-size: 1.25rem;
}

/* FYI box */
.aboutFyi {
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding: 34px 32px;
  padding: 2.125rem 2rem;
  border: 1px solid #343667;
  border: 0.0625rem solid #343667;
}

.aboutFyi__label {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #C7B04F;
  text-align: center;
}

.aboutFyi__title {
  font-size: 16px;
  font-size: 1rem;
  color: #343667;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
  margin-top: 0.625rem;
}

.aboutFyi__blocks {
  display: grid;
  gap: 40px;
  gap: 2.5rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.aboutFyi__block {
  text-align: center;
}

.aboutFyi__media {
  margin: 0 auto;
  width: 100%;
  max-width: 163px;
  max-width: 10.1875rem;
}

.aboutFyi__media img {
  aspect-ratio: 163/163;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutFyi__head {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 16px;
  font-size: 1rem;
  color: #343667;
  font-weight: 700;
}

.aboutFyi__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  color: #343667;
  text-align: left;
}

.aboutFeature__text-img {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.aboutFeature__text-img img {
  aspect-ratio: 317/190;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.planCard__hotelLogo {
  margin-top: 10px;
  margin-top: 0.625rem;
  display: block;
  margin-left: auto;
  width: 100%;
  max-width: 180px;
  max-width: 11.25rem;
}

.planCard__hotelLogo.planCard__hotelLogo--small {
  max-width: 130px;
  max-width: 8.125rem;
}

.planCard__hotelLogo img {
  display: block;
  max-width: 180px;
  max-width: 11.25rem;
  width: 100%;
}

.planCard__body {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.planCard__label {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #343667;
  font-weight: 700;
}

.planCard__sub {
  margin-top: 2px;
  margin-top: 0.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  color: #C7B04F;
  font-weight: 400;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #343667;
}

.planCard__box {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: 1.125rem;
  color: #343667;
  font-weight: 700;
}

.planCard__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  color: #343667;
}

.aboutFeature__retreat {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* リトリートカードは画像無しなので上余白だけ少し詰めたい場合 */
.planCard--retreat .planCard__body {
  padding-top: 14px;
  padding-top: 0.875rem;
}

.company-profile {
  overflow: hidden;
  background-color: #d1d1d1;
}

.company-profile__inner {
  padding-top: 66px;
  padding-top: 4.125rem;
  padding-bottom: 127px;
  padding-bottom: 7.9375rem;
}
@media screen and (max-width: 768px) {
  .company-profile__inner {
    padding-top: 3.75rem;
    padding-bottom: 4.6875rem;
  }
}

.company-profile__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .company-profile__items {
    margin-top: 1.875rem;
  }
}

.company-profile__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 39px 0;
  padding: 2.4375rem 0;
  border-bottom: 1px solid #cfcece;
  border-bottom: 0.0625rem solid #cfcece;
}
@media screen and (max-width: 768px) {
  .company-profile__item {
    display: block;
    padding: 1.125rem 0;
  }
}

.company-profile__item:first-of-type {
  padding-top: 0;
}

.company-profile__item-dt {
  width: 170px;
  width: 10.625rem;
  font-weight: 500;
}

.company-profile__item-dd {
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .company-profile__item-dd {
    margin-top: 1rem;
  }
}

.company-profile__item-dt,
.company-profile__item-dd {
  font-size: 16px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .company-profile__item-dt,
  .company-profile__item-dd {
    font-size: 0.875rem;
  }
}

.company-profile__list-item {
  margin-top: 19px;
  margin-top: 1.1875rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .company-profile__list-item {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    line-height: 1.4285714286;
  }
}

.company-profile__list-item:first-of-type {
  margin-top: 0;
}

.company-profile__address-text {
  margin-left: 18px;
  margin-left: 1.125rem;
}
@media screen and (max-width: 768px) {
  .company-profile__address-text {
    margin-left: 1.75rem;
  }
}

.company-profile__swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .company-profile__swiper {
    margin-top: 5.1875rem;
  }
}

.company-profile__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.company-profile__swiper .swiper-img {
  aspect-ratio: 480/400;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .company-profile__swiper .swiper-img {
    aspect-ratio: 180/150;
  }
}

.company-profile__swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact-confirm__inner {
  max-width: 730px;
  max-width: 45.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contact-confirm__inner {
    max-width: 37.5rem;
  }
}

.contact-confirm__introduction {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .contact-confirm__introduction {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.contact-confirm__form {
  margin-top: 94px;
  margin-top: 5.875rem;
}
@media screen and (max-width: 768px) {
  .contact-confirm__form {
    margin-top: 2.1875rem;
  }
}

.confirm-form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .confirm-form__content {
    display: block;
  }
}

.confirm-form__content + .confirm-form__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .confirm-form__content + .confirm-form__content {
    margin-top: 1.8125rem;
  }
}

.confirm-form__title {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  max-width: 250px;
  max-width: 15.625rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .confirm-form__title {
    max-width: 100%;
  }
}

.confirm-form__title span {
  color: #E20000;
}

.confirm-form__text {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .confirm-form__text {
    margin-top: 0.6rem;
  }
}

.confirm-form__text.confirm-form__text--textarea {
  line-height: 2.2857142857;
}

.confirm-form__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  gap: 5rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (max-width: 768px) {
  .confirm-form__btn-wrapper {
    gap: 1.25rem;
  }
}

.confirm-form__btn {
  position: relative;
  display: inline-block;
  min-width: 280px;
  min-width: 17.5rem;
  background-color: #cbcbcb;
  border: 2px solid #cbcbcb;
  border: 0.125rem solid #cbcbcb;
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .confirm-form__btn {
    min-width: 9.4375rem;
  }
}
@media screen and (max-width: 374px) {
  .confirm-form__btn {
    min-width: 8.125rem;
  }
}

.confirm-form__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #E9EEEF;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.confirm-form__btn.confirm-form__btn--back::before {
  background-color: #E9EEEF;
}

.confirm-form__btn:hover {
  border: 2px solid #cfcece;
  border: 0.125rem solid #cfcece;
}

.confirm-form__btn:hover::before {
  width: 100%;
}

.confirm-form__btn:hover .contact-btn {
  color: #cbcbcb;
}

.confirm-form__btn.confirm-form__btn--back:hover .contact-btn {
  color: #cbcbcb;
}

.confirm-form__btn.confirm-form__btn--back {
  background-color: #cbcbcb;
}

.craftmanship {
  background-color: #d1d1d1;
}

.craftmanship__items {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .craftmanship__items {
    padding: 2.5rem 0;
  }
}

.craftmanship__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .craftmanship__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.craftmanship__item + .craftmanship__item {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .craftmanship__item + .craftmanship__item {
    padding-top: 1.875rem;
  }
}

.craftmanship__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .craftmanship__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.craftmanship__img {
  width: 50%;
  aspect-ratio: 550/550;
}
@media screen and (max-width: 768px) {
  .craftmanship__img {
    width: 100%;
    aspect-ratio: 250/250;
  }
}

.craftmanship__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px) {
  .craftmanship__img img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.375rem 0 rgba(0, 0, 0, .26);
            box-shadow: 0.1875rem 0.1875rem 0.375rem 0 rgba(0, 0, 0, .26);
  }
}

.craftmanship__block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .craftmanship__block {
    width: 100%;
    margin-top: 1.25rem;
  }
}

.craftmanship__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #5e5e5e;
}
@media screen and (max-width: 768px) {
  .craftmanship__sub-title {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.craftmanship__text {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-weight: 300;
  color: #939393;
}
@media screen and (max-width: 768px) {
  .craftmanship__text {
    margin-top: 1.4375rem;
    font-size: 0.875rem;
  }
}

.experience {
  background-color: #F9FAED;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.experience__inner {
  padding: 50px 30px;
  padding: 3.125rem 1.875rem;
}

.experience__head {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.experience__title-en {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #C7B04F;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.experience__title-jp {
  display: block;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343667;
  font-weight: 700;
}

.experience__media {
  width: 100%;
  height: 100%;
}

.experience__media img {
  width: 100%;
  display: block;
  aspect-ratio: 317/190;
  -o-object-fit: cover;
     object-fit: cover;
}

/* card */
.experience__blocks {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.experience__no {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #C7B04F;
  font-weight: 400;
  display: inline-block;
}

.experience__slash {
  display: inline-block;
  width: 35px;
  width: 2.1875rem;
  height: 1px;
  height: 0.0625rem;
  background: #343667;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  margin-left: -10px;
  margin-left: -0.625rem;
  vertical-align: middle;
}

.experience__profile {
  font-size: 14px;
  font-size: 0.875rem;
  color: #343667;
  font-weight: 500;
  display: inline-block;
  margin-left: -10px;
  margin-left: -0.625rem;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}

.experience__list + .experience__list {
  margin-top: 36px;
  margin-top: 2.25rem;
}

.experience__box {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.experience__sub-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

.experience__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.headline {
  overflow: hidden;
}

.headline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headline__text {
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: rgba(203, 203, 203, .2);
  padding-left: 1em;
  white-space: nowrap;
  -webkit-animation: infinity-scroll-left 15s infinite linear 0.4s both;
          animation: infinity-scroll-left 15s infinite linear 0.4s both;
}
@media screen and (max-width: 768px) {
  .headline__text {
    font-size: 4.375rem;
  }
}

.headline__uppercase {
  text-transform: capitalize;
  font-size: 80px;
  font-size: 5rem;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: rgba(203, 203, 203, .2);
}
@media screen and (max-width: 768px) {
  .headline__uppercase {
    font-size: 4.375rem;
  }
}

@-webkit-keyframes infinity-scroll-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.interview {
  margin-top: 50px;
  margin-top: 3.125rem;
  background-color: #FAFAFA;
}

.interview__inner {
  padding: 50px 30px;
  padding: 3.125rem 1.875rem;
}

.interview__title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #C7B04F;
}

.interview__movie {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.interview__text {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

.interview__block2 {
  margin-top: 27px;
  margin-top: 1.6875rem;
}

.map {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.map__inner {
  padding: 0 30px;
  padding: 0 1.875rem;
}

.map__title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.map__reserve {
  position: relative;
  display: inline-block;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.map__reserve::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../images/common/address-arrow.png") no-repeat center/contain;
}

.map__google {
  mask-type: 0.875rem;
}

.map__address {
  margin-top: 8px;
  margin-top: 0.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

.map__block2 {
  margin-top: 30px;
  margin-top: 1.875rem;
}

.map__google {
  margin-top: 16px;
  margin-top: 1rem;
  width: 100%;
  height: 190px;
  height: 11.875rem;
  overflow: hidden;
}

.map__google iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.menu-single__inner {
  max-width: 890px;
  max-width: 55.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .menu-single__inner {
    max-width: 37.5rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

.menu-single__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 21px;
  gap: 0.625rem 1.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.menu-single__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .menu-single__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-top: 0.875rem;
  }
}

.menu-single__date {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #939393;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .menu-single__date {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}

.menu-single__img {
  aspect-ratio: 840/471;
  overflow: hidden;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .menu-single__img {
    aspect-ratio: 315/176;
    margin-top: 2rem;
  }
}

.menu-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-single__area {
  max-width: 680px;
  max-width: 42.5rem;
  width: 100%;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .menu-single__area {
    max-width: 36.25rem;
  }
}

.menu-single__btn {
  text-align: center;
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (max-width: 768px) {
  .menu-single__btn {
    margin-top: 4.5625rem;
  }
}

.menu-single__btn-link {
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "Shippori Mincho B1", sans-serif;
  font-weight: 500;
  color: #343667;
  padding: 10.5px;
  padding: 0.65625rem;
  max-width: 285px;
  max-width: 17.8125rem;
  width: 100%;
  background-color: #e9ebeb;
  border: 1px solid #d1d1d1;
  border: 0.0625rem solid #d1d1d1;
  border-radius: 0.25rem;
  text-align: center;
}

.menu-single__btn-text {
  position: relative;
  left: 10px;
  left: 0.625rem;
}

.menu-single__btn-text::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/common/icon-arrow-left.svg);
          mask-image: url(../images/common/icon-arrow-left.svg);
  background-color: #939393;
  left: -20px;
  left: -1.25rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.menu-single__btn-link:hover .menu-single__btn-text::before {
  -webkit-transform: translateX(-0.3125rem) translateY(-50%);
          transform: translateX(-0.3125rem) translateY(-50%);
}

.message-dads {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.message-dads__inner {
  padding: 0 30px;
  padding: 0 1.875rem;
}

.message-dads__head {
  margin-top: 28px;
  margin-top: 1.75rem;
}

.message-dads__title-en {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #C7B04F;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.message-dads__title-jp {
  display: block;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343667;
  font-weight: 700;
}

.message-dads__media {
  width: 100%;
  height: 100%;
}

.message-dads__media img {
  width: 100%;
  display: block;
  aspect-ratio: 317/190;
  -o-object-fit: cover;
     object-fit: cover;
}

.message-dads__text {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  border-bottom: 1px solid #343667;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

.message-dads__subtitle {
  display: block;
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343667;
  font-weight: 700;
}

.message-dads__lists {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.message-dads__list + .message-dads__list {
  margin-top: 44px;
  margin-top: 2.75rem;
}

.message-dads__Qa {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.message-dads__Qa-q {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.75;
}

.message-dads__Qa-a + .message-dads__Qa-q {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.message-dads__Qa-a {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
}

.message__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .message__flex {
    display: block;
  }
}

.message__content {
  width: 67.272727%;
  background-color: #E9EEEF;
  padding: 70px 30px;
  padding: 4.375rem 1.875rem;
}
@media screen and (max-width: 768px) {
  .message__content {
    width: 100%;
    padding: 1.875rem 0;
  }
}

@media screen and (max-width: 768px) {
  .message__body {
    padding: 0 0.9375rem;
  }
}

.message__title {
  padding: 0 2px;
  padding: 0 0.125rem;
}

.message__text,
.message__ceo-name {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .message__text,
  .message__ceo-name {
    font-size: 0.875rem;
  }
}

.message__text {
  margin-top: 60px;
  margin-top: 3.75rem;
  line-height: 2.375;
  font-family: "Zen Kurenaido", sans-serif;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .message__text {
    line-height: 2.2857142857;
    margin-top: 1.875rem;
  }
}

.message__ceo-name {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-family: "Zen Kurenaido", sans-serif;
}
@media screen and (max-width: 768px) {
  .message__ceo-name {
    margin-top: 1.875rem;
  }
}

.message__ceo-name-eng {
  font-size: 14px;
  font-size: 0.875rem;
}

.message__career {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #5e5e5e;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
}
@media screen and (max-width: 768px) {
  .message__career {
    font-size: 0.8125rem;
  }
}

.message__career-letter {
  text-transform: lowercase;
}

.message__career-initial {
  text-transform: capitalize;
}

.message__img {
  width: 32.7272%;
  aspect-ratio: 360/535;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .message__img {
    width: 100%;
    aspect-ratio: 300/300;
  }
}

.message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.midwives {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.midwives__inner {
  padding: 0 30px;
  padding: 0 1.875rem;
}

.midwives__title-en {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #C7B04F;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

.midwives__title-jp {
  display: block;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343667;
  font-weight: 700;
}

.midwives__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #343667;
}

/* ===== 横スクロールの仕掛け ===== */
.midwives__cardsWrap {
  position: relative;
  /* ★ピン中に 1画面高を確保（ここが重要） */
}

.hscrollBar {
  display: none;
}
@media screen and (max-width: 768px) {
  .hscrollBar {
    display: block;
    position: relative;
    left: 0;
    right: 1.875rem;
    bottom: 0;
    height: 0.0625rem;
    background: #C6C6C6;
    pointer-events: none;
    z-index: 5;
  }
}

.hscrollBar__thumb {
  position: absolute;
  left: 0;
  top: 0;
  height: 1px;
  height: 0.0625rem;
  background: #343667;
  width: 30%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.midwives__cards {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  position: relative;
  margin-top: 50px;
  margin-top: 3.125rem;
}

.midwives__pin {
  /* ← 常に30px固定 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.midwives__track {
  gap: 35px;
  gap: 2.1875rem;
  will-change: transform;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* ブロック同士の間 */
.mwCard__group + .mwCard__group {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

@media (min-width: 768px) {
  .midwives__pin {
    padding-top: 0;
  } /* 必要なら */
  .midwives__cards {
    overflow: visible;
  } /* 横移動しないので hidden解除 */
  .midwives__track {
    display: block; /* flexやめる */
    width: auto; /* max-content解除 */
    -webkit-transform: none !important;
            transform: none !important;
    will-change: auto;
  }
  .mwCard {
    width: 100%;
    max-width: none;
    margin-top: 24px; /* 好み */
  }
}
/* ===== カード（1枚=画面幅相当） ===== */
.mwCard + .mwCard {
  margin-top: 30px;
  margin-top: 1.875rem;
}

/* 上部（写真＋プロフィール） */
.mwCard__top {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 18px;
  gap: 1.125rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mwCard__photo img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.mwCard__meta {
  color: #343667;
}

.mwCard__no {
  margin: 0;
  font-size: 16px;
  font-size: 1rem;
  color: #C7B04F;
  font-weight: 400;
  display: inline-block;
}

.mwCard__slash {
  display: inline-block;
  width: 35px;
  width: 2.1875rem;
  height: 1px;
  height: 0.0625rem;
  background: #343667;
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
  margin-left: -10px;
  margin-left: -0.625rem;
  vertical-align: middle;
}

.mwCard__role {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}

.mwCard__name {
  margin: 6px 0 0;
  margin: 0.375rem 0 0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/* 本文 */
.mwCard__body {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.mwCard__group {
  margin-top: 25px;
  margin-top: 1.5625rem;
}

.mwCard__heading {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  color: #343667;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 0.625rem;
}

.mwCard__heading:nth-child(n+2) {
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.mwCard__heading::after {
  content: "";
  width: 30px;
  width: 1.875rem;
  height: 1px;
  height: 0.0625rem;
  background: #343667;
  display: inline-block;
}

.mwCard__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-weight: 500;
  color: #343667;
}

.mv {
  position: relative;
  width: 100%;
  min-height: 600px;
  min-height: 37.5rem;
  overflow: hidden;
}

.mv__inner {
  padding-left: 10px;
  padding-left: 0.625rem;
  padding-right: 10px;
  padding-right: 0.625rem;
}

.mv__head {
  margin-top: 3px;
  margin-top: 0.1875rem;
}

.mv__lead {
  position: relative;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
}

.mv__wrap {
  display: block;
}

.mv__title-box {
  text-align: right;
  padding-top: 0;
}

.mv__title {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Shippori Mincho B1", sans-serif;
}

.mv__sub {
  display: block;
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  font-weight: 700;
  text-align: right;
  line-height: 1;
  margin-top: 8px;
  margin-top: 0.5rem;
}

.mv__media {
  margin-top: 15px;
  margin-top: 0.9375rem;
  width: calc(100% + 1.25rem); /* 10px + 10px 分広げる */
  height: 550px;
  height: 34.375rem;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  overflow: hidden;
}
.mv__media__inner {
  width: 100%;
  height: 100%;
}

.mv__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.mv__topics {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 1.25rem);
  background: rgba(255, 255, 255, .95);
  border: 1px solid rgba(0, 0, 0, .06);
  border: 0.0625rem solid rgba(0, 0, 0, .06);
  border-radius: 0.125rem;
  padding: 15px 13px;
  padding: 0.9375rem 0.8125rem;
  display: grid;
  grid-template-columns: 3.125rem 1fr;
  gap: 10px;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mv__topics-label {
  font-size: 12px;
  font-size: 0.75rem;
  color: #343667;
  line-height: 1;
  position: relative;
  padding-right: 12px;
  padding-right: 0.75rem;
}

/* 縦線 */
.mv__topics-label::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  width: 0.0625rem;
  height: 24px;
  height: 1.5rem;
  background: #343667;
  opacity: 0.7;
}

.mv__topics-text {
  font-size: 14px;
  font-size: 0.875rem;
  color: #343667;
  line-height: 1.6;
}

.mv__title-main span {
  text-transform: capitalize;
}

.mv__title-sub {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #cbcbcb;
  line-height: 1;
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.js-mw-track {
  will-change: transform;
}

.news-single__inner {
  max-width: 1210px;
  max-width: 75.625rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .news-single__inner {
    max-width: 39.375rem;
    padding: 0 0.9375rem;
  }
}

.news-single__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12.241381%;
}
@media screen and (max-width: 768px) {
  .news-single__flex {
    display: block;
  }
}

.news-single__main {
  width: 61.896551%;
}
@media screen and (max-width: 768px) {
  .news-single__main {
    width: 100%;
  }
}

.news-single__contents {
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
  border-bottom: solid 1px #cfcece;
  border-bottom: solid 0.0625rem #cfcece;
}
@media screen and (max-width: 768px) {
  .news-single__contents {
    width: 91.305%;
    margin: 0 auto;
    padding-bottom: 0;
    border-bottom: none;
  }
}

.news-single__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .news-single__btn {
    margin-top: 2.9375rem;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media screen and (max-width: 374px) {
  .news-single__btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.625rem;
  }
}

.news-single__sidebar {
  width: 25.862068%;
}
@media screen and (max-width: 768px) {
  .news-single__sidebar {
    width: 100%;
    margin-top: 3.5625rem;
  }
}

@media screen and (max-width: 768px) {
  .news-single__article {
    margin-top: 3.5625rem;
  }
}

.news-single__archive {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.news-single__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px 21px;
  gap: 0.625rem 1.3125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.news-single__title {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 1.9230769231;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news-single__title {
    font-size: 1.125rem;
    line-height: 1.6666666667;
    margin-top: 0.625rem;
  }
}

.news-single__date {
  display: inline-block;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #939393;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .news-single__date {
    font-size: 0.625rem;
    margin-top: 0.625rem;
  }
}

.news-single__img {
  aspect-ratio: 718/380;
  overflow: hidden;
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (max-width: 768px) {
  .news-single__img {
    aspect-ratio: 315/176;
  }
}

.news-single__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-single__area {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.page-404 {
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .page-404__inner {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    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;
  }
}

.page-404__img {
  position: relative;
  height: 600px;
  height: 37.5rem;
  margin-right: calc(50% - 50vw);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .page-404__img {
    height: 15.1875rem;
  }
}

.page-404__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-404__content {
  position: absolute;
  top: 50%;
  left: 50.3472%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .page-404__content {
    display: contents;
  }
}

.page-404__title {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: #fff;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .page-404__title {
    position: absolute;
    top: 6.75rem;
    text-align: center;
    width: 100%;
    -webkit-transform: translateY(-23%);
            transform: translateY(-23%);
    font-size: 2.1875rem;
    z-index: 10;
  }
}

@media screen and (max-width: 768px) {
  .page-404__body {
    margin-top: 2.5rem;
  }
}

.page-404__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  line-height: 2.375;
  color: #fff;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .page-404__text {
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 2.2857142857;
    color: #000000;
    margin-top: 0;
  }
}

.page-404__btn {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: left;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .page-404__btn {
    margin-top: 2.5rem;
    text-align: center;
  }
}

.page-404__btn-link {
  display: inline-block;
  max-width: 145px;
  max-width: 9.0625rem;
  width: 100%;
  padding: 10.5px;
  padding: 0.65625rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: #fff;
  border-radius: 0.25rem;
  background-color: transparent;
  border: 1px solid #fff;
  border: 0.0625rem solid #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-404__btn-link {
    color: #343667;
    border: 0.0625rem solid #343667;
  }
}

.page-404__btn-text {
  position: relative;
  left: 10px;
  left: 0.625rem;
  text-transform: uppercase;
}

.page-404__btn-text::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/common/icon-arrow-left.svg);
          mask-image: url(../images/common/icon-arrow-left.svg);
  background-color: #fff;
  left: -20px;
  left: -1.25rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (max-width: 768px) {
  .page-404__btn-text::before {
    background-color: #343667;
  }
}

.page-404__btn-link:hover .page-404__btn-text::before {
  -webkit-transform: translateX(-0.3125rem) translateY(-50%);
          transform: translateX(-0.3125rem) translateY(-50%);
}

/* PC背景（外側） */
.pc-shell {
  position: fixed;
  inset: 0;
  background: url("../images/common/pc-bg.jpg") center/cover no-repeat;
}

/* 右側のスマホ表示枠 */
.sp-frame {
  /* SP（デフォルト） */
  width: 100%;
  height: auto;
  background: #fff;
  overflow: visible;
  -webkit-overflow-scrolling: touch;
}

/* PCだけ */
@media (min-width: 768px) {
  .sp-frame {
    position: absolute;
    top: 60px;
    right: 120px;
    width: min(375px, 100vw - 240px);
    height: calc(100vh - 60px);
    overflow-y: auto;
    background: #fff;
  }
  /* ★sp-frame内でヘッダーを追従させる */
  .header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff; /* 透けるなら */
  }
  /* ★ボタンはヘッダー内右上に固定（ヘッダーが追従するので一緒に追従する） */
  .header__hamburger {
    position: absolute;
    top: 15px;
    right: 10px;
  }
}
/* PC時だけ発動したいなら */
@media (max-width: 767px) {
  body {
    overflow: auto;
  }
  .pc-shell {
    position: static;
    background: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .sp-frame {
    width: 100%;
    height: auto;
    overflow: visible;
    /* ページスクロールに戻す */
  }
}
@media (min-width: 768px) {
  .pc-bgUi {
    position: absolute;
    left: 19%; /* ← 好きな位置に調整 */
    bottom: 5.625rem; /* ← 好きな位置に調整 */
    z-index: 1; /* sp-frame より下 */
    display: grid;
    gap: 18px;
  }
  .pc-bgTopics {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 14px;
    border-radius: 0.125rem;
    background: #fff;
    height: 70px;
    padding: 12px 16px;
    max-width: 35.625rem;
    width: 100%;
  }
  .pc-bgTopics:hover {
    opacity: 0.9;
  }
  .pc-bgTopics__label::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 40px;
    background: rgba(34, 45, 90, .35);
    margin-left: 16px;
    vertical-align: middle;
  }
  /* PCだけ */
}
@media (min-width: 768px) and (min-width: 768px) {
  /* 調整値を変数化（ここだけ触ればOK） */
  .pc-shell {
    --phone-right: 120px; /* スマホ枠の右余白 */
    --phone-top: 60px; /* スマホ枠の上余白 */
    --phone-w: 375px; /* スマホ枠の幅 */
    --gap: 40px; /* Topicsとスマホ枠の間隔 */
  }
  .sp-frame {
    position: absolute;
    top: var(--phone-top);
    right: var(--phone-right);
    width: var(--phone-w);
    height: calc(100vh - var(--phone-top));
    overflow-y: auto;
    background: #fff;
  }
  /* ★Topics/UIは「スマホ枠の左」に固定 */
  .pc-bgUi {
    position: absolute;
    bottom: 90px;
    right: calc(var(--phone-right) + var(--phone-w) + var(--gap));
    z-index: 1;
    display: grid;
    gap: 18px;
  }
}
@media (min-width: 768px) {
  .pc-bgTopics__label {
    font-size: 0.75rem;
    font-weight: 500;
    white-space: nowrap;
  }
  .pc-bgTopics__link {
    font-size: 1rem;
    font-weight: 500;
    text-decoration: none;
  }
  .pc-bgConsult {
    justify-self: start;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 12px 18px;
    border-radius: 999px;
    text-decoration: none;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
  }
  .pc-bgConsult:hover {
    opacity: 0.7;
  }
}
.professional {
  background-color: #e9ebeb;
}

.professional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  gap: 1.875rem;
}
@media screen and (max-width: 768px) {
  .professional__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.professional__item + .professional__item {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (max-width: 768px) {
  .professional__item + .professional__item {
    padding-top: 1.875rem;
  }
}

.professional__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .professional__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.professional__img {
  aspect-ratio: 550/550;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .professional__img {
    width: 100%;
    aspect-ratio: 250/250;
  }
}

.professional__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
          box-shadow: 0 0.25rem 0.25rem 0 rgba(0, 0, 0, .25);
}
@media screen and (max-width: 768px) {
  .professional__img img {
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.375rem 0 rgba(0, 0, 0, .26);
            box-shadow: 0.1875rem 0.1875rem 0.375rem 0 rgba(0, 0, 0, .26);
  }
}

.professional__block {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .professional__block {
    width: 100%;
  }
}

.professional__sub-title {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  color: #5e5e5e;
}
@media screen and (max-width: 768px) {
  .professional__sub-title {
    margin-top: 1.25rem;
    font-size: 0.875rem;
  }
}

.professional__text {
  font-size: 14px;
  font-size: 0.875rem;
  margin-top: 30px;
  margin-top: 1.875rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .professional__text {
    margin-top: 1.4375rem;
    font-size: 0.875rem;
  }
}

.professional__text,
.professional__sub-text {
  font-weight: 300;
  color: #5e5e5e;
}

.professional__sub-text {
  font-size: 14px;
  font-size: 0.875rem;
  text-align: right;
  letter-spacing: 0.16em;
  line-height: 2;
  padding-top: 16px;
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  .professional__sub-text {
    font-size: 0.875rem;
    text-align: left;
    letter-spacing: 0.1em;
    padding-top: 1.25rem;
  }
}

.professional__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  gap: 1.875rem;
  margin-top: 80px;
  margin-top: 5rem;
}
@media screen and (max-width: 768px) {
  .professional__cards {
    grid-template-columns: 1fr;
    gap: 0.9375rem;
  }
}

.prologue {
  margin-top: 50px;
  margin-top: 3.125rem;
  overflow: hidden;
}

.prologue__inner {
  --inner-pad: 30px;
  --inner-pad: 1.875rem;
  padding-left: var(--inner-pad);
  padding-right: var(--inner-pad);
}

.prologue__title {
  text-align: center;
}

.prologue__title-en {
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
  color: #C7B04F;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

/* 日本語（下） */
.prologue__title-jp {
  display: block;
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  color: #343667;
  font-weight: 700;
  font-family: "Shippori Mincho B1", sans-serif;
}

.prologue__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  color: #343667;
}

.prologue__media {
  margin-top: 50px;
  margin-top: 3.125rem;
  width: calc(100% + var(--inner-pad) * 2);
  margin-left: calc(var(--inner-pad) * -1);
}

.prologue__media img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-archive-list li {
  border-bottom: 1px solid #c1c1c1;
  border-bottom: 0.0625rem solid #c1c1c1;
}

.sidebar-archive-list li:last-of-type {
  border-bottom: 0;
}

.sidebar-archive-list a {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  padding: 21px 0;
  padding: 1.3125rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sidebar-archive-list a:hover {
  opacity: 0.7;
}

.sidebar-archive__inner {
  padding: 0 18px;
  padding: 0 1.125rem;
}
@media screen and (max-width: 768px) {
  .sidebar-archive__inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-archive__list {
    width: 89.566%;
    margin: 0 auto;
  }
}

.sidebar-article-list__item {
  border-bottom: 1px solid #c1c1c1;
  border-bottom: 0.0625rem solid #c1c1c1;
}

.sidebar-article-list__link {
  display: inline-block;
  width: 100%;
  padding: 17px 0;
  padding: 1.0625rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 768px) {
  .sidebar-article-list__link {
    padding-top: 1.1875rem;
  }
}

.sidebar-article-list__link:hover {
  opacity: 0.7;
}

.sidebar-article-list__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sidebar-article-list__flex {
    gap: 5.82525%;
  }
}

.sidebar-article-list__img {
  aspect-ratio: 100/100;
  overflow: hidden;
  max-width: 100px;
  max-width: 6.25rem;
  width: 100%;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.sidebar-article-list__img img {
  width: 100%;
  height: inherit;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-article-list__body {
  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;
  margin-left: 18px;
  margin-left: 1.125rem;
}

.sidebar-article-list__title {
  display: inline;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 2;
  color: #040404;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), to(#000000));
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}

.sidebar-article-list__item:hover .sidebar-article-list__title {
  background-size: 100% 1px;
}

.sidebar-article-list__meta {
  margin-top: auto;
}

.sidebar-article-list__date {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #939393;
}

.sidebar-article__inner {
  padding: 0 18px;
  padding: 0 1.125rem;
}
@media screen and (max-width: 768px) {
  .sidebar-article__inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-article__list {
    width: 89.566%;
    margin: 0 auto;
  }
}

.sidebar-category-list__item {
  border-bottom: 1px solid #c1c1c1;
  border-bottom: 0.0625rem solid #c1c1c1;
}

.sidebar-category-list__item:last-of-type {
  border-bottom: 0;
}

.sidebar-category-list__link {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
  padding: 21px 0;
  padding: 1.3125rem 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.sidebar-category-list__link:hover {
  opacity: 0.7;
}

.sidebar__category {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.sidebar-category__inner {
  padding: 0 18px;
  padding: 0 1.125rem;
}
@media screen and (max-width: 768px) {
  .sidebar-category__inner {
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .sidebar-category__list {
    width: 89.566%;
    margin: 0 auto;
  }
}

.sidebar-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1;
  color: #939393;
  padding: 18px 15px;
  padding: 1.125rem 0.9375rem;
  width: 100%;
  border-bottom: double 5px #939393;
  border-bottom: double 0.3125rem #939393;
}

.single-area h2 {
  position: relative;
  display: inline-block;
  padding: 0 55px;
}

.single-area h2:before,
.single-area h2:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 4px;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

.single-area h2:after {
  left: 0;
}

.single-area h2:before {
  right: 0;
}

.single-area p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .single-area p {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-top: 0.9375rem;
  }
}

.single-area a {
  display: block;
  text-decoration: underline;
  color: #0072bc;
}

.single-area h3 {
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  margin-top: 64px;
  margin-top: 4rem;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #939393;
  border-bottom: 0.1875rem solid #939393;
}
@media screen and (max-width: 768px) {
  .single-area h3 {
    margin-top: 2rem;
    padding-left: 0.8125rem;
  }
}

.single-area h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: 2px solid #5e5e5e;
  border-bottom: 0.125rem solid #5e5e5e;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 0;
  width: 40%;
}

.single-area h4 {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (max-width: 768px) {
  .single-area h4 {
    margin-top: 0.75rem;
  }
}

.single-area ul {
  list-style: disc inside;
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 768px) {
  .single-area ul {
    margin-top: 0.75rem;
  }
}

.single-area li {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  text-indent: -23px;
  text-indent: -1.4375rem;
  padding-left: 23px;
  padding-left: 1.4375rem;
}
@media screen and (max-width: 768px) {
  .single-area li {
    font-size: 0.875rem;
  }
}

.single-area img {
  aspect-ratio: 718/380;
  overflow: hidden;
  margin-top: 37px;
  margin-top: 2.3125rem;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .single-area img {
    aspect-ratio: 315/176;
  }
}

.single-area table {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (max-width: 768px) {
  .single-area table {
    margin-top: 1.125rem;
  }
}

.single-sidebar__archive {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (max-width: 768px) {
  .single-sidebar__archive {
    margin-top: 2.4375rem;
  }
}

.single-sidebar__category {
  margin-top: 39px;
  margin-top: 2.4375rem;
}

.sub-contact__inner {
  max-width: 690px;
  max-width: 43.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sub-contact__inner {
    max-width: 37.5rem;
  }
}

.sub-contact__introduction {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  line-height: 2.375;
  text-align: left;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .sub-contact__introduction {
    font-size: 0.875rem;
    line-height: 2.2857142857;
  }
}

.sub-contact__form {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (max-width: 768px) {
  .sub-contact__form {
    margin-top: 2.5rem;
  }
}

.contact-form__content + .contact-form__content {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (max-width: 768px) {
  .contact-form__content + .contact-form__content {
    margin-top: 1.9375rem;
  }
}

.contact-form__label-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .contact-form__label-body {
    display: block;
  }
}

.contact-form__label-text {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
}

.contact-form__label-subtext {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 400;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  .contact-form__label-subtext {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    padding-left: 0;
  }
}

.contact-form__input {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.contact-form__input-text,
.contact-form__select,
.contact-form__input-textarea {
  max-width: 640px;
  max-width: 40rem;
  width: 100%;
  padding: 12px;
  padding: 0.75rem;
  border: 1px solid #cfcece;
  border: 0.0625rem solid #cfcece;
  border-radius: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contact-form__input-text,
  .contact-form__select,
  .contact-form__input-textarea {
    padding: 0.75rem;
  }
}

.contact-form__label-text span {
  color: #E20000;
}

.contact-form__input-text::-webkit-input-placeholder,
.contact-form__input-textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #939393;
}

.contact-form__input-text::-moz-placeholder,
.contact-form__input-textarea::-moz-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #939393;
}

.contact-form__input-text::-ms-input-placeholder,
.contact-form__input-textarea::-ms-input-placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #939393;
}

.contact-form__input-text::placeholder,
.contact-form__input-textarea::placeholder {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  color: #939393;
}

.contact-form__select {
  background-image: url(../images/common/arrow-drop-down.svg);
  background-position: right 15px center;
  background-position: right 0.9375rem center;
  background-repeat: no-repeat;
  background-size: 0.75rem;
}

.contact-form__input-textarea {
  height: 160px;
  height: 10rem;
  resize: none;
}

.contact-form__check {
  margin-top: 31px;
  margin-top: 1.9375rem;
}
@media screen and (max-width: 768px) {
  .contact-form__check {
    margin-top: 1.5rem;
    text-align: center;
  }
}

.contact-form__check input[type=checkbox] + span {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (max-width: 374px) {
  .contact-form__check input[type=checkbox] + span {
    font-size: 0.75rem;
  }
}

input[type=checkbox] + span {
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 374px) {
  input[type=checkbox] + span {
    padding-left: 0.9375rem;
  }
}

input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  width: 1.0625rem;
  height: 17px;
  height: 1.0625rem;
  border: 1px solid #cfcece;
  border: 0.0625rem solid #cfcece;
  background-color: #E9EEEF;
  border-radius: 0.0625rem;
  display: block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

input[type=checkbox] + span::after {
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

input[type=checkbox]:checked + span::after {
  border-bottom: 2px solid #939393;
  border-left: 2px solid #939393;
  content: "";
  display: block;
  height: 4.2px;
  height: 0.2625rem;
  left: 0.5%;
  margin-left: 0.1em;
  margin-top: -0.05em;
  opacity: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  width: 9.8px;
  width: 0.6125rem;
}

.contact-form__required {
  color: #E20000;
}

.contact-form__btn-wrapper {
  text-align: center;
}

.contact-form__btn {
  position: relative;
  display: inline-block;
  min-width: 446px;
  min-width: 27.875rem;
  background-color: #cbcbcb;
  margin-top: 60px;
  margin-top: 3.75rem;
  border: 1px solid #cbcbcb;
  border: 0.0625rem solid #cbcbcb;
  border-radius: 0.25rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .contact-form__btn {
    min-width: 16.25rem;
  }
}

.contact-form__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  display: block;
  background-color: #E9EEEF;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.contact-form__btn:hover {
  border: 1px solid #939393;
  border: 0.0625rem solid #939393;
}

.contact-form__btn:hover::before {
  width: 100%;
}

.contact-form__btn:hover .contact-btn {
  color: #939393;
}

.wpcf7-spinner {
  display: none;
}

@media screen and (max-width: 768px) {
  .sub-menu__inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.sub-menu__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sub-menu__wrap {
    display: block;
  }
}

.sub-menu__content {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .sub-menu__content {
    width: 100%;
  }
}

.sub-menu__nav-menu {
  position: sticky;
  top: 180px;
  top: 11.25rem;
}

.sub-menu__wrapper {
  width: 76%;
  padding-left: 59px;
  padding-left: 3.6875rem;
  border-left: 1px solid #cfcece;
  border-left: 0.0625rem solid #cfcece;
}
@media screen and (max-width: 768px) {
  .sub-menu__wrapper {
    width: 100%;
    margin-top: 2.3rem;
    padding-left: 0;
    border-left: 0;
  }
}

.sub-menu__item {
  border-bottom: 1px solid #cfcece;
  border-bottom: 0.0625rem solid #cfcece;
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
}

.sub-menu__item.is-active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
}

.sub-menu__link {
  display: inline-block;
  padding: 30px 28px 30px 0;
  padding: 1.875rem 1.75rem 1.875rem 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sub-menu__link {
    padding-top: 1.25rem;
    padding-bottom: 1.125rem;
    padding-left: 0;
    padding-right: 0;
  }
}

.sub-menu__item:first-of-type .sub-menu__link {
  padding-top: 0;
}

.sub-menu__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sub-menu__img {
  aspect-ratio: 160/160;
  overflow: hidden;
  max-width: 160px;
  max-width: 10rem;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .sub-menu__img {
    aspect-ratio: 130/100;
    max-width: 8.125rem;
  }
}

.sub-menu__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sub-menu__img img {
    max-height: 6.25rem;
  }
}

.sub-menu__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 30px;
  margin-left: 1.875rem;
}
@media screen and (max-width: 768px) {
  .sub-menu__block {
    margin-left: 0.9375rem;
  }
}

.sub-menu__category-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  gap: 0.625rem 1.25rem;
}
@media screen and (max-width: 768px) {
  .sub-menu__category-wrap {
    gap: 0.3125rem 1.25rem;
  }
}

.sub-menu__category {
  display: block;
  max-width: 91px;
  max-width: 5.6875rem;
  width: 100%;
  padding: 6.5px 10px;
  padding: 0.40625rem 0.625rem;
}
@media screen and (max-width: 768px) {
  .sub-menu__category {
    font-size: 0.625rem;
    padding: 0.3125rem 0.625rem;
  }
}

.sub-menu__title-box {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 768px) {
  .sub-menu__title-box {
    margin-top: 0.625rem;
  }
}

.sub-menu__title {
  display: inline;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.7777777778;
  color: #5e5e5e;
  background-image: -webkit-gradient(linear, left top, right top, from(#a4a4a4), to(#a4a4a4));
  background-image: linear-gradient(90deg, #a4a4a4, #a4a4a4);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0% 1px;
  -webkit-transition: background-size 0.5s ease;
  transition: background-size 0.5s ease;
}
@media screen and (max-width: 768px) {
  .sub-menu__title {
    font-size: 0.875rem;
    line-height: 2;
    -webkit-line-clamp: 3;
  }
}

.sub-menu__item:hover .sub-menu__title {
  background-size: 100% 1px;
}

.sub-menu__meta {
  margin-top: auto;
}

.sub-menu__date {
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  color: #5e5e5e;
}

.sub-menu__pagination {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .sub-menu__pagination {
    margin-top: 2.1875rem;
  }
}

.sub-menu__swiper {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  margin-top: 120px;
  margin-top: 7.5rem;
}
@media screen and (max-width: 768px) {
  .sub-menu__swiper {
    margin-top: 5.1875rem;
  }
}

.sub-menu__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.sub-menu__swiper .swiper-img {
  aspect-ratio: 480/400;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .sub-menu__swiper .swiper-img {
    aspect-ratio: 180/150;
  }
}

.sub-menu__swiper .swiper-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.sub-news__inner {
  padding-left: 40px;
  padding-left: 2.5rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.sub-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .sub-news__wrap {
    display: block;
  }
}

.sub-news__content {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .sub-news__content {
    width: 100%;
  }
}

.sub-news__nav-menu {
  position: sticky;
  top: 180px;
  top: 11.25rem;
}

.sub-news__wrapper {
  width: 76%;
  padding-left: 58px;
  padding-left: 3.625rem;
  border-left: 1px solid #cfcece;
  border-left: 0.0625rem solid #cfcece;
}
@media screen and (max-width: 768px) {
  .sub-news__wrapper {
    width: 100%;
    margin-top: 2.1rem;
    padding-left: 0;
    border-left: 0;
  }
}

.sub-news__pagination {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
@media screen and (max-width: 768px) {
  .sub-news__pagination {
    margin-top: 2.1875rem;
  }
}

.sub-space-contents__inner {
  max-width: 1250px;
  max-width: 78.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .sub-space-contents__inner {
    max-width: 40rem;
  }
}

.sub-space__inner {
  width: 100%;
  max-width: 890px;
  max-width: 55.625rem;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sub-space__inner {
    max-width: 37.5rem;
  }
}

.thanks__inner {
  max-width: 690px;
  max-width: 43.125rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .thanks__inner {
    max-width: 37.5rem;
  }
}

.thanks__message-eng {
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  text-transform: capitalize;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}
@media screen and (max-width: 768px) {
  .thanks__message-eng {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .thanks__message-eng {
    font-size: 1.125rem;
  }
}

.thanks__message-jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  margin-top: 18px;
  margin-top: 1.125rem;
}
@media screen and (max-width: 768px) {
  .thanks__message-jp {
    font-size: 0.875rem;
    margin-top: 0.625rem;
  }
}

.thanks__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  .thanks__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-top: 1.8125rem;
  }
}

.thanks__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.thanks__btn-link {
  display: inline-block;
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  padding: 15px;
  padding: 0.9375rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: #939393;
  border-radius: 0.25rem;
  background-color: #cbcbcb;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .thanks__btn-link {
    max-width: 17.1875rem;
    padding: 0.6875rem;
    font-size: 0.875rem;
  }
}

.thanks__btn-text {
  position: relative;
  left: 10px;
  left: 0.625rem;
  text-transform: uppercase;
}

.thanks__btn-text::before {
  content: "";
  position: absolute;
  -webkit-mask-image: url(../images/common/icon-arrow-left.svg);
          mask-image: url(../images/common/icon-arrow-left.svg);
  background-color: #d1d1d1;
  left: -20px;
  left: -1.25rem;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center center;
          mask-position: center center;
  height: 9px;
  height: 0.5625rem;
  width: 9px;
  width: 0.5625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.thanks__btn:hover {
  opacity: 0.7;
}

.thanks__btn-link:hover .thanks__btn-text::before {
  -webkit-transform: translateX(-0.3125rem) translateY(-50%);
          transform: translateX(-0.3125rem) translateY(-50%);
}

.top-concept {
  position: relative;
}

.top-concept::after {
  content: "";
  position: absolute;
  bottom: -5.55555555vw;
  right: 0;
  left: 0;
  background-image: url(../images/common/wave1-pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5.55555555vw;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-concept::after {
    background-image: url(../images/common/wave1-sp.svg);
    bottom: -5.3333333vw;
    height: 5.3333333vw;
  }
}

.top-concept__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .top-concept__wrap {
    display: block;
    padding-bottom: 0.9375rem;
  }
}

.top-concept__img {
  aspect-ratio: 550/480;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .top-concept__img {
    aspect-ratio: 300/450;
  }
}

.top-concept__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-concept__content {
  max-width: 490px;
  max-width: 30.625rem;
  width: 100%;
  margin-left: 60px;
  margin-left: 3.75rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 103px;
  padding-bottom: 6.4375rem;
}
@media screen and (max-width: 768px) {
  .top-concept__content {
    max-width: none;
    max-width: initial;
    margin-top: 1.875rem;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.top-concept__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  font-family: "Averia Serif Libre", "Noto Serif JP", sans-serif;
  color: #5e5e5e;
  line-height: 2.375;
  margin-top: 40px;
  margin-top: 2.5rem;
  text-transform: capitalize;
}
@media screen and (max-width: 768px) {
  .top-concept__text {
    font-size: 0.875rem;
    line-height: 2.2857142857;
    margin-top: 1.875rem;
  }
}

.top-concept__btn {
  text-align: right;
  margin-top: 35px;
  margin-top: 2.1875rem;
  padding-right: 16px;
  padding-right: 1rem;
}

.top-menu {
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-menu {
    padding-top: 3.75rem;
  }
}

.top-menu::before {
  content: "";
  position: absolute;
  top: -5.55555555vw;
  right: 0;
  left: 0;
  background-image: url(../images/common/wave2-pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5.55555555vw;
}
@media screen and (max-width: 768px) {
  .top-menu::before {
    background-image: url(../images/common/wave2-sp.svg);
    top: -5.3333333vw;
    height: 5.3333333vw;
  }
}

.top-menu::after {
  content: "";
  position: absolute;
  bottom: -5.55555555vw;
  right: 0;
  left: 0;
  background-image: url(../images/common/wave1-pc.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 5.55555555vw;
}
@media screen and (max-width: 768px) {
  .top-menu::after {
    background-image: url(../images/common/wave1-sp.svg);
    bottom: -5.3333333vw;
    height: 5.3333333vw;
  }
}

.top-menu__list {
  position: sticky;
  z-index: 1;
}

.top-menu__list-wrap {
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 768px) {
  .top-menu__list-wrap {
    padding-bottom: 3.125rem;
  }
}

.top-menu__btn {
  position: relative;
  margin-top: 32px;
  margin-top: 2rem;
  text-align: right;
  padding-right: 16px;
  padding-right: 1rem;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .top-menu__btn {
    margin-top: 2.25rem;
  }
}

.top-news {
  position: relative;
  background-image: url(../images/common/sub-space-pc5.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-news::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(147, 147, 147, .6);
  z-index: 0;
  pointer-events: none;
}

.top-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 0;
  padding: 8.75rem 0;
}
@media screen and (max-width: 768px) {
  .top-news__wrap {
    display: block;
    padding: 3.75rem 0;
  }
}

.top-news__content {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .top-news__content {
    width: 100%;
  }
}

.top-news__nav-menu {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.top-news__wrapper {
  width: 80%;
  padding-left: 58px;
  padding-left: 3.625rem;
  border-left: 1px solid #cfcece;
  border-left: 0.0625rem solid #cfcece;
}
@media screen and (max-width: 768px) {
  .top-news__wrapper {
    width: 88.06%;
    margin-top: 2.3rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    border-left: 0;
  }
}

.top-news__btn {
  text-align: right;
  margin-top: 39px;
  margin-top: 2.4375rem;
  margin-right: 16px;
  margin-right: 1rem;
}

.top-space {
  background-image: url(../images/common/sub-space-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top-space__content {
  padding: 80px 0;
  padding: 5rem 0;
}
@media screen and (max-width: 768px) {
  .top-space__content {
    padding: 3.75rem 0;
  }
}

.top-space__block {
  background-color: rgba(203, 203, 203, .5);
  padding: 30px 40px;
  padding: 1.875rem 2.5rem;
}
@media screen and (max-width: 768px) {
  .top-space__block {
    padding: 1.25rem;
  }
}

.top-space__text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2.375;
  text-align: left;
  color: #d1d1d1;
}
@media screen and (max-width: 768px) {
  .top-space__text {
    font-size: 0.875rem;
    line-height: 2.285;
  }
}

.top-space__btn {
  display: block;
  text-align: center;
  margin-top: 60px;
  margin-top: 3.75rem;
}
/*# sourceMappingURL=styles.css.map */
