@charset "UTF-8";
/*import
------------------------------------------*/
/*数値の設定
------------------------------------------*/
/*上記数値の設定を呼び出しているmixin
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
/*
PCのみhover
------------------------------------------*/
/*
フォントサイズ相対変更
------------------------------------------*/
:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

:root,
.main_bg {
  position: relative;
  z-index: 0;
}
/* 大元の要素にグラデーションを設定（キャプチャ時の下地になります） */
.main_bg {
  background: linear-gradient(to right, #004d00, #000000);
}

/* 既存の before 疑似要素の修正 */
.main_bg::before {
  content: "";
  position: fixed;
  inset: 0;
  /* 画像（前面）とグラデーション（背面）をカンマで区切って重ねます */
  background: url(../img/pages/top/main_bg.jpg) no-repeat center center/cover,
              linear-gradient(to right, #004d00, #000000);
  z-index: -1;
  pointer-events: none;
}

.sec-pickup {
  background: #fff !important;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

h3 {
  margin: 48px 0 64px;
}
@media only screen and (max-width: 1024px) {
  h3 {
    margin: 24px 0 32px;
  }
}
h3 span {
  display: block;
  line-height: 160%;
}
h3 span.jp {
  color: #fff;
  font-size: min(2.5974025974vw, 40px);
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  h3 span.jp {
    font-size: 21px;
    line-height: 120%; /* 25.2px */
  }
}
h3 span.en {
  font-family: "Sedan", "Noto Serif JP", serif;
  margin-top: 6px;
  margin-left: 6px;
  color: #7E7E7E;
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1024px) {
  h3 span.en {
    margin-top: 8px;
    padding-left: 0px;
    font-size: 13px;
    line-height: 120%; /* 15.6px */
  }
}

a.linkBtn {
  position: relative;
  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;
  width: 360px;
  height: 80px;
  background: #03693B;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 700;
  color: #fff;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1200px) {
  a.linkBtn {
    width: 335px;
    height: 54px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  a.linkBtn {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    max-width: 335px;
    margin-block: var(--leading-trim);
    padding-left: 24px;
    line-height: normal;
  }
}
@media only screen and (max-width: 767px) {
  a.linkBtn {
    max-width: inherit;
  }
}
a.linkBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 100%;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  a.linkBtn::before {
    right: 24px;
  }
}
a.linkBtn .btnText {
  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;
  position: relative;
  z-index: 10;
}
a.linkBtn .arrow {
  position: absolute;
  top: 50%;
  right: 35px;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  opacity: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
a.linkBtn .arrow svg {
  fill: #03693B;
}
a.linkBtn.orange {
  background: #F4774E;
}
a.linkBtn.black {
  background: #1E2549;
}
a.linkBtn.black::before {
  background: #00FFA9;
}
@media (hover: hover) and (pointer: fine) {
  a.linkBtn:hover {
    background: #fff;
    color: #03693B;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  a.linkBtn:hover::before {
    -webkit-transform: translateY(-50%) scale(53.1666666667);
            transform: translateY(-50%) scale(53.1666666667);
  }
  a.linkBtn:hover .arrow {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 1;
  }
  a.linkBtn:hover.orange {
    background: #fff;
    color: #F4774E;
  }
  a.linkBtn:hover.black {
    background: #00FFA9;
    color: #1E2549;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a.linkBtn:hover {
    background: #fff;
    color: #03693B;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  a.linkBtn:hover::before {
    -webkit-transform: translateY(-50%) scale(53.1666666667);
            transform: translateY(-50%) scale(53.1666666667);
  }
  a.linkBtn:hover .arrow {
    -webkit-transform: translateY(-40%);
            transform: translateY(-40%);
    opacity: 1;
  }
  a.linkBtn:hover.orange {
    background: #fff;
    color: #F4774E;
  }
  a.linkBtn:hover.black {
    background: #00FFA9;
    color: #1E2549;
  }
}

.bgGreen {
  background: #03693B;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .bgGreen {
    border-radius: 16px;
  }
}

.bgRightGreen {
  background: #4ca73f;
  border-radius: 24px;
}
@media only screen and (max-width: 1024px) {
  .bgRightGreen {
    border-radius: 16px;
  }
}

.bgWhite {
  background: rgba(0, 0, 0, 0.41); /* 0501黒→白 */
}

.bgYellow {
  background: rgba(0, 0, 0, 0.11);
}

a.linkBtn2 {
  position: relative;
  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;
  width: 100%;
  height: 60px;
  background: #017440;
  background: -webkit-gradient(linear, left top, right top, from(rgb(1, 116, 64)), to(rgb(1, 58, 32)));
  background: -webkit-linear-gradient(left, rgb(1, 116, 64) 0%, rgb(1, 58, 32) 100%);
  background: linear-gradient(90deg, rgb(1, 116, 64) 0%, rgb(1, 58, 32) 100%);
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}

a.linkBtn2:hover {
  opacity: 0.8;
}

.linkBtn2_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.linkBtn2_wrap .btn_arrow {
  width: 15px;
}

a.linkBtn3 {
  position: relative;
  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;
  width: 60px;
  height: 330px;
  background: rgba(255, 255, 255, 0.8);
  font-size: 23px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  border-radius: 40px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  border: 1px solid rgb(188, 174, 22);
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media only screen and (max-width: 1024px) {
  a.linkBtn3 {
    width: 50px;
    height: 260px;
    font-size: 16px;
  }
}
a.linkBtn3 .arrow {
  width: 20px;
  height: 20px;
  position: relative;
}
a.linkBtn3 .arrow::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../img/pages/top/arrow.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1024px) {
  a.linkBtn3 .arrow::before {
    width: 14px;
    height: 14px;
  }
}
@media (hover: hover) and (pointer: fine) {
  a.linkBtn3:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  a.linkBtn3:hover .arrow {
    width: 20px;
    height: 20px;
    position: relative;
  }
  a.linkBtn3:hover .arrow::before {
    bottom: -6px;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  a.linkBtn3:hover {
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  a.linkBtn3:hover .arrow {
    width: 20px;
    height: 20px;
    position: relative;
  }
  a.linkBtn3:hover .arrow::before {
    bottom: -6px;
  }
}

/*sec-pagejump
------------------------------------------*/
section.sec-pagejump {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  width: calc(100% - 40px);
  margin-inline: auto;
  z-index: 100; /* 最前面に表示 */
  padding: 0; /* 元の padding をリセット */
  /* 通常は非表示だが、詳細は開く */
  height: auto;
  max-height: 100vh;
  overflow-y: auto;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump {
    position: fixed;
    top: 69px;
    left: 0;
    width: 100%;
    max-height: calc(100% - 69px);
    padding: 0px;
    border-bottom: 1px solid var(--white, #fff);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    overflow: scroll;
    z-index: 99;
  }
}
section.sec-pagejump details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  pointer-events: none;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details {
    position: relative;
    display: block;
    pointer-events: all;
  }
  section.sec-pagejump details::before, section.sec-pagejump details::after {
    display: block;
    position: absolute;
    top: 17px;
    right: 20px;
    width: 20px;
    height: 20px;
    -webkit-transition: all ease-out 0.3s;
    transition: all ease-out 0.3s;
    z-index: 1;
  }
  section.sec-pagejump details::before {
    content: url("../img/pages/top/icn_nav_arrow.svg");
  }
  section.sec-pagejump details::after {
    content: url("../img/pages/top/icn_nav_arrow.svg");
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    opacity: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details[open]::before {
    opacity: 0;
  }
  section.sec-pagejump details[open]::after {
    opacity: 1;
  }
}
section.sec-pagejump details summary {
  color: #fff;
  padding: 16px 40px;
  font-size: min(1.5584415584vw, 24px);
  font-weight: 500;
  list-style: none;
}
section.sec-pagejump details summary::-webkit-details-marker {
  display: none;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details summary {
    padding: 12px 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    background-color: rgba(0, 0, 0, 0.7); /* 0501茶→黒 */
  }
}
section.sec-pagejump details .pagejumpContents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: all;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 32px;
    background-color: rgba(0, 0, 0, 0.8); /* 0501茶→黒 */
  }
}
section.sec-pagejump details .pagejumpContents .pagejumpList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .pagejumpList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}
section.sec-pagejump details .pagejumpContents .pagejumpList li + li {
  margin-left: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .pagejumpList li + li {
    margin-top: 32px;
    margin-left: 0;
  }
}
section.sec-pagejump details .pagejumpContents .pagejumpList li a {
  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;
  position: relative;
  height: 40px;
  color: #fff;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .pagejumpList li a {
    margin-block: var(--leading-trim);
    font-size: 14px;
    line-height: 14px; /* 100% */
  }
}
section.sec-pagejump details .pagejumpContents .pagejumpList li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 1px;
  background: #fff;
  bottom: 0;
  -webkit-transform: scale(0, 1) translateX(-50%);
          transform: scale(0, 1) translateX(-50%);
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-pagejump details .pagejumpContents .pagejumpList li a:hover::after {
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-pagejump details .pagejumpContents .pagejumpList li a:hover::after {
    -webkit-transform: scale(1, 1) translateX(-50%);
            transform: scale(1, 1) translateX(-50%);
  }
}
section.sec-pagejump details .pagejumpContents .btnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .btnList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .btnList li + li {
    margin-top: 8px;
  }
}
section.sec-pagejump details .pagejumpContents .btnList li a {
  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;
  width: 120px;
  height: 40px;
  border-radius: 20px;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section.sec-pagejump details .pagejumpContents .btnList li a.gradation {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 248, 170)), color-stop(22%, rgb(188, 174, 22)), color-stop(46%, rgb(240, 239, 233)), color-stop(65%, rgb(191, 165, 17)), color-stop(83%, rgb(255, 220, 21)), to(rgb(186, 159, 6))) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
  color: #000000;
  -webkit-transition: color 250ms ease, background 250ms ease, -webkit-box-shadow 250ms ease, -webkit-transform 250ms ease;
  transition: color 250ms ease, background 250ms ease, -webkit-box-shadow 250ms ease, -webkit-transform 250ms ease;
  transition: box-shadow 250ms ease, transform 250ms ease, color 250ms ease, background 250ms ease;
  transition: box-shadow 250ms ease, transform 250ms ease, color 250ms ease, background 250ms ease, -webkit-box-shadow 250ms ease, -webkit-transform 250ms ease;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-pagejump details .pagejumpContents .btnList li a.gradation:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffef4), to(#f7f4d8)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 248, 170)), color-stop(22%, rgb(188, 174, 22)), color-stop(46%, rgb(240, 239, 233)), color-stop(65%, rgb(191, 165, 17)), color-stop(83%, rgb(255, 220, 21)), to(rgb(186, 159, 6))) border-box;
    background: -webkit-linear-gradient(#fffef4, #f7f4d8) padding-box, -webkit-linear-gradient(left, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    background: linear-gradient(#fffef4, #f7f4d8) padding-box, linear-gradient(90deg, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    color: #6b5a00;
    -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-pagejump details .pagejumpContents .btnList li a.gradation:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffef4), to(#f7f4d8)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 248, 170)), color-stop(22%, rgb(188, 174, 22)), color-stop(46%, rgb(240, 239, 233)), color-stop(65%, rgb(191, 165, 17)), color-stop(83%, rgb(255, 220, 21)), to(rgb(186, 159, 6))) border-box;
    background: -webkit-linear-gradient(#fffef4, #f7f4d8) padding-box, -webkit-linear-gradient(left, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    background: linear-gradient(#fffef4, #f7f4d8) padding-box, linear-gradient(90deg, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    color: #6b5a00;
    -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .btnList li a {
    width: 100%;
    height: 40px;
    font-size: 14px;
  }
}
section.sec-pagejump details .pagejumpContents .btnList li a.black {
  background: #000000;
  color: #fff;
}
section.sec-pagejump details .pagejumpContents .btnList li a.green {
  background: #03693B;
  color: #fff;
}
section.sec-pagejump details .pagejumpContents .btnList li a.orange {
  background: #F4774E;
  color: #fff;
}
section.sec-pagejump details .pagejumpContents .btnList li a.line {
  margin-left: 8px;
  background: #fff;
  border: 2px solid #06C755;
  color: #06C755;
}
@media only screen and (max-width: 1024px) {
  section.sec-pagejump details .pagejumpContents .btnList li a.line {
    margin-left: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-pagejump details .pagejumpContents .btnList li a:hover.orange {
    background: #fff;
    color: #F4774E;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  section.sec-pagejump details .pagejumpContents .btnList li a:hover.line {
    background: #06C755;
    color: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-pagejump details .pagejumpContents .btnList li a:hover.orange {
    background: #fff;
    color: #F4774E;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  section.sec-pagejump details .pagejumpContents .btnList li a:hover.line {
    background: #06C755;
    color: #fff;
  }
}

/*sec-kv
------------------------------------------*/
section.sec-kv {
  position: relative;
}
section.sec-kv .kvWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.sec-kv .kvWrap .kvTxt {
  position: absolute;
  top: 13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvTxt {
    top: 16%;
  }
}
section.sec-kv .kvWrap .kvTxt h2 {
  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;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvTxt h2 {
    gap: 20px;
  }
  section.sec-kv .kvWrap .kvTxt h2 p {
    min-width: 42px;
  }
}
section.sec-kv .kvWrap .kvTxt h2 span {
  display: inline-block;
  padding-inline: 14px;
  padding-block: 6px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  font-size: 47px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  line-height: 1.4;
  white-space: nowrap;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
  background: -webkit-linear-gradient(34deg, rgba(203, 189, 170, 0.8) 0%, rgba(141, 130, 111, 0.8) 32%, rgba(234, 230, 222, 0.8) 65%, rgba(95, 76, 41, 0.8) 100%);
  background: linear-gradient(56deg, rgba(203, 189, 170, 0.8) 0%, rgba(141, 130, 111, 0.8) 32%, rgba(234, 230, 222, 0.8) 65%, rgba(95, 76, 41, 0.8) 100%);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvTxt h2 span {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-kv .kvWrap .kvTxt h2 span {
    font-size: 22px;
  }
}
section.sec-kv .kvWrap .kvImg {
  position: relative;
  width: 100%;
  z-index: 0;
}
section.sec-kv .kvWrap .kvImg .kv {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvImg .kv {
    aspect-ratio: 75/100;
    height: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvImg .kv img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec-kv .kvWrap .kvImg .badge {
  position: absolute;
  max-width: 230px;
  bottom: 32%;
  right: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvImg .badge {
    max-width: 240px;
    right: 10px;
    bottom: 14%;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-kv .kvWrap .kvImg .badge {
    max-width: 120px;
  }
}
section.sec-kv .kvWrap .kvImg .badge .caption {
  margin-left: 55px;
  font-size: 11px;
  font-weight: 500;
  line-height: 140%;
}
@media only screen and (max-width: 1440px) {
  section.sec-kv .kvWrap .kvImg .badge .caption {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-kv .kvWrap .kvImg .badge .caption {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvImg .badge .caption {
    margin-left: 55px;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-kv .kvWrap .kvImg .badge .caption {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-kv .kvWrap .kvImg .badge .caption {
    margin-left: 10px;
    font-size: 10px;
  }
}
section.sec-kv .kvWrap .kvBtn {
  position: absolute;
  top: 52%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1440px) {
  section.sec-kv .kvWrap .kvBtn {
    left: 38%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-kv .kvWrap .kvBtn {
    left: 38%;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-kv .kvWrap .kvBtn {
    top: 52%;
    left: 22%;
  }
}

/*sec-contents-nav
------------------------------------------*/
section.sec-contents-nav {
  padding: 0 40px 168px;
  /* banner_area
  ============================== */
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav {
    padding: 0 20px 84px;
  }
}
section.sec-contents-nav .contentsNavWrap h3 {
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsNavWrap h3 {
    text-align: left;
  }
}
section.sec-contents-nav .contentsNavWrap h3 span {
  font-weight: 500;
  display: inline;
}
section.sec-contents-nav .contentsNavWrap h3 span.jp {
  font-size: 30px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsNavWrap h3 span.jp {
    font-size: 18px;
  }
}
section.sec-contents-nav .contentsNavWrap h3 span.color {
  font-size: 45px;
  color: #f6dd00;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsNavWrap h3 span.color {
    display: block;
    font-size: 24px;
    padding-block: 3px;
  }
}
section.sec-contents-nav .contents_logo {
  width: 100%;
  max-width: 270px;
  margin-inline: auto;
  margin-bottom: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contents_logo {
    max-width: 170px;
    margin-bottom: 20px;
  }
}
section.sec-contents-nav .contentsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList {
    grid-template-columns: 1fr;
    grid-column-gap: 2px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li + li {
    margin-top: 2px;
  }
}
section.sec-contents-nav .contentsList li > a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 28px 30px 22px 34px;
  -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;
  gap: 32px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background: #e0e0e0;
}
@media only screen and (max-width: 1280px) {
  section.sec-contents-nav .contentsList li > a {
    padding: 25px 25px 25px 33px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-contents-nav .contentsList li > a {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a {
    gap: 0;
    padding: 12px;
  }
}
section.sec-contents-nav .contentsList li > a * {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section.sec-contents-nav .contentsList li > a .contentsList_icon {
  position: absolute;
  top: 20px;
  right: 20px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a .contentsList_icon {
    top: 2px;
    right: 2px;
  }
}
section.sec-contents-nav .contentsList li > a dl {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
section.sec-contents-nav .contentsList li > a dl dt,
section.sec-contents-nav .contentsList li > a dl dd p {
  color: #000000;
}
section.sec-contents-nav .contentsList li > a dl dt {
  position: relative;
  font-size: min(1.4935064935vw, 23px);
  font-weight: 500;
  line-height: 120%;
  margin-block: var(--leading-trim);
  padding-bottom: 10px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a dl dt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    font-size: 15px;
    padding-bottom: 0;
  }
}
section.sec-contents-nav .contentsList li > a dl dt .under {
  text-decoration: underline;
  text-underline-offset: 0.5em;
  text-decoration-thickness: 1px;
}
section.sec-contents-nav .contentsList li > a dl dd {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  width: 100%;
  margin-top: 52px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a dl dd {
    display: contents;
  }
}
section.sec-contents-nav .contentsList li > a dl dd p {
  font-family: "Imperial Script", cursive;
  font-size: 70px;
  font-weight: 500;
  line-height: 120%; /* 24px */
  color: #B7B7B7;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a dl dd p {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
    font-size: 36px;
    min-width: 42px;
  }
}
section.sec-contents-nav .contentsList li > a dl dd p .green {
  color: #03693B;
}
section.sec-contents-nav .contentsList li > a dl dd .arrow {
  position: relative;
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  border: 1px solid #000;
  -webkit-box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
          box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a dl dd .arrow {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 34px;
    height: 34px;
  }
}
section.sec-contents-nav .contentsList li > a dl dd .arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(../img/pages/top/arrow.png) no-repeat center center/contain;
  width: 20px;
  height: 20px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contents-nav .contentsList li > a dl dd .arrow::before {
    width: 14px;
    height: 14px;
  }
}
section.sec-contents-nav .contentsList li.yellow > a {
  background: #f6dd00;
}
section.sec-contents-nav .contentsList li.yellow > a dl dt,
section.sec-contents-nav .contentsList li.yellow > a dl dd p,
section.sec-contents-nav .contentsList li.yellow > a dl dd p span {
  color: #fff;
}
section.sec-contents-nav .contentsList li.yellow > a dd .arrow svg path {
  fill: #f6dd00;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-contents-nav .contentsList li.yellow > a:hover {
    background: #fff;
  }
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dt,
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd p,
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd p span {
    color: #f6dd00;
  }
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd .arrow svg rect {
    fill: #f6dd00;
  }
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd .arrow svg path {
    fill: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-contents-nav .contentsList li.yellow > a:hover {
    background: #fff;
  }
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dt,
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd p,
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd p span {
    color: #f6dd00;
  }
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd .arrow svg rect {
    fill: #f6dd00;
  }
  section.sec-contents-nav .contentsList li.yellow > a:hover dl dd .arrow svg path {
    fill: #fff;
  }
}
section.sec-contents-nav .contentsList li.green > a {
  background: #03693B;
}
section.sec-contents-nav .contentsList li.green > a dl dt,
section.sec-contents-nav .contentsList li.green > a dl dd p,
section.sec-contents-nav .contentsList li.green > a dl dd p span {
  color: #fff;
}
section.sec-contents-nav .contentsList li.green > a dd .arrow svg path {
  fill: #03693B;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-contents-nav .contentsList li.green > a:hover {
    background: #fff;
  }
  section.sec-contents-nav .contentsList li.green > a:hover dl dt,
  section.sec-contents-nav .contentsList li.green > a:hover dl dd p,
  section.sec-contents-nav .contentsList li.green > a:hover dl dd p span {
    color: #03693B;
  }
  section.sec-contents-nav .contentsList li.green > a:hover dl dd .arrow svg rect {
    fill: #03693B;
  }
  section.sec-contents-nav .contentsList li.green > a:hover dl dd .arrow svg path {
    fill: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-contents-nav .contentsList li.green > a:hover {
    background: #fff;
  }
  section.sec-contents-nav .contentsList li.green > a:hover dl dt,
  section.sec-contents-nav .contentsList li.green > a:hover dl dd p,
  section.sec-contents-nav .contentsList li.green > a:hover dl dd p span {
    color: #03693B;
  }
  section.sec-contents-nav .contentsList li.green > a:hover dl dd .arrow svg rect {
    fill: #03693B;
  }
  section.sec-contents-nav .contentsList li.green > a:hover dl dd .arrow svg path {
    fill: #fff;
  }
}
section.sec-contents-nav .banner_area {
  margin-top: 23px;
}
section.sec-contents-nav .banner_area a {
  display: block;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.sec-contents-nav .banner_area a:hover {
  opacity: 0.7;
}
section.sec-contents-nav .banner_area img {
  vertical-align: bottom;
}
section.sec-contents-nav .contentsOther {
  position: relative;
  width: calc(100% - 20px);
  margin-inline: auto;
  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: 40px 70px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 24px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 1536px) {
  section.sec-contents-nav .contentsOther {
    gap: 80px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-contents-nav .contentsOther {
    padding: 40px;
    gap: 30px;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-contents-nav .contentsOther {
    padding: 24px 12px 24px 24px;
    gap: 30px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-contents-nav .contentsOther {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-flow: column-reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
    margin-top: 20px;
    padding: 20px;
    gap: 0;
  }
}
section.sec-contents-nav .contentsOther figure {
  width: 665px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  section.sec-contents-nav .contentsOther figure {
    width: 290px;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-contents-nav .contentsOther figure {
    width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-contents-nav .contentsOther figure {
    width: 100%;
  }
}
section.sec-contents-nav .contentsOther p {
  color: #000000;
  font-size: min(1.4935064935vw, 23px);
  font-weight: 500;
  margin-bottom: 38px;
  line-height: 170%; /* 33.6px */
}
@media only screen and (max-width: 767px) {
  section.sec-contents-nav .contentsOther p {
    margin: 16px 0;
    font-size: 16px;
  }
}
section.sec-contents-nav .contentsOther a.linkBtn2 {
  max-width: 220px;
}
@media only screen and (max-width: 767px) {
  section.sec-contents-nav .contentsOther a.linkBtn2 {
    max-width: 100%;
  }
}
section.sec-contents-nav .contentsOther .icon_box01 {
  position: absolute;
  top: -10px;
  left: -8px;
}
section.sec-contents-nav .contentsOther .icon_box02 {
  position: absolute;
  bottom: -13px;
  left: -8px;
}
section.sec-contents-nav .contentsOther .icon_box03 {
  position: absolute;
  top: -10px;
  right: -10px;
}
section.sec-contents-nav .contentsOther .icon_box04 {
  position: absolute;
  bottom: -13px;
  right: -10px;
}

/*nav-scroll
------------------------------------------*/
.navScrollWrapBox .nav-scroll {
  position: -webkit-sticky;
  position: sticky;
  top: 168px;
  left: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding: 40px 30px 32px;
  width: 240px;
  -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;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 99;
}
.navScrollWrapBox .nav-scroll h3,
.navScrollWrapBox .nav-scroll h3 span {
  margin: 0;
  color: #000000;
}
.navScrollWrapBox .nav-scroll .pagejumpContents {
  position: relative;
  width: 100%;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList {
  padding-left: 20px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList ul li {
  margin-block: var(--leading-trim);
}
.navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList ul li + li {
  margin-top: 24px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList ul li a {
  position: relative;
  color: var(--Pale-Green, #9ba49f);
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList ul li a.active {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList ul li a:hover {
    color: #000000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .pagejumpList ul li a:hover {
    color: #000000;
  }
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList {
  margin-top: 24px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li + li {
  margin-top: 8px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a {
  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;
  width: 100%;
  height: 35px;
  border-radius: 5px;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation {
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 248, 170)), color-stop(22%, rgb(188, 174, 22)), color-stop(46%, rgb(240, 239, 233)), color-stop(65%, rgb(191, 165, 17)), color-stop(83%, rgb(255, 220, 21)), to(rgb(186, 159, 6))) border-box;
  background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
  color: #000000;
  -webkit-transition: color 250ms ease, background 250ms ease, -webkit-box-shadow 250ms ease, -webkit-transform 250ms ease;
  transition: color 250ms ease, background 250ms ease, -webkit-box-shadow 250ms ease, -webkit-transform 250ms ease;
  transition: box-shadow 250ms ease, transform 250ms ease, color 250ms ease, background 250ms ease;
  transition: box-shadow 250ms ease, transform 250ms ease, color 250ms ease, background 250ms ease, -webkit-box-shadow 250ms ease, -webkit-transform 250ms ease;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation .icn {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 4px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation .icn svg {
  fill: #000000;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation:hover {
    background: #00FFA9;
    color: #1E2549;
  }
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation:hover .icn svg {
    fill: #1E2549;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation:hover {
    background: #00FFA9;
    color: #1E2549;
  }
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation:hover .icn svg {
    fill: #1E2549;
  }
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation::before {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-transform: translateX(-120%);
          transform: translateX(-120%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.55)), to(rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.55) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffef4), to(#f7f4d8)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 248, 170)), color-stop(22%, rgb(188, 174, 22)), color-stop(46%, rgb(240, 239, 233)), color-stop(65%, rgb(191, 165, 17)), color-stop(83%, rgb(255, 220, 21)), to(rgb(186, 159, 6))) border-box;
    background: -webkit-linear-gradient(#fffef4, #f7f4d8) padding-box, -webkit-linear-gradient(left, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    background: linear-gradient(#fffef4, #f7f4d8) padding-box, linear-gradient(90deg, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    color: #6b5a00;
    -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.gradation:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#fffef4), to(#f7f4d8)) padding-box, -webkit-gradient(linear, left top, right top, from(rgb(255, 248, 170)), color-stop(22%, rgb(188, 174, 22)), color-stop(46%, rgb(240, 239, 233)), color-stop(65%, rgb(191, 165, 17)), color-stop(83%, rgb(255, 220, 21)), to(rgb(186, 159, 6))) border-box;
    background: -webkit-linear-gradient(#fffef4, #f7f4d8) padding-box, -webkit-linear-gradient(left, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    background: linear-gradient(#fffef4, #f7f4d8) padding-box, linear-gradient(90deg, rgb(255, 248, 170) 0%, rgb(188, 174, 22) 22%, rgb(240, 239, 233) 46%, rgb(191, 165, 17) 65%, rgb(255, 220, 21) 83%, rgb(186, 159, 6) 100%) border-box;
    color: #6b5a00;
    -webkit-box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
            box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
  }
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.green {
  border: 2px solid #03693B;
  background: #03693B;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.green:hover {
    background: #fff;
    color: #03693B;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.green:hover {
    background: #fff;
    color: #03693B;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  }
}
.navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.line {
  background: #00b764;
  border: 2px solid #00b764;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.line:hover {
    background: #fff;
    color: #00b764;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a.line:hover {
    background: #fff;
    color: #00b764;
  }
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow {
  position: absolute;
  left: 0;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkNews {
  top: 3px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkAchievements {
  top: 45px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkTripleAppraisal {
  top: 86px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkNewPropertyInfo {
  top: 129px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkSearch {
  top: 170px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkStoreInfo {
  top: 212px;
}
.navScrollWrapBox .nav-scroll .pagejumpContents #nowArrow.navScrollLinkOurStaff {
  top: 254px;
}
@media screen and (max-height: 770px) {
  .navScrollWrapBox .nav-scroll {
    top: 118px;
    padding: 30px 0 30px 32px;
    gap: 22px;
  }
  .navScrollWrapBox .nav-scroll .pagejumpContents .btnList li a {
    height: 30px;
  }
}
.navScrollWrapBox .navScrollWrap {
  position: relative;
  padding-left: 349px;
}
@media only screen and (max-width: 1024px) {
  .navScrollWrapBox .navScrollWrap {
    padding-left: 0;
  }
}

/*sec-news
------------------------------------------*/
section.sec-news {
  padding-bottom: 168px;
}
@media only screen and (max-width: 1024px) {
  section.sec-news {
    margin-left: 20px;
    padding-bottom: 44px;
    border-top: none;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-news h3 {
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 32px;
    padding-top: 24px;
  }
}
section.sec-news .newsListWrap {
  position: relative;
}
section.sec-news .newsListWrap .splide__arrows .splide__arrow {
  top: -130px;
  -webkit-transform: none;
          transform: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.splide__arrow svg {
  fill: #fff !important;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .splide__arrows .splide__arrow {
    top: -84px;
    width: 36px;
    height: 36px;
  }
}
section.sec-news .newsListWrap .splide__arrows .splide__arrow .arrow {
  width: 16px;
  height: 18px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-news .newsListWrap .splide__arrows .splide__arrow:hover {
    background: #000000;
  }
  section.sec-news .newsListWrap .splide__arrows .splide__arrow:hover svg {
    fill: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-news .newsListWrap .splide__arrows .splide__arrow:hover {
    background: #000000;
  }
  section.sec-news .newsListWrap .splide__arrows .splide__arrow:hover svg {
    fill: #fff;
  }
}
section.sec-news .newsListWrap .splide__arrows .splide__arrow--prev {
  left: inherit;
  right: 119px;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .splide__arrows .splide__arrow--prev {
    right: 60px;
  }
}
section.sec-news .newsListWrap .splide__arrows .splide__arrow--next {
  right: 39px;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .splide__arrows .splide__arrow--next {
    right: 20px;
  }
}
section.sec-news .newsListWrap .newsListSlider a .newsImg {
  aspect-ratio: 448/295;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
section.sec-news .newsListWrap .newsListSlider a .newsImg img {
  width: 100%;
  height: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section.sec-news .newsListWrap .newsListSlider a .newsImg .newsBudget {
  position: absolute;
  bottom: 8px;
  right: 8px;
}
section.sec-news .newsListWrap .newsListSlider a .newsImg .newsBudget img {
  width: 95px !important;
  height: auto !important;
}
section.sec-news .newsListWrap .newsListSlider a .newsContents {
  padding: 0 24px;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .newsListSlider a .newsContents {
    padding: 0 16px;
  }
}
section.sec-news .newsListWrap .newsListSlider a .newsContents .newsTitle {
  margin-top: 32px;
  color: #fff;/* 0501黒→白 */
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  line-height: 140%; /* 28px */
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .newsListSlider a .newsContents .newsTitle {
    margin-top: 16px;
    font-size: 12px;
  }
}
section.sec-news .newsListWrap .newsListSlider a .newsContents .newsDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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: 32px;
  padding-top: 16px;
  border-top: 1px solid var(--NICE_green, #007440);
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .newsListSlider a .newsContents .newsDetail {
    margin-top: 16px;
    padding-top: 8px;
  }
}
section.sec-news .newsListWrap .newsListSlider a .newsContents .newsDetail .newsCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-radius: 50px;
  border: 1px solid #04693b;
  background-color: #04693b;
  color: #fff;
  text-align: center;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .newsListSlider a .newsContents .newsDetail .newsCategory {
    font-size: 13px;
  }
}
section.sec-news .newsListWrap .newsListSlider a .newsContents .newsDetail .newsDate {
  color: #fff; /* 0501黒→白 */
  text-align: right;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsListWrap .newsListSlider a .newsContents .newsDetail .newsDate {
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-news .newsListWrap .newsListSlider a:hover .newsImg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-news .newsListWrap .newsListSlider a:hover .newsImg img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
section.sec-news .newsLinkWrap {
  margin-top: 104px;
  padding-top: 64px;
  padding-right: 40px;
  border-top: 1px solid var(--gray, #e4e4e4);
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap {
    margin-top: 50px;
    margin-right: 20px;
    padding-top: 32px;
    padding-right: 0;
  }
}
section.sec-news .newsLinkWrap ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-news .newsLinkWrap ul > li {
  width: 48%;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li + li {
    margin-top: 28px;
  }
}
section.sec-news .newsLinkWrap ul > li > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.sec-news .newsLinkWrap ul > li > a figure {
  width: 305px;
  height: 187px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  aspect-ratio: 305/187;
  border-radius: 5px;
  overflow: hidden;
}
@media only screen and (max-width: 1919px) {
  section.sec-news .newsLinkWrap ul > li > a figure {
    width: 250px;
    height: 154px;
    aspect-ratio: 250/154;
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-news .newsLinkWrap ul > li > a figure {
    width: 200px;
    height: 123px;
    aspect-ratio: 200/123;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-news .newsLinkWrap ul > li > a figure {
    width: 160px;
    height: 98px;
    aspect-ratio: 160/98;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-news .newsLinkWrap ul > li > a figure {
    width: 110px;
    height: 68px;
    aspect-ratio: 110/68;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a figure {
    width: 60px;
    height: 60px;
    aspect-ratio: 1;
    border-radius: 8px;
  }
}
section.sec-news .newsLinkWrap ul > li > a figure img {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a figure img {
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc(100% - 40px - 293px);
  padding-right: 40px;
}
@media only screen and (max-width: 1919px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink {
    width: calc(100% - 40px - 250px);
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink {
    width: calc(100% - 40px - 200px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink {
    width: calc(100% - 20px - 160px);
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink {
    width: calc(100% - 20px - 110px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink {
    width: calc(100% - 60px - 20px);
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media only screen and (max-width: 1440px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink h4 {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink h4 {
    margin-bottom: 0;
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink h4 .jp {
  color: #fff;
  font-size: min(1.4935064935vw, 23px);
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink h4 .jp {
    font-size: 16px;
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink h4 .en {
  font-family: "Sedan", "Noto Serif JP", serif;
  margin-top: 16px;
  color: #7E7E7E;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink h4 .en {
    margin-top: 8px;
    font-size: 11px;
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap {
  width: 110px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap {
    margin-top: 8px;
    width: 72px;
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background: #666;
  overflow: hidden;
}
section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  inset: 0;
  background: #a7a7b9;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap .more {
  margin-left: auto;
  font-family: "Sedan", "Noto Serif JP", serif;
  position: relative;
  color: #fff;
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap .more {
    font-size: 12px;
  }
}
section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 1px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .newsLinkWrap ul > li > a .newsLink .viewmoreWrap .more::after {
    top: 4px;
    width: 5px;
    height: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-news .newsLinkWrap ul > li > a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  section.sec-news .newsLinkWrap ul > li > a:hover .newsLink .viewmoreWrap .line::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  section.sec-news .newsLinkWrap ul > li > a:hover .newsLink .viewmoreWrap .more::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-news .newsLinkWrap ul > li > a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  section.sec-news .newsLinkWrap ul > li > a:hover .newsLink .viewmoreWrap .line::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  section.sec-news .newsLinkWrap ul > li > a:hover .newsLink .viewmoreWrap .more::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
}
section.sec-news .bannerWrap {
  margin-top: 97px;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .bannerWrap {
    margin-right: 20px;
    margin-top: 60px;
  }
}
section.sec-news .bannerWrap ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
}
section.sec-news .bannerWrap ul a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
section.sec-news .bannerWrap ul a:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1024px) {
  section.sec-news .bannerWrap ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
  }
}

/*sec-achievements
------------------------------------------*/
section.sec-achievements {
  padding-top: 104px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements {
    padding: 52px 0 0 20px;
  }
}
section.sec-achievements h3 {
  margin-top: 0;
  padding-top: 48px;
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements h3 {
    padding-top: 24px;
    padding-right: 20px;
  }
}
section.sec-achievements .achievementsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-achievements .achievementsWrap .achievementsTxt {
  width: calc(45% - 50px);
}
@media only screen and (max-width: 1919px) {
  section.sec-achievements .achievementsWrap .achievementsTxt {
    width: calc(45% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsTxt {
    width: 100%;
    padding-right: 20px;
  }
}
section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox {
  width: 86%;
  margin-inline: auto;
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox {
    width: 100%;
  }
}
section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox h4 {
  position: relative;
  color: #000000;
  font-size: min(2.0779220779vw, 32px);
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p {
  color: #000000;
  font-size: min(1.2987012987vw, 20px);
  font-weight: 700;
  line-height: 120%; /* 38.4px */
}
@media only screen and (max-width: 1919px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p {
    font-size: min(1.8181818182vw, 28px);
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p {
    font-size: min(1.6883116883vw, 26px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p {
    font-size: 24px;
  }
}
section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p .num {
  margin-block: var(--leading-trim);
  color: var(--NICE_green, #007440);
  font-size: min(6.2337662338vw, 96px);
  font-weight: 700;
  line-height: 120%;
}
@media only screen and (max-width: 1919px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p .num {
    font-size: min(5.3246753247vw, 82px);
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p .num {
    font-size: min(4.8051948052vw, 74px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p .num {
    line-height: 120%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsBox p .num {
    font-size: 56px;
    line-height: 140%;
  }
}
section.sec-achievements .achievementsWrap .achievementsTxt .achievementsRead {
  width: 86%;
  max-width: 670px;
  margin-inline: auto;
  margin-top: 32px;
  color: #fff;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 34px */
}
@media only screen and (max-width: 1200px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsRead {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsTxt .achievementsRead {
    margin-top: 16px;
    font-size: 14px;
  }
}
section.sec-achievements .achievementsWrap .achievementsImg {
  width: 50%;
  border-top-left-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsImg {
    width: 100%;
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-achievements .achievementsWrap .achievementsImg figure {
    border-bottom-right-radius: 16px;
  }
}

/*sec-strengths
------------------------------------------*/
section.sec-strengths {
  padding-right: 40px;
  padding-bottom: 104px;
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths {
    padding: 56px 20px 52px;
  }
}
section.sec-strengths h3 {
  margin-top: 104px;
  padding-top: 48px;
  /*border-top: 1px solid var(--gray, #e4e4e4);*/
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths h3 {
    margin-top: 0;
    padding-top: 24px;
  }
}
section.sec-strengths h3 .jp {
  color: #fff;
}
section.sec-strengths h3 .en {
  color: #7E7E7E;
}
section.sec-strengths .strengthsWrap .strengthsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  section.sec-strengths .strengthsWrap .strengthsList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-strengths .strengthsWrap .strengthsList > li {
  width: calc(33.3333333333% - 16px);
  padding: 32px 28px 15px 33px;
  background: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
}
@media only screen and (max-width: 1536px) {
  section.sec-strengths .strengthsWrap .strengthsList > li {
    padding: 30px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-strengths .strengthsWrap .strengthsList > li {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .strengthsList > li {
    padding: 24px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-strengths .strengthsWrap .strengthsList > li {
    width: 100%;
    padding: 14px;
    min-height: 86px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-strengths .strengthsWrap .strengthsList > li + li {
    margin-top: 8px;
  }
}
section.sec-strengths .strengthsWrap .strengthsList > li dl {
  height: 100%;
  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;
  row-gap: 23px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl {
    -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: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
  }
}
section.sec-strengths .strengthsWrap .strengthsList > li dl dt,
section.sec-strengths .strengthsWrap .strengthsList > li dl dd {
  line-height: 120%;
}
section.sec-strengths .strengthsWrap .strengthsList > li dl dd {
  font-family: "Imperial Script", cursive;
  font-size: min(4.5454545455vw, 70px);
  font-weight: 500;
  color: #B7B7B7;
  text-align: right;
}
@media only screen and (max-width: 1919px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dd {
    font-size: min(2.5974025974vw, 40px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dd {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dd {
    font-size: 36px;
  }
}
section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
  font-size: min(2.2727272727vw, 35px);
  font-weight: 500;
  color: #03693B;
}
@media only screen and (max-width: 1919px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
    font-size: min(2.2077922078vw, 34px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
    font-size: 25px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
    margin-top: 24px;
    font-size: 19px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
    font-size: 24px;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-strengths .strengthsWrap .strengthsList > li dl dt {
    width: 100%;
    margin-top: 0;
  }
}
section.sec-strengths .strengthsWrap .cap {
  text-align: right;
  margin-top: 8px;
  color: #ccc;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .cap {
    font-size: 12px;
  }
}
section.sec-strengths .strengthsWrap h4 {
  margin-top: 79px;
  color: #fff;
  text-align: center;
  font-size: min(2.2727272727vw, 35px);
  font-weight: 500;
  line-height: 170%; /* 61.2px */
}
@media only screen and (max-width: 1440px) {
  section.sec-strengths .strengthsWrap h4 {
    font-size: min(2.0779220779vw, 32px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap h4 {
    margin-top: 20px;
    font-size: 16px;
  }
}
section.sec-strengths .strengthsWrap .strengthsImg {
  margin-top: 16px;
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .strengthsImg {
    margin-top: 10px;
    padding: 24px;
    background: var(--white, #fff);
  }
}
section.sec-strengths .strengthsWrap .caption {
  margin-top: 16px;
  color: var(--white, #fff);
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-strengths .strengthsWrap .caption {
    margin-top: 10px;
    font-size: 10px;
  }
}

/*sec-contact
------------------------------------------*/
section.sec-contact {
  margin-top: 125px;
  padding-top: 48px;
  padding-right: 40px;
  padding-bottom: 168px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contact {
    margin: 20px 20px 108px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
section.sec-contact h3 {
  margin-top: 0;
}
@media only screen and (max-width: 1024px) {
  section.sec-contact h3 {
    margin-top: 24px;
  }
}
section.sec-contact .contactWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section.sec-contact .contactWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-contact .contactWrap .contactTxt {
  width: calc(50% - 51px);
}
@media only screen and (max-width: 1536px) {
  section.sec-contact .contactWrap .contactTxt {
    width: calc(45% - 40px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-contact .contactWrap .contactTxt {
    width: calc(45% - 25px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-contact .contactWrap .contactTxt {
    width: 100%;
  }
}
section.sec-contact .contactWrap .contactTxt .contactRead {
  color: #fff;
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  line-height: 170%; /* 34px */
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .contactRead {
    font-size: 16px;
  }
}
section.sec-contact .contactWrap .contactTxt .contactTel {
  margin-top: 45px;
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .contactTel {
    margin-top: 16px;
  }
}
section.sec-contact .contactWrap .contactTxt .contactTel a {
  margin: 16px 0;
  color: #f6dd00;
  font-family: "STIX Two Text", serif;
  font-size: min(5.1948051948vw, 80px);
  font-weight: 500;
  line-height: 120%; /* 96px */
}
@media only screen and (max-width: 1919px) {
  section.sec-contact .contactWrap .contactTxt .contactTel a {
    font-size: min(4.025974026vw, 62px);
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-contact .contactWrap .contactTxt .contactTel a {
    font-size: min(3.6363636364vw, 56px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-contact .contactWrap .contactTxt .contactTel a {
    font-size: min(3.3766233766vw, 52px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .contactTel a {
    margin: 8px 0;
    font-size: 48px;
  }
}
section.sec-contact .contactWrap .contactTxt .contactTel p {
  color: #fff;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .contactTel p {
    font-size: 13px;
  }
}
section.sec-contact .contactWrap .contactTxt .contactBtn {
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
}
@media only screen and (max-width: 1200px) {
  section.sec-contact .contactWrap .contactTxt .contactBtn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .contactBtn {
    margin-top: 16px;
  }
}
section.sec-contact .contactWrap .contactTxt .contactBtn a {
  max-width: 220px;
}
@media only screen and (max-width: 1280px) {
  section.sec-contact .contactWrap .contactTxt .contactBtn a {
    width: 100%;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-contact .contactWrap .contactTxt .contactBtn a {
    width: 335px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .contactBtn a {
    width: 100%;
    height: 50px;
    font-size: 14px;
  }
}
section.sec-contact .contactWrap .contactTxt .addressWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 620px;
  padding: 16px 32px;
  -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: 65px;
  border-radius: 5px;
  background: var(--white, #fff);
}
@media only screen and (max-width: 1919px) {
  section.sec-contact .contactWrap .contactTxt .addressWrap {
    padding: 16px 28px;
    gap: 15px;
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-contact .contactWrap .contactTxt .addressWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 50px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-contact .contactWrap .contactTxt .addressWrap {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .addressWrap {
    margin-top: 16px;
    padding: 16px 24px;
    gap: 0;
  }
}
section.sec-contact .contactWrap .contactTxt .addressWrap p {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}
section.sec-contact .contactWrap .contactTxt .addressWrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -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-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-block: var(--leading-trim);
  border-radius: 5px;
  background: #5e6a84;
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  section.sec-contact .contactWrap .contactTxt .addressWrap a {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-contact .contactWrap .contactTxt .addressWrap a {
    width: 90%;
    margin-inline: auto;
  }
}
section.sec-contact .contactWrap .contactMap {
  width: 50%;
  max-width: 750px;
}
@media only screen and (max-width: 1536px) {
  section.sec-contact .contactWrap .contactMap {
    width: calc(55% - 40px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-contact .contactWrap .contactMap {
    width: calc(55% - 25px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-contact .contactWrap .contactMap {
    width: 100%;
    margin-top: 16px;
  }
}
section.sec-contact .contactWrap .contactMap figure {
  overflow: hidden;
}

/*sec-tripleAppraisal・sec-directPurchase
------------------------------------------*/
section.sec-tripleAppraisal,
section.sec-directPurchase {
  padding-right: 40px;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal,
  section.sec-directPurchase {
    padding-bottom: 52px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal,
  section.sec-directPurchase {
    padding: 48px 20px 52px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout,
section.sec-tripleAppraisal .directPurchaseAbout,
section.sec-directPurchase .tripleAppraisalAbout,
section.sec-directPurchase .directPurchaseAbout {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout,
  section.sec-tripleAppraisal .directPurchaseAbout,
  section.sec-directPurchase .tripleAppraisalAbout,
  section.sec-directPurchase .directPurchaseAbout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt {
  width: calc(40% - 33.5px);
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt {
    width: calc(40% - 20px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt {
    display: contents;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 {
  position: relative;
  margin-top: 0px;
  margin-bottom: 44px;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin: 0px 0 32px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .jp,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .jp,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .jp,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .jp,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .jp,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .jp,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .jp,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .jp {
  font-size: min(3.1168831169vw, 48px);
  color: #fff;
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .jp,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .jp,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .jp,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .jp {
    font-size: min(2.5974025974vw, 40px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .jp,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .jp,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .jp,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .jp,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .jp {
    font-size: 21px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .en,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .en,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .en,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .en,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .en,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .en,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .en,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .en {
  color: #7E7E7E;
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn {
  position: absolute;
  top: -25px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 104px;
  height: 104px;
  -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: 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  border-radius: 52px;
  border: 5px solid var(--neon-Green, #00ffa9);
  color: var(--white, #fff);
  text-align: center;
  font-size: min(1.9480519481vw, 30px);
  font-weight: 700;
  line-height: 120%; /* 36px */
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn {
    width: 80px;
    height: 80px;
    font-size: min(1.5584415584vw, 24px);
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn {
    top: -10px;
    width: 65px;
    height: 65px;
    font-size: min(1.2987012987vw, 20px);
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn {
    right: -30px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h3 .freeIcn,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h3 .freeIcn {
    display: none;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h4,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h4,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h4,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h4,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h4,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h4,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h4,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h4 {
  color: #fff;
  font-size: min(1.9480519481vw, 30px);
  font-weight: 500;
  line-height: 140%; /* 44.8px */
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt h4,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt h4,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt h4,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt h4,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt h4,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt h4,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt h4,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt h4 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    font-size: 21px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt .readTxt,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt .readTxt,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt .readTxt,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt .readTxt,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt .readTxt,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt .readTxt,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt .readTxt,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt .readTxt {
  margin-top: 16px;
  color: #fff;
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  line-height: 140%; /* 28px */
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt .readTxt,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt .readTxt,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt .readTxt,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt .readTxt,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt .readTxt,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt .readTxt,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt .readTxt,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt .readTxt {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    margin-top: 16px;
    font-size: 16px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt .linkBtn,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt .linkBtn,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt .linkBtn,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt .linkBtn,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt .linkBtn,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt .linkBtn,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt .linkBtn,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt .linkBtn {
  margin-top: 32px;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt .linkBtn,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt .linkBtn,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt .linkBtn,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt .linkBtn,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt .linkBtn,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt .linkBtn,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt .linkBtn,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt .linkBtn {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    margin-top: 24px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt .caption,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt .caption,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt .caption,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt .caption,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt .caption,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt .caption,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt .caption,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt .caption {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 24px;
  padding-left: 1em;
  color: #ccc;
  font-size: min(0.7142857143vw, 11px);
  font-weight: 500;
  line-height: 140%; /* 15.4px */
  text-indent: -1em;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt .caption,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt .caption,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt .caption,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt .caption,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt .caption,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt .caption,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt .caption,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt .caption {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
        -ms-flex-order: 8;
            order: 8;
    margin-top: 24px;
    font-size: 10px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt a.linkBtn2,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt a.linkBtn2,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt a.linkBtn2,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt a.linkBtn2,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt a.linkBtn2,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt a.linkBtn2,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt a.linkBtn2,
section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt a.linkBtn2 {
  margin-top: 32px;
  max-width: 268px;
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalAboutTxt a.linkBtn2,
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseAboutTxt a.linkBtn2,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalAboutTxt a.linkBtn2,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseAboutTxt a.linkBtn2,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalAboutTxt a.linkBtn2,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseAboutTxt a.linkBtn2,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalAboutTxt a.linkBtn2,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseAboutTxt a.linkBtn2 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    width: 100%;
    max-width: 100%;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail {
  padding-top: 12px;
  width: calc(60% - 33.5px);
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail {
    width: calc(60% - 20px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail {
    display: contents;
    width: 100%;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 8px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol p,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dt,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol p,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol p,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dt,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol p {
  margin-block: var(--leading-trim);
  color: #000000;
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 16px);
  padding: 32px 24px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 5px;
}
@media only screen and (max-width: 1440px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl {
    padding: 80px 20px 57px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl {
    padding: 24px 24px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl {
    width: 100%;
    padding: 24px;
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 16px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dt,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dt {
  margin-top: 12px;
  font-family: "Imperial Script", cursive;
  font-size: min(4.5454545455vw, 70px);
  font-weight: 500;
  text-align: right;
  line-height: 120%; /* 48px */
  color: #B7B7B7;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dt,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dt,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dt {
    margin-top: 0;
    font-size: 48px;
    text-align: left;
    line-height: 1;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt .title,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dt .title,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt .title,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dt .title {
  display: none;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  color: #03693B;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt .title,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dt .title,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dt .title,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dt .title {
    display: block;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd {
  font-size: min(1.9480519481vw, 30px);
  color: #03693B;
  font-weight: 500;
  line-height: 120%; /* 48px */
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd {
    font-size: min(2.0779220779vw, 32px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd .title,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd .title,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd .title,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd .title {
    display: none;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd p,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd p,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd p,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd p {
  margin-top: 21px;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  line-height: 160%; /* 25.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd p,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol dl dd p,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol dl dd p,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol dl dd p {
    margin-top: 0px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ol,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ol,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ol,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ol {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap {
  display: block;
  position: relative;
  margin-top: 29px;
  padding: 20px 61px 20px 150px;
  border-radius: 5px;
  background: var(--white, #fff);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    padding: 24px;
    border-radius: 8px;
    padding-bottom: 10px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap p,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap p,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap p,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap p {
  color: #03693B;
  font-size: min(1.6233766234vw, 25px);
  font-weight: 500;
  line-height: 120%; /* 36px */
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap p,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap p,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap p,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap p {
    font-size: min(1.4935064935vw, 23px);
  }
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap p,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap p,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap p,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap p {
    font-size: 18px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg {
  position: absolute;
  top: 50%;
  right: 130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 225px;
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg {
    right: 20px;
    max-width: 230px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg {
    right: -40px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap .pamphletImg {
    position: inherit;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail .pamphletWrap,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail .pamphletWrap {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul {
    margin-top: 16px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li {
  padding-block: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: 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;
  width: calc(25% - 10px);
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.61);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li {
    width: calc(50% - 1px);
    padding: 16px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li + li,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li + li,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li + li,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li:nth-child(3),
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li:nth-child(3),
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li:nth-child(3),
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li:nth-child(3) {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li:nth-child(n+3),
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li:nth-child(n+3),
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li:nth-child(n+3),
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li figure,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li figure,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li figure,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li figure {
  width: 100%;
  max-width: 100px;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li figure,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li figure,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li figure,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li figure {
    max-width: 128px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li p,
section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li p,
section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li p,
section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li p {
  margin-top: 30px;
  color: #000000;
  text-align: center;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  line-height: 140%; /* 28px */
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul > li p,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul > li p,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul > li p,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul > li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .tripleAppraisalDetail ul,
  section.sec-tripleAppraisal .directPurchaseAbout .tripleAppraisalDetail ul,
  section.sec-directPurchase .tripleAppraisalAbout .tripleAppraisalDetail ul,
  section.sec-directPurchase .directPurchaseAbout .tripleAppraisalDetail ul {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail {
  margin-top: 0;
  width: calc(60% - 33.5px);
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail {
    width: calc(60% - 20px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail {
    display: contents;
    width: 100%;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 8px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(33.3333333333% - 16px);
  padding: 22px 24px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 5px;
}
@media only screen and (max-width: 1440px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li {
    padding: 80px 20px 57px 20px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li {
    padding: 24px 24px 40px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li {
    width: 100%;
    padding: 24px;
    padding-bottom: 30px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dt,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li p,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dt,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dd,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li p,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dt,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li p,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dt,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dd,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li p {
  margin-block: var(--leading-trim);
  color: #000000;
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    row-gap: 16px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dt,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dt,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dt,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dt {
  margin-top: 12px;
  font-family: "Imperial Script", cursive;
  font-size: min(4.5454545455vw, 70px);
  font-weight: 500;
  text-align: right;
  line-height: 120%; /* 48px */
  color: #B7B7B7;
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dt,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dt,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dt,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dt {
    margin-top: 0;
    font-size: 48px;
    text-align: left;
    line-height: 1;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dd,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dd {
  font-size: min(1.9480519481vw, 30px);
  color: #03693B;
  font-weight: 500;
  line-height: 120%; /* 48px */
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dd,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dd {
    font-size: min(2.0779220779vw, 32px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dd,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dd {
    font-size: 24px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd p,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dd p,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd p,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dd p {
  margin-top: 21px;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  line-height: 160%; /* 25.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd p,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol > li dl dd p,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol > li dl dd p,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol > li dl dd p {
    margin-top: 16px;
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ol,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ol,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ol,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ol {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap {
  display: block;
  position: relative;
  margin-top: 29px;
  padding: 20px 61px 20px 150px;
  border-radius: 5px;
  background: var(--white, #fff);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
    padding: 24px;
    border-radius: 8px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap p,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap p,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap p,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap p {
  color: #03693B;
  font-size: min(1.6233766234vw, 25px);
  font-weight: 500;
  line-height: 120%; /* 36px */
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap p,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap p,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap p,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap p {
    font-size: min(1.4935064935vw, 23px);
  }
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap p,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap p,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap p,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap p {
    font-size: 18px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg {
  position: absolute;
  top: 50%;
  right: 130px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 225px;
}
@media only screen and (max-width: 1919px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg {
    right: 20px;
    max-width: 250px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg {
    right: -40px;
    max-width: 200px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap .pamphletImg,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap .pamphletImg {
    position: inherit;
    top: inherit;
    right: inherit;
    -webkit-transform: inherit;
            transform: inherit;
    max-width: 100%;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail .pamphletWrap,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail .pamphletWrap,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail .pamphletWrap {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul {
    margin-top: 16px;
    row-gap: 2px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li {
  padding-block: 94px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: 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;
  width: calc(25% - 10px);
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li {
    width: calc(50% - 1px);
    padding: 16px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li + li,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li + li,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li + li,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li:nth-child(3),
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li:nth-child(3),
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li:nth-child(3),
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li:nth-child(3) {
    border-left: none;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li:nth-child(n+3),
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li:nth-child(n+3),
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li:nth-child(n+3),
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li:nth-child(n+3) {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li figure,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li figure,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li figure,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li figure {
  width: 100%;
  max-width: 150px;
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li figure,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li figure,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li figure,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li figure {
    max-width: 128px;
  }
}
section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li p,
section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li p,
section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li p,
section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li p {
  margin-top: 30px;
  color: #000000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%; /* 28px */
}
@media only screen and (max-width: 1024px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul > li p,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul > li p,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul > li p,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul > li p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-tripleAppraisal .tripleAppraisalAbout .directPurchaseDetail ul,
  section.sec-tripleAppraisal .directPurchaseAbout .directPurchaseDetail ul,
  section.sec-directPurchase .tripleAppraisalAbout .directPurchaseDetail ul,
  section.sec-directPurchase .directPurchaseAbout .directPurchaseDetail ul {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
}

/*sec-newPropertyInfo
------------------------------------------*/
section.sec-newPropertyInfo {
  margin-top: 125px;
  padding-top: 48px;
  padding-right: 40px;
  padding-bottom: 104px;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo {
    margin: 84px 20px;
    padding-top: 24px;
    padding-right: 0;
    padding-bottom: 0;
  }
}
section.sec-newPropertyInfo h3 {
  margin-top: 0;
}
section.sec-newPropertyInfo .newPropertyListWrap {
  position: relative;
}
section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow {
  top: -130px;
  -webkit-transform: none;
          transform: none;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  background: transparent;
  border: 1px solid #fff; /* 0501黒→白 */
  opacity: 1;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow {
    top: -84px;
    width: 36px;
    height: 36px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow svg {
  fill: #000000;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow:hover {
    background: #000000;
  }
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow:hover svg {
    fill: #fff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow:hover {
    background: #000000;
  }
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow:hover svg {
    fill: #fff;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow--prev {
  left: inherit;
  right: 119px;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow--prev {
    right: 60px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow--next {
  right: 39px;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .splide__arrows .splide__arrow--next {
    right: 20px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .imgWrap {
  position: relative;
  overflow: hidden;
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .imgWrap figure{
  aspect-ratio: 4 / 3;
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .imgWrap figure img {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail {
  padding: 16px 24px 24px;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail {
    padding: 8px 16px 16px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .priceText {
  color: #fff; /* 0501黒→白 */
  font-size: min(1.9480519481vw, 30px);
  font-weight: 500;
  line-height: 100%; /* 20px */
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .priceText {
    font-size: 20px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .priceText .num {
  font-family: "STIX Two Text", serif;
  color: #f6dd70; /* 0501緑→黄 */
  font-size: min(3.7662337662vw, 58px);
  font-weight: 500;
  line-height: 100%; /* 40px */
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .priceText .num {
    font-size: 40px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailWrap {
  margin-top: 18px;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailWrap {
    margin-top: 8px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailWrap > p {
  color: #fff; /* 0501黒→白 */
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailWrap > p {
    font-size: 14px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailWrap > p + p {
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailWrap > p + p {
    margin-top: 4px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailTxt {
  display: -webkit-box;
  width: 100%;
  margin-top: 16px;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: #fff; /* 0501黒→白 */
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: 140%; /* 19.6px */
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .detailTxt {
    margin-top: 4px;
    font-size: 12px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 18px;
  margin-bottom: 8px;
  background: var(--NICE_green, #007440);
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .line {
    margin-top: 12px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #00FFA9;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  opacity: 0;
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .more {
  max-width: 110px;
  margin-left: auto;
  font-family: "Sedan", "Noto Serif JP", serif;
  position: relative;
  color: #fff; /* 0501黒→白 */
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .more {
    width: 96px;
    font-size: 16px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  right: 1px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #fff; /* 0501黒→白 */
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a .newPropertiesListDetail .viewmoreWrap .more::after {
    top: 8px;
    width: 6px;
    height: 6px;
  }
}
section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a.is-new .imgWrap::after {
  content: "NEW";
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 4px 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;
  background: #002558;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 37, 88)), to(rgb(3, 105, 59)));
  background: -webkit-linear-gradient(left, rgb(0, 37, 88) 0%, rgb(3, 105, 59) 100%);
  background: linear-gradient(90deg, rgb(0, 37, 88) 0%, rgb(3, 105, 59) 100%);
  color: #fffcba;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 600;
  line-height: 120%; /* 16.8px */
  font-family: "Sedan", "Noto Serif JP", serif;
}
@media only screen and (max-width: 1024px) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a.is-new .imgWrap::after {
    font-size: 12px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a:hover .imgWrap figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-newPropertyInfo .newPropertyListWrap .newPropertyInfoSlider a:hover .imgWrap figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

/*sec-Search
------------------------------------------*/
section.sec-Search {
  padding-top: 108px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search {
    padding-top: 52px;
  }
}
section.sec-Search > h3 {
  margin-top: 0;
  margin-right: 40px;
  margin-left: 349px;
  padding-top: 48px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search > h3 {
    margin: 0 20px 32px;
    padding-top: 24px;
  }
}
section.sec-Search .tabSearchWrap {
  position: relative;
}
section.sec-Search .tabSearchWrap .tabSearchChoice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  position: absolute;
  top: -141px;
  right: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchChoice {
    top: -83px;
    right: 20px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchChoice li {
  width: 177px;
  height: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchChoice li {
    width: 100px;
    height: 46px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchChoice li a {
  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-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  background: var(--white, #fff);
  color: #000000;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchChoice li a {
    font-size: 13px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-Search .tabSearchWrap .tabSearchChoice li a:hover {
    background: var(--neon-Green, #00ffa9);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-Search .tabSearchWrap .tabSearchChoice li a:hover {
    background: var(--neon-Green, #00ffa9);
  }
}
section.sec-Search .tabSearchWrap .tabSearchChoice li.searchCondition {
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border: 3px solid var(--gray, #e4e4e4);
  border-right: none;
}
section.sec-Search .tabSearchWrap .tabSearchChoice li.searchMap {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  border: 3px solid var(--gray, #e4e4e4);
  border-left: none;
}
section.sec-Search .tabSearchWrap .tabSearchChoice li.active a {
  background: var(--dark-gray, #252e31);
  color: var(--white, #fff);
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap {
  margin-left: 349px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap {
    margin-left: 0;
    padding: 0 20px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap h4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
  color: #fff;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  line-height: 120%; /* 21.6px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap h4 {
    font-size: 18px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap h4::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #002558;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 37, 88)), to(rgb(3, 105, 59)));
  background: -webkit-linear-gradient(left, rgb(0, 37, 88) 0%, rgb(3, 105, 59) 100%);
  background: linear-gradient(90deg, rgb(0, 37, 88) 0%, rgb(3, 105, 59) 100%);
  margin-right: 8px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap h4::before {
    margin-right: 8px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap h4 .small {
  margin-left: 4px;
  font-size: min(0.7792207792vw, 12px);
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap h4 .small {
    margin-left: 4px;
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleLeft .areaDetailAccordionBtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  cursor: pointer;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleLeft .areaDetailAccordionBtn .icn {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  background: #03693B;
  border-radius: 36px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleLeft .areaDetailAccordionBtn .icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%) rotate(135deg);
          transform: translate(-50%, -65%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleLeft .areaDetailAccordionBtn .txt {
  font-size: 14px;
  font-weight: 500;
  color: #03693B;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleLeft .areaDetailAccordionBtn.active .icn::before {
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleRight {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    margin-top: 10px;
    padding-right: 15px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleRight.icn_check {
  opacity: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleRight img {
  width: auto !important;
  height: 13px !important;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .titleWrap .titleRight p {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap {
  margin-top: 15px;
  border-radius: 30px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap + .titleWrap {
  margin-top: 50px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap > ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist {
  width: 944px;
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist {
    width: 100%;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  height: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
  margin-bottom: 8px;
  border-radius: 5px;
  border: 1px solid #fff; /* 0501黒→白 */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li {
    width: 100%;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li:last-child {
    margin-right: 8px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li:hover {
    background: #999;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li:hover {
    background: #d0d0d3;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li.active {
  border-radius: 4px;
  /*background: var(--emerald-green2, #ebfbf9);*/
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li:first-child .typeCheckboxLabel {
  margin-left: 15px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li:first-child .typeCheckboxLabel {
    margin-left: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  padding: 17px 20px 19px 20px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox {
    padding-left: 40px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox.mapSearch {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 40px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox.mapSearch .typeCheckboxLabel {
  margin-left: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 28px;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxLabel {
    font-size: 16px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxLabel::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: #fff;
  border: 1px solid #000000;
  border: 1px solid #B7B7B7;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.78);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.78);
  border-radius: 2px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .marker {
  width: 15px;
  height: 20px;
  margin-right: 8px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxInput {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxInput:checked + .typeCheckboxLabel {
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxInput:checked + .typeCheckboxLabel {
    font-size: 16px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.typeWrap > ul.checklist > li .typeCheckbox .typeCheckboxInput:checked + .typeCheckboxLabel::before {
  content: url("../img/pages/top/icn_checkbox_check.svg");
  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;
  border: 3px solid #03693B;
  line-height: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap {
  padding: 10px 50px;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap {
    padding: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li {
  width: 100%;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li + li {
  border-top: 2px solid #B7B7B7;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dt {
  width: 120px;
  padding: 25px 0;
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dt {
    width: 100%;
    padding: 5px 0;
    background: #ececec;
    text-align: center;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd {
  width: calc(100% - 120px);
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd {
    width: 100%;
    padding: 10px 15px 15px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist li {
    width: 50%;
    margin-top: 8px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist li + li {
  margin-left: 25px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist li + li {
    margin-left: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox {
  position: relative;
  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;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 35px;
  font-size: 16px;
  font-weight: 500;
  color: #03693B;
  text-decoration: underline;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxLabel {
    padding-left: 30px;
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxLabel .small {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxLabel .small {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 15px;
  background: #fff;
  border: 3px solid #03693B;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxInput {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox .typeCheckboxInput:checked + .typeCheckboxLabel::before {
  content: url("../img/elements/icn_check.svg");
  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;
  margin-right: 15px;
  background: #03693B;
  border: 3px solid #03693B;
  border-radius: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox.disable {
  pointer-events: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaWrap .areaList > li > dl dd .checklist .typeCheckbox.disable .typeCheckboxLabel {
  color: rgba(153, 153, 153, 0.5);
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap {
  display: none;
  padding: 40px 50px;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap {
    padding: 25px 15px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist li {
  margin: 0 12px 10px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox {
  position: relative;
  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;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox .typeCheckboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 35px;
  font-size: 14px;
  font-weight: 500;
  color: #03693B;
  text-decoration: underline;
  cursor: pointer;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox .typeCheckboxLabel .small {
  font-size: 13px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox .typeCheckboxLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border: 3px solid #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox .typeCheckboxInput {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox .typeCheckboxInput:checked + .typeCheckboxLabel::before {
  content: url("../img/elements/icn_check.svg");
  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;
  background: #03693B;
  border: 3px solid #03693B;
  border-radius: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox.disable {
  pointer-events: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents .conditionalSelectionWrap .typeWrap.areaDetailWrap .checklist .typeCheckbox.disable .typeCheckboxLabel {
  color: rgba(153, 153, 153, 0.5);
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents .titleWrap h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch {
  margin-top: 40px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-left: 349px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal {
    margin: 0 20px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li {
  width: 235px;
  height: 60px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  cursor: pointer;
  overflow: hidden;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li {
    width: 225px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li {
    width: 205px;
  }
}
@media only screen and (max-width: 1280px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li {
    width: 205px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li {
    width: calc(25% - 6px);
    height: 50px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li + li {
  margin-left: 8px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a {
  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;
  width: 100%;
  height: 100%;
  background: rgba(1, 116, 64, 0.57);
  background: #68AA8C;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a {
    font-size: 13px;
  }
}
@media only screen and (max-width: 375px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li.active a {
  background: #03693B;
  color: #fff;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a::before {
  margin-right: 5px;
  font-size: 24px;
  font-family: "Material Symbols Outlined";
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a::before {
    margin-right: 4px;
    font-size: 20px;
  }
}
@media only screen and (max-width: 375px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li a::before {
    margin-right: 2px;
    font-size: 19px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(1) a::before {
  content: url("../img/pages/kaitai/icn_area_w.svg");
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(1) a::before {
    content: url("../img/pages/kaitai/icn_area_w.svg");
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(1).active a::before {
  content: url("../img/pages/kaitai/icn_area_w.svg");
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(1).active a::before {
    content: url("../img/pages/kaitai/icn_area_w.svg");
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(2) a::before {
  content: "\e570";
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(2) a::before {
    margin-right: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(3) a::before {
  content: "\e425";
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(3) a::before {
    margin-right: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .horizontal > li:nth-of-type(4) a::before {
  content: "\e3c9";
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents {
  padding: 80px 0 50px;
  background: none; /* 0501緑→無し */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents {
    padding: 8px 0 24px;
    border-radius: 16px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 349px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    padding: 0;
    border-radius: 16px;
    overflow: hidden;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft {
  width: 53%;
  padding: 32px 12px 32px 32px;
  height: 545px;
  background: #fff;
  border-radius: 16px !important;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft {
    padding: 24px 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft {
    width: 100%;
    height: inherit;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap {
  width: 100%;
  height: 100%;
  padding-right: 20px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #03693B #fff;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap {
    padding: 0px 15px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap::-webkit-scrollbar-thumb {
  background: #03693B;
  border-radius: 10px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .checkTxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .checkTxt img {
  width: 20px !important;
  height: auto;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .checkTxt p {
  margin-left: 4px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 400;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox {
  margin-top: 25px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox {
    margin-top: 18px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox h4 {
  font-size: 16px;
  font-weight: 500;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox .checkboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 35px;
  font-size: 13px;
  font-weight: 500;
  color: #03693B;
  text-decoration: underline;
  cursor: pointer;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox .checkboxLabel .small {
  font-size: 13px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox .checkboxLabel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: #fff;
  border: 3px solid #efefef;
  border: 3px solid #03693B;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox.nocheckbox .checkboxLabel {
  padding-left:0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox.nocheckbox .checkboxLabel::before {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox .checkboxInput {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox .checkboxInput:checked + .checkboxLabel::before {
  content: url("../img/pages/top/icn_checkbox_check.svg");
  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;
  margin-right: 15px;
  background: #03693B;
  border: 3px solid #03693B;
  border-radius: 3px;
  line-height: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox.disable {
  pointer-events: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .checkbox.disable .checkboxLabel {
  color: rgba(153, 153, 153, 0.5);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap {
  margin-top: 10px;
  padding: 20px 0;
  border-top: 2px solid #E6E6E6;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap {
    margin-top: 16px;
    padding: 0;
    border-top: none;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .checkbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  cursor: pointer;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .checkbox .checkboxLabel {
  font-size: 16px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .clickTxtWrap {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .clickTxtWrap .clickTxt {
  margin-right: 10px;
  font-size: 13px;
  font-weight: 500;
  color: #03693B;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .clickTxtWrap .icn {
  position: relative;
  width: 15px;
  height: 15px;
  display: block;
  -webkit-transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  will-change: transform;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .clickTxtWrap .icn::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background: #03693B;
  display: block;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .clickTxtWrap .icn::after {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 100%;
  background: #03693B;
  display: block;
  -webkit-transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap.active .clickTxtWrap .icn::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap {
  display: none;
  margin-top: 24px;
  padding: 24px;
  border-radius: 8px;
  background: var(--light-gray, #f6f6f6);
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap {
    margin-top: 0;
    padding: 0;
    background: none;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
  width: 25%;
  padding: 8px 0;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
    width: 50%;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
    width: 50%;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li .checkbox {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li .checkbox .checkboxLabel {
  padding-left: 30px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(n+5) {
  margin-top: 8px;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(n+4) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(n+3) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(2), section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li:nth-child(3) {
    margin-top: 8px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap.disable {
  pointer-events: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap.disable .checkbox .checkboxLabel {
  color: rgba(153, 153, 153, 0.5);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight {
  width: 43%;
  border-radius: 15px !important;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight {
    width: calc(100% - 40px);
    margin-top: 15px;
    border-radius: 0 !important;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight {
    width: 100%;
    border-radius: 0 !important;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  height: 70px;
  padding: 20px 30px 15px;
  background: #E9E9ED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle {
    border-radius: 15px;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle {
    margin: 25px 20px 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleLeft .icn {
  width: 20px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleLeft p {
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleLeft p {
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleRight {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: calc(100% - 88px - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 88px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleRight .icn {
  position: relative;
  display: block;
  width: 36px;
  height: 36px;
  background: #03693B;
  border-radius: 36px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleRight .icn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%) rotate(135deg);
          transform: translate(-50%, -65%) rotate(135deg);
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleRight .txt {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle .accordionTitleRight .txt {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionTitle.active .accordionTitleRight .icn::before {
  -webkit-transform: translate(-50%, -30%) rotate(-45deg);
          transform: translate(-50%, -30%) rotate(-45deg);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail {
  height: 475px;
  padding: 20px 10px;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail {
    border-radius: 16px;
    overflow: hidden;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail {
    margin: 0 20px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox {
  height: 100%;
  padding: 0 20px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #03693B #fff;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox {
    padding: 0 15px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox::-webkit-scrollbar-thumb {
  background: #03693B;
  border-radius: 10px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownClear {
  font-size: 14px;
  font-weight: 500;
  color: #03693B;
  text-align: right;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownClear {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownFormCenter {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownFormCenter {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #B7B7B7;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li {
  width: 100%;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #B7B7B7;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dt {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dt {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dt {
    width: 60px;
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  width: calc(100% - 70px);
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd {
    width: calc(100% - 70px);
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li {
  width: 50%;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li:nth-child(n+3) {
  margin-top: 15px;
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li {
    width: 100%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li {
    width: 50%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li {
    width: 100%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li:nth-child(2) {
    margin-top: 10px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
  width: 33.3333333333%;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(n+4) {
  margin-top: 15px;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
    width: 50%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(n+3) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1280px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
    width: 100%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(n+2) {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
    width: 33.3333333333%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(2), section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(3) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
    width: 50%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(3) {
    margin-top: 10px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
  position: relative;
  width: calc(50% - 40px);
  height: 40px;
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1280px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm.dropdownFormColumn2 {
    width: calc(50% - 10px);
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm::before {
  border-bottom: 4.5px solid #000000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4.5px solid #000000;
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm .dropdownFormCenter {
  width: 40px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm .selectWrap {
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 15px;
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm .selectWrap::-ms-expand {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel .small {
  font-size: 13px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border: 3px solid #03693B;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxInput {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxInput:checked + .checkboxLabel::before {
  content: url("../img/pages/top/icn_checkbox_check.svg");
  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;
  margin-right: 15px;
  background: #03693B;
  border: 3px solid #03693B;
  border-radius: 3px;
  line-height: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox.disable {
  pointer-events: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchRight .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox.disable .checkboxLabel {
  color: rgba(153, 153, 153, 0.5);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap {
  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;
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap {
    margin-top: 25px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn {
  font-family: "Noto Serif JP", serif;
  position: relative;
  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;
  width: 240px;
  height: 60px;
  background-color: #015735;
  border-radius: 60px;
  border: none;
  border: 1px solid #fff;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn {
    width: calc(100% - 40px);
    max-width: 360px;
    height: 60px;
    border-width: 2px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn {
    max-width: inherit;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn svg {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: auto;
  fill: #fff;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn .small {
  font-size: 13px;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn:hover {
    background-color: #00FFA9;
    color: #1E2549;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn:hover svg {
    fill: #1E2549;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn:hover {
    background-color: #00FFA9;
    color: #1E2549;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap .submitWrap .submitBtn:hover svg {
    fill: #1E2549;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .stationTxt {
  font-size: 16px;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .stationTxt {
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .stationTxt .small {
  margin-top: 15px;
  font-size: 12px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .stationTxt .small {
    margin-top: 10px;
    font-size: 11px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionTitleWrap {
  cursor: pointer;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap {
  padding: 0;
  background: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
  width: 100%;
  padding: 20px;
  background: #E6E6E6;
}
@media only screen and (max-width: 991px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li {
    padding: 15px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li + li {
  margin-top: 3px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dt {
  width: 100px;
  font-size: 14px;
  font-weight: 500;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 100px);
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .search {
  width: 295px;
  height: 60px;
  padding: 15px 30px;
  background: #fff;
  border: none;
  border-radius: 60px;
  outline: none;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .search {
    width: calc(100% - 60px);
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .search {
    width: 100%;
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .search {
    width: 295px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .search {
    width: calc(100% - 55px);
    height: 40px;
    margin-bottom: 0;
    padding: 15px 20px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd p {
  margin-left: 10px;
  font-size: 15px;
  font-weight: 500;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm {
  position: relative;
  width: calc(50% - 40px);
  height: 40px;
}
@media only screen and (max-width: 1440px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 1280px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm {
    width: calc(50% - 40px);
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm {
    width: calc(100% - 55px);
    min-width: 120px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm::before {
  border-bottom: 4.5px solid #000000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4.5px solid #000000;
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm .selectWrap {
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 15px;
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-time .searchLeft .searchDetailBox .accordionWrap .accordionDetailWrap .accordionDetail > li > dl dd .dropdownForm .selectWrap::-ms-expand {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-gakku .accordionDetail > li {
  width: 50%;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-gakku .accordionDetail > li:nth-child(n+3) {
  margin-top: 15px;
}
@media only screen and (max-width: 1200px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-gakku .accordionDetail > li {
    width: 100%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-gakku .accordionDetail > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-gakku .accordionDetail > li {
    width: 50%;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents#tab-gakku .accordionDetail > li:nth-child(2) {
    margin-top: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap.typeWrap > ul > li .typeCheckbox .typeCheckboxLabel {
  margin-left: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap.typeWrap > ul > li .typeCheckbox .typeCheckboxLabel::before {
  left: inherit;
  right: 20px;
  border: none;
  background: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap.typeWrap > ul > li .typeCheckbox .typeCheckboxInput {
  display: none;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap.typeWrap > ul > li .typeCheckbox .typeCheckboxInput:checked + .typeCheckboxLabel::before {
  content: url("../img/pages/top/icn_check.svg");
  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;
  margin-right: 0;
  line-height: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap {
  width: calc(100% - 944px - 8px);
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li {
  width: 220px;
  height: 60px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li {
    width: 100%;
    max-width: 335px;
    height: 54px;
  }
}
@media only screen and (max-width: 1536px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li + li {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li + li {
    margin-top: 8px;
    margin-left: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a {
  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;
  width: 100%;
  height: 100%;
  border-radius: 29px;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a .btnText {
  text-align: center;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a .btnText {
    font-size: 16px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a .icn {
  margin-right: 8px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a.propertyBtn {
  background: #000000;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a.propertyBtn .icn svg {
  fill: var(--white, #fff);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a.propertyBtn .btnText {
  color: var(--white, #fff);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a.narrowdownBtn {
  border: 2px solid var(--NICE_green, #007440);
  background: var(--white, #fff);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a.narrowdownBtn .icn svg {
  fill: #000000;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a.narrowdownBtn .btnText {
  color: #000000;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.propertyBtn, section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.narrowdownBtn {
    background: var(--neon-Green, #00ffa9);
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.propertyBtn .icn svg, section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.narrowdownBtn .icn svg {
    fill: #000000;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.propertyBtn .btnText, section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.narrowdownBtn .btnText {
    color: #000000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.propertyBtn, section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.narrowdownBtn {
    background: var(--neon-Green, #00ffa9);
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.propertyBtn .icn svg, section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.narrowdownBtn .icn svg {
    fill: #000000;
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.propertyBtn .btnText, section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .typeWrap .btnWrap > li a:hover.narrowdownBtn .btnText {
    color: #000000;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap {
  margin-top: 39px;
  margin-left: 349px;
  padding-right: 40px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap {
    margin: 16px 20px 0;
    padding-right: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap {
  border-radius: 16px;
  overflow: hidden;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .gm-style .gm-style-iw-c {
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .gm-style .gm-style-iw-c,
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .gm-style .gm-style-iw-d {
  padding: 0 !important;
  overflow: auto !important;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 32px 24px;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail {
    padding: 0 8px 16px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .imgWrap {
  width: 250px;
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .imgWrap {
    width: 100%;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .imgWrap figure img {
  width: auto;
  aspect-ratio: 50/33;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap {
  width: calc(100% - 250px - 32px);
}
@media only screen and (max-width: 767px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap {
    width: 100%;
    margin-top: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .nameText {
  color: #000000;
  font-size: min(1.1688311688vw, 18px);
  font-weight: 700;
  line-height: 120%; /* 21.6px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .nameText {
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .priceText {
  margin-top: 16px;
  color: #000000;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 100%; /* 16px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .priceText {
    font-size: 16px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .priceText span {
  color: var(--NICE_green, #007440);
  font-size: min(2.0779220779vw, 32px);
  font-weight: 600;
  line-height: 100%; /* 32px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .priceText span {
    font-size: 22px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail {
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid var(--gray, #e4e4e4);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dt,
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dd {
  font-size: min(0.7792207792vw, 12px);
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dt,
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dd {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dt {
  position: relative;
  width: 5em;
  color: var(--Pale-Green, #9ba49f);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dt::after {
  content: "：";
  display: inline;
  position: absolute;
  right: 0;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dd {
  color: #000000;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dd .num {
  font-size: min(1.1688311688vw, 18px);
  font-weight: 600;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl dd .num {
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .propertyDetail dl + dl {
  margin-top: 6px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 40px;
  -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;
  margin-block: var(--leading-trim);
  border-radius: 20px;
  color: var(--white, #fff);
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a {
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a.requestBtn {
  background: var(--NICE_green, #007440);
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a.detailBtn {
  margin-left: 8px;
  background: #000000;
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a.detailBtn {
    margin-top: 8px;
    margin-left: 0;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a .btnText {
  color: var(--white, #fff);
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a:hover {
    background: var(--white, #fff);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a:hover.requestBtn .btnText {
    color: var(--NICE_green, #007440);
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a:hover.detailBtn .btnText {
    color: #000000;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a:hover {
    background: var(--white, #fff);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a:hover.requestBtn .btnText {
    color: var(--NICE_green, #007440);
  }
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .textWrap .btnWrap > a:hover.detailBtn .btnText {
    color: #000000;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .detailTxt {
  margin-top: 16px;
  width: 100%;
  overflow: hidden;
  color: #000000;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 400;
  line-height: 140%; /* 19.6px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .detailTxt {
    font-size: 14px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
  margin-top: 12px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .tab > li a {
  color: var(--NICE_green, #007440);
  font-size: min(0.7792207792vw, 12px);
  font-weight: 500;
  line-height: 120%; /* 14.4px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .tab > li a {
    font-size: 12px;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .tab > li + li {
  margin-left: 8px;
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .update,
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .caption {
  width: 100%;
  color: var(--Pale-Green, #9ba49f);
  font-size: min(0.7792207792vw, 12px);
  font-weight: 400;
  text-align: right;
  line-height: 140%; /* 16.8px */
}
@media only screen and (max-width: 1024px) {
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .update,
  section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .caption {
    font-size: 12px;
    text-align: left;
  }
}
section.sec-Search .tabSearchWrap .tabSearchContents#searchMap .gmapWrap .gmap .newPropertiesListDetail .update {
  margin-top: 8px;
}

/*modaal-inner-wrapper（地図から探す＞条件絞り込み）
------------------------------------------*/
.modaal-content-container {
  padding-bottom: 50px !important;
}

.modaal-inner-wrapper .modaal-container {
  border-radius: 15px;
  overflow: hidden;
}
.modaal-inner-wrapper .accordionDetail {
  height: 510px;
  padding: 20px 10px;
  background: #fff;
}
@media only screen and (max-width: 991px) {
  .modaal-inner-wrapper .accordionDetail {
    margin: 0;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox {
  height: 100%;
  padding: 0 20px;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #03693B #fff;
}
@media only screen and (max-width: 991px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox {
    padding: 0 15px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox::-webkit-scrollbar {
  width: 7px;
  background: #fff;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox::-webkit-scrollbar-thumb {
  background: #03693B;
  border-radius: 10px;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownClear {
  font-size: 14px;
  font-weight: 500;
  color: #03693B;
  text-align: right;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownClear {
    font-size: 12px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownFormCenter {
  font-size: 18px;
  font-weight: 500;
  color: #000000;
}
@media only screen and (max-width: 991px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownFormCenter {
    font-size: 12px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList {
  margin-top: 5px;
  padding-top: 15px;
  border-top: 1px solid #B7B7B7;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li {
  width: 100%;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li + li {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #B7B7B7;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dt {
  width: 70px;
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dt {
    width: 60px;
    font-size: 12px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
  width: calc(100% - 70px);
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  width: 100%;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li {
  width: 50%;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li:nth-child(n+3) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li {
    width: 100%;
  }
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn2 > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
  width: 33.3333333333%;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(n+4) {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li {
    width: 100%;
  }
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checklist.checklistColumn3 > li:nth-child(n+2) {
    margin-top: 15px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
  position: relative;
  width: calc(50% - 40px);
  height: 40px;
}
@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm.dropdownFormColumn2 {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 375px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm.dropdownFormColumn2 {
    width: 100%;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm::before {
  border-bottom: 4.5px solid #000000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm::after {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4.5px solid #000000;
  content: "";
  position: absolute;
  top: calc(50% + 4px);
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm .dropdownFormCenter {
  width: 40px;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm .selectWrap {
  width: 100%;
  height: 100%;
  padding: 5px 5px 5px 15px;
  border: 1px solid #B7B7B7;
  border-radius: 6px;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .dropdownForm .selectWrap::-ms-expand {
  display: none;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 30px;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
}
@media only screen and (max-width: 991px) {
  .modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel {
    font-size: 12px;
  }
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel .small {
  font-size: 13px;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxLabel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background: #fff;
  border: 3px solid #efefef;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 3px;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxInput {
  display: none;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox .checkboxInput:checked + .checkboxLabel::before {
  content: url("../img/elements/icn_check.svg");
  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;
  margin-right: 15px;
  background: #03693B;
  border: 3px solid #03693B;
  border-radius: 3px;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox.disable {
  pointer-events: none;
}
.modaal-inner-wrapper .accordionDetail .accordionDetailBox .dropdownList > li dl dd .checkbox.disable .checkboxLabel {
  color: rgba(153, 153, 153, 0.5);
}
.modaal-inner-wrapper .searchBtn2 {
  position: absolute;
  bottom: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #36663a;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  border-radius: 60px;
  width: 220px;
  height: 50px;
  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;
  text-align: center;
}

/*sec-storeInfo
------------------------------------------*/
section.sec-storeInfo {
  margin-top: 168px;
  margin-right: 40px;
  margin-bottom: 104px;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo {
    margin: 52px 20px 52px;
  }
}
section.sec-storeInfo h3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-storeInfo h3 .storeInfoTitle {
  display: block;
}
section.sec-storeInfo h3 .storeInfoTxt {
  display: block;
  margin-top: 3px;
  margin-left: 63px;
  color: #000000;
  font-size: min(1.5584415584vw, 24px);
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo h3 .storeInfoTxt {
    margin-top: 32px;
    margin-left: 0;
    font-size: 21px;
  }
}
section.sec-storeInfo .storeInfoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(64% - 40px);
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    margin-top: 32px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderMain {
  width: calc(80% - 8px);
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderMain {
    width: 100%;
    aspect-ratio: 335.74/224;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderMain .splide__slide {
  border-radius: 8px;
  overflow: hidden;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderMain .splide__slide figure,
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderMain .splide__slide figure img {
  width: 100% !important;
  height: 100% !important;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderMain .splide__slide figure img {
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb {
  width: calc(20% - 8px);
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb {
    width: 100%;
    margin-top: 8px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb .splide__track .splide__list {
  -webkit-transform: none !important;
          transform: none !important;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb .splide__track .splide__list .splide__slide {
  border: none;
  background: #000;
  border-radius: 8px;
  overflow: hidden;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb .splide__track .splide__list .splide__slide figure {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
  height: 100% !important;
  opacity: 0.4;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb .splide__track .splide__list .splide__slide figure img {
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-storeInfo .storeInfoWrap .storeInfoSliderWrap .storeInfoSliderThumb .splide__track .splide__list .splide__slide.is-active figure {
  opacity: 1;
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail {
  width: calc(36% - 20px);
  margin-left: 40px;
}
@media only screen and (max-width: 1440px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail {
    width: 40%;
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-left: 0;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail h4 {
  color: #fff;
  font-size: min(1.9480519481vw, 30px);
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail h4 {
    font-size: 21px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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: 22px;
  padding: 16px 32px;
  border-radius: 8px;
  background: var(--white, #fff);
}
@media only screen and (max-width: 1200px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 16px;
    padding: 16px 24px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress p {
  font-family: "Noto Sans JP", sans-serif;
  width: calc(100% - 139px - 10px);
  color: #000000;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 767px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress p {
    width: 100%;
    font-size: 13px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress .linkBtn {
  width: 140px;
  height: 40px;
  margin-block: var(--leading-trim);
  border-radius: 5px;
  background: #5e6a84;
  color: var(--white, #fff);
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 1200px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress .linkBtn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 120px;
    height: 40px;
    margin-top: 10px;
    padding: 15px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress .linkBtn {
    width: 90%;
    margin-inline: auto;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .storeAddress .linkBtn::before {
  display: none;
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap {
  margin-top: 18px;
  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;
  padding-inline: 32px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}
@media only screen and (max-width: 767px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    padding-inline: 0px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 767px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap p {
    font-size: 15px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap .linkBtn2 {
  width: 184px;
  height: 44px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap .linkBtn2 {
    font-size: 14px;
    height: 36px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap .linkBtn2 .btn_arrow {
  width: 18px;
}
@media only screen and (max-width: 767px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap .linkBtn2 .btn_arrow {
    width: 15px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactmovieWrap .linkBtn2 .linkBtn2_wrap {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactWrap {
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactWrap {
    margin-top: 16px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactWrap .tel {
  font-family: "STIX Two Text", serif;
  color: #f6dd00;
  font-size: min(3.5714285714vw, 55px);
  font-weight: 500;
  line-height: 100%; /* 48px */
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactWrap .tel {
    font-size: 36px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactWrap .businessHours {
  margin-top: 0px;
  color: #fff;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 140%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .contactWrap .businessHours {
    margin-top: 8px;
    font-size: 13px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 18px;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap {
    margin-top: 12px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2 {
  width: 154px;
  height: 40px;
  margin-right: 16px;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: 1;
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2 .btn_arrow {
  width: 12px;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2 {
    margin-right: 8px;
    font-size: 14px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2::before {
  display: none;
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:last-child {
  margin-right: 0;
}
@media (hover: hover) and (pointer: fine) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:hover.orange {
    color: #F4774E;
  }
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:hover.green {
    color: #03693B;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:hover {
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
  }
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:hover.orange {
    color: #F4774E;
  }
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .btnWrap .linkBtn2:hover.green {
    color: #03693B;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .tagList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .tagList {
    margin-top: 16px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .tagList > li {
  font-family: "Noto Sans JP", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px 8px 0;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-radius: 2px;
  border: 1px solid #fff;
  margin-right: 8px;
  margin-bottom: 4px;
  color: #fff;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: 170%; /* 23.8px */
}
@media only screen and (max-width: 1024px) {
  section.sec-storeInfo .storeInfoWrap .storeInfoDetail .tagList > li {
    margin-right: 4px;
    font-size: 14px;
  }
}
section.sec-storeInfo .storeInfoWrap .storeInfoDetail .tagList > li:last-child {
  margin-right: 0;
}

/*sec-ourStaff
------------------------------------------*/
section.sec-ourStaff {
  padding-top: 136px;
  margin-right: 40px;
  padding-bottom: 170px;
  /*border-top: 1px solid var(--gray, #e4e4e4);*/
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff {
    margin: 0 20px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
section.sec-ourStaff h3 {
  margin-top: 0;
}
section.sec-ourStaff .ourStaffRead {
  color: #fff;
  font-size: min(1.9480519481vw, 30px);
  font-weight: 500;
  line-height: 160%; /* 38.4px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffRead {
    font-size: 17px;
    text-align: left;
  }
}
section.sec-ourStaff .staffList {
  margin-top: 64px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList {
    margin: 32px 0 14px;
  }
}
section.sec-ourStaff .staffList > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  background: rgba(0, 0, 0, 0.3); /* 0501白→黒 */
  border: 14px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    border-radius: 8px;
  }
}
section.sec-ourStaff .staffList > li + li {
  margin-top: 24px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li + li {
    margin-top: 8px;
  }
}
section.sec-ourStaff .staffList > li .photo {
  width: 336px;
  padding: 20px 40px 20px 30px;
}
@media only screen and (max-width: 1440px) {
  section.sec-ourStaff .staffList > li .photo {
    width: 230px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-ourStaff .staffList > li .photo {
    width: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -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: 16px;
    width: 100%;
    max-width: 400px;
  }
}
section.sec-ourStaff .staffList > li .photo figure {
  border-radius: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .photo figure {
    width: 55%;
  }
}
section.sec-ourStaff .staffList > li .photo figure img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
section.sec-ourStaff .staffList > li .photo .nameBox {
  position: relative;
  margin-top: 16px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .photo .nameBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row 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;
    gap: 8px;
    width: calc(45% - 16px);
    margin-top: 0;
  }
}
section.sec-ourStaff .staffList > li .photo .nameBox .position {
  position: absolute;
  left: 16px;
  bottom: 0px;
  color: var(--NICE_green, #f6dd00); /* 0501緑→黄 */
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .photo .nameBox .position {
    position: inherit;
    left: inherit;
    bottom: inherit;
    font-size: 14px;
  }
}
section.sec-ourStaff .staffList > li .photo .nameBox .name {
  color: #fff; /* 0501黒→白 */
  text-align: center;
  font-size: min(1.9480519481vw, 30px);
  font-weight: 500;
  line-height: 120%; /* 38.4px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .photo .nameBox .name {
    font-size: 21px;
  }
}
section.sec-ourStaff .staffList > li .text {
  width: calc(100% - 336px - 380px);
  padding: 20px 40px;
  border-left: 1px solid #b7b7b7;
}
@media only screen and (max-width: 1919px) {
  section.sec-ourStaff .staffList > li .text {
    padding: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-ourStaff .staffList > li .text {
    width: calc(100% - 230px - 250px - 72px);
    margin: 10px 18px;
    padding: 18px 0 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-ourStaff .staffList > li .text {
    width: calc(100% - 150px - 150px - 36px);
    margin: 10px 0;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .text {
    width: calc(100% - 36px);
    margin: 10px auto;
    padding: 18px 0 0;
    border-top: 2px solid var(--gray, #e4e4e4);
    border-left: none;
  }
}
section.sec-ourStaff .staffList > li .text .license {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
section.sec-ourStaff .staffList > li .text .license > li {
  position: relative;
  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;
  height: 40px;
  margin-bottom: 3px;
  margin-right: 8px;
  padding: 0 22px;
  color: #fff; /* 0501灰→白 */
  font-size: min(0.9090909091vw, 14px);
  font-weight: 600;
  text-align: center;
  line-height: 120%; /* 16.8px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .text .license > li {
    width: calc(50% - 1.5px);
    max-width: 150px;
    margin-right: 3px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 375px) {
  section.sec-ourStaff .staffList > li .text .license > li {
    margin-right: 0;
  }
}
section.sec-ourStaff .staffList > li .text .license > li::before {
  content: url(../img/pages/top/icn_leaf_left.svg);
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 40px;
  margin-right: 2px;
}
section.sec-ourStaff .staffList > li .text .license > li::after {
  content: url(../img/pages/top/icn_leaf_right.svg);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 40px;
  margin-left: 2px;
}
section.sec-ourStaff .staffList > li .text .license > li:last-child {
  margin-right: 0;
}
section.sec-ourStaff .staffList > li .text .profile {
  margin: 21px 0 10px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .text .profile {
    margin: 8px 0;
  }
}
section.sec-ourStaff .staffList > li .text .profile > li + li {
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .text .profile > li + li {
    margin-top: 4px;
  }
}
section.sec-ourStaff .staffList > li .text .profile > li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.sec-ourStaff .staffList > li .text .profile > li dl dt,
section.sec-ourStaff .staffList > li .text .profile > li dl dd {
  color: #000000;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .text .profile > li dl dt,
  section.sec-ourStaff .staffList > li .text .profile > li dl dd {
    font-size: 14px;
  }
}
section.sec-ourStaff .staffList > li .text .profile > li dl dt {
  position: relative;
  width: 80px;
  margin-right: 4px;
}
section.sec-ourStaff .staffList > li .text .profile > li dl dd {
  width: calc(100% - 60px - 4px);
}
section.sec-ourStaff .staffList > li .text .message {
  color: #fff; /* 0501黒→白 */
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .text .message {
    font-size: 14px;
  }
}
section.sec-ourStaff .staffList > li .recommend {
  width: 380px;
  padding: 40px 46px;
  padding: 20px 30px 20px 40px;
  border-left: 1px solid #b7b7b7;
}
@media only screen and (max-width: 1919px) {
  section.sec-ourStaff .staffList > li .recommend {
    padding: 40px;
  }
}
@media only screen and (max-width: 1440px) {
  section.sec-ourStaff .staffList > li .recommend {
    width: 250px;
    margin: 17px 18px;
    padding: 0 0 0 10px;
  }
}
@media only screen and (max-width: 1200px) {
  section.sec-ourStaff .staffList > li .recommend {
    width: 150px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .recommend {
    width: calc(100% - 36px);
    padding: 16px 0;
    border-top: 2px solid var(--gray, #e4e4e4);
    border-left: none;
  }
}
section.sec-ourStaff .staffList > li .recommend figure {
  aspect-ratio: 48/32;
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
section.sec-ourStaff .staffList > li .recommend figure img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
section.sec-ourStaff .staffList > li .recommend figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  padding: 4px 8px;
  border-radius: 8px 0px;
  background: var(--neon-Green, #00ffa9);
  color: #000000;
  font-size: min(0.9090909091vw, 14px);
  font-weight: 600;
  line-height: 120%; /* 16.8px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .recommend figure figcaption {
    font-size: 14px;
  }
}
section.sec-ourStaff .staffList > li .recommend .propertyName {
  margin-top: 10px;
  color: #f6dd00; /* 0501緑→黄 */
  font-size: min(1.1688311688vw, 18px);
  font-weight: 500;
  line-height: 170%; /* 30.6px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .recommend .propertyName {
    margin-top: 10px;
    font-size: 16px;
  }
}
section.sec-ourStaff .staffList > li .recommend .propertyDetail {
  margin-top: 4px;
  color: #fff; /* 0501黒→白 */
  font-size: min(0.9090909091vw, 14px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .staffList > li .recommend .propertyDetail {
    margin-top: 0;
    font-size: 14px;
  }
}
section.sec-ourStaff .ourStaffSubBox {
  padding: 126px 0 124px;
  border-top: 1px solid #B7B7B7;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffSubBox {
    padding: 32px 0 52px;
  }
}
section.sec-ourStaff .ourStaffSubBox + .ourStaffSubBox {
  padding-bottom: 0;
}
section.sec-ourStaff .ourStaffSubBox .ourStaffSubTitle {
  color: #fff;
  font-size: min(1.9480519481vw, 30px);
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffSubBox .ourStaffSubTitle {
    font-size: 18px;
  }
}
section.sec-ourStaff .ourStaffSubBox ul {
  display: inline-block;
  margin-top: 28px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffSubBox ul {
    margin-top: 8px;
  }
}
section.sec-ourStaff .ourStaffSubBox ul li {
  display: inline;
  position: relative;
  color: #fff;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffSubBox ul li {
    font-size: 14px;
  }
}
section.sec-ourStaff .ourStaffSubBox ul li::after {
  content: "｜";
  display: inline-block;
}
section.sec-ourStaff .ourStaffSubBox ul li:last-child::after {
  display: none;
}
section.sec-ourStaff .ourStaffSubBox ul li a {
  color: #f6dd00;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffSubBox ul.splide__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: inherit;
        -ms-flex-flow: inherit;
            flex-flow: inherit;
  }
}
section.sec-ourStaff .ourStaffSubBox .caption {
  margin-top: 25px;
  color: #000000;
  font-size: min(0.7142857143vw, 11px);
  font-weight: 500;
  line-height: 140%; /* 15.4px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .ourStaffSubBox .caption {
    margin-top: 8px;
    font-size: 10px;
  }
}
section.sec-ourStaff .niceValuePlusArea {
  padding-bottom: 125px;
}
section.sec-ourStaff .niceValuePlusWrap + .niceValuePlusWrap {
  padding-top: 152px;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap + .niceValuePlusWrap {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap {
    padding: 32px 0 0;
  }
}
section.sec-ourStaff .niceValuePlusWrap a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -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;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
section.sec-ourStaff .niceValuePlusWrap a figure {
  width: 60%;
  border-radius: 10px;
  overflow: hidden;
}
section.sec-ourStaff .niceValuePlusWrap a figure img {
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a figure {
    width: 100%;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: calc(40% - 47px);
  padding: 32px 0;
}
@media only screen and (max-width: 1200px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink {
    width: calc(50% - 30px);
  }
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt h4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt h4 .jp {
  color: #fff;
  font-size: min(1.5584415584vw, 24px);
  font-weight: 500;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt h4 .jp {
    font-size: 16px;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt h4 .en {
  font-family: "Sedan", "Noto Serif JP", serif;
  margin-top: 16px;
  color: #7E7E7E;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt h4 .en {
    margin-top: 8px;
    font-size: 11px;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt p {
  margin-top: 16px;
  color: #fff;
  font-size: min(1.038961039vw, 16px);
  font-weight: 500;
  line-height: 170%; /* 27.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .niceValuePlusTxt p {
    margin-top: 8px;
    font-size: 14px;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap {
  margin-top: 64px;
  width: 110px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap {
    margin-top: 8px;
    width: 72px;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap .line {
  position: relative;
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 3px;
  background: #666;
  overflow: hidden;
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap .line::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  inset: 0;
  background: #a7a7b9;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap .more {
  margin-left: auto;
  font-family: "Sedan", "Noto Serif JP", serif;
  position: relative;
  color: #fff;
  font-size: min(1.2987012987vw, 20px);
  font-weight: 500;
  line-height: 120%; /* 19.2px */
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap .more {
    font-size: 12px;
  }
}
section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap .more::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  right: 1px;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
@media only screen and (max-width: 1024px) {
  section.sec-ourStaff .niceValuePlusWrap a .niceValuePlusLink .viewmoreWrap .more::after {
    top: 4px;
    width: 5px;
    height: 5px;
  }
}
@media (hover: hover) and (pointer: fine) {
  section.sec-ourStaff .niceValuePlusWrap a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  section.sec-ourStaff .niceValuePlusWrap a:hover .niceValuePlusLink .viewmoreWrap .line::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  section.sec-ourStaff .niceValuePlusWrap a:hover .niceValuePlusLink .viewmoreWrap .more::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  section.sec-ourStaff .niceValuePlusWrap a:hover figure img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  section.sec-ourStaff .niceValuePlusWrap a:hover .niceValuePlusLink .viewmoreWrap .line::before {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    opacity: 1;
  }
  section.sec-ourStaff .niceValuePlusWrap a:hover .niceValuePlusLink .viewmoreWrap .more::after {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0.8;
  }
}

@media screen and (max-width: 1024px) {
    .sec-pagejump details[open] summary {
        position: -webkit-sticky; /* Safari対応 */
        position: sticky;
        top: 0;
        z-index: 1000;
    }
    section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap {
        font-family: "Inter", "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    }
    section.sec-Search .tabSearchWrap .tabSearchContents#searchCondition .tabSearch .tabContents .tabContentsWrap > .searchLeft .searchCheckWrap .searchDetailBox .accordionWrap .accordionTitleWrap .checkbox {
        background: var(--light-gray, #f6f6f6);
    }
}
footer {
    background: none;
}
footer .footerSitenameWrap .footerSitename,
footer .footerSitenameWrap .footerLicence,
footer .footerContents .footerContactWrap .footerAddress,
footer .footerContents .footerContactWrap .footerContact .footerTel,
footer .footerContents .footerContactWrap .footerContact .footerBusinessHours,
footer .footerContents .footerSiteLinkWrap .footerSiteLink > li a,
footer .footerContents .footerSiteLinkWrap .footerCopyright{
  color: #fff;
}
/* PC時のみ：スタッフの役職名と名前の重なりを解消 */
@media only screen and (min-width: 1025px) {
  section.sec-ourStaff .staffList > li .photo .nameBox {
    display: flex;
    justify-content: center; /* 役職と名前のセットを中央に配置 */
    align-items: baseline; /* 文字の下のライン（ベースライン）を揃える */
    gap: 12px; /* 役職と名前の間の隙間 */
  }
  section.sec-ourStaff .staffList > li .photo .nameBox .position {
    position: static; /* 絶対配置を解除して、重なりを防ぐ */
  }
}
/* 仕切りの色はグレー*/
section.sec-news .newsLinkWrap {
  border-top: 1px solid var(--gray, #a7a7b9);
}

/*sec-00
------------------------------------------*//*# sourceMappingURL=top.css.map */