@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;
}

/* foundation > functions */
/* foundation > base */
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  color: #B08C83;
}
body.js-no-scroll {
  overflow-y: hidden;
}

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

/* object > component > c-button */
.c-reserve-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 449px;
  width: 100%;
  border-radius: 10px;
  background: #FF9BA6;
  -webkit-box-shadow: 0 4px 0 0 #E86978;
          box-shadow: 0 4px 0 0 #E86978;
  padding: 20px 10px 24px 32px;
}
@media screen and (max-width: 767px) {
  .c-reserve-btn {
    padding: 12.5px 10px 15px 20px;
    border-radius: 6.28px;
    -webkit-box-shadow: 0 2.512px 0 0 #E86978;
            box-shadow: 0 2.512px 0 0 #E86978;
  }
}
.c-reserve-btn .calendar-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  width: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-reserve-btn .calendar-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34.5px;
            flex: 0 0 34.5px;
    width: 34.5px;
  }
}
.c-reserve-btn .text {
  display: inline-block;
  margin-left: 26px;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-reserve-btn .text {
    font-size: 18px;
    margin-left: 19.35px;
    letter-spacing: 0.1em;
  }
}
.c-reserve-btn .external-icon {
  display: inline-block;
  margin-left: 28px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.5px;
          flex: 0 0 12.5px;
  width: 12.5px;
  height: 12.5px;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}
@media screen and (max-width: 767px) {
  .c-reserve-btn .external-icon {
    margin-left: 21.65px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8px;
            flex: 0 0 8px;
    width: 8px;
    height: 8px;
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
  }
}

.c-tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .c-tel-link {
    gap: 20px;
  }
}
.c-tel-link .tel-icon-wrap {
  margin-top: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35px;
          flex: 0 0 35px;
  width: 35px;
}
@media screen and (max-width: 767px) {
  .c-tel-link .tel-icon-wrap {
    margin-top: 7.21px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
  }
}
.c-tel-link .tel-icon {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-tel-link .wrap {
  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: 1px;
}
@media screen and (max-width: 767px) {
  .c-tel-link .wrap {
    gap: 0.5px;
  }
}
.c-tel-link .message {
  color: #78544B;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .c-tel-link .message {
    font-size: 10px;
    letter-spacing: 0.0625em;
  }
}
.c-tel-link .number-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-tel-link .number {
  color: #78544B;
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.100875em;
}
@media screen and (max-width: 767px) {
  .c-tel-link .number {
    font-size: 32px;
    letter-spacing: 0.1em;
  }
}
.c-tel-link .hyphen {
  display: inline-block;
  color: #82C7C1;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.100875em;
  margin: 0 5px 0 5px;
}
@media screen and (max-width: 767px) {
  .c-tel-link .hyphen {
    margin: 1px 3px 0 3px;
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}

/* object > component > c-heading */
.c-section-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-section-heading._contact {
  position: relative;
  z-index: 2;
}
.c-section-heading._contact .jp {
  line-height: 1.28;
}
.c-section-heading .jp {
  color: #78544B;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}
.c-section-heading .jp._sm {
  font-size: 32px;
}
@media screen and (max-width: 767px) {
  .c-section-heading .jp._sm {
    font-size: 24px;
  }
}
.c-section-heading .en {
  display: inline-block;
  margin-top: 24px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-section-heading .en._sm {
  font-size: 14px;
  margin-top: 14px;
}
.c-section-heading .img-wrap {
  display: inline-block;
  margin-top: 16px;
  width: 162px;
}
@media screen and (max-width: 767px) {
  .c-section-heading .img-wrap {
    width: 158px;
  }
}
.c-section-heading .img-wrap._sm {
  margin-top: 8px;
  width: 158px;
}
.c-section-heading .icon {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-top */
/* concept */
.p-top__concept {
  padding: 80px 0 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__concept {
    padding: 56px 0 56px;
  }
}

.p-top__concept-inner {
  position: relative;
}

.p-top__concept-top-icon {
  position: absolute;
  top: -28px;
  right: 0;
  display: block;
  width: 424px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__concept-top-icon {
    width: 29px;
    top: 37px;
    right: 30px;
  }
}

.p-top__concept-bottom-icon {
  position: absolute;
  bottom: 0;
  right: -51px;
  display: block;
  width: 51px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__concept-bottom-icon {
    display: none;
  }
}

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

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

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

.p-top__concept-title {
  color: #78544B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top__concept-title {
    font-size: 28px;
    letter-spacing: 0.1em;
  }
}

.p-top__concept-textarea {
  margin-top: 24px;
}

.p-top__concept-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* features */
.p-top__features {
  padding: 97px 0 97px;
  background-image: url(../img/top/bg_features.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__features {
    padding: 64px 0 76px;
    background-image: url(../img/top/bg_features_sp.webp);
  }
}

.p-top__features-inner {
  position: relative;
}

.p-top__features-top-icon {
  position: absolute;
  top: -14px;
  right: 140px;
  display: block;
  width: 547px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__features-top-icon {
    top: 0;
    right: 30px;
    width: 71px;
  }
}

.p-top__features-content {
  margin-top: 48px;
}

.p-top__features-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: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__features-items {
    gap: 48px;
  }
}

.p-top__features-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__features-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-top__features-item:nth-of-type(odd) {
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__features-item:nth-of-type(odd) {
    padding-left: 0;
  }
}
.p-top__features-item:nth-of-type(even) {
  padding-right: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-top__features-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
}
.p-top__features-item:nth-of-type(2), .p-top__features-item:nth-of-type(4) {
  padding-right: 0;
}

.p-top__features-item01-left {
  position: absolute;
  left: -46px;
  bottom: 64px;
  display: block;
  width: 46px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__features-item01-left {
    display: none;
  }
}

.p-top__features-balloon {
  position: absolute;
  width: clamp(4.5rem, 3.901rem + 2.46vw, 6rem);
  top: 0;
  right: 0;
}
.p-top__features-balloon._02 {
  top: 0;
  left: 39.2592%;
}
@media screen and (max-width: 767px) {
  .p-top__features-balloon._02 {
    left: 0;
  }
}
.p-top__features-balloon img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__features-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;
}
@media screen and (max-width: 767px) {
  .p-top__features-title {
    gap: 16px;
  }
}
.p-top__features-title .en {
  color: #DA7782;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-top__features-title .jp {
  color: #78544B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-top__features-textarea {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__features-textarea {
    margin-top: 16px;
  }
}

.p-top__features-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-top__features-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.4444%;
          flex: 0 0 44.4444%;
  position: relative;
  z-index: 2;
}
.p-top__features-img > img:not(.p-top__features-icon03):not(.p-top__features-icon04) {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 767px) {
  .p-top__features-icon03 {
    position: absolute;
    display: block;
    width: 51px;
    bottom: -35.62px;
    right: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top__features-icon04 {
  position: absolute;
  display: block;
  width: 51px;
  bottom: 0;
  left: -31px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__features-icon04 {
    display: none;
  }
}

.p-top__features-icon04-1 {
  position: absolute;
  display: block;
  width: 51px;
  bottom: -92px;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__features-icon04-1 {
    display: none;
  }
}

.p-top__features-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 2;
}

/* Menu */
.p-top__menu {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-top__menu {
    padding: 56px 0;
    background-image: url(../img/top/bg_menu.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.p-top__menu-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__menu-header {
    -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-top__menu-box {
  padding: 40px 40px;
  background-color: #FFEDF0;
  border-radius: 16px;
}
@media screen and (max-width: 767px) {
  .p-top__menu-box {
    padding: 24px 24px;
  }
}

.p-top__menu-message {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-top__menu-content {
  margin-top: 25px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-top__menu-content {
    margin-top: 24px;
  }
}

.p-top__menu-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: 767px) {
  .p-top__menu-items {
    gap: 24px;
  }
}

.p-top__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
}
.p-top__menu-item._sm .p-top__menu-body {
  padding: 24px 24px 32px;
  gap: 8px;
}
.p-top__menu-item._sm .p-top__menu-title {
  gap: 8px;
}
.p-top__menu-item._sm .p-top__menu-title .jp {
  font-size: 24px;
}

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

.p-top__menu-body {
  padding: 32px 32px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #F9F9F9;
  gap: 24px;
  border-radius: 0 0 24px 24px;
}
@media screen and (max-width: 767px) {
  .p-top__menu-body {
    gap: 8px;
  }
}

.p-top__menu-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__menu-title .en {
  color: #DA7782;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.p-top__menu-title .jp {
  color: #78544B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-top__menu-wrap {
  display: grid;
}
@media screen and (max-width: 767px) {
  .p-top__menu-wrap {
    display: contents;
  }
}
.p-top__menu-wrap._top {
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.p-top__menu-wrap._bottom {
  grid-template-columns: repeat(3, 1fr);
  gap: 42px;
}

.p-top__menu-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* Greeting */
.p-top__greeting {
  padding: 80px 0 78px;
}
@media screen and (max-width: 767px) {
  .p-top__greeting {
    padding: 56px 0 0;
  }
}

.p-top__greeting-inner {
  position: relative;
}

.p-top__greeting-top-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 144px;
}
@media screen and (max-width: 767px) {
  .p-top__greeting-top-icon {
    right: 15px;
  }
}

.p-top__greeting-content {
  margin-top: -49px;
}
@media screen and (max-width: 900px) {
  .p-top__greeting-content {
    margin-top: 0;
  }
}

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

.p-top__greeting-img {
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .p-top__greeting-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    -ms-flex-item-align: initial;
        align-self: initial;
  }
}
.p-top__greeting-img > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__greeting-box {
  position: absolute;
  right: -30px;
  bottom: 0;
  width: clamp(6.25rem, 3.778rem + 10.14vw, 12.438rem);
  height: clamp(5.563rem, 3.34rem + 9.12vw, 11.125rem);
  background-image: url(../img/top/icon_greeting-balloon.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 900px) {
  .p-top__greeting-box {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-top__greeting-box {
    bottom: 0;
    background-image: url(../img/top/icon_greeting-balloon_sp.webp);
  }
}
.p-top__greeting-box .wrap {
  padding: clamp(1rem, 0.451rem + 2.25vw, 2.375rem) 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-top__greeting-box .profile {
  color: #FFFFFF;
  text-align: center;
  font-size: clamp(0.625rem, 0.35rem + 1.13vw, 1.313rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  .p-top__greeting-box .profile {
    letter-spacing: 0.3em;
  }
}
.p-top__greeting-box .name {
  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-top__greeting-box .name .kanji {
  display: inline-block;
  margin-top: -4px;
  color: #FFFFFF;
  font-size: clamp(0.875rem, 0.5rem + 1.54vw, 1.813rem);
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top__greeting-box .name .kanji {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}
.p-top__greeting-box .name .furigana {
  display: inline-block;
  margin-top: -4px;
  color: #FFFFFF;
  font-size: clamp(0.5rem, 0.325rem + 0.72vw, 0.938rem);
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-top__greeting-box .name .furigana {
    margin-top: 0;
    letter-spacing: 0.1em;
  }
}

.p-top__greeting-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 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: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__greeting-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    gap: 16px;
  }
}

.p-top__greeting-title {
  color: #78544B;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-top__greeting-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* Slider */
.p-top__slider {
  position: relative;
  -webkit-transform: translateY(-174px);
          transform: translateY(-174px);
}
@media screen and (max-width: 767px) {
  .p-top__slider {
    padding-top: 38px;
    -webkit-transform: translateY(-115px);
            transform: translateY(-115px);
  }
}

.p-top__slider-wrap {
  overflow-x: hidden;
}
.p-top__slider-items {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  -webkit-animation: infinity-scroll-to-right 55s linear infinite;
          animation: infinity-scroll-to-right 55s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-top__slider-items {
    -webkit-animation: infinity-scroll-to-right 35s linear infinite;
            animation: infinity-scroll-to-right 35s linear infinite;
    gap: 12px;
  }
}

.p-top__slider-item {
  display: block;
  width: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__slider-item {
    width: 201px;
  }
}

.p-top__slider-icon {
  position: absolute;
  display: block;
}
.p-top__slider-icon._01 {
  width: 57px;
  top: 24px;
  left: 356px;
}
@media screen and (max-width: 767px) {
  .p-top__slider-icon._01 {
    width: 17px;
    top: 29px;
    left: 13px;
  }
}
.p-top__slider-icon._02 {
  width: 66px;
  top: 0;
  right: 456px;
}
@media screen and (max-width: 767px) {
  .p-top__slider-icon._02 {
    width: 39px;
    top: 12px;
    right: 156px;
  }
}
.p-top__slider-icon._03 {
  width: 31px;
  top: 0;
  right: 79px;
}
@media screen and (max-width: 767px) {
  .p-top__slider-icon._03 {
    width: 27px;
    right: 17px;
  }
}

@-webkit-keyframes infinity-scroll-to-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes infinity-scroll-to-right {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Middle */
.p-top__middle {
  margin-top: 253px;
  padding: 0 0 177px;
  background-image: url(../img/top/bg_middle.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-top__middle {
    margin-top: 122px;
    padding: 0 0 64px;
    background-image: url(../img/top/bg_middle_sp.webp);
  }
}

/* Flow */
.p-top__flow {
  margin-top: -94px;
}
@media screen and (max-width: 767px) {
  .p-top__flow {
    margin-top: -59px;
  }
}

.p-top__flow-wrapper {
  display: grid;
  grid-template-columns: 274px 1fr;
}
@media screen and (max-width: 767px) {
  .p-top__flow-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-top__flow-inner {
  position: relative;
}

.p-top__flow-top-icon {
  position: absolute;
  top: -30px;
  right: 30px;
  display: block;
  width: 31px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-top-icon {
    width: 114px;
    top: 0;
  }
}

.p-top__flow-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}

.p-top__flow-header-icon {
  width: 232px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__flow-header-icon {
    display: none;
  }
}

.p-top__flow-content {
  margin-top: 40px;
  border-radius: 24px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(106, 84, 77, 0.08);
          box-shadow: 0 0 16px 0 rgba(106, 84, 77, 0.08);
  padding: 48px 48px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-content {
    margin-top: 24px;
    padding: 24px 24px;
    border-radius: 16px;
  }
}

.p-top__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: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__flow-list {
    gap: 24px;
  }
}

.p-top__flow-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.number-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46px;
          flex: 0 0 46px;
  position: relative;
}
.number-wrap .icon {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.number-wrap .text {
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.1em;
}

.p-top__flow-textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 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: 4px;
}
.p-top__flow-textarea .title {
  color: #78544B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top__flow-textarea .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}

/* FAQ */
.p-top__faq {
  padding-top: 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__faq {
    padding-top: 48px;
    overflow: initial;
  }
}

.p-top__faq-icon-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__faq-icon-sp {
    position: absolute;
    top: 18px;
    right: 15px;
    display: block;
    width: 63px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-top__faq-inner {
  position: relative;
}

.p-top__faq-side-icon {
  position: absolute;
  top: -46px;
  right: -67px;
  display: block;
  width: 97px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__faq-side-icon {
    display: none;
  }
}

.p-top__faq-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 121px;
}

.p-top__faq-header-icon {
  display: block;
  width: 222px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__faq-header-icon {
    display: none;
  }
}

.p-top__faq-wrapper {
  display: grid;
  grid-template-columns: 274px 1fr;
}
@media screen and (max-width: 767px) {
  .p-top__faq-wrapper {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

.p-top__faq-content {
  margin-top: 58px;
}
@media screen and (max-width: 767px) {
  .p-top__faq-content {
    margin-top: 24px;
  }
}

.p-top__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: 24px;
}
@media screen and (max-width: 767px) {
  .p-top__faq-list {
    gap: 16px;
  }
}

.p-top__faq-item {
  border-radius: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 16px 0 rgba(106, 84, 77, 0.08);
          box-shadow: 0 0 16px 0 rgba(106, 84, 77, 0.08);
  padding: 40px 48px;
}
@media screen and (max-width: 767px) {
  .p-top__faq-item {
    padding: 24px 24px;
    border-radius: 16px;
  }
}

.p-top__faq-term {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-right: 64px;
  position: relative;
}
.p-top__faq-term.is-open .arrow-wrap .arrow {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.p-top__faq-term .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__faq-term .q-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #78544B;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
}
.p-top__faq-term .arrow-wrap {
  width: 24px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
}
.p-top__faq-term .arrow-wrap .bg {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__faq-term .arrow-wrap .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  width: 6px;
  -o-object-fit: cover;
     object-fit: cover;
  -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-top__faq-desc {
  display: none;
}

.p-top__faq-desc-inner {
  margin-top: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding: 24px 24px;
  border-radius: 12px;
  background-color: #CDE4E3;
}
.p-top__faq-desc-inner .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__faq-desc-inner .a-text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #78544B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
}

/* Information */
.p-top__info {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__info {
    padding: 56px 0 0;
  }
}

.p-top__info-inner {
  position: relative;
}

.p-top__info-top-icon {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 700px;
}
@media screen and (max-width: 767px) {
  .p-top__info-top-icon {
    width: 94px;
    right: 30px;
  }
}

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

.p-top__info-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48.1481%;
          flex: 0 0 48.1481%;
  aspect-ratio: 520/591;
}
@media screen and (max-width: 900px) {
  .p-top__info-map {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    aspect-ratio: 330/240;
  }
}
.p-top__info-map iframe {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__info-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 32px 32px;
  background-color: #FFFFFF;
  border-radius: 24px;
  -webkit-box-shadow: 0 0 16px 0 rgba(106, 84, 77, 0.08);
          box-shadow: 0 0 16px 0 rgba(106, 84, 77, 0.08);
}
@media screen and (max-width: 900px) {
  .p-top__info-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 32px 24px;
  }
}

.p-top__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: 16px;
  padding-bottom: 24px;
  border-bottom: 1px solid #CDE4E3;
}

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

.p-top__info-term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 98px;
          flex: 0 0 98px;
  color: #82C7C1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .p-top__info-term {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-top__info-desc {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #78544B;
}
@media screen and (max-width: 900px) {
  .p-top__info-desc {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__info-desc._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-top__info-link {
  max-width: 217px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 6px 10px 6px 14px;
  background-color: #FF9BA6;
  border-radius: 30px;
}
@media screen and (max-width: 1023px) {
  .p-top__info-link {
    max-width: 250px;
  }
}
@media screen and (max-width: 900px) {
  .p-top__info-link {
    max-width: 217px;
  }
}
.p-top__info-link .text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.p-top__info-link .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__info-table-wrap {
  margin-top: 24px;
}

.p-top__info-table-row {
  border-bottom: 1px solid #B08C83;
}
.p-top__info-table-row:nth-of-type(1) .p-top__info-table-head {
  padding-bottom: 16px;
  color: #B08C83;
}
.p-top__info-table-row:nth-of-type(1) .p-top__info-table-head:not(:first-of-type) {
  text-align: center;
}
.p-top__info-table-row:nth-of-type(1) .p-top__info-table-head._colored {
  color: #FCB957;
}
.p-top__info-table-row:nth-of-type(n+2) .p-top__info-table-head {
  padding: 16px 0;
}
.p-top__info-table-row:nth-of-type(n+2) .p-top__info-table-head:nth-of-type(1) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  color: #78544B;
}
.p-top__info-table-row:nth-of-type(n+2) .p-top__info-table-head {
  padding: 16px 0;
}
.p-top__info-table-row:nth-of-type(n+2) .p-top__info-table-data {
  text-align: center;
  position: relative;
}
.p-top__info-table-row:nth-of-type(n+2) .p-top__info-table-data svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-top__info-table-head {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.p-top__info-table-data {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}

.p-top__info-table-notice {
  margin-top: 10px;
  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-top__info-table-notice .day-off,
.p-top__info-table-notice .notice {
  font-size: 14px;
  font-weight: 500;
}
.p-top__info-table-notice .day-off {
  line-height: 1;
}
.p-top__info-table-notice .notice {
  line-height: 1.6;
}
.p-top__info-table-notice .notice .colored {
  color: #FCB957;
}

/* News */
.p-top__news {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    padding-bottom: 56px;
  }
}

.p-top__news-content {
  padding: 40px 15px;
  border-radius: 24px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 767px) {
  .p-top__news-content {
    padding: 32px 24px;
  }
}

.p-top__news-item {
  max-width: 976px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7.1721%;
}
@media screen and (max-width: 767px) {
  .p-top__news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.p-top__news-header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 256px;
          flex: 0 0 256px;
}
@media screen and (max-width: 767px) {
  .p-top__news-header {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
  }
}

.p-top__news-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 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: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__news-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

/* object > project > p-template */
/* FV */
.p-template__fv {
  position: relative;
  height: 395px;
}
@media screen and (max-width: 767px) {
  .p-template__fv {
    height: 300px;
  }
}

.p-template__fv-bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-template__fv-title {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 178px;
  color: #FFFFFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-template__fv-title {
    top: 125px;
    font-size: 24px;
  }
}

.p-template__contents {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-template__contents {
    padding: 56px 0;
  }
}

.p-template__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: 80px;
}
@media screen and (max-width: 767px) {
  .p-template__items {
    gap: 56px;
  }
}

/* 見出し */
.p-template__h2 {
  color: #45A69D;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 16px;
  position: relative;
}
.p-template__h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 80px;
  height: 3px;
  background-color: #B6DBD8;
}

.p-template__h2-small {
  color: #45322D;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.p-template__h2-bar {
  min-height: 88px;
  background-color: #82C7C1;
  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;
  width: 100%;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

.p-template__h3 {
  color: #78544B;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.p-template__h3-colored {
  color: #45A69D;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

/* ボタン */
.p-template__btn-wrap {
  margin-top: 24px;
  text-align: center;
}

.p-template__link-btn {
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  background-color: #DA7782;
  max-width: 362px;
  width: 100%;
  padding: 18px 10px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

/* カラム */
.p-template__column01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-template__column01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

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

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

.p-template__column02 {
  background-color: #F6FBFC;
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  .p-template__column02 {
    -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;
    -webkit-box-align: initial;
        -ms-flex-align: initial;
            align-items: initial;
    gap: 30px;
  }
}

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

.p-template__column02-body {
  padding: 40px 40px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EEE5E3;
}

.p-template__column02-list {
  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;
  gap: 14px;
}

.p-template__column02-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.p-template__column02-list-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-template__column02-list-item .text {
  color: #78544B;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.p-template__column02-title {
  color: #45322D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 20px;
  border-bottom: 2px solid #78544B;
}

.p-template__column03 {
  padding: 40px 40px;
  background-color: #FFF8F9;
  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-template__column03-heading {
  text-align: center;
  color: #45322D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.p-template__column03-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-template__column03-images {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-template__column03-image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-template__column03-textarea {
  text-align: center;
}

.p-template__column03-text {
  color: #45322D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.p-template__merit {
  color: #45322D;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.9;
}

.p-template__merit-textarea {
  margin-top: 40px;
}

.p-template__merit-text {
  font-size: 17px;
}

.p-template__merit-column {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-template__merit-column {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

.p-template__merit-item {
  padding: 32px 32px 48px;
  background-color: #F9F9F9;
  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;
}

.p-template__merit-title {
  padding: 12px 12px;
  border-radius: 4px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.p-template__merit-title._merit {
  background-color: #DA7782;
}
.p-template__merit-title._demerit {
  background-color: #82C7C1;
}

.p-template__merit-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;
}

.p-template__merit-h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.p-template__merit-h3._merit {
  color: #DA7782;
}
.p-template__merit-h3._demerit {
  color: #45A69D;
}

.p-template__merit-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: 12px;
}

.p-template__merit-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.p-template__merit-list-item .icon-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
}
.p-template__merit-list-item .icon-wrap._merit {
  border: 1px solid #FF9BA6;
}
.p-template__merit-list-item .icon-wrap._demerit {
  border: 1px solid #82C7C1;
}
.p-template__merit-list-item .text {
  color: #78544B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

/* ボックス */
.p-template__boxes {
  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;
}

.p-template__box {
  padding: 40px 40px;
  background-color: #F9F9F9;
}

.p-template__link-box {
  padding: 48px 48px;
}

/* テキスト */
.p-template__textarea {
  margin-top: 20px;
}

.p-template__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

/* フロー */
.p-template__flow-content {
  margin-top: 40px;
}

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

.p-template__flow-item {
  padding: 40px 40px;
  background-color: #F6FBFC;
  border-radius: 4px;
  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;
  position: relative;
}
.p-template__flow-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -48px;
  display: inline-block;
  width: 16px;
  height: 8px;
  background-image: url(../img/template/icon_down-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.p-template__flow-tag {
  padding: 8px 8px;
  max-width: 125px;
  width: 100%;
  border-radius: 4px;
  background-color: #82C7C1;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.p-template__flow-h3 {
  color: #78544B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 16px;
  border-bottom: 1px solid #78544B;
}

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

.p-template__flow-text {
  color: #78544B;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
}

/* Table */
.p-template__table-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: 20px;
}

.p-template__lead {
  color: #45322D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.p-template__table-row {
  width: 100%;
}
.p-template__table-row:first-of-type {
  background-color: #45A69D;
}
.p-template__table-row:first-of-type .p-template__table-head {
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.p-template__table-row:first-of-type .p-template__table-head:first-of-type {
  width: 40.55555%;
  border-radius: 16px 0 0 0;
  padding-left: 18px;
}
@media screen and (max-width: 767px) {
  .p-template__table-row:first-of-type .p-template__table-head:first-of-type {
    width: initial;
  }
}
.p-template__table-row:first-of-type .p-template__table-head:nth-of-type(2) {
  min-width: 20.3703%;
}
@media screen and (max-width: 767px) {
  .p-template__table-row:first-of-type .p-template__table-head:nth-of-type(2) {
    width: initial;
  }
}
.p-template__table-row:first-of-type .p-template__table-head:last-of-type {
  width: 39.074%;
  border-radius: 0 16px 0 0;
  padding-right: 18px;
}
@media screen and (max-width: 767px) {
  .p-template__table-row:first-of-type .p-template__table-head:last-of-type {
    width: initial;
  }
}
.p-template__table-row:last-of-type .p-template__table-head {
  border-radius: 0 0 0 16px;
}
.p-template__table-row:last-of-type .p-template__table-data:last-of-type {
  border-radius: 0 0 16px 0;
}
.p-template__table-row:not(:first-of-type) .p-template__table-head,
.p-template__table-row:not(:first-of-type) .p-template__table-data {
  padding: 23.5px 0;
}
.p-template__table-row:not(:first-of-type) .p-template__table-head:first-of-type {
  padding-left: 18px;
}
.p-template__table-row:nth-of-type(2n) {
  background-color: #FFFFFF;
}
.p-template__table-row:nth-of-type(3n) {
  background-color: #F9F9F9;
}

.p-template__table-head,
.p-template__table-data {
  color: #45322D;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .p-template__table-head._spCenter {
    text-align: center;
  }
}

/* object > project > p-fv */
.p-fv {
  height: 767px;
  position: relative;
  background-image: url(../img/top/bg_fv.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-fv {
    height: 844px;
    background-image: url(../img/top/bg_fv_sp.webp);
  }
}

.p-fv__right-icon {
  position: absolute;
  right: 0;
  bottom: 220px;
  display: block;
  width: 113px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-fv__box {
  position: absolute;
  left: 143px;
  bottom: 151.5px;
  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: 1023px) {
  .p-fv__box {
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__box {
    left: 30px;
    bottom: 141px;
  }
}

.p-fv__box-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-fv__box-title .lg {
  color: #FF9BA6;
  font-family: "Zen Maru Gothic";
  font-size: 56px;
  font-style: normal;
  font-weight: 500;
  line-height: 144%;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__box-title .lg {
    font-size: 36px;
    letter-spacing: 0.04em;
  }
}
.p-fv__box-title .md {
  color: #78544B;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.44;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-fv__box-title .md._spSmall {
    font-size: 32px;
    letter-spacing: 0.045em;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__box-title .md {
    font-size: 24px;
    letter-spacing: 0.04em;
  }
}

.p-fv__box-message {
  color: #78544B;
  font-family: "Zen Maru Gothic";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv__box-message {
    padding-right: 30px;
  }
}

.p-fv__box-tag {
  border-radius: 30px;
  background-color: #82C7C1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 20px;
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-fv__box-tag {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}

.p-fv__badges {
  position: absolute;
  right: 80px;
  bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1023px) {
  .p-fv__badges {
    right: 20px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv__badges {
    bottom: 0;
    right: initial;
    left: 30px;
  }
}
@media screen and (max-width: 500px) {
  .p-fv__badges {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-fv__badges-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 141px;
  height: 141px;
  background-image: url(../img/top/img_fv-badge.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item {
    width: 116px;
    height: 116px;
  }
}
.p-fv__badges-item:nth-of-type(1) {
  padding: 19px 0 0;
  gap: 9.22px;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item:nth-of-type(1) {
    padding: 23px 0 0;
    gap: 8px;
  }
}
.p-fv__badges-item:nth-of-type(1) .p-fv__badges-icon {
  width: 57.27px;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item:nth-of-type(1) .p-fv__badges-icon {
    width: 47.131px;
  }
}
.p-fv__badges-item:nth-of-type(2) {
  padding: 15.31px 0 0;
  gap: 6.5px;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item:nth-of-type(2) {
    padding: 22px 0 0;
    margin-left: -10px;
    gap: 5px;
  }
}
.p-fv__badges-item:nth-of-type(2) .p-fv__badges-icon {
  width: 34.46px;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item:nth-of-type(2) .p-fv__badges-icon {
    width: 28.36px;
  }
}
.p-fv__badges-item:nth-of-type(3) {
  padding: 12px 0 0;
  gap: 3.14px;
  margin-left: -14px;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item:nth-of-type(3) {
    padding: 16px 0 0;
    gap: 3px;
    margin-left: -10px;
  }
}
.p-fv__badges-item:nth-of-type(3) .p-fv__badges-icon {
  width: 34.69px;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-item:nth-of-type(3) .p-fv__badges-icon {
    width: 28.55px;
  }
}

.p-fv__badges-text {
  color: #FFFFFF;
  text-align: center;
  font-size: 16.112px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.0500248262em;
}
@media screen and (max-width: 767px) {
  .p-fv__badges-text {
    font-size: 12px;
    letter-spacing: 0.05em;
  }
}

.p-fv__badges-icon {
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-header */
.p-header {
  position: fixed;
  top: 32px;
  left: 32px;
  z-index: 1001;
}
@media screen and (max-width: 767px) {
  .p-header {
    top: 16px;
    left: 16px;
  }
}

.p-header__logo {
  width: clamp(8rem, 5.623rem + 10.14vw, 14.75rem);
}

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

.p-header__nav {
  position: fixed;
  top: 20px;
  right: 32px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  padding: 20px 40px;
  z-index: 1000;
}
@media screen and (max-width: 900px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.p-header__nav-link {
  display: block;
  color: #78544B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.p-header__hamburger {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(20px);
  place-items: center;
  z-index: 1001;
}
@media screen and (max-width: 900px) {
  .p-header__hamburger {
    display: grid;
  }
}
.p-header__hamburger.is-open .bar:nth-of-type(1) {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-header__hamburger.is-open .bar:nth-of-type(2) {
  opacity: 0;
}
.p-header__hamburger.is-open .bar:nth-of-type(3) {
  top: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p-header__hamburger .wrap {
  display: inline-block;
  width: 32px;
  height: 22px;
  position: relative;
}
.p-header__hamburger .bar {
  position: absolute;
  width: 100%;
  left: 0;
  height: 2px;
  border-radius: 2px;
  background-color: #45A69D;
  -webkit-transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
}
.p-header__hamburger .bar:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger .bar:nth-of-type(2) {
  top: 50%;
}
.p-header__hamburger .bar:nth-of-type(3) {
  top: 100%;
}

/* object > project > p-footer */
.p-footer {
  padding: 80px 0 146px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 48px 0 124px;
  }
}
@media screen and (max-width: 900px) {
  .p-footer._drawer {
    padding: 48px 0 60px;
  }
}

.p-footer__bg {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 231px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFE9EC));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFE9EC 100%);
}
@media screen and (max-width: 767px) {
  .p-footer__bg {
    height: 235px;
  }
}

.p-footer__logo {
  width: clamp(7.375rem, 4.778rem + 11.08vw, 14.75rem);
}

.p-footer__logo-link {
  display: block;
}

.p-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 42.36px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-footer__content {
    gap: 32px;
  }
}

.p-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
}

.p-footer__info-address,
.p-footer__nav-link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

/* object > project > p-drawer */
.p-drawer {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-drawer {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: #FFFFFF;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
  .p-drawer.is-open {
    opacity: 1;
    visibility: visible;
  }
  .p-drawer__nav {
    padding: 136px 30px 48px;
  }
  .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;
    gap: 40px;
  }
  .p-drawer__nav-link {
    display: block;
    color: #78544B;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
  }
}
/* object > project > p-cta */
.p-cta {
  background-image: url(../img/top/bg_contact.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta {
    background-image: url(../img/top/bg_contact_sp.webp);
  }
}

.p-cta__inner {
  padding: 128px 30px 177px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__inner {
    padding: 64px 30px 68px;
  }
}

.p-cta__top-icon {
  position: absolute;
  top: 112px;
  right: 0;
  display: block;
  width: 558px;
}
@media screen and (max-width: 767px) {
  .p-cta__top-icon {
    width: 88px;
    top: 64px;
    right: 15.88px;
  }
}
@media screen and (max-width: 767px) {
  .p-cta__top-icon._pc {
    display: none;
  }
}
.p-cta__top-icon._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-cta__top-icon._sp {
    display: block;
  }
}

.p-cta__contact {
  margin-top: 24px;
  padding: 64px 10px 64px;
  background-color: #FFFFFF;
  border-radius: 24px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__contact {
    padding: 32px 24px 32px;
  }
}
.p-cta__contact::before {
  content: "";
  position: absolute;
  left: 36.3888%;
  top: -57px;
  background-image: url(../img/common/icon_contacts-bird.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 110px;
  height: 110px;
}
@media screen and (max-width: 767px) {
  .p-cta__contact::before {
    right: 0;
    left: initial;
    top: -68px;
    background-image: url(../img/common/icon_contacts-bird_sp.webp);
  }
}

.p-cta__contact-item {
  max-width: 952px;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-cta__contact-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}

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

.p-cta__contact-title {
  color: #78544B;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-cta__contact-textarea {
  margin-top: 24px;
}

.p-cta__contact-text {
  color: #78544B;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

.p-cta__contact-links {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 449px;
          flex: 0 0 449px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 38px;
}
@media screen and (max-width: 767px) {
  .p-cta__contact-links {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    gap: 20px;
  }
}

.p-cta__staff {
  max-width: 946px;
  margin: 40px auto 0;
  padding: 43px 50px 43px 0;
  border-radius: 10px;
  background-color: #FFFBED;
  -webkit-box-shadow: 0 4px 0 0 #F1C8D3;
          box-shadow: 0 4px 0 0 #F1C8D3;
  min-height: 223px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-cta__staff {
    margin: 24px auto 0;
    padding: 15px 17.44px 15.33px 0;
    border-radius: 3.49px;
    -webkit-box-shadow: 0 1.395px 0 0 #F1C8D3;
            box-shadow: 0 1.395px 0 0 #F1C8D3;
  }
}
@media screen and (max-width: 600px) {
  .p-cta__staff {
    min-height: 77.8px;
  }
}

.p-cta__staff-content {
  max-width: 628px;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-cta__staff-content {
    max-width: 500px;
  }
}
@media screen and (max-width: 600px) {
  .p-cta__staff-content {
    max-width: 219px;
  }
}

.p-cta__staff-title {
  color: #DA7782;
  font-size: 31px;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.06em;
  padding-bottom: 25px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__staff-title {
    font-size: 24px;
    padding-bottom: 16px;
  }
}
@media screen and (max-width: 600px) {
  .p-cta__staff-title {
    font-size: 10.8px;
    letter-spacing: 0.0600925926em;
    padding-bottom: 8.54px;
  }
}
.p-cta__staff-title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: url(../img/top/img_staff-border.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-cta__staff-title::before {
    height: 2px;
  }
}
@media screen and (max-width: 600px) {
  .p-cta__staff-title::before {
    height: 1px;
    background-image: url(../img/top/img_staff-border_sp.png);
  }
}

.p-cta__staff-textarea {
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .p-cta__staff-textarea {
    margin-top: 5.93px;
  }
}

.p-cta__staff-text {
  color: #78544B;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-cta__staff-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .p-cta__staff-text {
    font-size: 6.279px;
    letter-spacing: 0.0500079631em;
  }
}

.p-cta__staff-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 259px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 900px) {
  .p-cta__staff-left {
    width: 180px;
  }
}
@media screen and (max-width: 600px) {
  .p-cta__staff-left {
    width: 90px;
  }
}

.p-cta__staff-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-cta__staff-right {
    width: 66.5px;
  }
}

.p-cta__patient {
  margin-top: -111px;
  padding: 159px 64px 80px;
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-cta__patient {
    margin-top: 24.21px;
    padding: 196px 24px 40px;
  }
}
.p-cta__patient::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/top/bg_staff-photo.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 600px) {
  .p-cta__patient::after {
    background-image: url(../img/top/bg_staff-photo_sp.webp);
    width: 100%;
    height: 330px;
  }
}

.p-cta__patient-content {
  max-width: 463px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.p-cta__patient-title {
  color: #45A69D;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.1em;
}

.p-cta__patient-textarea {
  margin-top: 24px;
}
@media screen and (max-width: 767px) {
  .p-cta__patient-textarea {
    margin-top: 16px;
  }
}

.p-cta__patient-text {
  color: #78544B;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}

/* object > project > p-sticky-cta */
.p-sticky-cta {
  position: fixed;
  right: 0;
  bottom: 0;
  max-width: 390px;
  width: 100%;
  display: grid;
  grid-template-columns: 163fr 163fr 64fr;
  height: 64px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .p-sticky-cta {
    position: fixed;
  }
}
@media screen and (max-width: 500px) {
  .p-sticky-cta {
    max-width: initial;
  }
}

.p-sticky-cta__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 18px 15px 10px;
  background-color: #FF9BA6;
}
@media screen and (max-width: 389px) {
  .p-sticky-cta__link {
    padding: 15px 10px 15px 10px;
  }
}
.p-sticky-cta__link:nth-of-type(1) {
  border-radius: 10px 0 0 0;
  gap: 14px;
}
@media screen and (max-width: 389px) {
  .p-sticky-cta__link:nth-of-type(1) {
    gap: 10px;
  }
}
.p-sticky-cta__link:nth-of-type(1) .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 21px;
          flex: 0 0 21px;
  width: 21px;
}
.p-sticky-cta__link:nth-of-type(1) .text-top {
  text-align: center;
}
.p-sticky-cta__link:nth-of-type(2) {
  gap: 25px;
}
@media screen and (max-width: 389px) {
  .p-sticky-cta__link:nth-of-type(2) {
    gap: 10px;
  }
}
.p-sticky-cta__link:nth-of-type(2) .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 34px;
          flex: 0 0 34px;
  width: 34px;
}
.p-sticky-cta__link:nth-of-type(2) .text-top {
  text-align: right;
}
.p-sticky-cta__link .icon {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-sticky-cta__link .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: 4px;
  color: #FFFFFF;
}
.p-sticky-cta__link .text-top {
  text-align: center;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 389px) {
  .p-sticky-cta__link .text-top {
    white-space: nowrap;
  }
}
.p-sticky-cta__link .text-bottom {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 389px) {
  .p-sticky-cta__link .text-bottom {
    white-space: nowrap;
  }
}

.p-sticky-cta__top {
  display: grid;
  place-items: center;
  background-color: #FFDDE2;
}
.p-sticky-cta__top img {
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-news-card */
.p-news-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-news-card {
    gap: 14px;
  }
}

.p-news-card__link {
  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;
}

.p-news-card__date {
  color: #82C7C1;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
}

.p-news-card__title {
  color: #78544B;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.05em;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

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

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

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

/* object > utility > u-utility */
.u-mt32 {
  margin-top: 32px;
}/*# sourceMappingURL=style.css.map */
/* ============================================================
   下層フッター：ナビの横並びカラム（CLINIC／MENU）
   2026-07-31 GENOVA追記。SCSSで管理されている場合はsassへの取り込みをお願いします。
   ============================================================ */
.p-footer__nav-columns {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 56px;
  margin-top: 8px;
}
.p-footer__nav-column {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.p-footer__nav-heading {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: #333333;
}
.p-footer__nav-columns .p-footer__nav-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .p-footer__nav-columns {
    gap: 24px 80px;
  }
}

/* 下層フッター：住所の右にCLINIC・MENUを横並び（2026-07-31 GENOVA追記） */
.p-footer__info-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .p-footer__info._row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
  }
  .p-footer__info._row .p-footer__nav-columns {
    margin-top: 0;
    flex-wrap: nowrap;
  }
}

/* ============================================================
   2026-08-07 GENOVA追記：下層テンプレート ブラッシュアップ（Figma準拠）
   参照デザイン：伏見もんま矯正歯科様_下層（Figma）
   SCSSで管理されている場合はsassへの取り込みをお願いします。
   フォントは Zen Maru Gothic（Google Fonts・header-clinic.phpで読込）。
   デザイナー指定フォントが別にある場合は --momma-font を差し替えてください。
   ============================================================ */
:root {
  --momma-font: "Zen Maru Gothic", "Hiragino Maru Gothic ProN", sans-serif;
  --momma-brown: #7b5a48;
  --momma-text: #8a7466;
  --momma-cream: #fbf6f1;
  --momma-pink-soft: #f9e3e1;
  --momma-pink: #f3cdcc;
  --momma-pink-deep: #e79a9d;
  --momma-green: #a8cbb5;
  --momma-green-deep: #92bfb0;
  --momma-green-pale: #dcebe4;
  --momma-shadow: 0 4px 16px rgba(170, 130, 110, 0.10);
  --momma-radius: 16px;
}

/* --- 下層全体のトーン（ラッパーは .p-template__contents） --- */
.p-template__contents {
  font-family: var(--momma-font);
  color: var(--momma-text);
  background: var(--momma-cream);
}
.p-template__text { color: var(--momma-text); line-height: 2; }

/* --- H2：茶色×字間広め＋英語ラベル＋植物飾り --- */
.p-template__h2 {
  display: block;
  background: none;
  border: none;
  padding: 0;
  color: var(--momma-brown);
  font-family: var(--momma-font);
  font-weight: 700;
  letter-spacing: 0.18em;
  line-height: 1.5;
}
.p-template__h2[data-en] {
  padding-bottom: 44px;
  background: url(../img/common/deco_leaf-swag.png) no-repeat left bottom / auto 30px;
}
.p-template__h2[data-en]::after {
  content: attr(data-en);
  /* テンプレ既存の下線バー（absolute・3px）の指定を完全に打ち消す */
  position: static;
  width: auto;
  height: auto;
  background-color: transparent;
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.25em;
  color: #b9a99d;
}

/* --- H3：下線スタイル（MENU見出し風） --- */
.p-template__h3-colored {
  background: none;
  padding: 0 0 10px;
  border-bottom: 1px solid #d9c8bc;
  color: var(--momma-brown);
  font-family: var(--momma-font);
  font-weight: 700;
  letter-spacing: 0.14em;
}

/* --- チェックリスト（お悩み）：水彩ピンク帯＋白カード --- */
.p-template__column02 {
  background:
    radial-gradient(120% 90% at 12% 8%, #fbe9e6 0%, rgba(251, 233, 230, 0) 55%),
    radial-gradient(110% 100% at 88% 90%, #f4c9c8 0%, rgba(244, 201, 200, 0) 60%),
    var(--momma-pink-soft);
  border-radius: var(--momma-radius);
  padding: 32px;
}
.p-template__column02-title { color: var(--momma-brown); letter-spacing: 0.12em; }
.p-template__column02 .p-template__checklist,
.p-template__checklist {
  background: #fff;
  border-radius: 12px;
  box-shadow: var(--momma-shadow);
  padding: 24px 28px;
}
.p-template__checklist li,
.p-template__check-item { color: var(--momma-brown); }

/* --- Flow：白カード＋水彩グリーンのタグ --- */
.p-template__flow-item {
  background: #fff;
  border: none;
  border-radius: var(--momma-radius);
  box-shadow: var(--momma-shadow);
  padding: 24px 28px;
}
.p-template__flow-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 56px;
  padding: 6px 14px;
  background: radial-gradient(90% 90% at 30% 25%, #b9d6c3 0%, var(--momma-green) 100%);
  border-radius: 999px;
  color: #fff;
  font-family: var(--momma-font);
  font-weight: 700;
  letter-spacing: 0.08em;
}

/* --- テーブル：グリーンヘッダー --- */
.p-template__table-head {
  background: var(--momma-green-deep);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
  border: none;
}
.p-template__table-row { border-bottom: 1px solid #e7ddd4; }
.p-template__table td, .p-template__table th { border-color: #e7ddd4; }
.p-template__table { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: var(--momma-shadow); }

/* --- FAQ：白カードQ＋グリーンの回答パネル（FAQ見出しを持つページのみ） --- */
.p-template__contents:has(h2[data-en="FAQ"]) .u-mt32:has(> .p-template__h3-colored) {
  background: #fff;
  border-radius: var(--momma-radius);
  box-shadow: var(--momma-shadow);
  padding: 24px 28px;
}
.p-template__contents:has(h2[data-en="FAQ"]) .p-template__h3-colored {
  border-bottom: 1px solid #eadfd6;
}
.p-template__contents:has(h2[data-en="FAQ"]) .p-template__h3-colored + .p-template__textarea {
  background: var(--momma-green-pale);
  border-radius: 10px;
  padding: 18px 22px;
  margin-top: 14px;
}

/* --- リンクボックス・メニューカード --- */
.p-template__link-box, .p-template__box {
  background: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: var(--momma-shadow);
}

/* --- 画像の角丸統一 --- */
.p-template__img img, .p-template__flow-img img, .p-template__column02 img { border-radius: 10px; }

/* ============================================================
   2026-08-07 GENOVA追記②：Figma追加部品（P12〜P15）のスタイル
   ============================================================ */
/* --- P12 診療コンセプト --- */
.p-template__concept-column { display: flex; gap: 40px; align-items: flex-start; margin-top: 32px; }
.p-template__concept-body { flex: 1; }
.p-template__concept-images { display: flex; gap: 16px; flex: 1; }
.p-template__concept-images img { width: calc(50% - 8px); border-radius: 12px; height: auto; }
@media (max-width: 767px) { .p-template__concept-column { flex-direction: column; } }

/* --- P13 メニューカード --- */
.p-template__menu-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; list-style: none; padding: 0; }
.p-template__menu-card-link {
  display: flex; align-items: center; justify-content: space-between;
  background: #fff; border-radius: 12px; box-shadow: var(--momma-shadow);
  padding: 18px 22px; color: var(--momma-brown); font-weight: 700; letter-spacing: 0.08em;
  text-decoration: none; transition: box-shadow .2s;
}
.p-template__menu-card-link:hover { box-shadow: 0 6px 20px rgba(170,130,110,.18); }
.p-template__menu-card-icon {
  width: 22px; height: 22px; flex: none;
  background: url(../img/common/icon_check-green.svg) no-repeat center / contain;
}
@media (max-width: 767px) { .p-template__menu-cards { grid-template-columns: 1fr; } }

/* --- P14 医院案内 --- */
.p-template__info { display: flex; gap: 32px; align-items: flex-start; }
.p-template__info-card { flex: 1; background: #fff; border-radius: var(--momma-radius); box-shadow: var(--momma-shadow); padding: 28px; }
.p-template__info-img { flex: 1; }
.p-template__info-img img { width: 100%; height: auto; border-radius: var(--momma-radius); }
.p-template__info-list { margin: 0; }
.p-template__info-row { display: flex; gap: 16px; padding: 8px 0; border-bottom: 1px dashed #ecdfd6; }
.p-template__info-label { flex: none; width: 6em; color: var(--momma-green-deep); font-weight: 700; }
.p-template__info-data { color: var(--momma-text); }
.p-template__info-map-btn {
  display: inline-block; margin-top: 6px; padding: 4px 14px; border-radius: 999px;
  background: var(--momma-pink-deep); color: #fff; font-size: 12px; text-decoration: none;
}
.p-template__hours { width: 100%; margin-top: 18px; border-collapse: collapse; }
.p-template__hours-head, .p-template__hours-time { font-size: 12px; color: var(--momma-brown); font-weight: 700; padding: 6px 4px; border-bottom: 1px solid #f0e5dc; text-align: center; }
.p-template__hours-head._sat { color: var(--momma-pink-deep); }
.p-template__hours-time { text-align: left; white-space: nowrap; }
.p-template__hours-cell { text-align: center; padding: 6px 4px; border-bottom: 1px solid #f0e5dc; position: relative; }
.p-template__hours-cell::before { content: "×"; color: #d8ccc3; font-size: 12px; }
.p-template__hours-cell._open::before { content: ""; display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: var(--momma-green); }
.p-template__hours-cell._open._sat::before { background: #eec26a; }
.p-template__info-note { margin-top: 14px; font-size: 13px; color: var(--momma-text); }
.p-template__info-note, .p-template__info-map { line-height: 1.8; }
.p-template__info-map { margin-top: 24px; }
.p-template__info-map img, .p-template__info-map iframe { width: 100%; height: 400px; object-fit: cover; border-radius: var(--momma-radius); border: none; }
@media (max-width: 767px) { .p-template__info { flex-direction: column; } }

/* --- P15 お知らせ・ブログ一覧 --- */
.p-template__blog-search { display: flex; justify-content: center; gap: 0; max-width: 420px; margin: 0 auto; }
.p-template__blog-search-input {
  flex: 1; padding: 10px 16px; border: 1px solid #e3d5ca; border-radius: 8px 0 0 8px;
  background: #fff; font-family: var(--momma-font); color: var(--momma-text);
}
.p-template__blog-search-btn {
  width: 46px; border: none; border-radius: 0 8px 8px 0; background: var(--momma-brown); cursor: pointer; position: relative;
}
.p-template__blog-search-btn::before {
  content: ""; position: absolute; inset: 0; margin: auto; width: 16px; height: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Ccircle cx='7' cy='7' r='5' stroke='white' stroke-width='1.6'/%3E%3Cpath d='M11 11L15 15' stroke='white' stroke-width='1.6' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
.p-template__blog-cats { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; list-style: none; padding: 0; margin: 20px 0 0; }
.p-template__blog-cat a {
  display: inline-block; padding: 6px 18px; border-radius: 999px; border: 1px solid var(--momma-pink-deep);
  color: var(--momma-pink-deep); font-size: 13px; text-decoration: none; background: #fff;
}
.p-template__blog-cat._active a { background: var(--momma-pink-deep); color: #fff; }
.p-template__blog-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; list-style: none; padding: 0; margin: 28px 0 0; }
.p-template__blog-card-link {
  display: block; background: #fff; border-radius: 12px; box-shadow: var(--momma-shadow);
  padding: 0 0 18px; text-decoration: none; overflow: hidden; height: 100%;
}
.p-template__blog-card-img img { width: 100%; height: auto; display: block; }
.p-template__blog-card-cat {
  display: inline-block; margin: 14px 0 0 16px; padding: 3px 12px; border-radius: 999px;
  background: var(--momma-pink-deep); color: #fff; font-size: 11px; letter-spacing: 0.06em;
}
.p-template__blog-card-title { margin: 8px 16px 0; color: var(--momma-brown); font-size: 16px; font-weight: 700; letter-spacing: 0.08em; }
.p-template__blog-card-text { margin: 6px 16px 0; color: var(--momma-text); font-size: 13px; line-height: 1.8; }
.p-template__blog-card-date { display: block; margin: 10px 16px 0; color: #b9a99d; font-size: 12px; }
@media (max-width: 767px) { .p-template__blog-cards { grid-template-columns: 1fr; } }
.p-template__pagination { display: flex; justify-content: center; gap: 8px; margin-top: 32px; }
.p-template__pagination-item {
  display: inline-flex; align-items: center; justify-content: center;
  width: 34px; height: 34px; border-radius: 6px; background: #fff; box-shadow: var(--momma-shadow);
  color: var(--momma-brown); font-size: 14px; text-decoration: none;
}
.p-template__pagination-item._current { background: var(--momma-brown); color: #fff; }
.p-template__pagination-item._dots { background: none; box-shadow: none; }

/* ============================================================
   2026-08-07 GENOVA追記③：医師紹介ページ（Figmaデザイン反映）
   ============================================================ */
/* --- 写真背景型ヒーロー --- */
.p-template__fv._photo { position: relative; overflow: hidden; }
.p-template__fv._photo .p-template__fv-photo {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.p-template__fv._photo::before {
  content: ""; position: absolute; inset: 0; background: rgba(255, 255, 255, 0.75); z-index: 1;
}
.p-template__fv-inner { position: relative; z-index: 2; text-align: center; padding: 96px 20px; }
.p-template__fv-title._photo { color: var(--momma-brown); font-family: var(--momma-font); font-weight: 700; letter-spacing: 0.2em; }
.p-template__fv-en { margin-top: 10px; color: #b9a99d; font-size: 14px; letter-spacing: 0.3em; }

/* --- 院長ご挨拶（写真ブロブ＋名前バッジ） --- */
.p-template__greeting { display: flex; gap: 48px; align-items: flex-start; }
.p-template__greeting-photo { position: relative; flex: none; width: 42%; }
.p-template__greeting-photo > img {
  width: 100%; height: auto; object-fit: cover; aspect-ratio: 1 / 1;
  border-radius: 58% 42% 55% 45% / 48% 52% 48% 52%;
  display: block;
}
.p-template__greeting-photo::before {
  content: ""; position: absolute; left: -28px; top: -10px; width: 72px; height: 132px;
  background: url(../img/common/deco_leaf-branch.png) no-repeat center / contain; z-index: 1;
}
.p-template__greeting-photo::after {
  content: ""; position: absolute; left: -20px; bottom: -16px; width: 60px; height: 110px;
  background: url(../img/common/deco_leaf-branch.png) no-repeat center / contain;
  transform: scaleY(-1) rotate(14deg);
}
.p-template__greeting-badge {
  position: absolute; right: -8px; bottom: -12px; z-index: 2;
  width: 152px; height: 152px; border-radius: 50%;
  background: #f28f9b; color: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px;
  font-family: var(--momma-font);
}
.p-template__greeting-badge .post { font-size: 13px; letter-spacing: 0.2em; }
.p-template__greeting-badge .name { font-size: 20px; font-weight: 700; letter-spacing: 0.1em; }
.p-template__greeting-badge .kana { font-size: 11px; letter-spacing: 0.15em; }
.p-template__greeting-body { flex: 1; }
@media (max-width: 767px) {
  .p-template__greeting { flex-direction: column; }
  .p-template__greeting-photo { width: 80%; margin: 0 auto; }
}

/* --- 経歴・資格・診療方針（ピンク帯＋白カード） --- */
.p-template__profile {
  background: #fdeeec;
  border-radius: var(--momma-radius);
  padding: 40px;
}
.p-template__profile-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.p-template__profile-card, .p-template__profile-policy {
  background: #fff; border-radius: var(--momma-radius); box-shadow: var(--momma-shadow); padding: 32px;
}
.p-template__profile-policy { margin-top: 28px; }
.p-template__profile-title {
  color: var(--momma-brown); font-family: var(--momma-font); font-weight: 700;
  font-size: 24px; letter-spacing: 0.16em; margin-bottom: 18px;
}
.p-template__profile-title._leaf {
  padding-bottom: 40px;
  background: url(../img/common/deco_leaf-swag.png) no-repeat left bottom / auto 28px;
}
.p-template__profile-list { list-style: none; padding: 0; margin: 8px 0 0; }
.p-template__profile-list-item {
  position: relative; padding: 6px 0 6px 22px; color: var(--momma-text); line-height: 1.8;
}
.p-template__profile-list-item::before {
  content: ""; position: absolute; left: 0; top: 0.95em; width: 9px; height: 9px;
  border-radius: 50%; background: #a58575;
}
.p-template__policy-items { margin-top: 8px; }
.p-template__policy-item { padding: 14px 0; }
.p-template__policy-title {
  position: relative; padding-left: 30px; color: var(--momma-brown);
  font-family: var(--momma-font); font-weight: 700; font-size: 17px; letter-spacing: 0.08em;
}
.p-template__policy-title::before {
  content: ""; position: absolute; left: 0; top: 0.1em; width: 18px; height: 18px; border-radius: 50%;
  background: radial-gradient(90% 90% at 30% 25%, #cfe4d6 0%, var(--momma-green) 100%);
}
.p-template__policy-text { margin: 6px 0 0 30px; color: var(--momma-text); font-size: 14px; line-height: 2; }
@media (max-width: 767px) {
  .p-template__profile { padding: 24px 16px; }
  .p-template__profile-cards { grid-template-columns: 1fr; }
}

/* 2026-08-07 GENOVA追記④：医院案内（診療時間リスト・予約リンク・診察風景ギャラリー） */
.p-template__inline-link { color: var(--momma-brown); font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.p-template__inline-link:hover { opacity: .75; }
.p-template__gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; list-style: none; padding: 0; }
.p-template__gallery-item img { width: 100%; height: auto; display: block; border-radius: 12px; box-shadow: var(--momma-shadow); }
@media (max-width: 767px) { .p-template__gallery { grid-template-columns: 1fr; } }


/* 2026-08-07 GENOVA追記⑤：ヒーローH1順序・診療時間の行間・セクション間隔 */
/* H1を上・英語を下に（テンプレ既存の絶対配置を打ち消し。全下層共通） */
.p-template__fv._photo .p-template__fv-title {
  position: static;
  left: auto; top: auto;
  -webkit-transform: none; transform: none;
}
.p-template__fv._photo {
  display: flex; align-items: center; justify-content: center;
}
.p-template__fv._photo .p-template__fv-inner {
  display: flex; flex-direction: column; align-items: center; gap: 14px;
  padding: 40px 20px;
}
.p-template__fv._photo .p-template__fv-en { margin-top: 0; }

/* 診療時間などの行リスト：行間を広く・ラベル幅を確保（土曜が1行に収まる幅） */
.p-template__info-row { padding: 14px 0; gap: 24px; }
.p-template__info-list._wide .p-template__info-label { width: 11em; }

/* セクション（item）間の余白を広く */
.p-template__contents .p-template__items { gap: 96px; }
@media (max-width: 767px) {
  .p-template__contents .p-template__items { gap: 64px; }
}

/* ============================================================
   2026-08-07 GENOVA追記⑥：ヒーロー直下のイントロ（水彩コラージュ＋キャッチ）
   ============================================================ */
.p-template__intro { display: flex; gap: 56px; align-items: center; }
.p-template__intro-photos { flex: none; width: 46%; }
.p-template__intro-collage { width: 100%; height: auto; display: block; }
.p-template__intro-body { flex: 1; }
.p-template__intro-catch {
  color: var(--momma-brown); font-family: var(--momma-font);
  font-size: 26px; font-weight: 700; letter-spacing: 0.12em; line-height: 1.9;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .p-template__intro { flex-direction: column; }
  .p-template__intro-photos { width: 88%; margin: 0 auto; }
  .p-template__intro-catch { font-size: 20px; }
}

/* ============================================================
   2026-08-07 GENOVA追記⑦：フロー新デザイン・リスク箇条書き・料金表の余白
   ============================================================ */
/* --- 治療の流れ：画像なし・水彩サークル番号＋テキスト --- */
.p-template__flow-item {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  padding: 36px 40px;
}
.p-template__flow-tag._circle {
  flex: none; width: 54px; height: 54px; min-width: 0; padding: 0; border-radius: 0;
  background: url(../img/common/deco_wc-circle.png) no-repeat center / contain;
  display: inline-flex; align-items: center; justify-content: center;
  color: #fff; font-size: 18px; font-weight: 700; letter-spacing: 0.05em;
}
.p-template__flow-column { flex: 1; }
.p-template__flow-h3 {
  color: var(--momma-brown); font-family: var(--momma-font); font-weight: 700;
  font-size: 18px; letter-spacing: 0.1em; background: none; padding: 0;
}
.p-template__flow-textarea { margin-top: 8px; }
.p-template__flow-text { color: var(--momma-text); line-height: 2; }
@media (max-width: 767px) { .p-template__flow-item { padding: 24px 20px; gap: 16px; } }

/* --- リスク・注意点の箇条書き --- */
.p-template__risk-list { list-style: none; padding: 0; margin: 12px 0; }
.p-template__risk-list-item {
  position: relative; padding: 6px 0 6px 22px; color: var(--momma-text); line-height: 1.9;
}
.p-template__risk-list-item::before {
  content: ""; position: absolute; left: 2px; top: 1.05em; width: 8px; height: 8px;
  border-radius: 50%; background: var(--momma-green);
}

/* --- 料金表：料金列の左余白（テンプレの padding: 23.5px 0 に勝つ詳細度で指定） --- */
.p-template__table-row:first-of-type .p-template__table-head:nth-of-type(2) { padding-left: 24px; }
.p-template__table-row:not(:first-of-type) .p-template__table-data {
  padding: 23.5px 18px 23.5px 24px;
  line-height: 1.6;
}

/* ============================================================
   2026-08-07 GENOVA追記⑧：汎用ドットリスト・FAQあしらい
   ※SCSSへの取込みをお願いします（style.css末尾への追記です）
   ============================================================ */
/* --- 汎用の緑ドット箇条書き（メリット・料金のご案内など） --- */
.p-template__dot-list { list-style: none; padding: 0; margin: 12px 0; }
.p-template__dot-list-item {
  position: relative; padding: 6px 0 6px 22px; color: var(--momma-text); line-height: 1.9;
}
.p-template__dot-list-item::before {
  content: ""; position: absolute; left: 2px; top: 1.05em; width: 8px; height: 8px;
  border-radius: 50%; background: var(--momma-green);
}

/* --- FAQ：Q水彩サークル＋回答ボックス（details/summaryの開閉式） --- */
.p-template__faq-item {
  margin-top: 24px; background: #fff; border-radius: var(--momma-radius);
  box-shadow: var(--momma-shadow); overflow: hidden;
}
.p-template__faq-q {
  list-style: none; cursor: pointer; display: flex; align-items: center;
  gap: 18px; padding: 24px 28px;
}
.p-template__faq-q::-webkit-details-marker { display: none; }
.p-template__faq-qicon {
  flex: none; width: 44px; height: 44px;
  background: url(../img/common/deco_wc-circle-green.png) no-repeat center / contain;
  display: inline-flex; align-items: center; justify-content: center;
}
.p-template__faq-qicon::before {
  content: "Q"; color: #fff; font-family: var(--momma-font); font-weight: 700; font-size: 17px;
}
.p-template__faq-title {
  flex: 1; color: var(--momma-brown); font-family: var(--momma-font);
  font-weight: 700; font-size: 16px; letter-spacing: 0.08em; line-height: 1.6;
  border: none; padding: 0; background: none;
}
.p-template__faq-arrow {
  flex: none; width: 22px; height: 22px;
  background: url(../img/common/icon_faq-arrow-down.png) no-repeat center / contain;
}
.p-template__faq-item[open] .p-template__faq-arrow {
  background-image: url(../img/common/icon_faq-arrow-up.png);
}
.p-template__faq-a {
  display: flex; align-items: flex-start; gap: 16px;
  margin: 0 28px 24px 90px; padding: 20px 24px;
  background: #d8e7e2; border-radius: 12px;
}
.p-template__faq-aicon {
  flex: none; width: 36px; height: 36px; border-radius: 50%; background: #f6fbf8;
  display: inline-flex; align-items: center; justify-content: center;
}
.p-template__faq-aicon::before {
  content: "A"; color: var(--momma-green-deep); font-family: var(--momma-font);
  font-weight: 700; font-size: 15px;
}
.p-template__faq-a .p-template__textarea { flex: 1; }
.p-template__faq-a .p-template__text { color: var(--momma-text); line-height: 2; }
@media (max-width: 767px) {
  .p-template__faq-q { padding: 18px 16px; gap: 12px; }
  .p-template__faq-qicon { width: 36px; height: 36px; }
  .p-template__faq-a { margin: 0 16px 18px 16px; padding: 16px; }
}

/* ============================================================
   2026-08-07 GENOVA追記⑨：メリット紹介の白カード＋チェックリスト
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-template__merit-box {
  margin-top: 24px; background: #fff; border-radius: var(--momma-radius);
  box-shadow: var(--momma-shadow); padding: 44px 52px;
}
.p-template__merit-list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-direction: column; gap: 20px;
}
.p-template__merit-list-item {
  display: flex; align-items: center; gap: 14px;
  color: var(--momma-text); line-height: 1.9;
}
.p-template__merit-list-item .icon {
  flex: none; width: 22px; height: 22px; margin: 0;
  display: block; /* imgのベースライン余白を消して行中央に揃える */
}
.p-template__merit-list-item .text { display: block; }
@media (max-width: 767px) {
  .p-template__merit-box { padding: 24px 20px; }
  .p-template__merit-list { gap: 14px; }
}

/* ============================================================
   2026-08-07 GENOVA追記⑩：費用・期間テーブル（ヘッダー行のみ緑）
   ※SCSSへの取込みをお願いします
   ============================================================ */
/* 項目名セル（2行目以降のth）は白地・通常ウェイトに戻し、
   先頭行（項目／料金、治療期間の目安）だけ緑ヘッダーにする */
.p-template__table-head {
  background: #fff;
  color: var(--momma-text);
  font-weight: 500;
  letter-spacing: 0.05em;
}
.p-template__table-row:first-child .p-template__table-head {
  background: var(--momma-green-deep);
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.1em;
}

/* ============================================================
   2026-08-07 GENOVA追記⑪：テーブルのゼブラ縞解消（全行白に統一）
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-template__table-row:nth-of-type(3n) { background-color: #FFFFFF; }

/* ============================================================
   2026-08-07 GENOVA追記⑫：汎用白カード（メリットボックスと同スタイル）
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-template__card {
  margin-top: 24px; background: #fff; border-radius: var(--momma-radius);
  box-shadow: var(--momma-shadow); padding: 36px 48px;
}
.p-template__card .p-template__dot-list { margin: 0; }
.p-template__card .p-template__dot-list-item { padding-top: 10px; padding-bottom: 10px; }
@media (max-width: 767px) { .p-template__card { padding: 24px 20px; } }

/* ============================================================
   2026-08-07 GENOVA追記⑬：カード内ドット位置補正・Googleマップ埋め込み
   ※SCSSへの取込みをお願いします
   ============================================================ */
/* カード内は行の余白が広いぶん、ドットを行中央へ補正 */
.p-template__card .p-template__dot-list-item::before { top: calc(1.05em + 4px); }

/* Googleマップ埋め込み枠 */
.p-template__map {
  margin-top: 24px; border-radius: var(--momma-radius);
  overflow: hidden; box-shadow: var(--momma-shadow); background: #fff;
}
.p-template__map iframe { display: block; width: 100%; height: 420px; border: 0; }
@media (max-width: 767px) { .p-template__map iframe { height: 300px; } }

/* ============================================================
   2026-08-08 GENOVA追記⑭：装置ボックスの写真つきレイアウト
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-template__box._media { display: flex; gap: 32px; align-items: flex-start; }
.p-template__box._media .p-template__box-body { flex: 1; }
.p-template__box._media .p-template__box-img { flex: 0 0 320px; }
.p-template__box._media .p-template__box-img img {
  width: 100%; height: auto; display: block; border-radius: 10px;
}
@media (max-width: 767px) {
  .p-template__box._media { flex-direction: column; gap: 16px; }
  .p-template__box._media .p-template__box-img { flex: initial; width: 100%; }
}

/* ============================================================
   2026-08-08 GENOVA追記⑮：追従CTAを3ボタン化（電話・Web予約・AIチャット）
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-sticky-cta {
  grid-template-columns: 150fr 150fr 150fr 64fr;
  max-width: 520px;
}
@media screen and (max-width: 500px) {
  .p-sticky-cta { max-width: initial; }
}
.p-sticky-cta__link + .p-sticky-cta__link { border-left: 1px solid rgba(255, 255, 255, 0.35); }
.p-sticky-cta__link:nth-of-type(3) { gap: 12px; }
.p-sticky-cta__link:nth-of-type(3) .icon { flex: 0 0 30px; width: 30px; }
.p-sticky-cta__link:nth-of-type(3) .text-top { text-align: center; }
@media screen and (max-width: 389px) {
  .p-sticky-cta__link:nth-of-type(3) { gap: 8px; }
}

/* ============================================================
   2026-08-08 GENOVA追記⑯：ヘッダー「診療メニュー」ドロップダウン
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-header__nav-item._has-dropdown { position: relative; }
.p-header__dropdown {
  position: absolute; top: 100%; left: 50%; transform: translateX(-50%);
  min-width: 248px; padding: 10px 0; margin-top: 8px;
  background: #fff; border-radius: 12px;
  box-shadow: 0 8px 24px rgba(120, 84, 75, 0.18);
  opacity: 0; visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1000;
  list-style: none;
}
/* ホバーの橋渡し（リンクとメニューのすき間で消えないように） */
.p-header__nav-item._has-dropdown::after {
  content: ""; position: absolute; left: 0; right: 0; top: 100%; height: 10px;
}
.p-header__nav-item._has-dropdown:hover .p-header__dropdown,
.p-header__nav-item._has-dropdown:focus-within .p-header__dropdown {
  opacity: 1; visibility: visible;
}
.p-header__dropdown-link {
  display: block; padding: 10px 24px;
  color: #78544B; font-size: 14px; font-weight: 500; line-height: 1.4;
  text-decoration: none; white-space: nowrap;
}
.p-header__dropdown-link:hover { background: #fdf0f2; }
.p-header__dropdown-link._sub { padding-left: 42px; position: relative; }
.p-header__dropdown-link._sub::before {
  content: ""; position: absolute; left: 26px; top: 50%; transform: translateY(-50%);
  width: 6px; height: 6px; border-radius: 50%; background: var(--momma-green);
}
/* ドロワー（SP）内のサブ項目 */
.p-drawer__nav-link._sub { padding-left: 1.6em; font-size: 0.92em; opacity: 0.9; }

/* ============================================================
   2026-08-08 GENOVA追記⑰：パンくずリスト
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-breadcrumb { padding: 14px 0 0; background: var(--momma-cream); }
.p-breadcrumb__list {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: wrap; align-items: center; gap: 4px;
  font-size: 12px; line-height: 1.6;
}
.p-breadcrumb__item { display: flex; align-items: center; gap: 4px; color: var(--momma-text); }
.p-breadcrumb__item + .p-breadcrumb__item::before {
  content: "＞"; font-size: 10px; color: var(--momma-brown); opacity: 0.6;
}
.p-breadcrumb__link { color: var(--momma-brown); text-decoration: none; }
.p-breadcrumb__link:hover { text-decoration: underline; }
.p-breadcrumb__item._current { opacity: 0.75; }

/* ============================================================
   2026-08-08 GENOVA追記⑱：追従CTAをテキストのみ・1行固定に調整
   ※SCSSへの取込みをお願いします
   ============================================================ */
.p-sticky-cta__link,
.p-sticky-cta__link:nth-of-type(1),
.p-sticky-cta__link:nth-of-type(2),
.p-sticky-cta__link:nth-of-type(3) {
  gap: 0;
  padding: 10px 6px;
  justify-content: center;
  align-items: center;
}
.p-sticky-cta__link .textarea { gap: 5px; align-items: center; }
.p-sticky-cta__link .text-top,
.p-sticky-cta__link:nth-of-type(1) .text-top,
.p-sticky-cta__link:nth-of-type(2) .text-top {
  white-space: nowrap; text-align: center; font-size: 10px;
}
.p-sticky-cta__link .text-bottom { white-space: nowrap; text-align: center; }
/* AIチャットはグリーン系に */
.p-sticky-cta__link._chat { background-color: var(--momma-green-deep); }
@media screen and (max-width: 500px) {
  .p-sticky-cta__link .text-top { font-size: 9px; }
  .p-sticky-cta__link .text-bottom,
  .p-sticky-cta__link:nth-of-type(1) .text-bottom { font-size: 14px; }
}
