@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@700&family=Zen+Maru+Gothic:wght@400;700&display=swap");
@media screen and (max-width: 960px) {
  .p-fixBtnWrap {
    right: 1em;
  }
}
.p-fixBtnWrap .p-fixbnrWrap {
  max-width: clamp(200px, 15.625vw, 300px);
  margin-bottom: 1em;
}
.p-fixBtnWrap .p-fixbnrWrap-campaign {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  display: block;
}
.p-fixBtnWrap .p-fixbnrWrap-campaign img {
  display: block;
}

.single .p-fixBtnWrap {
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.single .p-fixBtnWrap.is-hidden {
  opacity: 0;
  transform: translateY(10px);
  visibility: hidden;
  pointer-events: none;
}

.p-fixbtnWrap {
  max-width: 272px;
  width: 100%;
}
.p-fixbtnWrap .swell-block-button__link {
  width: 100%;
}

.p-fixbnrClose {
  background-color: #50A4DD;
  color: #fff;
  width: 2.5vw;
  height: 2.5vw;
  border-radius: 50%;
  position: absolute;
  right: -0.85em;
  top: -1.25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (max-width: 960px) {
  .p-fixbnrClose {
    width: 35px;
    height: 35px;
  }
}
@media screen and (max-width: 599px) {
  .p-fixbnrClose {
    top: -20px;
  }
}

.home #header .l-header__gnav {
  display: none;
}

html[data-mvnav-passed=false] #fix_header {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.c-gnavWrap > ul.c-gnav > li.menu-item_icon,
.c-gnavWrap > ul.c-spnav > li.menu-item_icon,
.p-spMenu__nav > ul.c-gnav > li.menu-item_icon,
.p-spMenu__nav > ul.c-spnav > li.menu-item_icon {
  min-width: 220px;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .c-gnavWrap > ul.c-gnav > li.menu-item_icon,
  .c-gnavWrap > ul.c-spnav > li.menu-item_icon,
  .p-spMenu__nav > ul.c-gnav > li.menu-item_icon,
  .p-spMenu__nav > ul.c-spnav > li.menu-item_icon {
    display: block;
    padding: 0;
    min-width: 100%;
  }
}
.c-gnavWrap > ul.c-gnav > li.menu-item_icon > a,
.c-gnavWrap > ul.c-spnav > li.menu-item_icon > a,
.p-spMenu__nav > ul.c-gnav > li.menu-item_icon > a,
.p-spMenu__nav > ul.c-spnav > li.menu-item_icon > a {
  padding: 1em;
  font-weight: bold;
  display: block;
  transition: color 0.15s ease-out;
}
.c-gnavWrap > ul.c-gnav > li.menu-item_icon > a::before,
.c-gnavWrap > ul.c-spnav > li.menu-item_icon > a::before,
.p-spMenu__nav > ul.c-gnav > li.menu-item_icon > a::before,
.p-spMenu__nav > ul.c-spnav > li.menu-item_icon > a::before {
  content: "";
  width: 40px;
  height: 40px;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto 0.5em;
  transition: transform 0.15s ease-out;
}
.c-gnavWrap > ul.c-gnav > li.menu-item_icon > a:hover,
.c-gnavWrap > ul.c-spnav > li.menu-item_icon > a:hover,
.p-spMenu__nav > ul.c-gnav > li.menu-item_icon > a:hover,
.p-spMenu__nav > ul.c-spnav > li.menu-item_icon > a:hover {
  color: #50A4DD;
}
.c-gnavWrap > ul.c-gnav > li.menu-item_icon > a:hover::before,
.c-gnavWrap > ul.c-spnav > li.menu-item_icon > a:hover::before,
.p-spMenu__nav > ul.c-gnav > li.menu-item_icon > a:hover::before,
.p-spMenu__nav > ul.c-spnav > li.menu-item_icon > a:hover::before {
  content: "";
  transform: translateY(-4px);
}
.c-gnavWrap > ul.c-gnav > li.menu-item__merit > a::before,
.c-gnavWrap > ul.c-spnav > li.menu-item__merit > a::before,
.p-spMenu__nav > ul.c-gnav > li.menu-item__merit > a::before,
.p-spMenu__nav > ul.c-spnav > li.menu-item__merit > a::before {
  background-image: url(../images/icon_merit.png);
}
.c-gnavWrap > ul.c-gnav > li.menu-item__list > a::before,
.c-gnavWrap > ul.c-spnav > li.menu-item__list > a::before,
.p-spMenu__nav > ul.c-gnav > li.menu-item__list > a::before,
.p-spMenu__nav > ul.c-spnav > li.menu-item__list > a::before {
  background-image: url(../images/icon_list.png);
}
.c-gnavWrap > ul.c-gnav > li.menu-item__flow > a::before,
.c-gnavWrap > ul.c-spnav > li.menu-item__flow > a::before,
.p-spMenu__nav > ul.c-gnav > li.menu-item__flow > a::before,
.p-spMenu__nav > ul.c-spnav > li.menu-item__flow > a::before {
  background-image: url(../images/icon_flow.png);
}
.c-gnavWrap > ul.c-gnav > li.menu-item__yomimono > a::before,
.c-gnavWrap > ul.c-spnav > li.menu-item__yomimono > a::before,
.p-spMenu__nav > ul.c-gnav > li.menu-item__yomimono > a::before,
.p-spMenu__nav > ul.c-spnav > li.menu-item__yomimono > a::before {
  background-image: url(../images/icon_yomimono.png);
}
.c-gnavWrap .c-spnav__sns,
.p-spMenu__nav .c-spnav__sns {
  display: flex;
  gap: 1em;
  justify-content: center;
  margin-top: 50px;
}
.c-gnavWrap .c-spnav__sns .c-spnav__sns-line,
.c-gnavWrap .c-spnav__sns .c-spnav__sns-instagram,
.p-spMenu__nav .c-spnav__sns .c-spnav__sns-line,
.p-spMenu__nav .c-spnav__sns .c-spnav__sns-instagram {
  width: 48px;
  height: 48px;
}

.c-gnavWrap > ul.c-gnav > li.menu-item_icon > a {
  border-right: 1px solid #E6E6D3;
}
.c-gnavWrap > ul.c-gnav > li.menu-item_icon > a:first-of-type {
  border-left: 1px solid #E6E6D3;
}
@media screen and (max-width: 960px) {
  .c-gnavWrap > ul.c-gnav > li.menu-item_icon > a:first-of-type {
    border-bottom: 1px solid #E6E6D3;
  }
}
@media screen and (max-width: 960px) {
  .c-gnavWrap > ul.c-gnav > li.menu-item_icon > a:nth-of-type(2) {
    border-bottom: 1px solid #E6E6D3;
  }
}

.p-spMenu__nav > ul.c-spnav > li.menu-item_icon > a {
  display: flex;
  gap: 1em;
  align-items: center;
}
.p-spMenu__nav > ul.c-spnav > li.menu-item_icon > a::before {
  margin: 0;
}

.ly-sec__mvNav {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-image: url(../images/global-navi_bg.png);
  background-repeat: repeat-x;
  position: relative;
}
.ly-sec__mvNav::before {
  content: none;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(234, 246, 244, 0) 100%);
  position: absolute;
}
.ly-sec__mvNav.is-mvFilterActive::before {
  content: "";
}
.ly-sec__mvNav .ly-sec__mvNav-inner {
  margin-left: var(--swl-pad_container, 0);
  margin-right: var(--swl-pad_container, 0);
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly-sec__mvNav .ly-sec__mvNav-inner {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: unset;
  }
}
.ly-sec__mvNav .p-mvGnav {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}
@media screen and (max-width: 960px) {
  .ly-sec__mvNav .l-header__gnav {
    display: block;
    padding: 0;
  }
}
@media screen and (max-width: 960px) {
  .ly-sec__mvNav .c-gnav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.l-header__menuBtn {
  border-radius: 8px;
}

.p-spMenu__closeBtn {
  border-radius: 8px;
  color: #fff;
  background-color: var(--color_text);
  margin: 20px 10px;
}

.p-spMenu__body {
  padding-top: 100px;
}
.p-spMenu__body .c-widget__title.-spmenu {
  display: none;
}

@media screen and (max-width: 960px) {
  [data-scrolled=false] [data-spfix="1"] {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 960px) {
  .l-header[data-spfix="1"] {
    padding: 20px 10px;
    background-color: transparent;
  }
}

.l-header {
  box-shadow: unset;
}

/* モダンブラウザのみ */
@supports (mix-blend-mode: color-burn) {
  .ly-sec__lead,
  .ly-sec__flow,
  .ly-sec__yomimono,
  .ly-sec__sns,
  .ly-sec__author {
    isolation: isolate;
  }
  .ly-sec__lead .ly-sec__inner,
  .ly-sec__flow .ly-sec__inner,
  .ly-sec__yomimono .ly-sec__inner,
  .ly-sec__sns .ly-sec__inner,
  .ly-sec__author .ly-sec__inner {
    position: relative;
    z-index: 1;
  }
  .ly-sec__lead::after,
  .ly-sec__flow::after,
  .ly-sec__yomimono::after,
  .ly-sec__sns::after,
  .ly-sec__author::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/tex_bg.png");
    background-repeat: repeat;
    mix-blend-mode: color-burn;
    z-index: 0;
  }
  .ly-sec__flow::after,
  .ly-sec__author::after {
    opacity: 0.2;
    -webkit-mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.2) 35%, #000 70%);
    mask-image: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.2) 35%, #000 70%);
  }
  .ly-sec__sns::after {
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 35%, #000 70%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.2) 35%, #000 70%);
  }
}
.ly-sec__inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
  padding-top: 4em;
  padding-bottom: 100px;
}

.ly-sec__lead {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #B5EABE;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.ly-sec__lead::before {
  content: "";
  position: absolute;
  left: 60%;
  top: 4vw;
  /* fallback（古ブラウザ用） */
  width: 3880px;
  height: 3880px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #FFECC2;
  transform: translateX(-46%);
  z-index: 0;
}
@media screen and (max-width: 960px) {
  .ly-sec__lead::before {
    top: 15vw;
  }
}
.ly-sec__lead .p-lead-visual {
  position: absolute;
  bottom: 20px;
  right: 17%;
  transform: translateX(-50%);
  width: clamp(120px, 9.375vw, 180px);
  height: clamp(160px, 12.5vw, 240px);
  background-image: url(../images/merit-point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly-sec__lead .p-lead-visual {
    right: 5%;
    transform: unset;
    bottom: 6vw;
  }
}
.ly-sec__lead .p-lead-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1vw;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly-sec__lead .p-lead-bg {
    bottom: 5vw;
  }
}
.ly-sec__lead .p-lead-bg img {
  bottom: 6vw;
}

.ly-sec__postList {
  padding: 4em 0;
}
.ly-sec__postList .open-house-tabs {
  display: flex;
  justify-content: center;
  position: relative;
  /* デフォルト色（念のため） */
  --indicator-left: 0px;
  --indicator-color: #FC9D9D;
}
.ly-sec__postList .open-house-tabs::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid var(--indicator-color, #000);
  left: var(--indicator-left, 0px);
  transition: left 0.35s ease;
}
.ly-sec__postList .open-house-tabs .tab {
  cursor: pointer;
  max-width: 320px;
  width: 100%;
  height: 48px;
  text-align: center;
  border: unset;
  color: #fff;
  border-radius: 10px;
  position: relative;
}
.ly-sec__postList .open-house-tabs .is-accepting {
  background-color: #FC9D9D;
}
.ly-sec__postList .open-house-tabs .is-closed {
  background-color: #BFBCB8;
}
.ly-sec__postList .tab-content {
  display: none;
}
.ly-sec__postList .tab-content.is-active {
  display: block;
}
.ly-sec__postList .p-postList {
  padding: 4em 0;
  gap: 3em;
}

.ly-sec__flow {
  position: relative;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(to bottom, #EAF6F4 0%, rgba(234, 246, 244, 0) 100%);
}
.ly-sec__flow .ly-sec__inner {
  overflow: hidden;
}
.ly-sec__flow .p-flow-bgTop {
  width: 100%;
  height: 30px;
  position: absolute;
  top: -0.25vw;
  left: 0;
  z-index: 6;
}
.ly-sec__flow .p-flow-bgBottom {
  width: 100%;
  height: 1.5vw;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 6;
}
.ly-sec__flow .p-flow-bgleft {
  position: absolute;
  top: 0;
  left: 0;
  width: 41.51vw;
  height: auto;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .p-flow-bgleft {
    width: 80%;
  }
}
.ly-sec__flow .p-flow-bgright {
  position: absolute;
  bottom: -1vw;
  right: 0;
  width: 41.67vw;
  height: auto;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .p-flow-bgright {
    width: 80%;
  }
}
.ly-sec__flow .p-flow-bgright::after {
  content: "";
  position: absolute;
  bottom: 2vw;
  right: 25%;
  transform: translateX(-50%);
  width: 10.3125vw;
  height: 9.375vw;
  background-image: url(../images/flow-point_02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .p-flow-bgright::after {
    width: 132px;
    height: 120px;
    bottom: 10vw;
    z-index: 1;
  }
}
.ly-sec__flow .bl-flow__content {
  padding: 4em 0;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .bl-flow__content {
    padding: 0;
  }
}
.ly-sec__flow .bl-flow__content::before {
  content: "";
  position: absolute;
  top: clamp(-120px, -6.25vw, -60px);
  right: 18%;
  transform: translateX(-50%);
  width: 90px;
  height: 200px;
  background-image: url(../images/flow-point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .bl-flow__content::before {
    top: -145px;
  }
}
@media screen and (max-width: 599px) {
  .ly-sec__flow .bl-flow__content::before {
    width: 54px;
    height: 120px;
    right: 8%;
    transform: unset;
  }
}
.ly-sec__flow .bl-flow__content .swell-block-step__item {
  background-color: #fff;
  margin-bottom: 2em !important;
  padding: 3em 60px;
  border-radius: 10px;
  max-width: 940px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .bl-flow__content .swell-block-step__item {
    margin-left: 16px;
    padding: 45px 1em 1em;
  }
}
.ly-sec__flow .bl-flow__content .swell-block-step__item::before {
  border-left: unset;
  top: unset;
  width: 3px;
  height: 40px;
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  background: repeating-linear-gradient(to bottom, #2686BC 0 3px, transparent 3px 7px);
}
.ly-sec__flow .bl-flow__content .bl-flow__columns .wp-block-column:last-of-type {
  position: relative;
}
.ly-sec__flow .bl-flow__content .bl-flow__columns .bl-flow__img {
  position: absolute;
  width: 180px;
  height: 180px;
  top: calc(50% - 2rem);
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .bl-flow__content .bl-flow__columns .bl-flow__img {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
.ly-sec__flow .bl-flow__content .swell-block-step__number {
  width: 80px;
  height: 80px;
  top: -24px;
  left: -24px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly-sec__flow .bl-flow__content .swell-block-step__number {
    width: 60px;
    height: 60px;
    top: -24px;
    left: -24px;
  }
}
.ly-sec__flow .bl-flow__content .swell-block-step__number .__label {
  font-size: 0.875rem;
}
.ly-sec__flow .bl-flow__content .swell-block-step__number:after {
  font-size: 1.625rem;
}
.ly-sec__flow .swell-block-step:not(.is-style-big) > .swell-block-step__item:last-child {
  padding-bottom: 3em;
}

@media screen and (max-width: 960px) {
  .swell-block-step:not(.is-style-big):not(.is-style-small) > .swell-block-step__item > .swell-block-step__body {
    margin-left: 0;
  }
}

.ly-sec__yomimono {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #FFECC2;
  position: relative;
}
.ly-sec__yomimono .p-yomimono-bgTop {
  position: absolute;
  top: -1vw;
  left: 0;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-bgTop {
    top: -8vw;
  }
}
.ly-sec__yomimono .p-yomimono-bgBottom {
  position: absolute;
  bottom: -1.5vw;
  left: 0;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-bgBottom {
    bottom: -9vw;
  }
}
.ly-sec__yomimono .p-yomimono__box {
  background-color: #43C0C9;
  padding: 2em;
  position: relative;
  border: solid #fff 10px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono__box {
    margin-top: 5em;
  }
}
.ly-sec__yomimono .p-yomimono__box::before {
  content: "";
  width: 133px;
  height: 133px;
  display: inline-block;
  background-image: url(../images/iekun_yomimono.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -4.25vw;
  right: 20%;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono__box::before {
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    width: 93px;
    height: 100px;
  }
}
@media screen and (max-width: 599px) {
  .ly-sec__yomimono .p-yomimono__box::before {
    top: -15.25vw;
  }
}
.ly-sec__yomimono .bl-yomimono__content {
  text-align: left;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .bl-yomimono__content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.ly-sec__yomimono .bl-yomimono__content .bl-yomimono__inner {
  max-width: 980px;
  margin: 0 auto;
  margin-bottom: 2em;
}
.ly-sec__yomimono .bl-yomimono__content .bl-yomimono {
  border-bottom: 1px dotted #fff;
  padding-bottom: 1em;
}
.ly-sec__yomimono .p-yomimono-list {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-list {
    flex-direction: column;
  }
}
.ly-sec__yomimono .p-yomimono-list .p-yomimono-item {
  text-align: left;
  width: 50%;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-list .p-yomimono-item {
    width: 100%;
  }
}
.ly-sec__yomimono .p-yomimono-list .p-yomimono-item a {
  color: var(--color_text);
  text-decoration: unset;
  transition: background-color 0.2s;
  padding: 2.5em 2.5em 1.5em;
  padding: 2.5em 2.5em 1.5em;
  background-color: #fff;
  border-radius: 20px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-list .p-yomimono-item a {
    padding: 1.5em 1.5em 0.5em;
  }
}
.ly-sec__yomimono .p-yomimono-list .p-yomimono-item a:hover {
  background: rgb(250, 249, 246);
}
.ly-sec__yomimono .p-yomimono-list .p-yomimono-item .p-yomimono-ttl {
  font-size: 1.5rem;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-list .p-yomimono-item .p-yomimono-ttl {
    font-size: 1.125rem;
  }
}
.ly-sec__yomimono .p-yomimono-list .p-yomimono-item__header {
  display: grid;
  grid-template-columns: 200px auto;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .ly-sec__yomimono .p-yomimono-list .p-yomimono-item__header {
    grid-template-columns: 40% auto;
  }
}
.ly-sec__yomimono .p-yomimono-list .p-yomimono-thumb img {
  aspect-ratio: 1.5037593985;
  border-radius: 10px;
}

.p-yomimono-visual {
  position: absolute;
  width: 72px;
  height: 90px;
  top: 0;
  left: 25%;
  transform: translateX(-50%);
  animation: floatY 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 960px) {
  .p-yomimono-visual {
    height: 80px;
    width: 62px;
    left: unset;
    right: 0;
    top: -3em;
  }
}

@keyframes floatY {
  from {
    transform: translateX(-50%) translateY(20px);
  }
  to {
    transform: translateX(-50%) translateY(0);
  }
}
.p-yomimono__points {
  display: flex;
  justify-content: space-between;
}
.p-yomimono__points .p-yomimono__point {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
}

.p-yomimono__border-top::before {
  content: "";
  width: 7px;
  height: 100%;
  display: inline-block;
  background-image: url(../images/box_border-side.svg);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -3px;
}
.p-yomimono__border-top::after {
  content: "";
  width: calc(100% + 9px);
  height: 7px;
  display: inline-block;
  background-image: url(../images/box_border.svg);
  background-repeat: repeat-x;
  background-size: auto 7px;
  position: absolute;
  top: -3px;
  left: -9px;
}

.p-yomimono__border-bottom::before {
  content: "";
  width: 7px;
  height: 100%;
  display: inline-block;
  background-image: url(../images/box_border-side.svg);
  background-repeat: repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: -3px;
}
.p-yomimono__border-bottom::after {
  content: "";
  width: 100%;
  height: 7px;
  display: inline-block;
  background-image: url(../images/box_border.svg);
  background-repeat: repeat-x;
  background-size: auto 7px;
  position: absolute;
  bottom: -3px;
  left: 0;
}

.ly-sec__sns {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(to bottom, rgba(234, 246, 244, 0) 0%, rgba(234, 246, 244, 0.5) 25%, rgb(234, 246, 244) 50%);
  position: relative;
}
.ly-sec__sns .p-sns-point {
  position: absolute;
  top: 18%;
  left: 20%;
  transform: translate(-50%, -50%);
}
.ly-sec__sns .p-sns-point02 {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(-50%, -50%);
}
.ly-sec__sns .bl-sns__box {
  padding: 40px;
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .ly-sec__sns .ly-sec__inner {
    padding-top: 7em;
  }
}

.ly-sec__author {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background: linear-gradient(to bottom, #EAF6F4 0%, rgba(234, 246, 244, 0) 100%);
  position: relative;
}
.ly-sec__author .ly-sec__inner {
  padding-top: 0;
  padding-bottom: 0;
}
.ly-sec__author .p-author-contents {
  background-color: #fff;
  border-radius: 20px;
}
.ly-sec__author .p-author-contents__inner {
  padding: 40px;
}
.ly-sec__author .p-openhouseAvatarList {
  display: flex;
  column-gap: 20px;
  row-gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
}
.ly-sec__author .p-openhouseAvatarList__item img {
  height: 32px;
  width: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.c-taxList::before {
  content: none;
}

.c-pageExcerpt {
  display: none;
}

.page .l-topTitleArea {
  align-items: flex-end;
  min-height: 320px;
  padding: 0;
}
.page .l-topTitleArea::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 105px;
  width: 30%;
  background: #F7F5EF;
}
.page .l-topTitleArea__body .c-pageTitle {
  height: 105px;
  width: auto;
  background: #F7F5EF;
  display: inline-block;
  line-height: 105px;
  padding-right: 80px;
  border-radius: 0 40px 0 0;
  font-size: 2.25rem;
  color: var(--color_text);
}
@media screen and (max-width: 960px) {
  .page .l-topTitleArea__body .c-pageTitle {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 599px) {
  .page .l-topTitleArea__body .c-pageTitle {
    padding-right: 40px;
  }
}
.page .l-topTitleArea__body .c-pageTitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -48px;
  background-image: url(../images/pageTitle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  visibility: visible;
}
.page .w-beforeFooter {
  margin-top: 0;
}
.page .wp-block-list {
  text-align: left;
}

.page-id-598 .l-content {
  margin-bottom: 0;
}

.bl-sc-yomimono__colums {
  justify-content: center;
}
.bl-sc-yomimono__colums .wp-block-column {
  max-width: fit-content;
}

@media screen and (min-width: 961px) {
  .bl-sc-yomimono__mediaTxt {
    gap: 0;
    grid-template-columns: 50% auto !important;
  }
}
@media screen and (min-width: 961px) {
  .bl-sc-yomimono__mediaTxt .wp-block-media-text__media {
    aspect-ratio: 0.7504690432;
  }
}
.bl-sc-yomimono__mediaTxt .wp-block-media-text__media img {
  border-radius: 20px;
  height: 100%;
}
@media screen and (min-width: 961px) {
  .bl-sc-yomimono__mediaTxt .wp-block-media-text__content {
    position: relative;
  }
  .bl-sc-yomimono__mediaTxt .wp-block-media-text__content > .wp-block-group:first-child {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 40px;
  }
}
.bl-sc-yomimono__mediaTxt .wp-block-media-text__content > .wp-block-group:first-child {
  border-radius: 20px;
}
@media screen and (max-width: 960px) {
  .bl-sc-yomimono__mediaTxt .wp-block-media-text__content {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (min-width: 961px) {
  .bl-sc-yomimono__mediaTxt.--mediaLeft {
    margin-left: 20px;
  }
  .bl-sc-yomimono__mediaTxt.--mediaLeft .wp-block-media-text__content > .wp-block-group:first-child {
    left: -20px;
    right: auto;
  }
}
@media screen and (min-width: 961px) {
  .bl-sc-yomimono__mediaTxt.--mediaRight {
    margin-right: 20px;
  }
  .bl-sc-yomimono__mediaTxt.--mediaRight .wp-block-media-text__content > .wp-block-group:first-child {
    right: -20px;
    left: auto;
  }
}

.bl-sc-yomimono__box {
  padding: 3.75em;
  border-radius: 20px;
}
.bl-sc-yomimono__box .bl-sc-yomimono__boxｰcolumns {
  border-bottom: 1px dotted #C4C2BE;
  padding-bottom: 1.875em;
  padding-top: 1.875em;
}
.bl-sc-yomimono__box .bl-sc-yomimono__boxｰcolumns:last-child {
  border-bottom: none;
}
.bl-sc-yomimono__box .bl-sc-yomimono__boxｰcolumns .bl-sc-yomimono__boxｰimg img {
  border-radius: 20px;
}

.bl-bg__sky {
  background: linear-gradient(to top, #EAF6F4 0%, rgba(234, 246, 244, 0) 100%);
  padding: 3.25em 0 9.25em 0;
}
.bl-bg__sky .bl-bg__sky-inner {
  position: relative;
}
.bl-bg__sky .bl-bg__sky-inner::before {
  content: "";
  position: absolute;
  bottom: -10%;
  left: -10%;
  background-image: url(../images/cloud.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: min(72vw, 270px);
  height: min(16vw, 60px);
}
@media screen and (max-width: 960px) {
  .bl-bg__sky .bl-bg__sky-inner::before {
    bottom: -25%;
  }
}
.bl-bg__sky .bl-bg__sky-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -10%;
  background-image: url(../images/cloud02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-size: contain;
  width: min(72vw, 270px);
  height: min(16vw, 60px);
}
.bl-bg__sky .wp-block-column,
.bl-bg__sky .wp-block-group__inner-container {
  position: relative;
  z-index: 3;
}

.bl-bg__sky.--point {
  position: relative;
}
.bl-bg__sky.--point::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background-image: url(../images/bl-bg__sky-point.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bl-sc-yomimono__contents {
  background-color: #FFECC2;
  padding-top: 3.75em;
  padding-bottom: 5em;
}

.bl-yomimono__bottom {
  padding: 15px 15px 1px !important;
  border-radius: 10px;
}
.bl-yomimono__bottom .bl-yomimono__bottom-inner {
  position: relative;
}
.bl-yomimono__bottom .bl-yomimono__bottom-inner .p-yomimono__border-top::before {
  background-size: cover;
}
.bl-yomimono__bottom .bl-yomimono__bottom-inner .p-yomimono__border-bottom::before {
  background-size: cover;
}

.bl-sc-yomimono__borderbox {
  border: 3px solid #E6E6D3;
  justify-content: inherit;
  max-width: fit-content;
}

.bl-sc-shikin__contents {
  background: linear-gradient(to bottom, #EAF6F4 0%, #EAF6F4 70%, transparent 100%);
}

.bl-gif__tips {
  position: absolute !important;
  left: 40%;
  transform: translateX(-50%);
  bottom: auto;
}
.bl-gif__tips .p-gifLike.--tips {
  position: relative;
  width: 207px;
  height: 180px;
}

@media screen and (max-width: 960px) {
  .bl-tips__img {
    max-width: 30%;
    width: 100%;
    margin-left: auto;
  }
}

.bl-plan__bird {
  top: -30%;
  left: unset;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .bl-plan__bird {
    top: -50%;
  }
}

.page:not(.home) .ly-sec__inner {
  padding-bottom: 0;
}

.single-open_house {
  background-color: #F5F5F5;
}
.single-open_house .c-postTitle {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.single-open_house .c-postTitle {
  padding-top: 1.25em;
  padding-bottom: 1.87em;
  border-bottom: 2px dotted #C4C2BE;
}
.single-open_house .c-postTitle__logo {
  max-width: 163px;
  width: 100%;
  height: auto;
}
.single-open_house .c-postTitle__logo img {
  width: auto;
  height: 30px;
  margin-top: 0.5em;
}
.single-open_house .thumbnail-slider img {
  width: 100%;
  object-fit: cover;
}
.single-open_house .thumbnail-slider .thumb-slide img {
  aspect-ratio: 16/9;
}
.single-open_house .thumbnail-slider .spec-two-col {
  border-top: 1px solid var(--color_text);
  border-bottom: 1px solid var(--color_text);
}
.single-open_house .c-taxList--type .termColor {
  color: var(--color_text);
  border: 1px solid var(--color_text);
}
.single-open_house .termColor {
  font-size: inherit;
}

.single h2.wp-block-heading {
  border-top: 1px solid #C4C2BE;
  position: relative;
  padding: 0.5em 0;
}
.single h2.wp-block-heading::before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  top: -1.5px;
  left: 0;
  background-color: #50A4DD;
}
.single .p-section {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media screen and (max-width: 960px) {
  .single .p-section {
    padding: 20px 16px;
  }
}
@media screen and (max-width: 960px) {
  .single .p-section ol,
  .single .p-section ul {
    padding-left: 0;
  }
}
.single iframe {
  border-radius: 20px;
}
.single .c-secTitle {
  border-left: solid 4px #50A4DD;
}

#fix_sidebar img {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
}

.p-mainVisual {
  overflow: visible;
  position: relative;
}
.p-mainVisual .p-blogParts {
  max-width: 41.6667vw;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .p-mainVisual .p-blogParts {
    max-width: 95%;
  }
}
.p-mainVisual .p-blogParts .bl_mv_dataLabel-wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 2;
}
.p-mainVisual .p-blogParts .bl_mv_dataLabel--left {
  position: absolute;
  bottom: 0;
  left: 3.5vw;
  transform: translateX(-50%);
  z-index: 1;
  width: 7.7083333333vw;
  height: 8.3333333333vw;
}
.p-mainVisual .p-blogParts .bl_mv_dataLabel--leftSp {
  width: 23.846vw;
  height: 25.641vw;
  position: absolute;
  left: 35%;
  transform: translateX(-50%);
}
.p-mainVisual .p-blogParts .bl_mv_dataLabel--right {
  position: absolute;
  bottom: 0;
  right: 1.5vw;
  transform: translateX(50%);
  z-index: 1;
  width: 10.4166666667vw;
  height: 9.375vw;
}
.p-mainVisual .p-blogParts .bl_mv_dataLabel--rightSp {
  width: 41.026vw;
  height: 41.026vw;
  margin-left: 5em;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 1500px) {
  .p-mainVisual .p-blogParts .bl_mv_dataLabel--left {
    bottom: 1vw;
    left: 0;
  }
  .p-mainVisual .p-blogParts .bl_mv_dataLabel--right {
    bottom: 1vw;
    right: 0;
  }
}
.p-mainVisual .p-blogParts .bl_mv_schedule-wrapper {
  border-radius: 20px;
  border: 5px solid #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
.p-mainVisual .p-blogParts .bl_mv_schedule-wrapper::before {
  content: "";
  height: 100px;
  width: 10px;
  background-color: #ffe093;
  position: absolute;
  top: -105px;
  left: 25%;
  transform: translateX(-50%);
}
.p-mainVisual .p-blogParts .bl_mv_schedule-wrapper::after {
  content: "";
  height: 100px;
  width: 10px;
  background-color: #ffe093;
  position: absolute;
  top: -105px;
  right: 25%;
  transform: translateX(-50%);
}
.p-mainVisual .p-blogParts .bl_mv_schedule {
  border-radius: 10px;
}
.p-mainVisual ul.is-style-index li:before {
  background-color: #50A4DD;
}

.p-mainVisual__textLayer::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  transform: translate(-50%, -50%);
  background-image: url(../images/bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10.5729166667vw;
  height: 9.375vw;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .p-mainVisual__textLayer::after {
    right: 18%;
  }
}
@media screen and (max-width: 960px) {
  .p-mainVisual__textLayer::after {
    width: 34.6666666667vw;
    height: 19.2vw;
    right: 0;
    top: 18%;
    transform: translateY(-50%);
  }
}

.p-gif__wrapper {
  position: relative;
  z-index: 3;
}
.p-gif__wrapper .p-gifLike {
  position: relative;
  height: 10.42vw;
}
@media screen and (max-width: 960px) {
  .p-gif__wrapper .p-gifLike {
    height: 25.641vw;
  }
}
.p-gif__wrapper .p-gifLike img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
}
.p-gif__wrapper .p-gifLike img:nth-of-type(1) {
  opacity: 1;
  animation: swap1 1.6s steps(1, end) infinite;
}
.p-gif__wrapper .p-gifLike img:nth-of-type(2) {
  animation: swap2 1.6s steps(1, end) infinite;
}
@keyframes swap1 {
  0%, 49.999% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}
@keyframes swap2 {
  0%, 49.999% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
.p-gif__wrapper .p-gif {
  position: absolute;
}
.p-gif__wrapper .p-gifLike.--01 {
  width: 11.98vw;
}
@media screen and (max-width: 960px) {
  .p-gif__wrapper .p-gifLike.--01 {
    width: 29.487vw;
  }
}
.p-gif__wrapper .p-gifLike.--02 {
  width: 11.46vw;
}
.p-gif__wrapper .p-gifLike.--03 {
  width: 8.33vw;
}
.p-gif__wrapper .p-gifLike.--04 {
  width: 4.69vw;
}
@media screen and (max-width: 960px) {
  .p-gif__wrapper .p-gifLike.--04 {
    width: 11.538vw;
  }
}
.p-gif__wrapper .p-gifLike.--05 {
  width: 9.38vw;
  height: 12.5vw;
}
.p-gif__wrapper .p-gif.--01 {
  left: 12vw;
  bottom: 1vw;
}
@media screen and (max-width: 960px) {
  .p-gif__wrapper .p-gif.--01 {
    left: calc(50% - 23vw);
  }
}
.p-gif__wrapper .p-gif.--02 {
  right: 2vw;
  bottom: 2vw;
  transform: scaleX(-1);
}
.p-gif__wrapper .p-gif.--03 {
  bottom: 8vw;
  right: 15.5vw;
}
.p-gif__wrapper .p-gif.--04 {
  left: 23vw;
  bottom: 3vw;
}
@media screen and (max-width: 960px) {
  .p-gif__wrapper .p-gif.--04 {
    right: 25%;
    transform: translateX(-50%);
    left: unset;
  }
}
.p-gif__wrapper .p-gif.--05 {
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.c-btn-more {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  font-weight: bold;
  padding: 1em 1.5em;
}
.c-btn-more::after {
  content: "";
  background-image: url(../images/more-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 11px;
  transform: translateX(0);
  transition: transform 0.15s ease-out;
}

.-type-card .p-postList__link:hover .c-btn-more::after {
  transform: translateX(5px);
}

.p-yomimono-item a:hover .c-btn-more::after {
  transform: translateX(5px);
}

body {
  line-height: 1.8125;
}

@media screen and (max-width: 960px) {
  .target {
    white-space: normal;
    /* nowrap を消す */
    overflow-wrap: anywhere;
    /* 必要ならどこでも折り返せる */
    word-break: normal;
  }
}

.p-lv2Ttl {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: 2.5em;
}
.p-lv2Ttl .p-lv2Ttl__sub {
  font-size: 1.5rem;
  margin-bottom: 2em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  .p-lv2Ttl .p-lv2Ttl__sub {
    font-size: 1rem;
  }
}
.p-lv2Ttl .p-lv2Ttl__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .p-lv2Ttl .p-lv2Ttl__ttl {
    font-size: 1.5rem;
  }
}

.p-lv2Ttl__ttl--noSub {
  font-size: 2rem;
  margin-bottom: 2em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .p-lv2Ttl__ttl--noSub {
    font-size: 1.5rem;
  }
}

.p-lv2Ttl--primary {
  position: relative;
  margin-bottom: 2em;
  line-height: 1;
}
.p-lv2Ttl--primary::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: var(--color_text);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.p-lv2Ttl--primary h2 {
  font-size: 1.375rem;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 1em 0;
}

.ly-sec__lead .p-lv2Ttl__sub {
  position: relative;
  color: #50A4DD;
}
@media screen and (max-width: 960px) {
  .ly-sec__lead .p-lv2Ttl__sub {
    font-size: 1.25rem;
    margin-bottom: 3em;
  }
}
.ly-sec__lead .p-lv2Ttl__sub::before {
  content: "";
  width: 240px;
  height: 120px;
  display: inline-block;
  background-image: url(../images/speech-bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media screen and (max-width: 960px) {
  .ly-sec__lead .p-lv2Ttl__sub::before {
    width: clamp(120px, 46.4vw, 240px);
    height: clamp(56px, 21.333vw, 110px);
  }
}
.ly-sec__lead .p-lv2Ttl__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .ly-sec__lead .p-lv2Ttl__ttl {
    font-size: 1.5rem;
  }
}

.ly-sec__flow .p-lv2Ttl__sub {
  background-color: #FFD364;
  padding: 0.25em 1em;
  border-radius: 10px;
  position: relative;
}
.ly-sec__flow .p-lv2Ttl__sub::before {
  content: "";
  height: 100px;
  width: 10px;
  background-color: #FFD364;
  position: absolute;
  top: -100px;
  left: 25%;
  transform: translateX(-50%);
}
.ly-sec__flow .p-lv2Ttl__sub::after {
  content: "";
  height: 100px;
  width: 10px;
  background-color: #FFD364;
  position: absolute;
  top: -100px;
  right: 25%;
  transform: translateX(-50%);
}

.yomimono-ttl {
  font-size: 1.5rem;
}

.post_content .bl-sc-yomimono__point code {
  font-size: 1rem;
  border-radius: 50px;
  padding: 10px 15px;
  background-color: transparent;
  border: 3px dotted #FC9D9D;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0 1em;
  color: inherit;
}
.post_content .bl-sc-yomimono__point-num code {
  font-size: 1.5rem;
  background-color: transparent;
  border: unset;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0;
  color: #FC9D9D;
}
.post_content .bl-sc-yomimono__num code {
  font-size: 1.25rem;
  background-color: transparent;
  border: unset;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin: 0 0;
  color: #FC9D9D;
  border: 1px solid #FC9D9D;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bl_page_lead-ttl {
  font-size: 2rem;
}
@media screen and (max-width: 960px) {
  .bl_page_lead-ttl {
    font-size: 1.5rem;
  }
}

.sc-yomimono {
  margin: 32px 0;
}

.sc-yomimono__title {
  display: flex;
  align-items: center;
  gap: 1.25em;
  background: #EFEDE1;
  border-radius: 10px;
  padding: 8px 0;
  margin-bottom: 20px;
}

.sc-yomimono__title-bar {
  width: 4px;
  height: 2em;
  background: #50A4DD;
  border-radius: 999px;
  flex-shrink: 0;
}

.sc-yomimono__title-text {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

/* ---------- カード一覧 ---------- */
.sc-yomimono__cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

/* ---------- カード ---------- */
.sc-yomimono__card {
  background: #fff;
  border: 2px solid #C4C2BE;
  border-radius: 10px;
  overflow: hidden;
}

.sc-yomimono__card-link {
  display: grid;
  grid-template-columns: 200px 1fr auto;
  align-items: center;
  gap: 1em;
  height: 100%;
  padding: 1em;
  text-decoration: none;
  color: inherit;
  transition: background-color 0.2s ease;
}
@media screen and (max-width: 960px) {
  .sc-yomimono__card-link {
    grid-template-columns: 100px 1fr auto;
  }
}
.sc-yomimono__card-link::after {
  content: "";
  background-image: url(../images/more-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  width: 14px;
  height: 11px;
}

.sc-yomimono__card-link:hover {
  background: #faf9f6;
}

/* ---------- サムネ ---------- */
.sc-yomimono__card-thumb {
  margin: 0;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 960px) {
  .sc-yomimono__card-thumb {
    width: 100px;
    height: 100px;
  }
}

.sc-yomimono__card-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ---------- テキスト ---------- */
.sc-yomimono__card-body {
  min-width: 0;
}

.sc-yomimono__card-title {
  margin-bottom: 10px;
  font-size: 1.375rem;
  font-weight: bold;
}

.sc-yomimono__card-excerpt {
  font-size: 0.875rem;
}

.sc-yomimono__card-link:hover .sc-yomimono__card-arrow {
  transform: translateX(3px);
}

.sc-yomimono__cards:has(> :nth-child(2)) {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media screen and (max-width: 960px) {
  .sc-yomimono__cards:has(> :nth-child(2)) {
    grid-template-columns: 1fr;
  }
}
.sc-yomimono__cards:has(> :nth-child(2)) .sc-yomimono__card-link {
  grid-template-columns: 100px 1fr auto;
}
.sc-yomimono__cards:has(> :nth-child(2)) .sc-yomimono__card-thumb {
  width: 100px;
  height: 100px;
}
.sc-yomimono__cards:has(> :nth-child(2)) .sc-yomimono__card-title {
  font-size: 1rem;
}

.sc-ctaReserve {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  background-color: #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}
.sc-ctaReserve .sc-ctaReserve__inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--swl-pad_container, 0);
  padding-right: var(--swl-pad_container, 0);
  max-width: calc(var(--container_size, 0px) + var(--swl-pad_container, 0px) * 2);
}
.sc-ctaReserve .sc-ctaReserve__contents {
  display: flex;
  align-items: center;
  gap: 24px;
  border: 4px solid #E6E6D3;
  border-radius: 20px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  position: relative;
  padding-right: 14px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .sc-ctaReserve .sc-ctaReserve__contents {
    align-items: flex-start;
    padding: 0;
    flex-direction: column;
  }
}
.sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__imgs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 476px;
  height: 152px;
  border-radius: 18px 0 0 18px;
  overflow: hidden;
  flex: 0 0 auto;
}
@media screen and (max-width: 960px) {
  .sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__imgs {
    border-radius: 14px 14px 0 0;
    width: 100%;
    height: auto;
  }
}
.sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__imgs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__title {
  font-size: 1.375rem;
}
@media screen and (max-width: 960px) {
  .sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__text {
    padding: 1em 1em 0;
  }
}
.sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__arrow {
  margin-left: auto;
  width: 14px;
  height: 11px;
  background-image: url(../images/more-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 960px) {
  .sc-ctaReserve .sc-ctaReserve__contents .sc-ctaReserve__arrow {
    margin-right: 1em;
    margin-bottom: 1em;
  }
}
.sc-ctaReserve .sc-ctaReserve__lead {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}
.sc-ctaReserve .sc-ctaReserve__lead span {
  font-weight: bold;
}

.thumbnail-slider img {
  height: 100%;
}
.thumbnail-slider .main-swiper {
  margin-bottom: 1em;
}
.thumbnail-slider .main-swiper .swiper-slide {
  aspect-ratio: 1.5007656968;
  border-radius: 20px;
}
.thumbnail-slider .thumb-swiper .swiper-slide {
  opacity: 0.4;
  transition: opacity 0.2s ease;
  cursor: pointer;
}
.thumbnail-slider .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
}

.spec-two-col__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}
@media screen and (max-width: 960px) {
  .spec-two-col__inner {
    display: block;
  }
}

.spec-two-col__heading {
  margin-bottom: 8px;
  font-weight: 600;
}

.spec-two-col__list {
  margin: 0;
  list-style: none;
}

.spec-two-col__list li {
  margin-bottom: 2em;
  padding: 1em 0;
  border-bottom: 2px dotted #C4C2BE;
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 0.5em;
  align-items: center;
}
.spec-two-col__list li::before {
  content: "";
  width: 28px;
  height: 28px;
  display: inline-block;
  background-image: url("../images/list_icon.svg");
  background-repeat: repeat;
  background-size: cover;
}

.swiper-button-prev,
.swiper-button-next {
  background: var(--color_main) !important;
  width: 48px !important;
  height: 48px !important;
  border-radius: 50%;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%) !important;
  padding: calc(var(--swiper-nav-size) * 0.4) calc(var(--swiper-nav-size) * 0.3);
  width: 48px !important;
  height: 48px !important;
  position: absolute;
  top: 50%;
  left: 50% !important;
  border: unset !important;
}

.p-topSlider__prev {
  left: calc((100% - min(840px, 84vw)) / 2) !important;
  transform: translateX(-50%) !important;
}
.p-topSlider__prev::after {
  background-image: url(../images/slider_arrow-left.svg);
}

.p-topSlider__next {
  right: calc((100% - min(840px, 84vw)) / 2) !important;
  transform: translateX(50%) !important;
}
.p-topSlider__next::after {
  background-image: url(../images/slider_arrow-right.svg);
}

.swiper-pagination {
  position: unset !important;
}

.p-topSlider__pagination .swiper-pagination-bullet-active {
  background: #50A4DD !important;
}

.top-sliders__wrapper {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.top-sliders__wrapper .swiper-slide {
  width: clamp(320px, 84vw, 840px);
}
.top-sliders__wrapper .p-topSlider__item {
  background-color: #fff;
  padding: 1.25em;
  border-radius: 20px;
  text-align: left;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__points {
  display: flex;
  justify-content: space-between;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__points .p-topSlider__point {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #FFECC2;
  border-radius: 50%;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  padding: 1.25em;
}
@media screen and (max-width: 960px) {
  .top-sliders__wrapper .p-topSlider__item .p-topSlider__header {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__header .p-topSlider__num {
  background-color: #50A4DD;
  padding: 1em 2em;
  border-radius: 50px 50px 0 50px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__header .p-topSlider__num::before {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 11px;
  height: 20px;
  background-image: url(../images/speech-bubble-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__header .p-topSlider__ttl {
  font-size: 1.625rem;
}
@media screen and (max-width: 960px) {
  .top-sliders__wrapper .p-topSlider__item .p-topSlider__header .p-topSlider__ttl {
    font-size: 1.375rem;
  }
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks {
  padding: 1.25em;
  display: flex;
  flex-direction: column;
  gap: 1.25em;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block {
  display: flex;
  gap: 40px;
  text-align: left;
}
@media screen and (max-width: 960px) {
  .top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block {
    flex-direction: column;
    gap: 20px;
  }
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block.-top .p-topSlider__left {
  flex-basis: 50%;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block.-top .p-topSlider__left.-img img {
  border-radius: 20px;
  display: block;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block.-top .p-topSlider__right {
  flex-basis: 50%;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block.-bottom {
  position: relative;
  gap: 0;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block.-bottom .p-topSlider__left {
  flex-basis: 70%;
}
.top-sliders__wrapper .p-topSlider__item .p-topSlider__blocks .p-topSlider__block.-bottom .p-topSlider__right {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-sliders .p-topSlider__slide {
  transition: transform 0.35s ease, opacity 0.35s ease;
  transform: scale(0.85);
  opacity: 0.6;
}
.top-sliders .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
  z-index: 2;
}
.top-sliders .swiper-slide-prev,
.top-sliders .swiper-slide-next {
  transform: scale(0.92);
  opacity: 0.85;
  z-index: 1;
}

.termColor {
  background: var(--term-bg, transparent);
  color: #fff;
  display: inline-block;
  padding: 0.3em 0.6em;
  border-radius: 4px;
  font-size: 0.875rem;
}

.p-postList__openHouseTerm--type .termColor {
  color: var(--color_text);
  border: 1px solid var(--color_text);
}

.p-postList__openHouseTerm,
.c-postThumb__openHouseArea {
  font-size: 0.75rem;
}

.c-postThumb__openHouseArea {
  position: absolute;
  top: 0;
  left: 0;
}

.p-postList__item {
  text-align: left;
  padding: 0 !important;
  background-color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 0.875rem;
  width: calc(33.33333% - 0.5em);
}
@media screen and (max-width: 960px) {
  .p-postList__item {
    width: 100%;
  }
}

.p-postList__title {
  font-size: 0 !important;
}

.p-postList__openHouseMeta {
  padding-top: 0.5em;
  padding-bottom: 1em;
  position: relative;
}
.p-postList__openHouseMeta::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #9E9C9C;
}
.p-postList__openHouseMeta .p-postList__openHouseMetaRow {
  display: flex;
  padding-top: 0.25em;
}
.p-postList__openHouseMeta .p-postList__openHouseMetaRow dt {
  width: 30%;
  color: #9E9C9C;
  font-weight: bold;
}
.p-postList__openHouseMeta .p-postList__openHouseMetaRow dd {
  width: 70%;
}
.p-postList__openHouseMeta .p-postList__openHouseMetaRow .avatar {
  height: 20px;
  width: auto;
}

.-type-card .p-postList__body {
  padding: 1em;
}

.c-postThumb {
  border-radius: 10px 10px 0 0;
}

.p-postList.-type-card {
  gap: 0.25em;
}

.p-pnLinks.-has-archive {
  display: flex;
  gap: 12px;
}

.p-pnLinks.-has-archive .p-pnLinks__item {
  width: calc((100% - 24px) / 3);
}

.p-pnLinks.-has-archive {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: stretch;
}

.p-pnLinks.-has-archive {
  background-color: #EFEDE1;
  padding: 20px;
  border-radius: 20px;
}
.p-pnLinks.-has-archive .p-pnLinks__item {
  width: auto;
}
.p-pnLinks.-has-archive .p-pnLinks__item.-prev {
  grid-column: 1;
}
.p-pnLinks.-has-archive .p-pnLinks__item.-archive {
  grid-column: 2;
  justify-self: center;
}
.p-pnLinks.-has-archive .p-pnLinks__item.-archive .p-pnLinks__link {
  justify-content: center;
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
}
.p-pnLinks.-has-archive .p-pnLinks__item.-next {
  grid-column: 3;
}

.-sidebar-off .-type-card.-pc-col3 .p-postList__item,
.-sidebar-off .-type-thumb.-pc-col3 .p-postList__item {
  width: calc(33.33333% - 0.5em);
}
@media screen and (min-width: 600px) and (max-width: 960px) {
  .-sidebar-off .-type-card.-pc-col3 .p-postList__item,
  .-sidebar-off .-type-thumb.-pc-col3 .p-postList__item {
    width: calc(50% - 0.5em) !important;
  }
}
@media screen and (max-width: 599px) {
  .-sidebar-off .-type-card.-pc-col3 .p-postList__item,
  .-sidebar-off .-type-thumb.-pc-col3 .p-postList__item {
    width: 100% !important;
  }
}

.-type-card .p-postList__item {
  width: calc(50% - 0.5em);
}

.p-postList__openHouseTerm-wrap {
  display: flex;
  gap: 0.5em;
}

.-sidebar-on .-type-card.-pc-col3 .p-postList__item,
.-sidebar-on .-type-thumb.-pc-col3 .p-postList__item {
  width: calc(33.333% - 0.5em);
}
@media screen and (max-width: 960px) {
  .-sidebar-on .-type-card.-pc-col3 .p-postList__item,
  .-sidebar-on .-type-thumb.-pc-col3 .p-postList__item {
    width: calc(50% - 0.5em);
  }
}

.p-openhouseInfo {
  border: 3px solid #C4C2BE;
}
.p-openhouseInfo .p-openhouseInfo__table {
  display: grid;
}
.p-openhouseInfo .p-openhouseInfo__table .p-openhouseInfo__row {
  display: grid;
  grid-template-columns: 2fr 7fr;
  column-gap: 1.25em;
  padding: 1.25em 0;
  border-bottom: 2px dotted #C4C2BE;
}

.open-house-meta {
  display: grid;
  background-color: #EFEDE1;
  padding: 2em 20px;
  border-radius: 20px;
}
.open-house-meta div {
  display: grid;
  grid-template-columns: 2fr 7fr;
  column-gap: 1.25em;
  background-color: #fff;
  padding: 0.5em 1em;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  .open-house-meta div {
    display: block;
  }
}
.open-house-meta div:not(:last-child) {
  margin-bottom: 1em;
}

/*# sourceMappingURL=main.css.map */
