@charset "UTF-8";
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

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

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

svg {
  display: block;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #242628;
}
body.js-no-scroll {
  overflow-y: hidden;
}

/* layout > l-inner */
.l-inner {
  max-width: 1140px;
  margin-inline: auto;
  padding: 0 30px;
}

/* layout > l-columns */
.l-columns {
  display: grid;
  grid-template-columns: 1fr 328px;
  gap: min(8vw, 52px);
}

/* layout > l-container */
.l-container {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin: 0 auto;
}

/* object > component > c-btn */
.c-btn {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #CFD5E4;
  padding: 10px min(2.66667vw, 20px);
}

.c-link-button {
  cursor: pointer;
  display: inline-block;
  border-radius: 6px;
  max-width: 362px;
  width: 100%;
  padding: 18px 10px;
  text-align: center;
  background: #CF9859;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}
.c-link-button._type02 {
  max-width: initial;
  width: initial;
}

/* object > component > c-title */
.c-section-title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  padding-top: 32px;
  padding-left: 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .c-section-title01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    padding-top: 0;
    padding-left: 0;
  }
}
.c-section-title01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 82px;
  background-color: #9CACD4;
}
@media screen and (max-width: 768px) {
  .c-section-title01::before {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .c-section-title01._type02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 8px;
    padding-top: 24px;
    padding-left: 0;
  }
  .c-section-title01._type02 .jp {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
  .c-section-title01._type02 .en {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
  }
}
@media screen and (max-width: 768px) {
  .c-section-title01._type02::before {
    content: "";
    top: 0;
    left: -30px;
    width: 62px;
    height: 1px;
    z-index: 999;
  }
}
@media screen and (max-width: 768px) {
  .c-section-title01._type03 {
    gap: 10px;
  }
}
.c-section-title01 .jp {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.12;
}
@media screen and (max-width: 768px) {
  .c-section-title01 .jp {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}
.c-section-title01 .en {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #8C9CC0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0333333333em;
}
@media screen and (max-width: 768px) {
  .c-section-title01 .en {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
  }
}

.c-section-title02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  .c-section-title02 {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
  }
}
.c-section-title02 .jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.c-section-title02 .en {
  display: inline-block;
  color: #8C9CC0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .c-section-title02 .en {
    margin-top: 3px;
  }
}

/* object > component > c-text */
.c-txtbox {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: relative;
  padding-top: 36px;
  padding-left: 15px;
}
@media screen and (max-width: 768px) {
  .c-txtbox {
    padding-top: 40px;
    padding-left: 30px;
  }
}

.c-txtbox__maintxt {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.5;
}

.c-txtbox__subtxt {
  margin: 5px 0 0 5px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  color: #8C9CC0;
}

/* object > component > c-table */
.c-table {
  width: 100%;
}
.c-table.c-table--type01 {
  border-bottom: 1px solid #f0f1f5;
}
.c-table.c-table--type01 strong {
  font-weight: 700;
}
.c-table.c-table--type01 tr:first-of-type th {
  font-weight: 700;
}
.c-table.c-table--type01 th,
.c-table.c-table--type01 td {
  vertical-align: top;
  padding: 20px;
  border-top: 1px solid #f0f1f5;
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .c-table.c-table--type01 th,
  .c-table.c-table--type01 td {
    width: 100% !important;
    display: block;
  }
}
.c-table.c-table--type01 th {
  text-align: left;
  background: #f3f1e7;
}

/* object > component > c-card-post */
.c-card-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding: 12px;
  background: #FFFFFF;
  position: relative;
}

.c-card-post__ranking {
  width: 26px;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 5px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.c-card-post__ranking::after {
  content: counter(posts);
}

.c-card-post__thumb {
  width: 81px;
  aspect-ratio: 1;
}
.c-card-post__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-card-post__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.c-card-post__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.c-card-post__views {
  margin: 5px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #a7acb2;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}

.c-card-post__cat {
  display: block;
  margin-bottom: 5px;
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 12px;
  color: #818eab;
}

/* object > project > p-header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: transparent;
  height: 100px;
  padding: 0 22.91px 0 28px;
  z-index: 1000;
}
@media screen and (max-width: 1240px) {
  .p-header {
    height: 64px;
    padding: 0 16px 0 10px;
    border-bottom: 0.6px solid #FFFFFF;
  }
}
.p-header.is-open {
  background-color: #F6F3EE;
}
@media screen and (max-width: 1240px) {
  .p-header.is-open {
    border-bottom: 0.6px solid #8C9CC0;
  }
}
.p-header._page .p-header__nav {
  border-left: 0.6px solid #29417A;
  border-right: 0.6px solid #29417A;
  border-bottom: 0.6px solid #29417A;
}
.p-header._page .p-header__nav-text-jp {
  color: #29417A;
}
.p-header._page .p-header__nav-text-en {
  color: #8C9CC0;
}

.p-header__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 clamp(14.4375rem, 12.2897028689rem + 8.8114754098vw, 19.8125rem);
          flex: 0 0 clamp(14.4375rem, 12.2897028689rem + 8.8114754098vw, 19.8125rem);
}

.p-header__logo-link {
  display: block;
}
.p-header__logo-link > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__nav {
  padding: 30px 40px;
  border-radius: 0 0 10px 40px;
  border-left: 0.6px solid #FFFFFF;
  border-right: 0.6px solid #FFFFFF;
  border-bottom: 0.6px solid #FFFFFF;
  -webkit-transition: backdrop-filter 0.3s ease;
  transition: backdrop-filter 0.3s ease;
}
.p-header__nav .home-icon path {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}
@media screen and (max-width: 1366px) {
  .p-header__nav {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 1240px) {
  .p-header__nav {
    display: none;
  }
}
.p-header__nav.is-scrolled {
  backdrop-filter: blur(5px);
}
.p-header__nav.is-scrolled .p-header__nav-text-jp,
.p-header__nav.is-scrolled .p-header__nav-text-en {
  color: #29417a;
}
.p-header__nav.is-scrolled .home-icon path {
  fill: #29417a;
}

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

.p-header__nav-item {
  position: relative;
}
.p-header__nav-item:hover .l-header-nav-subnav {
  display: block;
}
.p-header__nav-item:nth-of-type(2) {
  margin-left: 23.2px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(2) {
    margin-left: 20px;
  }
}
.p-header__nav-item:nth-of-type(3) {
  margin-left: 28.36px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(3) {
    margin-left: 20px;
  }
}
.p-header__nav-item:nth-of-type(4) {
  margin-left: 31px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(4) {
    margin-left: 20px;
  }
}
.p-header__nav-item:nth-of-type(5) {
  margin-left: 36px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(5) {
    margin-left: 20px;
  }
}
.p-header__nav-item:nth-of-type(6) {
  margin-left: 37px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(6) {
    margin-left: 20px;
  }
}
.p-header__nav-item:nth-of-type(7) {
  margin-left: 38px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(7) {
    margin-left: 20px;
  }
}
.p-header__nav-item:nth-of-type(8) {
  margin-left: 38px;
}
@media screen and (max-width: 1366px) {
  .p-header__nav-item:nth-of-type(8) {
    margin-left: 20px;
  }
}

.p-header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.34px;
}
.p-header__nav-link._home {
  gap: 2px;
}

.p-header__nav-text-jp {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.31429;
  letter-spacing: 0.05em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__nav-text-en {
  color: #DDDFE3;
  font-size: 10px;
  font-weight: 500;
  line-height: 1.61;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 1240px) {
  .p-header__hamburger {
    display: block;
    width: 32px;
    height: 19px;
    position: relative;
  }
  .p-header__hamburger._page .p-header__hamburger-line {
    background-color: #333333;
  }
  .p-header__hamburger.is-open .p-header__hamburger-line {
    background-color: #8C9CC0;
  }
  .p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
    top: 50%;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
    opacity: 0;
  }
  .p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(3) {
    top: 50%;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

.p-header__hamburger-line {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
}
.p-header__hamburger-line:nth-of-type(3) {
  top: 100%;
}

/* メガメニュー */
.l-header-nav-subnav__menuwrap {
  padding-inline: 40px;
  border-left: 1px solid #6d8aac;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
}

.l-header-nav-subnav-menu__item:not(:last-child) {
  margin-bottom: 8px;
}

.l-header-nav-subnav {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 6px;
  display: none;
  position: absolute;
}

.l-header-nav-subnav__box {
  border-radius: 8px;
  background: #FFFFFF;
  white-space: nowrap;
  padding: 24px 40px 24px 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.l-header-nav-subnav-menu {
  font-size: 12px;
}

.l-header-nav-subnav-parent {
  font-size: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding-right: 35px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
  line-height: 1.76;
}

.l-header-nav-subnav-parent__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 0;
}

.l-header-nav-subnav-parent__txt {
  margin-top: -4px;
}

.l-header-nav-subnav-menu__link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

/* object > project > p-footer */
.p-footer {
  padding: 64px 0 64px;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 40px 0 64px;
  }
}

.p-footer__inner {
  max-width: 1142px;
  margin-inline: auto;
  padding: 0 30px;
}

.p-footer__container {
  max-width: 820px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

.p-footer__logo {
  display: block;
  width: 317px;
  margin-inline: auto;
}
.p-footer__logo > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-footer__nav {
    max-width: 330px;
    margin-inline: auto;
  }
}

.p-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 8px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 26.23px;
       -moz-column-gap: 26.23px;
            column-gap: 26.23px;
  }
}

.p-footer__nav-item {
  position: relative;
}
.p-footer__nav-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 7.44px;
  left: -16.23px;
  display: inline-block;
  width: 6.23px;
  height: 11.116px;
  background-image: url(../img/common/icon_slash.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item:not(:first-of-type)::before {
    top: 9.44px;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__nav-item._sp-no-slash::before {
    content: none;
  }
}

.p-footer__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 26.23px;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-wrap {
    display: contents;
  }
}
.p-footer__nav-wrap svg {
  position: relative;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}
@media screen and (max-width: 768px) {
  .p-footer__nav-wrap svg {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

.p-footer__nav-link {
  color: #707070;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}
@media screen and (max-width: 768px) {
  .p-footer__nav-link {
    font-size: 10px;
  }
}

.p-footer__copyright {
  margin-top: 32px;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright {
    margin-top: 43px;
  }
}

.p-footer__copyright-text {
  color: #A7ACB2;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.38;
}
@media screen and (max-width: 768px) {
  .p-footer__copyright-text {
    text-align: center;
  }
}

/* object > project > p-fv */
.p-fv {
  height: 866px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 640px;
  }
}

.p-fv__slider {
  height: 100%;
}
.p-fv__slider .swiper-wrapper {
  height: 100%;
}
.p-fv__slider .swiper-slide {
  height: 100%;
}
.p-fv__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__box {
  position: absolute;
  z-index: 2;
}
.p-fv__box._pc {
  top: 250px;
  right: 78.55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 47.89px;
}
@media screen and (max-width: 768px) {
  .p-fv__box._pc {
    display: none;
  }
}
.p-fv__box._pc .p-fv__box-title {
  gap: 36px;
  font-size: 66px;
}
.p-fv__box._pc .p-fv__box-sub-title {
  gap: 26px;
  font-size: 22px;
}
.p-fv__box._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-fv__box._sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    gap: 34px;
    top: 112px;
    right: 30px;
  }
  .p-fv__box._sp .p-fv__box-title {
    font-size: 40px;
  }
  .p-fv__box._sp .p-fv__box-sub-title {
    gap: 16px;
    font-size: 20px;
  }
}

.p-fv__box-title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-fv__box-title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.p-fv__box-sub-title {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.p-fv__box-sub-title span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

/* object > project > p-page */
.p-page {
  padding-bottom: min(14.93333vw, 182px);
}
.p-page._contact {
  padding-bottom: 0;
}
.p-page._news {
  padding-bottom: 0;
}

.p-page__wrap {
  padding-top: 140px;
}
@media screen and (max-width: 768px) {
  .p-page__wrap {
    padding-top: 64px;
  }
}

.p-page__fv {
  position: relative;
}

.p-page-fv__bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: min(58.66667vw, 389px);
}

.p-page-fv__header {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 143px;
}
@media screen and (max-width: 768px) {
  .p-page-fv__header {
    left: 30px;
  }
}

.p-page-fv__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.p-page-fv__title .jp {
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-page-fv__title .jp {
    font-size: 30px;
    line-height: 1.2;
  }
}
.p-page-fv__title .en {
  font-size: 14px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.p-page__content {
  padding-top: min(10.66667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-page__content {
    padding-top: 40px;
  }
}
.p-page__content._md {
  margin-top: min(10.66667vw, 60px);
}
.p-page__content._news {
  padding-bottom: min(14.93333vw, 182px);
  background-color: #f3f5fc;
}

.p-page__box-wrap {
  margin-top: min(10.66667vw, 60px);
}
.p-page__box-wrap._sm {
  margin-top: 30px;
}
.p-page__box-wrap._xs {
  margin-top: 24px;
}

.p-page__box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-page__box-container {
    gap: 35px;
  }
}

.p-page__box {
  background: #dde6f1;
  padding: min(5.33333vw, 40px) min(5.33333vw, 35px);
}
.p-page__box._beige {
  background-color: #f3f1e7;
}
.p-page__box._lightBlue {
  background-color: #f3f5fc;
}
.p-page__box .p-page__text {
  font-family: "Noto Sans JP", sans-serif;
}
.p-page__box .check-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: 16px;
}
.p-page__box .check-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-page__box .check-icon {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-page__box .check-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
}

.p-page__box-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-page-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-page-menu {
    grid-template-columns: 1fr;
  }
}

.p-page-menu__item {
  height: 100%;
}

.p-page-menu__link {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  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;
  gap: 10px;
  padding: min(4vw, 40px);
  height: 100%;
}

.p-page-menu__txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-page-menu__maintxt {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-page-menu__maintxt {
    font-size: 22px;
  }
}

.p-page-menu__subtxt {
  font-size: 14px;
  color: #A7ACB2;
}

.p-page__box-ol {
  padding-left: 20px;
}
.p-page__box-ol li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #6d7379;
  line-height: 1.9;
}

/* セクション */
.p-page-section {
  padding-top: 50px;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page-section {
    padding-top: 26px;
    margin-top: 26px;
  }
}
.p-page-section._first {
  margin-top: 0;
}
.p-page-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#927D51), color-stop(50%, #758EC4));
  background: linear-gradient(90deg, #927D51 0%, #758EC4 50%);
}
.p-page-section._type02 {
  padding-top: 0;
}
.p-page-section._type02::before {
  content: none;
}
.p-page-section._type03 {
  padding-top: 0;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-page-section._type03 {
    margin-top: 40px;
  }
}
.p-page-section._type03::before {
  content: none;
}

.p-page__sub-section + .p-page__sub-section {
  margin-top: 24px;
}

.p-page-content {
  margin-top: min(10.66667vw, 60px);
}
.p-page-content._type02 {
  margin-top: 166px;
}
@media screen and (max-width: 768px) {
  .p-page-content._type02 {
    margin-top: 126px;
  }
}
.p-page-content._mt {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-page-content._mt {
    margin-top: 40px;
  }
}

.p-page__box-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: 40px;
}
@media screen and (max-width: 768px) {
  .p-page__box-list {
    gap: 35px;
  }
}
.p-page__box-list._narrow {
  gap: 8px;
}

.p-page__box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  .p-page__box-item {
    gap: 22px;
  }
}

.p-page__text-block {
  margin-top: 24px;
}
.p-page__text-block._sm {
  margin-top: 15px;
}

.p-page__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.p-page__text._heightLarge {
  line-height: 1.9;
}
.p-page__text + .p-page__text {
  margin-top: 1em;
}
.p-page__text strong {
  font-weight: 700;
}

/* スライダー */
.p-page-slider__block {
  padding: 80px 0 126px;
}

.p-page-slider__container,
.p-page-slider__swiper,
.p-page-slider__swiper-wrapper,
.p-page-slider__swiper-slide {
  position: relative;
}

.p-page-slider__container .p-page-slider__nav {
  max-width: 1200px;
  position: absolute;
  left: 93px;
  bottom: -86px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-slider__container .p-page-slider__nav {
    left: 24px;
  }
}
.p-page-slider__container .swiper-button-prev,
.p-page-slider__container .swiper-button-next {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-page-slider__container .swiper-button-prev::after,
.p-page-slider__container .swiper-button-next::after {
  content: "";
}
.p-page-slider__container .swiper-button-prev,
.p-page-slider__container .swiper-button-next {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #CFD5E4;
}
.p-page-slider__swiper-slide {
  width: 393px;
  aspect-ratio: 393/254;
}
.p-page-slider__swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 見出しH2 */
.p-page__h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page__h2 {
    font-size: 26px;
  }
}
.p-page__h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #6D8AAC;
}

.p-page__h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-page__h3 {
    font-size: 22px;
  }
}

/* 画像 */
.p-page__img {
  text-align: center;
}
.p-page__img._mt30 {
  margin-top: 30px;
}
.p-page__img img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* テーブル */
.p-page__table-wrap {
  margin-top: 26px;
}
.p-page__table-wrap._type02 {
  margin-top: 40px;
}
.p-page__table-wrap._lg {
  margin-top: min(10.66667vw, 60px);
}

.p-page__table-list {
  margin-top: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 26px;
}
.p-page__table-list._type02 {
  gap: 60px;
  margin-top: 0;
}
@media screen and (max-width: 768px) {
  .p-page__table-list._type02 {
    gap: 40px;
  }
}

.p-page__table-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.p-page__table-list02._type02 {
  gap: 60px;
}
@media screen and (max-width: 768px) {
  .p-page__table-list02._type02 {
    gap: 40px;
  }
}

.p-page__table {
  width: 100%;
}
.p-page__table th,
.p-page__table td {
  font-size: 15px;
  line-height: 1.5;
}
.p-page__table th {
  font-weight: 700;
  background-color: #f3f1e7;
  padding: 8px;
  border: 1px solid #A7ACB2;
}
.p-page__table td {
  padding: 8px;
  border: 1px solid #A7ACB2;
}

.p-page__table-notice {
  margin-top: 15px;
}

.tbl_scr {
  width: 100%;
  overflow-x: auto;
  font-family: "Zen Old Mincho", serif;
}

.tbl_scr_02 {
  width: 100%;
  overflow-x: auto;
}

.tbl_ope_02 {
  font-size: 15px;
}
.tbl_ope_02 .head_col {
  text-align: center;
  background: #29417A;
  color: #FFFFFF;
}
.tbl_ope_02 td,
.tbl_ope_02 th {
  padding: 10px;
  line-height: 1.2;
  border: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .tbl_ope_02 td,
  .tbl_ope_02 th {
    padding: 2px;
  }
}
.tbl_ope_02 td {
  text-align: center;
}

.head_col {
  background: #29417A;
  color: #FFFFFF;
}

.tbl_ope tr:first-of-type th {
  text-align: center;
}

.tbl_ope th {
  font-weight: 400;
  background: #EEEEEE;
}

.tbl_scr .tbl_ope th {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .tbl_scr .tbl_ope th {
    padding: 2px;
  }
}

.tbl_ope .total,
.tbl_ope .head_col {
  background: #29417A;
  color: #FFFFFF;
}

.tbl_ope .total {
  text-align: right;
  font-weight: 700;
}

.tbl_ope th,
.tbl_ope td {
  line-height: 1.2;
  border: 1px solid #CCCCCC;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .tbl_ope th,
  .tbl_ope td {
    padding: 2px;
  }
}

.tbl_ope td {
  text-align: right;
}

.tbl_ope td,
.tbl_ope th {
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .tbl_ope td,
  .tbl_ope th {
    padding: 2px;
  }
}

.tbl_ope .subtotal {
  text-align: right;
  color: #FFFFFF;
  font-weight: 700;
  background: #a7a7a7;
}

.p-page-hours-table table {
  width: 100%;
}
.p-page-hours-table table tr {
  border-bottom: 1px solid #d6dcea;
}
.p-page-hours-table table tr:first-of-type th:not(:first-of-type) {
  text-align: center;
}
.p-page-hours-table table th,
.p-page-hours-table table td {
  padding: min(2.13333vw, 15px) 0;
}
.p-page-hours-table table th {
  font-weight: 400;
}
.p-page-hours-table table th :first-child {
  text-align: left;
}
.p-page-hours-table table td {
  text-align: center;
}
.p-page-hours-table table td.is-blue6 {
  color: #94a3c7 !important;
}

/* リスト */
.p-page__row-section:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-page__row-section:not(:first-of-type) {
    margin-top: 40px;
  }
}

.p-page-row__wrap {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .p-page-row__wrap {
    margin-top: 40px;
    gap: 40px;
  }
}
.p-page-row__wrap.__gap40 {
  gap: 40px;
}
.p-page-row__wrap.__type02 {
  margin-top: 0;
}
.p-page-row__wrap._type03 {
  margin-top: 32px;
}

.p-page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-page-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-page-row.p-page-row--01 {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .p-page-row.p-page-row--01 {
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-page-row.p-page-row--02 {
  padding-inline: 60px;
  gap: min(4vw, 40px);
}
@media screen and (max-width: 768px) {
  .p-page-row.p-page-row--02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    padding-inline: 0;
  }
}
.p-page-row.p-page-row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-page-row.p-page-row--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page-row__img:not(:last-child) {
  margin-bottom: 15px;
}

.p-page-row__heading {
  padding-right: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media screen and (max-width: 768px) {
  .p-page-row__heading {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-right: 0;
  }
}
.p-page-row__heading.heading01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-row__heading.heading01 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-row--01 .p-page-row__heading.heading01 {
  width: 72.5%;
}
@media screen and (max-width: 768px) {
  .p-page-row--01 .p-page-row__heading.heading01 {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: initial;
  }
}

.p-page-row__box-header {
  margin-top: 15px;
}

.p-page-row__content-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: 15px;
  border-left: 1px solid #bdb9a5;
}

.p-page-row__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px 0 15px 40px;
  border-left: 1px solid #bdb9a5;
}
@media screen and (max-width: 768px) {
  .p-page-row__content {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 0;
    border-left: none;
  }
}
.p-page-row__content._type02 {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}
.p-page-row__content._flex400 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333%;
          flex: 0 0 33.3333%;
}
.p-page-row__content._noBorder {
  border-left: none;
  padding: 15px 0;
}
.p-page-row__content._flexColumn {
  padding: 0 0 0 40px;
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  border-left: none;
}

.p-page-row__img {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .p-page-row__img {
    width: initial;
  }
}
.p-page-row__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-row__textarea {
  margin-top: 16px;
}

.p-page__h3-type01 {
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page__h3-type01 {
    font-size: 22px;
  }
}

.p-page__h3-type02 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  border-left: 1px solid #6D8AAC;
  padding-left: min(5.33333vw, 34px);
}
@media screen and (max-width: 768px) {
  .p-page__h3-type02 {
    font-size: 22px;
  }
}

.p-page__h4 {
  font-size: 20px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-page__h4 {
    font-size: 18px;
  }
}
.p-page__h4._type02 {
  color: #323280;
  background-color: #e6e6fa;
  font-size: 24px;
  margin-bottom: 10px;
  padding: 4px 10px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-page__h4._type02 {
    font-size: 16px;
  }
}

/* リード文 */
.p-page__lead-container {
  padding: 30px 0;
}

.p-page__lead {
  font-family: "Zen Old Mincho", serif;
  font-size: 30px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page__lead {
    font-size: 26px;
  }
}

/* 理念・基本方針 */
.p-page-philosophy-box {
  padding: min(8vw, 122px);
  background: #D6DCEA;
  border: 4px solid #29417A;
}

.p-page-philosophy-box-header__txt {
  font-family: "Zen Old Mincho", serif;
  color: #29417A;
  font-size: 58px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-page-philosophy-box-header__txt {
    font-size: 34px;
  }
}

/* ドクター */
.p-page__doctor-items {
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: min(10.66667vw, 80px);
}

.p-page-staff {
  background-color: #f3f5fc;
  border: 1px solid #6D8AAC;
}

.p-page-staff__position {
  padding: min(5.33333vw, 40px);
  border-bottom: 1px solid #6D8AAC;
  font-size: 30px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-page-staff__position {
    font-size: 26px;
  }
}

.p-page-staff__body {
  padding: min(5.33333vw, 40px);
}

.p-page-staff-profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(5.33333vw, 40px);
  padding-bottom: min(6.66667vw, 54px);
  border-bottom: 1px solid #6D8AAC;
}
@media screen and (max-width: 768px) {
  .p-page-staff-profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}

.p-page-staff-profile__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media screen and (max-width: 768px) {
  .p-page-staff-profile__img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-page-staff-profile__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-staff-profile__txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-staff-profile__txtbox {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-staff-profile__name {
  font-family: "Zen Old Mincho", serif;
  font-size: 44px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-page-staff-profile__name {
    font-size: 30px;
  }
}

.p-page-staff-profile__name._sm {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .p-page-staff-profile__name._sm {
    font-size: 26px;
  }
}

.p-page-staff-profile__textarea {
  margin-top: 16px;
}

.p-page-staff-profile__text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.p-page-staff-profile__sign {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 700;
  text-align: right;
}

.p-page-staff-spec {
  padding-top: min(5.33333vw, 40px);
}

.p-page-staff-spec__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-page-staff-spec__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-page-staff-spec__item:not(:first-of-type) {
  margin-top: min(6.66667vw, 54px);
}

.p-page-staff-spec__heading {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
  padding-right: 20px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-page-staff-spec__heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
  }
}
@media screen and (max-width: 768px) {
  .p-page-staff-spec__heading {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding-right: 0;
    font-size: 20px;
  }
}

.p-page-staff-spec__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-staff-spec__content {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-list__wrap {
  margin-top: 15px;
}

.p-page-list.p-page-list--01 .p-page-list__item:not(:first-of-type) {
  margin-top: 20px;
}

.p-page-list__item {
  padding-left: 1em;
  text-indent: -1.2em;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}
.p-page-list__item::before {
  content: "●";
  color: #6D8AAC;
  margin-right: 4px;
  font-size: 15px;
  line-height: 1.5;
}
.p-page-list__item .text {
  font-size: 15px;
  line-height: 1.5;
}
.p-page-list__item strong {
  font-weight: 700;
}
.p-page-list__item._noCircle {
  padding-left: 0;
  text-indent: initial;
}
.p-page-list__item._noCircle::before {
  content: none;
}

.p-page-staff__block:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-page-staff__block:not(:first-of-type) {
    margin-top: 40px;
  }
}

/* ギャラリー */
.p-page-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(4vw, 26px);
}
@media screen and (max-width: 768px) {
  .p-page-gallery {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.p-page-gallery.p-page-gallery--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-page-gallery.p-page-gallery--col2 {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-page-gallery__wrap {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .p-page-gallery__wrap {
    margin-top: 40px;
  }
}

.p-page-gallery__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-gallery__content {
  margin-top: 10px;
}

.p-page-gallery__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page-gallery__heading {
    font-size: 20px;
    text-align: center;
  }
}

.p-page-gallery-type01 {
  margin-top: 15px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media screen and (max-width: 900px) {
  .p-page-gallery-type01 {
    grid-template-columns: repeat(2, 2fr);
  }
}

.p-page-gallery-type01__link {
  display: block;
}

.p-page-gallery-type01__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-gallery-type01__caption {
  text-align: center;
  margin-top: 10px;
  text-decoration: underline;
}

/* 流れ */
.p-page__flow-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .p-page__flow-wrap {
    margin-top: 40px;
  }
}

.p-page__flow-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: 88px;
}

.p-page__flow-item {
  padding: 40px 40px;
  border-radius: 4px;
  border: 2px solid #CFD5E4;
  background-color: #f3f5fc;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-page__flow-item {
    padding: 20px 20px;
  }
}
.p-page__flow-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  background-image: url(../img/common/icon_flow-chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 16px;
  height: 8px;
}

.p-page__flow-number {
  display: inline-block;
  max-width: 124px;
  width: 100%;
  padding: 8px 8px;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #6D8AAC;
  background-color: #6D8AAC;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.p-page__flow-content {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .p-page__flow-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page__flow-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media screen and (max-width: 768px) {
  .p-page__flow-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-page__flow-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page__flow-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media screen and (max-width: 768px) {
  .p-page__flow-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page__flow-title {
  padding-bottom: 16px;
  border-bottom: 1px solid #96A4C6;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.p-page__flow-textarea {
  margin-top: 16px;
}

.p-page__flow-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}

.p-page__flow-btn-wrap {
  margin-top: 15px;
}
.p-page__flow-btn-wrap._flexColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

/* よくある質問 */
.p-page__faq-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: 16px;
}

.p-page__faq-item {
  border-radius: 8px;
}

.p-page__faq-term {
  cursor: pointer;
  background-color: #CFD5E4;
  padding: 16px 32px 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  border-radius: 8px 8px 0 0;
  position: relative;
}
.p-page__faq-term::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 16px;
  background-image: url(../img/common/icon_flow-chevron.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 16px;
  height: 8px;
  -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;
}
.p-page__faq-term.is-open::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-page__faq-q {
  color: #6D8AAC;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.p-page__faq-q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #6D8AAC;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.p-page__faq-desc {
  display: none;
  border-radius: 0 0 8px 8px;
  padding: 16px 16px;
  background-color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

/* CTA */
.p-page-cta__item {
  background: #CFD5E4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: min(2.66667vw, 20px);
  padding: 15px;
  height: 151px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-page-cta__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
  }
}
.p-page-cta__item:not(:first-of-type) {
  margin-top: 1px;
}

.p-page-cta__item-wrap {
  margin-top: 15px;
}

.p-page-cta__link {
  color: #29417A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-page-cta__link--tel {
  font-family: "Zen Old Mincho", serif;
  font-size: 45px;
  line-height: 1.5;
  color: #29417A;
}
@media screen and (max-width: 768px) {
  .p-page-cta__link--tel {
    font-size: 28px;
  }
}
.p-page-cta__link--tel .icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  width: 23px;
  height: 23px;
}
.p-page-cta__link--tel .icon._svg path {
  fill: #6D8AAC;
}

.p-page-cta__label {
  border-right: 1px solid #6D8AAC;
  padding-right: 20px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page-cta__label {
    font-size: 20px;
    border-right: none;
    padding-right: 0;
  }
}
.p-page-cta__label._type02 {
  display: inline-block;
  margin-top: 5px;
}

.p-page-cta__notice {
  margin-top: 10px;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.p-page-cta__notice + .p-page-cta__notice {
  margin-top: 15px;
}

.p-page-cta__table-wrap {
  margin-top: 15px;
}

.p-page-cta__table tr:first-of-type {
  background-color: #CFD5E4;
}
.p-page-cta__table tr:first-of-type th {
  color: #29417A;
}
.p-page-cta__table tr:not(:first-of-type) {
  background-color: #FFFFFF;
}
.p-page-cta__table th,
.p-page-cta__table td {
  text-align: center;
  padding: 8px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page-cta__table th,
  .p-page-cta__table td {
    font-size: 12px;
    padding: 4px 4px;
  }
}
.p-page-cta__table td {
  color: #29417A;
}

.p-page-ope {
  margin-top: min(10.66667vw, 80px);
}
@media screen and (max-width: 768px) {
  .p-page-ope {
    margin-top: min(5.33333vw, 40px);
  }
}
.p-page-ope._noMargin {
  margin-top: 0;
}

.p-page-ope__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-page-ope__btn-wrap {
  text-align: center;
}

.p-page-ope__text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

/* treatment */
.p-page-top-treatment {
  padding: min(10.66667vw, 58px) 0 min(10.66667vw, 140px);
}

.p-page-top-treatment__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-page-top-treatment__spwrap {
  position: relative;
}

.p-page-top-treatment__content {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment__content {
    margin-top: 0;
    max-width: 1080px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.p-page-top-treatment__header {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment__header {
    -webkit-transform: none;
            transform: none;
    position: absolute;
    top: 0;
    left: -24px;
  }
}

.p-page-top-treatment-imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-imgs {
    grid-template-columns: 1fr;
  }
}

.p-page-top-treatment-imgs__img {
  height: 100%;
}
.p-page-top-treatment-imgs__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-top-treatment-message {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(2.66667vw, 30px);
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-message {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .p-page-top-treatment__spimgwrap {
    margin-left: 80px;
    padding-top: 40px;
  }
}

.p-page-top-treatment-message__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
}

.p-page-top-treatment-message__txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.p-page-top-treatment__menuwrap {
  margin-top: 50px;
}

.p-page-top-treatment-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-menu {
    grid-template-columns: 1fr;
  }
}

.p-page-top-treatment-menu__item {
  border-left: 1px solid #768cc1;
}

.p-page-top-treatment-menu__link {
  display: block;
  background: #f0f1f5;
  padding: 15px 20px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-menu__link {
    padding: 6px 20px;
  }
}

.p-page-top-treatment-menu__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-page-top-treatment-menu__header svg {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-menu__header svg {
    width: 14px;
    height: 14px;
  }
}

.p-page-top-treatment-submenu__item svg {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-submenu__item svg {
    width: 14px;
    height: 14px;
  }
}

.p-page-top-treatment-menu--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-menu--col4 {
    grid-template-columns: 1fr;
  }
}

.p-page-top-treatment-menu__ttl,
.p-page-top-treatment-menu--col4 .p-page-top-treatment-menu__ttl {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
}

.p-page-top-treatment-submenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: min(2.66667vw, 15px) min(2.66667vw, 30px);
  margin-top: 24px;
  background: #f0f1f5;
  border-left: 1px solid #768cc1;
  padding: 15px 20px;
}

.p-page-top-treatment-submenu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 20px;
}

.p-page-top-treatment-submenu__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-top-treatment-submenu__txt {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-top-treatment__notice {
  margin-top: 15px;
}

/* 図解 */
.p-page__figure-wrap {
  margin-top: 24px;
}
.p-page__figure-wrap + .p-page__figure-wrap {
  margin-top: 24px;
}

.p-page__figure {
  margin-top: 24px;
}

.p-page__figure-box {
  text-align: center;
  margin: 24px 0;
  overflow-x: auto;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
}

.p-page__figure-text {
  font-family: "Zen Old Mincho", serif;
  font-size: 11px;
  font-weight: 700;
  color: #29417A;
  margin-bottom: 8px;
  text-align: center;
}

.p-page__figcaption {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #6d7379;
  margin-top: 8px;
}
.p-page__figcaption strong {
  font-weight: 700;
}
.p-page__figcaption._mt {
  margin-top: 12px;
}

.p-page__figure-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-page__figure-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-page__figure-item {
  width: min(140px, 28vw);
  background: #FFFFFF;
}

/* セルフチェック */
#wdCheckResult {
  font-family: "Noto Sans JP", sans-serif;
}
#wdCheckResult strong {
  font-weight: 700;
}

/* ボタン */
.p-page__btn-wrap {
  text-align: center;
  margin-top: min(10.66667vw, 80px);
}
.p-page__btn-wrap._sm {
  margin-top: 24px;
}
.p-page__btn-wrap._xl {
  margin-top: 20px;
}

/* アクセス */
.p-page-access__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(8vw, 52px);
}
@media screen and (max-width: 768px) {
  .p-page-access__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page-access__outline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-access__outline {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-access__gmap {
  width: min(46%, 464px);
  aspect-ratio: 464/600;
}
@media screen and (max-width: 768px) {
  .p-page-access__gmap {
    width: 100%;
    aspect-ratio: 327/400;
  }
}
.p-page-access__gmap iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 768px) {
  .p-page-access__gmap iframe {
    height: 100%;
  }
}

/* お問い合わせ */
.p-page__contact {
  background-color: #f3f5fc;
  padding-bottom: min(14.93333vw, 182px);
}

.p-page-form {
  max-width: 780px;
  margin-inline: auto;
}
.p-page-form input[type=text],
.p-page-form input[type=email],
.p-page-form input[type=tel],
.p-page-form textarea {
  padding: 18px;
  width: 100%;
  border: 0;
  line-height: 1.15;
  font-family: inherit;
  margin: 0;
  font-size: 100%;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FFFFFF;
}
.p-page-form input[type=text]::-webkit-input-placeholder, .p-page-form input[type=email]::-webkit-input-placeholder, .p-page-form input[type=tel]::-webkit-input-placeholder, .p-page-form textarea::-webkit-input-placeholder {
  color: #6d7379;
}
.p-page-form input[type=text]::-moz-placeholder, .p-page-form input[type=email]::-moz-placeholder, .p-page-form input[type=tel]::-moz-placeholder, .p-page-form textarea::-moz-placeholder {
  color: #6d7379;
}
.p-page-form input[type=text]:-ms-input-placeholder, .p-page-form input[type=email]:-ms-input-placeholder, .p-page-form input[type=tel]:-ms-input-placeholder, .p-page-form textarea:-ms-input-placeholder {
  color: #6d7379;
}
.p-page-form input[type=text]::-ms-input-placeholder, .p-page-form input[type=email]::-ms-input-placeholder, .p-page-form input[type=tel]::-ms-input-placeholder, .p-page-form textarea::-ms-input-placeholder {
  color: #6d7379;
}
.p-page-form input[type=text]::placeholder,
.p-page-form input[type=email]::placeholder,
.p-page-form input[type=tel]::placeholder,
.p-page-form textarea::placeholder {
  color: #6d7379;
}
.p-page-form table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-form table tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.p-page-form table tr:not(:first-of-type) {
  margin-top: 24px;
}
.p-page-form table {
  width: 100%;
}
.p-page-form table th {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
  text-align: right;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .p-page-form table th {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-page-form table td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-form table td {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}

.p-page-form__btn-wrap {
  margin-top: 64px;
  text-align: center;
}

/* リクルート */
.p-page-recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-recruit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-page-recruit__bnrwrap {
  width: 651px;
}
@media screen and (max-width: 768px) {
  .p-page-recruit__bnrwrap {
    width: initial;
  }
}

.p-page-recruit__bnr {
  display: block;
}

.p-page-recruit__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-page-recruit__txt {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-job {
  margin-top: min(10.66667vw, 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  padding-inline: min(4vw, 38px);
}
@media screen and (max-width: 768px) {
  .p-page-job {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page-job__heading {
  width: 202px;
  font-family: "Sawarabi Mincho", serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-page-job__heading {
    width: initial;
  }
}

.p-page-job__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 768px) {
  .p-page-job__content {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-job-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
.p-page-job-list:not(:first-of-type) {
  margin-top: min(6.66667vw, 54px);
}

.p-page-job-list__link {
  background: #cfd5e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 15px;
  border-radius: 100vh;
}
.p-page-job-list__link::after {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-right: 1px solid #6d8aac;
  border-bottom: 1px solid #6d8aac;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-page-job-list__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 17px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-page-job-list__txt {
    font-size: 15px;
  }
}

/* フロー */
.p-page-flow__wrap {
  margin-top: min(10.66667vw, 80px);
}

.p-page-flow__item {
  padding: min(5.33333vw, 30px);
  background: #f3f5fc;
  border-top: 1px solid #cfd5e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(5.33333vw, 38px);
}
.p-page-flow__item:not(:first-of-type) {
  margin-top: 16px;
}

.p-page-flow__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* 新着情報 */
.p-page-news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: min(8vw, 52px);
}
@media screen and (max-width: 768px) {
  .p-page-news__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-page-news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page-news-side {
  width: 328px;
}
@media screen and (max-width: 768px) {
  .p-page-news-side {
    width: initial;
  }
}

.p-page-news-heading {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.p-page-news-heading .arrow {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-news__block {
  padding: 20px;
  background: #FFFFFF;
}
.p-page-news__block:not(:last-child) {
  margin-bottom: 30px;
}

.p-page-news-heading__txt {
  font-family: "Sawarabi Gothic", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.p-page-news-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-page-news-list__item:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.p-page-news-list__link {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}

.p-page-news-list__datewrap {
  color: #818eab;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

.p-page-news-list__year {
  font-size: 10px;
  font-weight: 600;
  display: block;
}

.p-page-news-list__date {
  font-size: 15px;
  display: block;
}

.p-page-news-list__ttl {
  margin: 0;
  font-size: 13px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.p-page-news-side__block:not(:last-child) {
  margin-bottom: 30px;
}

.p-page-news-side__heading {
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  color: #818eab;
}

.p-page-news-side-cats__item {
  border-bottom: 1px solid #cfd5e4;
}

.p-page-news-side-cats__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  padding: 15px;
  background: #FFFFFF;
}

.p-page-news-side-cats__name {
  font-size: 20px;
}

.p-page-news-side-cats__count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  min-width: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  color: #FFFFFF;
  background: #6d8aac;
  border-radius: 12.5px;
  padding-inline: 8px;
}

.p-page-news-side-posts__item {
  border-bottom: 1px solid #cfd5e4;
  counter-increment: posts;
}
.p-page-news-side-posts__item:first-child .c-card-post__ranking {
  background-color: #c2ba7f;
}
.p-page-news-side-posts__item:nth-child(2) .c-card-post__ranking {
  background-color: #c3c2bd;
}
.p-page-news-side-posts__item:nth-child(3) .c-card-post__ranking {
  background-color: #c2a37f;
}
.p-page-news-side-posts__item:nth-child(n+4) .c-card-post__ranking {
  background-color: #a7acb2;
}

.p-page-news-side__monthly li {
  border-bottom: 1px solid #cfd5e4;
}
.p-page-news-side__monthly a {
  display: block;
  background: #FFFFFF;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.p-page-news-side__monthly a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid #6d8aac;
  border-right: 1px solid #6d8aac;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 20px;
}

.p-page-news-side-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-page-news-side-search__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #FFFFFF;
}
.p-page-news-side-search__text input {
  width: 100%;
  border: 0;
  line-height: 60px;
  padding: 0 15px;
  font-size: 100%;
}

.p-page-news-side-search__btn {
  width: 78px;
}
.p-page-news-side-search__btn input {
  width: 100%;
  height: 100%;
  background: #6d8aac;
  color: #FFFFFF;
  border: 0;
  font-size: 100%;
}

.p-entry-list__item:not(:last-child) {
  margin-bottom: 12px;
}

.p-entry-list__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-entry-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: min(4vw, 33px);
  padding: min(4vw, 30px);
  background: #FFFFFF;
}

.p-entry-list__thumb {
  width: min(21.6vw, 200px);
  aspect-ratio: 1;
  position: relative;
}
.p-entry-list__thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-entry-list__date {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top-right-radius: 8px;
  background: #FFFFFF;
  color: #818eab;
  text-align: center;
  padding: 5px;
}

.p-entry-list__cat {
  font-size: 12px;
  color: #818eab;
  display: block;
  margin-bottom: 5px;
}

.p-entry-list__ttl {
  margin: 0 0 15px;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .p-entry-list__ttl {
    font-size: 20px;
  }
}

.p-entry-list__excerpt {
  font-family: "Zen Old Mincho", serif;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

/* ページネーション */
.p-navigation {
  margin-top: min(9.6vw, 66px);
}
.p-navigation .nav-links ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  position: relative;
}
.p-navigation .nav-links ul li .page-numbers {
  aspect-ratio: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}
.p-navigation .nav-links ul li .page-numbers.current {
  background: #6d8aac;
}
.p-navigation .nav-links ul li .page-numbers:not(.dots) {
  color: #FFFFFF;
}
.p-navigation .nav-links ul li .page-numbers:not(.prev):not(.next) {
  width: 25px;
  font-size: 12px;
}
.p-navigation .nav-links ul li .page-numbers:not(.prev):not(.next):not(.dots):not(.current) {
  background: #cfd5e4;
}
.p-navigation .nav-links ul li .page-numbers.prev, .p-navigation .nav-links ul li .page-numbers.next {
  width: 46px;
  background: #FFFFFF;
}
.p-navigation .nav-links ul li .page-numbers.prev::after, .p-navigation .nav-links ul li .page-numbers.next::after {
  content: "";
  width: 12px;
  aspect-ratio: 1;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-navigation .nav-links ul li .page-numbers.prev {
  margin-right: 24px;
}
.p-navigation .nav-links ul li .page-numbers.prev::after {
  margin-right: -4px;
  -webkit-transform: rotate(45deg) scale(-1, -1);
          transform: rotate(45deg) scale(-1, -1);
}
.p-navigation .nav-links ul li .page-numbers.next {
  margin-left: 24px;
}
.p-navigation .nav-links ul li .page-numbers.next::after {
  margin-left: -4px;
}

/* 投稿 */
.p-entry {
  background-color: #FFFFFF;
  padding: min(5.33333vw, 33px);
}

.p-entry__ttl {
  margin: 0 0 40px;
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .p-entry__ttl {
    font-size: 24px;
  }
}

.p-entry__meta {
  color: #818eab;
  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;
  margin-bottom: 20px;
}

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

.p-entry__year {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.5;
}

.p-entry__md {
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

.p-entry__cat {
  font-family: "Sawarabi Gothic", sans-serif;
  color: #818eab;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.p-entry__content {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
}
.p-entry__content h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-entry__content h2 {
    font-size: 26px;
  }
}
.p-entry__content h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #6D8AAC;
}
.p-entry__content h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .p-entry__content h3 {
    font-size: 22px;
  }
}
.p-entry__content p {
  margin: 1em 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}
.p-entry__content strong {
  font-weight: 700;
}
.p-entry__content a {
  color: #3366ff;
}

.p-entry-tel {
  background: #cfd5e4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(1.33333vw, 40px);
  margin-top: 23px;
  padding: min(2.66667vw, 40px) 10px;
}
@media screen and (max-width: 768px) {
  .p-entry-tel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-entry-tel__sitename {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
}

.p-entry-tel__num {
  font-family: "Zen Old Mincho", serif;
  color: #29417a;
  font-size: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .p-entry-tel__num {
    font-size: 32px;
  }
}
.p-entry-tel__num .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23px;
          flex: 0 0 23px;
  width: 23px;
  height: 23px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .p-entry-tel__num .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
            flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }
}
.p-entry-tel__num .icon path {
  fill: #6d8aac;
}

.p-page-news__backbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: min(8vw, 60px);
}

/* 関連記事 */
.p-page-blog-related__heading {
  font-family: "Sawarabi Gothic", sans-serif;
  color: #818eab;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

/* ページャー */
.p-page-news-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(5.33333vw, 40px);
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .p-page-news-nav {
    grid-template-columns: 1fr;
  }
}

.p-page-news-nav__label {
  font-family: "Sawarabi Mincho", serif;
  color: #818eab;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}

/* WordPress Popular Posts */
.wpp-list li {
  overflow: initial;
  float: initial;
  clear: initial;
  margin-bottom: initial;
}

/* CT7 */
.wpcf7-spinner {
  display: none;
}

/* object > project > p-cta */
/* object > project > p-drawer */
.p-drawer {
  position: fixed;
  top: 64px;
  left: 0;
  width: 100%;
  height: 100dvh;
  height: 100vh;
  background-color: #F6F3EE;
  z-index: 1001;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.p-drawer__nav {
  padding: 32px 30px 0;
}

.p-drawer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-drawer__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 10px;
  border-bottom: 0.6px solid #29417A;
}

.p-drawer__nav-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: 8px;
}

.p-drawer__nav-text-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}

.p-drawer__nav-text-en {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #8C9CC0;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

/* object > project > p-sticky-cta */
.p-sticky-cta {
  position: fixed;
  bottom: 0;
  z-index: 1000;
  background-color: #eee;
}
.p-sticky-cta._pc {
  right: 0;
  width: 590px;
  height: 60px;
  border-radius: 12px 0 0 0;
}
.p-sticky-cta._pc .p-sticky-cta__inner {
  grid-template-columns: 195fr 166fr 166fr 60px;
  gap: 1px;
}
.p-sticky-cta._pc .p-sticky-cta__tel {
  border-radius: 12px 0 0 0;
  padding: 8px 0 8px 17px;
}
.p-sticky-cta._pc .p-sticky-cta__tel .tel-inner {
  gap: 13.34px;
}
.p-sticky-cta._pc .p-sticky-cta__tel .icon-tel {
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}
.p-sticky-cta._pc .p-sticky-cta__tel .tel-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-sticky-cta._pc .p-sticky-cta__tel .tel-text {
  font-size: 11px;
  line-height: 1.63636;
}
.p-sticky-cta._pc .p-sticky-cta__tel .tel-number {
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.06em;
}
.p-sticky-cta._pc .p-sticky-cta__mail {
  padding: 19.65px 0 19.65px 17.51px;
}
.p-sticky-cta._pc .p-sticky-cta__mail .mail-inner {
  gap: 3.17px;
}
.p-sticky-cta._pc .p-sticky-cta__mail .icon-mail {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19px;
          flex: 0 0 19px;
  width: 19px;
  height: 13px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
}
.p-sticky-cta._pc .p-sticky-cta__chat {
  padding: 8px 0 12px 8px;
}
.p-sticky-cta._pc .p-sticky-cta__chat .icon-chat {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
.p-sticky-cta._pc .p-sticky-cta__chat .chat-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: 1px;
}
.p-sticky-cta._pc .p-sticky-cta__chat .chat-hours {
  font-size: 11px;
  line-height: 1.63636;
}
.p-sticky-cta._pc .p-sticky-cta__chat .chat-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 9px;
}
.p-sticky-cta._pc .p-sticky-cta__chat .chat-text {
  font-size: 17px;
  line-height: 1.0588235294;
}
.p-sticky-cta._pc .p-sticky-cta__chat .chat-text .spacing01 {
  letter-spacing: -0.08em;
}
.p-sticky-cta._pc .p-sticky-cta__chat .chat-text .spacing02 {
  letter-spacing: -0.16em;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta._pc {
    display: none;
  }
}
.p-sticky-cta._sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-sticky-cta._sp {
    display: block;
    left: 0;
    width: 100%;
    height: 52px;
  }
  .p-sticky-cta._sp .p-sticky-cta__inner {
    grid-template-columns: 125fr 125fr 88fr 52px;
  }
  .p-sticky-cta._sp .p-sticky-cta__tel,
  .p-sticky-cta._sp .p-sticky-cta__mail {
    border-right: 1.04px solid #6D8AAC;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p-sticky-cta._sp .p-sticky-cta__tel .tel-inner {
    gap: 14.56px;
  }
  .p-sticky-cta._sp .p-sticky-cta__tel .tel-text {
    font-size: 20px;
    letter-spacing: 0.06em;
    line-height: 1;
  }
  .p-sticky-cta._sp .p-sticky-cta__mail .mail-inner {
    gap: 7.92px;
  }
  .p-sticky-cta._sp .p-sticky-cta__mail .mail-text {
    font-size: 20px;
    line-height: 1;
  }
  .p-sticky-cta._sp .p-sticky-cta__mail svg {
    position: relative;
    -webkit-transform: translateY(4.15px);
            transform: translateY(4.15px);
  }
  .p-sticky-cta._sp .p-sticky-cta__chat .chat-inner {
    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;
  }
  .p-sticky-cta._sp .p-sticky-cta__chat .icon-chat {
    width: 21px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p-sticky-cta._sp .p-sticky-cta__chat .chat-text {
    position: relative;
    font-size: 12px;
    line-height: 1.56;
  }
}

.p-sticky-cta__inner {
  height: 100%;
  display: grid;
}

.p-sticky-cta__tel .tel-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sticky-cta__mail .mail-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.p-sticky-cta__chat {
  background-color: #29417A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sticky-cta__tel,
.p-sticky-cta__mail,
.p-sticky-cta__chat {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  font-weight: 500;
}

.p-sticky-cta__tel,
.p-sticky-cta__mail {
  background-color: #3D665A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-sticky-cta__top {
  display: grid;
  place-items: center;
  background-color: #F6F3EE;
}

/* object > project > p-breadcrumb */
.p-breadcrumbs {
  padding: 0 22px 10px;
  background: #FFFFFF;
}

.p-breadcrumbs-list {
  margin: 10px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  padding: 0;
  font-size: 10px;
}

.p-breadcrumb__item:not(:last-child)::after {
  content: ">";
  margin-left: 5px;
}
.p-breadcrumb__item a {
  color: #333333;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/* object > project > p-loading */
.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-animation: loading-fadeout 1.5s linear 2s forwards;
          animation: loading-fadeout 1.5s linear 2s forwards;
  background: #fff;
  opacity: 1;
}

.p-loading__logo {
  width: 300px;
  position: relative;
  clip-path: inset(0 100% 0 0);
  -webkit-animation: logo-fadein 3s ease-in-out 0.5s forwards;
          animation: logo-fadein 3s ease-in-out 0.5s forwards;
}
.p-loading__logo img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@-webkit-keyframes logo-fadein {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}

@keyframes logo-fadein {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  30% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes loading-fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
/* object > project > p-top */
/* Nav */
.p-top__nav {
  width: 1200px;
  max-width: calc(100% - 48px);
  margin-top: -90px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .p-top__nav {
    margin-top: -50px;
  }
}

.p-top__nav-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top__nav-list {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.p-top__nav-link {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
          box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
  padding: 40px 10px;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 1024px) {
  .p-top__nav-link {
    padding: 20px 30px 20px 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (any-hover: hover) {
  .p-top__nav-link:hover {
    opacity: 0.8;
  }
}

.p-top__nav-icon {
  width: min(13.33333vw, 64px);
  height: min(13.33333vw, 64px);
  -o-object-fit: contain;
     object-fit: contain;
}
.p-top__nav-title {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .p-top__nav-title {
    margin-top: 0;
    margin-left: 15px;
    gap: 6px;
  }
}
.p-top__nav-title .jp {
  font-family: "Sawarabi Mincho", serif;
  color: #3C3C3C;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0555555556em;
  white-space: nowrap;
}
.p-top__nav-title .en {
  text-align: center;
  font-family: "Sawarabi Mincho", serif;
  color: #8c9cc0;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0363636364em;
}

.p-top__nav-arrow {
  display: inline-block;
  margin: 22px auto 0;
  width: 30px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #29417a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__nav-arrow::after {
  content: "";
  width: 10px;
  aspect-ratio: 1;
  border-top: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -4px;
}
@media screen and (max-width: 1024px) {
  .p-top__nav-arrow {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    right: 14px;
    margin-inline: initial;
    margin-top: initial;
    margin-left: auto;
  }
  .p-top__nav-arrow::after {
    width: 10px;
  }
}

/* News */
.p-top__news {
  padding: 64px 0 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top__news {
    padding: 40px 0 48px;
  }
}

.p-top__news-header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top__news-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 27px;
    padding-bottom: 15px;
    position: relative;
  }
  .p-top__news-header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(#927D51), color-stop(50%, #758EC4));
    background: linear-gradient(90deg, #927D51 0%, #758EC4 50%);
  }
}

.p-top__news-header-text {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-top__news-header-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
  }
  .p-top__news-header-text .text {
    color: #3C3C3C;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
  }
}

.p-top__news-content {
  margin-top: 48px;
}
@media screen and (max-width: 900px) {
  .p-top__news-content {
    margin-top: 10px;
  }
}

.p-top__news-list {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  .p-top__news-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-top: 1px solid #6D8AAC;
  }
}

.p-top__news-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-top__news-items {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-top__news-card {
  padding: 24px 24px;
  border-radius: 30px 10px 10px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 900px) {
  .p-top__news-card {
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    border-radius: 0;
  }
}

.p-top__news-title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 900px) {
  .p-top__news-title-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__news-title-block .icon {
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-top__news-title-block .icon._01 {
    width: 35px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__news-title-block .icon._02 {
    width: 23px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__news-title-block .icon._03 {
    width: 23px;
  }
}
.p-top__news-title-block .title {
  margin-left: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.45588;
}
@media screen and (max-width: 900px) {
  .p-top__news-title-block .title {
    margin-top: 6px;
    margin-left: 0;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 14px;
    line-height: 1.1;
  }
}
.p-top__news-title-block .arrow {
  margin-left: auto;
}
@media screen and (max-width: 900px) {
  .p-top__news-title-block .arrow {
    margin-top: 4px;
    margin-left: initial;
  }
}

.p-top__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  padding: 13px 0 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
  .p-top__news-link {
    gap: 25.55px;
  }
  .p-top__news-link:last-of-type {
    border-bottom: none;
  }
}

.p-top__news-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-family: "Open Sans", sans-serif;
  color: #818EAB;
}
.p-top__news-meta .year {
  font-size: 10px;
  font-weight: 600;
  line-height: 1;
}
.p-top__news-meta .date {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

.p-top__news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333333;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* Treatment */
.p-top__treat {
  background-color: #F2F6EE;
  padding: 64px 0 0;
}
@media screen and (max-width: 1024px) {
  .p-top__treat {
    padding: 32px 0 0;
  }
}

.p-top__treat-nav-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 900px) {
  .p-top__treat-nav-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .p-top__treat-nav-list {
    grid-template-columns: 1fr;
    row-gap: 16px;
  }
}

.p-top__treat-nav-link {
  border-radius: 20px 8px 8px 8px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
          box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
  padding: 14px 16px 14px 24px;
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media (any-hover: hover) {
  .p-top__treat-nav-link:hover {
    background-color: #CFD5E4;
  }
}
.p-top__treat-nav-link .text {
  margin-right: 8px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
}

.p-top__treat-content {
  margin-top: 80px;
  overflow-x: hidden;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-content {
    margin-top: 96px;
  }
}

.p-top__treat-inner {
  max-width: 1223px;
  width: 100%;
  height: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-inner {
    margin-left: initial;
  }
}

.p-top__treat-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 73px;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 24px;
    padding-left: 30px;
  }
}

.p-top__treat-main {
  margin-top: -198px;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-main {
    margin-top: 0;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__treat-main {
    margin-top: -50px;
  }
}

.p-top__treat-swiper-container,
.p-top__treat-swiper,
.p-top__treat-swiper-wrapper,
.p-top__treat-swiper-slide {
  position: relative;
}

.p-top__treat-swiper-slide {
  width: 255px;
  min-height: 262px;
  background-color: #FFFFFF;
  border-radius: 30px 10px 10px 10px;
  -webkit-box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
          box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
  padding: 8px 8px 16px;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-swiper-slide {
    width: initial;
    min-height: 200px;
  }
}
.p-top__treat-swiper-slide img {
  border-radius: 26px 6px 10px 10px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__treat-thumbnail > img {
  width: 100%;
  aspect-ratio: 478 / 320;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__treat-textarea {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding: 0 8px;
}

.p-top__treat-point {
  color: #8C9CC0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-top__treat-point {
    font-size: 10px;
  }
}

.p-top__treat-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-title {
    font-size: 14px;
  }
}
.p-top__treat-title .colored {
  color: #2F5E8C;
}

.p-top__treat-swiper-container {
  max-width: 948px;
  width: 100%;
  margin-left: auto;
}
@media screen and (max-width: 1240px) {
  .p-top__treat-swiper-container {
    max-width: 900px;
  }
}
@media screen and (max-width: 1024px) {
  .p-top__treat-swiper-container .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    row-gap: 16px;
  }
}
.p-top__treat-swiper-container .swiper-button-prev,
.p-top__treat-swiper-container .swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .p-top__treat-swiper-container .swiper-button-prev,
  .p-top__treat-swiper-container .swiper-button-next {
    display: none;
  }
}
.p-top__treat-swiper-container .swiper-button-prev::after,
.p-top__treat-swiper-container .swiper-button-next::after {
  content: "";
}
.p-top__treat-swiper-container .swiper-button-prev,
.p-top__treat-swiper-container .swiper-button-next {
  bottom: calc(100% + 24px);
  width: 46px;
  height: 46px;
}
.p-top__treat-swiper-container .swiper-button-prev {
  right: 255px;
}
.p-top__treat-swiper-container .swiper-button-next {
  right: 189px;
}

.p-top__treat-bg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 87.1627%;
          flex: 0 0 87.1627%;
}
@media screen and (max-width: 768px) {
  .p-top__treat-bg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 282px;
            flex: 0 0 282px;
  }
}
.p-top__treat-bg img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Commitment */
.p-top__commit {
  padding: 94px 0 95px;
  background-image: url(../img/top/bg_commit.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  .p-top__commit {
    padding: 48px 0 48px;
    background-image: url(../img/top/bg_commit_sp.webp);
  }
}

.p-top__commit-bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__commit-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 75px;
}
@media screen and (max-width: 768px) {
  .p-top__commit-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}

.p-top__commit-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

.p-top__commit-title-jp {
  font-family: "Zen Maru Gothic", sans-serif;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}

.p-top__commit-title-en {
  color: #CFD5E4;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.0333333333em;
}

.p-top__commit-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-top__commit-msg {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
}

.p-top__commit-text {
  font-family: "Noto Sans JP", sans-serif;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}

/* Pickup */
.p-top__pickup {
  background: #F2F6EE;
  padding: 64px 0 64px;
}
@media screen and (max-width: 768px) {
  .p-top__pickup {
    padding: 40px 0 126px;
  }
}

.p-top__pickup-link-list {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(4, 196fr) 250fr;
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-link-list {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    max-width: 400px;
    width: 100%;
    margin-top: 32px;
    margin-inline: auto;
  }
}

@media screen and (max-width: 768px) {
  .p-top__pickup-link-item:nth-of-type(1) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .p-top__pickup-link-item:nth-of-type(2) {
    grid-column: 2/3;
    grid-row: 2/3;
  }
  .p-top__pickup-link-item:nth-of-type(3) {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .p-top__pickup-link-item:nth-of-type(4) {
    grid-column: 2/3;
    grid-row: 3/4;
  }
  .p-top__pickup-link-item:nth-of-type(5) {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}

.p-top__pickup-link-anchor {
  display: block;
}

.p-top__pickup-main {
  margin-top: 126px;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-main {
    margin-top: 40px;
  }
}

.p-top__pickup-swiper-container,
.p-top__pickup-swiper,
.p-top__pickup-swiper-wrapper,
.p-top__pickup-swiper-slide {
  position: relative;
}

.p-top__pickup-swiper-container {
  max-width: 1253px;
  width: 100%;
  margin-left: auto;
  padding-left: 30px;
}
.p-top__pickup-swiper-container .swiper-button-prev,
.p-top__pickup-swiper-container .swiper-button-next {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-top__pickup-swiper-container .swiper-button-prev::after,
.p-top__pickup-swiper-container .swiper-button-next::after {
  content: "";
}
.p-top__pickup-swiper-container .swiper-button-prev,
.p-top__pickup-swiper-container .swiper-button-next {
  bottom: calc(100% + 24px);
  width: 46px;
  height: 46px;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-swiper-container .swiper-button-prev,
  .p-top__pickup-swiper-container .swiper-button-next {
    bottom: -70px;
  }
}
.p-top__pickup-swiper-container .swiper-button-prev {
  right: 209px;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-swiper-container .swiper-button-prev {
    right: 205px;
  }
}
.p-top__pickup-swiper-container .swiper-button-next {
  right: 143px;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-swiper-container .swiper-button-next {
    right: 139px;
  }
}

.p-top__pickup-swiper-slide {
  width: 255px;
  min-height: 276px;
  border-radius: 30px 10px 10px 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
          box-shadow: 3px 3px 16px 0 rgba(31, 22, 22, 0.05);
}

.p-top__pickup-slide-link {
  padding: 8px 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-top__pickup-slide-thumbnail > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__pickup-slide-body {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-top__pickup-slide-cat {
  color: rgba(109, 138, 172, 0.8);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.p-top__pickup-slide-title {
  font-family: "Sawarabi Gothic", sans-serif;
  color: #333333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.28;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.p-top__pickup-slide-date {
  color: rgba(109, 138, 172, 0.7);
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

/* Middle */
.p-top__middle-slider .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top__middle-slider .swiper-slide {
  width: 360px;
}
@media screen and (max-width: 768px) {
  .p-top__middle-slider .swiper-slide {
    width: 206px;
  }
}
.p-top__middle-slider .swiper-slide > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Outline */
.p-top__outline {
  background-color: #FFFFFF;
  padding: 64px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-top__outline {
    padding: 47.63px 0 64px;
  }
}

.p-top__outline-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
    gap: 32px;
  }
}
@media screen and (max-width: 768px) {
  .p-top__outline-content {
    gap: 24px;
  }
}

.p-top__outline-btn {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .p-top__outline-btn {
    margin-top: 0;
  }
}

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

.p-top__outline-lv3 {
  color: #6D8AAC;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.p-top__outline-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p-top__outline-access {
  margin-top: 124px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-access {
    margin-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .p-top__outline-access {
    margin-top: 0;
  }
}

.p-top__outline-table .table-row {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 155px repeat(6, 1fr) 50px;
  padding-bottom: 19px;
  border-bottom: 1px solid #D6DCEA;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-table .table-row {
    grid-template-columns: 134px repeat(6, 1fr) 48px;
    padding-bottom: 12px;
  }
}
.p-top__outline-table .table-row:not(:first-of-type) {
  padding-top: 19px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-table .table-row:not(:first-of-type) {
    padding-top: 12px;
  }
}
.p-top__outline-table .table-head,
.p-top__outline-table .table-data {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  white-space: nowrap;
  text-align: center;
}
.p-top__outline-table .table-head:first-of-type {
  text-align: left;
}
.p-top__outline-table .table-data {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-top__outline-access-title {
  position: relative;
  -webkit-transform: translateY(-64px);
          transform: translateY(-64px);
}
@media screen and (max-width: 1024px) {
  .p-top__outline-access-title {
    -webkit-transform: none;
            transform: none;
  }
}

.p-top__outline-access01-textarea {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-top__outline-access01-textarea .access01-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top__outline-access01-textarea .access01-text._dot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top__outline-access01-textarea .access01-text._dot .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top__outline-access01-textarea .access01-text._notice {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top__outline-access01-textarea .access01-text._notice .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top__outline-access01 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-access01 {
    gap: 24px;
  }
}

.p-top__outline-access01-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-access01-body {
    gap: 32px;
  }
}

.p-top__outline-access01-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  aspect-ratio: 430/271;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-access01-map {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 330/271;
  }
}
.p-top__outline-access01-map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__outline-info .info-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: 24px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-info .info-list {
    gap: 16px;
  }
}
.p-top__outline-info .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-info .info-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__outline-info .info-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  color: #707070;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-info .info-term {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__outline-info .info-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #3C3C3C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-info .info-desc {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top__outline-hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 19px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-hours {
    gap: 12px;
  }
}

.p-top__outline-off {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-top__outline-access02 {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 44px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-access02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

.p-top_outline-park {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 382px;
          flex: 0 0 382px;
}
@media screen and (max-width: 1024px) {
  .p-top_outline-park {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top_outline-park .park-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-top_outline-park .park-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top_outline-park .park-title .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-top_outline-park .park-box {
  margin-top: 24px;
  padding: 16px 24px;
  border-radius: 8px;
  border: 1px solid #2F5E8C;
}
.p-top_outline-park .park-box-text {
  color: #2F5E8C;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top_outline-park .park-box-text + .park-box-text {
  margin-top: 1em;
}

.p-top__outline-bus {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 321px;
          flex: 0 0 321px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-bus {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__outline-bus .bus-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1024px) {
  .p-top__outline-bus .bus-items {
    gap: 24px;
  }
}
.p-top__outline-bus .train {
  margin-top: 16px;
}
.p-top__outline-bus .train-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top__outline-bus .train-text .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top__outline-bus .route-items {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-top__outline-bus .route-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.p-top__outline-bus .route-title .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top__outline-bus .route-textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}
.p-top__outline-bus .route-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}

/* object > utility > u-display */
@media screen and (max-width: 768px) {
  .u-display-pc {
    display: none;
  }
}

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

/* object > utility > u-utility */
.u-text-right {
  text-align: right !important;
}

.u-text-left {
  text-align: left !important;
}

.u-text-center {
  text-align: center !important;
}

.u-pc-right {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u-pc-right {
    text-align: initial;
  }
}

.u-pc-left {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .u-pc-left {
    text-align: initial;
  }
}

.u-mt24 {
  margin-top: 24px !important;
}
@media screen and (max-width: 768px) {
  .u-mt24 {
    margin-top: 22px !important;
  }
}

.u-mt16 {
  margin-top: 16px !important;
}

.u-margin-block {
  margin: 1em 0 !important;
}

.u-font-sawarabi-mincho {
  font-family: "Sawarabi Mincho", serif !important;
}

.u-font-sawarabi-gothic {
  font-family: "Sawarabi Gothic", sans-serif !important;
}

.u-font-noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
}

.u-font-zen-old-mincho {
  font-family: "Zen Old Mincho", serif !important;
}

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

.u-overflow-x-auto {
  overflow-x: auto !important;
}/*# sourceMappingURL=style.css.map */
/* ============ Recruit ============ */
.p-recruit-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 24px;
}
.p-recruit-anchor li {
  position: relative;
  padding-left: 18px;
}
.p-recruit-anchor li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-right: 1px solid #29417A;
  border-bottom: 1px solid #29417A;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-recruit-anchor a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  color: #29417A;
  text-decoration: underline;
}
.p-recruit-table {
  width: 100%;
  border-collapse: collapse;
}
.p-recruit-table th,
.p-recruit-table td {
  border: 1px solid #6D8AAC;
  padding: 14px 18px;
  text-align: left;
  vertical-align: top;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
}
.p-recruit-table th {
  width: 180px;
  background: #f3f5fc;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-recruit-table th,
  .p-recruit-table td {
    display: block;
    width: auto;
  }
  .p-recruit-table th {
    white-space: normal;
  }
}
.p-recruit-qa dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #29417A;
}
.p-recruit-qa dt:not(:first-child) {
  margin-top: 20px;
}
.p-recruit-qa dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 6px;
}

/* ============ Footer (4-column) ============ */
.p-footer {
  background: #eef2fa;
  padding: 60px 0 24px;
}
.p-footer__inner {
  width: min(92%, 1200px);
  margin-inline: auto;
}
.p-footer__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 48px;
}
.p-footer__info {
  -ms-flex: 0 0 300px;
      flex: 0 0 300px;
}
.p-footer__logo img {
  width: 260px;
  height: auto;
}
.p-footer__address {
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  color: #3c3c3c;
}
.p-footer__contact {
  margin-top: 16px;
}
.p-footer__contact-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  padding: 6px 0;
}
.p-footer__contact-label {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #6d8aac;
  padding-right: 14px;
  border-right: 1px solid #c9d2e6;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-footer__contact-value a {
  font-family: "Open Sans", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #29417A;
  letter-spacing: .02em;
}
.p-footer__contact-value {
  font-size: 18px;
}
.p-footer__menus {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px 40px;
}
.p-footer__menu {
  -ms-flex: 1 1 180px;
      flex: 1 1 180px;
  min-width: 160px;
}
.p-footer__menu-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.p-footer__menu-icon {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-footer__menu-title-link {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #29417A;
  white-space: nowrap;
}
.p-footer__menu-title::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #c9d2e6;
}
.p-footer__menu-list {
  margin-top: 16px;
}
.p-footer__menu-list li {
  margin-bottom: 12px;
}
.p-footer__menu-list a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  color: #3c3c3c;
  line-height: 1.5;
}
.p-footer__menu-list a:hover,
.p-footer__menu-title-link:hover,
.p-footer__contact-value a:hover {
  opacity: .7;
}
.p-footer__copyright {
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #c9d2e6;
  text-align: center;
}
.p-footer__copyright-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  color: #6d8aac;
}
@media screen and (max-width: 900px) {
  .p-footer {
    padding: 40px 0 20px;
  }
  .p-footer__container {
    gap: 28px;
  }
  .p-footer__info {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
  .p-footer__menus {
    gap: 24px;
  }
  .p-footer__menu {
    -ms-flex: 1 1 45%;
        flex: 1 1 45%;
  }
}
@media screen and (max-width: 560px) {
  .p-footer__menu {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

/* ---- Footer layout override (row / left-aligned) ---- */
.p-footer__container {
  max-width: none;
  margin-inline: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-footer__logo {
  width: auto;
  margin-inline: 0;
}
@media screen and (max-width: 900px) {
  .p-footer__container {
    -ms-flex-direction: column;
        flex-direction: column;
  }
}

/* ---- Footer col grouping (外来+入院 stacked) ---- */
.p-footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 32px;
  -ms-flex: 1 1 180px;
      flex: 1 1 180px;
}
@media screen and (max-width: 560px) {
  .p-footer__col {
    -ms-flex: 1 1 100%;
        flex: 1 1 100%;
  }
}

/* ============ 外来担当表 (schedule calendar) ============ */
.p-schedule__month {
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  color: #29417A;
  margin-bottom: 16px;
}
.p-schedule__wrap {
  overflow-x: auto;
}
.p-schedule {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  table-layout: fixed;
  font-family: "Noto Sans JP", sans-serif;
}
.p-schedule th,
.p-schedule td {
  border: 1px solid #c9d2e6;
  text-align: center;
  vertical-align: top;
}
.p-schedule th {
  background: #29417A;
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
}
.p-schedule th._sun { background: #b5504d; }
.p-schedule th._sat { background: #4a6aa5; }
.p-schedule td {
  height: 82px;
  padding: 8px 4px;
}
.p-schedule td._sun { background: #fbeeee; }
.p-schedule td._sat { background: #eef2fa; }
.p-schedule td._empty { background: #f5f5f5; }
.p-schedule__date {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #3c3c3c;
}
.p-schedule td._sun .p-schedule__date { color: #b5504d; }
.p-schedule td._sat .p-schedule__date { color: #4a6aa5; }
.p-schedule__doc {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.5;
  color: #29417A;
}
.p-schedule__doc._muted { color: #b0b0b0; }
.p-schedule__note {
  margin-top: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 1.7;
  color: #666;
}
.p-schedule__note a { color: #29417A; text-decoration: underline; }

/* ---- Pickup: single banner (約2倍サイズ) ---- */
.p-top__pickup-link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: unset;
}
.p-top__pickup-link-item {
  width: 100%;
  max-width: 440px;
}
.p-top__pickup-link-anchor img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .p-top__pickup-link-list {
    max-width: 440px;
  }
  .p-top__pickup-link-item {
    max-width: 100%;
  }
}
