@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/
/* =======================
共通
======================= */
@media print, screen and (min-width: 600px) {
  br.spview2 {
    display: none !important;
  }
}

body {
  font-weight: 500;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  background: #F7F3EC;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959.999px) {
  body {
    font-size: 14px;
  }
}
body * {
  letter-spacing: 0;
}
body .u-thin {
  opacity: 1;
}

a {
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

img {
  -o-object-fit: cover;
     object-fit: cover;
}

.l-content * {
  line-height: 1.6;
}

.has-white-background-color {
  color: #333;
}

@media screen and (max-width: 959.999px) {
  #lp-content .post_content, #main_content .post_content {
    font-size: 13px;
  }
}

.page p, .page li, .single p, .single li, .archive p, .archive li {
  font-size: 14px;
  letter-spacing: 0em;
}
@media screen and (min-width: 960.001px) {
  .page p, .page li, .single p, .single li, .archive p, .archive li {
    font-size: 16px;
  }
}

.page h2, .page h3, .page h4 {
  margin: 0;
  font-weight: 700;
  line-height: 2;
  font-family: "Shippori Mincho", serif;
}
.page .is-style-section_ttl {
  letter-spacing: 0;
}

.ff-serif {
  font-family: "Shippori Mincho", serif !important;
  font-weight: 600;
}
.ff-en {
  font-family: "EB Garamond", serif !important;
  font-weight: 500;
}
.ff-gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.l-mainContent__inner > .post_content {
  padding: 0;
}

.p-postList.-type-card, .p-postList.-type-thumb {
  margin-left: 0;
  margin-right: 0;
}

.swell-block-button a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.swell-block-button.center a {
  margin-inline: auto;
}
.swell-block-button.right a {
  margin-left: auto;
}

.is-style-more_btn {
  padding: 0;
}
.is-style-more_btn a {
  border: 1px solid #4B8491;
  color: #4B8491;
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  padding: 10px 24px;
  background: #fff;
  border-radius: 100px;
  width: min(100%, 280px);
  min-width: auto;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 959.999px) {
  .is-style-more_btn a {
    width: min(100%, 400px);
  }
}
.is-style-more_btn a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: #4B8491;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-more_btn a:hover {
  background: #4B8491;
  color: #fff;
}
.is-style-more_btn a:hover::after {
  background: #fff;
}
.is-style-more_btn.new-tab a::after {
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/12/tab-icon.png) no-repeat center/contain;
  -webkit-clip-path: none;
          clip-path: none;
}
.is-style-more_btn.new-tab a:hover::after {
  background-image: url(/wp-content/uploads/2025/12/tab-icon-reverse.png);
}
.is-style-more_btn.line a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #06C755;
  border-color: #06C755;
  color: #fff;
  width: min(100%, 360px);
}
.is-style-more_btn.line a::before {
  content: "";
  width: 53px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/12/LINE_APP_iOS.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-more_btn.line a::after {
  background: #fff;
}
.is-style-more_btn.line a:hover {
  color: #06C755;
  background: #fff;
}
.is-style-more_btn.line a:hover::after {
  background: #06C755;
}
.is-style-more_btn.phone span {
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
}
.is-style-more_btn.phone span .swl-format-1 {
  font-family: "EB Garamond", serif;
  font-size: clamp(24px, 2vw, 28px);
  font-weight: 500;
  line-height: 1;
  display: block;
}
.is-style-more_btn.phone a {
  width: min(100%, 360px);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.is-style-more_btn.phone a::before {
  content: "";
  width: 32px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/12/phone-icon-reverse.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-more_btn.phone a:hover::before {
  background-image: url(/wp-content/uploads/2025/12/phone-icon.png);
}
.is-style-more_btn.web a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: min(100%, 360px);
}
.is-style-more_btn.web a::before {
  content: "";
  width: 29px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/12/calender.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.is-style-more_btn.web a:hover::before {
  background-image: url(/wp-content/uploads/2025/12/calender-reverse.png);
}

.cmn__img {
  border-radius: 20px;
  -webkit-box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 99px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
.cmn__img img {
  width: 100%;
  height: 100%;
}

.cmn__title.is-style-section_ttl {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 50px;
  color: #4B8491;
}
@media screen and (max-width: 959.999px) {
  .cmn__title.is-style-section_ttl {
    gap: 16px;
    margin-bottom: 30px;
  }
}
.cmn__title.is-style-section_ttl::after {
  content: "";
  width: 2px;
  height: 60px;
  background: #457E9A;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  -webkit-transition: 0.5s 0.5s;
  transition: 0.5s 0.5s;
  -webkit-clip-path: inset(0 0 100% 100%);
          clip-path: inset(0 0 100% 100%);
}
@media screen and (max-width: 959.999px) {
  .cmn__title.is-style-section_ttl::after {
    height: 40px;
  }
}
.cmn__title.is-style-section_ttl.show::after {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.cmn__title.is-style-section_ttl.white {
  color: #fff;
}
.cmn__title.is-style-section_ttl.white::after {
  background: #fff;
}

.img-anime {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.img-anime.show {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.cmn__note {
  padding-block: 100px;
}
@media screen and (max-width: 959.999px) {
  .cmn__note {
    padding-block: 60px;
    padding-left: 20px;
  }
}

.cmn__note-top {
  padding-left: 60px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959.999px) {
  .cmn__note-top {
    padding-left: 0;
  }
}
.cmn__note-top .lead {
  font-weight: 700;
  margin-bottom: 6px;
}
.cmn__note-top .label {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 14px;
  margin-bottom: 5px;
}
.cmn__note-top h2 span {
  background: -webkit-gradient(linear, left top, right top, from(#6FA8FF), color-stop(66%, #9F9FFF), to(#92DCFE));
  background: -webkit-linear-gradient(left, #6FA8FF 0%, #9F9FFF 66%, #92DCFE 100%);
  background: linear-gradient(90deg, #6FA8FF 0%, #9F9FFF 66%, #92DCFE 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cmn__note-post {
  width: calc(50vw + 50% - var(--swl-scrollbar_width, 0) / 2);
  position: relative;
  padding-bottom: 60px;
}
.cmn__note-post::before {
  content: "";
  width: 100%;
  height: 360px;
  background: url(/wp-content/uploads/2025/11/top-note_bg.jpg) no-repeat center/cover;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 959.999px) {
  .cmn__note-post::before {
    width: calc(100% + 20px);
    left: -20px;
  }
}
.cmn__note-post .note__items {
  margin-bottom: 38px;
  padding-inline: 60px;
}
@media screen and (max-width: 959.999px) {
  .cmn__note-post .note__items {
    padding-inline: 20px;
  }
}
.cmn__note-post .note__item figure {
  margin-bottom: 20px;
}
.cmn__note-post .note__item .label {
  background: #87ADFF;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  padding: 4px 8px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.cmn__note-post .note__item .note__date {
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
.cmn__note-post .note__item h3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 959.999px) {
  .cmn__note-post .note__item h3 {
    font-size: 16px;
  }
}
.cmn__note-post .is-style-more_btn a {
  margin-right: max(50vw - var(--swl-scrollbar_width, 0px) / 2 - 460px, 4vw + 20px);
  margin-left: auto;
}

/* =======================
ヘッダー・固定ヘッダー
======================= */
.l-header {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  background: none;
}
.l-header .l-header__inner {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  max-width: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  min-height: 90px;
}
@media screen and (max-width: 959.999px) {
  .l-header .l-header__inner {
    min-height: auto;
  }
}
.l-header .l-header__inner .l-header__logo {
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  gap: 6px;
}
@media screen and (max-width: 959.999px) {
  .l-header .l-header__inner .l-header__logo {
    margin-right: auto;
    gap: 4px;
  }
}
.l-header .l-header__inner .l-header__logo .c-headLogo__link {
  padding: 0;
  height: auto;
}
.l-header .l-header__inner .l-header__logo .c-headLogo {
  margin: 0;
  height: auto;
}
.l-header .l-header__inner .l-header__logo img {
  width: 100%;
  -o-object-position: left;
     object-position: left;
  height: 65px;
}
@media screen and (max-width: 959.999px) {
  .l-header .l-header__inner .l-header__logo img {
    height: 41px;
  }
}
.l-header .l-header__inner .l-header__logo .c-catchphrase {
  font-size: clamp(13px, 1.3vw, 18px);
  font-weight: 800;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  font-family: "Shippori Mincho", serif;
  color: #fff;
  padding: 0;
}
@media screen and (max-width: 959.999px) {
  .l-header .l-header__inner .l-header__logo .c-catchphrase {
    display: block;
    font-size: 11px;
  }
}

.l-header__menuBtn.sp_ {
  row-gap: 5px;
  z-index: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 20px 20px 0 0;
}

.c-iconBtn {
  position: relative;
}
.c-iconBtn::before {
  content: "";
  width: 38px;
  height: 38px;
  background: #4B8491;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.w-header {
  position: absolute;
  top: 15px;
  right: 12px;
}
.w-header .swell-block-button a {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 24px;
  font-family: "Shippori Mincho", serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  border-radius: 30px;
  background: #4B8491;
  color: #fff;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  width: clamp(190px, 21vw, 270px);
}
.w-header .swell-block-button a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: #fff;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.w-header .swell-block-button a:hover {
  color: #4B8491;
  background: #fff;
}
.w-header .swell-block-button a:hover::after {
  background: #4B8491;
}
.w-header .swell-block-button.white a {
  color: #4B8491;
  background: #fff;
}
.w-header .swell-block-button.white a::after {
  background: #4B8491;
}
.w-header .swell-block-button.white a:hover {
  background: #4B8491;
  color: #fff;
}
.w-header .swell-block-button.white a:hover::after {
  background: #fff;
}
.w-header .phone {
  font-family: "EB Garamond", "Shippori Mincho", serif !important;
  font-size: clamp(10px, 1vw, 14px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.w-header .phone span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  font-size: clamp(20px, 3vw, 48px);
  font-weight: 500;
  line-height: 1;
  text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.w-header .phone span::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/wp-content/uploads/2025/12/phone-icon.png) no-repeat center/contain;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.w-header .phone:hover {
  color: #4B8491;
}
.w-header .phone:hover span::before {
  background-image: url(/wp-content/uploads/2025/12/phone-icon-reverse.png);
}

.l-header__gnav {
  padding-top: 85px;
  margin-right: 5px;
}

.c-gnav {
  border-radius: 150px;
  -webkit-box-shadow: 0px 3px 66px rgba(1, 53, 65, 0.27);
          box-shadow: 0px 3px 66px rgba(1, 53, 65, 0.27);
  position: relative;
  overflow: hidden;
}
.c-gnav::before {
  content: "";
  border-radius: 150px;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
}
.c-gnav .menu-item a {
  padding: 10px clamp(10px, 1.5vw, 40px);
  color: #272727;
  font-weight: 600;
  font-family: "Shippori Mincho", serif;
}
.c-gnav .menu-item a .ttl {
  font-size: clamp(12px, 1.2vw, 20px);
}
.c-gnav .menu-item a::before {
  content: "";
  width: 2px;
  height: 14px;
  background: url(/wp-content/uploads/2025/12/dot.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-gnav .menu-item a::after {
  content: none !important;
}
.c-gnav .menu-item a:hover {
  color: #4B8491;
  font-weight: 700;
}
.c-gnav .menu-item:first-of-type a::before {
  content: none;
}
.c-gnav .nav-line a {
  background: #00B900;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.c-gnav .nav-line a::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(/wp-content/uploads/2025/12/line-icon.png) no-repeat center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: static;
  -webkit-transform: none;
          transform: none;
}
.c-gnav .nav-line a:hover {
  background: #fff;
  color: #00B900;
  font-weight: 600;
}
.c-gnav .nav-line a:hover::before {
  background-image: url(/wp-content/uploads/2025/12/line-icon-reverse.png);
}

.l-fixHeader {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.l-fixHeader::before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0.16)), to(transparent));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.16) 50%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.16) 50%, transparent 100%);
}
.l-fixHeader .w-header {
  display: none;
}
.l-fixHeader .l-fixHeader__inner {
  padding-top: 10px;
  max-width: 100%;
}
.l-fixHeader .c-headLogo__img {
  height: 65px;
}

@media screen and (max-width: 959.999px) {
  .l-header[data-spfix="1"] {
    position: fixed;
  }
}

.p-breadcrumb {
  z-index: 2;
}

.p-breadcrumb__list .__home:before {
  content: none;
}
.p-breadcrumb__list .p-breadcrumb__item {
  font-size: 12px;
}
.p-breadcrumb__list .p-breadcrumb__item:last-of-type {
  color: #4B8491;
}

.single .p-breadcrumb__item:last-child > span.p-breadcrumb__text {
  display: block;
  opacity: 1;
}

/* =======================
各ページの調整
======================= */
/* =======================
ハンバーガーメニュー
======================= */
.c-iconBtn__icon {
  font-size: 20px;
}
.c-iconBtn__icon::before {
  color: #fff;
}

.p-spMenu__closeBtn {
  top: 7px;
  right: calc(18px + var(--swl-scrollbar_width, 0)) !important;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn {
    top: 10px;
    right: calc(20px + var(--swl-scrollbar_width, 0)) !important;
  }
}
.p-spMenu__closeBtn .c-iconBtn__icon {
  font-size: 22px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 34px;
  }
}

.p-spMenu .c-widget__title {
  display: none;
}

.p-spMenu__body {
  overflow: auto;
}

.p-spMenu__nav {
  margin-top: 0;
}

.-right .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  position: relative;
  background: #599d9d;
  -webkit-transition: 1s;
  transition: 1s;
  padding-top: 100px;
}
.-right .p-spMenu__inner::before {
  content: "";
  width: 10%;
  height: 100%;
  background: url(/wp-content/uploads/2026/01/sp-menu-wave-scaled.png) no-repeat center/auto 100%;
  position: absolute;
  left: 0px;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

[data-spmenu=opened] .p-spMenu__inner {
  -webkit-transform: none;
          transform: none;
}

.c-spnav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 10px;
}
.c-spnav .menu-item {
  grid-column: 1/3;
}
.c-spnav .menu-item:nth-of-type(4) {
  margin-bottom: 10px;
}
.c-spnav a {
  border: none;
  padding: 0;
  font-size: 20px;
  font-weight: 500;
}
.c-spnav a::before {
  content: none;
}
.c-spnav a:hover {
  background: none;
  padding: 0;
}
.c-spnav .nav-sub {
  grid-column: auto;
}
.c-spnav .nav-sub a {
  padding: 10px;
  border-radius: 5px;
  background: #4B8491;
  font-size: 14px;
  text-align: center;
}
.c-spnav .nav-contact {
  margin-top: 10px;
}
.c-spnav .nav-contact a {
  border: 1px solid #4B8491;
  color: #4B8491;
  background: #fff;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px;
  max-width: 350px;
  margin-inline: auto;
}
.c-spnav .nav-contact a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: #4B8491;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}

/* =======================
トップページ
======================= */
.p-mainVisual {
  overflow: visible;
}

.p-mainVisual__inner {
  overflow: visible;
}
.p-mainVisual__inner::before {
  content: "";
  width: 100%;
  height: 150px;
  background: url(/wp-content/uploads/2025/12/fv-bottom-scaled.png) no-repeat bottom/100% auto;
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 959.999px) {
  .-height-img .p-mainVisual__img {
    max-height: 90vh;
  }
}

.p-mainVisual__textLayer .p-blogParts {
  height: 100%;
}

.fv__catch {
  position: absolute;
  width: clamp(300px, 25vw, 440px);
  left: 0;
  bottom: clamp(100px, 8vw, 130px);
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .fv__catch {
    width: min(57%, 400px);
    left: 20px;
    bottom: 100px;
  }
}

.fv__area {
  position: absolute;
  bottom: 10%;
  right: clamp(-100px, -7vw, -20px);
  font-family: "Shippori Mincho", serif;
  background: url(/wp-content/uploads/2025/12/area-bg.png) no-repeat center/contain;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .fv__area {
    padding: 25px 30px 35px;
    right: -20px;
    bottom: 0;
  }
}
.fv__area h2 {
  font-size: 40px;
  font-weight: 500;
  text-shadow: none;
}
@media screen and (max-width: 959.999px) {
  .fv__area h2 {
    font-size: clamp(18px, 2vw, 28px);
  }
}
.fv__area p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  line-height: 1.5;
  text-shadow: none;
}
@media screen and (max-width: 959.999px) {
  .fv__area p {
    font-size: clamp(12px, 1.5vw, 16px);
  }
}

/* =======================
フッター上ウィジェットブロック
======================= */
/* =======================
フッター
======================= */
#fix_bottom_menu {
  -webkit-box-shadow: none;
          box-shadow: none;
}
#fix_bottom_menu .menu_list {
  gap: 2px;
  padding: 0 20px 10px;
}
#fix_bottom_menu .menu_list .menu-item i {
  display: none;
}
#fix_bottom_menu .menu_list .menu-item a {
  border: 1px solid #599D9D;
  background-color: #fff;
  border-radius: 50px;
  padding: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
}
#fix_bottom_menu .menu_list .menu-item a::before {
  content: "";
  width: 20px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/12/phone-icon-reverse.png) no-repeat center/contain;
}
#fix_bottom_menu .menu_list .menu-item span {
  width: auto;
  font-family: "Shippori Mincho", serif;
  font-size: 14px;
  margin-top: 0;
  line-height: 1.3;
}
#fix_bottom_menu .menu_list .fixed-line a {
  border-color: #06C755;
  background: #06C755;
  color: #fff;
  gap: 0;
}
#fix_bottom_menu .menu_list .fixed-line a::before {
  width: 30px;
  background-image: url(/wp-content/uploads/2025/12/LINE_APP_iOS.png);
}
#fix_bottom_menu .menu_list .fixed-web a::before {
  background-image: url(/wp-content/uploads/2025/12/calender.png);
}

.w-beforeFooter {
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  overflow: visible;
  z-index: 0;
}
.w-beforeFooter::before {
  content: "";
  width: 100%;
  height: 11vw;
  background: url(/wp-content/uploads/2025/12/contact-top-scaled.png) no-repeat bottom/100% auto;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.cmn__contact {
  padding-block: 100px 260px !important;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact {
    padding-block: 80px 100px !important;
  }
}
.cmn__contact .top {
  margin-bottom: 45px;
}
.cmn__contact .top h2 {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 500;
  margin-bottom: 30px;
}
.cmn__contact .top p {
  font-size: 16px;
}
.cmn__contact .top .img .is-row {
  gap: 35px;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .top .img .is-row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cmn__contact .top .img .message {
  position: relative;
  width: 240px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  font-family: "Shippori Mincho", serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .top .img .message {
    font-size: 14px;
  }
}
.cmn__contact .top .img .message::before, .cmn__contact .top .img .message::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: -10px;
  right: 0;
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
.cmn__contact .top .img .message::after {
  top: auto;
  bottom: -10px;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  -webkit-transform-origin: right top;
          transform-origin: right top;
}
.cmn__contact .links {
  margin-bottom: 0;
}
.cmn__contact .links .is-style-more_btn a {
  width: min(100%, 360px);
  min-height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.5vw, 20px);
  padding-left: 30px;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .links .is-style-more_btn a {
    margin-inline: auto;
  }
}
.cmn__contact .bottom {
  position: relative;
  padding-top: 230px;
  margin-top: -20px;
  z-index: -1;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .bottom {
    margin-top: 0;
    padding-top: max(20vw, 100px);
  }
}
.cmn__contact .bottom .path {
  position: absolute;
  width: 100vw;
  top: 0;
  left: calc(50% - 50vw);
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .bottom .path {
    top: 20px;
  }
}
.cmn__contact .bottom .path img {
  max-height: 300px;
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
}
.cmn__contact .bottom .is-row {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .bottom .is-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.cmn__contact .bottom h3 {
  text-shadow: 0 3px 6px rgba(53, 95, 104, 0.16);
  font-size: 28px;
  font-weight: 600;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .bottom h3 {
    font-size: 24px;
  }
}
.cmn__contact .bottom .is-style-more_btn a {
  width: 360px;
  min-height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 959.999px) {
  .cmn__contact .bottom .is-style-more_btn a {
    width: min(100%, 400px);
    margin-inline: auto;
  }
}
.cmn__contact .bottom .is-style-more_btn a::before {
  content: "";
  width: 34px;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/12/mail.png) no-repeat center/contain;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn__contact .bottom .is-style-more_btn a:hover::before {
  background-image: url(/wp-content/uploads/2025/12/mail-reverse.png);
}

.l-footer {
  padding-bottom: 0 !important;
}

footer {
  position: relative;
}
footer::before {
  content: "";
  width: 100vw;
  height: 11vw;
  background: url(/wp-content/uploads/2025/12/footer-top-scaled.png) no-repeat bottom/100% auto;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
footer a:hover {
  opacity: 0.7;
}
footer .l-footer__widgetArea {
  padding: 100px 0 140px;
}
@media screen and (max-width: 959.999px) {
  footer .l-footer__widgetArea {
    padding: 80px 0 50px;
  }
}
footer .w-footer {
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
footer .w-footer__box {
  padding: 0;
}
@media screen and (max-width: 959.999px) {
  footer .w-footer__box + .w-footer__box {
    margin-top: 30px;
  }
}
footer .w-footer__box:first-of-type {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
footer .w-footer__box:first-of-type .footer__catch {
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 800;
  font-family: "Shippori Mincho", serif;
}
footer .w-footer__box:first-of-type .footer__logo {
  margin-bottom: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 959.999px) {
  footer .w-footer__box:first-of-type .footer__logo {
    margin-bottom: 40px;
  }
}
footer .w-footer__box:first-of-type .footer__info {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 50px;
}
@media screen and (max-width: 959.999px) {
  footer .w-footer__box:first-of-type .footer__info {
    font-size: 12px;
    margin-bottom: 40px;
  }
}
footer .w-footer__box:first-of-type .footer__sns p {
  font-size: 24px;
  margin-bottom: 12px;
  font-family: "EB Garamond", serif;
}
@media screen and (max-width: 959.999px) {
  footer .w-footer__box:first-of-type .footer__sns p {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
footer .w-footer__box:first-of-type .footer__sns .is-row {
  gap: 20px;
}
@media screen and (max-width: 959.999px) {
  footer .w-footer__box:first-of-type .footer__sns .is-row {
    gap: 10px;
  }
}
footer .w-footer__box:first-of-type .footer__sns figure {
  width: 44px;
}
footer .w-footer__box:nth-of-type(2) {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  padding-top: 142px;
}
@media screen and (max-width: 959.999px) {
  footer .w-footer__box:nth-of-type(2) {
    padding-top: 0;
  }
}
footer #nav_menu-2 {
  margin-bottom: 50px;
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-2 {
    margin-bottom: 30px;
  }
}
footer #nav_menu-2 ul {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
  grid-auto-flow: column;
  border: none;
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-2 ul {
    grid-template-rows: repeat(4, 1fr);
  }
}
footer #nav_menu-2 a {
  border: none;
  font-size: 18px;
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-2 a {
    font-size: 16px;
    padding-block: 10px;
  }
}
footer #nav_menu-2 a::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}
footer #nav_menu-2 a:hover {
  background: none;
}
footer #nav_menu-3 {
  position: relative;
  padding-bottom: 120px;
}
footer #nav_menu-3 ul {
  border-top: none;
  border-right: 1px solid #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-3 ul {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    row-gap: 10px;
    border-right: none;
  }
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-3 li {
    width: 50%;
  }
}
footer #nav_menu-3 a {
  font-size: 14px;
  padding: 0 clamp(5px, 1vw, 16px);
  border-bottom: none;
  border-left: 1px solid #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-3 a {
    padding: 0 20px;
    font-size: 12px;
  }
}
footer #nav_menu-3 a::before {
  content: none;
}
footer #nav_menu-3 a:hover {
  background: none;
}
footer #nav_menu-3 .nav-contact {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
}
footer #nav_menu-3 .nav-contact a {
  border: 1px solid #fff;
  color: #4B8491;
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  padding: 10px 24px;
  background: #fff;
  border-radius: 100px;
  width: min(100%, 350px);
  margin-left: auto;
  min-width: auto;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 959.999px) {
  footer #nav_menu-3 .nav-contact a {
    margin-inline: auto;
    font-size: 16px;
    min-height: 60px;
  }
}
footer #nav_menu-3 .nav-contact a::after {
  content: "";
  width: 6px;
  height: 12px;
  background: #4B8491;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer #nav_menu-3 .nav-contact a:hover {
  background: #4B8491;
  color: #fff;
  opacity: 1;
}
footer #nav_menu-3 .nav-contact a:hover::after {
  background: #fff;
}
footer .l-footer__foot {
  background: #599D9D;
  padding-block: 10px;
}
@media screen and (max-width: 959.999px) {
  footer .l-footer__foot {
    padding-bottom: 60px;
  }
}
footer .l-footer__foot .copyright {
  font-size: 18px;
  font-weight: 400;
}

/* =======================
下層ヘッダー
======================= */
.l-topTitleArea {
  position: relative;
  padding-top: 90px;
  padding-bottom: 20px;
  height: 680px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 959.999px) {
  .l-topTitleArea {
    height: max(200px, 54vw);
    padding-top: 50px;
  }
}
.l-topTitleArea .l-topTitleArea__body {
  color: #fff;
  width: 100%;
  z-index: auto;
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(30px, 5vw, 65px);
  font-weight: 700;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  line-height: 1.5;
}
@media screen and (max-width: 959.999px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle {
    font-size: 28px;
  }
}
.l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  font-weight: 700;
  font-size: clamp(30px, 5vw, 65px);
  opacity: 1;
  font-size: normal;
  margin: 0;
  position: static;
  display: block;
}
@media screen and (max-width: 959.999px) {
  .l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
    font-size: 18px;
  }
}
.l-topTitleArea .l-topTitleArea__body .p-termNavigation {
  display: none;
}

.u-obf-cover {
  -o-object-position: 34%;
     object-position: 34%;
}

.page-id-11 .u-obf-cover {
  -o-object-position: 62%;
     object-position: 62%;
}

/* =======================
記事一覧
======================= */
.archive .l-topTitleArea .l-topTitleArea__body .c-pageTitle .c-pageTitle__subTitle {
  display: none;
}

.p-postList .icon-posted:before {
  content: none;
}
.p-postList .p-postList__link {
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-postList .p-postList__thumb {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.p-postList .c-postThumb__cat::before {
  content: none;
}
.p-postList .p-postList__body {
  gap: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 959.999px) {
  .p-postList .p-postList__body {
    padding-top: 10px;
  }
}
.p-postList .p-postList__body .p-postList__meta {
  margin: 0;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.p-postList .p-postList__body .p-postList__times {
  font-size: 16px;
  font-weight: 500;
}
.p-postList .p-postList__body .p-postList__title {
  font-size: 18px;
  margin-top: 0;
  font-weight: 500;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 959.999px) {
  .p-postList .p-postList__body .p-postList__title {
    font-size: 16px;
  }
}
.p-postList .p-postList__body .p-postList__excerpt {
  font-size: 15px;
  margin-top: 0;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog .c-tabBody .icon-posted:before, .category .c-tabBody .icon-posted:before {
  content: none;
}
.blog .c-tabBody .p-postList__body, .category .c-tabBody .p-postList__body {
  width: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
}
@media screen and (max-width: 959.999px) {
  .blog .c-tabBody .p-postList__body .p-postList__title, .category .c-tabBody .p-postList__body .p-postList__title {
    font-size: 16px;
  }
}
.blog .c-tabBody .p-postList__body .p-postList__excerpt, .category .c-tabBody .p-postList__body .p-postList__excerpt {
  margin-bottom: 5px;
}
.blog .c-tabBody .p-postList__body .c-postTimes__posted, .category .c-tabBody .p-postList__body .c-postTimes__posted {
  font-size: 12px;
}
.blog .l-content, .category .l-content {
  padding-top: 0em;
}
@media screen and (min-width: 960.001px) {
  .blog .l-content, .category .l-content {
    padding-top: 2em;
  }
}

.c-pagination {
  margin-top: 60px;
}
@media screen and (max-width: 959.999px) {
  .c-pagination {
    margin-top: 40px;
  }
}
.c-pagination .page-numbers {
  width: 38px;
  height: 42px;
  font-weight: 500;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* =======================
記事詳細
======================= */
.single .l-topTitleArea {
  height: max(20vw, 400px);
}
@media screen and (max-width: 959.999px) {
  .single .l-topTitleArea {
    height: auto;
  }
}
.single .u-obf-cover {
  -o-object-position: 19% 10%;
     object-position: 19% 10%;
}
.single .l-content {
  margin-bottom: 200px;
}
.single .l-mainContent .post_content {
  background: #fff;
  padding: 50px;
  border-radius: 10px;
}
@media screen and (max-width: 959.999px) {
  .single .l-mainContent .post_content {
    padding: 20px;
  }
}
.single .l-mainContent .post_content h2 {
  margin: 0 0 24px;
  background: #F7F3EC;
  border-left: 20px solid #599D9D;
  border-radius: 10px;
  padding: 15px 24px;
  color: #4B8491;
  font-size: 20px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 959.999px) {
  .single .l-mainContent .post_content h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.single .l-mainContent .post_content h3 {
  font-weight: 500;
  font-size: 20px;
  padding: 8px 24px;
  font-size: 18px;
  font-weight: 500;
  font-family: "Shippori Mincho", serif;
  color: #4B8491;
  margin-bottom: 20px;
}
@media screen and (max-width: 959.999px) {
  .single .l-mainContent .post_content h3 {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.single .l-mainContent .post_content h3::before {
  content: "";
  width: 8px;
  height: 100%;
  background: #599D9D;
  border-radius: 5px;
  top: 0;
  bottom: auto;
}
.single .p-articleThumb img {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* =======================
サイドバー
======================= */
.l-sidebar {
  background: #fff;
  padding: 30px 20px;
  border-radius: 10px;
  height: 100%;
}
.l-sidebar .c-widget__title {
  font-size: 20px;
  font-weight: 500;
  color: #599D9D;
  padding-bottom: 15px;
  border-bottom: 1px solid #599D9D;
}
.l-sidebar .c-widget__title::before, .l-sidebar .c-widget__title::after {
  content: none;
}
.l-sidebar a {
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-color: rgba(89, 157, 157, 0.5019607843);
}
.l-sidebar a:hover {
  background: none;
  color: #599D9D;
}

/* =======================
404
======================= */
.error404 .l-topTitleArea__body .c-pageTitle {
  font-size: 28px;
}
@media screen and (min-width: 960.001px) {
  .error404 .l-topTitleArea__body .c-pageTitle {
    font-size: 46px;
  }
}
.error404 h2.wp-block-heading {
  font-family: "Shippori Mincho", serif;
  color: #518577 !important;
  font-size: 24px;
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .error404 h2.wp-block-heading {
    font-size: 32px;
    text-align: center;
  }
}
.error404 p {
  font-size: 16px;
  text-align: left;
}
@media screen and (min-width: 960.001px) {
  .error404 p {
    font-size: 18px;
    text-align: center;
  }
}
.error404 .wp-block-search__inside-wrapper {
  width: 450px !important;
}
.error404 .wp-block-search__button {
  margin-left: 0;
  background: #547B74;
  width: 40px;
  position: relative;
}
@media screen and (min-width: 960.001px) {
  .error404 .wp-block-search__button {
    width: 50px;
  }
}
.error404 .wp-block-search__button::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2025/04/search-icon.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
@media screen and (min-width: 960.001px) {
  .error404 .wp-block-search__button::before {
    width: 20px;
    height: 20px;
  }
}
.error404 .wp-block-search__button svg {
  display: none;
}
.error404 .is-style-more_btn a {
  text-decoration: none;
  min-height: 70px;
}

/* =======================
検索
======================= */
.search .l-content .c-pageTitle {
  font-family: "Shippori Mincho", serif;
  color: #518577 !important;
  font-size: 20px;
}
.search .l-content main .p-postList__item {
  width: 100%;
  padding-block: 20px !important;
  border-bottom: 1px solid #CDCDCD;
  margin: 0;
}
.search .l-content main .p-postList__thumb {
  display: none;
}
.search .l-content main .p-postList__body {
  padding-top: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 960.001px) {
  .search .l-content main .p-postList__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.search .l-content main .p-postList__body .p-postList__meta {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
}
.search .l-content main .p-postList__body .p-postList__excerpt {
  display: none !important;
}
.search .l-content main .p-postList__body .p-postList__title {
  margin-bottom: 0;
}

.post_content {
  /* =======================
  共通パーツ
  ======================= */
  /* =======================
  トップページ
  ======================= */
  /* =======================
  お問い合わせ
  ======================= */
  /* =======================
  送信完了
  ======================= */
  /* =======================
  プライバシーポリシー
  ======================= */
}
.post_content .cmn__service {
  padding-bottom: max(12vw, 200px);
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__service {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__service .swell-block-columns {
    max-width: 500px;
    margin-inline: auto;
  }
}
.post_content .cmn__service .item {
  padding-bottom: 90px;
  position: relative;
}
.post_content .cmn__service .item figure {
  margin-bottom: 30px;
}
.post_content .cmn__service .item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__service .item h3 {
    margin-bottom: 30px;
  }
}
.post_content .cmn__service .item p {
  margin-bottom: 0;
  line-height: 2;
}
.post_content .cmn__service .item .swell-block-button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.post_content .cmn__media {
  padding-bottom: 200px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__media {
    padding-bottom: 100px;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__media .img {
    margin-bottom: 20px;
  }
}
.post_content .cmn__media .img figure {
  margin-bottom: 20px;
}
.post_content .cmn__media h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__media h3 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.post_content .cmn__media .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__media .title {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
.post_content .cmn__media .date {
  font-weight: 500;
  margin-bottom: 45px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__media .date {
    margin-bottom: 20px;
  }
}
.post_content .cmn__media .is-style-more_btn a {
  width: 350px;
}
.post_content .cmn__blog {
  padding-bottom: 100px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__blog {
    padding-bottom: 30px;
  }
}
.post_content .cmn__blog .p-postListWrap {
  margin-bottom: 50px;
}
.post_content .cmn__blog .p-postList {
  gap: 20px;
}
.post_content .cmn__blog .p-postList__item {
  width: calc((100% - 60px) / 4) !important;
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__blog .p-postList__item {
    width: 100% !important;
    max-width: 500px;
    margin-inline: auto;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .pc_path {
    visibility: hidden;
  }
}
.post_content .sp_path {
  visibility: hidden;
}
@media screen and (max-width: 959.999px) {
  .post_content .sp_path {
    visibility: visible;
  }
}
.post_content .top-message {
  position: relative;
  padding-bottom: 300px;
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message {
    padding-bottom: 100px;
  }
}
.post_content .top-message svg {
  position: absolute;
  top: calc(-64px - 6.2vw);
  right: -15%;
  width: 130%;
  height: 110%;
  z-index: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message svg {
    top: 8%;
    right: -25%;
    width: 150%;
    height: 95%;
  }
}
.post_content .top-message .top-path1 {
  opacity: 0;
}
.post_content .top-message .top-path1.active {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 10s ease-in-out;
  transition: stroke-dashoffset 10s ease-in-out;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message .top-path1.active {
    -webkit-transition-duration: 7s;
            transition-duration: 7s;
  }
}
.post_content .top-message h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message .img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
.post_content .top-message figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message figure {
    max-width: 450px;
    margin-inline: auto;
  }
}
.post_content .top-message p {
  letter-spacing: 0.05em;
}
.post_content .top-message.active figure {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.post_content .top-message1 {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message1 {
    margin-bottom: 100px;
  }
}
.post_content .top-message1 .img figure {
  width: min(20.8vw, 320px);
  margin-left: auto;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message1 .img figure {
    width: 100%;
  }
}
.post_content .top-message2 {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message2 {
    margin-bottom: 100px;
  }
}
.post_content .top-message2 > .swell-block-columns__inner {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.post_content .top-message2 .img figure {
  width: min(35vw, 580px);
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message2 .img figure {
    width: 100%;
    -webkit-transition-delay: 3.3s;
            transition-delay: 3.3s;
  }
}
.post_content .top-message3 {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message3 {
    margin-bottom: 100px;
  }
}
.post_content .top-message3 p {
  margin-bottom: 50px;
}
.post_content .top-message3 .img figure {
  width: min(41vw, 590px);
  -webkit-transition-delay: 5s;
          transition-delay: 5s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message3 .img figure {
    width: 100%;
    -webkit-transition-delay: 4.5s;
            transition-delay: 4.5s;
  }
}
.post_content .top-wave1 {
  position: relative;
  padding-block: 100px 350px !important;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-wave1 {
    padding-block: 80px !important;
  }
}
.post_content .top-wave1::before, .post_content .top-wave1::after {
  content: "";
  width: 100%;
  height: 9vw;
  background: url(/wp-content/uploads/2025/12/top-wave1-top-scaled.png) no-repeat bottom/100% auto;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post_content .top-wave1::after {
  background-image: url(/wp-content/uploads/2025/12/top-wave1-bottom-scaled.png);
  background-position: top;
  height: 13vw;
  top: auto;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.post_content .top-wave1 h2 {
  font-size: 24px;
  margin-bottom: 50px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-wave1 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .top-wave1 figure {
    max-width: 450px;
    margin-left: auto;
  }
}
.post_content .top-wave1 p {
  letter-spacing: 0.05em;
}
.post_content .top-message4 {
  margin-bottom: 200px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message4 {
    margin-bottom: 100px;
  }
}
.post_content .top-message4 p {
  margin-bottom: 50px;
}
.post_content .top-message4 .img figure {
  width: min(35vw, 450px);
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message4 .img figure {
    width: 100%;
  }
}
.post_content .top-message4 .swell-block-button a {
  width: 350px;
}
.post_content .top-message5 {
  position: relative;
}
.post_content .top-message5 svg {
  position: absolute;
  top: -55%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1920px;
  width: 100vw;
  height: 200%;
  z-index: -1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message5 svg {
    top: 0;
    min-width: auto;
  }
}
.post_content .top-message5 .top-path2 {
  opacity: 0;
}
.post_content .top-message5 .top-path2.active {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 5s ease-in-out;
  transition: stroke-dashoffset 5s ease-in-out;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message5 h2 {
    text-align: left !important;
  }
}
.post_content .top-message5 p {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .post_content .top-message5 p {
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message5 p {
    text-align: left !important;
    width: 100%;
  }
}
.post_content .top-message5 figure {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.post_content .top-message5.active figure {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}
.post_content .top-message5 .img1, .post_content .top-message5 .img2 {
  position: absolute;
  width: min(26vw, 340px);
  top: 0;
  left: -200px;
  z-index: -1;
}
@media (max-width: 1400px) {
  .post_content .top-message5 .img1, .post_content .top-message5 .img2 {
    left: -120px;
  }
}
@media (max-width: 1200px) {
  .post_content .top-message5 .img1, .post_content .top-message5 .img2 {
    left: -80px;
    top: 39%;
  }
}
.post_content .top-message5 .img1 {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message5 .img1 {
    position: static;
    width: 100%;
  }
}
.post_content .top-message5 .img2 {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
  top: 220px;
  left: auto;
  right: -150px;
}
@media (max-width: 1400px) {
  .post_content .top-message5 .img2 {
    right: -120px;
  }
}
@media (max-width: 1200px) {
  .post_content .top-message5 .img2 {
    right: -40px;
    top: 80%;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message5 .swell-block-button {
    margin-bottom: 50px;
  }
}
.post_content .top-message5 .swell-block-button a {
  margin-inline: auto;
  width: 350px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-message5 .swell-block-button a {
    margin-left: 0;
  }
}
.post_content .top-eventsns {
  padding-top: 300px;
  padding-bottom: 200px;
  margin-bottom: 0;
  position: relative;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 500px;
    margin-inline: auto;
  }
}
.post_content .top-eventsns svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1920px;
  width: 100vw;
  height: 130px;
  z-index: -1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns svg {
    min-width: auto;
    top: 44%;
    height: 7vw;
  }
}
@media (max-width: 600px) {
  .post_content .top-eventsns svg {
    top: 46%;
  }
}
.post_content .top-eventsns .top-path3 {
  opacity: 0;
}
.post_content .top-eventsns .top-path3.active {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 3s ease-in-out;
  transition: stroke-dashoffset 3s ease-in-out;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .top-path3.active {
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
  }
}
.post_content .top-eventsns .item {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 50px 50px 177px;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .item {
    padding: 50px 40px;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.post_content .top-eventsns .item h2 {
  margin-bottom: 50px;
  font-size: 24px;
  font-weight: 500;
}
.post_content .top-eventsns .item .p-postList__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.post_content .top-eventsns .item .c-postTimes__posted {
  font-family: "EB Garamond", serif;
  font-size: 18px;
  font-weight: 500;
}
.post_content .top-eventsns .item .p-postList__cat {
  font-size: 16px;
  font-weight: 500;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .item .p-postList__cat {
    font-size: 14px;
  }
}
.post_content .top-eventsns .item .p-postList__cat::before {
  content: none;
}
.post_content .top-eventsns .item .p-postList {
  border: none;
}
.post_content .top-eventsns .item .p-postList__title {
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .item .p-postList__title {
    font-size: 14px;
  }
}
.post_content .top-eventsns .item .p-postList__item {
  margin-bottom: 24px;
}
.post_content .top-eventsns .item .p-postList__link {
  padding-top: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.5019607843);
}
.post_content .top-eventsns .item .swell-block-button {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 50px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .item .swell-block-button {
    position: static;
  }
}
.post_content .top-eventsns.active .item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.post_content .top-eventsns .instagram {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.post_content .top-eventsns .instagram h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: clamp(10px, 1vw, 17px);
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .instagram h2 {
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.post_content .top-eventsns .instagram h2::before {
  content: "";
  width: 1.3em;
  height: auto;
  aspect-ratio: 1/1;
  background: url(/wp-content/uploads/2025/12/insta-icon.png) no-repeat center/contain;
  position: static;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .instagram figure {
    margin-bottom: 30px;
    width: 50%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .instagram p {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 959.999px) {
  .post_content .top-eventsns .instagram .swell-block-columns {
    margin-bottom: 50px;
  }
}
.post_content .top-service {
  position: relative;
}
.post_content .top-service svg {
  position: absolute;
  top: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  min-width: 1920px;
  width: 100vw;
  height: 80%;
  z-index: -1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-service svg {
    min-width: auto;
    top: 12%;
    width: 110vw;
    height: 70%;
  }
}
.post_content .top-service .top-path4 {
  opacity: 0;
}
.post_content .top-service .top-path4.active {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 4s ease-in-out;
  transition: stroke-dashoffset 4s ease-in-out;
}
.post_content .top-service .cmn__service .item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}
.post_content .top-service .cmn__service .item:nth-of-type(2) {
  -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}
.post_content .top-service .cmn__service .item:nth-of-type(3) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.post_content .top-service.active .cmn__service .item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.post_content .top-wave2 {
  position: relative;
  padding-block: 100px !important;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-wave2 {
    padding-block: 80px !important;
  }
}
.post_content .top-wave2::before, .post_content .top-wave2::after {
  content: "";
  width: 100%;
  height: 12vw;
  background: url(/wp-content/uploads/2025/12/top-wave2-top-scaled.png) no-repeat bottom/100% auto;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.post_content .top-wave2::after {
  background-image: url(/wp-content/uploads/2025/12/top-wave2-bottom-scaled.png);
  background-position: top;
  height: 9vw;
  top: auto;
  bottom: 2px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.post_content .top-area .img {
  position: relative;
  padding-top: 60px;
  padding-left: 70px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .img {
    max-width: 500px;
    margin-inline: auto;
  }
}
.post_content .top-area .top-area__mins {
  position: absolute;
  top: 0;
  left: 0;
  width: min(40%, 250px);
  height: auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .top-area__mins {
    left: 20px;
  }
}
.post_content .top-area p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area p {
    font-size: 16px;
  }
}
.post_content .top-area .fee {
  padding-left: calc(66px + 4.3em);
  text-indent: -4.3em;
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .fee {
    padding-left: calc(34px + 4.3em);
  }
}
.post_content .top-area .fee::before {
  content: "";
  width: 40px;
  height: 18px;
  background: url(/wp-content/uploads/2025/12/car-icon.png) no-repeat center/contain;
  position: absolute;
  top: 9px;
  left: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .fee::before {
    width: 27px;
    height: 13px;
    top: 8px;
  }
}
.post_content .top-area .park {
  padding-left: calc(50px + 4.3em);
  text-indent: -4.3em;
  position: relative;
  margin-bottom: 80px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .park {
    padding-left: calc(34px + 4.3em);
    margin-bottom: 50px;
  }
}
.post_content .top-area .park::before {
  content: "";
  width: 36px;
  height: 44px;
  background: url(/wp-content/uploads/2025/12/p-icon.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .park::before {
    width: 26px;
    height: 26px;
  }
}
.post_content .top-area .line {
  font-size: 18px;
  font-weight: 500;
  padding: 20px;
  padding-left: calc(20px + 1em);
  text-indent: -1em;
  border-radius: 10px;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-area .line {
    font-size: 14px;
    padding: 15px 40px;
    padding-left: calc(40px + 1em);
    margin-inline: auto;
  }
}
.post_content .top-area .line a {
  text-decoration: underline;
}
.post_content .top-media {
  padding-top: 9vw;
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-media {
    padding-top: 100px;
  }
}
.post_content .top-blog {
  position: relative;
}
.post_content .top-blog svg {
  position: absolute;
  top: 32%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 1920px;
  width: 100vw;
  height: 90%;
  z-index: -1;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-blog svg {
    min-width: auto;
  }
}
.post_content .top-blog .top-path5 {
  opacity: 0;
}
.post_content .top-blog .top-path5.active {
  opacity: 1;
  -webkit-transition: stroke-dashoffset 4s ease-in-out;
  transition: stroke-dashoffset 4s ease-in-out;
}
.post_content .top-blog .cmn__blog .p-postList__item {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 1s 1s;
  transition: 1s 1s;
}
@media screen and (max-width: 959.999px) {
  .post_content .top-blog .cmn__blog .p-postList__item {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
.post_content .top-blog .cmn__blog .p-postList__item:nth-of-type(2) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.post_content .top-blog .cmn__blog .p-postList__item:nth-of-type(3) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.post_content .top-blog .cmn__blog .p-postList__item:nth-of-type(4) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.post_content .top-blog.active .cmn__blog .p-postList__item {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
.post_content .contact-top {
  padding-bottom: 200px;
  margin-bottom: 0;
}
@media screen and (max-width: 959.999px) {
  .post_content .contact-top {
    padding-bottom: 100px;
  }
}
.post_content .contact-top .lead {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
}
@media screen and (max-width: 959.999px) {
  .post_content .contact-top .lead {
    font-size: 18px;
  }
}
.post_content .contact-top .links {
  margin-bottom: 0;
}
.post_content .contact-top .links .is-style-more_btn a {
  width: min(100%, 360px);
  min-height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 1.5vw, 20px);
  padding-left: 30px;
}
@media screen and (max-width: 959.999px) {
  .post_content .contact-top .links .is-style-more_btn a {
    margin-inline: auto;
  }
}
.post_content .cmn__form {
  max-width: 1000px;
  margin-inline: auto;
  padding-block: 80px 100px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form {
    padding-block: 30px 50px;
  }
}
.post_content .cmn__form a {
  text-decoration: none;
}
.post_content .cmn__form a:hover {
  opacity: 0.7;
}
.post_content .cmn__form .contact__remark p {
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.post_content .cmn__form table {
  margin-bottom: 30px;
}
.post_content .cmn__form table, .post_content .cmn__form tbody {
  display: block;
}
.post_content .cmn__form tr {
  padding: 0;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form tr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px;
    gap: 10px;
  }
}
.post_content .cmn__form th {
  background-color: transparent;
  border: none;
  width: 220px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  font-size: 18px;
  font-weight: 500;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 10px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form th {
    padding-top: 0;
    font-size: 16px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.post_content .cmn__form td {
  padding: 0;
  border: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form td {
    width: 100%;
  }
}
.post_content .cmn__form .required, .post_content .cmn__form .norequired {
  display: inline-block;
  background: #CB5546;
  color: #fff;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px;
  line-height: 1;
}
.post_content .cmn__form .norequired {
  background: #828282;
}
.post_content .cmn__form .form-memo {
  font-size: 13px;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
  display: block;
  margin-top: 5px;
}
.post_content .cmn__form .form-memo.no-indent {
  padding-left: 0;
  text-indent: 0;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.post_content .cmn__form :is(input[type=text], input[type=tel], input[type=email], textarea) {
  width: 100%;
}
.post_content .cmn__form :is(input, textarea, select) {
  font-size: 16px;
  padding: 11px 20px;
  border: none;
  background: #fff;
  border-radius: 10px;
  min-height: 56px;
}
.post_content .cmn__form input::-webkit-input-placeholder, .post_content .cmn__form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::-moz-placeholder, .post_content .cmn__form textarea::-moz-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input:-ms-input-placeholder, .post_content .cmn__form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::-ms-input-placeholder, .post_content .cmn__form textarea::-ms-input-placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form input::placeholder, .post_content .cmn__form textarea::placeholder {
  font-size: 16px;
  color: #B6B6B6;
  font-weight: 400;
}
.post_content .cmn__form span.wpcf7-form-control.wpcf7-acceptance {
  display: block;
}
.post_content .cmn__form .wpcf7-response-output {
  border: 2px solid #FAC3C3 !important;
  background: #FFF3F3;
  color: #dc3232;
  text-align: center;
}
.post_content .cmn__form .form-agreement {
  margin-bottom: 80px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form .form-agreement {
    margin-bottom: 30px;
  }
}
.post_content .cmn__form .form-agreement a {
  text-decoration: underline;
}
.post_content .cmn__form .form-agreement a:hover {
  opacity: 0.7;
}
.post_content .cmn__form textarea {
  resize: vertical;
}
.post_content .cmn__form .contact-send input[disabled] {
  background: #ccc !important;
  color: #fff !important;
  border: none;
}
.post_content .cmn__form .contact-send {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form .contact-send {
    width: min(100%, 400px);
  }
}
.post_content .cmn__form .contact-send::after {
  content: "";
  width: 6px;
  height: 12px;
  background: #4B8491;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  right: 1em;
  top: 30px;
}
.post_content .cmn__form .contact-send:has(input[disabled])::after {
  background: #fff;
  pointer-events: none;
}
.post_content .cmn__form .contact-send input {
  width: 350px;
  border: 1px solid #4B8491;
  color: #4B8491;
  font-size: 20px;
  font-weight: 700;
  font-family: "Shippori Mincho", serif;
  padding: 10px 24px;
  background: #fff;
  border-radius: 100px;
  min-height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 24px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form .contact-send input {
    width: min(100%, 400px);
  }
}
.post_content .cmn__form .contact-send:hover::after {
  background: #fff;
}
.post_content .cmn__form .contact-send:hover input {
  color: #fff;
  background: #4B8491;
}
.post_content .cmn__form .wpcf7-acceptance {
  font-size: 18px;
  font-weight: 500;
  display: block;
  padding-left: 37px;
  position: relative;
  margin-left: 300px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959.999px) {
  .post_content .cmn__form .wpcf7-acceptance {
    margin-bottom: 50px;
    margin-left: 0;
    font-size: 16px;
  }
}
.post_content .cmn__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.post_content .cmn__form .wpcf7-acceptance a {
  text-decoration: underline;
}
.post_content .cmn__form .wpcf7-acceptance input {
  display: none;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox] + span::before {
  content: "";
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #707070;
  position: absolute;
  top: 3px;
  left: 0;
  display: inline-block;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::before {
  background: #599D9D;
}
.post_content .cmn__form .wpcf7-acceptance input[type=checkbox]:checked + span::after {
  content: "";
  width: 15px;
  height: 15px;
  background: url(/wp-content/uploads/2025/12/check.png) no-repeat center/contain;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 4px;
  display: inline-block;
}
.post_content .thanks-block {
  padding-bottom: 200px;
}
@media screen and (max-width: 959.999px) {
  .post_content .thanks-block {
    padding-bottom: 100px;
  }
}
.post_content .thanks-block h2 {
  font-size: 24px;
  margin-bottom: 100px;
}
@media screen and (max-width: 959.999px) {
  .post_content .thanks-block h2 {
    font-size: 20px;
    margin-bottom: 50px;
  }
}
.post_content .thanks-block p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 100px;
  line-height: 2;
}
@media screen and (max-width: 959.999px) {
  .post_content .thanks-block p {
    font-size: 16px;
    margin-bottom: 50px;
  }
}
.post_content .thanks-block .is-style-more_btn a {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.post_content .thanks-block .is-style-more_btn a::before {
  content: "";
  width: 6px;
  height: 12px;
  background: #4B8491;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0% 50%);
          clip-path: polygon(100% 0, 100% 100%, 0% 50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.post_content .thanks-block .is-style-more_btn a::after {
  content: none;
}
.post_content .thanks-block .is-style-more_btn a:hover::before {
  background: #fff;
  -webkit-transform: translateX(-4px) translateY(-50%);
          transform: translateX(-4px) translateY(-50%);
}

.top-fv__catch {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.loaded .top-fv__catch {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.top-fv__img {
  -webkit-transition: 0.7s 0.6s;
  transition: 0.7s 0.6s;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}

.loaded .top-fv__img {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}/*# sourceMappingURL=style.css.map */