@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 > base */
body {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-size: 16px;
  color: #3F342D;
  background-color: #F7F7F7;
}
body.js-no-scroll {
  overflow-y: hidden;
}

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

.l-inner-sm {
  max-width: 1060px;
  margin-inline: auto;
  padding: 0 30px;
}

/* layout > l-columns */
.l-columns {
  display: grid;
  grid-template-columns: 1fr 320px;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
@media screen and (max-width: 767px) {
  .l-columns {
    grid-template-columns: 1fr;
  }
}

/* object > component > c-button */
.c-link-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .c-link-button .sp-hidden {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .c-link-button .tab-hidden {
    display: none;
  }
}
.c-link-button._type01 {
  max-width: 180px;
  width: 100%;
  padding: 8px 16px;
  background-color: #E6AB8E;
}
@media screen and (max-width: 767px) {
  .c-link-button._type01 {
    max-width: 330px;
  }
}
.c-link-button._type01 .text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.c-link-button._type02 {
  max-width: 436px;
  width: 100%;
  padding: 12px 24px;
  background-color: #CC815C;
}
@media screen and (max-width: 767px) {
  .c-link-button._type02 {
    max-width: 330px;
  }
}
.c-link-button._type02 .text {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .c-link-button._type02 .text {
    font-size: 16px;
  }
}
.c-link-button._type03 {
  background-color: #FFFFFF;
  padding: 12px 24px;
  -webkit-box-pack: initial;
      -ms-flex-pack: initial;
          justify-content: initial;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .c-link-button._type03 {
    max-width: 282px;
    width: 100%;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-link-button._type03 .text {
  color: #CC815C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.c-link-button._type04 {
  width: 100%;
  padding: 10px 24px;
  background-color: #CC815C;
}
.c-link-button._type04 .text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.c-link-button._map {
  max-width: 217px;
  width: 100%;
  padding: 6px 10px 6px 14px;
  background-color: #CC815C;
}
.c-link-button._map .text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

/* テンプレート */
.c-button {
  display: inline-block;
  max-width: 362px;
  width: 100%;
  text-align: center;
  padding: 18px 10px;
  border-radius: 6px;
  background-color: #CC815C;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.2;
}

.c-button02 {
  display: inline-block;
  max-width: 390px;
  width: 100%;
  text-align: center;
  padding: 20px 10px;
  background-color: #4F8788;
  position: relative;
}
.c-button02._sm {
  max-width: 285px;
}

.c-button02__text {
  color: #FFFFFF;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-button02__text {
    font-size: 18px;
  }
}

.c-button02__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
}

.c-button03 {
  display: inline-block;
  max-width: 298px;
  width: 100%;
  border-radius: 12px;
  background-color: #CC815C;
  padding: 13.5px 10px;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.c-button04 {
  display: inline-block;
  max-width: 284px;
  width: 100%;
  padding: 13.5px 10px;
  border-radius: 12px;
  background-color: #4F8788;
  color: #F7F7F7;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.c-submit-button {
  width: 100%;
  padding: 15.5px 8px;
  background-color: #4F8788;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
}

/* object > component > c-title */
.c-section-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: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
.c-section-title._sm .c-section-title__jp {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  .c-section-title._sm .c-section-title__jp {
    font-size: 28px;
  }
}

.c-section-title__deco {
  position: absolute;
  font-family: "Homemade Apple", cursive;
  color: #7CB7B8;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco {
    font-size: 48px;
    letter-spacing: -0.015em;
  }
}
.c-section-title__deco._contact {
  top: 0;
  right: -192px;
}
@media screen and (max-width: 1023px) {
  .c-section-title__deco._contact {
    font-size: 54px;
    right: -74px;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title__deco._contact {
    right: -91px;
  }
}
.c-section-title__deco._clinic {
  top: 0;
  right: -163px;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco._clinic {
    right: -106px;
  }
}
.c-section-title__deco._concept {
  top: -46px;
  right: -200px;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco._concept {
    top: -63px;
    right: -50px;
  }
}
.c-section-title__deco._features {
  top: 0;
  right: -262px;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco._features {
    right: -75px;
  }
}
.c-section-title__deco._menu {
  top: 0;
  right: -170px;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco._menu {
    right: -124px;
  }
}
.c-section-title__deco._greeting {
  top: 0;
  right: -274px;
}
@media screen and (max-width: 767px) {
  .c-section-title__deco._greeting {
    right: -203px;
  }
}
.c-section-title__deco._background {
  top: 0;
  right: -340px;
}
@media screen and (max-width: 1023px) {
  .c-section-title__deco._background {
    right: -138px;
    line-height: 1;
  }
}

.c-section-title__en {
  color: #CC815C;
  font-family: "Gaegu", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-section-title__en {
    font-size: 16px;
  }
}
.c-section-title__en .colored {
  color: #E6AB8E;
}

.c-section-title__jp {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .c-section-title__jp {
    font-size: 32px;
  }
}
.c-section-title__jp._fontWhite {
  color: #FFFFFF;
}

/* 下層ページテンプレート */
.c-title-lv2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: 16px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-title-lv2 {
    font-size: 28px;
  }
}
.c-title-lv2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 3px;
  background-color: #CC815C;
}
.c-title-lv2._type02 {
  color: #6A5C53;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 2px solid #E6AB8E;
}
.c-title-lv2._type02::after {
  content: none;
}
.c-title-lv2._type03 {
  padding: 28px 10px;
  background-color: #CC815C;
  color: #FFFFFF;
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-title-lv2._type03 {
    padding: 22px 10px;
    font-size: 28px;
  }
}
.c-title-lv2._sm {
  font-size: 28px;
  padding-bottom: 0;
}
.c-title-lv2._sm::after {
  content: none;
}

.c-title-lv3 {
  font-size: 17px;
  font-weight: 900;
  line-height: 1.9;
}

/* object > project > c-table */
.c-table {
  width: 600px;
}
@media screen and (max-width: 767px) {
  .c-table {
    width: 100%;
  }
}

.c-table__row:first-of-type .c-table__head {
  padding: 16.5px 8px;
  background-color: #CC815C;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.c-table__row:nth-of-type(2n) {
  background-color: #ECE6DC;
}
.c-table__row:not(:first-of-type) .c-table__head,
.c-table__row:not(:first-of-type) .c-table__data {
  padding: 14.5px 10px;
  font-size: 12px;
  line-height: 1.2;
}
.c-table__row:not(:first-of-type) .c-table__head {
  font-weight: 500;
}
.c-table__row:not(:first-of-type) .c-table__data {
  text-align: center;
  font-weight: 400;
}

.c-table__head,
.c-table__data {
  border-right: 1px solid #F7F7F7;
}

/* object > component > c-tag */
.c-post-tag {
  padding: 4px 8px;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: #4F8788;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
}
.c-post-tag._bgSoft {
  background-color: #7CB7B8;
}
.c-post-tag._bgBrown {
  background-color: #6A5C53;
}

.c-news-tag {
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #CC815C;
  color: #FFFFFF;
  text-align: center;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.c-blog-tag {
  display: inline-block;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #7CB7B8;
  text-align: center;
  color: #7CB7B8;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

/* object > project > c-accordion */
.c-accordion__term {
  border-radius: 9px 9px 0 0;
  padding: 16px 16px;
  background-color: #ECE6DC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  color: #CC815C;
}
.c-accordion__term .term-q {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.c-accordion__term .term-text {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.c-accordion__desc {
  border-radius: 0 0 9px 9px;
  padding: 16px 16px;
  background-color: #FFFFFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
}

/* object > project > c-anchor */
.c-anchor {
  padding: 33.5px 47px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #999999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .c-anchor {
    padding: 24px 24px;
  }
}
.c-anchor .text {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .c-anchor .text {
    font-size: 18px;
  }
}
.c-anchor > img {
  width: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-top */
/* News & Blog */
.p-top__column-wrap {
  padding: 80px 30px 0;
  max-width: 1140px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__column-wrap {
    padding: 28px 30px 0;
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* Info */
.p-top__info {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__info {
    padding: 184px 0 0;
  }
}
.p-top__info._bottom {
  padding: 112px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__info._bottom {
    padding: 48px 0 0;
  }
  .p-top__info._bottom .p-top__info-deco {
    display: none;
  }
}

.p-top__info-deco-wrap {
  position: absolute;
  top: 33px;
  right: 30px;
  width: 519px;
}
@media screen and (max-width: 1023px) {
  .p-top__info-deco-wrap {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-top__info-deco-wrap {
    display: block;
    width: 330px;
    top: 42px;
    right: initial;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.p-top__info-deco {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__info-content {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 37px;
}
@media screen and (max-width: 1023px) {
  .p-top__info-content {
    margin-top: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-top__info-map {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  aspect-ratio: 520/505;
}
@media screen and (max-width: 1023px) {
  .p-top__info-map {
    aspect-ratio: 330/320;
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__info-map iframe {
  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;
}
@media screen and (max-width: 1023px) {
  .p-top__info-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

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

.p-top__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .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 130px;
          flex: 0 0 130px;
  color: #E6AB8E;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 1023px) {
  .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;
}
@media screen and (max-width: 1023px) {
  .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-calendar {
  padding-top: 40px;
  border-top: 1px solid #CCC7BA;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__info-calendar {
    padding-top: 32px;
    margin-top: 32px;
  }
}

/* Concept */
.p-top__concept {
  padding: 80px 0 0;
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .p-top__concept {
    padding: 63.52px 0 0;
  }
}

.p-top__concept-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__concept-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: initial;
        -ms-flex-pack: initial;
            justify-content: initial;
  }
}

.p-top__concept-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 540px;
  margin-left: -137px;
  margin-right: calc(50% - 50vw);
}
@media screen and (max-width: 767px) {
  .p-top__concept-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-left: calc(50% - 50vw);
    height: initial;
  }
}
.p-top__concept-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__concept-body {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  padding: 64px 64px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__concept-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 24px 24px;
    margin-top: -64px;
  }
}

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

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

/* Features */
.p-top__feature {
  padding: 80px 0 0;
}
@media screen and (max-width: 767px) {
  .p-top__feature {
    padding: 64px 0 0;
  }
}

.p-top__feature-content {
  margin-top: 62px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__feature-content {
    margin-top: 24px;
  }
}

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

.p-top__feature-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 34px;
  }
}
.p-top__feature-item:nth-of-type(even) {
  -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__feature-item:nth-of-type(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top__feature-item:nth-of-type(4) .p-top__feature-body {
  margin-top: 0;
}

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

.p-top__feature-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  margin-top: 42px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    margin-top: 0;
  }
}

.p-top__feature-tag {
  width: 128px;
  height: 128px;
  border-radius: 50%;
  position: absolute;
  display: grid;
  place-items: center;
  background-color: transparent;
  top: -64px;
  right: 4px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag {
    width: 96px;
    height: 96px;
    top: -74px;
    right: 3px;
  }
}
.p-top__feature-tag::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #92857D;
  z-index: 2;
}
.p-top__feature-tag .text {
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  margin-top: 4px;
  color: #6A5C53;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.28;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag .text {
    margin-top: 1.5px;
    font-size: 15px;
    letter-spacing: 0.08em;
  }
}
.p-top__feature-tag .circle {
  position: absolute;
  top: 4px;
  left: 4px;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ECE6DC;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag .circle {
    top: 3px;
    left: 3px;
  }
}
.p-top__feature-tag .deco {
  position: absolute;
  bottom: 8px;
  left: 8px;
  width: 19px;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag .deco {
    bottom: 6px;
    left: 6px;
    width: 14.25px;
  }
}
.p-top__feature-tag._02 {
  top: -42px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag._02 {
    top: -60px;
  }
}
.p-top__feature-tag._02 .text {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag._02 .text {
    margin-top: 2px;
    margin-left: 4px;
  }
}
.p-top__feature-tag._03 {
  top: -42px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag._03 {
    top: -70px;
  }
}
.p-top__feature-tag._03 .text {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag._03 .text {
    margin-left: 3px;
    margin-top: 1.5px;
  }
}
.p-top__feature-tag._04 {
  top: 0;
  right: 4px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag._04 {
    top: -60px;
    right: 3px;
  }
}
.p-top__feature-tag._04 .text {
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__feature-tag._04 .text {
    margin-top: 2px;
    margin-left: 4px;
  }
}

.p-top__feature-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-top__feature-title .number {
  font-family: "Homemade Apple", cursive;
  color: #ECE6DC;
  font-size: 128px;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-top__feature-title .number {
    font-size: 64px;
  }
}
.p-top__feature-title .number .colored {
  color: #CCC7BA;
}
.p-top__feature-title .text {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top__feature-title .text {
    font-size: 28px;
    letter-spacing: 0.08em;
  }
}
.p-top__feature-title .text .colored {
  color: #CC815C;
}

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

.p-top__feature-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.p-top__feature-text .colored {
  color: #CC815C;
}

/* Pickup */
.p-top__pickup {
  padding: 362px 0 80px;
  margin-top: -187px;
  background-image: url(../img/top/bg_pickup.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__pickup {
    padding: 99px 0 64.98px;
    margin-top: 40px;
    background-image: url(../img/top/bg_pickup_sp.webp);
  }
}

.p-top__pickup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.p-top__pickup-header .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
.p-top__pickup-header .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__pickup-header .body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.p-top__pickup-header .textarea {
  margin-top: 20px;
}
.p-top__pickup-header .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.p-top__pickup-header .btn-wrap {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-header .btn-wrap {
    text-align: center;
  }
}

.p-top__pickup-deco-text {
  position: absolute;
  top: -50px;
  right: 40px;
  font-family: "Homemade Apple", cursive;
  color: #7CB7B8;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-deco-text {
    display: none;
  }
}

.p-top__pickup-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-title {
    font-size: 28px;
  }
}
.p-top__pickup-title .lg {
  font-size: 36px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-title .lg {
    font-size: 32px;
  }
}
.p-top__pickup-title .colored {
  color: #CC815C;
}

.p-top__pickup-features {
  margin-top: 108px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-features {
    margin-top: 84px;
    grid-template-columns: 1fr;
    gap: 66px;
  }
}

.p-top__pickup-feature {
  padding: 80px 30px 40px;
  background-color: #F7F7F7;
  position: relative;
}
.p-top__pickup-feature .feature-title {
  text-align: center;
  color: #CC815C;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-top__pickup-feature .feature-textarea {
  margin-top: 16px;
}
.p-top__pickup-feature .feature-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}

.feature-icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #E6AB8E;
  display: grid;
  place-items: center;
}
.feature-icon img {
  -o-object-fit: cover;
     object-fit: cover;
}
.feature-icon._01 img {
  width: 32px;
}
.feature-icon._02 img {
  width: 64px;
}
.feature-icon._03 img {
  width: 56px;
}

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

.p-top__pickup-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-top__pickup-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__pickup-item .body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 30px;
  background-color: #92857D;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-item .body {
    padding: 30px 24px;
  }
}
.p-top__pickup-item .title {
  color: #F7F7F7;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-top__pickup-item .textarea {
  margin-top: 16px;
}
.p-top__pickup-item .text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.p-top__pickup-item .btn {
  margin-top: 16px;
}

.p-top__pickup-notice {
  margin: 40px auto 0;
  max-width: 810px;
  padding: 24px 40px;
  border: 1px solid #6A5C53;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-notice {
    padding: 24px 24px;
  }
}
.p-top__pickup-notice .title {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.p-top__pickup-notice .textarea {
  margin-top: 8px;
}
.p-top__pickup-notice .text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-notice .text {
    text-align: left;
  }
}

/* Menu */
.p-top__menu {
  padding: 80px 0 0;
  overflow-x: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__menu {
    padding: 48px 0 261px;
  }
}

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

.p-top__menu-header {
  padding-bottom: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top__menu-header {
    padding-bottom: 24px;
  }
}

.p-top__menu-deco {
  position: absolute;
  right: 39px;
  bottom: 0;
  width: 146px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__menu-deco {
    width: 72px;
    right: 0;
  }
}

.p-top__menu-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-top__menu-items {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.p-top__menu-item {
  background-color: #FFFFFF;
  padding: 30px 30px;
  position: relative;
  z-index: 2;
}
.p-top__menu-item._transparent {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-top__menu-item._transparent {
    display: none;
  }
}
.p-top__menu-item._noContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-top__menu-item._noContent {
    display: none;
  }
}
.p-top__menu-item .img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__menu-item .body {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.p-top__menu-item .title {
  color: #CC815C;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.08em;
}
.p-top__menu-item .text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.p-top__menu-item .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-top__menu-bg {
  position: absolute;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-top__menu-bg._pc {
  right: -143px;
  width: 820px;
}
@media screen and (max-width: 767px) {
  .p-top__menu-bg._pc {
    display: none;
  }
}
.p-top__menu-bg._sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__menu-bg._sp {
    display: block;
    width: 100%;
    right: 0;
  }
}

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

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

.p-top__greeting-img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 379px;
          flex: 0 0 379px;
  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-img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
.p-top__greeting-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top__greeting-name {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-top__greeting-name {
    text-align: center;
  }
}

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

.p-top__greeting-title {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}
.p-top__greeting-title .colored {
  color: #CC815C;
}

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

.p-top__greeting-text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}

/* Background */
.p-top__background {
  padding: 80px 0 97px;
  background-image: url(../img/top/bg_background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-top__background {
    padding: 48px 0 56px;
    background-image: url(../img/top/bg_background_sp.webp);
  }
}

.p-top__background-content {
  margin-top: 40px;
  max-width: 920px;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-top__background-content {
    margin-top: 32px;
    margin-right: auto;
  }
}

.p-top__background-text {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

/* CTA */
.p-top__cta {
  max-width: 1080px;
  margin-inline: auto;
  padding: 0 30px;
  background-color: #4F8788;
  padding: 40px 40px;
  margin-bottom: -104px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top__cta {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__cta {
    width: 84.6153%;
    max-width: initial;
    padding: 40px 24px 92px;
    margin-bottom: -97px;
  }
}

.p-top__cta-sp-deco {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-top__cta-sp-deco {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    display: block;
    width: 282px;
    z-index: 3;
  }
}

.p-top__cta-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 48px;
}
@media screen and (max-width: 767px) {
  .p-top__cta-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-top__cta-header {
  position: relative;
}
.p-top__cta-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 418px;
  height: 120px;
  background-image: url(../img/top/icon_cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-top__cta-header::before {
    content: none;
  }
}

.p-top__cta-heading {
  position: relative;
  z-index: 3;
}

.p-top__cta-contact {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
  background-color: #ECE6DC;
  padding: 40px 40px;
  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;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1023px) {
  .p-top__cta-contact {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
    padding: 20px 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__cta-contact {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    padding: 10px 10px;
    gap: 10px;
  }
}

.p-top__cta-item {
  background-color: #4F8788;
  padding: 14px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item {
    max-width: 350px;
    width: 100%;
    margin-inline: auto;
    padding: 8.34px 14.29px;
  }
}
.p-top__cta-item .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72px;
          flex: 0 0 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 43px;
            flex: 0 0 43px;
    height: 43px;
  }
}
.p-top__cta-item .icon img {
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .icon img {
    width: 29px;
  }
}
.p-top__cta-item .textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea {
    margin-left: 7.15px;
  }
}
.p-top__cta-item .textarea._web {
  gap: 4px;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea._web {
    gap: 2.38px;
  }
}
.p-top__cta-item .textarea._tel {
  gap: 10.5px;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea._tel {
    gap: 6.25px;
  }
}
.p-top__cta-item .textarea .web-time {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea .web-time {
    font-size: 9.5px;
  }
}
.p-top__cta-item .textarea .web-title {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea .web-title {
    font-size: 14px;
  }
}
.p-top__cta-item .textarea .tel-title {
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea .tel-title {
    font-size: 9px;
    letter-spacing: 0.0396666667em;
  }
}
.p-top__cta-item .textarea .tel-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.p-top__cta-item .textarea .tel-number .text {
  color: #FFFFFF;
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea .tel-number .text {
    font-size: 21px;
    letter-spacing: 0.0816666667em;
  }
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .textarea .tel-number svg {
    width: 6.35px;
  }
}
.p-top__cta-item .arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  margin-left: auto;
  height: 24px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-top__cta-item .arrow {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 14px;
            flex: 0 0 14px;
    height: 14px;
  }
  .p-top__cta-item .arrow svg {
    width: 3.6px;
    height: 3.6px;
  }
}

/* bottom slider */
.p-top__slider {
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .p-top__slider {
    padding: 56.52px 0 40px;
  }
}

.p-top__swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
.p-top__swiper .swiper-slide {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-top__swiper .swiper-slide {
    width: 225px;
  }
}
.p-top__swiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-header */
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  padding: 0 32px;
  z-index: 1000;
}
@media screen and (max-width: 767px) {
  .p-header {
    height: 64px;
    padding: 0 8px;
  }
}

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

.p-header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 344px;
          flex: 0 0 344px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 162px;
            flex: 0 0 162px;
  }
}

.p-header__logo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-header__logo-link {
    gap: 8px;
  }
}

.p-header__logo-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  height: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__logo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .p-header__logo-title {
    gap: 4px;
  }
}

.p-header__logo-title-jp {
  color: #CC815C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-header__logo-title-jp {
    font-size: 14px;
    line-height: 1.28;
    letter-spacing: 0.0746666667em;
    white-space: nowrap;
  }
}

.p-header__logo-title-en {
  color: #CC815C;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.48em;
}
@media screen and (max-width: 767px) {
  .p-header__logo-title-en {
    font-size: 6px;
    letter-spacing: 0.06em;
    white-space: nowrap;
  }
}

.p-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media (max-width: 1330px) {
  .p-header__right {
    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: 20px;
}

.p-header__nav-item:not(:first-of-type) {
  position: relative;
}
.p-header__nav-item:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #F6CCB7;
}

.p-header__nav-link {
  display: block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.p-header__nav-link.is-active {
  color: #CC815C;
}

.p-header__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}

.p-header__tel {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 8px;
}

.p-header__tel-icon {
  height: 48px;
  border-radius: 50%;
  background-color: #4F8788;
  display: inline-grid;
  place-items: center;
}
.p-header__tel-icon img {
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
}

.p-header__tel-msg {
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
}

.p-header__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}

.p-header__tel-number {
  color: #4F8788;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
}

.p-header__web {
  background-color: #4F8788;
  border-radius: 8px;
  padding: 12px 20px 12px 12px;
  display: grid;
  grid-template-columns: 48px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-header__web-icon {
  height: 48px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-grid;
  place-items: center;
}
.p-header__web-icon img {
  width: 32px;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-header__web-text {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}

.p-header__hamburger {
  display: none;
}
@media (max-width: 1330px) {
  .p-header__hamburger {
    display: block;
    width: 48px;
    height: 48px;
    background-color: #3F342D;
    border-radius: 8px;
    position: relative;
  }
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(1) {
  -webkit-transform: translateY(0) rotate(45deg);
          transform: translateY(0) rotate(45deg);
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(2) {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 0;
}
.p-header__hamburger.is-open .p-header__hamburger-line:nth-of-type(3) {
  -webkit-transform: translateY(0) rotate(-45deg);
          transform: translateY(0) rotate(-45deg);
}

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

/* object > project > p-footer */
.p-footer {
  background-color: #3F342D;
  padding: 168px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-footer {
    padding: 160px 0 64px;
  }
}

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

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

.p-footer__title-block {
  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-footer__title {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-footer__title {
    font-size: 16px;
  }
}

.p-footer__title-en {
  color: #ECE6DC;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.p-footer__nav-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}

.p-footer__menu {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28%;
          flex: 0 0 28%;
}

.p-footer__info-list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-footer__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.p-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.p-footer__tel-icon,
.p-footer__address-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
}

.p-footer__tel-number {
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__address-text {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__nav {
  margin-top: 12px;
}

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

.p-footer__nav-link {
  display: block;
  color: #ECE6DC;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__copyright {
  padding-top: 32px;
  margin-top: 32px;
  border-top: 1px solid #6A5C53;
}

.p-footer__copyright-text {
  color: #FFFFFF;
  text-align: center;
  color: #ECE6DC;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}

/* object > project > p-drawer */
.p-drawer {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #F7F7F7;
  z-index: 1002;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 767px) {
  .p-drawer {
    top: 64px;
  }
}
.p-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

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

.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: 24px;
}

.p-drawer__nav-link {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
.p-drawer__nav-link.is-active {
  color: #CC815C;
}

.p-drawer__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* object > project > p-cta */
.p-page-cta {
  background-color: #FAFAF5;
  padding: 80px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: inherit;
      align-content: inherit;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-page-cta {
    padding: 60px 0;
  }
}

.p-page-cta__title {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1875;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-cta__title {
    font-size: 30px;
  }
}

.p-page-cta__text {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}

.p-page-cta__btn {
  text-align: center;
}

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

.p-page-cta__tel {
  padding: 100px 0;
  background-color: #F3F3F3;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .p-page-cta__tel {
    padding: 60px 0;
  }
}

.p-page-cta__tel-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-page-cta__tel-msg {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-cta__tel-msg {
    font-size: 18px;
  }
}

.p-page-cta__tel-number {
  font-family: "Noto Sans JP", sans-serif;
  color: #4F8788;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-page-cta__tel-number {
    font-size: 36px;
  }
}

.p-page-cta__tel-hours {
  font-family: "Noto Sans JP", sans-serif;
  color: #6A5C53;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-page-cta__tel-hours {
    font-size: 14px;
  }
}

/* object > project > p-fv */
.p-fv {
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .p-fv {
    padding-bottom: 128px;
  }
}
@media screen and (max-width: 767px) {
  .p-fv {
    padding-top: 88px;
  }
}

.p-fv__deco02 {
  position: absolute;
  right: 42px;
  bottom: 0;
  display: block;
  width: 141px;
}
@media screen and (max-width: 1240px) {
  .p-fv__deco02 {
    width: 101px;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__deco02 {
    right: 30px;
    bottom: initial;
    top: 126px;
    width: 72px;
  }
}

@media screen and (max-width: 1023px) {
  .p-fv__inner {
    padding: 0 30px;
  }
}

.p-fv__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 41px;
}
@media screen and (max-width: 1023px) {
  .p-fv__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-fv__img-block {
  width: 886px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 886px;
          flex: 0 0 886px;
  position: relative;
}
@media screen and (max-width: 1240px) {
  .p-fv__img-block {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%;
    width: 65%;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__img-block {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: initial;
  }
}

.p-fv__deco {
  position: absolute;
  right: -295px;
  bottom: 32px;
  font-family: "Homemade Apple", cursive;
  color: #7CB7B8;
  font-size: 64px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: -0.02em;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .p-fv__deco {
    right: -165px;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__deco {
    right: initial;
    left: -14px;
    bottom: -64px;
    font-size: 40px;
    letter-spacing: -0.0125em;
  }
}

.p-fv__feature-list {
  position: absolute;
  left: 32px;
  bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  z-index: 2;
}
@media screen and (max-width: 1240px) {
  .p-fv__feature-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__feature-list {
    top: -10px;
    right: 1.18px;
    bottom: initial;
    left: initial;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 4.76px;
  }
}

.p-fv__feature-item {
  padding: 16px 32px;
  border: 1px solid #FFFFFF;
  background: rgba(204, 129, 92, 0.64);
  text-align: center;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.45;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item {
    border: 0.474px solid #FFFFFF;
    padding: 7.58px 15.16px;
    font-size: 10px;
    line-height: 1.4;
  }
}
.p-fv__feature-item::after {
  content: "";
  position: absolute;
  background: rgba(204, 129, 92, 0.64);
  display: block;
  width: 100%;
  height: 100%;
  top: 4px;
  left: 4px;
}
@media screen and (max-width: 767px) {
  .p-fv__feature-item::after {
    top: 1.75px;
    left: 1.49px;
  }
}
.p-fv__feature-item .text {
  position: relative;
  z-index: 2;
}

.p-fv__box {
  -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: 32px;
  margin-top: 45px;
}
@media screen and (max-width: 1023px) {
  .p-fv__box {
    margin-top: 0;
  }
}

.p-fv__catch {
  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;
}
@media screen and (max-width: 1023px) {
  .p-fv__catch {
    gap: 8px;
  }
}
.p-fv__catch .text {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.28;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1240px) {
  .p-fv__catch .text {
    font-size: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .p-fv__catch .text {
    font-size: 32px;
    letter-spacing: 0.04em;
  }
}
.p-fv__catch .text .colored {
  color: #CC815C;
}

.p-fv__sub-catch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.p-fv__sub-catch .text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 4px 8px;
  background-color: #ECE6DC;
  color: #6A5C53;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

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

/* object > project > p-page-fv */
.p-page-fv__img {
  position: relative;
}
.p-page-fv__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-page-fv__header {
  padding: 48px 24px;
  background-color: #FFFFFF;
  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: 49px;
}
@media screen and (max-width: 767px) {
  .p-page-fv__header {
    padding: 34px 24px;
    gap: 32px;
  }
}

.p-page-fv__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-page-fv__title {
    font-size: 30px;
  }
}

.p-page-fv__sub-copy {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-page-fv__sub-copy {
    font-size: 26px;
  }
}

.p-page-fv__box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* object > project > p-heading */
.p-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;
  gap: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-section-heading {
    gap: 16px;
  }
}

.p-section-heading__lead {
  color: #92857D;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}
.p-section-heading__lead._colorSoft {
  color: #ECE6DC;
}

/* 下層ページ見出しテンプレート */
.p-page-heading01 {
  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;
}
@media screen and (max-width: 767px) {
  .p-page-heading01 {
    gap: 24px;
  }
}
.p-page-heading01._reverse .p-page-heading01__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-page-heading01._reverse .p-page-heading01__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

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

.p-page-heading01__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: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-heading01__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

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

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

.p-page-heading02__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-page-heading02__text {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

.p-page-heading03__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: 32px;
}

.p-page-heading03 {
  background-color: #FFFFFF;
  border: 2px solid #ECE6DC;
  padding: 40px 40px;
}
@media screen and (max-width: 767px) {
  .p-page-heading03 {
    padding: 30px 30px;
  }
}

.p-page-heading03__textarea {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-page-heading03__textarea {
    margin-top: 10px;
  }
}

.p-page-heading03__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-page-heading03__text {
    font-size: 15px;
  }
}

.p-page-heading03__btn {
  margin-top: 24px;
  text-align: center;
}

.p-page-heading04 {
  padding: 60px 70px;
  background-color: #F9F9F9;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .p-page-heading04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-page-heading04 {
    padding: 20px 20px;
  }
}
.p-page-heading04._noImg {
  display: block;
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .p-page-heading04._noImg {
    padding: 20px 20px;
  }
}
.p-page-heading04._noImg .p-page-heading04__main {
  -webkit-box-flex: initial;
      -ms-flex: initial;
          flex: initial;
}

.p-page-heading04__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 40px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 1023px) {
  .p-page-heading04__main {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
    width: 100%;
    padding: 20px 20px;
  }
}

.p-page-heading04__ul {
  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: 16px;
}

.p-page-heading04__li {
  padding-left: 36px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
.p-page-heading04__li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #92857D;
}

.p-page-heading04__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 368px;
          flex: 0 0 368px;
}
@media screen and (max-width: 1023px) {
  .p-page-heading04__img {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-page-heading05 {
  background-color: #FFFFFF;
  padding: 40px 40px;
  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-page-heading05 {
    padding: 24px 24px;
    gap: 16px;
  }
}

.p-page-heading05__lv2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-page-heading05__lv2 {
    font-size: 22px;
  }
}

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

.p-page-heading05__img-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 57px;
}
@media screen and (max-width: 767px) {
  .p-page-heading05__img-list {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

.p-page-heading05_text {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-page-heading05_text {
    text-align: left;
  }
}

/* object > project > p-news-card */
.p-post-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: 12px;
  padding: 20px 20px;
  background-color: #ECE6DC;
}

.p-post-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.p-post-card__date {
  color: #CC815C;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.p-post-card__title {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
}

/* object > project > p-blog-card */
.p-blog-card {
  background-color: #FFFFFF;
  padding: 16px 16px;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-blog-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

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

.p-blog-card__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-blog-card__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-blog-card__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}

.p-blog-card__text {
  font-size: 14px;
  line-height: 1.7;
  font-weight: 400;
}

.p-blog-card__link {
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}

.p-blog-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.p-blog-card__date {
  color: #6A5C53;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

/* object > project > p-news-card */
.p-news-card {
  padding: 32px 32px;
  border-radius: 4px;
  border: 1px solid #F7F7F7;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-news-card__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}

.p-news-card__date {
  color: #92857D;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
}

.p-news-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.p-news-card__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
}

/* object > project > p-form */
.p-form {
  padding: 24px 24px;
}
@media screen and (max-width: 767px) {
  .p-form {
    padding: 16px 16px;
  }
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel],
.p-form textarea {
  width: 100%;
  padding: 13.5px 12px;
  border-radius: 12px;
  border: 1px solid #CCC7BA;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}
.p-form input[type=text],
.p-form input[type=email],
.p-form input[type=tel] {
  height: 44px;
}
.p-form input[type=text]::-webkit-input-placeholder, .p-form input[type=email]::-webkit-input-placeholder, .p-form input[type=tel]::-webkit-input-placeholder, .p-form textarea::-webkit-input-placeholder {
  color: #92857D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.p-form input[type=text]::-moz-placeholder, .p-form input[type=email]::-moz-placeholder, .p-form input[type=tel]::-moz-placeholder, .p-form textarea::-moz-placeholder {
  color: #92857D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.p-form input[type=text]:-ms-input-placeholder, .p-form input[type=email]:-ms-input-placeholder, .p-form input[type=tel]:-ms-input-placeholder, .p-form textarea:-ms-input-placeholder {
  color: #92857D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.p-form input[type=text]::-ms-input-placeholder, .p-form input[type=email]::-ms-input-placeholder, .p-form input[type=tel]::-ms-input-placeholder, .p-form textarea::-ms-input-placeholder {
  color: #92857D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.p-form input[type=text]::placeholder,
.p-form input[type=email]::placeholder,
.p-form input[type=tel]::placeholder,
.p-form textarea::placeholder {
  color: #92857D;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.p-form textarea {
  height: 160px;
}

.p-form__select-wrap {
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #CCC7BA;
  position: relative;
}
.p-form__select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 12px;
  display: inline-block;
  width: 12px;
  height: 8px;
  background-image: url(../img/template/icon_select.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

select {
  cursor: pointer;
  padding: 13.5px 12px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
select:invalid {
  color: #92857D;
}
select:has(option:checked[value=""]) {
  color: #92857D;
}
select option {
  color: #3F342D;
}

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

.p-form__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.p-form__msg {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.p-form__items {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.p-form__items._lg {
  margin-top: 18px;
  gap: 14px;
}

.p-form__column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-form__column {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}

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

.p-form__label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
}

.p-form__tag {
  padding: 3px 8px;
  border-radius: 999px;
  background-color: #3F342D;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
}
.p-form__tag._optional {
  border: none;
  padding: 0;
  color: #92857D;
  background-color: initial;
  font-size: 12px;
  line-height: 1.2;
}

.p-form__privacy {
  margin-top: 14px;
}
.p-form__privacy label {
  cursor: pointer;
}
.p-form__privacy input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.p-form__privacy input[type=checkbox] + span {
  display: inline-block;
  padding-left: 28px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.p-form__privacy input[type=checkbox] + span::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid #92857D;
}
.p-form__privacy input[type=checkbox]:checked + span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  display: inline-block;
  width: 9px;
  height: 5px;
  border-left: 1.5px solid #92857D;
  border-bottom: 1.5px solid #92857D;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.p-form__privacy-note {
  margin-top: 10px;
}
.p-form__privacy-note .text {
  color: #92857D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

.p-form__button-block {
  margin-top: 18px;
  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-form__button-notice {
  color: #92857D;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

/* object > project > p-breadcrumb */
.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 32px;
}

.p-breadcrumb__item {
  position: relative;
}
.p-breadcrumb__item:not(:first-of-type)::before {
  content: "＞";
  position: absolute;
  left: -24px;
  color: #CC815C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item:not(:first-of-type)::before {
    font-size: 14px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}
.p-breadcrumb__item a,
.p-breadcrumb__item span {
  color: #CC815C;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
}
@media screen and (max-width: 767px) {
  .p-breadcrumb__item a,
  .p-breadcrumb__item span {
    font-size: 14px;
  }
}

/* object > project > p-pagination */
.p-pagination {
  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: 12px;
}
@media screen and (max-width: 767px) {
  .p-pagination {
    gap: 8px;
  }
}
.p-pagination .page-numbers {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 4px;
  border: 1px solid #D1D5DB;
  background-color: #FFFFFF;
  color: #CC815C;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35px;
            flex: 0 0 35px;
    width: 35px;
    height: 35px;
    font-size: 14px;
  }
}
.p-pagination .page-numbers.prev, .p-pagination .page-numbers.next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
  width: 76px;
}
@media screen and (max-width: 767px) {
  .p-pagination .page-numbers.prev, .p-pagination .page-numbers.next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
}
.p-pagination .page-numbers.current {
  background-color: #CC815C;
  color: #FFFFFF;
}
.p-pagination._blog .page-numbers {
  border: 1px solid #F7F7F7;
  font-size: 13px;
  font-weight: 500;
  border-radius: 10px;
}
.p-pagination._blog .page-numbers.prev, .p-pagination._blog .page-numbers.next {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 84px;
          flex: 0 0 84px;
  width: 84px;
}
@media screen and (max-width: 767px) {
  .p-pagination._blog .page-numbers.prev, .p-pagination._blog .page-numbers.next {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50px;
            flex: 0 0 50px;
    width: 50px;
  }
}

/* object > project > p-calendar */
.p-calendar__row {
  display: grid;
  grid-template-columns: 209px repeat(8, 1fr);
}
@media screen and (max-width: 767px) {
  .p-calendar__row {
    grid-template-columns: 144px repeat(8, 1fr);
  }
}
.p-calendar__row:nth-of-type(1) .p-calendar__head {
  color: #92857D;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}
.p-calendar__row:not(:first-of-type) .p-calendar__head,
.p-calendar__row:not(:first-of-type) .p-calendar__data {
  padding-top: 16px;
}

.p-calendar__head,
.p-calendar__data {
  padding-bottom: 16px;
  border-bottom: 1px solid #92857D;
}

.p-calendar__head .time-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
.p-calendar__head .time {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.28;
}
.p-calendar__head .time-notice {
  display: inline-block;
  margin-top: 2px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}
.p-calendar__head._textCenter {
  text-align: center;
}

.p-calendar__data._centered {
  display: inline-grid;
  place-items: center;
}

/* object > project > p-sp-cta */
.p-sp-cta {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-sp-cta {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1001;
    -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
    transition: opacity 0.4s ease, visibility 0.4s ease;
  }
}
.p-sp-cta.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.p-sp-cta__inner {
  display: grid;
  grid-template-columns: repeat(2, 163fr) 64fr;
}

.p-sp-cta__item {
  padding: 8px 8px;
  border: 1px solid #FFFFFF;
  background-color: #4F8788;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
.p-sp-cta__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48px;
          flex: 0 0 48px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FFFFFF;
  display: inline-grid;
  place-items: center;
}

.p-sp-cta__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.28;
}

.p-sp-cta__to-top {
  background-color: #FFFFFF;
  display: inline-grid;
  place-items: center;
}

/* object > project > p-post */
.p-post {
  display: grid;
  grid-template-columns: auto 180px;
  grid-template-rows: repeat(2, auto);
}
@media screen and (max-width: 767px) {
  .p-post {
    grid-template-columns: 1fr;
    grid-template-rows: initial;
    gap: 32px;
  }
}

.p-post__header {
  grid-column: 1/2;
  grid-row: 1/2;
}
@media screen and (max-width: 767px) {
  .p-post__header {
    grid-column: initial;
    grid-row: initial;
  }
}

.p-post__list {
  grid-column: 1/3;
  grid-row: 2/3;
  margin-top: 48px;
  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;
}
@media screen and (max-width: 767px) {
  .p-post__list {
    margin-top: 0;
    grid-column: initial;
    grid-row: initial;
  }
}

.p-post__link {
  grid-column: 2/3;
  grid-row: 1/2;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .p-post__link {
    grid-column: initial;
    grid-row: initial;
    text-align: center;
  }
}

/* object > project > p-treat */
/* メリット・デメリット */
.p-treat-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}

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

.p-treat-cards__text {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-treat-cards__text {
    font-size: 16px;
  }
}

.p-treat-cards__card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .p-treat-cards__card-list {
    grid-template-columns: 1fr;
  }
}

.p-treat-cards__card {
  padding: 32px 32px;
  background-color: #F7F7F7;
  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-treat-cards__card._merit .p-treat-cards__title {
  background-color: #E6AB8E;
  border: 1px solid #CC815C;
}
.p-treat-cards__card._demerit .p-treat-cards__title {
  background-color: #7CB7B8;
  border: 1px solid #4F8788;
}

.p-treat-cards__title {
  border-radius: 4px;
  padding: 12px 12px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

.p-treat-cards__lv3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.p-treat-cards__ul {
  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-treat-cards__li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.p-treat-cards__li .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}
.p-treat-cards__li .text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

/* メリット・デメリット テーブル */
.p-treat-table01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
}

.p-treat-table01__table {
  width: 100%;
  background-color: #FFFFFF;
}

.p-treat-table01__row {
  display: grid;
  grid-template-columns: 196px 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__row {
    grid-template-columns: 90px 1fr 1fr;
  }
}
.p-treat-table01__row:first-of-type {
  border-radius: 16px 16px 0 0;
  background-color: #ECE6DC;
}
.p-treat-table01__row:first-of-type .p-treat-table01__head {
  width: 221px;
  padding: 17.5px 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__row:first-of-type .p-treat-table01__head {
    width: 100px;
  }
}
.p-treat-table01__row:first-of-type .p-treat-table01__head:first-of-type {
  border-radius: 16px 0 0 0;
}
.p-treat-table01__row:first-of-type .p-treat-table01__head:last-of-type {
  border-radius: 0 16px 0 0;
}
.p-treat-table01__row:not(:first-of-type) .p-treat-table01__head {
  border-left: 1px solid #ECE6DC;
  width: 221px;
  padding: 29.5px 16px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__row:not(:first-of-type) .p-treat-table01__head {
    width: initial;
    padding: 29.5px 10px;
  }
}
.p-treat-table01__row:not(:first-of-type) .p-treat-table01__data:last-of-type {
  border-right: 1px solid #ECE6DC;
}
.p-treat-table01__row:last-of-type {
  border-radius: 0 0 16px 16px;
}
.p-treat-table01__row:last-of-type .p-treat-table01__head {
  border-radius: 0 0 0 16px;
  border-bottom: 1px solid #ECE6DC;
}
.p-treat-table01__row:last-of-type .p-treat-table01__data {
  border-bottom: 1px solid #ECE6DC;
}
.p-treat-table01__row:last-of-type .p-treat-table01__data:last-of-type {
  border-radius: 0 0 16px 0;
}

.p-treat-table01__data {
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__data {
    padding-left: 10px;
  }
}
.p-treat-table01__data .wrap {
  display: inline-block;
  border-radius: 12px;
  background-color: #F7F7F7;
  padding: 10px 10px;
}
.p-treat-table01__data .data-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__data .data-text {
    gap: 5px;
  }
}
.p-treat-table01__data .data-text .text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
}
.p-treat-table01__data .data-text svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__data .data-text svg {
    display: none;
  }
}

.p-treat-table01__head:not(:first-of-type) {
  padding-left: 25px;
}
@media screen and (max-width: 767px) {
  .p-treat-table01__head:not(:first-of-type) {
    padding-left: 10px;
  }
}

.p-treat-flow01 {
  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;
}
@media screen and (max-width: 767px) {
  .p-treat-flow01 {
    gap: 44px;
  }
}

.p-treat-flow01__card {
  padding: 40px 40px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 2px solid #ECE6DC;
  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;
}
@media screen and (max-width: 767px) {
  .p-treat-flow01__card {
    padding: 24px 24px;
  }
}
.p-treat-flow01__card:not(:first-of-type) {
  position: relative;
}
.p-treat-flow01__card:not(:first-of-type)::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -60px;
  display: inline-block;
  width: 32px;
  height: 32px;
  background-image: url(../img/template/icon_chevron-down-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 767px) {
  .p-treat-flow01__card:not(:first-of-type)::before {
    top: -38px;
  }
}

.p-treat-flow01__number {
  border-radius: 4px;
  padding: 8px 8px;
  max-width: 124px;
  width: 100%;
  text-align: center;
  border: 2px solid #CC815C;
  background-color: #E6AB8E;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

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

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

.p-treat-flow01__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: 13px;
}
@media screen and (max-width: 767px) {
  .p-treat-flow01__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-treat-flow01__lv3 {
  padding-bottom: 13px;
  border-bottom: 1px solid #F6CCB7;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

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

.p-treat-flow02 {
  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-treat-flow02__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 77px;
}
@media screen and (max-width: 1023px) {
  .p-treat-flow02__cards {
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  .p-treat-flow02__cards {
    grid-template-columns: 1fr;
  }
}

.p-treat-flow02__card {
  border-right: 8px;
  padding: 24px 24px;
  border: 2px solid #ECE6DC;
  background-color: #FFFFFF;
  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;
  border-radius: 8px;
}
.p-treat-flow02__card:not(:first-of-type) {
  position: relative;
}
.p-treat-flow02__card:not(:first-of-type)::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -51px;
  background-image: url(../img/template/icon_chevron-right-green.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: inline-block;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 1023px) {
  .p-treat-flow02__card:not(:first-of-type)::before {
    left: -30px;
  }
}
@media screen and (max-width: 767px) {
  .p-treat-flow02__card:not(:first-of-type)::before {
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    top: -30px;
  }
}

.p-treat-flow02__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-treat-flow02__number {
  max-width: 61px;
  width: 100%;
  margin-inline: auto;
  padding: 6px 6px;
  border-radius: 4px;
  border: 2px solid #CC815C;
  background-color: #E6AB8E;
  text-align: center;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 1.2;
}

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

.p-treat-flow02__title {
  text-align: center;
  color: #CC815C;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.p-treat-flow02__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-treat-flow02__text {
    text-align: center;
  }
}

.p-treat-flow03 {
  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-treat-flow03__cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.p-treat-flow03__card {
  border-right: 8px;
  background-color: #F7F7F7;
  padding: 32px 32px;
  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;
}
@media screen and (max-width: 767px) {
  .p-treat-flow03__card {
    padding: 24px 24px;
  }
}

.p-treat-flow03__number {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #E6AB8E;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.p-treat-flow03__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.p-treat-flow03__text {
  color: #6A5C53;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}

.p-treat-flow04 {
  padding: 60px 40px;
  background-color: #FFFFFF;
}
@media screen and (max-width: 767px) {
  .p-treat-flow04 {
    padding: 20px 20px;
  }
}

.p-treat-flow04__title {
  text-align: center;
  padding-bottom: 16px;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-treat-flow04__title {
    font-size: 28px;
  }
}
.p-treat-flow04__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: inline-block;
  width: 400px;
  height: 1px;
  background-color: #F6CCB7;
}
@media screen and (max-width: 767px) {
  .p-treat-flow04__title::after {
    width: 100%;
  }
}

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

.p-treat-flow04__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30.4347%;
          flex: 0 0 30.4347%;
  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;
}
@media screen and (max-width: 767px) {
  .p-treat-flow04__list {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}

.p-treat-flow04__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 8px 20px;
  border-radius: 0 30px 30px 0;
  background-color: #F7F7F7;
}
.p-treat-flow04__list-item.is-active {
  color: #FFFFFF;
  background-color: #CCC7BA;
}
.p-treat-flow04__list-item .number {
  font-family: "Homemade Apple", cursive;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-treat-flow04__list-item .number {
    font-size: 32px;
  }
}
.p-treat-flow04__list-item .text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

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

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

.p-treat-flow04__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-treat-flow04__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: 24px;
}

.p-treat-flow04__lv3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

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

.p-treat-table01 {
  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-treat-table01__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: 20px;
}

.p-treat-table01__text {
  color: #6A5C53;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

.p-treat-table01__table {
  background-color: #FFFFFF;
}

.p-treat-tale01__row {
  display: grid;
  grid-template-columns: 438fr 220fr 414fr;
}
@media screen and (max-width: 767px) {
  .p-treat-tale01__row {
    grid-template-columns: 100px 100px 1fr;
  }
}
.p-treat-tale01__row .p-treat-table01__data:last-of-type._fontSmall {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
.p-treat-tale01__row:nth-of-type(odd) {
  background-color: #F7F7F7;
}
.p-treat-tale01__row:first-of-type {
  border-radius: 16px 16px 0 0;
}
.p-treat-tale01__row:first-of-type .p-treat-table01__head {
  border-top: 1px solid #ECE6DC;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}
.p-treat-tale01__row:first-of-type .p-treat-table01__head:first-of-type {
  padding-left: 18px;
  border-radius: 16px 0 0 0;
  border-left: 1px solid #ECE6DC;
}
@media screen and (max-width: 767px) {
  .p-treat-tale01__row:first-of-type .p-treat-table01__head:first-of-type {
    padding-left: 12px;
  }
}
.p-treat-tale01__row:first-of-type .p-treat-table01__head:last-of-type {
  padding-right: 18px;
  border-radius: 0 16px 0 0;
  border-right: 1px solid #ECE6DC;
}
.p-treat-tale01__row:not(:first-of-type) .p-treat-table01__head,
.p-treat-tale01__row:not(:first-of-type) .p-treat-table01__data {
  padding-top: 23.5px;
  padding-bottom: 23.5px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-treat-tale01__row:not(:first-of-type) .p-treat-table01__head,
  .p-treat-tale01__row:not(:first-of-type) .p-treat-table01__data {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-treat-tale01__row:not(:first-of-type) .p-treat-table01__head {
  padding-left: 18px;
  display: inline-grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-treat-tale01__row:not(:first-of-type) .p-treat-table01__head {
    padding-left: 12px;
  }
}
.p-treat-tale01__row:last-of-type {
  border-radius: 0 0 16px 16px;
}
.p-treat-tale01__row:last-of-type .p-treat-table01__head {
  border-bottom: 1px solid #FFFFFF;
}
.p-treat-tale01__row:last-of-type .p-treat-table01__head:first-of-type {
  border-radius: 0 0 0 16px;
  border-left: 1px solid #ECE6DC;
  border-bottom: 1px solid #ECE6DC;
}
.p-treat-tale01__row:last-of-type .p-treat-table01__data {
  border-bottom: 1px solid #ECE6DC;
}
.p-treat-tale01__row:last-of-type .p-treat-table01__data:last-of-type {
  border-right: 1px solid #ECE6DC;
  border-radius: 0 0 16px 0;
}
.p-treat-tale01__row:not(:last-of-type) .p-treat-table01__head {
  border-left: 1px solid #ECE6DC;
}
.p-treat-tale01__row:not(:last-of-type) .p-treat-table01__data:last-of-type {
  border-right: 1px solid #ECE6DC;
}

.p-treat-table02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px;
}

.p-treat-table02__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: 28px;
}

.p-treat-table02__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 767px) {
  .p-treat-table02__cards {
    grid-template-columns: 1fr;
  }
}

.p-treat-table02__card {
  padding: 24px 24px;
  border-radius: 16px;
  background-color: #FFFFFF;
  border: 1px solid #CC815C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.07);
}
@media screen and (max-width: 767px) {
  .p-treat-table02__card {
    gap: 16px;
  }
}
.p-treat-table02__card:nth-of-type(odd) {
  background-color: #ECE6DC;
  border: 1px solid #F7F7F7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-treat-table02__card .title-lv3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.p-treat-table02__card .title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.p-treat-table02__card .price {
  color: #CC815C;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
}
.p-treat-table02__card .textarea {
  margin-top: 8px;
}
.p-treat-table02__card .p-treat-table02__text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
}
.p-treat-table02__card .btn-wrap {
  margin-top: 25px;
}

.p-treat-table02__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
}

/* object > project > p-template */
/* アンカーリスト */
.p-anchor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-anchor {
    grid-template-columns: 1fr;
  }
}

/* 新着情報 */
.p-news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}

/* ブログ */
.p-blog-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: 14px;
}
@media screen and (max-width: 767px) {
  .p-blog-list {
    gap: 32px;
  }
}

/* ページネーション */
.p-news-pagination {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .p-news-pagination {
    margin-top: 36px;
  }
}

.p-blog-pagination {
  margin-top: 30px;
}

/* FAQ */
.p-faq-accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

/* 表挿入 */
.p-table {
  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-table__title {
  color: #CC815C;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}

.p-table__notice-text {
  color: #92857D;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
}

/* object > project > p-sidebar */
.p-sidebar__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: 16px;
}

.p-sidebar__item {
  background-color: #FFFFFF;
  border-radius: 16px;
  padding: 18px 18px;
}
.p-sidebar__item._cta {
  border: 1px solid #4F8788;
  background-color: #F7F7F7;
}

.p-sidebar__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.p-sidebar__content {
  margin-top: 12px;
}
.p-sidebar__content._cta {
  margin-top: 25px;
}

.p-sidebar__cat-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: 8px;
}
.p-sidebar__cat-list li {
  background-color: #F7F7F7;
  border-radius: 12px;
  padding: 10px 10px;
}
.p-sidebar__cat-list a {
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}
.p-sidebar__cat-list a::after {
  content: "◯";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.p-sidebar__post-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: 10px;
}

.p-sidebar__post-link {
  padding: 10px 10px;
  background-color: #F7F7F7;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.p-sidebar__post-thumbnail {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 64px;
          flex: 0 0 64px;
}
.p-sidebar__post-thumbnail img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-sidebar__post-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: 4px;
}

.p-sidebar__post-title {
  font-size: 13px;
  font-weight: 900;
  line-height: 1.5;
}

.p-sidebar__post-date {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

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

.p-sidebar__cta-text {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.7;
}

.p-sidebar__cta-btn {
  text-align: center;
}

.p-sidebar__cta-hours-text {
  color: #6A5C53;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.6;
}

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

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

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

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


.sitemap_footers {
  margin-top: 32px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.p-footer__sitemap-link {
  display: inline-block;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.p-footer__sitemap-link:hover {
  text-decoration: underline;
}


.p-calendar__legend {
  list-style: none;
  padding: 0;
  margin: 12px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
}
.p-calendar__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #1C2833;
}

/*FV box*/
 .p-page-fv__box {
                    padding: 12px 24px !important;
                    width: 350px !important;
	         text-align: center;
                }