@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  scroll-behavior: smooth;
  scroll-padding-top: calc((var(--headerHeight, 64px)) + 1px);
}
@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: calc((var(--headerHeight, 60px)) + 1px);
  }
}

/* =======================
共通パーツ
======================= */
img {
  max-height: 100%;
}

.bg_beige {
  background-color: #F8F8F4;
  border-radius: 100px;
}
@media screen and (max-width: 960px) {
  .bg_beige {
      border-radius: 30px;
  }
}


.is-pc {
  display: block;
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

.is-tab {
  display: none;
}
@media screen and (max-width: 950px) {
  .is-tab {
    display: block;
  }
}
.spview2 {
  display: none;
}
@media screen and (max-width: 600px) {
  .spview2 {
    display: block;
  }
}

.u-separate {
  margin: 24px 0;
}

/* 見出し */

.c-sec-ttl {
  margin-bottom: 80px;
}
.c-sec-ttl figure {
  margin-bottom: 0;
}
.c-sec-ttl h2 {
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  .c-sec-ttl {
    margin-bottom: 34px;
  }
  .c-sec-ttl h2 {
    font-size: 13px;
    margin-top: 16px;
  }
}

/* ボタン */
.is-style-btn_solid {
  line-height: 1.5;
  max-width: 336px;
  position: relative;
  transition: all 0.3s ease-in-out;
  width: 100%;
}
.is-style-btn_solid:hover a {
  border: 4px solid #C0516C;
}
.is-style-btn_solid::after {
  -webkit-mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  mask: url(../img/icon_arrow.svg) no-repeat center/contain;
  background-color: #fff;
  content: "";
  height: 12px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
  z-index: 1;
}
.is-style-btn_solid a {
  background-color: #C0516C;
  border: 4px solid #E6B9C4;
  border-radius: 100em;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 14px 0;
  text-align: center;
  transition: all 0.3s ease-in-out;
  width: 100%;
  box-shadow: none;
}
.is-style-btn_solid a:hover {
  transform: none;
}
.is-style-btn_solid.line a {
  background-color: #06C755;
  border: 4px solid #9BE9BB;
}
.is-style-btn_solid.line a::before {
  content: "";
  background: url(../img/icon_line.svg) no-repeat center / contain;
  height: 26px;
  width: 26px;
  margin-right: 7px;
}
.is-style-btn_solid.line:hover a {
  border-color: #06C755;
}
.is-style-btn_solid.reserve a::before {
  content: "";
  background: url(../img/icon_calendar.svg) no-repeat center / contain;
  height: 22px;
  margin-right: 12px;
  width: 22px;
}
.is-style-btn_solid.mail a {
  background-color: #fff;
  border: 4px solid #E6B9C4;
  color: #C0516C;
}
.is-style-btn_solid.mail a::before {
  content: "";
  background: url(../img/icon_mail.svg) no-repeat center / contain;
  height: 22px;
  margin-right: 12px;
  width: 22px;
}
.is-style-btn_solid.mail::after {
  background-color: #C0516C;
}
.is-style-btn_solid.mail:hover a {
  border-color: #fff;
}
@media screen and (max-width: 960px) {
  .is-style-btn_solid a {
    font-size: 14px;
    padding: 16px 0 15px;
  }
}
@media screen and (max-width: 960px) {
  .is-style-btn_solid {
    max-width: 260px;
  }
}

.is-style-btn_solid.mv {
  max-width: 336px;
  margin-left: 0;
}
.is-style-btn_solid.mv a {
  padding: 19px 0;
}
@media screen and (max-width: 960px) {
  .is-style-btn_solid.mv a {
    font-size: 16px;
    padding: 18px 0;
  }
}

.is-style-btn_solid.small {
  max-width: 260px;
}
.is-style-btn_solid.small a {
  padding: 14px 0;
}

.is-style-btn_solid.center {
  margin-left: auto;
  margin-right: auto;
}

/* =======================
ヘッダー
======================= */
@media screen and (min-width: 768px) {
  .l-fixHeader__inner.l-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.l-header .l-container {
  max-width: 100%;
  padding: 8px;
  padding: 0 40px;
}

.l-header .l-container {
  max-width: 100%;
  padding: 8px;
  padding: 0 40px;
}

.-series-right .w-header {
  margin-left: 28px;
}

.-series-right .w-header [class*=is-style-btn_] a {
  font-size: 14px;
  font-weight: normal;
  min-width: 140px;
  padding: 10px 26px 11px;
  white-space: nowrap;
}

.c-gnav > .menu-item > a {
  padding: 0 18px;
}

.-series-right .w-header .swell-block-columns .swell-block-column {
  margin-left: 22px;
}

.p-spMenu__bottom {
  margin-top: 20px;
}
.nav-btns {
  margin-bottom: 0;
}
.nav-btns a {
  box-shadow: none;
  font-size: 14px;
  font-weight: normal;
}

.nav-btns .pink a {
  background-color: #D68E9F;
}

.icon-menu-thin:before {
  background: url(../img/btn_open.webp) no-repeat center/contain;
  content: "";
  height: 19px;
  width: 24px;
}

.icon-close-thin:before {
  background: url(../img/btn_close.webp) no-repeat center/contain;
  content: "";
  height: 20px;
  width: 20px;
}

@media screen and (min-width: 768px) {
  .l-header {
    box-shadow: none;
  }
  .-series .l-header__logo {
    padding: 21px 0;
  }
}
@media screen and (max-width: 1200px) {
  .l-header .l-container {
    padding: 0 20px;
  }
  .c-gnav > .menu-item > a {
    padding: 0 10px;
  }
  .-series-right .w-header {
    margin-left: 20px;
  }
  .-series-right .w-header [class*=is-style-btn_] a {
    min-width: 124px;
    padding: 10px 18px 11px;
  }
}
@media not all and (min-width: 960px) {
  .-img .c-headLogo__link {
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-header .l-container {
    padding: 0;
  }
}


.c-spnav {
  border-top: 1px solid #e6e6e6;
  margin-top: 13px;
}

.c-listMenu a {
  border-bottom: 1px solid #e6e6e6;
  font-size: 14px;
  padding: 1em 1em 1em 1.5em;
}

.p-spMenu__bottom .nav-btns a {
  padding: 12px 1.5em;
  width: 100%;
}

/*メニューのタイトルを消す*/
.c-widget__title.-spmenu {
  display: none;
}

#sp_menu_bottom .widget_text:nth-child(2) {
  margin-top: 20px;
}

.p-sp-sub-nav {
  display: flex;
}

.p-sp-sub-nav__item {
  color: #666666;
  font-size: 12px;
}

.p-sp-sub-nav__item:nth-child(1) {
  padding-right: 14px;
}

.p-sp-sub-nav__item:nth-child(2) {
  padding-left: 14px;
  position: relative;
}
.p-sp-sub-nav__item:nth-child(2)::before {
  background-color: #BCBCBC;
  content: "";
  height: 14px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}


/* =======================
フッター
======================= */
.w-beforeFooter {
  margin: 0;
  overflow: visible;
  position: relative;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-footer__inner .l-container {
    padding: 0 20px;
  }
}

.p-footer-info {
  align-items: center;
  display: flex;
  justify-content: center;
}
.p-footer-info__logo {
  max-width: 220px;
  width: 100%;
}
.p-footer-info__text {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .p-footer-info {
    align-items: flex-start;
    flex-direction: column;
  }
  .p-footer-info__text {
    line-height: 1.8;
    margin-left: 0;
    margin-top: 10px;
  }
  .p-footer-info__text span {
    font-size: 15px;
  }
}

.l-footer__inner {
  padding: 13px 0 14px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 32px 0 14px;
  }
}

.l-footer__inner .w-footer__box {
  padding-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner .w-footer__box {
    padding-bottom: 7px;
  }
}

.l-footer__nav {
  margin-top: -14px;
  padding-bottom: 22px;
}

@media (min-width: 600px) {
  .l-footer__nav a {
    border-right: 1px solid #D9B4BD;
    font-size: 14px;
    padding: 0 16px;
  }
  .l-footer__nav li:first-child a {
    border-left: none;
  }
  .l-footer__nav li:last-child a {
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav li {
    margin-top: 9px;
  }
  .l-footer__nav a {
    font-size: 13px;
    padding: 0 10px;
  }
}
#fix_bottom_menu {
  overflow: hidden;
  padding-bottom: 0;
}
#fix_bottom_menu::before {
  border: 2px solid #E6B9C4;
  border-bottom: none;
  border-radius: 30px 30px 0 0;
}
#fix_bottom_menu .menu-item a {
  align-items: center;
  display: flex;
  justify-content: center;
}
#fix_bottom_menu .menu-item i {
  height: 18px;
  position: relative;
  width: 18px;
}
#fix_bottom_menu .btn_reserve i::before {
  background: url(../img/icon_calendar.svg) no-repeat center/contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#fix_bottom_menu span {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  margin-left: 6px;
  margin-top: 0;
  width: -moz-fit-content;
  width: fit-content;
}




/* =======================
トップページ
======================= */

.home .l-container {
  max-width: 100%;
}



:is(.top, .page-id-9478) #content {
  margin-bottom: 0;
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  :is(.top, .page-id-9478) #content {
    padding-top: 0;
  }
}
.page .common-p {
  padding: 100px 0 !important;
}
@media screen and (max-width: 960px) {
  .page .common-p {
    padding: 60px 0 !important;
  }
}

.l-top__mv {
  margin-bottom: 130px;
}
@media screen and (max-width: 960px) {
  .l-top__mv {
    margin-bottom: 80px;
  }
}
.l-top__service {
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  .l-top__service {
    margin-bottom: 20px;
  }
}
.l-top__works {
  padding-bottom: 140px !important;
}
@media screen and (max-width: 960px) {
  .l-top__works {
    padding-bottom: 70px !important;
  }
}
.l-top__voices {
  padding-bottom: 150px !important;
}
@media screen and (max-width: 960px) {
  .l-top__voices {
    padding-bottom: 70px !important;
  }
}
.l-top__profile {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 960px) {
  .l-top__profile {
    padding-bottom: 80px !important;
  }
}
.l-top__blog {
  padding-bottom: 120px !important;
}
@media screen and (max-width: 960px) {
  .l-top__blog {
    padding-bottom: 70px !important;
  }
}
.p-top-mv__text h2 {
font-size: 30px;
font-weight: 500;
letter-spacing: 0.1em;
line-height: 1.7;
position: relative;
margin-bottom: 0;
}
.p-top-mv__text h2::before {
background: url(/wp-content/uploads/2026/04/bg_heart.webp) no-repeat center/contain;
content: "" !important;
height: 60px;
left: -16px;
position: absolute;
top: -4px;
width: 65px;
z-index: -1;
}
.p-top-mv__desc {
font-size: 14px;
letter-spacing: 0.06em;
line-height: 1.8;
margin-top: 30px;
text-align: justify;
}
.p-top-mv__desc p:not(:first-child) {
margin-top: 26px;
}
.p-top-mv .is-style-btn_solid {
margin-top: 40px;
}
.p-top-mv__image {
position: relative;
}
.p-top-mv__image .text {
height: 142px;
left: -73px;
position: absolute;
top: 44px;
width: 308px;
object-fit: contain;
}
.p-top-mv__image .text img {
  object-fit: contain;
}
.p-top-mv__image .mamemochi {
border-radius: 80px;
overflow: hidden;
}
@media screen and (max-width: 1000px) {
  .p-top-mv__text h2 {
    font-size: 24px;
  }
  .p-top-mv__image {
    max-width: 50%;
  }
}
@media screen and (max-width: 960px) {
  .p-top-mv__text {
    padding: 0 20px;
  }
  .p-top-mv__text h2 {
    font-size: 22px;
  }
  .p-top-mv__text h2::before {
    height: 44px;
    left: -12px;
    top: -4px;
    width: 47px;
  }
  .p-top-mv__desc {
    line-height: 1.6;
    margin-top: 16px;
  }
  .p-top-mv__desc p:not(:first-child) {
    margin-top: 23px;
  }
  .p-top-mv .is-style-btn_solid {
    margin-top: 30px;
  }
  .p-top-mv__image {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    order: -1;
  }
  .p-top-mv__image .text {
    height: 24vw;
    left: 1px;
    top: 19px;
    width: 44.2vw;
  }
  .p-top-mv__image .mamemochi {
    border-radius: 0 0 0 40px;
    margin-left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
    width: calc(100vw - var(--swl-scrollbar_width, 0px));
  }
}

.p-feature {
  position: relative;
}
.p-feature .logo {
  left: 20px;
  position: absolute;
  top: -100px;
  transform: translateY(-50%);
  width: 220px;
}
.p-feature .illust {
  position: absolute;
  right: 80px;
  top: -29px;
  width: 151px;
}
.p-feature__card:nth-child(2) {
  margin-top: 50px;
}
.p-feature__card:nth-child(3) {
  margin-top: 100px;
}
.p-feature .img {
  border-radius: 18px;
  overflow: hidden;
}
.p-feature .img img {
  width: 100%;
  height: 100%;
}
.p-feature__text {
  margin-top: 40px;
}
.p-feature h3 {
  font-size: 22px;
  font-weight: normal;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-bottom: 0;
}
.p-feature__achievements {
  margin-top: 14px;
}
.p-feature__achievements .achievements {
  border-bottom: 1px solid #D6D6D6;
  padding-bottom: 6px;
}
.p-feature__achievements img {
  display: block;
}
.p-feature__achievements ul {
  margin-top: 12px;
  padding-left: 0;
}
.p-feature__achievements li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.5;
  padding-left: 21px;
  position: relative;
  list-style: none;
}
.p-feature__achievements li::before {
  background-color: #C0516C;
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 7px;
  position: absolute;
  top: 9px;
  width: 7px;
}
.p-feature__achievements li:not(:first-child) {
  margin-top: 10px;
}
.p-feature__text p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .p-feature .logo {
    top: -60px;
    width: clamp(100px, 30%, 200px);
  }
  .p-feature .illust {
    right: 20px;
    top: -116px;
    width: clamp(88px, 23%, 150px);
  }
  .p-feature__contents {
    max-width: 600px;
    margin-inline: auto;
  }
  .p-feature__card:nth-child(2), .p-feature__card:nth-child(3) {
    margin-top: 0;
  }
  .p-feature__text {
    margin-top: 20px;
  }
  .p-feature h3 {
    font-size: 20px;
  }
  .p-feature__achievements .achievements {
    font-size: 13px;
    padding-bottom: 5px;
  }
  .p-feature__achievements ul {
    margin-top: 8px;
  }
  .p-feature__achievements li {
    font-size: 15px;
    padding-left: 13px;
  }
  .p-feature__achievements li::before {
    left: 0;
    top: 8px;
  }
  .p-feature__achievements li:not(:first-child) {
    margin-top: 6px;
  }
  .p-feature__text p {
    margin-top: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 600px) {
  .p-feature .c-sec-ttl figure {
    width: 235px;
    margin-inline: auto;
  }
}


.p-service .c-sec-ttl {
  margin-bottom: 53px;
}
@media screen and (max-width: 960px) {
  .p-service .c-sec-ttl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-service .c-sec-ttl figure {
    width: 140px;
  }
}

.p-service__item {
  position: relative;
  padding-top: 80px;
}
@media screen and (max-width: 1000px) {
  .p-service__item {
    padding-top: 220px;
  }
}
@media screen and (max-width: 960px) {
  .p-service__item {
    padding-top: 0;
  }
  .p-service__item .swell-block-columns__inner {
    justify-content: center;
  }
}
.p-service__text {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 4px 4px 20px 0 rgba(51, 51, 51, 0.1);
  height: -moz-fit-content;
  height: fit-content;
  max-width: 550px;
  position: relative;
  z-index: 3;
}
.p-service__item .p-service__text {
  padding: 80px 55px;
}
.p-service__text .illust {
  position: absolute;
}
@media screen and (max-width: 960px) {
  .p-service__text {
    border-radius: 20px;
    box-shadow: 2px 2px 10px 0 rgba(51, 51, 51, 0.1);
  }
  .p-service__item .p-service__text {
    padding: 40px 20px;
  }
}
.p-service__text h3 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
  margin-top: 27px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-service__text h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}
.p-service__text p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 20px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .p-service__text p {
    margin-top: 16px;
  }
}
.p-service__text .swell-block-button {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  .p-service__text .swell-block-button {
    margin: 30px auto 0;
  }
  .p-service__image {
    order: -1;
    max-width: 600px;
  }
}
.p-service__item .logo {
  z-index: -1;
}
.p-service__item:nth-child(1) .logo {
  height: 261px;
  position: absolute;
  right: -50px;
  top: -40px;
  width: 480px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(1) .logo {
    max-width: 335px;
    right: 0;
    top: -50px;
    width: 100%;
  }
}
.p-service__item:nth-child(1) .p-service__text {
  margin-top: 80px !important;
}
.p-service__item:nth-child(1) .illust {
  right: 80px;
  top: -53px;
  width: 160px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(1) .p-service__text {
    margin-top: 36px !important;
  }
  .p-service__item:nth-child(1) .illust {
    right: 0;
    top: -60px;
    width: max(129px, 30%);
  }
}
.p-service__item:nth-child(1) .p-service__box {
  padding-top: 0;
}
.p-service__item:nth-child(1) .swell-block-button {
  margin: 50px auto 0;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(1) .swell-block-button {
    margin-top: 40px;
  }
}
.p-service__item:nth-child(2) .p-service__text {
  margin-left: auto;
}
@media screen and (max-width: 1000px) {
  .p-service__item:nth-child(2) .p-service__text, .p-service__item:nth-child(3) .p-service__text {
    padding: 50px 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(2) .p-service__text {
    margin-left: 0;
  }
  .p-service__item:nth-child(2) .p-service__text, .p-service__item:nth-child(3) .p-service__text {
    margin-top: -22px !important;
    padding: 40px 20px;
  }
}
.p-service__item:nth-child(2) .img, .p-service__item:nth-child(3) .img {
  height: 100%;
  max-width: 700px;
  min-height: 430px;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.p-service__item:nth-child(2) .img {
  right: auto;
  left: 0;
}
.p-service__item:nth-child(2) .img img, .p-service__item:nth-child(3) .img img {
  border-radius: 30px;
}
@media screen and (max-width: 1000px) {
  .p-service__item:nth-child(2) .img, .p-service__item:nth-child(3) .img {
    max-width: 450px;
  }
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(2) .img, .p-service__item:nth-child(3) .img {
    height: auto;
    min-height: auto;
    position: relative;
    margin-left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
    width: calc(100vw - var(--swl-scrollbar_width, 0px));
    max-width: none;
  }
  .p-service__item:nth-child(2) .img img, .p-service__item:nth-child(3) .img img {
    border-radius: 0;
  }
}
.p-service__item:nth-child(2) {
  margin-top: 160px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(2) {
    margin-top: 60px;
  }
}
.p-service__item:nth-child(2) .logo {
  position: absolute;
  right: -50px;
  top: -148px;
  width: 480px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(2) .logo {
    display: none;
  }
}
.p-service__item:nth-child(2) .illust {
  right: 67px;
  top: -70px;
  width: 208px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(2) .illust {
    right: 8px;
    top: -28px;
    width: max(148px, 32%);
  }
}
.p-service__item:nth-child(2) .p-service__image {
  left: 0;
  right: auto;
}
.p-service__item:nth-child(3) {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(3) {
    margin-top: 60px;
  }
}
.p-service__item:nth-child(3) .logo {
  left: -50px;
  position: absolute;
  top: -129px;
  width: 480px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(3) .logo {
    display: none;
  }
}
.p-service__item:nth-child(3) .illust {
  right: 30px;
  top: -70px;
  width: 160px;
}
@media screen and (max-width: 960px) {
  .p-service__item:nth-child(3) .illust {
    right: 8px;
    top: -28px;
    width: max(114px, 28%);
  }
}

.p-plan {
  margin-top: 83px;
}
@media screen and (max-width: 960px) {
  .p-plan {
    margin-top: 40px;
  }
}
.p-plan__heading {
  text-align: center;
}
.p-plan__balloon {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding: 0 30px 23px;
  position: relative;
  margin-bottom: 0;
}
.p-plan__balloon::before {
  background: url(../img/balloon.webp) no-repeat center/contain;
  bottom: 0;
  content: "";
  height: 36px;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .p-plan__balloon {
    font-size: 15px;
    padding: 0 22px 19px;
  }
}
.p-plan__lead {
  font-size: 26px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px !important;
}
@media screen and (max-width: 960px) {
  .p-plan__lead {
    font-size: 24px;
    margin-top: 5px !important;
  }
}
.p-plan__list {
  margin-top: 17px;
}
@media screen and (max-width: 960px) {
  .p-plan__list {
    margin-top: 15px;
    margin: 0 auto;
    max-width: 300px;
  }
}
.p-plan__item {
  border-radius: 20px;
  box-shadow: 2px 4px 10px 0 rgba(51, 51, 51, 0.06), -2px -4px 10px 0 rgba(51, 51, 51, 0.06);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-plan__item {
    box-shadow: 2px 2px 10px 0 rgba(51, 51, 51, 0.06), -2px -2px 10px 0 rgba(51, 51, 51, 0.06);
  }
}
.p-plan__head {
  min-height: 160px;
  padding: 10px 35px 17px !important;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-plan__head {
    min-height: auto;
    padding: 20px 20px 30px !important;
  }
}
.p-plan__en img {
  -o-object-fit: contain;
  max-height: 42px;
  object-fit: contain;
}
@media screen and (max-width: 960px) {
  .p-plan__en img {
    max-height: 34px;
  }
}
.p-plan__head h4 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 6px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-plan__head h4 {
    font-size: 20px;
    margin-top: 10px;
  }
}
.p-plan__recommend {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 8px;
}
@media screen and (max-width: 960px) {
  .p-plan__recommend {
    margin-top: 7px;
  }
}

.p-plan__desc {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.6;
  text-align: justify;
  flex-grow: 1;
  padding: 20px 30px 30px;
}

@media screen and (max-width: 960px) {
  .p-plan__desc {
    padding: 20px 24px 28px;
  }
}
.p-works .illust {
  position: absolute;
  right: 90px;
  top: -140px;
  width: 152px;
}
@media screen and (max-width: 960px) {
  .p-works .illust {
    right: 20px;
    top: -105px;
    width: clamp(100px, 30%, 150px);
  }
}
@media screen and (max-width: 600px) {
  .p-works .c-sec-ttl figure {
    width: 110px;
    margin-inline: auto;
  }
}

.p-works .p-works__list {
  margin: 0;
}
.p-works .p-works__list > div {
  gap: 50px;
}
@media screen and (max-width: 960px) {
  .p-works .p-works__list > div {
    flex-wrap: nowrap;
    gap: 0;
  }
}
.p-works .p-works__card {
  width: calc((100% - 50px) / 2);
  padding: 0 !important;
}
@media screen and (max-width: 960px) {
  .p-works .p-works__card {
    margin-bottom: 0;
  }
}
.p-works__card a {
  display: block;
  color: inherit;
  transition: 0.3s;
}
.p-works__card figure {
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.p-works__card img {
  transition: 0.3s;
}
.p-works__card h3 {
  margin-top: 20px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .p-works__card h3 {
    margin-top: 16px;
    padding: 0 10px;
    font-size: 17px;
  }
}
.p-works__card p {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  margin-top: 10px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .p-works__card p {
    margin-top: 8px;
  }
}
.p-works__card a::after {
  content: "";
  background: url(/wp-content/uploads/2026/05/Read-more-1.png) no-repeat center/contain;
  width: 100px;
  height: 20px;
  margin-top: 20px;
  margin-left: auto;
  display: block;
}
.p-works__card a:hover {
  opacity: 0.7;
}
.p-works__card a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 960px) {
  .p-works a::after {
    margin-top: 33px;
  }
}
.p-works .swell-block-button {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-works .swell-block-button {
    margin-top: 20px;
  }
}

.p-works .swiper {
  margin-left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
  width: calc(100vw - var(--swl-scrollbar_width, 0px));
}
.p-works .swiper-button-prev,
.p-works .swiper-button-next {
  background: transparent;
  height: 20px;
  padding: 0;
  top: 25vw;
  width: 11px;
  color: transparent;
}
@media screen and (max-width: 600px) {
  .p-works .swiper-button-prev,
  .p-works .swiper-button-next {
    top: 28vw;
  }
}
.p-works .swiper-button-prev svg,
.p-works .swiper-button-next  svg {
  display: none;
}
.p-works .swiper-button-prev {
  left: 9.5vw;
}
.p-works .swiper-button-next {
  right: 9.5vw;
}
@media screen and (max-width: 600px) {
  .p-works .swiper-button-prev {
    left: 8.5vw;
  }
  .p-works .swiper-button-next {
    right: 8.5vw;
  }
}
.p-works .swiper-button-next::before,
.p-works .swiper-button-prev::before {
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.p-works .swiper-button-next::before {
  background: url("../img/icon_right.svg") no-repeat center/contain;
}
.p-works .swiper-button-prev::before {
  background: url("../img/icon_left.svg") no-repeat center/contain;
}
.p-works .swiper-pagination {
  margin-top: 28px;
  position: static;
}
.p-works .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.p-works .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-works .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.p-works .swiper-pagination-bullet-active {
  background: #808080;
}
.p-works .swiper-horizontal > .swiper-pagination-bullets,
.p-works .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-works .swiper-pagination-custom,
.p-works .swiper-pagination-fraction {
  bottom: 14px;
}


.p-voices::before {
  background-color: #f4e8e7;
  content: "";
  height: 100px;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: -100px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .p-voices .c-sec-ttl {
    padding: 0 20px;
  }
}
@media screen and (max-width: 600px) {
  .p-voices .c-sec-ttl figure {
    width: 120px;
  }
}

.p-voices .illust {
  position: absolute;
  right: 63px;
  top: -130px;
  width: 156px;
}
@media screen and (max-width: 960px) {
  .p-voices .illust {
    right: 20px;
    top: -105px;
    width: clamp(100px, 30%, 150px);
  }
}
.p-voices__list {
  margin-bottom: 0;
}
.p-voices__list > .swell-block-columns__inner {
  row-gap: 69px;
}
.p-voices__list .swiper-wrapper {
  flex-wrap: nowrap;
  gap: 0;
  margin-left: 0;
}
@media screen and (max-width: 960px) {
  .p-voices__list.swiper {
    margin-left: calc(50% - 50vw + var(--swl-scrollbar_width, 0px) / 2);
    width: calc(100vw - var(--swl-scrollbar_width, 0px));
    padding-top: 10px;
  }
}
.p-voices__card {
  position: relative;
}
.p-voices__card::before {
  background: url(../img/icon_quote.webp) no-repeat center/contain;
  content: "";
  height: 40px;
  left: 0;
  position: absolute;
  top: -17px;
  width: 40px;
}
@media screen and (max-width: 960px) {
  .p-voices__card {
    margin-left: 0 !important;
  }
  .p-voices__card::before {
    height: 32px;
    top: -13px;
    width: 32px;
  }
}
.p-voices__card a {
  color: inherit;
  transition: 0.3s;
}
.p-voices__card figure {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.p-voices__card figure img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}
.p-voices__text {
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  padding: 18px 25px 20px;
}
.p-voices__text::after {
  content: "";
  background: url(/wp-content/uploads/2026/05/Read-more-1.png) no-repeat center/contain;
  width: 100px;
  height: 20px;
  margin-top: 20px;
  margin-left: auto;
  display: block;
}
@media screen and (max-width: 960px) {
  .p-voices__text {
    padding: 16px 20px 20px;
  }
}
.p-voices__lead {
  border: 1px solid #C0516C;
  border-radius: 16px;
  color: #C0516C;
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding: 3.5px 20px;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-voices__lead {
    padding: 2px 11px;
  }
}
.p-voices__desc {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.07em;
  line-height: 1.6;
  margin-top: 12px;
  text-align: justify;
  margin-bottom: 0;
}
@media screen and (max-width: 960px) {
  .p-voices__desc {
    font-size: 15px;
  }
}
.p-voices__name {
  font-size: 14px;
  letter-spacing: 0.06em;
  line-height: 1.5;
  margin-top: 10px;
}
.p-voices__card a:hover {
  opacity: 0.7;
}
.p-voices__card a:hover img {
  transform: scale(1.05);
}
.p-voices .voices-slider {
  margin-top: -17px;
  padding-top: 17px;
}
@media screen and (max-width: 960px) {
  .p-voices .voices-slider {
    margin-top: -13px;
    padding-top: 18px;
  }
}
.p-voices .swiper-button-prev,
.p-voices .swiper-button-next {
  background: transparent;
  height: 24px;
  padding: 0;
  top: 49%;
  width: 11px;
  color: transparent;
}
.p-voices .swiper-button-prev svg,
.p-voices .swiper-button-next  svg {
  display: none;
}
.p-voices .swiper-button-prev {
  left: 9.5vw;
}
.p-voices .swiper-button-next {
  right: 9.5vw;
}
@media screen and (max-width: 600px) {
  .p-voices .swiper-button-prev {
    left: 8.5vw;
  }
  .p-voices .swiper-button-next {
    right: 8.5vw;
  }
}
.p-voices .swiper-button-next:after,
.p-voices .swiper-button-prev:after {
  display: none;
}
.p-voices .swiper-button-next::before,
.p-voices .swiper-button-prev::before {
  content: "";
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
}
.p-voices .swiper-button-next::before {
  background: url("../img/icon_right.svg") no-repeat center/contain;
}
.p-voices .swiper-button-prev::before {
  background: url("../img/icon_left.svg") no-repeat center/contain;
}
.p-voices .swiper-pagination {
  margin-top: 28px;
  position: static;
  text-align: center;
}
.p-voices .swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}
.p-voices .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-voices .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 6px;
}
.p-voices .swiper-pagination-bullet-active {
  background: #808080;
}
.p-voices .swiper-horizontal > .swiper-pagination-bullets,
.p-voices .swiper-pagination-bullets.swiper-pagination-horizontal,
.p-voices .swiper-pagination-custom,
.p-voices .swiper-pagination-fraction {
  bottom: 14px;
}
.p-voices .swell-block-button {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-voices .swell-block-button {
    margin-top: 33px;
  }
}

.p-parallax {
  height: 400px;
}
@media screen and (max-width: 960px) {
  .p-parallax {
    height: 200px;
  }
}
.p-profile {
  margin-top: -90px !important;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 960px) {
  .p-profile {
    margin-top: -17px !important;
    max-width: 600px;
    margin-inline: auto;
  }
}
.p-profile__lead {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(51, 51, 51, 0.13);
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding: 70px 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-profile__lead {
    border-radius: 14px;
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.13);
    font-size: 20px;
    line-height: 1.8;
    padding: 39px 10px;
  }
}
.p-profile__lead span {
  text-decoration: underline;
}
.p-profile__lead::before {
  background: url(../img/triangle.svg) no-repeat center/contain;
  bottom: -21px;
  content: "";
  filter: drop-shadow(0px 4px 10px rgba(51, 51, 51, 0.13));
  height: 22px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 50px;
}
@media screen and (max-width: 960px) {
  .p-profile__lead::before {
    bottom: -13px;
    height: 14px;
    width: 32px;
  }
}
.p-profile__lead .illust {
  bottom: -54px;
  left: 30px;
  position: absolute;
  width: 69px;
}
@media screen and (max-width: 960px) {
  .p-profile__lead .illust {
    bottom: -16px;
    left: -7px;
    width: clamp(32px, 8%, 50px);
  }
}
.p-profile__box {
  margin-top: 117px;
}
@media screen and (max-width: 960px) {
  .p-profile__box {
    margin-top: 46px;
  }
}
.p-profile__image {
  border-radius: 20px;
  box-shadow: 11px 11px 40px 0 rgba(51, 51, 51, 0.13);
  height: -moz-fit-content;
  height: fit-content;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  .p-profile__image {
    border-radius: 13px;
    box-shadow: 4px 4px 10px 0 rgba(51, 51, 51, 0.13);
  }
}
.p-profile__text {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .p-profile__text {
    margin-left: 30px;
  }
}
@media screen and (max-width: 960px) {
  .p-profile__text {
    margin-left: 0;
    max-width: 100%;
  }
}
.p-profile__text .message {
  position: absolute;
  right: 8px;
  top: -73px;
  width: 157px;
}
@media screen and (max-width: 960px) {
  .p-profile__text .message {
    top: -47px;
    right: 0px;
    width: 109px;
  }
}
.p-profile__message {
  font-size: 14px;
  letter-spacing: 0.07em;
  line-height: 2;
  text-align: justify;
}
.p-profile__message p:not(:first-child) {
  margin-top: 20px;
}
.p-profile__message span {
  color: #C0516C;
}
.p-profile__info {
  align-items: center;
  display: flex;
  margin-top: 30px;
}
@media screen and (max-width: 960px) {
  .p-profile__info {
    align-items: flex-start;
    flex-direction: column;
    margin-top: 25px;
  }
}
.p-profile__name {
  font-size: 16px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  white-space: nowrap;
}
.p-profile__list {
  padding-left: 20px;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .p-profile__list {
    padding-left: 0;
    padding-top: 17px;
    gap: 10px;
  }
}
.p-profile__item {
  height: 34px;
  width: 34px;
}
.p-profile__btns {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.p-profile__btns .swell-block-button {
  margin: 0 20px;
}
@media screen and (max-width: 960px) {
  .p-profile__btns {
    flex-direction: column;
    margin-top: 40px;
    gap: 30px;
  }
}


.p-blog {
  position: relative;
  z-index: 2;
}
.p-blog .illust {
  left: 142px;
  position: absolute;
  top: -107px;
  width: 62px;
}
@media screen and (max-width: 960px) {
  .p-blog .illust {
    left: 41px;
    top: -74px;
    width: clamp(42px, 10%, 60px);
  }
}
.p-blog .logo {
  position: absolute;
  right: 20px;
  top: -100px;
  transform: translateY(-50%);
  width: 220px;
}
@media screen and (max-width: 960px) {
  .p-blog .logo {
    top: -60px;
    width: clamp(100px, 30%, 200px);
  }
}
@media screen and (max-width: 600px) {
  .p-blog .c-sec-ttl figure {
    width: 80px;
    margin-inline: auto;
  }
}
.p-blog .p-postList {
  gap: 70px;
  margin-inline: 0;
}
@media screen and (max-width: 1000px) {
  .p-blog .p-postList {
    gap: 40px;
    max-width: 600px;
    margin-inline: auto;
  }
}
.p-blog .p-postList__item {
  padding: 0 !important;
  width: calc((100% - 140px) / 3) !important;
}
@media screen and (max-width: 1000px) {
  .p-blog .p-postList__item {
    width: calc((100% - 80px) / 3) !important;
  }
}
@media screen and (max-width: 960px) {
  .p-blog .p-postList__item {
    width: 100% !important;
    margin-bottom: 0;
  }
}
.p-blog .p-postList__thumb {
  border-radius: 0;
  box-shadow: none;
}
.p-blog .p-postList__body {
  margin-top: 18px;
  padding-top: 0;
  display: flex;
  flex-direction: column-reverse;
}
.p-blog .p-postList__meta {
  justify-content: space-between;
  flex-direction: row-reverse;
}
.p-blog .p-postList__cat {
  border: 1px solid #C0516C;
  border-radius: 16px;
  color: #C0516C;
  font-size: 13px;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding: 3px 20px;
}
@media screen and (max-width: 960px) {
  .p-blog .p-postList__cat {
    padding: 3px 16px;
  }
}
.p-blog .p-postList__times {
  color: #A19D9D;
  font-family: "atrament-web", sans-serif;
  font-size: 15px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-left: 20px;
}
@media screen and (max-width: 960px) {
  .p-blog .p-postList__times {
    font-size: 14px;
  }
}
.p-blog .p-postList__title {
  color: #222222;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding-top: 12px;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .p-blog .p-postList__title {
    font-size: 14px;
  }
}
.p-blog .swell-block-button {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  .p-blog .swell-block-button {
    margin-top: 40px;
  }
}

.p-contact {
  background: linear-gradient(227deg, rgb(217, 150, 167) 0%, rgb(205, 116, 137) 100%);
  padding-bottom: 100px !important;
  padding-top: 200px !important;
  position: relative;
  z-index: 1;
}
.home .p-contact {
  transform: translateY(-100px);
  margin-bottom: -100px;
}
@media screen and (max-width: 960px) {
  .p-contact {
    padding-bottom: 70px !important;
    padding-top: 90px !important;
  }
  .home .p-contact {
    transform: translateY(-30px);
    margin-bottom: -30px;
  }
}
@media screen and (max-width: 600px) {
  .p-contact .c-sec-ttl figure {
    width: 143px;
  }
}

.p-contact__wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .p-contact__wrapper {
    flex-direction: column;
  }
}
.p-contact__contents {
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .p-contact__contents {
    margin-left: 0;
  }
}
@media screen and (max-width: 960px) {
  .p-contact__box > div {
    justify-content: center;
  }
}
.p-contact__box:first-child {
  padding-bottom: 40px;
}
.p-contact__box:not(:first-child) {
  border-top: 1px solid #e3b2bd;
  padding-top: 40px;
}
.p-contact__message {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.8;
  flex-grow: 1;
}
@media screen and (max-width: 960px) {
  .p-contact__message {
    font-size: 14px;
  }
}
.p-contact__btns {
  margin-left: 38px;
  max-width: 336px;
  width: 100%;
}
.p-contact__btns .swell-block-button a {
  padding: 18px 0;
  align-items: center;
  display: flex;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 1000px) {
  .p-contact__btns {
    margin-left: 0;
    margin-top: 30px;
  }
  .p-contact__btns .swell-block-button {
    max-width: none;
  }
}
.p-contact__btns .c-contact-btn:not(:first-child) {
  margin-top: 33px;
}
@media screen and (max-width: 960px) {
  .p-contact__btns .c-contact-btn:not(:first-child) {
    margin-top: 30px;
  }
}


.p-sites {
  padding-top: 100px !important;
  padding-bottom: 150px !important;
  position: relative;
  z-index: 1;
}
.p-sites__box {
  gap: 100px;
  justify-content: center;
}
.p-sites__box figure {
  max-width: 380px;
}
@media screen and (max-width: 960px) {
  .p-sites {
    padding-top: 60px !important;
    padding-bottom: 80px !important;
  }
  .p-sites__box {
    gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .p-sites .c-sec-ttl figure {
    width: 248px;
    margin-inline: auto;
  }
  .p-sites__box {
    flex-direction: column;
    align-items: center;
  }
}
