@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 393 * 100vw);
  }
}

body {
  color: #333;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

.c-btn--wrap {
  position: relative;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.c-btn--wrap::before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 6px;
  width: 100%;
  height: 100%;
  background: #cfd6dd;
  z-index: 0;
}

.c-btn {
  position: relative;
  z-index: 1;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 0.5rem 1.5625rem;
  color: #fff;
  background: #738a94;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
  line-height: 1.8125rem;
  -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;
}
@media screen and (max-width: 767px) {
  .c-btn {
    padding: 11px 26px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 31px;
  }
}
@media (any-hover: hover) {
  .c-btn:hover {
    -webkit-transform: translate(6px, 0.5rem);
            transform: translate(6px, 0.5rem);
  }
}

.c-btn-to-top {
  display: inline-block;
  color: #fff;
  background: #738a94;
  border: 1px solid transparent;
  padding: 1.3125rem 1.3125rem 1rem 1.25rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .c-btn-to-top {
    font-size: 16px;
    letter-spacing: 0.1px;
    line-height: 30px;
    padding: 15px 74px;
  }
}
@media (any-hover: hover) {
  .c-btn-to-top:hover {
    background: #fff;
    color: #738a94;
    border: 1px solid #738a94;
  }
}

.c-btn-to-contact {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
  padding: 1.3125rem 1.3125rem 1.125rem 1.3125rem;
  background: #fff;
  color: #738a94;
  border: 1px solid #738a94;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn-to-contact {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
    padding: 15px 64px;
  }
}
@media (any-hover: hover) {
  .c-btn-to-contact:hover {
    background: #738a94;
    color: #fff;
  }
}

.c-btn-hover {
  position: relative;
  overflow: hidden;
  -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;
}
.c-btn-hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.c-btn-hover span {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .c-btn-hover:hover::before {
    left: 0;
  }
  .c-btn-hover:hover span {
    color: #9e6d42;
  }
}

.c-drawer-icon {
  width: 35px;
  height: 27px;
  position: relative;
  z-index: 51;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(1) {
  top: 14px;
  width: 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(2) {
  top: 9px;
  display: none;
}
.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-of-type(3) {
  width: 35px;
  top: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 1099px) {
  .c-drawer-icon {
    display: inline;
  }
}

.c-drawer-icon__bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 35px;
  height: 2px;
  background-color: #6b6a6a;
  -webkit-transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: top 0.3s linear, -webkit-transform 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear;
  transition: transform 0.3s linear, top 0.3s linear, -webkit-transform 0.3s linear;
}
.c-drawer-icon__bar:nth-of-type(2) {
  width: 24px;
  top: 12px;
  left: auto;
  right: 0;
}
.c-drawer-icon__bar:nth-of-type(3) {
  top: 24px;
  width: 17px;
  left: auto;
  right: 0;
}

/* ------------------------------
  ドロワー本体（全面ふわっと）
------------------------------ */
.c-drawer-content {
  padding-inline: 75px 60px;
  padding-top: 47px;
  padding-bottom: 47px;
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  inset: 0;
  z-index: 2000;
  /* ✅ clip-path用 */
  clip-path: inset(0 0 100% 100% round 16px); /* ほぼ見えない(右下に小さく) */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  /* ✅ “四角が広がる”アニメ */
  -webkit-transition: clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, visibility 0.55s ease;
  transition: clip-path 0.55s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.25s ease, visibility 0.55s ease;
  will-change: clip-path;
}
.c-drawer-content.is-checked {
  clip-path: inset(0 0 0 0 round 0px); /* 全面 */
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* ------------------------------
  ドロワー内 ❌（右上固定）
------------------------------ */
.c-drawer-content__close {
  position: fixed;
  top: 38px;
  right: 60px;
  width: 28px;
  height: 28px;
  z-index: 2101;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.c-drawer-content__close span {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #6b6a6a;
}
.c-drawer-content__close span:nth-child(1) {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.c-drawer-content__close span:nth-child(2) {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .c-drawer-content__close {
    top: 26px;
    right: 30px;
  }
}

/* ------------------------------
  メニュー / 情報 etc
------------------------------ */
.c-drawer__text {
  text-align: center;
  margin-top: 15px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
}

.c-drawer-content__menu {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
}

.c-drawer-content__link {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 26px;
}

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

.c-drawer-logo__link {
  width: 70px;
}
.c-drawer-logo__link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-drawer__link--en {
  font-size: 12px;
  display: block;
  letter-spacing: 0;
  line-height: 17px;
}

.c-drawer-links {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 58px;
}
@media screen and (max-width: 387px) {
  .c-drawer-links {
    gap: 45px;
  }
}

.c-drawer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  text-align: center;
}

.c-drawer__tel {
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 20px;
}
@media screen and (max-width: 387px) {
  .c-drawer__tel {
    font-size: 14px;
  }
}

.c-drawer__fax {
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
}

.c-drawer-sns__link {
  width: 42px;
}
.c-drawer-sns__link img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header {
  height: 9.1875rem;
  position: fixed; /* ヘッダーを固定 */
  top: 0; /* 上部に配置 */
  left: 0; /* 左端に配置 */
  width: 100%; /* 横幅を全体に広げる */
  background-color: rgba(251, 249, 246, 0.8);
  z-index: 1000; /* 重なり順を他の要素より前に */
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* パディングを含めてボックスサイズを計算 */
}
@media screen and (max-width: 1099px) {
  .p-header {
    height: 70px;
  }
}

.p-header--front {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1s ease;
  transition: opacity 1.5s ease, -webkit-transform 1s ease;
  transition: opacity 1.5s ease, transform 1s ease;
  transition: opacity 1.5s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}
.p-header--front.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.p-header__inner {
  padding-inline: 5.625rem;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 1099px) {
  .p-header__inner {
    padding-inline: 2.1875rem;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-inline: 35px;
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.p-header-logo__link {
  width: 6.25rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1099px) {
  .p-header-logo__link {
    width: 50px;
  }
}
.p-header-logo__link img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (any-hover: hover) {
  .p-header-logo__link:hover {
    opacity: 0.7;
  }
}

.p-header__menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
@media screen and (max-width: 1099px) {
  .p-header__menu-wrap {
    display: none;
  }
}

.p-header__info {
  margin-right: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5.1875rem;
}

.p-header__text {
  font-size: 0.875rem;
  letter-spacing: 1.8px;
  line-height: 1.0625rem;
}

.p-header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: end;
}
.p-header__tel a {
  font-size: 1rem;
  letter-spacing: 0.15rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-header__tel a:hover {
    opacity: 0.7;
  }
}
.p-header__tel div {
  letter-spacing: 1px;
  font-size: 12px;
}

.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 0.625rem;
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 38rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__nav-item {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: block;
}
.p-header__nav-item a {
  font-size: 1.125rem;
  letter-spacing: 0;
  line-height: 1.375rem;
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding-bottom: 4px;
}
.p-header__nav-item a::before, .p-header__nav-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 30%;
  background: #333;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.p-header__nav-item a::before {
  left: 50%;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.p-header__nav-item a::after {
  right: 50%;
  -webkit-transform-origin: right;
          transform-origin: right;
}
@media (any-hover: hover) {
  .p-header__nav-item a:hover::before, .p-header__nav-item a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-header__nav-item span {
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: normal;
}

.p-header__insta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: block;
  width: 2.625rem;
  margin-left: 2.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__insta img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (any-hover: hover) {
  .p-header__insta:hover {
    opacity: 0.7;
  }
}

/*----------------------------------
  p-top-mv
-----------------------------------*/
.p-top-mv {
  opacity: 0;
  -webkit-transition: opacity 2.5s ease;
  transition: opacity 2.5s ease;
  background: url(../img/bg_top_fv.webp) no-repeat center center/cover;
  width: 100%;
  height: 100vh;
}
.p-top-mv.is-show {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background: url(../img/bg_top_fv_sp.webp) no-repeat center center/cover;
    height: min(100dvh, 100svh);
  }
}

.p-top-mv__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top-mv__lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.875rem;
  padding-top: 8.6875rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__lead {
    padding-top: 132px;
    gap: 85px;
  }
}

.p-top-mv__title {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.5s ease, transform 1.2s ease;
  transition: opacity 1.5s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  will-change: opacity, transform;
  font-family: "a-otf-ryumin-pr6n", serif;
  color: #fbf9f6;
  font-size: 2rem;
  letter-spacing: 0.2rem;
  line-height: 3.4375rem;
}
.p-top-mv__title.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-top-mv__title {
    font-size: 24px;
    letter-spacing: 0.72px;
    line-height: 50px;
  }
}
.p-top-mv__title span {
  display: inline;
  font-size: 1.5625rem;
  letter-spacing: 0.046875rem;
  line-height: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-top-mv__title span {
    font-size: 17px;
    letter-spacing: 0.51px;
    line-height: 50px;
  }
}

.p-top-mv__btn-wrap {
  opacity: 0;
  -webkit-transform: translateY(12px);
          transform: translateY(12px);
  -webkit-transition: opacity 1.5s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.5s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.5s ease, transform 1.2s ease;
  transition: opacity 1.5s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
  will-change: opacity, transform;
}
.p-top-mv__btn-wrap.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-top-mv__btn-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-fv__btn {
    line-height: 20px;
  }
}

/*----------------------------------
  p-top-comfort
-----------------------------------*/
.p-top-comfort {
  background: #fbf9f6;
}

.p-top-comfort__inner {
  padding: 9.5rem 6rem;
  padding-inline: 12.1875rem 12.0625rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__inner {
    max-width: 600px;
    padding-inline: 35px;
    padding-block: 84px 55px;
  }
}

.p-top-comfort-content__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 0.25rem;
  margin-top: 6.3125rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort-content__inner {
    padding-inline: unset;
    padding-top: unset;
    max-width: unset;
    margin-top: 30px;
  }
}

.p-top-comfort__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__title-wrap {
    gap: 10px;
    text-align: start;
  }
}

.p-top-comfort__deco {
  font-size: 2.8125rem;
  line-height: 3.1875rem;
  color: rgba(115, 138, 148, 0.3);
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__deco {
    white-space: nowrap;
    color: rgba(115, 138, 148, 0.1);
    font-size: 25px;
    letter-spacing: 0.75px;
    line-height: 30px;
    top: 200px;
    right: -170px;
    translate: unset;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.p-top-comfort__title-clip {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__title-clip {
    gap: 10px;
  }
}

@media screen and (max-width: 767px) {
  .p-top-comfort__title-wrap.u-animated__clipView {
    /* 右側を少し“はみ出し許可”する */
    clip-path: inset(0 -40px 0 0);
  }
}
.p-top-comfort__main-title {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.05625rem;
  line-height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__main-title {
    font-size: 18px;
    line-height: 0.54px;
    line-height: 26px;
  }
}

.p-top-comfort__sub-title {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__sub-title {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 17px;
  }
}

.p-top-comfort__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 4.375rem;
     -moz-column-gap: 4.375rem;
          column-gap: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-top-comfort__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__card:nth-of-type(odd) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-top-comfort__card:nth-of-type(odd) .p-top-comfort-card__title {
    text-align: start;
  }
  .p-top-comfort__card:nth-of-type(even) {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .p-top-comfort__card:nth-of-type(even) .p-top-comfort-card__title {
    text-align: end;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-top-comfort__card:nth-child(1) .p-top-comfort-card__text {
    max-width: 258px;
  }
}

.p-top-comfort-card__image {
  text-align: center;
  margin-inline: auto;
  width: 6.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort-card__image {
    width: 80px;
    margin-inline: unset;
  }
}
.p-top-comfort-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-comfort-card__title {
  margin-top: 1.5rem;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort-card__title {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-top-comfort-card__text {
  margin-top: 2.3125rem;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.02625rem;
  line-height: 1.875rem;
  margin-bottom: auto;
}
@media screen and (max-width: 767px) {
  .p-top-comfort-card__text {
    margin-top: 25px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 25px;
    max-width: 248px;
  }
}

.p-top-comfort__desc {
  margin-top: 4.125rem;
  text-align: center;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__desc {
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-top-comfort__btn-wrap {
  margin-top: 1.6875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__btn-wrap {
    margin-top: 35px;
  }
}

.p-top-comfort__btn {
  padding: 0.8125rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-top-comfort__btn {
    padding: 10px 38px;
    line-height: 20px;
  }
}

/*----------------------------------
  p-top-business
-----------------------------------*/
.p-top-business {
  position: relative;
  width: 100%;
  /* height: 100%; ← これは基本ナシでOK（中身の高さに任せる） */
  overflow: hidden;
}

/* ★ パララックスさせる背景レイヤー */
.p-top-business__bg {
  position: absolute;
  inset: 0;
  background: url(../img/bg_top_business.webp) no-repeat center center/cover;
  z-index: -1;
  height: calc(100% + 300px);
  top: -150px;
}
@media screen and (max-width: 767px) {
  .p-top-business__bg {
    height: unset;
    background-position: 32% 50%;
    top: -287px;
  }
}

.p-top-business__deco {
  color: #738a94;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-size: 2.375rem;
  font-weight: 300;
  letter-spacing: 0.07125rem;
  line-height: 3.4375rem;
  display: inline-block;
  position: absolute;
  top: 32.1875rem;
  left: calc(50% - 66.6875rem);
  color: rgba(115, 138, 148, 0.3);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-top-business__deco {
    white-space: nowrap;
    top: 822px;
    left: calc(50% - 1010px);
    font-size: 74px;
    letter-spacing: 2.22px;
    line-height: 163px;
    color: rgba(255, 255, 255, 0.06);
  }
}

.p-top-business__inner {
  padding-top: 6.25rem;
  padding-bottom: 8.125rem;
  padding-inline: 11.8125rem 5.625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-business__inner {
    padding-inline: 35px;
    padding-block: 50px 55px;
  }
}

.p-top-business__title-wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  position: relative;
}
.p-top-business__title-wrap::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 55.5625rem;
  left: 0;
  top: 3.0625rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-business__title-wrap::before {
    width: 318px;
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-business__title-wrap {
    gap: 5px;
  }
}

.p-top-business__main-title {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.06375rem;
  line-height: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 29px;
  }
}

.p-top-business__sub-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.045rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__sub-title {
    margin-top: 13px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 17px;
  }
}

.p-top-business__cards {
  margin-top: 2.9375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__cards {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-top-business__card {
  background: #fff;
  padding: 1.875rem 1.0625rem 1.125rem 1.125rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-top-business__card {
    margin-bottom: 30px;
    padding: 20px;
  }
}

.p-top-business-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-business-card__title {
  margin-top: 1.25rem;
  color: #738a94;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.03375rem;
  line-height: 1.375rem;
}
@media screen and (max-width: 767px) {
  .p-top-business-card__title {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 23px;
  }
}

.p-top-business-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1.375rem;
  margin-bottom: 1rem;
  margin-inline: auto;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-business-card__list {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-top-business-card__text {
  margin-top: auto;
  text-align: center;
  color: #fff;
  padding: 0.1875rem 1.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.024375rem;
  line-height: 1rem;
  background: #738a94;
}
@media screen and (max-width: 767px) {
  .p-top-business-card__text {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 17px;
    padding: 8px 13px;
  }
}

.p-top-business__desc {
  text-align: center;
  margin-top: 5.25rem;
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  line-height: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__desc {
    margin-top: 35px;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.p-top-business__btn-wrap {
  margin-top: 2.0625rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-business__btn-wrap {
    margin-top: 30px;
  }
}

.p-top-business__btn {
  padding: 0.5rem 2.9375rem;
}
@media screen and (max-width: 767px) {
  .p-top-business__btn {
    padding: 5px 30px;
  }
}
@media screen and (max-width: 389px) {
  .p-top-business__btn {
    font-size: 12px;
  }
}

/*----------------------------------
  p-top-gallery
-----------------------------------*/
.p-top-gallery {
  background-color: #fbf9f6;
  position: relative;
}

.p-top-gallery__deco {
  display: inline-block;
  color: rgba(115, 138, 148, 0.3);
  font-size: 2.8125rem;
  font-weight: 300;
  letter-spacing: 0.084375rem;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  top: 31.25rem;
  right: calc(50% - 51.3125rem);
}
@media screen and (max-width: 767px) {
  .p-top-gallery__deco {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
    right: 35px;
    top: 167px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.p-top-gallery-title__inner {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery-title__inner {
    padding-top: 50px;
  }
}

.p-top-gallery__inner {
  padding-bottom: 6.5625rem;
  padding-inline: 5.625rem 22.5rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__inner {
    padding-bottom: 55px;
    padding-inline: 35px;
  }
}

.p-top-gallery__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3125rem;
  text-align: end;
  position: relative;
}
.p-top-gallery__title-wrap::before {
  content: "";
  position: absolute;
  background: rgba(112, 112, 112, 0.5);
  height: 0.0625rem;
  width: 41.875rem;
  top: 3.75rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__title-wrap::before {
    height: 1px;
    width: 354px;
    top: 43px;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-gallery__title-wrap {
    gap: 31px;
  }
}

.p-top-gallery__main-title {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.06375rem;
  line-height: 2.5625rem;
  margin-right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 29px;
    margin-right: 30px;
  }
}

.p-top-gallery__sub-title {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
  margin-right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__sub-title {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 20px;
    margin-right: 30px;
  }
}

.p-top-gallery__btn-wrap {
  margin-top: 3.125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-gallery__btn-wrap {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-top-gallery__btn {
    padding: 11px 34px;
    line-height: 20px;
  }
}

/* === Smash Balloon Instagram Feed を静的デザインに寄せる === */
/* 画像一覧（= .p-top-gallery__cards 相当） */
#sb_instagram #sbi_images {
  margin-top: 4.5625rem !important; /* rm(73) 相当。必要なら微調整 */
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  -webkit-column-gap: 5.625rem !important;
     -moz-column-gap: 5.625rem !important;
          column-gap: 5.625rem !important; /* rm(90) 相当 */
  row-gap: 3.125rem !important; /* rm(50) 相当 */
  width: 100%;
  padding: 0 !important; /* プラグイン側の padding:12px 0 を潰す */
}

/* SP：2列 */
@media (max-width: 767px) {
  #sb_instagram #sbi_images {
    margin-top: 78px !important;
    grid-template-columns: repeat(2, 1fr) !important;
    -webkit-column-gap: 30px !important;
       -moz-column-gap: 30px !important;
            column-gap: 30px !important;
    row-gap: 20px !important;
  }
}
/* 各カード（= .p-top-gallery__card 相当） */
#sb_instagram #sbi_images .sbi_item {
  overflow: hidden;
}

/* 画像リンクをカード化 */
#sb_instagram #sbi_images .sbi_item a {
  display: block;
  overflow: hidden;
}

/* 画像の fit + hover アニメ（静的と同じ） */
#sb_instagram #sbi_images .sbi_item img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: opacity 0.7s, -webkit-transform 0.7s;
  transition: transform 0.7s, opacity 0.7s;
  transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
  width: 100% !important;
  height: 100% !important;
}

/* hover（PCのみ） */
@media (any-hover: hover) {
  #sb_instagram #sbi_images .sbi_item a:hover img {
    opacity: 0.7;
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
/* ① 基準になる親を relative にする（まずは広めに当てる） */
#sb_instagram .sbi_item,
#sb_instagram .sbi_photo_wrap,
#sb_instagram .sbi_item a {
  position: relative !important;
}

/* ② カルーセルアイコン(svg)を右上固定 */
#sb_instagram .sbi_type_carousel svg.sbi_lightbox_carousel_icon,
#sb_instagram .sbi_type_carousel .fa-clone {
  font-size: 1.5rem !important;
  position: absolute !important;
  top: 0.75rem !important;
  right: -6.25rem !important;
  left: auto !important;
  bottom: auto !important;
  -webkit-transform: none !important;
          transform: none !important;
  z-index: 5 !important;
  display: none !important;
}
@media screen and (max-width: 767px) {
  #sb_instagram .sbi_type_carousel svg.sbi_lightbox_carousel_icon,
  #sb_instagram .sbi_type_carousel .fa-clone {
    top: 12px !important;
    left: 37% !important;
    font-size: 20px !important;
  }
}

/*----------------------------------
  p-top-cta
-----------------------------------*/
.p-top-cta {
  position: relative;
  overflow: hidden;
  background: url(../img/bg_top_cta1.webp) no-repeat center center/cover;
  width: 100%;
  max-height: 30.1875rem;
}
.p-top-cta::before {
  content: "";
  position: absolute;
  background: url(../img/icon_top_cta.svg) no-repeat center center/contain;
  width: 12.4375rem;
  height: 10.9375rem;
  top: 12.3125rem;
  right: 7.625rem;
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 1.2s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: clip-path;
}
@media screen and (max-width: 767px) {
  .p-top-cta::before {
    width: 252px;
    height: 222px;
    top: 20px;
    right: -55px;
    opacity: 0.4;
    z-index: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta {
    overflow: hidden;
    background: url(../img/bg_top_cta_sp.webp) no-repeat center center/cover;
    max-height: unset;
    background-position: 0 100%;
  }
}
.p-top-cta.is-show::before {
  clip-path: circle(150% at 50% 50%);
}

.p-top-cta__deco {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.375rem;
  font-weight: 300;
  letter-spacing: 0.04125rem;
  line-height: 1.875rem;
  display: inline-block;
  position: absolute;
  top: 13.75rem;
  left: calc(50% - 49.6875rem);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .p-top-cta__deco {
    font-size: 17px;
    letter-spacing: 0.51px;
    line-height: 30px;
    left: auto;
    top: 190px;
    right: -132px;
  }
}

.p-top-cta__inner {
  padding-inline: 14.0625rem 20rem;
  padding-bottom: 7.125rem;
  padding-top: 7.5625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-top-cta__inner {
    padding-block: 50px 55px;
    padding-inline: 35px;
  }
}

.p-top-cta__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.06375rem;
  line-height: 2.5625rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top-cta__title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 29px;
  }
}

.p-top-cta__text {
  margin-top: 3.5625rem;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 2.8125rem;
}
.p-top-cta__text span {
  color: #e6b422;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-top-cta__text span {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  .p-top-cta__text {
    margin-top: 35px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-top-partner
-----------------------------------*/
.p-top-partner {
  background-color: #fbf9f6;
}

.p-top-partner__deco {
  position: absolute;
  top: 9.375rem;
  right: calc(50% - 32.1875rem);
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.3125rem;
  font-weight: 300;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__deco {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 30px;
    z-index: 1;
    white-space: nowrap;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    right: 0;
    top: 483px;
    translate: 254px 0;
  }
}

.p-top-partner-title__inner {
  padding-top: 6.8125rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-partner-title__inner {
    padding-top: 50px;
  }
}

.p-top-partner__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.3125rem;
  text-align: start;
  padding-left: 14.0625rem;
  position: relative;
}
.p-top-partner__title-wrap::before {
  content: "";
  position: absolute;
  background: rgba(112, 112, 112, 0.5);
  height: 0.0625rem;
  width: 36.6875rem;
  top: 3.75rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-top-partner__title-wrap::before {
    height: 1px;
    width: 354px;
    top: 43px;
    left: -35px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__title-wrap {
    gap: 25px;
    padding-left: 0;
  }
}

.p-top-partner__main-title {
  font-size: 2.125rem;
  font-weight: 400;
  letter-spacing: 0.06375rem;
  line-height: 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
    padding-left: 35px;
  }
}

.p-top-partner__sub-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.045rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__sub-title {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
    padding-left: 35px;
  }
}

.p-top-partner__inner {
  padding-inline: 9.8125rem;
  max-width: 1440px;
  margin-inline: auto;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__inner {
    padding-right: 0;
    padding-left: 20px;
    padding-bottom: 91px;
  }
}

.p-top-partner__contents {
  margin-top: 4.5rem;
  background: #3c332a;
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  padding-right: 4.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__contents {
    margin-top: 48px;
    padding-inline: 20px;
    padding-top: 30px;
    padding-bottom: 81px;
    position: relative;
  }
}

.p-top-partner__image {
  max-width: 25.625rem;
  margin-left: -0.8125rem;
}
.p-top-partner__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top-partner__image {
    position: absolute;
    bottom: -35px;
    left: -20px;
    margin-left: 0;
    max-width: 100%;
    width: 180px;
  }
}

.p-top-partner__title {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 400;
  letter-spacing: 0.039375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-top-partner__text {
  margin-top: 2.9375rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-top-partner__text {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
.p-top-partner__text span {
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
  color: #e6b422;
}
@media screen and (max-width: 767px) {
  .p-top-partner__text span {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-top-partner__btn-wrap {
  margin-top: 3.3125rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-partner__btn-wrap {
    margin-top: 106px;
    text-align: end;
    padding-right: 80px;
  }
}
@media screen and (max-width: 505px) {
  .p-top-partner__btn-wrap {
    margin-top: 106px;
    padding-right: 0;
  }
}

.p-top-partner__btn {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
  padding: 0.875rem 1.3125rem 0.625rem 1.3125rem;
  display: inline-block;
  background: #fff;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .p-top-partner__btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-top-partner__btn {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
    padding: 8px 20px;
  }
}

.p-page__header {
  background: #fbf9f6;
}

.p-page__mv {
  width: 100%;
  height: 26.5625rem;
}
@media screen and (max-width: 767px) {
  .p-page__mv {
    height: 170px;
  }
}

.p-page-mv__inner {
  padding-top: 16.25rem;
  padding-inline: 9.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__inner {
    padding-top: 106px;
    padding-right: 0;
    padding-left: 35px;
  }
}

.p-page-mv__title {
  color: #fff;
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-page-mv__title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-company__mv {
  background: url(../img/bg_company_header.webp) no-repeat center center/cover;
}

/*----------------------------------
  p-company-intro
-----------------------------------*/
.p-company-intro__inner {
  padding-top: 5.9375rem;
}

.p-company-intro__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company-intro__main-title {
  margin-left: 14.0625rem;
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
  padding-bottom: 0.75rem;
  position: relative;
}
.p-company-intro__main-title::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 41.875rem;
  background: #707070;
  top: 3.4375rem;
  left: -14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro__main-title::before {
    left: 0;
    width: 350px;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-company-intro__main-title {
    padding-bottom: 0;
    margin-left: 0;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
    padding-left: 35px;
  }
}

.p-company-intro__sub-title {
  margin-left: 18.3125rem;
  padding-top: 1.25rem;
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.046875rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro__sub-title {
    padding-top: 10px;
    margin-left: 0;
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 51px;
    padding-left: 35px;
  }
}

.p-company-intro__contents {
  margin-top: 3.1875rem;
  background: #fbf9f6;
}
@media screen and (max-width: 767px) {
  .p-company-intro__contents {
    margin-top: 50px;
  }
}

.p-company-intro__contents-wrap {
  padding: 3.125rem 5rem 3.125rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4.6875rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-company-intro__contents-wrap {
    padding: 30px 35px 50px 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-company-intro__image {
  max-width: 45rem;
}
.p-company-intro__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-company-intro__image {
    max-width: 100%;
    width: 100%;
  }
}

.p-company-intro__body {
  max-width: 36rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro__body {
    max-width: 100%;
  }
}

.p-company-intro__title {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro__title {
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 30px;
  }
}

.p-company-intro__text {
  margin-top: 2.4375rem;
  font-size: 1rem;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-intro__text {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-company-philosophy
-----------------------------------*/
.p-company-philosophy__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 14.0625rem;
  padding-block: 6.8125rem 6.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__inner {
    padding-inline: 35px;
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.p-company-philosophy__title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.p-company-philosophy__title-wrap::before, .p-company-philosophy__title-wrap::after {
  content: "";
  position: absolute;
  width: 19.8125rem;
  height: 0.0625rem;
  background: #707070;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__title-wrap::before, .p-company-philosophy__title-wrap::after {
    width: 73px;
    height: 1px;
  }
}
.p-company-philosophy__title-wrap::before {
  left: 0;
}
.p-company-philosophy__title-wrap::after {
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__title-wrap {
    max-width: 390px;
    margin-inline: auto;
  }
}

.p-company-philosophy__main-title {
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-company-philosophy__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.046875rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__sub-title {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 51px;
  }
}

.p-company-philosophy__cards {
  margin-top: 5.625rem;
  padding-left: 2.3125rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -webkit-column-gap: 7.5rem;
     -moz-column-gap: 7.5rem;
          column-gap: 7.5rem;
  justify-items: center;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__cards {
    margin-top: 52px;
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 50px 30px;
    justify-items: center;
  }
}

.p-company-philosophy__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy__card:nth-child(3) {
    grid-column: 1/-1;
    max-width: min(38.9743589744vw, 300px);
    justify-self: center;
  }
}

.p-company-philosophy-card__image {
  width: 10.125rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy-card__image {
    width: 111px;
  }
}
.p-company-philosophy-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-company-philosophy-card__title {
  margin-top: 0.3125rem;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy-card__title {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 34px;
  }
}

.p-company-philosophy-card__text {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-philosophy-card__text {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 20px;
  }
}

/*----------------------------------
  p-company-Profile
-----------------------------------*/
.p-company-Profile {
  background: url(../img/bg_company_list.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}

.p-company-Profile__inner {
  padding-top: 6.8125rem;
  padding-bottom: 4.75rem;
  padding-inline: 9.875rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-company-Profile__inner {
    padding-inline: 20px;
    padding-top: 50px;
    padding-bottom: 100px;
  }
}

.p-company-Profile__title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-company-Profile__main-title {
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-company-Profile__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.046875rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile__sub-title {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 51px;
  }
}

.p-company-Profile__contents {
  margin-top: 5.0625rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile__contents {
    margin-top: 30px;
  }
}

.p-company-Profile-list__wrap {
  padding-inline: 4.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile-list__wrap {
    padding-inline: 0;
  }
}

.p-company-Profile-list {
  position: relative;
}
.p-company-Profile-list::before {
  content: "";
  position: absolute;
  background: #bfbebe;
  width: 1px;
  height: 100%;
  top: 0;
  left: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile-list::before {
    left: 90px;
    height: 100%;
  }
}

.p-company-Profile-dl {
  display: grid;
  row-gap: 1px;
}

.p-company-Profile-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.875rem;
  border-top: 1px solid #bfbebe;
  padding-block: 2.21875rem 1.9375rem;
}
.p-company-Profile-row:last-of-type {
  border-bottom: 1px solid #bfbebe;
}
@media screen and (max-width: 767px) {
  .p-company-Profile-row {
    padding-block: 37px 32px;
    gap: 10px;
  }
  .p-company-Profile-row:last-of-type {
    padding-bottom: 37px;
  }
}

.p-company-Profile-term {
  width: 11.4375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile-term {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 15px;
    width: 92px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 51px;
  }
}

.p-company-Profile-desc {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile-desc {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
  }
}
@media screen and (max-width: 382px) {
  .p-company-Profile-desc {
    font-size: 10px;
  }
}

.p-company-Profile__map {
  margin-top: 5.6875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile__map {
    margin-top: 50px;
  }
}

.p-company-Profile__title {
  text-align: center;
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.046875rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-company-Profile__title {
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 51px;
  }
}

.p-company-Profile-map__wrap {
  margin-top: 3.1875rem;
}
.p-company-Profile-map__wrap iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1125/566;
}
@media screen and (max-width: 767px) {
  .p-company-Profile-map__wrap {
    margin-top: 30px;
    margin-inline: -20px;
  }
  .p-company-Profile-map__wrap iframe {
    aspect-ratio: 390/196;
  }
}

.p-business__mv {
  background: url(../img/bg_business_header1.webp) no-repeat center center/cover;
}

.p-business-mv__title {
  color: #333;
}

/*----------------------------------
  p-business__intro
-----------------------------------*/
.p-business__intro {
  background: #f4f4f4;
}

.p-business-intro__inner {
  padding-block: 6.8125rem 6.25rem;
  padding-inline: 5.625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-business-intro__inner {
    padding-inline: 35px;
    padding-block: 50px;
  }
}

.p-business-intro__title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-business-intro__main-title {
  font-size: 2.125rem;
  font-weight: 300;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-business-intro__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.5625rem;
  font-weight: 300;
  letter-spacing: 0.046875rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro__sub-title {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 20px;
  }
}

.p-business-intro__cards {
  margin-top: 4.4375rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 5.5rem;
     -moz-column-gap: 5.5rem;
          column-gap: 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro__cards {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-business-intro__card {
  background: #fff;
  padding: 2.625rem 1.0625rem 1.3125rem 1.0625rem;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.p-business-intro__card:nth-child(1) .p-business-intro-card__title {
  color: #182e63;
}
.p-business-intro__card:nth-child(2) .p-business-intro-card__title {
  color: #976c47;
}
.p-business-intro__card:nth-child(3) .p-business-intro-card__title {
  color: #414141;
}
@media screen and (max-width: 767px) {
  .p-business-intro__card {
    padding: 30px 20px;
    margin-bottom: 30px;
  }
  .p-business-intro__card:last-of-type {
    margin-bottom: 0;
  }
}

.p-business-intro-card__image {
  margin-inline: auto;
  text-align: center;
  width: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro-card__image {
    width: 80px;
  }
}
.p-business-intro-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.p-business-intro-card__title {
  margin-top: 2.0625rem;
  margin-bottom: 2.0625rem;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.0375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro-card__title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-business-intro-card__list {
  margin-top: auto;
  margin-inline: auto;
}

.p-business-intro-card__item {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro-card__item {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-business-intro-card__text {
  margin-top: 2.75rem;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0.024375rem;
  background: #738a94;
  color: #fff;
  padding-inline: 0.9375rem;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-business-intro-card__text {
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 17px;
    padding: 8px 10px;
  }
}

/*----------------------------------
  p-business__services
-----------------------------------*/
.p-business-services {
  background: #f8f8f8;
}

.p-business-services__inner {
  padding-inline: 5.625rem;
  padding-block: 6.8125rem 7.5rem;
  margin-inline: auto;
  max-width: 1440px;
}
@media screen and (max-width: 767px) {
  .p-business-services__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-business-group.--group1 {
  padding-bottom: 3.75rem;
}
@media screen and (max-width: 767px) {
  .p-business-group.--group1 {
    padding-bottom: 30px;
  }
}
.p-business-group.--group2 {
  padding-top: 4.3125rem;
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-group.--group2 {
    padding-block: 50px;
  }
}
.p-business-group.--group3 {
  padding-top: 4.3125rem;
}
@media screen and (max-width: 767px) {
  .p-business-group.--group3 {
    padding-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .p-business-group__head {
    margin-bottom: 15px;
  }
}

.p-business--group__main-title {
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.05625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business--group__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}
.p-business--group__main-title.--color-blue {
  color: #182e63;
}
.p-business--group__main-title.--color-orange {
  color: #976c47;
}
.p-business--group__main-title.--color-black {
  color: #414141;
}

.p-business--group__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business--group__sub-title {
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 51px;
  }
}

.p-business-group__cards {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-business-group__cards {
    margin-top: 0;
  }
}
.p-business-group__cards.--cards1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-business-group__cards.--cards1 {
    gap: 30px;
  }
}
.p-business-group__cards.--cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-group__cards.--cards-grid {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-business-group__card {
  background: #fff;
  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-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.25);
}
.p-business-group__card.--card-grid {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-business-group__card.--card-grid {
    margin-bottom: 30px;
  }
  .p-business-group__card.--card-grid:last-of-type {
    margin-bottom: 0;
  }
}

.p-business-group__cards--bottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 6.25rem;
     -moz-column-gap: 6.25rem;
          column-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-group__cards--bottom {
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-business-group-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-business-group-card__image.--image-flex {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 767px) {
  .p-business-group-card__image.--image-flex {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p-business-group-card__image.--image-flex img:nth-of-type(3) {
    max-width: min(44.8717948718vw, 300px);
    grid-column: 1/-1;
    justify-self: center;
  }
}

.p-business-group-card__title {
  margin-top: 1.875rem;
  text-align: center;
  font-size: 1.375rem;
  font-weight: 600;
  letter-spacing: 0.04125rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business-group-card__title {
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: 0.54px;
    line-height: 51px;
  }
}

.p-business-group-card__lead {
  margin-top: 1.3125rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  font-size: 1.125rem;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
  color: #fff;
  background: #738a94;
  padding: 0.625rem 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-business-group-card__lead {
    margin-top: 15px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 20px;
    width: 95%;
    padding: 8px 10px;
  }
}
.p-business-group-card__lead.--small-font {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business-group-card__lead.--small-font {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 20px;
    width: 95%;
    padding: 8px 10px;
  }
}

.p-business-group-card__text {
  font-size: 0.875rem;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
  margin-top: 1.5625rem;
  padding-inline: 2.5rem;
  padding-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-business-group-card__text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 25px;
    padding-inline: 15px;
    padding-bottom: 30px;
  }
}
.p-business-group-card__text span {
  font-weight: 700;
  display: inline;
}
.p-business-group-card__text.--large-font {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-business-group-card__text.--large-font {
    font-size: 14px;
  }
}

.p-business-group-card__body {
  background: #fff;
}

/*----------------------------------
  p-business-cta
-----------------------------------*/
.p-business-cta {
  background: url(../img/bg_business_cta.webp) no-repeat center center/cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-business-cta {
    background: url(../img/bg_business_cta-sp.webp) no-repeat center center/cover;
    position: relative;
  }
  .p-business-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(23, 41, 59, 0.5);
    z-index: 0;
  }
}

.p-business-cta__inner {
  padding-inline: 9.875rem;
  padding-block: 13.125rem 7.875rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-business-cta__inner {
    padding-inline: 35px 38px;
    padding-block: 46px 54px;
    position: relative;
    z-index: 1;
  }
}

.p-business-cta__title {
  color: #fff;
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.05625rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-business-cta__title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 51px;
  }
}
@media screen and (max-width: 382px) {
  .p-business-cta__title {
    font-size: 18px;
  }
}

.p-business-cta__text {
  color: #fff;
  margin-top: 3.5625rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-cta__text {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-business-cta__btn-wrap {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-business-cta__btn-wrap {
    text-align: center;
    margin-top: 50px;
  }
}

.p-business-cta__btn {
  display: inline-block;
  padding: 1.25rem;
  color: #fff;
  background: #9e6d42;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-business-cta__btn {
    padding: 15px 25px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-contact__mv {
  background: url(../img/bg_contact_header.webp) no-repeat center center/cover;
}

.p-contact-mv__title {
  color: #333;
}

/*----------------------------------
  p-contact-intro
-----------------------------------*/
.p-contact-intro__inner {
  padding-inline: 7.5625rem 7.625rem;
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 7.0625rem;
  padding-bottom: 2.03125rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__inner {
    padding-inline: 30px;
    padding-block: 50px 100px;
  }
}

.p-contact-intro__title-wrap {
  text-align: center;
}

.p-contact-intro__main-title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.05625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-contact-intro__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05625rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__sub-title {
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 51px;
  }
}

.p-contact-intro__text {
  text-align: center;
  margin-top: 3.5rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__text {
    text-align: left;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-contact-intro__cards {
  margin-top: 4.5625rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__cards {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.p-contact-intro__card {
  background: #fff;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
@media screen and (max-width: 767px) {
  .p-contact-intro__card {
    padding-bottom: 30px;
  }
  .p-contact-intro__card:last-of-type {
    padding-bottom: 0;
  }
}

.p-contact-intro-card__image {
  margin-inline: auto;
  width: 9.4375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-card__image {
    width: 111px;
  }
}
.p-contact-intro-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-contact-intro-card__title {
  margin-top: 1.5625rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-card__title {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-contact-intro-card__text {
  margin-top: 1.6875rem;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-intro-card__text {
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.39px;
    line-height: 30px;
  }
}

/*----------------------------------
  p-contact-info
-----------------------------------*/
.p-contact-info__inner {
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 5.65625rem;
}
@media screen and (max-width: 767px) {
  .p-contact-info__inner {
    padding-inline: 20px;
  }
}

.p-contact-info__wrap {
  text-align: center;
  border-top: 1px solid #a57246;
  border-bottom: 1px solid #a57246;
  padding-top: 3.71875rem;
  padding-bottom: 3.21875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-info__wrap {
    padding-block: 20px;
  }
}

.p-contact-info__tel {
  font-size: 1.875rem;
  font-weight: 600;
  letter-spacing: 0.05625rem;
  line-height: 1.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-contact-info__tel {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}
@media (any-hover: hover) {
  .p-contact-info__tel:hover {
    opacity: 0.7;
  }
}

.p-contact-info__text {
  margin-top: 1.375rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-contact-info__text {
    margin-top: 17px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 25px;
  }
}

/*----------------------------------
  p-contact-from
-----------------------------------*/
.p-contact-from__inner {
  padding-top: 6.875rem;
  padding-bottom: 6.3125rem;
  padding-inline: 22.5rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact-from__inner {
    padding-inline: 30px;
    padding-block: 50px;
  }
}

.p-contact-from__head .p-contact__fields {
  margin-top: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__head .p-contact__fields {
    margin-top: 37px;
  }
}

.p-contact-from__bottom {
  margin-top: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__bottom {
    margin-top: 50px;
  }
}
.p-contact-from__bottom .p-contact__fields {
  margin-top: 5.425rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__bottom .p-contact__fields {
    margin-top: 60px;
  }
}

.p-contact-from__title {
  text-align: center;
  font-size: 1.875rem;
  letter-spacing: 0.05625rem;
  line-height: 1.875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact-from__title {
    max-width: 390px;
    margin-inline: auto;
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}
.p-contact-from__title::before, .p-contact-from__title::after {
  content: "";
  position: absolute;
  background: #707070;
  height: 1px;
  width: 14.15625rem;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 767px) {
  .p-contact-from__title::before, .p-contact-from__title::after {
    width: 73px;
  }
}
.p-contact-from__title::before {
  left: 0;
}
.p-contact-from__title::after {
  right: 0;
}

.p-contact-from__note {
  margin-top: 2.21875rem;
  text-align: end;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-from__note {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
  }
}

.p-contact__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-contact__fields {
    gap: 30px;
  }
}

.p-contact__privacy {
  margin-top: 5.1875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__privacy {
    margin-top: 50px;
  }
}

.p-contact-btn-wrap {
  text-align: center;
  margin-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-contact-btn-wrap {
    margin-top: 50px;
  }
}

.p-contact__btn {
  display: inline-block;
  border: 1px solid transparent;
  color: #fff;
  background: #738a94;
  padding: 1.25rem;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__btn:hover {
    color: #738a94;
    background: #fff;
    border: 1px solid #738a94;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__btn {
    padding: 15px 66px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

/*----------------------------------
  from
-----------------------------------*/
.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7.4375rem;
}
@media screen and (max-width: 767px) {
  .p-form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}

.p-form-field__head {
  width: 9.375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-form-field__head {
    margin-left: 25px;
    width: 100%;
  }
}

.p-form-field__label {
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__label {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-form-field__tag {
  color: #a57246;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__tag {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
.p-form-field__tag.--color-transparent {
  color: transparent;
}

.p-form-field__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-field__item {
    gap: 7px;
  }
}
.p-form-field__item.--textarea-field-item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.p-form-text {
  border: 1px solid #707070;
  padding: 0.1875rem 0.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-form-text {
    padding: 3px 10px;
  }
}
.p-form-text:focus {
  outline: #333 auto 1px;
}
.p-form-text:not(:-moz-placeholder) {
  color: #333;
}
.p-form-text:not(:-ms-input-placeholder) {
  color: #333;
}
.p-form-text:not(:placeholder-shown) {
  color: #333;
}

.p-form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #fff;
  border-radius: 0;
  appearance: none;
  width: 100%;
  padding: 0.375rem 0.625rem;
  border: 1px solid #707070;
  background-image: url(../img/icon-triangle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 13px center, right top;
  background-size: 17px 10px, 37px 100%;
}
@media screen and (max-width: 767px) {
  .p-form-select {
    padding: 6px 10px;
  }
}
.p-form-select:focus {
  outline: #333 auto 1px;
}

/* ラジオ全体の並び（横並び＋余白） */
.p-form-field__radios .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.8125rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__radios .wpcf7-radio {
    gap: 20px;
    margin-top: 20px;
    margin-left: -11px;
  }
}

/* 各ラジオ項目の土台 */
.p-form-field__radios .wpcf7-list-item label {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-form-field__radios .wpcf7-list-item label {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

/* 実際の input は画面から隠す */
.p-form-field__radios .wpcf7-list-item input[type=radio] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* チェック時・フォーカス時の状態 */
.p-form-field__radios .wpcf7-list-item input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.p-form-field__radios .wpcf7-list-item input[type=radio]:focus + .wpcf7-list-item-label::before {
  border: 0.5px solid #333;
}

/* ラベル文字部分（擬似要素で○を描く） */
.p-form-field__radios .wpcf7-list-item-label {
  position: relative;
  padding-left: 2.1875rem;
}
@media screen and (max-width: 767px) {
  .p-form-field__radios .wpcf7-list-item-label {
    padding-left: 30px;
  }
}

/* 外枠 ◯ と 中の● 共通 */
.p-form-field__radios .wpcf7-list-item-label::before,
.p-form-field__radios .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

/* 外枠の ◯ */
.p-form-field__radios .wpcf7-list-item-label::before {
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  border: 1px solid #989898;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-form-field__radios .wpcf7-list-item-label::before {
    width: 15px;
    height: 15px;
  }
}

/* 中の ●（チェックされた時だけ表示） */
.p-form-field__radios .wpcf7-list-item-label::after {
  width: 1rem;
  height: 1rem;
  background: #333;
  left: 0.125rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form-field__radios .wpcf7-list-item-label::after {
    width: 13px;
    height: 13px;
    left: 1px;
  }
}

.p-form-textarea {
  width: 100%;
  padding: 0.625rem 1rem;
  border: 1px solid #707070;
  height: 9.625rem;
}
@media screen and (max-width: 767px) {
  .p-form-textarea {
    height: 200px;
    padding: 10px 16px;
  }
}
.p-form-textarea:focus {
  outline: #333 auto 1px;
}
.p-form-textarea:not(:-moz-placeholder) {
  color: #333;
}
.p-form-textarea:not(:-ms-input-placeholder) {
  color: #333;
}
.p-form-textarea:not(:placeholder-shown) {
  color: #333;
}

.p-form-checkbox__input {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}
.p-form-checkbox__input:checked + .wpcf7-list-item-label .p-form-checkbox__text::after {
  opacity: 1;
}
.p-form-checkbox__input:focus + .wpcf7-list-item-label .p-form-checkbox__text::before {
  border: 0.5px solid #333;
}

.p-form-checkbox__text {
  position: relative;
  padding-left: 3.5rem;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
    padding-left: 40px;
  }
}
.p-form-checkbox__text::before, .p-form-checkbox__text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-form-checkbox__text::before {
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #989898;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text::before {
    width: 20px;
    height: 20px;
  }
}
.p-form-checkbox__text::after {
  background: url(../img/icon-check.svg) no-repeat center center/contain;
  width: 1.625rem;
  height: 1.625rem;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-form-checkbox__text::after {
    width: 20px;
    height: 20px;
  }
}
.p-form-checkbox__text a {
  color: #476992;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .p-form-checkbox__text a:hover {
    opacity: 0.7;
  }
}

.p-contact-security {
  text-align: center;
  margin-top: 2.75rem;
  font-size: 0.875rem;
  line-height: 1.875rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-contact-security a {
  color: #476992;
}
@media (any-hover: hover) {
  .p-contact-security a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-contact-security {
    text-align: center;
    margin-top: 30px;
    font-size: 10px;
    letter-spacing: 0.3px;
    line-height: 20px;
  }
}

/*----------------------------------
  cf7set
-----------------------------------*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

/*----------------------------------
  スマホ版
-----------------------------------*/
.p-form-text {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
  background-clip: padding-box;
}

.p-archive-recruit__mv {
  background: url(../img/bg_recruit_header.webp) no-repeat center center/cover;
}

.p-archive-recruit-intro__inner {
  padding-top: 5rem;
  padding-bottom: 5.1875rem;
  padding-inline: 15.25rem 14.0625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-intro__inner {
    padding-inline: 41px 35px;
    padding-block: 50px;
  }
}

.p-archive-recruit-intro__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8.3125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-intro__cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 30px;
  }
}

.p-archive-recruit-intro__card {
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-intro__card:nth-of-type(3) {
    grid-column: 1/-1;
    max-width: min(31.7948717949vw, 300px);
    justify-self: center;
  }
}

.p-archive-recruit-intro-card__image {
  text-align: center;
  margin-inline: auto;
  width: 11.4375rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-intro-card__image {
    width: 111px;
  }
}
.p-archive-recruit-intro-card__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-archive-recruit-intro-card__title {
  margin-top: 1.75rem;
  color: #284057;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.045rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-intro-card__title {
    margin-top: 10px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
  }
}

.p-archive-recruit-intro-card__text {
  margin-top: 1.875rem;
  color: #284057;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-intro-card__text {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 20px;
  }
}

/*----------------------------------
  p-archive-recruit-position
-----------------------------------*/
.p-archive-recruit-position {
  background: #e4e8e9;
}

.p-archive-recruit-position__inner {
  padding-top: 4.8125rem;
  padding-bottom: 4.375rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 14.0625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position__inner {
    padding-block: 50px;
    padding-inline: 55px;
  }
}

.p-archive-recruit-position__title {
  color: #284057;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.045rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position__title {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}
@media screen and (max-width: 383px) {
  .p-archive-recruit-position__title {
    font-size: 15px;
  }
}

.p-archive-recruit-position__cards {
  margin-top: 3.875rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 3.25rem;
     -moz-column-gap: 3.25rem;
          column-gap: 3.25rem;
  row-gap: 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position__cards {
    margin-top: 30px;
    grid-template-columns: repeat(1, 1fr);
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    row-gap: 30px;
  }
}

.p-archive-recruit-position__card {
  padding: 3.4375rem 1.5625rem 1.875rem 1.5625rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position__card {
    padding: 30px 25px;
  }
}

.p-archive-recruit-position-card__title {
  text-align: center;
  color: #284057;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position-card__title {
    font-size: 18px;
    letter-spacing: 0.54;
    line-height: 30px;
  }
}

.p-archive-recruit-position-card__text {
  margin-top: 2.5rem;
  color: #284057;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.02625rem;
  line-height: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position-card__text {
    margin-top: 30px;
    font-size: 13px;
    letter-spacing: 0.39;
    line-height: 19px;
  }
}

.p-archive-recruit-position-btn-wrap {
  padding-top: 2.5rem;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position-btn-wrap {
    padding-top: 30px;
  }
}

.p-archive-recruit-position-link {
  display: inline-block;
  background: #9e6d42;
  color: #fff;
  padding: 0.8125rem 2.5rem;
  border: 1px solid #9e6d42;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-position-link {
    padding: 9px 39px;
    font-size: 16px;
    letter-spacing: 0.48px;
  }
}

/*----------------------------------
  p-archive-recruit-cta
-----------------------------------*/
.p-archive-recruit-cta {
  background: #042945;
}

.p-archive-recruit-cta__inner {
  padding-top: 4.9375rem;
  padding-bottom: 4.375rem;
  padding-inline: 14.0625rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-cta__inner {
    padding-block: 50px;
    padding-inline: 50px;
  }
}

.p-archive-recruit-cta__lead {
  text-align: center;
  color: #fff;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-cta__lead {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}
@media screen and (max-width: 383px) {
  .p-archive-recruit-cta__lead {
    font-size: 18px;
  }
}

.p-archive-recruit-cta__btn-wrap {
  margin-top: 3.25rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-cta__btn-wrap {
    margin-top: 30px;
  }
}

.p-archive-recruit-cta__link {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
  display: inline-block;
  color: #fff;
  border: 1px solid #9e6d42;
  background: #9e6d42;
  padding: 1.25rem 2.5625rem;
}
@media screen and (max-width: 767px) {
  .p-archive-recruit-cta__link {
    padding: 15px 42px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}
@media screen and (max-width: 383px) {
  .p-archive-recruit-cta__link {
    padding: 12px 36px;
  }
  .p-archive-recruit-cta__link span {
    font-size: 15px;
  }
}

.p-single-recruit__mv {
  background: url(../img/bg_recruit_header.webp) no-repeat center center/cover;
}

.p-single-recruit-position___inner {
  padding-top: 6.6875rem;
  padding-bottom: 5.0625rem;
  padding-inline: 14.09375rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-single-recruit-position___inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

.p-single-recruit__position__title {
  color: #284057;
  text-align: center;
  font-size: 1.75rem;
  letter-spacing: 0.0525rem;
  line-height: 1.875rem;
  margin-bottom: 2.21875rem;
}
@media screen and (max-width: 767px) {
  .p-single-recruit__position__title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
    margin-bottom: 30px;
  }
}

.p-single-recruit-position__name {
  text-align: center;
  color: #284057;
  font-size: 2.125rem;
  font-weight: 600;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
  padding-top: 2.46875rem;
  padding-bottom: 2.28125rem;
  border-top: 1px solid #a57246;
  border-bottom: 1px solid #a57246;
}
@media screen and (max-width: 767px) {
  .p-single-recruit-position__name {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 11px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.p-single-recruit-position__article {
  padding-inline: 4.25rem;
  margin-top: 1.90625rem;
}
@media screen and (max-width: 767px) {
  .p-single-recruit-position__article {
    padding-inline: unset;
    margin-top: 30px;
  }
}
.p-single-recruit-position__article img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-single-recruit-position__article p {
  margin-top: 4.6875rem;
  color: #284057;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.03375rem;
  line-height: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single-recruit-position__article p {
    margin-top: 35px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-404__header {
  background: #fbf9f6;
}

.p-404__container {
  margin-top: 14.1875rem;
}
@media screen and (max-width: 767px) {
  .p-404__container {
    margin-top: 120px;
  }
}

.p-404__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  margin-inline: auto;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding-inline: 30px;
    padding-bottom: 50px;
  }
}

.p-404__title-wrap {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.59375rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-404__title-wrap {
    gap: 11px;
  }
}

.p-404__title {
  font-size: 7.5rem;
  font-weight: 700;
  letter-spacing: 0.225rem;
  line-height: 1.875rem;
  padding-top: 3.4375rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 60px;
    letter-spacing: 1.8px;
    line-height: 30px;
  }
}

.p-404__image {
  width: 17.71875rem;
}
@media screen and (max-width: 767px) {
  .p-404__image {
    width: 143px;
  }
}
.p-404__image img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-404__subtitle {
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle {
    margin-top: 20px;
    gap: 5px;
  }
}
.p-404__subtitle span:nth-of-type(1) {
  font-size: 1.25rem;
  letter-spacing: 0.1875rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle span:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}
@media screen and (max-width: 389px) {
  .p-404__subtitle span:nth-of-type(1) {
    font-size: 15px;
  }
}
.p-404__subtitle span:nth-of-type(2) {
  font-size: 0.875rem;
  letter-spacing: 0.02625rem;
  line-height: 1.875rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-404__subtitle span:nth-of-type(2) {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
  }
}
@media screen and (max-width: 389px) {
  .p-404__subtitle span:nth-of-type(2) {
    font-size: 11px;
  }
}

.p-404__text {
  margin-top: 2.1875rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-404__text {
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
.p-404__text span {
  margin-top: 1.5625rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-404__text span {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
@media screen and (max-width: 389px) {
  .p-404__text span {
    font-size: 13px;
  }
}

.p-404-btn__wrap {
  margin-top: 3.3125rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-404-btn__wrap {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

@media screen and (max-width: 389px) {
  .p-404-to-contact__btn {
    font-size: 13px;
  }
}

.p-privacy__header {
  background: #fbf9f6;
}

.p-privacy__container {
  margin-top: 14.6875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__container {
    margin-top: 170px;
  }
}

.p-privacy__inner {
  padding-inline: 5.625rem;
  padding-bottom: 6.25rem;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-privacy__inner {
    padding-inline: 20px;
    padding-bottom: 50px;
  }
}

.p-privacy__title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.4375rem;
  padding-bottom: 3.40625rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__title-wrap {
    gap: 10px;
    padding-bottom: 50px;
  }
}

.p-privacy__main-title {
  font-size: 2.125rem;
  letter-spacing: 0.06375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-privacy__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__sub-title {
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 30px;
  }
}

.p-privacy__wrap {
  padding-top: 5.34375rem;
  border-top: 1px solid #a57246;
}
@media screen and (max-width: 767px) {
  .p-privacy__wrap {
    padding-top: 30px;
  }
}

.p-privacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3.625rem;
  padding-inline: 8.4375rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__list {
    gap: 30px;
    padding-inline: 8px;
  }
}

.p-privacy__title {
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.0375rem;
  line-height: 3.1875rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-privacy__title {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
    margin-bottom: 20px;
  }
}

.p-privacy__text {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: normal;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
.p-privacy__text span {
  font-weight: 600;
}
@media (any-hover: hover) {
  .p-privacy__text a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-privacy__text a {
    word-break: break-all;
  }
}

.p-confirm__inner {
  padding-top: 7.0625rem;
  padding-bottom: 7.5rem;
  margin-inline: auto;
  max-width: 1440px;
  padding-inline: 18.375rem 18.3125rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__inner {
    padding-inline: 20px;
    padding-block: 50px;
  }
}

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

.p-confirm__main-title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.05625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__main-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-confirm__sub-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.05625rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__sub-title {
    margin-top: 10px;
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 30px;
  }
}

.p-confirm__text {
  margin-top: 3.5rem;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__text {
    text-align: center;
    margin-top: 30px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}

.p-confirm__content {
  margin-top: 7.25rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__content {
    margin-top: 40px;
  }
}

.p-confirm__table {
  border: 1px solid #707070;
}

.p-confirm__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 3.5rem;
}
.p-confirm__row:not(:last-of-type) {
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .p-confirm__row {
    min-height: 51px;
  }
}

/* 左カラム */
.p-confirm__term {
  width: 11.6875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #738a94;
  color: #fff;
  border-right: 1px solid #707070;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
  position: relative;
  /* 左カラム下だけ白線 */
}
@media screen and (max-width: 767px) {
  .p-confirm__term {
    width: min(29.4871794872vw, 180px);
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
  }
}
.p-confirm__term::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: #fff;
}

.p-confirm__row:last-of-type .p-confirm__term::after {
  display: none;
}

/* 右カラム */
.p-confirm__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-inline: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__desc {
    padding-inline: 20px;
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 30px;
  }
}

/* textarea系（高さ違うやつ） */
.p-confirm__row--textarea {
  min-height: 16.4375rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__row--textarea {
    min-height: 263px;
  }
}
.p-confirm__row--textarea .p-confirm__term {
  padding-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__row--textarea .p-confirm__term {
    padding-top: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-confirm__row--textarea .p-confirm__desc {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-block: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__row--textarea .p-confirm__desc {
    padding-block: 20px;
  }
}

.p-confirm__btn-wrap {
  text-align: center;
  justify-self: center;
  margin-top: 6.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-confirm__btn-wrap {
    margin-top: 51px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}

.p-confirm__submit {
  color: #fff;
  background: #738a94;
  padding: 1.25rem 4.375rem;
  display: inline-block;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-confirm__submit:hover {
    color: #738a94;
    background: #fff;
    border: 1px solid #738a94;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm__submit {
    padding: 15px 105px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-confirm__prev {
  padding: 1.25rem 5.5rem;
  display: inline-block;
  color: #738a94;
  background: #fff;
  border: 1px solid #738a94;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-confirm__prev:hover {
    color: #fff;
    background: #738a94;
  }
}
@media screen and (max-width: 767px) {
  .p-confirm__prev {
    padding: 15px 124px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-confirm__row--none {
  display: none;
}

.p-thanks__container {
  margin-top: 14.75rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__container {
    margin-top: 120px;
  }
}

.p-thanks__inner {
  padding-bottom: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding-bottom: 70px;
    padding-inline: 24px 12px;
  }
}

.p-thanks__title-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.1875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__title-wrap {
    gap: 10px;
  }
}

.p-thanks__ja-title {
  font-size: 1.875rem;
  font-weight: 300;
  letter-spacing: 0.05625rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__ja-title {
    font-size: 20px;
    letter-spacing: 0.6px;
    line-height: 30px;
  }
}

.p-thanks__en-title {
  color: rgba(115, 138, 148, 0.3);
  font-size: 1.25rem;
  font-weight: 300;
  letter-spacing: 0.0375rem;
  line-height: 3.1875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__en-title {
    font-size: 15px;
    letter-spacing: 0.45px;
    line-height: 30px;
  }
}

.p-thanks__lead {
  margin-top: 3.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__lead {
    margin-top: 30px;
    gap: 13px;
  }
}
.p-thanks__lead span:nth-of-type(1) {
  font-size: 1.5rem;
  letter-spacing: 0.045rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__lead span:nth-of-type(1) {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}
.p-thanks__lead span:nth-of-type(2) {
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__lead span:nth-of-type(2) {
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .p-thanks__lead span:nth-of-type(2) {
    font-size: 13px;
  }
}

.p-thanks__text {
  margin-top: 3.5625rem;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.03rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__text {
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: 0.42px;
    line-height: 30px;
  }
}
@media screen and (max-width: 380px) {
  .p-thanks__text {
    font-size: 13px;
  }
}

.p-thanks__info {
  margin-top: 2.375rem;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.03375rem;
  line-height: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__info {
    margin-top: 30px;
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 30px;
  }
}

.p-thanks__btn-wrap {
  margin-top: 3.1875rem;
  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: 767px) {
  .p-thanks__btn-wrap {
    margin-top: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
    -webkit-box-pack: unset;
        -ms-flex-pack: unset;
            justify-content: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-thanks-to-company__btn {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-thanks-to-business__btn {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-thanks-to-top__btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (max-width: 767px) {
  .p-thanks-to-top__btn {
    max-width: 280px;
    margin-inline: auto;
  }
}

.p-thanks-to-company__btn {
  background: #9e6d42;
  padding: 1.3125rem 2.6875rem 1.125rem 2.625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-to-company__btn {
    padding: 15px 82px;
    max-width: 280px;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-thanks-to-company__btn:hover {
    background: #fff;
    color: #9e6d42;
    border: 1px solid #9e6d42;
  }
}

.p-thanks-to-business__btn {
  color: #738a94;
  background: #fff;
  border: 1px solid #738a94;
  padding: 1.3125rem 2.0625rem 1.125rem 2.0625rem;
}
@media screen and (max-width: 767px) {
  .p-thanks-to-business__btn {
    padding: 15px 72px;
    max-width: 280px;
    margin-inline: auto;
  }
}
@media (any-hover: hover) {
  .p-thanks-to-business__btn:hover {
    background: #738a94;
    color: #fff;
  }
}

.p-footer__inner {
  padding-inline: 12.1875rem 9.875rem;
  max-width: 1440px;
  margin-inline: auto;
  padding-top: 3.5rem;
  padding-bottom: 4.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    padding-block: 50px 64px;
    padding-inline: 35px;
  }
}

.p-footer__title {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    padding-inline: 10px;
    text-align: center;
    font-size: 11px;
    letter-spacing: 0;
    line-height: 20px;
  }
}
@media screen and (max-width: 387px) {
  .p-footer__title {
    font-size: 10px;
  }
}

.p-footer__contents {
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__contents {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 51px;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.25rem;
  position: relative;
}
.p-footer__info::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #707070;
  top: 0;
  left: 26.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__info::before {
    width: min(82.0512820513vw, 500px);
    height: 1px;
    top: auto;
    bottom: -25px;
    left: 50%;
    translate: -50%;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__info {
    text-align: center;
    gap: 25px;
  }
}

.p-footer__logo a {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__logo a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-footer__logo a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 75px;
    margin-inline: auto;
  }
}

.p-footer-info__company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .p-footer-info__company {
    gap: 8px;
  }
}

.p-footer-info__text {
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 1.0625rem;
}
@media screen and (max-width: 767px) {
  .p-footer-info__text {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
  }
  .p-footer-info__text:nth-of-type(2) {
    margin-top: 17px;
  }
}

.p-footer__menu--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__menu--wrap {
    gap: 70px;
    padding-left: 38px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    gap: 20px;
  }
}

.p-footer__item a {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.1875rem;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item a {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    padding-bottom: 0;
  }
}
.p-footer__item a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
@media (any-hover: hover) {
  .p-footer__item a:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.p-footer__links {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__links {
    gap: 20px;
  }
}

.p-footer-links__btn {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 1.4375rem 5.625rem 1rem 5.3125rem;
  border: 1px solid #707070;
  font-size: 1.125rem;
  letter-spacing: 0.03375rem;
  line-height: 1.375rem;
  -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;
}
@media screen and (max-width: 767px) {
  .p-footer-links__btn {
    font-size: 16px;
    letter-spacing: 0.48px;
    line-height: 23px;
    padding: 6px 40px;
  }
}
.p-footer-links__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #707070;
  z-index: 0;
  -webkit-transition: left 0.4s ease;
  transition: left 0.4s ease;
}
.p-footer-links__btn span {
  position: relative;
  z-index: 1;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (any-hover: hover) {
  .p-footer-links__btn:hover::before {
    left: 0;
  }
  .p-footer-links__btn:hover span {
    color: #fff;
  }
}

.p-footer-links__insta a {
  width: 3.9375rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer-links__insta a {
    width: 60px;
  }
}
.p-footer-links__insta a img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (any-hover: hover) {
  .p-footer-links__insta a:hover {
    opacity: 0.7;
  }
}

.p-footer__bottom {
  padding-bottom: 1.25rem;
  max-width: 1440px;
  margin-inline: auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 10px;
  }
}

.p-footer__copy {
  font-size: 0.75rem;
  letter-spacing: 0.0225rem;
  line-height: 1.125rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 17px;
  }
}

.p-footer__link-wrap {
  position: absolute;
  right: 8.4375rem;
  bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__link-wrap {
    position: unset;
    gap: 30px;
    margin-inline: auto;
  }
}
.p-footer__link-wrap a {
  font-size: 0.75rem;
  letter-spacing: 0.0225rem;
  line-height: 1.125rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-footer__link-wrap a {
    font-size: 12px;
    letter-spacing: 0.36px;
    line-height: 17px;
  }
}
@media (any-hover: hover) {
  .p-footer__link-wrap a:hover {
    opacity: 0.7;
  }
}

.u-animated__fadeIn {
  /* before（出現前） */
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 2s ease, translate 2s ease;
  transition: opacity 2s ease, translate 2s ease;
  /* after（出現後） */
}
.u-animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.u-animated__clipView {
  /* before（出現前） */
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
  will-change: clip-path;
  /* after（出現後） */
  /* ★ 右 → 左 バージョン */
}
.u-animated__clipView.js-show {
  clip-path: inset(0 0 0 0);
}
.u-animated__clipView.--right {
  /* before（出現前：右 → 左） */
  clip-path: inset(0 0 0 100%);
  -webkit-transition: clip-path 1.2s ease-out;
  transition: clip-path 1.2s ease-out;
  /* after（出現後） */
}
.u-animated__clipView.--right.js-show {
  clip-path: inset(0 0 0 0);
}
.u-animated__clipView.--top-to-bottom {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 2s ease-out;
  transition: clip-path 2s ease-out;
}
.u-animated__clipView.--top-to-bottom.js-show {
  clip-path: inset(0 0 0 0);
}

.u-animated__underText {
  overflow: hidden;
}
.u-animated__underText span {
  font-weight: 700;
  display: inline-block;
  translate: 0 100%;
  -webkit-transition: translate 0.5s ease;
  transition: translate 0.5s ease;
}
.u-animated__underText.js-show span {
  translate: 0;
}

.u-animated__circleReveal {
  overflow: hidden;
  /* 初期：点 */
  clip-path: circle(0% at 50% 50%);
  -webkit-transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: clip-path 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: clip-path;
}
.u-animated__circleReveal.js-show {
  /* 完全に覆うサイズ */
  clip-path: circle(150% at 50% 50%);
}

.u-hidden-sp {
  display: inline;
}
@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-hidden-pc {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-hidden-pc {
    display: inline;
  }
}/*# sourceMappingURL=style.css.map */