@charset "UTF-8";
/* mixin */
/* template color */
/* custom color */
/* font */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&Noto+Serif+JP:wght@500;700&Figtree:wght@400;500;600&family=Poppins:wght@500&display=swap");
.mincho {
  font-family: "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 500;
}

/* setting */
* {
  margin: 0;
  padding: 0;
}
*:focus {
  outline: none !important;
}

html {
  font-size: 62.5%;
}

body {
  color: #333;
  background: #fff;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media screen and (max-width: 1200px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}
@media screen and (max-width: 828px) {
  body #swipebox-close {
    right: auto;
    left: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

p,
th,
td,
li,
dt,
dd,
address {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  line-height: 2;
  font-style: normal;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  font-weight: 500;
}
@media screen and (max-width: 828px) {
  h1 br,
  h2 br,
  h3 br,
  h4 br,
  h5 br {
    display: none;
  }
}

img,
picture,
figure {
  margin: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a.link {
  text-decoration: underline;
}
a:hover {
  opacity: 1;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
  cursor: default;
}
a[href^=tel]:hover {
  opacity: 1;
}
@media screen and (min-width: 829px) {
  a[href^=tel] {
    pointer-events: none;
  }
}

.wp-caption {
  margin: 10px;
  padding-top: 4px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background-color: #f3f3f3;
  text-align: center;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: none;
}
.wp-caption p.wp-caption-text {
  margin: 0;
  padding: 0 4px 5px;
  font-size: 11px;
  line-height: 17px;
}

.text-center {
  text-align: center;
}
@media screen and (max-width: 828px) {
  .text-center {
    text-align: left;
  }
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.--radius {
  border-radius: 10px;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .--radius {
    border-radius: 20px;
  }
}

.--radius_left {
  border-radius: 10px 0 0 10px;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .--radius_left {
    border-radius: 20px 0 0 20px;
  }
}

.--radius_right {
  border-radius: 0 10px 10px 0;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .--radius_right {
    border-radius: 0 20px 20px 0;
  }
}

.pr-only {
  display: none;
}

.cm-style {
  overflow: clip;
}

.image {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.image--inline {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

tbody,
tr {
  width: 100%;
  height: auto !important;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

th,
td {
  padding: 24px;
  border: 3px solid #fff;
  background: #f8f8f8;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-align: left;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-all;
}

th {
  width: 240px;
  background: #ddd;
}

@media screen and (max-width: 828px) {
  div:not(.flickWrap) th,
  div:not(.flickWrap) td,
  div:not(.swipe) th,
  div:not(.swipe) td {
    display: block;
    width: 100%;
    border: none;
    padding: 16px;
  }
}

.container {
  position: relative;
  width: 100%;
  max-width: 1230px;
  margin: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container.--of {
  overflow: visible;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
  .container.--of {
    overflow: clip;
  }
}

.over--left {
  width: auto;
  max-width: none;
  margin-left: calc((100vw - 1215px) / 2);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .over--left .--media {
    margin-left: 30px;
  }
}

.over--right {
  width: auto;
  max-width: none;
  margin-right: calc((100vw - 1215px) / 2);
  padding: 0;
}
@media screen and (max-width: 1200px) {
  .over--right .--media {
    margin-left: -30px;
  }
}

@media screen and (max-width: 1200px) {
  .over--left,
  .over--right {
    width: 100%;
    max-width: 1230px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 30px;
    padding-left: 30px;
  }
}
.flickWrap {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .flickWrap {
    padding: 5px 0;
    overflow: auto;
    white-space: nowrap;
  }
  .flickWrap::before {
    margin-bottom: 20px;
    color: #f55;
    font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
    content: "※表が見切れる場合は横スクロールでご覧ください。";
  }
  .flickWrap::-webkit-scrollbar {
    height: 5px;
  }
  .flickWrap::-webkit-scrollbar-track, .flickWrap::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
}

@media screen and (max-width: 828px) {
  .activeNav {
    height: 100%;
    overflow: hidden;
  }
}
.lazy {
  opacity: 0;
  position: relative;
  -webkit-transform: translate(0%, 50px);
          transform: translate(0%, 50px);
}
.lazy.--show {
  opacity: 1;
}

.lazy-show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  -webkit-transition: all 1s;
  transition: all 1s;
}

/* .corner{
    border-radius: 0;
    transition: all 1s;

    &.--active{
        &.--all{
            border-radius: 30px;
        }
        &.--top{
            border-radius: 30px 30px 0 0;
        }
    }
} */
.corner {
  position: relative;
}
.corner::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  width: 0%;
  height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.corner.--all::before {
  border-radius: 30px;
}
.corner.--top::before {
  border-radius: 30px 30px 0 0;
}
.corner.--active::before {
  opacity: 1;
  width: 100%;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 829px) {
  .swap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-wrapper {
  margin-top: 80px;
}

.cm-headline {
  margin-bottom: 32px;
}
.cm-headline h2 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}
.cm-headline small {
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
}

.cm-caption {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
  margin-bottom: 20px;
}

.cm-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 72px;
}

@media screen and (min-width: 829px) {
  .cm-column_reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.cm-column_pic {
  width: 33.3333333333%;
}

.cm-column_wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cm-grid_column {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-gap: 32px;
}

/* .cm-grid_area{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 16px;
}
.cm-grid-content{
    &:nth-child(6n + 1){
        grid-row: 1 / 3;
        grid-column: 1;
    }
    &:nth-child(6n + 2){
        grid-row: 1;
        grid-column: 2;
    }
    &:nth-child(6n + 3){
        grid-row: 2;
        grid-column: 2;
    }
    &:nth-child(6n + 4){
        grid-row: 3 / 5;
        grid-column: 2;
    }
    &:nth-child(6n + 5){
        grid-row: 3;
        grid-column: 1;
    }
    &:nth-child(6n + 6){
        grid-row: 4;
        grid-column: 1;
    }
} */
.cm-list .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -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;
  padding-top: 28px;
  text-align: center;
}
.cm-list a,
.cm-list span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  font-weight: 700;
  color: #999;
  border: none;
}
.cm-list .pages {
  display: none;
}

.cm-list_archive a,
.cm-list_archive 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;
  width: 30px;
  height: 30px;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  padding: 0;
  margin: 0;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm-list_archive a:hover,
.cm-list_archive span:hover {
  color: #333;
  border-color: #333;
}
.cm-list_archive img {
  display: block;
  width: 8px;
}
.cm-list_archive .current {
  color: #333;
  border-color: #333;
}
.cm-list_archive .previouspostslink {
  position: relative;
  z-index: 1;
}
.cm-list_archive .previouspostslink::after {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/common/arrow-left.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center;
}
.cm-list_archive .nextpostslink {
  position: relative;
  z-index: 1;
}
.cm-list_archive .nextpostslink::after {
  position: absolute;
  content: "";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(../images/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: 7px auto;
  background-position: center center;
}

.cm-list_single {
  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;
  border-top: 1px solid #D9D9D9;
  padding-top: 20px;
  margin-top: 60px;
}
.cm-list_single [class*=cm-list] {
  min-width: 55px;
}

.cm-btn,
.wp-block-buttons,
.s-property_more {
  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;
  gap: 16px;
  margin-top: 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (min-width: 829px) {
  .cm-btn,
  .wp-block-buttons,
  .s-property_more {
    margin-top: 40px;
  }
  .cm-btn.--start,
  .wp-block-buttons.--start,
  .s-property_more.--start {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .cm-btn.--end,
  .wp-block-buttons.--end,
  .s-property_more.--end {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.cm-btn button,
.cm-btn a,
.cm-btn p,
.wp-block-buttons button,
.wp-block-buttons a,
.wp-block-buttons p,
.s-property_more button,
.s-property_more a,
.s-property_more p {
  display: block;
  min-width: 230px;
  padding: 0 53px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  text-align: center;
  line-height: 56px;
  border-radius: 56px;
  border: none;
  color: #fff;
  background-color: #269F3B;
  background-repeat: no-repeat;
  background-size: 25px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.cm-btn button:hover,
.cm-btn a:hover,
.cm-btn p:hover,
.wp-block-buttons button:hover,
.wp-block-buttons a:hover,
.wp-block-buttons p:hover,
.s-property_more button:hover,
.s-property_more a:hover,
.s-property_more p:hover {
  background-color: #0F8824;
}
@media screen and (max-width: 450px) {
  .cm-btn button,
  .cm-btn a,
  .cm-btn p,
  .wp-block-buttons button,
  .wp-block-buttons a,
  .wp-block-buttons p,
  .s-property_more button,
  .s-property_more a,
  .s-property_more p {
    max-width: 220px;
    min-width: 220px;
    line-height: 44px;
    padding: 0 20px;
    width: 100%;
    background-size: 20px;
  }
}
.cm-btn .--prev,
.wp-block-buttons .--prev,
.s-property_more .--prev {
  background-position: center left 16px;
  background-image: url(../images/common/arrow-prev.svg);
}
.cm-btn .--next,
.wp-block-buttons .--next,
.s-property_more .--next {
  background-position: center right 16px;
  background-image: url(../images/common/arrow-next.svg);
}
.cm-btn .--rev,
.wp-block-buttons .--rev,
.s-property_more .--rev {
  color: #269F3B;
  background-color: #fff;
}
.cm-btn .--rev.--prev:not(:hover),
.wp-block-buttons .--rev.--prev:not(:hover),
.s-property_more .--rev.--prev:not(:hover) {
  background-image: url(../images/common/arrow-prev_rev.svg);
}
.cm-btn .--rev.--next:not(:hover),
.wp-block-buttons .--rev.--next:not(:hover),
.s-property_more .--rev.--next:not(:hover) {
  background-image: url(../images/common/arrow-next_rev.svg);
}
.cm-btn .--rev:hover,
.wp-block-buttons .--rev:hover,
.s-property_more .--rev:hover {
  color: #fff;
}

.wp-block-buttons a {
  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: 8px;
  padding: 0;
}
@media screen and (min-width: 451px) {
  .wp-block-buttons a {
    width: 320px;
  }
}

.only_pc {
  display: none;
}
@media screen and (max-width: 1200px) {
  .only_pc {
    display: block !important;
  }
}

.only_mobile {
  display: none;
}
@media screen and (max-width: 828px) {
  .only_mobile {
    display: block !important;
  }
}

.only_sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .only_sp {
    display: block !important;
  }
}

.swipe {
  width: 100%;
}
@media screen and (max-width: 828px) {
  .swipe {
    position: relative;
    padding: 5px 0;
    overflow: hidden;
    z-index: 1;
  }
  .swipe img {
    min-width: 1200px;
  }
  .swipe::before {
    position: absolute;
    content: "";
    z-index: 2;
    max-width: 180px;
    width: 100%;
    max-height: 56px;
    height: 100%;
    top: 60px;
    left: 20px;
    background-image: url(../images/svg_swipe.svg);
    background-position: center left;
    background-size: contain;
    background-repeat: no-repeat;
    -webkit-animation: 2s ease-in-out alternate infinite please__swipe;
            animation: 2s ease-in-out alternate infinite please__swipe;
  }
  .swipe::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: 100%;
    background: #ddd;
    opacity: 0.6;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .swipe__on {
    overflow: auto;
    white-space: nowrap;
  }
  .swipe__on::after, .swipe__on::before {
    opacity: 0;
    z-index: -1;
    -webkit-animation: none;
            animation: none;
  }
  .swipe__on::-webkit-scrollbar {
    height: 5px;
  }
  .swipe__on::-webkit-scrollbar-track, .swipe__on::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .swipe th,
  .swipe td {
    white-space: nowrap;
  }
}

@-webkit-keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}

@keyframes please__swipe {
  0% {
    left: 10px;
  }
  100% {
    left: 50px;
  }
}
.cm-block + .cm-block {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .cm-block + .cm-block {
    margin-top: 78px;
  }
}

.cm-area {
  padding: 20px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 829px) {
  .cm-area {
    padding: 40px;
  }
}

.cm-contact {
  background-color: #fff;
  margin-top: 30px;
  padding: 20px;
}
@media screen and (min-width: 829px) {
  .cm-contact {
    margin-top: 56px;
    padding: 40px;
  }
}
.cm-contact h3 {
  font-size: clamp(1.8rem, 2.2580645161vw, 2.8rem);
}
@media screen and (max-width: 450px) {
  .cm-contact h3 {
    margin-bottom: 20px;
  }
}
.cm-contact .wp-block-group {
  gap: 0 16px;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
}
.cm-contact .wp-block-group p {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.8rem, 2.0967741935vw, 2.6rem);
  font-weight: 700;
}
.cm-contact .wp-block-group b,
.cm-contact .wp-block-group strong {
  font-size: clamp(2.2rem, 2.7419354839vw, 3.4rem);
}

.cm-fax {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .cm-fax {
    margin-top: 80px;
  }
}

.cm-text_area h2,
.cm-text_area h3 {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  line-height: 1.7142857143em;
  margin-bottom: 1.1428571429em;
}

.cm-block h2,
.lead_line {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #269F3B;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 4px solid #269F3B;
  margin-bottom: 0.75em;
}

.lead_banner {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  color: #333;
  padding: 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 10px solid #269F3B;
  background-color: #E8FFEC;
  margin-bottom: 2em;
}

.l-menu {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f2f6fa;
  padding: 20px 15px;
  margin-bottom: 40px;
}
@media screen and (min-width: 829px) {
  .l-menu {
    padding: 42px 15px;
    margin-bottom: 70px;
  }
}

.l-list ul {
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 450px) {
  .l-list ul {
    gap: 16px;
  }
}
.l-list a {
  display: block;
  text-align: center;
  width: 320px;
  line-height: 54px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
  color: #269F3B;
  text-align: center;
  background-color: #fff;
  border: 1px solid #269F3B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 54px;
}
.l-list a[aria-current], .l-list a:hover {
  color: #fff;
  background-color: #269F3B;
}

.--media {
  width: 100%;
}

.--info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-dotted li {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.list-dotted li::before {
  position: absolute;
  content: "・";
  top: 0;
  left: 0;
}
.list-dotted.list_lead li {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  font-weight: 700;
  color: #269F3B;
}

.cm-fax_block {
  border: 1px solid #D9D9D9;
  background-color: #f8f8f8;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .cm-fax_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    gap: 20px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .cm-fax_block hgroup {
    margin-top: 40px;
  }
  .cm-fax_block ul {
    width: 718px;
  }
}
.cm-fax_block h2 {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 0.5714285714em;
}
.cm-fax_block ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (max-width: 828px) {
  .cm-fax_block ul {
    margin-top: 20px;
  }
}
@media screen and (max-width: 450px) {
  .cm-fax_block ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

.cm-fax_link {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  color: #269F3B;
  padding: 10px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #269F3B;
}
@media screen and (min-width: 829px) {
  .cm-fax_link {
    padding: 15px 40px;
  }
}
.cm-fax_link.--ico {
  position: relative;
}
.cm-fax_link.--ico::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  aspect-ratio: 21/28;
  width: 21px;
  height: auto;
  background-image: url(../images/common/ico-pdf.svg);
}

@media screen and (max-width: 828px) {
  h2.wp-block-heading {
    font-size: 2rem !important;
  }
}
.loupe {
  position: relative;
}
.loupe::after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
  aspect-ratio: 1/1;
  width: 22px;
  height: auto;
  border-radius: 50%;
  background-image: url(../images/common/loupe.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.--text a[target=_blank] {
  text-decoration: underline;
}

/* module */
.kv {
  overflow: clip;
}

.kv-visual {
  display: block;
  aspect-ratio: 16/6;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.kv-visual::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#fff));
  background: -webkit-linear-gradient(top, transparent, #fff);
  background: linear-gradient(to bottom, transparent, #fff);
  z-index: 0;
}
@media screen and (max-width: 828px) {
  .kv-visual {
    aspect-ratio: 16/12;
  }
}

.kv-news {
  background-image: url(../images/page/kv-news.webp);
}

.kv-property-search {
  background-image: url(../images/page/kv-property-search.webp);
}

.kv-for-intermediarie {
  background-image: url(../images/page/kv-for-intermediarie.webp);
}

.kv-for-residents {
  background-image: url(../images/page/kv-for-residents.webp);
}

.kv-recruit {
  background-image: url(../images/page/kv-recruit.webp);
}

.kv-corporate {
  background-image: url(../images/page/kv-corporate.webp);
}

.kv-leave-form {
  background-image: url(../images/page/kv-leave-form.webp);
}

.kv-entry {
  background-image: url(../images/page/kv-entry.webp);
}

.kv-privacy-policy {
  background-image: url(../images/page/kv-privacy-policy.webp);
}

.kv-found {
  background-image: url(../images/page/kv-found.webp);
}

.kv-lead,
.m-lead,
.cta-lead {
  margin-bottom: 40px;
}
@media screen and (min-width: 1201px) {
  .kv-lead,
  .m-lead,
  .cta-lead {
    margin-bottom: 108px;
  }
}
.kv-lead h1,
.kv-lead h2,
.m-lead h1,
.m-lead h2,
.cta-lead h1,
.cta-lead h2 {
  display: block;
  font-size: clamp(2.8rem, 2.9032258065vw, 3.6rem);
}
.kv-lead span,
.m-lead span,
.cta-lead span {
  position: relative;
  display: block;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.01em;
  text-indent: -0.01em;
  font-weight: 700;
  text-transform: capitalize;
  padding-left: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #269F3B;
}
.kv-lead span::before,
.m-lead span::before,
.cta-lead span::before {
  position: absolute;
  content: "";
  width: 8px;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #269F3B;
}

@media screen and (max-width: 1200px) {
  .m-lead,
  .cta-lead {
    margin-bottom: 24px;
  }
}

.cm-bread {
  padding: 1.7142857143em 0;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #666;
}
.cm-bread a {
  color: inherit;
  font-size: inherit;
}
@media screen and (min-width: 829px) {
  .cm-bread {
    text-align: right;
  }
}

.kv-bread {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.kv-bread::after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  border-radius: 20px 20px 0 0;
  -webkit-transition: inherit;
  transition: inherit;
}
@media screen and (min-width: 451px) {
  .kv-bread::after {
    border-radius: 30px 30px 0 0;
  }
}

.h-logo a,
.h-logo img {
  display: block;
  height: auto;
}
.h-logo a {
  width: 164px;
}
@media screen and (min-width: 1201px) {
  .h-logo a {
    width: 318px;
  }
}
.h-logo img {
  width: 100%;
}

.h-contents {
  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;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .h-contents {
    padding: 38px 50px;
  }
}
@media screen and (max-width: 1200px) {
  .h-contents {
    height: 48px;
    padding: 0 12px;
  }
}
@media screen and (min-width: 1201px) {
  .home .h-contents {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}

.h-trigger {
  position: fixed;
  top: 0;
  right: 0;
  width: 48px;
  height: 48px;
  background: #269F3B;
  z-index: 10;
}
@media screen and (min-width: 1201px) {
  .h-trigger {
    display: none;
  }
}
.h-trigger:hover {
  opacity: 1;
}
.h-trigger span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 23px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.h-trigger span:first-child {
  -webkit-transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% - 7px)) translateX(-50%) rotate(0deg);
}
.h-trigger span:last-child {
  -webkit-transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
          transform: translateY(calc(-50% + 7px)) translateX(-50%) rotate(0deg);
}
.h-trigger.active span {
  opacity: 0;
}
.h-trigger.active span:first-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(385deg);
          transform: translate(-50%, -50%) rotate(385deg);
}
.h-trigger.active span:last-child {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) rotate(-385deg);
          transform: translate(-50%, -50%) rotate(-385deg);
}

.h-menu {
  display: none;
}
.h-menu a {
  display: block;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
@media screen and (min-width: 1201px) {
  .h-menu a {
    position: relative;
  }
  .h-menu a::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .h-menu a:hover::before {
    width: 100%;
    background-color: #269F3B;
  }
}
.h-menu a:hover {
  color: #0F8824;
}
@media screen and (min-width: 1201px) {
  .h-menu li[class*=current]:not(.h-btn) a {
    color: #0F8824;
  }
  .h-menu li[class*=current]:not(.h-btn) a::before {
    width: 100%;
    background-color: #269F3B;
  }
}
.h-menu ul {
  display: block;
}
.h-menu.active {
  display: block;
}
@media screen and (min-width: 1201px) {
  .h-menu {
    display: block;
  }
  .h-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 24px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .h-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(0, 0, 0, 0.9);
    padding-top: 50px;
    padding-bottom: 150px;
    z-index: 5;
  }
  .h-menu a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 15px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    border-bottom: 1px solid #fff;
  }
}

.h-btn a {
  display: block;
  text-align: center;
  font-size: clamp(1.3rem, 1.0483870968vw, 1.3rem);
  color: #fff;
  background-color: #269F3B;
}
@media screen and (min-width: 1201px) {
  .h-btn a {
    width: 150px;
    line-height: 44px;
    border-radius: 44px;
  }
}
.h-btn a:hover {
  color: #fff;
  background-color: #0F8824;
}
.h-btn a::before {
  display: none;
}

.f-area {
  position: relative;
  margin-top: 60px;
  padding: 45px 20px 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .f-area {
    margin-top: 120px;
    padding: 95px 20px 75px;
  }
}
.f-area::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: calc(100% - 50px);
  background-color: #269F3B;
  z-index: -1;
  -webkit-transition: all 2s;
  transition: all 2s;
  border-radius: 200px 200px 0 0;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.f-area.--active::after {
  height: 100%;
  border-radius: 20px 20px 0 0;
}
@media screen and (min-width: 451px) {
  .f-area.--active::after {
    border-radius: 30px 30px 0 0;
  }
}

.cta-block {
  max-width: 1320px;
  width: 100%;
  margin: auto;
  padding: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  background-image: url(../images/common/bg-cta.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 15px;
  overflow: clip;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.cta-block .--link {
  display: block;
  text-align: center;
  width: 230px;
  margin: auto;
  margin-top: 32px;
}
@media screen and (min-width: 501px) {
  .cta-block .--link {
    width: 350px;
  }
}
.cta-block figcaption {
  font-size: clamp(1rem, 1.2903225806vw, 1.6rem);
  letter-spacing: 0.03em;
  text-indent: -0.03em;
  margin-top: 1em;
}
@media screen and (min-width: 1201px) {
  .cta-block {
    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: 56px 88px;
  }
}
@media screen and (max-width: 450px) {
  .cta-block {
    padding: 32px 20px;
  }
}

@media screen and (min-width: 1201px) {
  .cta-lead {
    margin-bottom: 51px;
  }
}

.cta-address {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px 24px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(38, 159, 59, 0.5);
}
.cta-address a,
.cta-address span {
  font-family: "Figtree", sans-serif;
  font-size: clamp(2.5rem, 2.7419354839vw, 3.4rem);
  letter-spacing: 0.03em;
  text-indent: -0.03em;
  font-weight: 600;
}
.cta-address small {
  font-size: clamp(2rem, 2.0967741935vw, 2.6rem);
}

.cta-inner {
  margin-top: 22px;
}
.cta-inner h3 {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  color: #269F3B;
}

.cta-info {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cta-info a,
.cta-info span {
  font-family: "Figtree", sans-serif;
  font-size: clamp(2.4rem, 2.4193548387vw, 3rem);
  letter-spacing: 0.03em;
  text-indent: -0.03em;
  font-weight: 600;
}
.cta-info small {
  font-size: clamp(2rem, 1.8548387097vw, 2.3rem);
}

.f-contents {
  color: #fff;
  max-width: 1320px;
  margin: auto;
  margin-top: 34px;
}
@media screen and (min-width: 1201px) {
  .f-contents {
    margin-top: 68px;
  }
}

.f-logo {
  font-size: clamp(1.6rem, 1.6129032258vw, 2rem);
  font-weight: 700;
  margin-bottom: 22px;
}
.f-logo a,
.f-logo img {
  display: block;
  height: auto;
}
.f-logo a {
  width: 251px;
}
@media screen and (min-width: 1201px) {
  .f-logo a {
    width: 305px;
  }
}
.f-logo img {
  width: 100%;
}

@media screen and (min-width: 1201px) {
  .f-column {
    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;
    gap: 40px;
  }
}

@media screen and (max-width: 1200px) {
  .f-content {
    max-width: 251px;
    margin: auto;
  }
}

.f-address {
  font-size: clamp(1.2rem, 1.2903225806vw, 1.6rem);
}

@media screen and (min-width: 1201px) {
  .f-nav {
    margin-right: 84px;
  }
  .f-nav ul {
    width: 774px;
    height: 148px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .f-nav ul ul {
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 1200px) {
  .f-nav {
    margin: 0 -20px;
    margin-top: 45px;
    background-color: #fff;
  }
}
.f-nav a {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 500;
}
.f-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 48px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.f-nav ul ul {
  display: block;
  margin-top: 8px;
}
.f-nav ul ul a {
  position: relative;
  font-size: clamp(1.2rem, 1.2096774194vw, 1.5rem);
  font-weight: 400;
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.f-nav ul ul a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "-";
}
@media screen and (max-width: 1200px) {
  .f-nav ul {
    gap: 0;
  }
  .f-nav ul ul {
    display: none;
  }
  .f-nav li {
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid rgba(38, 159, 59, 0.3);
  }
  .f-nav li:nth-child(even) {
    border-left: 1px solid rgba(38, 159, 59, 0.3);
  }
  .f-nav li:nth-child(odd):last-child {
    width: 100%;
  }
  .f-nav a {
    display: block;
    font-weight: 700;
    padding: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
    color: #269F3B;
    text-align: center;
  }
}

.f-copy {
  padding-top: 22px;
  font-family: "Figtree", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 1201px) {
  .f-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-top: 1px solid #fff;
    margin-top: 82px;
  }
}
@media screen and (max-width: 1200px) {
  .f-copy {
    text-align: center;
  }
}
.f-copy p {
  font-size: 1.2rem;
}
.f-copy a {
  font-size: 1.5rem;
  font-weight: 600;
}

.f-top {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.f-top img {
  width: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.f-top:hover img {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@media screen and (min-width: 1201px) {
  .f-sp {
    display: none;
  }
}
.mw_wp_form {
  margin-top: 50px;
  padding: 80px;
  background: #f8f8f8;
}
.mw_wp_form li {
  display: inline-block;
}
.mw_wp_form th,
.mw_wp_form td {
  padding: 15px;
  border: none;
  background: none;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  vertical-align: middle;
  text-align: left;
}
.mw_wp_form th {
  position: relative;
  width: 250px;
  padding-top: 29px;
  padding-bottom: 0;
  color: #333;
  vertical-align: top;
}
@media screen and (min-width: 829px) {
  .mw_wp_form th {
    padding-right: 100px;
  }
}
.mw_wp_form table {
  width: 100%;
  border: none;
  margin: 0;
}
.mw_wp_form table table th,
.mw_wp_form table table td {
  border: none;
  background: none;
}
.mw_wp_form table table th {
  width: 190px;
  padding: 15px 15px 15px 0;
  color: #333;
  font-weight: normal;
  vertical-align: middle;
}
.mw_wp_form table table td {
  padding: 15px 0;
}
.mw_wp_form table table tr:first-child th,
.mw_wp_form table table tr:first-child td {
  padding-top: 0;
}
.mw_wp_form table table tr:last-child th,
.mw_wp_form table table tr:last-child td {
  padding-bottom: 0;
}
.mw_wp_form span.required, .mw_wp_form span.Required, .mw_wp_form span.any, .mw_wp_form span.Any {
  position: absolute;
  display: inline-block;
  top: 30px;
  padding: 0 10px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
}
@media screen and (min-width: 829px) {
  .mw_wp_form span.required, .mw_wp_form span.Required, .mw_wp_form span.any, .mw_wp_form span.Any {
    right: 25px;
  }
}
.mw_wp_form span.required, .mw_wp_form span.Required {
  background: #c50000;
}
.mw_wp_form span.any, .mw_wp_form span.Any {
  background: #999;
}
.mw_wp_form label {
  font-weight: normal;
}
.mw_wp_form .check-agree {
  padding: 0 15px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 400;
  line-height: 2;
}
.mw_wp_form .check-agree a {
  color: inherit;
  text-decoration: underline;
}
.mw_wp_form .check-agree .agree-wrap {
  margin: 20px 0 40px;
  padding: 10px;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .mw_wp_form .check-agree {
    text-align: left;
  }
  .mw_wp_form .check-agree .agree-wrap {
    text-align: center;
  }
}
.mw_wp_form input[type=button],
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form input[type=email],
.mw_wp_form input[type=password],
.mw_wp_form input[type=submit],
.mw_wp_form input[type=image],
.mw_wp_form textarea,
.mw_wp_form select {
  border-radius: 0;
  border: 1px solid #ddd;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
  color: #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mw_wp_form input[type=text],
.mw_wp_form input[type=number],
.mw_wp_form input[type=email],
.mw_wp_form input[type=password],
.mw_wp_form input[type=tel] {
  max-width: 500px;
  width: 100%;
  padding: 15px;
  background: #fff;
}
.mw_wp_form input[type=text].var01,
.mw_wp_form input[type=number].var01,
.mw_wp_form input[type=email].var01,
.mw_wp_form input[type=password].var01,
.mw_wp_form input[type=tel].var01 {
  max-width: 10em;
}
.mw_wp_form input[type=text].var02, .mw_wp_form input[type=text].var03,
.mw_wp_form input[type=number].var02,
.mw_wp_form input[type=number].var03,
.mw_wp_form input[type=email].var02,
.mw_wp_form input[type=email].var03,
.mw_wp_form input[type=password].var02,
.mw_wp_form input[type=password].var03,
.mw_wp_form input[type=tel].var02,
.mw_wp_form input[type=tel].var03 {
  max-width: 5em;
}
.mw_wp_form input[type=checkbox] {
  display: inline-block;
  margin-right: 0.5em;
}
.mw_wp_form input[type=checkbox] + span {
  color: #333;
}
.mw_wp_form input[type=checkbox] + label {
  display: inline-block;
  margin-bottom: 5px;
}
.mw_wp_form input[type=radio] {
  display: none;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text {
  position: relative;
  margin-right: 20px;
  padding-left: 20px;
}
.mw_wp_form input[type=radio] + .mwform-radio-field-text::before {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  background: #fff;
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form input[type=radio]:checked + .mwform-radio-field-text::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #605834;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mw_wp_form select {
  max-width: 20em;
  margin-right: 5px;
  padding: 15px 45px 15px 15px;
  background: url(../images/common/ico_arrow_select.png) no-repeat right 10px center #fff;
}
.mw_wp_form select::-ms-expand {
  display: none;
}
.mw_wp_form textarea {
  max-width: 790px;
  width: 100%;
  height: 10em;
  padding: 15px;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mw_wp_form .bg-danger {
  margin-top: 5px;
  padding: 10px;
}
.mw_wp_form .check-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: -10px;
  margin-top: 40px;
}
.mw_wp_form .check-flex > * {
  margin: 10px;
}
.mw_wp_form input[type=submit],
.mw_wp_form .fm-modoru {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  max-width: 240px;
  min-width: 240px;
  width: 100%;
  line-height: 56px;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background-color: #269F3B;
  cursor: pointer;
}
.mw_wp_form input[type=submit]:hover,
.mw_wp_form .fm-modoru:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mw_wp_form .fm-modoru {
  background-color: #666;
}
.mw_wp_form .error {
  display: inline-block;
  margin: 5px 0;
  padding: 10px;
  background-color: #f2dede;
  color: #c50000;
}
.mw_wp_form input[type=checkbox] {
  display: none;
}
.mw_wp_form input[type=checkbox] + .mwform-checkbox-field-text::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}
.mw_wp_form input[type=checkbox]:checked + .mwform-checkbox-field-text::before {
  background: url(../images/common/checkon.png) no-repeat 0 0;
}
@media screen and (max-width: 828px) {
  .mw_wp_form {
    padding: 10px;
    padding-bottom: 40px;
  }
  .mw_wp_form table th,
  .mw_wp_form table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mw_wp_form table th {
    padding: 15px 15px 15px 60px;
    vertical-align: middle;
  }
  .mw_wp_form table th span {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: auto;
    left: 0;
    padding: 3px 10px;
  }
  .mw_wp_form table td {
    padding: 0 0 15px;
  }
  .mw_wp_form table td.var03 + br + input.var01 {
    margin-top: 20px;
  }
  .mw_wp_form table table td {
    padding: 0;
  }
  .mw_wp_form input[type=file],
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=email],
  .mw_wp_form input[type=tel] {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mw_wp_form .var01 {
    width: 100%;
    margin-bottom: 10px;
  }
  .mw_wp_form .var02 {
    max-width: 6em;
    width: 80px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 15px 10px;
  }
  .mw_wp_form .btnWrap01 {
    text-align: center;
  }
  .mw_wp_form input[type=submit],
  .mw_wp_form .btnWrap01 a,
  .mw_wp_form .fm-modoru {
    width: 100%;
    min-width: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 450px) {
  .mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
  }
}

.mw_wp_form_complete {
  padding: 0;
  background: none;
}

.mw_wp_form_confirm th {
  padding: 15px;
  width: 240px;
}
.mw_wp_form_confirm th span.required, .mw_wp_form_confirm th span.Required, .mw_wp_form_confirm th span.any, .mw_wp_form_confirm th span.Any {
  top: 12px;
}
.mw_wp_form_confirm .check-agree,
.mw_wp_form_confirm .form__only {
  display: none;
}
@media screen and (max-width: 828px) {
  .mw_wp_form_confirm th {
    padding: 0 15px 0 60px;
  }
}

.ui-datepicker th,
.ui-datepicker td {
  display: table-cell;
  width: auto;
}
.ui-datepicker th {
  padding: 0;
  font-size: 1.2rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
  font-size: 1.2rem;
}

.mw-wp-form-placeholder {
  color: #999;
}

.mw_wp_form .takuken {
  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: 4px;
  max-width: 680px;
}
.mw_wp_form .takuken > div {
  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: 4px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.mw_wp_form .takuken > div:nth-child(2) {
  -webkit-box-flex: initial;
  -webkit-flex: initial;
      -ms-flex: initial;
          flex: initial;
  width: 160px;
}
@media screen and (max-width: 828px) {
  .mw_wp_form .takuken {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.mw_wp_form .invoice {
  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: 4px;
  max-width: 680px;
}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
.cm-model-room-header__title {
  background: #269f3b;
}
.cm-model-room-header__title h2 {
  position: relative;
  padding: 10px 0 10px 10px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.cm-model-room-header__title h2:before {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  pointer-events: none;
  background: #fff;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-header__title h2 {
    padding: 10px 24px;
    font-size: 28px;
  }
  .cm-model-room-header__title h2:before {
    width: 7px;
    height: 35px;
    top: calc(50% - 17px);
  }
}

.cm-model-room-header__desc {
  padding: 10px 0;
  background: #333;
}
.cm-model-room-header__desc p {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-header__desc p {
    font-size: 18px;
  }
}

.cm-model-room-header__page {
  margin-top: 50px;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-header__page {
    margin-top: 80px;
    margin-bottom: 30px;
    font-size: 28px;
  }
}

.cm-model-room-header-pdf {
  margin-bottom: 20px;
  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;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-header-pdf {
    margin-bottom: 40px;
  }
}

.cm-model-room-header-pdf__btn {
  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: 12px;
}
.cm-model-room-header-pdf__btn figcaption {
  font-size: 15px;
  font-weight: normal;
  color: #333;
}

.cm-model-room-header-pdf__ex {
  text-align: left;
  font-size: 20px;
}
.cm-model-room-header-pdf__ex .__link {
  color: #269F3B;
  text-decoration: underline;
}
.cm-model-room-header-pdf__ex .__link:hover {
  text-decoration: none;
}

/*----------------------------------------------------
	ログイン
----------------------------------------------------*/
.cm-model-room-login {
  max-width: 757px;
  padding: 30px 20px;
  margin-inline: auto;
  background: #fff;
}
.cm-model-room-login * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-login {
    padding: 50px 110px;
  }
}

.cm-model-room-login--intermediarie {
  margin-top: 40px;
  background: #e8ffec;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-login--intermediarie {
    margin-top: 64px;
  }
}

.cm-model-room-login-form {
  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;
  gap: 16px;
}
.cm-model-room-login-form__title {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-login-form__title {
    font-size: 28px;
  }
}

.cm-model-room-login-form__desc {
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-login-form__desc {
    font-size: 16px;
  }
}

.cm-model-room-login-form__input {
  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;
  gap: 12px;
}
.cm-model-room-login-form__input label {
  font-weight: bold;
  font-size: 14px;
}
.cm-model-room-login-form__input input {
  width: 100%;
  height: 42px;
  border-radius: 5px;
  padding: 0.25em 1em;
  background: #fff;
  border: 1px solid #707070;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-login-form__input label {
    font-size: 19px;
  }
  .cm-model-room-login-form__input input {
    height: 62px;
  }
}

.cm-model-room-login-form__inputs {
  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;
  gap: 30px;
}
.cm-model-room-login-form__action {
  margin-top: 20px;
  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;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-login-form__action {
    margin-top: 30px;
  }
}

.cm-model-room-login-form__forgot {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
  color: #333;
}
.cm-model-room-login-form__forgot a {
  text-decoration: underline;
}
.cm-model-room-login-form__forgot a:hover {
  text-decoration: none;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-form {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  max-width: 360px;
  height: 50px;
  border-radius: 25px;
  background: #27379f;
  border: none;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .c-btn-form {
    height: 66px;
    border-radius: 33px;
    font-size: 19px;
  }
}

.c-btn-form--success {
  background: #269f3b;
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-btn-square {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  height: 70px;
  background: #fff;
  border: 1px solid #269f3b;
  -webkit-box-shadow: 4px 4px 0px rgba(38, 159, 59, 0.1);
          box-shadow: 4px 4px 0px rgba(38, 159, 59, 0.1);
  font-weight: bold;
  font-size: 19px;
  color: #269f3b;
}
.c-btn-square i {
  width: 26px;
  position: absolute;
  left: 20px;
  font-size: 0;
}
.c-btn-square i svg {
  width: 100%;
  height: auto;
}
.c-btn-square:hover {
  -webkit-box-shadow: 0 0 0 rgba(38, 159, 59, 0.1);
          box-shadow: 0 0 0 rgba(38, 159, 59, 0.1);
}
@media screen and (min-width: 1201px) {
  .c-btn-square {
    width: 452px;
    height: 70px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-modelroom {
  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;
  gap: 16px;
  padding: 20px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
@media screen and (min-width: 1201px) {
  .c-card-modelroom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 40px;
    gap: 20px;
  }
}

.c-card-modelroom__title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 12px;
  font-weight: 500;
  font-size: 16px;
}
.c-card-modelroom__title:before {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
  pointer-events: none;
  background: #269f3b;
}
@media screen and (min-width: 1201px) {
  .c-card-modelroom__title {
    padding-left: 23px;
    font-size: 20px;
  }
  .c-card-modelroom__title:before {
    width: 7px;
    height: 35px;
    top: 0;
  }
}

.c-card-modelroom__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 100%;
  height: 40px;
  border-radius: 20px;
  background: #269f3b;
  -webkit-box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 1201px) {
  .c-card-modelroom__link {
    width: 240px;
    height: 50px;
    border-radius: 25px;
    font-size: 18px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-card-room {
  position: relative;
  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;
  gap: 12px;
  padding: 20px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
@media screen and (min-width: 1201px) {
  .c-card-room {
    padding: 30px 40px;
    gap: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.c-card-room__label {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 80px;
  height: 28px;
  border-radius: 4px;
  background: #269f3b;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.c-card-room__no {
  font-size: 24px;
}
@media screen and (min-width: 1201px) {
  .c-card-room__no {
    width: 200px;
  }
}

.c-card-room__comment {
  font-size: 14px;
  line-height: 1.75;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1201px) {
  .c-card-room__comment {
    font-size: 16px;
  }
}

.c-card-room__check {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1201px) {
  .c-card-room__check {
    position: static;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.c-checkbox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.c-checkbox input[type=checkbox] {
  display: none;
}
.c-checkbox input[type=checkbox] + span::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  background: url(../images/common/checkoff.png) no-repeat 0 0;
  vertical-align: middle;
  content: "";
}
.c-checkbox input[type=checkbox]:checked + span::before {
  background: url(../images/common/checkon.png) no-repeat 0 0;
}

.c-checkbox__txt {
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .c-checkbox__txt {
    font-size: 22px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.cm-model-room-thanks {
  max-width: 757px;
  padding: 30px 20px;
  margin-inline: auto;
  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;
  gap: 16px;
  background: #fff;
  text-align: center;
}
.cm-model-room-thanks * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cm-model-room-thanks h3 {
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  font-size: 80px;
  color: #269f3b;
}
@media screen and (min-width: 1201px) {
  .cm-model-room-thanks {
    padding: 50px 110px;
    gap: 24px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/* page */
.mv {
  position: relative;
  max-width: 100%;
  height: auto;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .mv {
    aspect-ratio: 1600/943;
  }
}
@media screen and (max-width: 828px) {
  .mv {
    aspect-ratio: 375/483;
  }
}

.mv-image {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: inherit;
  opacity: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.mv-image2 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.mv-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (min-width: 829px) {
  .mv-image img.--pc {
    display: block !important;
  }
  .mv-image img.--mobile {
    display: none !important;
  }
}
@media screen and (max-width: 828px) {
  .mv-image img.--pc {
    display: none !important;
  }
  .mv-image img.--mobile {
    display: block !important;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    opacity: 0;
    z-index: 0;
  }
}
.mv-block {
  position: absolute;
  left: 50%;
  bottom: 4.2666666667%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  max-width: 1500px;
  width: 100%;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1601px) {
  .mv-block {
    bottom: 70px;
  }
}
@media screen and (max-width: 1600px) {
  .mv-block {
    max-width: 100%;
    padding: 0 5.3333333333%;
  }
}
@media screen and (max-width: 1600px) and (min-width: 829px) {
  .mv-block {
    padding: 0 3.75%;
  }
}

.mv-lead h2 {
  font-size: clamp(3rem, 4.1935483871vw, 5.2rem);
  font-weight: 700;
}
@media screen and (max-width: 828px) {
  .mv-lead h2 br {
    display: block;
  }
}
.mv-lead span {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.5rem, 2.0967741935vw, 2.6rem);
}

.mv-scroll {
  position: relative;
  padding-top: 15px;
  text-align: right;
  margin-top: 15px;
}
@media screen and (min-width: 829px) {
  .mv-scroll {
    margin-top: 40px;
  }
}
.mv-scroll::before, .mv-scroll::after {
  position: absolute;
  content: "";
  top: 0;
  content: "";
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: #fff;
}
.mv-scroll::before {
  left: 0;
  opacity: 0.5;
}
@media screen and (min-width: 451px) {
  .mv-scroll::after {
    -webkit-animation: mv_bar 2.5s infinite ease-in-out;
            animation: mv_bar 2.5s infinite ease-in-out;
  }
}
@media screen and (max-width: 450px) {
  .mv-scroll::after {
    -webkit-animation: mv_bar 3s infinite ease-in-out;
            animation: mv_bar 3s infinite ease-in-out;
  }
}
.mv-scroll a {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
}
.mv-scroll a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  aspect-ratio: 1/1;
  width: 300%;
  height: auto;
  background-color: #fff;
  opacity: 0;
  border-radius: 50%;
}
.mv-scroll a img {
  width: 12px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mv-scroll a:hover::before {
  -webkit-animation: pointer 1s ease-out 1;
          animation: pointer 1s ease-out 1;
}
.mv-scroll a:hover img {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
}

@-webkit-keyframes pointer {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes pointer {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
            transform: translate(-50%, -50%) scale(0);
  }
  60% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
  }
}
@-webkit-keyframes mv_bar {
  0% {
    left: 0;
    right: 0;
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    right: 0;
    left: unset;
    width: 0%;
  }
}
@keyframes mv_bar {
  0% {
    left: 0;
    right: 0;
    width: 0%;
  }
  50% {
    width: 100%;
  }
  100% {
    right: 0;
    left: unset;
    width: 0%;
  }
}
.mv-animation {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
}
.mv-animation::before {
  position: absolute;
  content: "";
  z-index: 1;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.mv-animation.--active::before {
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
}
@media screen and (max-width: 828px) {
  .mv-animation {
    display: none;
  }
}

.m-lead {
  margin-bottom: 32px;
}

.m-news {
  padding: 48px 0 72px;
}
@media screen and (min-width: 829px) {
  .m-news {
    padding-top: 90px;
    padding-bottom: 64px;
  }
}

@media screen and (min-width: 1201px) {
  .m-news_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .m-news_side .--main {
    width: 350px;
  }
}

.m-news_list + .m-news_list {
  padding-top: 16px;
}
.m-news_list a {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 15px;
  width: 100%;
  padding: 24px;
  padding-right: 70px;
  overflow: clip;
  max-width: 850px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .m-news_list a {
    max-width: 100%;
  }
}
@media screen and (min-width: 829px) {
  .m-news_list a {
    padding: 30px 100px 30px 40px;
  }
}
.m-news_list a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #269F3B;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 828px) {
  .m-news_list a::after {
    right: 24px;
  }
}
.m-news_list a:hover::after {
  -webkit-transform: translateY(-50%) scale(1.2);
          transform: translateY(-50%) scale(1.2);
  background-image: url(../images/common/arrow-next_rev.svg);
}
.m-news_list .p-tab {
  margin-bottom: 0;
}
.m-news_list h3 {
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: clamp(1.4rem, 1.2903225806vw, 1.6rem);
}
@media screen and (min-width: 829px) {
  .m-news_list h3 {
    white-space: nowrap;
  }
}
@media screen and (max-width: 828px) {
  .m-news_list h3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.m-property_pickup {
  position: relative;
  margin-bottom: 32px;
  z-index: 1;
}
.m-property_pickup::before, .m-property_pickup::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.m-property_pickup::before {
  left: 0;
  width: 0%;
  height: 1px;
  max-width: calc(100% - 30px);
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #269F3B;
  z-index: -1;
}
.m-property_pickup::after {
  right: 0;
  aspect-ratio: 6/12;
  width: 4px;
  height: auto;
  background-image: url(../images/common/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-filter: brightness(0) saturate(100%) invert(46%) sepia(93%) saturate(428%) hue-rotate(79deg) brightness(89%) contrast(84%);
          filter: brightness(0) saturate(100%) invert(46%) sepia(93%) saturate(428%) hue-rotate(79deg) brightness(89%) contrast(84%);
}
@media screen and (min-width: 829px) {
  .m-property_pickup::after {
    width: 6px;
  }
}
.m-property_pickup.--active::before {
  width: 100%;
}
.m-property_pickup h3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #269F3B;
  font-size: clamp(1.8rem, 1.935483871vw, 2.4rem);
  background-color: #fff;
  padding-right: 12px;
}
.m-property_pickup h3 img {
  width: 30px;
  height: auto;
}
@media screen and (min-width: 829px) {
  .m-property_pickup {
    margin-bottom: 50px;
  }
  .m-property_pickup h3 {
    padding-right: 24px;
  }
  .m-property_pickup h3 img {
    width: 39px;
  }
}

.m-property_cards {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 26px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
}
@media screen and (min-width: 829px) {
  .m-property_cards {
    margin-bottom: 82px;
  }
}
.m-property_cards.--scroll {
  padding-bottom: 23px;
  overflow-x: scroll;
}
@media screen and (min-width: 829px) {
  .m-property_cards.--scroll {
    padding-bottom: 56px;
  }
}
.m-property_cards.--scroll::-webkit-scrollbar {
  height: 3px;
  cursor: pointer;
}
.m-property_cards.--scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: rgba(38, 159, 59, 0.16);
}
.m-property_cards.--scroll:hover::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(38, 159, 59, 0.16);
}
.m-property_cards.--scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #269F3B;
}
.m-property_cards.--scroll:hover::-webkit-scrollbar-thumb {
  border-radius: 10px;
}

.m-property_card {
  max-width: 383px;
  min-width: 383px;
  padding: 24px;
  display: block;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
}
@media screen and (max-width: 828px) {
  .m-property_card {
    max-width: 315px;
    min-width: 315px;
  }
}
.m-property_card figure {
  aspect-ratio: 335/251;
  overflow: clip;
}
.m-property_card img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.m-property_card h3 {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  padding: 0.875em 0;
  text-align: center;
}
.m-property_card:hover {
  background-color: #E8FFEC;
}
.m-property_card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 829px) {
  .m-property_column {
    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;
    gap: 168px;
  }
  .m-property_column .cm-btn {
    margin-top: 0;
  }
}

.m-for-intermediarie {
  position: relative;
  margin-top: 163px;
  padding-bottom: 100px;
}
@media screen and (min-width: 829px) {
  .m-for-intermediarie {
    padding-top: 72px;
    margin-top: 205px;
  }
}
.m-for-intermediarie::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  max-width: 1400px;
  width: 100%;
  height: 100%;
  border-radius: 15px 0 0 15px;
  background-color: #E8FFEC;
  z-index: -1;
}
@media screen and (max-width: 450px) {
  .m-for-intermediarie .cm-btn a {
    padding: 0;
  }
}

.m-for-intermediarie_text {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 1400px;
  width: 100%;
  font-family: "Figtree", sans-serif;
  font-size: clamp(4.7rem, 9.6774193548vw, 12rem);
  line-height: 0.7;
  font-weight: 500;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}
@media screen and (min-width: 829px) {
  .m-for-intermediarie_text {
    padding-left: 40px;
  }
}

@media screen and (min-width: 829px) {
  .m-for-intermediarie_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 60px;
  }
  .m-for-intermediarie_side .--media {
    margin-top: -157px;
    width: 57.1428571429%;
  }
}
@media screen and (max-width: 828px) {
  .m-for-intermediarie_side .--media {
    -webkit-transform: translateY(-32px);
            transform: translateY(-32px);
    margin-left: -30px;
  }
  .m-for-intermediarie_side .--media img {
    margin: 0;
  }
}

.m-for-residents {
  margin-top: 50px;
}
.m-for-residents .m-lead span {
  color: inherit;
}
.m-for-residents .m-lead span::before {
  background-color: #fff;
}
@media screen and (min-width: 829px) {
  .m-for-residents {
    margin-top: 130px;
  }
}
@media screen and (max-width: 828px) {
  .m-for-residents .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 450px) {
  .m-for-residents .cm-btn a {
    max-width: 100%;
    padding: 0;
  }
}

.m-for-residents_side {
  position: relative;
  padding: 32px 28px 68px;
  border-radius: 15px;
  overflow: clip;
  color: #fff;
}
.m-for-residents_side::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 829px) {
  .m-for-residents_side::before {
    background-image: url(../../../uploads/2024/01/img-home2.jpg);
  }
}
@media screen and (max-width: 828px) {
  .m-for-residents_side::before {
    background-image: url(../../../uploads/2024/01/img-home2_sp.jpg);
  }
}
.m-for-residents_side::after {
  position: absolute;
  content: "For Residents";
  bottom: 0;
  right: 0;
  font-family: "Figtree", sans-serif;
  font-size: clamp(4.7rem, 9.6774193548vw, 12rem);
  line-height: 0.7;
  font-weight: 500;
  color: #fff;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: -1;
  opacity: 0.35;
}
@media screen and (min-width: 829px) {
  .m-for-residents_side {
    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;
    padding: 60px;
    padding-bottom: 60px;
  }
  .m-for-residents_side .--info {
    max-width: 560px;
    width: 100%;
  }
}

.m-corporate {
  position: relative;
  margin-top: 40px;
  padding: 48px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  counter-reset: num;
}
@media screen and (min-width: 829px) {
  .m-corporate {
    background: none;
    margin-top: 130px;
    padding: 0;
  }
}
@media screen and (max-width: 828px) {
  .m-corporate::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    opacity: 0.35;
    width: 100%;
    height: 100%;
    border-radius: 15px 15px 0 0;
    background-image: url(../images/page/bg-home.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
}

.m-corporate_list {
  margin-top: 48px;
}
.m-corporate_list a {
  position: relative;
  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: 14px;
  width: 100%;
  font-size: clamp(1.5rem, 1.7741935484vw, 2.2rem);
  font-weight: 700;
  line-height: 1;
  border-bottom: 1px solid rgba(38, 159, 59, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0;
}
.m-corporate_list a::before {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.4rem, 1.7741935484vw, 2.2rem);
  font-weight: 600;
  counter-increment: num;
  color: #269F3B;
  content: counter(num, decimal-leading-zero);
}
@media screen and (min-width: 829px) {
  .m-corporate_list a {
    gap: 24px;
    padding: 23px 0;
  }
}
.m-corporate_list a::after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #269F3B;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.m-corporate_list a svg {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  aspect-ratio: 1/1;
  width: 44px;
  -o-object-position: center center;
     object-position: center center;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 828px) {
  .m-corporate_list a svg {
    width: 28px;
  }
  .m-corporate_list a svg g {
    fill: #0F8824;
  }
  .m-corporate_list a svg path {
    stroke: #fff;
  }
}
.m-corporate_list a:hover::after {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .m-corporate_list a:hover svg {
    -webkit-transform: translateY(-50%) scale(1.1);
            transform: translateY(-50%) scale(1.1);
  }
  .m-corporate_list a:hover svg g {
    fill: #0F8824;
    stroke: none;
  }
  .m-corporate_list a:hover svg path {
    stroke: #fff;
  }
}
@media screen and (min-width: 829px) {
  .m-corporate_list {
    margin-top: 59px;
  }
}

.m-corporate_media {
  display: none;
}
@media screen and (min-width: 829px) {
  .m-corporate_media {
    display: block;
    width: 100%;
    max-width: calc(100% - 100px);
    margin: auto;
    border-radius: 30px;
    overflow: clip;
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}
@media screen and (min-width: 829px) and (max-width: 1200px) {
  .m-corporate_media {
    max-width: 100%;
  }
}
.m-corporate_media img {
  width: 100%;
}

.m-corporate_contents {
  position: relative;
}

@media screen and (min-width: 829px) {
  .m-corporate_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-width: 1225px;
    width: 100%;
  }
}
@media screen and (min-width: 829px) and (max-width: 1200px) {
  .m-corporate_inner {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media screen and (max-width: 828px) {
  .m-corporate_inner .--media {
    max-width: 450px;
    min-width: 315px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
  }
}

.m-corporate_side {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .m-corporate_side {
    position: relative;
    -webkit-transform-origin: top;
            transform-origin: top;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 107px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .m-corporate_side .--media {
    aspect-ratio: 1/1;
    width: 47.7551020408%;
    height: auto;
  }
}
.m-corporate_side::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78.8125%;
  height: 95.406824147%;
  border-radius: 16.25%;
  background-color: #fff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.6;
  z-index: -1;
}

.m-recruit {
  position: relative;
  padding-top: 121px;
  overflow: clip;
}
@media screen and (min-width: 829px) {
  .m-recruit {
    padding-top: 225px;
  }
}

.m-recruit_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: scroll_text 30s linear infinite;
          animation: scroll_text 30s linear infinite;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 828px) {
  .m-recruit_scroll {
    top: 24px;
  }
}

.m-recruit_text {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(5rem, 8.8709677419vw, 11rem);
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
  font-weight: 500;
  word-wrap: keep-all;
  display: block;
  white-space: nowrap;
}
.m-recruit_text.--main {
  color: transparent;
  z-index: 1;
  -webkit-text-stroke: 0.6px #269F3B;
  text-stroke: 0.6px #269F3B;
}
.m-recruit_text.--shadow {
  color: #E8FFEC;
  padding-top: 0.06em;
  padding-left: 0.06em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 0;
}

@-webkit-keyframes scroll_text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-105.5%);
            transform: translateX(-105.5%);
  }
}

@keyframes scroll_text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-105.5%);
            transform: translateX(-105.5%);
  }
}
.l-policy dd {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}
.l-policy dd + dt {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  color: #269F3B;
  margin-top: 54px;
  font-weight: bold;
  margin-bottom: 5px;
}
.l-policy li {
  position: relative;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-policy li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
}
.l-policy a {
  display: inline;
}

.l-found {
  padding-top: 40px;
}
@media screen and (min-width: 829px) {
  .l-found {
    padding-top: 84px;
  }
}

.l-found_headline {
  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-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;
  gap: 8px;
  margin-bottom: 40px;
}
.l-found_headline h2 {
  font-size: clamp(3.6rem, 5.6451612903vw, 7rem);
  color: #b9b9b9;
}
.l-found_headline h3 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.l-found_menu {
  margin-top: 30px;
}
@media screen and (min-width: 829px) {
  .l-found_menu {
    margin-top: 60px;
  }
}
.l-found_menu ul {
  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-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0 24px;
  max-width: 732px;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .l-found_menu ul {
    display: block;
  }
}
.l-found_menu li {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  line-height: 1;
}
@media screen and (max-width: 828px) {
  .l-found_menu li + li {
    border-top: 1px solid #D9D9D9;
  }
}
.l-found_menu a {
  display: block;
  font-size: inherit;
  text-align: center;
}
@media screen and (max-width: 828px) {
  .l-found_menu a {
    padding: 10px 0;
  }
}

.l-contact h2 {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 10px;
}

.l-contact_list {
  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;
  margin-top: 50px;
  margin-bottom: 80px;
}
@media screen and (max-width: 828px) {
  .l-contact_list {
    margin-top: 20px;
    margin-bottom: 50px;
  }
}

.l-contact_tab {
  position: relative;
  width: 296px;
  line-height: 54px;
  color: #333;
  background: #fff;
  text-align: center;
  border: 1px solid #269F3B;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  font-weight: 700;
  border-radius: 54px;
}
.l-contact_tab.active {
  color: #fff;
  background: #269F3B;
}
@media screen and (max-width: 828px) {
  .l-contact_tab {
    line-height: 34px;
  }
}

.l-contact_count {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 828px) {
  .l-contact_count {
    left: 8px;
  }
}

.l-contact_line {
  display: block;
  width: 72px;
  -webkit-flex-basis: 72px;
      -ms-flex-preferred-size: 72px;
          flex-basis: 72px;
  height: 1px;
  background: #269F3B;
}
@media screen and (max-width: 828px) {
  .l-contact_line {
    width: 20px;
    -webkit-flex-basis: 20px;
        -ms-flex-preferred-size: 20px;
            flex-basis: 20px;
  }
}

.l-block_lead {
  margin: 30px 0;
}
@media screen and (min-width: 829px) {
  .l-block_lead {
    margin: 62px 0;
  }
}
.l-block_lead .has-background {
  font-size: clamp(1.6rem, 1.935483871vw, 2.4rem);
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 700;
}
.l-block_lead .wp-block-image {
  padding: 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-block_lead .wp-block-image img {
  display: block;
}

.l-block_colummn {
  padding: 72px;
  gap: 72px;
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 828px) {
  .l-block_colummn {
    padding: 32px;
    display: block !important;
  }
  .l-block_colummn .wp-block-column + .wp-block-column {
    margin-top: 24px;
  }
}

.l-flow {
  margin-top: 100px;
  counter-reset: num;
}

.l-flow_media {
  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;
  max-width: 723px;
  margin: auto;
  gap: 46px;
  margin-top: 30px;
}
@media screen and (min-width: 829px) {
  .l-flow_media {
    margin-top: 47px;
  }
}
@media screen and (max-width: 828px) {
  .l-flow_media {
    display: block;
    text-align: center;
  }
}
.l-flow_media figure {
  max-width: 256px;
}
@media screen and (max-width: 828px) {
  .l-flow_media figure {
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
.l-flow_media p {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0;
  font-size: clamp(1.4rem, 2.2580645161vw, 2.8rem);
  font-weight: 700;
}

.l-flow_blocks {
  margin-top: 80px;
}

.l-flow_block {
  position: relative;
  border: 1px solid #707070;
  padding: 90px 20px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .l-flow_block {
    padding: 80px 110px;
    padding-left: 220px;
  }
}
.l-flow_block + .l-flow_block {
  position: relative;
  margin-top: 55px;
}
.l-flow_block + .l-flow_block::before {
  position: absolute;
  content: "";
  display: block;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  aspect-ratio: 75/27;
  width: 75px;
  height: auto;
  background-image: url(../../../uploads/2024/01/down.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 450px) {
  .l-flow_block + .l-flow_block {
    margin-top: 45px;
  }
  .l-flow_block + .l-flow_block::before {
    top: -30px;
    width: 40px;
  }
}
.l-flow_block h3 {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  font-weight: 500;
  margin-bottom: 1.1428571429em;
}
.l-flow_block a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.l-flow_block a:hover {
  color: #269F3B;
}

.l-flow_step {
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1.4rem, 1.4516129032vw, 1.8rem);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  text-align: center;
  color: #269F3B;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 103px;
  height: 114px;
  background-color: rgba(38, 159, 59, 0.1);
  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-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;
}
.l-flow_step::after {
  display: inline-block;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  font-size: clamp(2.8rem, 3.7096774194vw, 4.6rem);
  border-top: 1px solid #269F3B;
  margin-top: 8px;
}
@media screen and (max-width: 828px) {
  .l-flow_step {
    width: 80px;
    height: 80px;
  }
  .l-flow_step::after {
    font-size: clamp(2.8rem, 2.4193548387vw, 3rem);
  }
}

.l-recruit_message {
  background-color: #E8FFEC;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (min-width: 829px) {
  .l-recruit_message {
    padding: 40px 100px 80px;
    border-radius: 15px;
  }
}
.l-recruit_message h2 {
  font-family: "Figtree", sans-serif;
  text-align: center;
  font-size: clamp(3.2rem, 4.8387096774vw, 6rem);
  font-weight: 500;
  color: #269F3B;
  margin-bottom: 0.4em;
}

.l-recruit_personality {
  margin-top: 60px;
}
@media screen and (min-width: 829px) {
  .l-recruit_personality {
    margin-top: 120px;
  }
}

@media screen and (min-width: 829px) {
  .l-recruit_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 98px;
  }
  .l-recruit_column .--media {
    width: 55%;
  }
}
@media screen and (max-width: 828px) {
  .l-recruit_column .--media {
    margin-top: 32px;
  }
}

.l-recruit_banner {
  position: relative;
  display: block;
  position: relative;
  max-width: 900px;
  width: 100%;
  margin: auto;
  border: 3px solid #269F3B;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 40px;
  overflow: clip;
  aspect-ratio: 4/3;
}
@media screen and (min-width: 829px) {
  .l-recruit_banner {
    aspect-ratio: 90/18;
    margin-top: 96px;
  }
}
.l-recruit_banner figure {
  width: 100%;
  height: 100%;
}
.l-recruit_banner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-recruit_banner hgroup {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.l-recruit_banner h2 {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 12px;
}
.l-recruit_banner span {
  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;
  gap: 8px;
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.5rem, 1.4516129032vw, 1.8rem);
  font-weight: 600;
}
.l-recruit_banner span::after {
  content: "";
  aspect-ratio: 1/1;
  width: 25px;
  height: auto;
  background-image: url(../images/common/arrow-next.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.l-recruit_banner:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-recruit_interview,
.l-recruit_post {
  margin-top: 60px;
}
@media screen and (min-width: 829px) {
  .l-recruit_interview,
  .l-recruit_post {
    margin-top: 120px;
  }
}

.l-recruit_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px;
}
@media screen and (min-width: 829px) {
  .l-recruit_cards {
    gap: 0 55px;
  }
}
@media screen and (max-width: 828px) {
  .l-recruit_cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 450px) {
  .l-recruit_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-recruit_card {
  position: relative;
  background-color: #fff;
}
.l-recruit_card img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-recruit_card hgroup {
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-recruit_card h3 {
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  margin-bottom: 0.45em;
}
.l-recruit_card h4 {
  color: #269F3B;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0 9px;
}
.l-recruit_card span {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: clamp(1.8rem, 1.6129032258vw, 2rem);
  font-weight: 600;
}
.l-recruit_card small {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
}
.l-recruit_card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

@media screen and (min-width: 829px) {
  .l-recruit_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 68px;
  }
  .l-recruit_side .--media {
    width: 57.1428571429%;
  }
}
@media screen and (max-width: 828px) {
  .l-recruit_side .--media {
    margin-top: 32px;
  }
}

.l-contents .--side {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #E8FFEC;
  margin-bottom: 40px;
}
.l-contents .--main {
  padding: 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 829px) {
  .l-contents {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 83px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .l-contents .--side {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    width: 317px;
    padding: 30px 60px;
    margin-bottom: 0;
  }
  .l-contents .--main {
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.l-contents_block + .l-contents_block {
  margin-top: 60px;
}
@media screen and (min-width: 829px) {
  .l-contents_block + .l-contents_block {
    margin-top: 120px;
  }
}

.l-sidebar li + li {
  margin-top: 18px;
}
.l-sidebar a {
  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;
  font-size: clamp(1.4rem, 1.2096774194vw, 1.5rem);
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(38, 159, 59, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-sidebar a small {
  font-size: clamp(1.4rem, 1.1290322581vw, 1.4rem);
}
.l-sidebar a::after {
  display: block;
  content: "";
  width: 25px;
  height: auto;
  aspect-ratio: 1/1;
  width: 25px;
  height: auto;
  background-image: url(../images/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media screen and (max-width: 828px) {
  .l-sidebar a::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.l-sidebar a:hover {
  color: #0F8824;
}

@media screen and (min-width: 829px) {
  .l-contents_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 70px;
    margin-bottom: 80px;
  }
  .l-contents_column .--media {
    width: 43.25%;
  }
}
@media screen and (max-width: 828px) {
  .l-contents_column .--media {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 829px) {
  .l-contents_wrap {
    padding-right: 12.5vw;
  }
}

.l-personality_unit {
  padding: 32px;
  background-color: #f8f8f8;
}
@media screen and (min-width: 829px) {
  .l-personality_unit {
    padding: 64px;
  }
}
.l-personality_unit + .l-personality_unit {
  margin-top: 32px;
}
.l-personality_unit h3 {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  margin-bottom: 1.4545454545em;
}

@media screen and (min-width: 829px) {
  .l-personality_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 48px;
  }
  .l-personality_side .--media {
    width: 35.7798165138%;
  }
}
@media screen and (max-width: 828px) {
  .l-personality_side .--media {
    margin-bottom: 32px;
  }
}

.l-interview {
  counter-reset: num;
}

.l-interview_image {
  margin-bottom: 40px;
}
@media screen and (min-width: 829px) {
  .l-interview_image {
    float: right;
    max-width: 40.2%;
    margin-left: 5.8%;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    margin-bottom: 0;
  }
}

.l-interview_lead {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 11px;
  color: #269F3B;
  border-bottom: 1px solid #269F3B;
  padding-bottom: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 829px) {
  .l-interview_lead {
    padding-bottom: 20px;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.l-interview_lead::after {
  position: absolute;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  bottom: 0;
  right: 0;
  z-index: -1;
  font-family: "Figtree", sans-serif;
  font-size: clamp(7rem, 6.4516129032vw, 8rem);
  font-weight: 600;
  color: #E8FFEC;
}
.l-interview_lead h3 {
  font-size: clamp(1.4rem, 1.4516129032vw, 1.8rem);
}
.l-interview_lead span {
  font-family: "Figtree", sans-serif;
  font-size: clamp(2rem, 1.7741935484vw, 2.2rem);
}
.l-interview_lead small {
  font-size: clamp(1.4rem, 1.4516129032vw, 1.8rem);
}

.l-interview_wrapper h4 {
  font-size: clamp(2rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 0.8571428571em;
}
.l-interview_wrapper dl {
  margin-top: 20px;
}
@media screen and (min-width: 829px) {
  .l-interview_wrapper dl {
    margin-top: 40px;
  }
}
.l-interview_wrapper dt {
  position: relative;
  padding-left: 40px;
  font-size: 1.8rem;
  color: #269F3B;
  margin-bottom: 0.8888888889em;
}
.l-interview_wrapper dt::before {
  position: absolute;
  content: "Q.";
  font-size: clamp(2.2rem, 2.2580645161vw, 2.8rem);
  font-family: "Figtree", sans-serif;
  font-weight: 600;
  top: 0;
  left: 0;
  line-height: 1.3;
}
@media screen and (max-width: 828px) {
  .l-interview_wrapper dt::before {
    top: 5px;
  }
}
.l-interview_wrapper dd {
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
}

.l-requirements_list li + li {
  margin-top: 20px;
}
.l-requirements_list a {
  position: relative;
  display: block;
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  padding: 1.7727272727em 2em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D9D9D9;
  border-radius: 10px;
}
.l-requirements_list a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  display: block;
  width: 0%;
  height: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #E8FFEC;
  border-radius: 10px;
  opacity: 0;
  z-index: -1;
}
.l-requirements_list a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: auto;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid #269F3B;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/arrow-next.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.l-requirements_list a:hover::before {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.l-insistence {
  counter-reset: num;
}
.l-insistence + .l-insistence {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .l-insistence + .l-insistence {
    margin-top: 80px;
  }
}

.l-insistence_block {
  position: relative;
  padding: 40px 20px;
  background-image: url(../../../uploads/2024/01/bg-insistence.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.l-insistence_block::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78.8125%;
  height: 95.406824147%;
  border-radius: 16.25%;
  background-color: #fff;
  -webkit-filter: blur(50px);
          filter: blur(50px);
  opacity: 0.6;
  z-index: 1;
}
@media screen and (min-width: 829px) {
  .l-insistence_block {
    padding: 88px 20px;
  }
}

.l-insistence_column {
  position: relative;
  z-index: 2;
  max-width: 1168px;
  margin: auto;
}
@media screen and (min-width: 829px) {
  .l-insistence_column {
    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: 50px;
  }
  .l-insistence_column .--media {
    width: 50.0856164384%;
  }
}
@media screen and (max-width: 828px) {
  .l-insistence_column .--media {
    max-width: 450px;
    min-width: 315px;
    width: 100%;
    margin: auto;
    margin-bottom: 40px;
  }
}

.l-insistence_lead {
  font-size: clamp(2.2rem, 2.2580645161vw, 2.8rem);
  margin-bottom: 80px;
}

.l-insistence_wrapper {
  position: relative;
  padding-top: 85px;
}
.l-insistence_wrapper + .l-insistence_wrapper {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .l-insistence_wrapper + .l-insistence_wrapper {
    margin-top: 80px;
  }
}
@media screen and (min-width: 829px) {
  .l-insistence_wrapper:nth-child(odd) .l-insistence_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-insistence_wrapper:nth-child(odd) .l-insistence_inner::before {
    top: 0;
    right: 0;
    border-radius: 15px 0 0 15px;
  }
  .l-insistence_wrapper:nth-child(odd) .l-insistence_inner figure {
    overflow: clip;
    border-radius: 0 15px 15px 0;
  }
  .l-insistence_wrapper:nth-child(even) .l-insistence_inner::before {
    top: 0;
    left: 0;
    border-radius: 0 15px 15px 0;
  }
  .l-insistence_wrapper:nth-child(even) figure {
    overflow: clip;
    border-radius: 15px 0 0 15px;
  }
}
@media screen and (max-width: 828px) {
  .l-insistence_wrapper {
    padding: 40px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-color: #E8FFEC;
  }
  .l-insistence_wrapper figure {
    border-radius: 20px;
    overflow: clip;
    margin-top: 20px;
  }
}

.l-insistence_inner {
  position: relative;
}
.l-insistence_inner h3 {
  z-index: 1;
  position: relative;
}
.l-insistence_inner h3::before {
  position: absolute;
  top: 0;
  right: 0;
  counter-increment: num;
  content: counter(num, decimal-leading-zero);
  color: #fff;
  font-family: "Figtree", sans-serif;
  font-size: clamp(6rem, 9.6774193548vw, 12rem);
  font-weight: 600;
  z-index: -1;
}
@media screen and (min-width: 829px) {
  .l-insistence_inner {
    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;
  }
  .l-insistence_inner::before {
    position: absolute;
    content: "";
    background-color: #E8FFEC;
    max-width: 87.5vw;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .l-insistence_inner figure {
    width: 50%;
    -webkit-transform: translateY(-85px);
            transform: translateY(-85px);
  }
  .l-insistence_inner .--info {
    padding: 64px 8.125% 100px;
  }
}

.l-greeting_column hgroup {
  margin-top: 24px;
}
.l-greeting_column hgroup p,
.l-greeting_column hgroup h3 {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
}
.l-greeting_column hgroup h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-greeting_column hgroup span {
  font-size: clamp(2.4rem, 2.5806451613vw, 3.2rem);
}
@media screen and (min-width: 1201px) {
  .l-greeting_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 45px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .l-greeting_column .--media {
    width: 38.4%;
  }
}
@media screen and (max-width: 1200px) {
  .l-greeting_column .--media {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 1201px) {
  .l-greeting_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 53px;
    margin-top: 34px;
  }
  .l-greeting_side .--media {
    width: 35.3%;
  }
}
@media screen and (max-width: 1200px) {
  .l-greeting_side {
    margin-top: 40px;
  }
  .l-greeting_side .--media {
    margin-bottom: 40px;
  }
}

.l-philosophy_cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 22px 30px;
}
@media screen and (max-width: 500px) {
  .l-philosophy_cards {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}

.l-philosophy_card {
  background-color: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px;
}
@media screen and (min-width: 1201px) {
  .l-philosophy_card {
    padding: 63px;
  }
}
.l-philosophy_card h3 {
  text-align: center;
  font-size: clamp(1.6rem, 1.3709677419vw, 1.7rem);
  margin-bottom: 1.1176470588em;
}
.l-philosophy_card figure {
  display: block;
  max-width: 146px;
  margin: auto;
  margin-bottom: 21px;
}

.l-outline table,
.l-group table {
  border: 1px solid #D9D9D9;
}
.l-outline th,
.l-outline td,
.l-group th,
.l-group td {
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #fff;
}
@media screen and (max-width: 1200px) {
  .l-outline th,
  .l-outline td,
  .l-group th,
  .l-group td {
    padding: 10px 15px;
  }
}
.l-outline th,
.l-group th {
  font-weight: 700;
  background-color: #f8f8f8;
}
@media screen and (min-width: 829px) {
  .l-outline th,
  .l-group th {
    width: 140px;
  }
}
.l-outline td a,
.l-group td a {
  text-decoration: underline;
  color: #269F3B;
}
.l-outline td a[href^=tel],
.l-group td a[href^=tel] {
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 829px) {
  .l-outline tr + tr th,
  .l-outline tr + tr td,
  .l-group tr + tr th,
  .l-group tr + tr td {
    border-top: 1px solid #D9D9D9;
  }
}

.l-outline_map + .l-outline_map {
  margin-top: 32px;
}
.l-outline_map figure {
  aspect-ratio: 10/4;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 450px) {
  .l-outline_map figure {
    aspect-ratio: 4/3;
  }
}
.l-outline_map iframe {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}

.l-group {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .l-group {
    margin-top: 80px;
  }
}
.l-group table {
  margin: 32px auto 42px;
}
.l-group .l-contents_block + .l-contents_block {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .l-group .l-contents_block + .l-contents_block {
    margin-top: 80px;
  }
}

.p-nav {
  margin-bottom: 40px;
}
.p-nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 11px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.p-nav a {
  display: inline-block;
  font-size: 1.2rem;
  color: #269F3B;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #269F3B;
  border-radius: 3px;
}
.p-nav a:hover, .p-nav a[current-area] {
  color: #fff;
  background-color: #0F8824;
}

.p-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 54px;
  padding-bottom: 50px;
  border-bottom: 1px solid #D9D9D9;
}
.p-column + .p-column {
  margin-top: 50px;
}
@media screen and (max-width: 828px) {
  .p-column {
    display: block;
    padding-bottom: 30px;
  }
  .p-column + .p-column {
    margin-top: 30px;
  }
}

.p-column_pic {
  width: 100%;
}
@media screen and (min-width: 829px) {
  .p-column_pic {
    width: 40%;
  }
}

.p-column_text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-column_text h2 {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  margin-bottom: 1.0909090909em;
}
.p-column_text a {
  font-size: inherit;
}
@media screen and (max-width: 828px) {
  .p-column_text {
    margin-top: 48px;
  }
}

.p-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  font-family: "Figtree", sans-serif;
  letter-spacing: 0.05em;
  text-indent: -0.05em;
  color: #269F3B;
  margin-bottom: 10px;
}
.p-tab time {
  display: block;
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
}
.p-tab span {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #269F3B;
  border-radius: 3px;
}

.p-column_inner {
  font-size: clamp(1.3rem, 1.2096774194vw, 1.5rem);
  line-height: 2;
  font-weight: 500;
}

.p-property_contents {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 18px 22px;
}
@media screen and (max-width: 828px) {
  .p-property_contents {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-property_content {
  text-align: center;
  border-radius: 15px;
  background-color: #E8FFEC;
  padding: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-property_navi--modelroom .p-property_content {
  background-color: #fff;
}
@media screen and (min-width: 829px) {
  .p-property_content {
    padding: 80px 40px;
  }
}
.p-property_content h2 {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  margin-bottom: 1.8181818182em;
}

.p-property_form input {
  display: block;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.6rem;
  max-width: 452px;
  width: 100%;
  margin: auto;
}
.p-property_form button {
  display: block;
  width: 200px;
  line-height: 56px;
  color: #fff;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  font-weight: 700;
  text-align: center;
  margin: auto;
  border-radius: 56px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: none;
  margin-top: 40px;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  background-color: #269F3B;
  background-image: url(../images/common/serach.webp);
  background-repeat: no-repeat;
  background-size: 41px;
  background-position: center left 18px;
}
.p-property_form button:hover {
  background-color: #0F8824;
}

.p-property_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 17px 10px;
}
@media screen and (max-width: 828px) {
  .p-property_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media screen and (max-width: 450px) {
  .p-property_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.p-property_list a {
  display: block;
  width: 100%;
  line-height: 44px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  border-radius: 44px;
  background-color: #269F3B;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.p-property_list a:hover {
  background-color: #0F8824;
}

.p-property {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .p-property {
    margin-top: 80px;
  }
}

.p-property_lead {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  margin-bottom: 1.2727272727em;
}

.p-property_cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 20px 26px;
}
@media screen and (max-width: 828px) {
  .p-property_cards {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media screen and (max-width: 450px) {
  .p-property_cards {
    grid-template-columns: repeat(1, 1fr);
  }
}

.p-property_card {
  padding: 24px;
  display: block;
  border: 1px solid #D9D9D9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
}
.p-property_card figure {
  aspect-ratio: 335/251;
  overflow: clip;
}
.p-property_card img {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-property_card h3 {
  display: block;
  font-size: clamp(1.3rem, 1.2903225806vw, 1.6rem);
  padding: 0.875em 0;
  text-align: center;
}
.p-property_card:hover {
  background-color: #E8FFEC;
}
.p-property_card:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.p-property_item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  padding: 10px 14px;
}
@media screen and (min-width: 829px) {
  .p-property_item {
    padding: 16px 22px;
  }
}
.p-property_item dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px dashed #000;
  gap: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 8px;
}
@media screen and (min-width: 829px) {
  .p-property_item dl {
    gap: 24px;
  }
}
.p-property_item dl + dl {
  padding-top: 8px;
}
.p-property_item dt {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #269F3B;
  border-radius: 4px;
  width: 46px;
}
@media screen and (min-width: 829px) {
  .p-property_item dt {
    width: 56px;
  }
}
.p-property_item dd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: clamp(1.1rem, 1.1290322581vw, 1.4rem);
}

.s-content {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.s-content_image {
  margin-bottom: 39px;
}

.s-content_headline {
  display: block;
  margin-bottom: 32px;
}
.s-content_headline time {
  display: block;
  font-size: clamp(1.5rem, 1.2096774194vw, 1.5rem);
  color: #269F3B;
  margin-bottom: 22px;
}
.s-content_headline h2 {
  font-size: clamp(2rem, 1.935483871vw, 2.4rem);
}

.s-content_inner a {
  color: #269F3B;
  text-decoration: underline;
}

.s-property_lead {
  color: #fff;
  background-color: #269F3B;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  max-width: 1200px;
  width: 100%;
  margin: auto;
}
.s-property_lead h2 {
  font-size: clamp(1.8rem, 1.7741935484vw, 2.2rem);
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-left: 6px solid #fff;
}
.s-property_lead ._number {
  display: none;
}

.s-property_plint {
  margin: 32px 0;
}
@media screen and (min-width: 829px) {
  .s-property_plint {
    margin: 56px 0;
  }
}
.s-property_plint a {
  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: 8px;
  max-width: 200px;
  width: 100%;
  line-height: 50px;
  border-radius: 5px;
  background-color: #fff;
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  border: 1px solid #000;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
}
.s-property_plint a::before {
  display: block;
  content: "";
  aspect-ratio: 23/20;
  width: 23px;
  height: auto;
  background-image: url(../images/common/ico-printer.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: inherit;
  transition: inherit;
}
.s-property_plint a:hover {
  color: #fff;
  background-color: #0F8824;
  border-color: #0F8824;
}
.s-property_plint a:hover::before {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7448%) hue-rotate(225deg) brightness(118%) contrast(100%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7448%) hue-rotate(225deg) brightness(118%) contrast(100%);
}

.s-property_column {
  display: block;
  gap: 40px;
}
@media screen and (min-width: 829px) {
  .s-property_column {
    gap: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (min-width: 829px) {
  .s-property_main {
    width: 50%;
  }
}
@media screen and (max-width: 828px) {
  .s-property_main + .s-property_sub {
    margin-top: 40px;
  }
}

.s-property_sub {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.s-property_sub.clone {
  display: none;
}
.s-property_sub.--only {
  max-width: 500px;
  margin: auto;
}
@media screen and (max-width: 828px) {
  .s-property_sub + .s-property_main {
    margin-top: 40px;
  }
}

.s-property_facility.clone {
  display: none;
}

.s-property_drawing img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  aspect-ratio: 558/533;
  width: 100%;
  height: auto;
  border: 1px solid #c7c7c7;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-property_stage a {
  position: relative;
  aspect-ratio: 600/424;
  overflow: clip;
}
.s-property_stage span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  color: #fff;
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  padding: 0.8571428571em 1.1428571429em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}

.s-property_lists {
  margin: 0 -5px;
  margin-top: 10px;
}
.s-property_lists .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.s-property_lists figure {
  aspect-ratio: 143/101;
  overflow: clip;
}
.s-property_lists img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.s-property_table {
  border: 1px solid #269F3B;
}
.s-property_table th,
.s-property_table td {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  font-size: clamp(1.5rem, 1.2903225806vw, 1.6rem);
  border: none;
  padding: 15px;
}
@media screen and (max-width: 828px) {
  .s-property_table th,
  .s-property_table td {
    padding: 10px;
  }
}
.s-property_table th {
  color: #fff;
  background-color: #269F3B;
  font-weight: 700;
}
@media screen and (min-width: 829px) {
  .s-property_table th {
    text-align: center;
  }
}
@media screen and (min-width: 451px) {
  .s-property_table th {
    width: 150px;
  }
}
.s-property_table tr + tr th {
  border-top: 1px solid #fff;
}
.s-property_table tr + tr td {
  border-top: 1px solid #269F3B;
}

.s-property_block {
  margin-top: 40px;
}
@media screen and (min-width: 829px) {
  .s-property_block {
    margin-top: 75px;
  }
}

.s-property_gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 12px;
}
@media screen and (max-width: 828px) {
  .s-property_gallery {
    grid-template-columns: repeat(2, 1fr);
  }
}
.s-property_gallery a {
  display: block;
  margin-bottom: 9px;
}
.s-property_gallery a::after {
  bottom: 8px;
  right: 8px;
  -webkit-transform: none;
          transform: none;
}
.s-property_gallery img {
  aspect-ratio: 292/207;
  -o-object-fit: contain;
     object-fit: contain;
}
.s-property_gallery figcaption {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
  text-align: center;
}

.s-property_items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
.s-property_more + .s-property_items {
  margin-top: 8px;
}
.s-property_items.--hide {
  display: none !important;
}
@media screen and (max-width: 1200px) {
  .s-property_items {
    grid-template-columns: repeat(1, 1fr);
    max-width: 600px;
    margin: auto;
  }
}

.s-property_item {
  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;
  background-color: #f8f8f8;
  border: 1px solid #D9D9D9;
  padding: 10px;
}
@media screen and (max-width: 828px) {
  .s-property_item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 451px) {
  .s-property_item {
    padding: 15px 24px;
  }
}

.s-property_image {
  aspect-ratio: 95/90;
  width: 95px;
  height: auto;
  background-color: #fff;
}
.s-property_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.s-property_info {
  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;
  /* @include break(550, min){
      margin-left: 21px;
  } */
}
@media screen and (max-width: 550px) {
  .s-property_info {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s-property_info li {
  text-align: center;
}
.s-property_info li + li {
  border-left: 1px solid #D9D9D9;
  padding-left: 8px;
  margin-left: 8px;
}
@media screen and (min-width: 451px) {
  .s-property_info li + li {
    padding-left: 12px;
    margin-left: 12px;
  }
}
.s-property_info hgroup {
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  overflow: clip;
  min-width: 85px;
}
@media screen and (min-width: 551px) {
  .s-property_info hgroup {
    min-width: 93px;
  }
}
.s-property_info h4 {
  font-size: clamp(1rem, 0.8870967742vw, 1.1rem);
  color: #fff;
  background-color: #269F3B;
}
.s-property_info span {
  font-size: clamp(1.2rem, 1.1290322581vw, 1.4rem);
}

.s-property_link {
  width: 90px;
  line-height: 29px;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: clamp(1rem, 0.8064516129vw, 1rem);
  text-align: center;
  font-weight: 500;
  -webkit-box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 0 0 rgba(0, 0, 0, 0.1);
  /* @include break(828, min){
      margin-left: 18px;
  } */
}
@media screen and (max-width: 828px) {
  .s-property_link {
    max-width: 280px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .s-property_link {
    max-width: 250px;
  }
}

.s-property_text {
  background-color: #f8f8f8;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.s-property_text h4 {
  font-size: clamp(1.6rem, 1.4516129032vw, 1.8rem);
  margin-bottom: 0.8888888889em;
}
@media screen and (min-width: 829px) {
  .s-property_text {
    padding: 40px;
  }
}

.s-recruit {
  max-width: 1000px;
  margin: auto;
}
.s-recruit table {
  border: 1px solid #D9D9D9;
}
.s-recruit th,
.s-recruit td {
  padding: 25px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  background-color: #fff;
}
.s-recruit th {
  font-weight: 700;
  background-color: #f8f8f8;
}
@media screen and (min-width: 829px) {
  .s-recruit tr + tr th,
  .s-recruit tr + tr td {
    border-top: 1px solid #D9D9D9;
  }
}

/*----------------------------------------------------
	...
----------------------------------------------------*/
body:has(.p-model-room) {
  background: #F5F5F5;
}
body:has(.p-model-room) .h-contents {
  background-color: #fff;
}
body:has(.p-model-room) .kv {
  display: none;
}

.p-model-room__login {
  padding: 40px 0;
}
@media screen and (min-width: 1201px) {
  .p-model-room__login {
    padding: 80px 0 0;
  }
}

.p-model-room__thanks {
  padding: 40px 0;
}
@media screen and (min-width: 1201px) {
  .p-model-room__thanks {
    padding: 80px 0 0;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-model-room-list {
  margin-top: 48px;
}
@media screen and (min-width: 1201px) {
  .p-model-room-list {
    margin-top: 64px;
  }
}

.p-model-room-list__items {
  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;
  gap: 12px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
.p-model-room-detail__wrap {
  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;
  gap: 30px;
}
@media screen and (min-width: 1201px) {
  .p-model-room-detail__wrap {
    gap: 40px;
  }
}

.p-model-room-detail__head {
  position: relative;
  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;
  gap: 12px;
  padding: 20px 20px;
  background: #fff;
  border: 1px solid #d9d9d9;
}
.p-model-room-detail__head span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-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;
  width: 80px;
  height: 28px;
  border-radius: 4px;
  background: #269f3b;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  color: #fff;
}
.p-model-room-detail__head ._title {
  font-weight: 500;
  font-size: 20px;
}
@media screen and (min-width: 1201px) {
  .p-model-room-detail__head {
    padding: 30px 40px;
    gap: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-model-room-detail__action {
  position: relative;
  margin-top: 20px;
  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;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-model-room-detail__action ._title {
  font-weight: bold;
  font-size: 16px;
}
@media screen and (min-width: 1201px) {
  .p-model-room-detail__action ._title {
    font-size: 24px;
  }
}

.p-model-room-detail__actionBtn .cm-btn {
  margin-top: 0;
}
@media screen and (min-width: 1201px) {
  .p-model-room-detail__actionBtn .cm-btn {
    margin-top: 16px;
  }
  .p-model-room-detail__actionBtn:first-child .cm-btn {
    margin-top: -20px;
  }
}

.p-model-room-detail__actionBack {
  font-size: 14px;
}
.p-model-room-detail__actionBack a {
  text-decoration: underline;
}
.p-model-room-detail__actionBack a:hover {
  text-decoration: none;
}
@media screen and (min-width: 1201px) {
  .p-model-room-detail__actionCheck {
    position: absolute;
    bottom: 42px;
    left: calc(50% + 160px);
  }
}

.p-model-room-detail__list {
  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;
  gap: 16px;
}
/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
@media screen and (min-width: 1201px) {
  .p-model-room .mw_wp_form input[type=text],
  .p-model-room .mw_wp_form input[type=number],
  .p-model-room .mw_wp_form input[type=email],
  .p-model-room .mw_wp_form input[type=tel] {
    max-width: 680px;
  }
}

/*::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::::::::::::::::::::::::::::::::::::::::::::*//*# sourceMappingURL=customize.css.map */