@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap");
.none {
  display: none !important;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

.u-justify {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

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

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

.c-main {
  color: #0b2e6e;
}

.c-main2 {
  color: #c8aa43;
}

.c-sub {
  color: #f0a514;
}

.c-sub2 {
  color: #316fbf;
}

.c-red {
  color: #d00;
}

.c-black {
  color: #000;
}

/* 背景
-------------------------------------------------------*/
.u-bg-main {
  background-color: #dfeaf2;
}

.u-bg-sub {
  background-color: #f0a514;
}

/* 背景
-------------------------------------------------------*/
.u-bg-white {
  background-color: #fff;
}

.u-bg-gray {
  background-color: #f4f4f2;
}

.u-bg-white__grade {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-white__grade--reverse {
  background-color: #f4f4f2;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}

.u-bg-gray__grade {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to bottom, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

.u-bg-gray__grade--reverse {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(244, 244, 242, 0)), to(rgb(244, 244, 242)));
  background: linear-gradient(to top, rgba(244, 244, 242, 0), rgb(244, 244, 242));
}

/* ボーダー
-------------------------------------------------------*/
.border--t {
  border-top: 4px solid #0b2e6e;
}

.border--b {
  border-bottom: 4px solid #0b2e6e;
}

/* グラデ
-------------------------------------------------------*/
.u-bg-grade {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "EB Garamond", sans-serif;
}

.font-eng_roboto {
  font-family: "Roboto Slab", sans-serif;
  font-optical-sizing: auto;
}

.font-mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-mincho__shippori {
  font-family: "Shippori Mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

.font-gothic__yu {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* title
-------------------------------------------------------*/
.ttl--lg {
  font-size: clamp(32px, 4.2vw, 42px);
  line-height: 1.4761904762;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .ttl--lg {
    line-height: 1.75;
  }
}

.ttl--md {
  font-size: clamp(24px, 3.8vw, 38px);
  line-height: 1.8421052632;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .ttl--md {
    line-height: 1.75;
  }
}

.ttl--sm {
  font-size: clamp(21px, 3.2vw, 32px);
  line-height: 2.0625;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .ttl--sm {
    line-height: 1.75;
  }
}

/* copy
-------------------------------------------------------*/
.copy--xl {
  font-size: clamp(17px, 2.4vw, 24px);
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .copy--xl {
    letter-spacing: 0.02em;
  }
}

.copy--lg {
  font-size: clamp(16px, 2vw, 20px);
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .copy--lg {
    letter-spacing: 0.02em;
  }
}

.copy--md {
  font-size: clamp(14px, 1.8vw, 18px);
  line-height: 2;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .copy--md {
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
}

.copy--sm {
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .copy--sm {
    letter-spacing: 0.02em;
  }
}

/* read
-------------------------------------------------------*/
.read__lg {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 2.0909090909;
}

/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 5.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__xl3 {
    font-size: 4.42rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 56px;
    font-size: 5.6vw;
  }
}

.txt__xl2 {
  font-size: 4.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__xl2 {
    font-size: 3.91rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 52px;
    font-size: 5.2vw;
  }
}

.txt__xl {
  font-size: 3.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__xl {
    font-size: 3.06rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 46px;
    font-size: 4.6vw;
  }
}

.txt__lg2 {
  font-size: 2.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__lg2 {
    font-size: 2.21rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 42px;
    font-size: 4.2vw;
  }
}

.txt__lg {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__lg {
    font-size: 1.87rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 38px;
    font-size: 3.8vw;
  }
}

.txt__md2 {
  font-size: 2rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__md2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 36px;
    font-size: 3.6vw;
  }
}

.txt__md {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__md {
    font-size: 1.445rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 32px;
    font-size: 3.2vw;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__base {
    font-size: 1.36rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 32px;
    font-size: 3.2vw;
  }
}

.txt__sm {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__sm {
    font-size: 1.275rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 28px;
    font-size: 2.8vw;
  }
}

.txt__xs {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .txt__xs {
    font-size: 1.19rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 26px;
    font-size: 2.6vw;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1.1rem;
  }
}
.capt_s {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

/* txt__update
   右寄せの左揃え
-------------------------------------------------------*/
.txt__update {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: left;
  line-height: 1.5;
  margin-left: auto;
  margin-right: 0;
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.3333333333%;
}

.col4 {
  width: 25%;
}

.col5 {
  width: 20%;
}

.col6 {
  width: 16.6666666667%;
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .u3 {
    margin-bottom: 2.1px;
  }
  .u5 {
    margin-bottom: 3.5px;
  }
  .u7 {
    margin-bottom: 4.9px;
  }
  .u10 {
    margin-bottom: 7px;
  }
  .u15 {
    margin-bottom: 10.5px;
  }
  .u20 {
    margin-bottom: 14px;
  }
  .u25 {
    margin-bottom: 17.5px;
  }
  .u30 {
    margin-bottom: 21px;
  }
  .u35 {
    margin-bottom: 24.5px;
  }
  .u40 {
    margin-bottom: 28px;
  }
  .u45 {
    margin-bottom: 31.5px;
  }
  .u50 {
    margin-bottom: 35px;
  }
  .u55 {
    margin-bottom: 38.5px;
  }
  .u60 {
    margin-bottom: 42px;
  }
  .u70 {
    margin-bottom: 49px;
  }
  .u80 {
    margin-bottom: 56px;
  }
  .u90 {
    margin-bottom: 63px;
  }
  .u100 {
    margin-bottom: 70px;
  }
  .u110 {
    margin-bottom: 77px;
  }
  .u120 {
    margin-bottom: 84px;
  }
  .u130 {
    margin-bottom: 91px;
  }
  .u140 {
    margin-bottom: 98px;
  }
  .u150 {
    margin-bottom: 105px;
  }
  .u160 {
    margin-bottom: 112px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .u-10 {
    margin-bottom: -7px;
  }
  .u-20 {
    margin-bottom: -14px;
  }
  .u-30 {
    margin-bottom: -21px;
  }
  .u-40 {
    margin-bottom: -28px;
  }
  .u-50 {
    margin-bottom: -35px;
  }
  .u-60 {
    margin-bottom: -42px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .t5 {
    margin-top: 3.5px;
  }
  .t7 {
    margin-top: 4.9px;
  }
  .t10 {
    margin-top: 7px;
  }
  .t15 {
    margin-top: 10.5px;
  }
  .t20 {
    margin-top: 14px;
  }
  .t25 {
    margin-top: 17.5px;
  }
  .t30 {
    margin-top: 21px;
  }
  .t40 {
    margin-top: 28px;
  }
  .t50 {
    margin-top: 35px;
  }
  .t60 {
    margin-top: 42px;
  }
  .t70 {
    margin-top: 49px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .t-5 {
    margin-top: -3.5px;
  }
  .t-10 {
    margin-top: -7px;
  }
  .t-15 {
    margin-top: -10.5px;
  }
  .t-20 {
    margin-top: -14px;
  }
  .t-25 {
    margin-top: -17.5px;
  }
  .t-30 {
    margin-top: -21px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

.u0 {
  margin-bottom: 0 !important;
}

.u0 img {
  vertical-align: bottom;
}

.pt0 {
  padding-top: 0 !important;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 100px;
    padding-top: 10vw;
  }
}

.section--pt_s {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--pt_s {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_s {
    padding-top: 70px;
    padding-top: 7vw;
  }
}

.section--pt_lg {
  padding-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--pt_lg {
    padding-top: 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 150px;
    padding-top: 15vw;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}

.section--pb_s {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--pb_s {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_s {
    padding-bottom: 70px;
    padding-bottom: 7vw;
  }
}

.section--pb_lg {
  padding-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--pb_lg {
    padding-bottom: 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 150px;
    padding-bottom: 15vw;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 100px;
    margin-top: 10vw;
  }
}

.section--mt_s {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--mt_s {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_s {
    margin-top: 70px;
    margin-top: 7vw;
  }
}

.section--mt_lg {
  margin-top: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--mt_lg {
    margin-top: 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 150px;
    margin-top: 15vw;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 100px;
    margin-bottom: 10vw;
  }
}

.section--mb_s {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--mb_s {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_s {
    margin-bottom: 70px;
    margin-bottom: 7vw;
  }
}

.section--mb_lg {
  margin-bottom: 160px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .section--mb_lg {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 150px;
    margin-bottom: 15vw;
  }
}

/* 矢印の共通パーツ
-------------------------------------------------------*/
.arrow {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
  vertical-align: middle;
  text-decoration: none;
}

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrow-simple::before {
  right: 20px;
  width: 12px;
  height: 1px;
  background: #0b2e6e;
}

.arrow-simple::after {
  right: 20px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #0b2e6e;
  border-right: 1px solid #0b2e6e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.arrow-ku::before {
  left: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #0b2e6e;
  border-right: 1px solid #0b2e6e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .arrow-ku::before {
    width: 7px;
    height: 7px;
  }
}

.arrow-ku__prev::before {
  left: 0px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #0b2e6e;
  border-right: 1px solid #0b2e6e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .arrow-ku__prev::before {
    width: 7px;
    height: 7px;
  }
}

.arrow-ku__next {
  padding-left: 0;
  padding-right: 16px;
}
.arrow-ku__next::before {
  left: auto;
  right: 0;
  width: 9px;
  height: 9px;
  border-top: 1px solid #0b2e6e;
  border-right: 1px solid #0b2e6e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .arrow-ku__next::before {
    width: 7px;
    height: 7px;
  }
}

/* arrow2
-------------------------------------------------------*/
.arrow2 {
  padding-left: 35px;
}

.arrow2::before,
.arrow2::after {
  left: 10px;
}

/* arrow__blank
-------------------------------------------------------*/
.arrow__blank {
  padding-right: 22px;
}
@media screen and (max-width: 767.98px) {
  .arrow__blank {
    padding-right: 20px;
  }
}
.arrow__blank::after {
  left: auto;
  right: 0;
  width: 14px;
  height: 14px;
  background-image: url(../../images/common/arrow/arrow_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .arrow__blank::after {
    width: 12px;
    height: 12px;
  }
}

/* arrow__list
-------------------------------------------------------*/
.arrow__list {
  padding-left: 22px;
}
@media screen and (max-width: 767.98px) {
  .arrow__list {
    padding-left: 20px;
  }
}
.arrow__list::before {
  left: 0;
  width: 14px;
  height: 14px;
  background-image: url(../../images/common/arrow/arrow_list.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .arrow__list::before {
    width: 12px;
    height: 12px;
  }
}

/* arrow__list2
-------------------------------------------------------*/
.arrow__list.arrow__list2::before {
  background-image: url(../../images/common/arrow/arrow_list2.png);
  top: 6px;
  bottom: auto;
}
@media screen and (max-width: 767.98px) {
  .arrow__list.arrow__list2::before {
    top: 5px;
  }
}

/* ボタン
-------------------------------------------------------*/
.c-buttons {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-buttons {
    margin-top: 30px;
  }
}

.c-button__wrap {
  width: 75%;
  max-width: 400px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}

.c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: clamp(17px, 2vw, 20px);
  font-weight: 600;
  text-decoration: none;
  width: 100%;
  max-width: 400px;
  height: 62px;
  padding-bottom: 1px;
  color: #0b2e6e;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  border-radius: 40px;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 1201px), print {
  .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button a.is-active, .c-button a:hover {
    color: #fff;
    background-color: #0b2e6e;
    opacity: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .c-button a {
    font-size: 2.2rem;
    height: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button a {
    line-height: 1.4;
    height: 52px;
  }
}

.c-button__border a {
  border: 2px solid #0b2e6e;
  border-radius: 30px;
}

.c-button.--lg a {
  font-size: clamp(16px, 2.3vw, 23px);
  font-weight: 700;
  width: 90%;
  max-width: 400px;
}
@media screen and (max-width: 767.98px) {
  .c-button.--lg a {
    width: 85%;
  }
}

/* リンクボタン カラーリング
-------------------------------------------------------*/
.c-button.--main a {
  color: #fff;
  background-color: #0b2e6e;
}
@media screen and (min-width: 1201px), print {
  .c-button.--main a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--main a:hover {
    opacity: 0.5;
  }
}

.c-button.--inuki a {
  color: #fff;
  background-color: #82aa96;
}
@media screen and (min-width: 1201px), print {
  .c-button.--inuki a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--inuki a:hover {
    opacity: 0.5;
  }
}

.c-button.--faq a {
  color: #fff;
  background-color: #76a7c7;
}
@media screen and (min-width: 1201px), print {
  .c-button.--faq a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--faq a:hover {
    opacity: 0.5;
  }
}

.c-button.--form a {
  color: #fff;
  font-weight: 700;
  background-color: #f0a514;
  border: 2px solid #f0a514;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 6px;
  max-width: 460px;
}
@media screen and (min-width: 1201px), print {
  .c-button.--form a {
    -webkit-transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
    transition: 0.3s cubic-bezier(0.5, 1, 0.89, 1);
  }
  .c-button.--form a:hover {
    background: #fff;
    color: #f0a514;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@media screen and (max-width: 767.98px) {
  .c-button.--form a {
    height: auto;
  }
}

.c-button--main2 {
  color: #fff;
  background-color: #c8aa43;
}

.c-button--sub {
  color: #fff;
  background-color: #f0a514;
}

.c-button--sub2 {
  color: #fff;
}

.c-button--black {
  color: #fff;
  background-color: #333333;
}

.c-button--white {
  color: #333333;
  background-color: #ffffff;
}
.c-button--white__border_s {
  width: 100%;
  max-width: 300px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 30px;
}
.c-button--white__border, .c-button--white__border_s {
  color: #fff;
  background-color: transparent;
  border: 2px solid #fff;
}
.c-button--white__border:hover, .c-button--white__border_s:hover {
  color: #0b2e6e;
  background-color: #fff;
}
.c-button--white__border:hover::after, .c-button--white__border_s:hover::after {
  border-top: solid 2px #0b2e6e;
  border-right: solid 2px #0b2e6e;
}

.c-button--img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.c-button--img span {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-button--img span::after {
  display: block;
  content: attr(data-eng);
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.3em;
  color: #000;
}
.c-button--img img {
  width: 100%;
  max-width: none;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.c-button--blank {
  font-size: 2rem;
  line-height: 1.4;
  width: auto;
  height: auto;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #0b2e6e;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-button--blank {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.c-button--blank::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  width: 14px;
  height: 14px;
  background-image: url(../../images/common/arrow/arrow_blank.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding-right: 0;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .c-button--blank::after {
    right: 16px;
  }
}
.c-button--blank__gmap::after {
  background-image: url(../../images/common/arrow/arrow_googlemap.png);
}

.c-button--ku {
  font-size: 1.8rem;
  line-height: 1.4;
  width: auto;
  height: auto;
  color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #0b2e6e;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-button--ku {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.c-button--ku::after {
  content: "";
  position: absolute;
  left: 15px;
  width: 9px;
  height: 9px;
  border-top: 1px solid red;
  border-right: 1px solid red;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-button--login {
  position: relative;
  font-size: 1.6rem;
  color: #fff;
  background-color: #333333;
  height: 50px;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .c-button--login {
    font-size: 1.3rem;
    width: 75%;
    height: 40px;
  }
}
.c-button--login::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  width: 19px;
  height: 19px;
  background-image: url(../../images/common/arrow/arrow_login.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-heading {
  text-align: center;
}
.c-heading .c-heading-eng {
  font-family: "EB Garamond", sans-serif;
  font-weight: 500;
  color: #f0a514;
  font-size: clamp(15px, 2vw, 20px);
  letter-spacing: 0.07em;
  margin-bottom: 5px;
}
.c-heading .c-heading-jp {
  font-size: clamp(22px, 3.6vw, 36px);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading-jp {
    line-height: 1.5;
  }
}
.c-heading .c-heading-jp small {
  font-size: 75%;
}

.c-title {
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-title > p {
  line-height: 1.4;
}
.c-title .en {
  font-size: 2.6rem;
}
.c-title .jp {
  font-size: 1.6rem;
}

.c-title__block {
  width: 100%;
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
  font-size: 3.6rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  line-height: 1.3;
}
@media screen and (max-width: 767.98px) {
  .c-title__block {
    max-width: 100%;
  }
}
.c-title__block--red {
  color: #fff;
  background-color: #db0816;
}

.c-title__line {
  position: relative;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 600;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .c-title__line {
    padding-bottom: 17px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__line {
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-title__line::before, .c-title__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #0b2e6e;
}
.c-title__line--only {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .c-title__line--only {
    padding-bottom: 15px;
  }
}
.c-title__line--only::before, .c-title__line--only::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line--only::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #0b2e6e;
}
.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
label {
  cursor: pointer;
  white-space: nowrap;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.cp_ipselect,
select,
textarea,
input {
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
input[type=email],
textarea,
select {
  background-color: #fff;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
input[type=text],
input[type=email],
textarea {
  outline: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #fff;
}
@media screen and (min-width: 1201px), print {
  input[type=text],
  input[type=email],
  textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  -webkit-box-shadow: 0 0 3px #76a7c7;
          box-shadow: 0 0 3px #76a7c7;
  border: 1px solid #76a7c7;
}
input[type=text]:focus::-webkit-input-placeholder, input[type=email]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-moz-placeholder, input[type=email]:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}
input[type=text]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::-ms-input-placeholder, input[type=email]:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

textarea {
  width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aaa;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #aaa;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #aaa;
}

input::placeholder,
textarea::placeholder {
  color: #aaa;
}

input[type=submit],
input[type=reset],
input[type=button],
.btnBack {
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  background-color: #858585;
  color: #fff;
  cursor: pointer;
  border: none;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
  border-radius: 0;
}

input[type=submit] {
  background-color: #db0816;
}

input[type=submit]:before {
  border: 3px solid red;
}

input[type=submit]:hover {
  background-color: #e00;
}

input[type=reset]:hover,
input[type=button]:hover,
.btnBack:hover {
  background-color: #333 !important;
}

input[type=submit][disabled] {
  background-color: #ccc;
  cursor: default;
}

.btnBack {
  background-color: #858585 !important;
}

input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

@media screen and (max-width: 767px) {
  input[type=submit],
  input[type=reset],
  input[type=button] {
    width: 45%;
  }
  textarea,
  input {
    max-width: 90%;
  }
}
/*=======================================================================

 fotm design

========================================================================*/
.c-input-label {
  position: relative;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-input-label__radio {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}
.c-input-label__checkbox {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.breadcrumb {
  color: #fff;
  background-color: #333333;
  padding-left: 20px;
}
.breadcrumb__list {
  padding-top: 6px;
  padding-bottom: 7px;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__list {
    padding-top: 2px;
    padding-bottom: 4px;
    white-space: nowrap;
  }
}
.breadcrumb__item {
  list-style: none;
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item {
    font-size: 1rem;
  }
}
.breadcrumb__item a {
  position: relative;
  color: #fff;
  font-weight: normal;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item:not(:last-child):after {
  content: ">";
  font-weight: 300;
  position: relative;
  top: -1px;
  margin-left: 1em;
  margin-right: 1em;
}
@media screen and (max-width: 767.98px) {
  .breadcrumb__item:not(:last-child):after {
    margin-left: 0.3em;
    margin-right: 0.3em;
  }
}
.breadcrumb__item:last-child a {
  pointer-events: none;
}

.breadcrumb__bottom {
  color: #fff;
  background-color: #0b2e6e;
}

/*
-------------------------------------------------------*/
.c-wrap {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-wrap {
    width: 90%;
  }
}
.c-wrap.--sm {
  max-width: 1200px !important;
}
.c-wrap.--xs {
  max-width: 1000px !important;
}

/* ブロック
-------------------------------------------------------*/
/*=======================================================================

ヘッダー

========================================================================*/
.l-header {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-left: 65px;
  padding-right: 65px;
}
@media screen and (max-width: 767.98px) {
  .l-header {
    width: 93%;
    padding-left: 0;
    padding-right: 0;
  }
}
.l-header .l-header__inner {
  background-color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  padding-right: 20px;
}
@media screen and (min-width: 1601px) and (max-width: 1710px) {
  .l-header .l-header__inner {
    padding-right: calc(-50vw + 875px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .l-header .l-header__inner {
    width: calc(100vw - 192px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__inner {
    height: 56px;
  }
}
.l-header .l-header__logo {
  max-width: 250px;
}
@media screen and (min-width: 1201px), print {
  .l-header .l-header__logo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .l-header__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__logo {
    width: 160px;
  }
}
.l-header .l-header__logo a {
  display: block;
}
.l-header .l-header__logo-scroll {
  position: fixed; /*fixedを設定して固定*/
  z-index: 999; /*最前面へ*/
  background-color: #fff;
  top: -120px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__logo-scroll {
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
}
.l-header .l-header__logo-scroll.is-scroll {
  top: 0;
}
.l-header .l-header__logo-scroll a {
  width: 120px;
  height: 100px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1201px), print {
  .l-header .l-header__logo-scroll a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .l-header__logo-scroll a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__logo-scroll a {
    width: 110px;
    height: 80px;
    padding: 17px;
  }
}
.l-header .l-header__contact {
  max-width: 250px;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__contact {
    display: none;
  }
}
.l-header .l-header__contact a {
  display: block;
}

.menu-checkbox {
  display: none;
}

.trs0 {
  -webkit-transition: none !important;
  transition: none !important;
}
.trs0.menu-button::before, .trs0.menu-button::after {
  -webkit-transition: none !important;
  transition: none !important;
}

.menu-button {
  z-index: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  top: 0;
  right: 0;
  width: 120px;
  height: 120px;
  color: #fff;
  background-color: #0b2e6e;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .menu-button {
    width: 56px;
    height: 56px;
  }
}
.menu-button::before, .menu-button::after {
  content: "";
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu-button::before, .menu-button::after, .menu-button span {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 30px;
  height: 3px;
  background-color: #fff;
  margin: auto;
  margin-top: -1px;
}
@media screen and (max-width: 767.98px) {
  .menu-button::before, .menu-button::after, .menu-button span {
    width: 30px;
    height: 3px;
  }
}
.menu-button::before {
  top: 36px;
}
@media screen and (max-width: 767.98px) {
  .menu-button::before {
    top: 18px;
  }
}
.menu-button::after {
  top: 56px;
}
@media screen and (max-width: 767.98px) {
  .menu-button::after {
    top: 38px;
  }
}
.menu-button span {
  top: 46px;
}
@media screen and (max-width: 767.98px) {
  .menu-button span {
    top: 28px;
  }
}
.menu-button p {
  font-size: 10px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 600;
  margin-top: auto;
  margin-bottom: 36px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .menu-button p {
    display: none;
  }
}

.menu-checkbox.active ~ .menu-button::before {
  top: 36%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .menu-checkbox.active ~ .menu-button::before {
    top: 50%;
  }
}
.menu-checkbox.active ~ .menu-button::after {
  top: 36%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .menu-checkbox.active ~ .menu-button::after {
    top: 50%;
  }
}
.menu-checkbox.active ~ .menu-button span {
  display: none;
}

.drawer-menu {
  z-index: 200;
  position: fixed;
  top: 0;
  right: 0;
  width: 85%;
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drawer-menu .logo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
}
@media screen and (min-width: 768px), print {
  .drawer-menu .logo {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767.98px) {
  .drawer-menu .logo {
    width: calc(100% - 56px);
    height: 56px;
  }
}
.drawer-menu .logo img {
  max-width: 200px;
}
@media screen and (max-width: 767.98px) {
  .drawer-menu .logo img {
    max-width: 170px;
  }
}
.drawer-menu ul {
  padding: 0;
  border-top: 1px dotted #ccc;
  margin: 0;
  list-style-type: none;
}
.drawer-menu ul li {
  border-bottom: 1px dotted #ccc;
}
.drawer-menu ul li a {
  display: block;
  position: relative;
  text-decoration: none;
  padding: 14px 30px 17px;
}
@media screen and (min-width: 768px), print {
  .drawer-menu ul li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
.drawer-menu ul li a.arrow::before, .drawer-menu ul li a.arrow::after {
  content: "";
  position: absolute;
  bottom: auto;
  left: auto;
  right: 25px;
  width: 10px;
  height: 2px;
  background-color: #0b2e6e;
  margin: auto;
}
.drawer-menu ul li a.arrow::before {
  top: 23px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .drawer-menu ul li a.arrow::before {
    top: 22px;
  }
}
.drawer-menu ul li a.arrow::after {
  top: 29px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767.98px) {
  .drawer-menu ul li a.arrow::after {
    top: 28px;
  }
}
.drawer-menu ul li a:hover, .drawer-menu ul li a.active {
  color: #fff;
  background-color: #0b2e6e;
  font-weight: 600;
}
.drawer-menu ul li a:hover.arrow::before, .drawer-menu ul li a:hover.arrow::after, .drawer-menu ul li a.active.arrow::before, .drawer-menu ul li a.active.arrow::after {
  background-color: #fff;
}

/* ドロワーメニューの開閉 */
.menu-checkbox.active ~ .drawer-menu {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* ドロワーメニューの背景 */
.menu-background {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(191, 214, 229, 0.7);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu-checkbox.active ~ .menu-background {
  opacity: 1;
  pointer-events: all;
}

.l-wrapper {
  position: relative;
  overflow: hidden;
}
.l-main {
  display: block;
  position: relative;
  max-width: 1600px;
  padding-left: 65px;
  padding-right: 65px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-left: 0;
    padding-right: 0;
  }
}
.l-main .l-main__right {
  pointer-events: none;
}
@media screen and (min-width: 768px), print {
  .l-main .l-main__right {
    z-index: 30;
    position: fixed;
    top: 120px;
    width: 100%;
    max-width: 1600px;
    min-width: 1200px;
    padding-right: 65px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-main .l-main__right {
    position: absolute;
    top: 0;
  }
}
.l-main .l-main__right .l-main__right__wrap {
  pointer-events: all;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 65px;
  height: calc(100vh - 110px);
  margin-right: 0;
  padding-bottom: 20px;
  float: right;
}
.l-main .l-main__right .l-main__right__wrap.--wh {
  background-color: #fff;
}
.l-main .l-main__right .l-main__right-txt {
  font-size: clamp(12px, 1.5vw, 15px);
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #0b2e6e;
  margin-top: auto;
  margin-bottom: auto;
}
@media screen and (max-height: 820px) {
  .l-main .l-main__right .l-main__right-txt {
    font-size: 1.8vh;
  }
}
.l-main .l-main__right .l-main__right-sns {
  margin-top: 0;
  margin-bottom: 0;
}
.l-main .l-main__right .list .list-item {
  width: 35px;
  margin-top: 15px;
}

/*=======================================================================

フッター

========================================================================*/
.l-footer .l-footer__inner {
  width: calc(100% - 130px);
  max-width: 1470px;
  margin-left: auto;
  margin-right: auto;
  background-color: #dfeaf2;
  padding-top: 75px;
  padding-bottom: 80px;
  position: relative;
  margin-bottom: -330px;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__inner {
    width: 100%;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.l-footer .c-heading .c-heading-jp {
  font-size: clamp(16px, 3vw, 30px);
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .l-footer .c-heading .c-heading-jp {
    padding-left: 5px;
  }
}
.l-footer .contact {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  margin-top: clamp(30px, 6vw, 60px);
}
.l-footer .contact .contact-item {
  width: 44.6808510638%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer .contact .contact-item {
    width: 77%;
    margin-left: auto;
    margin-right: auto;
  }
  .l-footer .contact .contact-item + .contact-item {
    margin-top: 30px;
  }
}
.l-footer .contact .contact-item .ttl {
  color: #0b2e6e;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 700;
  margin-bottom: 10px;
}
.l-footer .contact .contact-tel__link {
  width: 100%;
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer .contact .contact-tel__txt {
  font-size: clamp(12px, 1.3vw, 13px);
  margin-top: clamp(10px, 1.5vw, 15px);
}
.l-footer .contact .contact-mail__link a {
  color: #000;
  max-width: 420px;
  font-size: clamp(18px, 2.4vw, 24px);
}
@media screen and (min-width: 1201px), print {
  .l-footer .contact .contact-mail__link a:hover {
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .contact .contact-mail__link a {
    height: 46px;
  }
}
.l-footer .contact .contact-mail__link a span {
  width: clamp(36px, 4.8vw, 48px);
  position: relative;
  line-height: 1;
}
.l-footer .contact .contact-mail__link a span .icon-mail--on {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-footer .contact .contact-mail__link a:hover .icon-mail--on {
  opacity: 1;
}

.l-footer__outline {
  color: #fff;
  background-color: #0b2e6e;
  text-align: center;
  padding-top: 450px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__outline {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.l-footer__outline .outline {
  letter-spacing: 0.05em;
}
.l-footer__outline .outline .outline-logo {
  width: 140px;
  margin-left: auto;
  margin-right: auto;
}
.l-footer__outline .outline .outline-name {
  font-size: clamp(15px, 1.8vw, 18px);
  margin-top: 35px;
  font-weight: 600;
  margin-bottom: 10px;
}
.l-footer__outline .outline .outline-address {
  font-size: clamp(12px, 1.4vw, 14px);
}
.l-footer__outline .outline .outline-tel {
  margin-top: 10px;
  font-size: clamp(16px, 1.4vw, 14px);
  font-weight: 600;
}

.l-footer__copyright {
  font-family: "EB Garamond", sans-serif;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: clamp(10px, 1.4vw, 14px);
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .l-footer__copyright {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#pagetop {
  z-index: 100;
  display: none;
  position: fixed;
  bottom: 50px;
  right: 15px;
}
@media screen and (min-width: 768px), print {
  #pagetop {
    display: none !important;
  }
}
#pagetop span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 12px;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  width: 38px;
  height: 38px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  text-align: center;
  opacity: 0.7;
  cursor: pointer;
}

#pagetop span:hover {
  opacity: 0.4;
}

@media screen and (max-width: 640px) {
  #pagetop {
    bottom: 150px;
    bottom: 21.4285714286vw;
    right: 10px;
    width: 32px;
    height: 32px;
    background-size: cover;
  }
}
/*=======================================================================

サイドバー

========================================================================*/
/*=======================================================================

 fixed btn

========================================================================*/
.l-fixed-btn {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 5;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.preload .l-fixed-btn {
  bottom: -100px;
}
.l-fixed-btn .list {
  width: 100%;
}
.l-fixed-btn .list .list-item {
  width: 50%;
}
.l-fixed-btn .list .list-item.--tel {
  background-color: #dfeaf2;
}
.l-fixed-btn .list .list-item.--line {
  background-color: #f0a514;
}
.l-fixed-btn .list .list-item a {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .l-fixed-btn .list .list-item a {
    font-size: 34px;
    font-size: 4.5333333333vw;
  }
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  overflow-y: scroll !important;
  font-size: 62.5%;
  height: -webkit-fill-available;
  margin: 0 !important;
}

body {
  font-size: 16px;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic Medium", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  line-height: 1.5;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #333;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

body.preload a,
body.preload .l-header *,
body.preload .l-side * {
  -webkit-transition: none !important;
  transition: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

img {
  line-height: 1;
  max-width: 100%; /* 1 */
  height: auto; /* 1 */
  vertical-align: middle; /* 2 */
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  shape-margin: 0.75rem;
}

input {
  margin: 0;
  padding: 0;
}

textarea {
  font: inherit;
  color: inherit;
  padding: 0;
}

button {
  font: inherit;
  color: inherit;
  background-color: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}

strong {
  font-weight: 700;
}

span,
small {
  font-weight: inherit;
}

sup,
sub {
  font-size: 1.1rem;
}

ul {
  padding-left: 0;
}
/* inner
-------------------------------------------------------*/
.inner,
.inner_in {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.inner {
  max-width: 1260px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.inner.--lg {
  max-width: 1460px;
}
.inner.--sm {
  max-width: 1060px;
}
.inner.--xs {
  max-width: 860px;
}

.inner__in {
  max-width: 1200px;
  padding-left: 0px;
  padding-right: 0px;
}
.inner__in.--lg {
  max-width: 1400px;
}
.inner__in.--sm {
  max-width: 1000px;
}
.inner__in.--xs {
  max-width: 800px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
/**/
@media screen and (min-width: 1401px), print {
  .pcWidth_none {
    display: none;
  }
}
@media screen and (min-width: 1201px), print {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
@media screen and (min-width: 768px), print {
  .body,
  .l-wrapper {
    min-width: 1200px;
  }
}
@media screen and (min-width: 768px), print {
  .l-header,
  .l-footer {
    min-width: 1200px;
  }
}
@media print {
  body {
    page: print-width;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    zoom: 0.85; /* なるべく多くのブラウザで切れないようにするため */
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none !important;
  }
  .pc_none {
    display: none !important;
  }
  /* header
    -------------------------------------------------------*/
  .toggle_menu,
  .ac-label,
  .gNav__dropdown {
    display: none;
  }
  .gNav {
    position: relative;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .gNav::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gNav > li {
    position: relative;
    width: 16.6666666667%;
  }
  .gNav > li::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: calc(100% - 20px);
    background-color: #ccc;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .gNav > li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: relative;
    height: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gNav > li a.active {
    pointer-events: none;
  }
  .gNav > li a:hover, .gNav > li a.active {
    opacity: 0.4;
  }
  /* footer
    -------------------------------------------------------*/
}
.ef-zoomLink a {
  display: block;
  overflow: hidden;
}
.ef-zoomLink a img {
  width: 100%;
}
@media screen and (min-width: 1201px), print {
  .ef-zoomLink a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .ef-zoomLink a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.5;
  }
}

.js-scroll {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}
@media screen and (max-width: 767.98px) {
  .js-scroll {
    -webkit-animation-duration: 0.8s;
            animation-duration: 0.8s;
  }
}

/* フェード
-------------------------------------------------------*/
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.js-scroll {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.js-fadeUp.js-scroll {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.js-fadeDown.js-scroll {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .js-fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.js-fadeLeft.js-scroll {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.js-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .js-fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.js-fadeRight.js-scroll {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.js-fadeZoomIn {
  opacity: 0;
}

.js-fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.js-fadeScale {
  opacity: 0;
  scale: 0.9;
}

.js-fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.js-fadeBlur {
  opacity: 0;
}

.js-fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.p-hero {
  position: relative;
  padding-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .p-hero {
    padding-top: 20px;
  }
}
.p-hero:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 120px;
  background-color: #dfeaf2;
}
@media screen and (max-width: 767.98px) {
  .p-hero:before {
    height: 70px;
  }
}
.p-hero .c-heading {
  position: relative;
  width: calc(100% - 40px);
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2px;
}
@media screen and (max-width: 767.98px) {
  .p-hero .c-heading {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.p-hero.--underpage .c-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  background-color: #0b2e6e;
}
@media screen and (max-width: 767.98px) {
  .p-hero.--underpage .c-heading {
    height: 70px;
  }
}
.p-hero.--underpage .c-heading .c-heading-jp {
  color: #fff;
}

.p-hero.--lg .p-hero__img {
  position: relative;
}
.p-hero.--lg .p-hero__img .txt {
  position: absolute;
  top: 47%;
  left: 41%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: clamp(22px, 4.7vw, 47px);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-shadow: 0px 0px 1px rgb(255, 255, 255), 0px 0px 3px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255);
}
@media screen and (max-width: 767.98px) {
  .p-hero.--lg .p-hero__img .txt {
    position: absolute;
    top: 50%;
    left: 5%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.p-news .c-heading .c-heading-jp {
  color: #0b2e6e;
}

.c-news {
  margin-top: 25px;
  border-bottom: 1px solid #b3b3b3;
}
.c-news .c-news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .c-news .c-news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-news .c-news-item .c-news-item__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .c-news .c-news-item .c-news-item__post {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-news .c-news-item .c-news-item__post time {
  color: #0b2e6e;
  font-size: 0.875em;
  font-weight: 600;
  width: 130px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-news .c-news-item .c-news-item__post time {
    width: 95px;
  }
}
.c-news .c-news-item .ttl a {
  font-weight: 500;
}
@media screen and (min-width: 1201px), print {
  .c-news .c-news-item .ttl a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-news .c-news-item .ttl a:hover {
    color: #0b2e6e;
    text-decoration: underline;
  }
}
@media screen and (max-width: 767.98px) {
  .c-news .c-news-item .ttl a {
    display: block;
    width: 100%;
  }
}
.c-news .info-icon {
  font-size: clamp(12.5px, 1.652vw, 13px);
  font-weight: 500;
  width: 120px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0b2e6e;
  padding-bottom: 1px;
  border: 1px solid #0b2e6e;
}
@media screen and (min-width: 1201px), print {
  .c-news .info-icon {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-news .info-icon:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .c-news .info-icon {
    width: 110px;
    height: 22px;
  }
}
.c-news .info-icon.--news {
  color: #fff;
  background-color: #0b2e6e;
}
.c-news .info-icon.--events {
  color: #fff;
  background-color: #0b2e6e;
}
.c-news .info-icon.--shopinfo {
  color: #fff;
  background-color: #c47d76;
  border-color: #c47d76;
}
.c-news .info-icon.--information {
  color: #0b2e6e;
  background-color: #fff;
}

.p-bukken__section {
  position: relative;
  width: calc(100% - 40px);
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.p-bukken__section + .p-bukken__section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 1000px;
  height: 1px;
  background-color: #ddd;
  margin: auto;
}
.p-bukken__section .ttl {
  font-size: clamp(20px, 3vw, 30px);
  font-weight: 700;
  color: #c47d76;
  margin-bottom: 7px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .ttl {
    margin-bottom: 3px;
  }
}
.p-bukken__section .ttl.u30 {
  margin-bottom: 30px;
}
.p-bukken__section .ttl_txt {
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #c47d76;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .ttl_txt {
    margin-bottom: 15px;
  }
}
.p-bukken__section .slick::before, .p-bukken__section .slick::after {
  z-index: 10;
  content: "";
  position: absolute;
  bottom: 0;
  width: 200px;
  height: 100%;
  margin: auto;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick::before, .p-bukken__section .slick::after {
    width: 70px;
  }
}
.p-bukken__section .slick::before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.p-bukken__section .slick::after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}
.p-bukken__section .slick .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-bukken__section .slick .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto !important;
}
.p-bukken__section .slick .slick-arrow {
  z-index: 20;
  overflow: hidden;
  top: 36%;
  width: 45px;
  height: 45px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-arrow {
    top: 110px;
    width: 32px;
    height: 32px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (min-width: 1201px), print {
  .p-bukken__section .slick .slick-arrow::before {
    opacity: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-bukken__section .slick .slick-arrow:hover:before {
    opacity: 0.6;
  }
}
.p-bukken__section .slick .slick-arrow::before {
  content: "" !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-bukken__section .slick .slick-prev {
  left: clamp(20px, 2.5vw, 25px);
}
.p-bukken__section .slick .slick-prev::before {
  background: url(../../assets/images/common/arrow-pink_left.png);
  background-size: contain !important;
}
.p-bukken__section .slick .slick-next {
  right: clamp(20px, 2.5vw, 25px);
}
.p-bukken__section .slick .slick-next::before {
  background: url(../../assets/images/common/arrow-pink_right.png);
  background-size: contain !important;
}
.p-bukken__section .slick .slick-box {
  width: 30%;
  margin: 0 10px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box {
    margin: 0 10px;
  }
}
.p-bukken__section .slick .slick-box a {
  display: block;
  position: relative;
}
@media screen and (min-width: 1201px), print {
  .p-bukken__section .slick .slick-box a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-bukken__section .slick .slick-box a:hover {
    color: #c47d76;
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box a .imgArea {
    width: 35%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box a .txtArea {
    width: 61%;
  }
}
.p-bukken__section .slick .slick-box a .sp_only {
  width: 100%;
}
.p-bukken__section .slick .slick-box .bukken-img {
  overflow: hidden;
  height: 280px;
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-bukken__section .slick .slick-box .bukken-img {
    height: 235px;
    height: 18.8vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .p-bukken__section .slick .slick-box .bukken-img {
    height: 280px;
    height: 28vw;
  }
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-img {
    height: 562.5px;
    height: 56.25vw;
  }
}
.p-bukken__section .slick .slick-box .bukken-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-bukken__section .slick .slick-box .bukken-name2 {
  display: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 600;
  letter-spacing: 0.03em;
  width: 100px;
  height: 27px;
  color: #fff;
  background-color: #c47d76;
  margin-top: -27px;
  margin-left: auto;
  margin-right: 0;
}
.p-bukken__section .slick .slick-box .bukken-name {
  display: -webkit-box; /* 必須 */
  overflow: hidden; /* はみ出た部分を非表示 */
  font-size: clamp(14px, 1.701vw, 17px);
  font-weight: 600;
  padding-top: 10px;
  -webkit-line-clamp: 5; /* 行数を制限 */
  -webkit-box-orient: vertical; /* 必須 */
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-name {
    padding-top: 7px;
  }
}
.p-bukken__section .slick .slick-box .bukken-address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: clamp(11px, 1.3vw, 13px);
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-address {
    margin-top: 0;
  }
}
.p-bukken__section .slick .slick-box .bukken-address::before {
  content: "";
  width: 15px;
  height: 18px;
  background-image: url(../../assets/images/common/pin_pink.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 5px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-address::before {
    width: 14px;
    height: 16px;
    background-size: contain;
  }
}
.p-bukken__section .slick .slick-box .bukken-price {
  padding-top: 7px;
  border-top: 1px solid #ccc;
  margin-top: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-price {
    margin-bottom: 3px;
  }
}
.p-bukken__section .slick .slick-box .bukken-price .bukken-price1 {
  font-size: clamp(13px, 1.5vw, 15px);
  font-weight: 600;
}
.p-bukken__section .slick .slick-box .bukken-price .bukken-price2 {
  font-size: clamp(22px, 2.6vw, 26px);
  font-weight: 700;
  line-height: 1;
  color: #dc143c;
}
.p-bukken__section .slick .slick-box .bukken-price .bukken-price3 {
  font-size: clamp(13px, 1.4vw, 14px);
  font-weight: 600;
}
.p-bukken__section .slick .slick-box .bukken-price .bukken-price4 {
  font-size: clamp(13px, 1.3vw, 13px);
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-price .bukken-price4 {
    display: block;
  }
}
.p-bukken__section .slick .slick-box .tag.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.p-bukken__section .slick .slick-box .tag.flex .tag-item {
  font-size: clamp(10px, 1.2vw, 12px);
  font-weight: 500;
  color: #c47d76;
  border: 1px solid #c47d76;
  border-radius: 17px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .tag.flex .tag-item {
    margin-top: 4px;
    margin-left: clamp(1px, 0.7vw, 7px);
    margin-right: clamp(2px, 0.7vw, 7px);
  }
}
.p-bukken__section .slick .slick-box .tag.flex .tag-item + .tag-item {
  margin-left: clamp(2px, 0.7vw, 7px);
}
.p-bukken__section .slick .slick-box .tag.flex .tag-item a,
.p-bukken__section .slick .slick-box .tag.flex .tag-item span {
  display: block;
  padding: 0 9px 1px;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .tag.flex .tag-item a,
  .p-bukken__section .slick .slick-box .tag.flex .tag-item span {
    padding: 0 8px 0;
  }
}
.p-bukken__section .slick .slick-box .bukken-price .bukken-area {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 600;
}
.p-bukken__section .slick .slick-box .bukken-btn {
  font-size: clamp(12px, 1.4vw, 14px);
  font-weight: 700;
  width: 80%;
  max-width: 200px;
  color: #fff;
  background-color: #333;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .slick .slick-box .bukken-btn {
    margin-top: 15px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-bukken__section .c-buttons {
    margin-top: 20px;
  }
}
.p-bukken__section .c-buttons .c-button {
  font-size: clamp(14px, 1.6vw, 16px);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.p-bukken__section .c-buttons .c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 1.6vw, 16px);
  height: 46px;
  border: 1px solid #ccc;
  padding-right: 20px;
}
@media screen and (min-width: 1201px), print {
  .p-bukken__section .c-buttons .c-button a:hover {
    color: #fff;
    background-color: #0b2e6e;
    border-radius: 30px;
  }
}
.p-bukken__section .c-buttons .c-button span {
  display: inline-block;
  line-height: 1;
  width: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

/*=======================================================================

 共通

========================================================================*/
/*=======================================================================

 夏季休暇

========================================================================*/
.holiday {
  margin-top: 2em;
  font-size: 1.3rem;
  text-align: center;
  padding: 15px 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .holiday {
    padding: 12px 15px;
  }
}

/*=======================================================================

 トップページ

========================================================================*/
@media screen and (max-width: 767.98px) {
  .page-top .c-wrap {
    width: 100%;
  }
}

/*フローティングバナー*/
.floating-banner {
  width: 300px;
  display: block;
  position: fixed; /* 追従 */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 30px;
  right: 60px;
  -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .floating-banner {
    display: block;
    position: fixed; /* 追従 */
    z-index: 99999; /* 他の要素の下に隠れないように */
    left: 0px;
    bottom: 0px;
    text-align: center;
  }
}
.floating-banner .floating-banner__inner {
  position: relative;
}
.floating-banner a {
  display: block;
}
@media screen and (min-width: 1201px) and (min-width: 1201px), print {
  .floating-banner a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .floating-banner a:hover {
    opacity: 0.4;
  }
}
.floating-banner .btn-close {
  cursor: pointer;
  z-index: 10;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 28px;
}

.floating-banner {
  bottom: -300px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.loaded .floating-banner {
  bottom: 30px;
}

.top-mv .mv {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv {
    padding-left: 0;
    padding-right: 0;
  }
}
.top-mv .mv::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 930px;
  background-color: #dfeaf2;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  .top-mv .mv::before {
    height: calc(135% + 150px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv::before {
    height: 1020px;
  }
}
.top-mv .mv .mv_imgArea {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv_imgArea {
    width: 920px;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.top-mv .mv .mv_txtArea {
  z-index: 2;
  position: absolute;
  bottom: 55px;
  bottom: 3.4375vw;
  left: 80px;
  left: 5vw;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv_txtArea {
    bottom: 20px;
    left: 7vw;
  }
}
.top-mv .mv .mv_txtArea .mv_txtArea-ttl {
  font-size: clamp(25px, 4.7vw, 47px);
  font-weight: 700;
  line-height: 1.4255319149;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}
.top-mv .mv .mv_txtArea .mv_txtArea-txt {
  font-size: clamp(13px, 2vw, 20px);
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #0b2e6e;
  background-color: #fff;
  padding: 2px 50px 5px;
  border-radius: 20px;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv_txtArea .mv_txtArea-txt {
    padding: 2px 17px 3px;
    margin-top: 15px;
    letter-spacing: 0.02em;
  }
}
.top-mv .mv_message {
  font-size: clamp(18px, 3.8vw, 38px);
  line-height: 1.8;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_message {
    margin-top: 30px;
    margin-bottom: 15px;
    line-height: 1.75;
  }
}
.top-mv .mv_message strong {
  font-size: 160%;
  font-weight: bold;
  line-height: 1.1;
}
.top-mv .mv_category {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.top-mv .mv_category.list {
  margin-left: auto;
  margin-right: auto;
}
.top-mv .mv_category.list .list-item {
  position: relative;
  width: 32.3776223776%;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_category.list .list-item {
    width: 720px;
    width: 72vw;
    margin-left: auto;
    margin-right: auto;
  }
  .top-mv .mv_category.list .list-item + .list-item {
    margin-top: 20px;
  }
}
.top-mv .mv_category.list .list-item a {
  display: block;
  color: #fff;
}
.top-mv .mv_category.list .list-item a > * {
  z-index: 2;
}
@media screen and (min-width: 1201px), print {
  .top-mv .mv_category.list .list-item a > img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-mv .mv_category.list .list-item a:hover > img {
    opacity: 0.6;
  }
}
.top-mv .mv_category.list .list-item .txtArea {
  position: absolute;
  top: 48%;
  left: 50%;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_category.list .list-item .txtArea {
    top: 45%;
  }
}
.top-mv .mv_category.list .list-item .ttl {
  position: relative;
  font-size: clamp(30px, 4.8vw, 48px);
  font-weight: 700;
  padding-bottom: 12px;
  margin-bottom: 12px;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_category.list .list-item .ttl {
    padding-bottom: 8px;
    margin-bottom: 8px;
  }
}
.top-mv .mv_category.list .list-item .ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: clamp(40px, 6vw, 60px);
  height: clamp(3px, 0.4vw, 4px);
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.top-mv .mv_category.list .list-item .txt {
  font-size: clamp(15px, 2vw, 20px);
  font-weight: 700;
  letter-spacing: 0.07em;
}
.top-mv .mv_category.list .list-item .tag {
  position: absolute;
  bottom: 13px;
  left: 13px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_category.list .list-item .tag {
    bottom: 8px;
    left: 8px;
  }
}
.top-mv .mv_category.list .list-item .tag .tag-item {
  font-size: clamp(9px, 1.2vw, 12px);
  font-weight: 600;
  color: #666;
  background-color: #fff;
  padding: 1px 15px;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_category.list .list-item .tag .tag-item {
    padding: 1px 10px;
  }
}
.top-mv .mv_category.list .list-item .tag .tag-item + .tag-item {
  margin-left: 7px;
}
.top-mv .mv_category.list .list-item .icon__more {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 30px;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv_category.list .list-item .icon__more {
    bottom: 7px;
    right: 7px;
    width: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .top-mv__slider .slick-slide:nth-child(3) .mv_txtArea-ttl {
    color: #316fbf;
    text-shadow: none;
  }
}
.top-about .c-wrap {
  background-image: url(../../assets/images/top/top-about-bg.jpg);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
.top-about .c-wrap .c-wrap__inner {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.top-about .c-wrap .about_header {
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about_header {
    padding-bottom: 50px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.top-about .c-wrap .about_header .ttl {
  position: relative;
  font-size: clamp(26px, 4.2vw, 42px);
  font-weight: 600;
  line-height: 1.619047619;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about_header .ttl {
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.top-about .c-wrap .about_header .txt {
  font-size: clamp(17px, 2.2vw, 22px);
  font-weight: 500;
  line-height: 2.0909090909;
  margin-top: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about_header .txt {
    margin-top: 0;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px), print {
  .top-about .c-wrap .about_header .top-about__slider1,
  .top-about .c-wrap .about_header .top-about__slider2 {
    position: absolute;
    top: 0;
    margin: auto;
  }
}
.top-about .c-wrap .about_header .top-about__slider1 {
  right: calc(100% + 60px);
  width: calc(100vw - 1000px);
  min-width: 340px;
}
@media screen and (min-width: 768px) and (max-width: 1400px) {
  .top-about .c-wrap .about_header .top-about__slider1 {
    right: calc(100% + 3vw);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about_header .top-about__slider1 {
    display: none;
  }
}
.top-about .c-wrap .about_header .top-about__slider2 {
  left: 53.5%;
  width: 50vw;
  min-width: 800px;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about_header .top-about__slider2 {
    width: 100%;
    min-width: auto;
  }
}
.top-about .c-wrap .about_header .top-about__slider3 {
  width: auto;
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about-advantage .about-advantage__list {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-about .c-wrap .about-advantage .about-advantage__list .list-item {
  width: 30.6%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about-advantage .about-advantage__list .list-item {
    width: 100%;
  }
  .top-about .c-wrap .about-advantage .about-advantage__list .list-item + .list-item {
    margin-top: 40px;
  }
}
.top-about .c-wrap .about-advantage .about-advantage__list .list-item .imgArea {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about-advantage .about-advantage__list .list-item .imgArea {
    margin-left: auto;
    margin-right: auto;
    width: 720px;
    width: 72vw;
  }
}
.top-about .c-wrap .about-advantage .about-advantage__list .list-item .txtArea .ttl {
  font-size: clamp(26px, 3.8vw, 38px);
  line-height: 1.4;
  font-weight: 700;
  margin-top: 5px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .top-about .c-wrap .about-advantage .about-advantage__list .list-item .txtArea .ttl {
    text-align: center;
  }
}
.top-about .c-wrap .about-advantage .about-advantage__list .list-item .txtArea .txt {
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  line-height: 1.7;
}
.top-bukken .c-wrap {
  background-color: #0b2e6e;
}
.top-bukken .c-wrap .c-heading {
  padding-top: 90px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767.98px) {
  .top-bukken .c-wrap .c-heading {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.top-bukken .c-wrap .c-heading-jp {
  color: #fff;
}
.top-bukken .bukken-inuki .ttl {
  color: #82aa96;
}
.top-bukken .bukken-inuki .slick.bukken-inuki__slider .slick-prev::before {
  background: url(../../assets/images/common/arrow-green_left.png) !important;
  background-size: contain !important;
}
.top-bukken .bukken-inuki .slick.bukken-inuki__slider .slick-next::before {
  background: url(../../assets/images/common/arrow-green_right.png) !important;
  background-size: contain !important;
}
@media screen and (min-width: 1201px), print {
  .top-bukken .bukken-inuki .slick.bukken-inuki__slider .slick-box a:hover {
    color: #82aa96;
  }
}
.top-bukken .bukken-inuki .slick.bukken-inuki__slider .slick-box .bukken-address::before {
  background-image: url(../../assets/images/common/pin_green.png);
}
.top-bukken .bukken-inuki .slick.bukken-inuki__slider .slick-box .tag .tag-item {
  color: #82aa96;
  border: 1px solid #82aa96;
}
.top-bukken .bukken-apartment .bukken-address::before {
  background-image: url(../../assets/images/common/pin_pink.png) !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-bukken .top-bukken__btn {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767.98px) {
  .top-bukken .top-bukken__btn {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.top-bukken .top-bukken__btn .c-button {
  font-size: clamp(18px, 2vw, 20px);
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1201px), print {
  .top-bukken .top-bukken__btn .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-bukken .top-bukken__btn .c-button a:hover {
    color: #fff;
    background-color: #c8aa43;
  }
}

@media screen and (max-width: 767.98px) {
  .top-inuki {
    width: 920px;
    width: 92vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .top-inuki .txtArea {
    position: absolute;
    left: 100px;
    top: 65px;
    margin: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .top-inuki .txtArea {
    position: relative;
    margin-top: -165px;
  }
}
.top-inuki .ttl {
  max-width: 544px;
}
@media screen and (max-width: 767.98px) {
  .top-inuki .ttl {
    width: 800px;
    width: 80vw;
    margin-left: 30px;
  }
}
.top-inuki .list {
  width: 100%;
  max-width: 820px;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .top-inuki .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 27px;
  }
}
.top-inuki .list .list-item {
  width: 48.7804878049%;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .top-inuki .list .list-item {
    width: 860px;
    width: 86vw;
    margin-left: auto;
    margin-right: auto;
  }
  .top-inuki .list .list-item + .list-item {
    margin-top: 10px;
  }
}
.top-inuki .list .list-item a {
  display: block;
}
@media screen and (min-width: 1201px), print {
  .top-inuki .list .list-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-inuki .list .list-item a:hover {
    opacity: 0.5;
  }
}

.top-instagram {
  text-align: center;
}
.top-instagram .c-wrap .c-heading .c-heading-img {
  width: clamp(50px, 7.001vw, 70px);
  margin-left: auto;
  margin-right: auto;
}
.top-instagram .c-wrap .instagram {
  margin-top: 15px;
}

/*=======================================================================

 エイトワンについて

========================================================================*/
.about-main {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #ecf3f7;
}
@media screen and (min-width: 768px) and (max-width: 1200.98px) {
  .about-main {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .about-main {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }
}
.about-main .about-main__img {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about-main .about-main__img {
    width: auto;
    margin-left: -40px;
    margin-right: -40px;
  }
}
.about-main .ttl--md {
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width: 767.98px) {
  .about-main .ttl--md {
    margin-top: -20px;
  }
}

.services .service-item {
  width: 30%;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .services .service-item {
    width: 48%;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .services .js-fadeUp:nth-child(3n+2) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .services .js-fadeUp:nth-child(3n+3) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .about-advantage .c-wrap {
    width: 93%;
  }
}
.about-advantage .advantages {
  margin-top: 40px;
}
.about-advantage .advantages .advantage-item {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .about-advantage .advantages .advantage-item {
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
  }
}
.about-advantage .advantages .advantage-item + .advantage-item {
  margin-top: 80px;
}
.about-advantage .advantages .advantage-item .c-heading .c-heading-img {
  display: block;
  width: 90px;
  margin-left: auto;
  margin-right: auto;
}
.about-advantage .advantages .advantage-item .c-heading .c-heading-jp {
  font-size: clamp(22px, 3.2vw, 32px);
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767.98px) {
  .about-advantage .advantages .advantage-item .c-heading .c-heading-jp {
    margin-top: 0.5em;
    margin-bottom: 0.7em;
  }
}
.about-advantage .advantages .advantage-item .txtArea {
  padding: 32px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 768px), print {
  .about-advantage .advantages .advantage-item .txtArea {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 58.75%;
    width: 420px;
    min-height: 400px;
    -webkit-box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.15);
  }
}
@media screen and (max-width: 767.98px) {
  .about-advantage .advantages .advantage-item .txtArea {
    padding: 20px;
    padding-top: 25px;
  }
}
.about-advantage .advantages .advantage-item .txtArea p {
  font-size: clamp(14px, 1.5vw, 15px);
  line-height: 1.8666666667;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.about-advantage .advantages .advantage-item .imgArea {
  width: 78.8793103448%;
  height: 480px;
}
@media screen and (max-width: 767.98px) {
  .about-advantage .advantages .advantage-item .imgArea {
    width: 100%;
  }
}
.about-advantage .advantages .advantage-item .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-advantage .advantages .advantage-item.reverse .txtArea {
  left: auto;
  right: 58.75%;
  right: auto;
}
.about-advantage .advantages .advantage-item.reverse .imgArea {
  margin-left: auto;
  margin-right: 0;
}

.about-support {
  background-color: #f9f7f2;
}
.about-support .c-heading .c-heading__img {
  width: 100%;
  max-width: 425px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .about-support .c-heading .c-heading__img {
    width: 93%;
  }
}
.about-support .supports__wrap {
  width: 93%;
  max-width: 1140px;
  padding: 45px 30px 40px;
  background-color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .about-support .supports__wrap {
    padding: 30px 20px 20px;
  }
}
.about-support .supports__wrap .copy--md strong {
  font-size: 120%;
}
.about-support .supports__wrap .supports {
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .about-support .supports__wrap .supports {
    width: 100% !important;
  }
}
.about-support .supports__wrap .support-item {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .about-support .supports__wrap .support-item {
    width: 100%;
  }
  .about-support .supports__wrap .support-item + .support-item {
    margin-top: 20px;
  }
}
.about-support .ttl--sm {
  line-height: 1.7;
}
.about-support .ttl--sm strong {
  font-size: 125%;
}

.about-image {
  position: relative;
  margin-top: 30px;
}
.about-image .txtArea {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .about-image .txtArea {
    position: absolute;
    top: 13%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 767.98px) {
  .about-image .txtArea {
    position: relative;
    margin-top: 50px;
    margin-bottom: -200px;
  }
}
.about-image .txtArea .ttl--md {
  line-height: 1.8947368421;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .about-image .txtArea .ttl--md {
    font-size: 1.9rem;
  }
}
.about-image .txtArea .copy--xl {
  line-height: 2.3333333333;
  letter-spacing: 0.08em;
  margin-top: 2em;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .about-image .txtArea .copy--xl {
    font-size: 23px;
    font-size: 1.7692307692vw;
  }
}
@media screen and (max-width: 767.98px) {
  .about-image .txtArea .copy--xl {
    line-height: 1.9;
    margin-top: 1em;
  }
}
@media screen and (max-width: 767.98px) {
  .about-image .imgArea {
    margin-left: -230px;
  }
}

/*=======================================================================

 居抜物件

========================================================================*/
.page-inuki .ttl {
  letter-spacing: 0.06em;
}
.c-inuki {
  color: #509678;
}

@media screen and (max-width: 767.98px) {
  .inuki-main {
    margin-top: 50px;
    padding-top: 0 !important;
  }
}
.inuki-main .txtArea .ttl strong {
  font-size: 140%;
  line-height: 1;
}
.inuki-main .txtArea .txt {
  line-height: 2.2;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .inuki-main .txtArea .txt {
    margin-top: 20px;
  }
}
.inuki-main .txtArea .txt strong {
  font-size: 120%;
  line-height: 1;
}
.inuki-main .imgArea {
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .inuki-main .imgArea {
    margin-top: 40px;
  }
}

.inuki-satei__btn a {
  display: block;
}

.inuki-sale {
  position: relative;
  background-color: #f0f4f2;
  padding-left: 50px;
  padding-right: 50px;
}
@media screen and (max-width: 767.98px) {
  .inuki-sale {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 8vw;
  }
}
.inuki-sale:before {
  content: "▼";
  position: absolute;
  top: -0.3em;
  left: 0;
  right: 0;
  font-size: 30px;
  line-height: 1;
  color: #fff;
  margin: auto;
  -webkit-transform: scaleX(1.3);
          transform: scaleX(1.3);
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .inuki-sale:before {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    font-size: 16px;
  }
}
.inuki-sale .ttl {
  font-size: clamp(36px, 4.8vw, 48px);
}
.inuki-sale .ttl small {
  font-size: 80%;
  font-weight: 700;
}
.inuki-sale .txt {
  margin-top: 15px;
}
.inuki-sale .txt + .txt {
  font-weight: 700;
  margin-top: 1.6em;
}
.inuki-sale .txt strong {
  font-size: 160%;
  line-height: 1.5;
}
.inuki-sale .inuki-sale__hands {
  position: relative;
  width: 100%;
  max-width: 690px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .inuki-sale .inuki-sale__hands {
    width: 65%;
    margin-bottom: -20px;
  }
}
.inuki-sale .merit {
  width: 100%;
  max-width: 900px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
}
.inuki-sale .merit .meritList {
  width: 45%;
  padding-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .inuki-sale .merit .meritList {
    width: 100%;
    padding-left: 0;
  }
}
.inuki-sale .merit .meritList .meritList__img {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 10px;
}
.inuki-sale .merit .meritList ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .inuki-sale .merit .meritList ul {
    margin-left: 0;
  }
}
.inuki-sale .merit .meritList ul li {
  font-weight: 600;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}
.inuki-sale .merit .meritList ul li + li {
  margin-top: 0.7em;
}
.inuki-sale .merit .meritList ul li::before {
  content: "■";
  color: #509678;
}
.inuki-sale .inuki-sale__image {
  position: relative;
  bottom: -50px;
}
@media screen and (max-width: 767.98px) {
  .inuki-sale .inuki-sale__image {
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    bottom: -40px;
  }
}

@media screen and (max-width: 767.98px) {
  .inuki-flow {
    margin-top: 50px;
  }
}
.inuki-flow .ttl {
  line-height: 1.45;
  letter-spacing: 0.03em;
}
.inuki-flow .ttl strong {
  font-size: 140%;
  line-height: 1.4;
}
.inuki-flow .flow {
  width: 100%;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
}
.inuki-flow .flow .flow__ttl {
  position: relative;
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 600;
  border: 3px solid #82aa96;
  padding-top: 10px;
  padding-bottom: 12px;
  text-align: center;
  border-radius: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .inuki-flow .flow .flow__ttl {
    font-size: clamp(18px, 2.6vw, 26px);
    border: 2px solid #82aa96;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: 30px;
    margin-bottom: -10px;
  }
}
.inuki-flow .flow .flow__copy {
  font-size: clamp(24px, 3.2vw, 32px);
  font-weight: 600;
  color: #509678;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .inuki-flow .flow .flow__copy {
    line-height: 1.4;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 1em;
  }
}
.inuki-flow .flow .flow__copy img {
  width: 35px;
  margin-right: 10px;
}
.inuki-flow .flow dl {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .inuki-flow .flow dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.inuki-flow .flow dl + dl {
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .inuki-flow .flow dl + dl {
    margin-top: 30px;
  }
}
.inuki-flow .flow dl dt {
  width: 120px;
}
@media screen and (max-width: 767.98px) {
  .inuki-flow .flow dl dt {
    margin-left: auto;
    margin-right: auto;
  }
}
.inuki-flow .flow dl dd {
  width: calc(100% - 150px);
  padding-top: 10px;
}
@media screen and (max-width: 767.98px) {
  .inuki-flow .flow dl dd {
    width: 100%;
  }
}

.inuki-contact {
  border: 2px solid #82aa96;
  font-weight: 500;
}
.inuki-contact .inuki-contact__bg {
  color: #fff;
  background-image: url(../../assets/images/inuki/inuki-contact_bg.png);
  background-repeat: repeat;
  background-position: center center;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inuki-contact .inuki-contact__bg .ttl {
  line-height: 1.6;
}
.inuki-contact .inuki-contact__inner {
  padding: 45px 60px 50px;
}
@media screen and (max-width: 767.98px) {
  .inuki-contact .inuki-contact__inner {
    padding: 15px 20px 25px;
  }
}
.inuki-contact .ttl__hatena {
  font-size: clamp(20px, 2.6vw, 26px);
  font-weight: 700;
  color: #509678;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .inuki-contact .ttl__hatena {
    margin-top: 30px;
    margin-bottom: 10px;
  }
}
.inuki-contact .ttl__hatena img {
  width: 33px;
  margin-right: 10px;
  margin-top: 3px;
}
.inuki-contact .txt {
  line-height: 1.9;
  letter-spacing: 0.03em;
}
.inuki-contact .c-buttons {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .inuki-contact .c-buttons {
    margin-top: 20px;
  }
}

/*=======================================================================

 物件一覧

========================================================================*/
.page-bukken .bukken-nav {
  margin-bottom: 25px;
}
@media screen and (max-width: 767.98px) {
  .page-bukken .bukken-nav {
    margin-bottom: 0;
  }
}
.page-bukken .bukken-nav .nav .nav-item {
  width: 46%;
}
.page-bukken .bukken-nav .nav .nav-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 700;
  height: 80px;
  color: #fff;
  background-color: #c47d76;
}
@media screen and (min-width: 1201px), print {
  .page-bukken .bukken-nav .nav .nav-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-bukken .bukken-nav .nav .nav-item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .page-bukken .bukken-nav .nav .nav-item a {
    height: 50px;
  }
}
.page-bukken .bukken-main .p-bukken__section {
  width: 100%;
}
.page-bukken .bukken-main .p-bukken__section::before {
  width: 100%;
}
.page-bukken .bukken-main .p-bukken__section + .p-bukken__section {
  padding-bottom: 0;
}
.page-bukken .bukken-main .p-bukken__section .ttl {
  color: #c47d76;
}
.page-bukken .bukken-main .p-bukken__section .slick::before, .page-bukken .bukken-main .p-bukken__section .slick::after {
  width: 32%;
  height: 0;
  background: none;
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
}
.page-bukken .bukken-main .p-bukken__section .slick::before {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.page-bukken .bukken-main .p-bukken__section .slick .slick-box {
  width: 32%;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (min-width: 768px), print {
  .page-bukken .bukken-main .p-bukken__section .slick .slick-box:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .page-bukken .bukken-main .p-bukken__section .slick .slick-box {
    width: 100%;
  }
  .page-bukken .bukken-main .p-bukken__section .slick .slick-box + .slick-box {
    margin-top: 50px;
  }
}
/*=======================================================================

 よくある質問

========================================================================*/
.faq-main {
  /* タイトルの背景色 */
  /* コンテンツボックスの枠線 */
  /* 矢印 */
}
.faq-main .accordion {
  position: relative;
  width: 100%;
}
.faq-main .accordion-title {
  font-size: clamp(21px, 2.8vw, 28px);
  cursor: pointer;
  padding: 30px 30px;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 767.98px) {
  .faq-main .accordion-title {
    padding: 20px 20px;
  }
}
.faq-main .accordion-content {
  display: none;
  padding-bottom: 80px;
}
.faq-main .accordion-content dl {
  padding: 50px 30px;
  border-bottom: 1px dashed #cccccc;
}
@media screen and (max-width: 767.98px) {
  .faq-main .accordion-content dl {
    padding: 30px 0px;
  }
}
.faq-main .accordion-content dl dt,
.faq-main .accordion-content dl dd {
  letter-spacing: 0.05em;
  padding-left: 35px;
}
@media screen and (max-width: 767.98px) {
  .faq-main .accordion-content dl dt,
  .faq-main .accordion-content dl dd {
    padding-left: 22px;
  }
}
.faq-main .accordion-content dl dt {
  position: relative;
  font-size: clamp(17px, 2.4vw, 24px);
  font-weight: 700;
}
.faq-main .accordion-content dl dt::before {
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
  content: "■";
  color: #cdd9d5;
  margin-right: 7px;
}
.faq-main .accordion-content dl dd {
  margin-top: 10px;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: 600;
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .faq-main .accordion-content dl dd {
    font-weight: 500;
  }
}
.faq-main .accordion-title {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.faq-main .accordion-title::after {
  width: 30px;
  height: 30px;
  content: "";
  display: block;
  position: absolute;
  right: 25px;
  top: 38%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  background-image: url(../../assets/images/faq/faq-arrow_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .faq-main .accordion-title:hover {
    background-color: #f5f9fb;
  }
}
.faq-main .accordion-title.open {
  background-color: #f5f9fb;
}
.faq-main .accordion-title.open::after {
  top: 38%;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/*=======================================================================

 会社案内

========================================================================*/
.company-main .company-header .ttl strong {
  font-size: 120%;
  line-height: 1;
}
.company-main .company-header .copy {
  line-height: 1.95;
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-header .copy {
    text-align: left;
    margin-top: 20px;
  }
}
.company-main .company-greeting {
  background-color: #f9f7f2;
  background-image: url(../../assets/images/company/company-bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-greeting {
    background-image: url(../../assets/images/company/sp/company-bg_sp.jpg);
    background-position: right bottom;
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .company-main .company-greeting .greeting {
    width: 100%;
  }
}
.company-main .company-greeting .greeting .greeting__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.company-main .company-greeting .greeting * {
  text-align: left;
}
.company-main .company-greeting .greeting .copy {
  letter-spacing: 0.07em;
  margin-top: 40px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-greeting .greeting .copy {
    margin-top: 20px;
  }
  .company-main .company-greeting .greeting .copy br {
    display: none;
  }
  .company-main .company-greeting .greeting .copy .br {
    display: block;
  }
}
.company-main .company-greeting .greeting .sign {
  width: 211px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-greeting .greeting .sign {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .company-main .company-photo {
    width: auto;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.company-main .company-photo2 {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-photo2 {
    width: auto;
    margin-left: -5%;
    margin-right: -5%;
    padding: 50px;
    padding: 5vw;
  }
}
.company-main .company-photo2::before {
  content: "";
  width: 2px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767.98px) {
  .company-main .company-photo2::before {
    width: 100%;
    height: 2px;
  }
}
.company-main .company-photo2 .company-photo2__item {
  width: 50%;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-photo2 .company-photo2__item {
    width: 100%;
  }
}
.company-main .logo {
  width: 50%;
  max-width: 200px;
  margin-top: 60px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .company-main .logo {
    margin-top: 45px;
    margin-bottom: 25px;
  }
}
.company-main .company-outline {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.company-main .company-outline dl dt,
.company-main .company-outline dl dd {
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: 0.05em;
  padding-top: 28px;
  padding-bottom: 28px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dt,
  .company-main .company-outline dl dd {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.company-main .company-outline dl dt {
  font-weight: 600;
  width: 140px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dt {
    width: 75px;
  }
}
.company-main .company-outline dl dd {
  width: calc(100% - 140px);
}
@media screen and (max-width: 767.98px) {
  .company-main .company-outline dl dd {
    width: calc(100% - 75px);
  }
}
.company-main .company-outline dl dd ul li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-category {
    margin-top: 0;
  }
}
.company-main .company-category .category-item {
  letter-spacing: 0.03em;
  overflow: hidden;
  position: relative;
  width: 46%;
  padding: 30px;
  border: 2px solid #bfd6e5;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-category .category-item {
    width: 100%;
    padding: 30px;
    border: 1px solid #bfd6e5;
    padding: 25px;
    margin-top: 50px;
  }
  .company-main .company-category .category-item + .category-item {
    margin-top: 40px;
  }
}
.company-main .company-category .category-item .category-item__ttl {
  position: relative;
  color: #0b2e6e;
  font-size: clamp(21px, 2.2vw, 22px);
  font-weight: 700;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 13px;
  letter-spacing: 0.1em;
}
.company-main .company-category .category-item .category-item__ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 200%;
  height: 2px;
  background-color: #bfd6e5;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-category .category-item .category-item__ttl::before {
    height: 1px;
  }
}
.company-main .company-category .category-item .category-item__txt {
  font-size: clamp(17px, 1.6vw, 16px);
  font-weight: 600;
  padding-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-category .category-item .category-item__txt {
    letter-spacing: 0.07em;
  }
}
.company-main .company-category .category-info {
  font-weight: 600;
  margin-top: 30px;
}
.company-main .company-category .category-info .category-info__ttl {
  font-size: clamp(16px, 1.6vw, 16px);
  font-weight: 700;
  color: #76a7c7;
}
.company-main .company-category .category-info .category-info__txt {
  position: relative;
  font-size: clamp(14px, 1.4vw, 14px);
  padding-left: 20px;
  margin-top: 5px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-category .category-info .category-info__txt + .category-info__txt {
    margin-top: 10px;
  }
}
.company-main .company-category .category-info .category-info__txt::before {
  content: "■";
  position: absolute;
  top: 0;
  left: 0;
  color: #cdd9d5;
  margin: auto;
  margin-right: 7px;
}
.company-main .company-map {
  position: relative;
  height: 600px;
}
@media screen and (max-width: 767.98px) {
  .company-main .company-map {
    height: 300px;
  }
}

/*=======================================================================

 オーナー様へ

========================================================================*/
@media screen and (max-width: 767.98px) {
  .owner-main {
    padding-top: 0;
  }
}
.owner-main .owner-onayami {
  padding-top: 120px;
}
@media screen and (max-width: 767.98px) {
  .owner-main .owner-onayami {
    padding-top: 50px;
  }
}
.owner-main .owner-pr {
  text-align: center;
}
.owner-main .owner-pr .ttl {
  font-size: clamp(24px, 4.2vw, 42px);
  font-weight: 700;
  line-height: 1.5238095238;
  letter-spacing: 0.03em;
}
.owner-main .owner-pr .ttl strong {
  color: #316fbf;
  font-weight: bold;
}
.owner-main .owner-pr .copy {
  line-height: 2.1;
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .owner-main .owner-pr .copy {
    margin-top: 1.5em;
    text-align: left;
  }
}
.owner-main .owner-pr .copy + .copy {
  margin-top: 3em;
}
.owner-main .owner-btn {
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .owner-main .owner-btn .col2 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.owner-tenant .c-wrap {
  background-color: #0b2e6e;
  padding: 20px;
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .c-wrap {
    width: 100%;
    padding: 10px;
  }
}
.owner-tenant .c-heading {
  color: #fff;
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .c-heading {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.owner-tenant .c-heading-txt {
  margin-top: 15px;
}
.owner-tenant .tenant__content {
  position: relative;
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant__content {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
.owner-tenant .tenant {
  width: 96%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 35px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant {
    width: 90%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.owner-tenant .tenant:has(.u-align--center) {
  display: block;
  text-align: center;
}
.owner-tenant .tenant .tenant-block {
  font-weight: 500;
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant .tenant-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.owner-tenant .tenant .tenant-block figure {
  height: 240px;
  margin-bottom: 7px;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant .tenant-block figure {
    width: 35%;
    height: 90px;
  }
}
.owner-tenant .tenant .tenant-block figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant .tenant-block .txtArea {
    width: 60%;
  }
}
.owner-tenant .tenant .tenant-block .txtArea .ttl {
  font-size: clamp(14px, 1.6vw, 16px);
  padding-top: 5px;
  padding-bottom: 2px;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant .tenant-block .txtArea .ttl {
    padding-top: 0;
  }
}
.owner-tenant .tenant .tenant-block .txtArea .year {
  font-size: clamp(12px, 1.4vw, 14px);
  color: #0b2e6e;
  letter-spacing: 0.05em;
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant .tenant-block .txtArea .year {
    text-align: left;
  }
}
.owner-tenant .tenant .tenant-block .txtArea .comment {
  font-size: clamp(13px, 1.4vw, 14px);
  color: #316fbf;
  background-color: rgba(49, 111, 191, 0.05);
  margin-top: 10px;
  border-radius: 7px;
  padding: 15px 20px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .tenant .tenant-block .txtArea .comment {
    margin-top: 10px;
    border-radius: 7px;
    padding: 10px 13px;
  }
}
.owner-tenant .copy {
  line-height: 2.2;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .copy {
    margin-top: 30px;
  }
}
.owner-tenant .copy strong {
  font-size: 125%;
  line-height: 1;
}
.owner-tenant .btn {
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .btn {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .owner-tenant .c-buttons {
    margin-top: 20px;
  }
}
.owner-tenant .c-buttons .c-button {
  font-size: clamp(14px, 1.6vw, 16px);
  max-width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.owner-tenant .c-buttons .c-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(14px, 1.6vw, 16px);
  height: 46px;
  border: 1px solid #ccc;
  padding-right: 20px;
}
@media screen and (min-width: 1201px), print {
  .owner-tenant .c-buttons .c-button a:hover {
    color: #fff;
    background-color: #0b2e6e;
    border-radius: 30px;
  }
}
.owner-tenant .c-buttons .c-button span {
  display: inline-block;
  line-height: 1;
  width: 14px;
  margin-left: 10px;
  vertical-align: middle;
}

/*=======================================================================

 借りたい方へ

========================================================================*/
.commitment-main .banner {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.commitment-main .banner a {
  display: block;
}
@media screen and (min-width: 1201px), print {
  .commitment-main .banner a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .commitment-main .banner a:hover {
    opacity: 0.5;
  }
}
.commitment-main .commitment-header .ttl {
  font-size: clamp(16px, 2.8vw, 28px);
  line-height: 2.0625;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-header .ttl {
    margin-bottom: 30px;
  }
}
.commitment-main .commitment-block {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.commitment-main .commitment-block:nth-child(odd) {
  background-color: #f5f8fc;
}
.commitment-main .commitment-block .c-wrap {
  max-width: 1100px;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .commitment-main .commitment-block .c-wrap {
    width: 93%;
  }
}
.commitment-main .commitment-block .commitment__ttl {
  font-size: clamp(19px, 3vw, 30px);
  color: #316fbf;
  font-weight: bold;
  letter-spacing: 0.07em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block .commitment__ttl {
    line-height: 2;
  }
}
.commitment-main .commitment-block .commitment__ttl strong {
  display: inline-block;
  color: #fff;
  background-color: #316fbf;
  padding: 4px 21px 6px 23px;
  margin-right: 15px;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block .commitment__ttl strong {
    padding: 0px 12px 2px 12px;
    margin-right: 5px;
  }
}
.commitment-main .commitment-block .flex {
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block .flex {
    margin-top: 15px;
  }
}
.commitment-main .commitment-block .flex .commitment__img {
  width: 43.6363636364%;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block .flex .commitment__img {
    width: auto;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.commitment-main .commitment-block .flex .commitment__txt {
  width: 51.8181818182%;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block .flex .commitment__txt {
    width: 100%;
    margin-top: 15px;
  }
}
.commitment-main .commitment-block .flex .commitment__txt p {
  line-height: 2.2;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .commitment-block .flex .commitment__txt p {
    line-height: 1.75;
  }
}
.commitment-main .c-button__wrap {
  max-width: 1000px;
}
.commitment-main .c-button__wrap .c-button {
  width: 48%;
}
@media screen and (max-width: 767.98px) {
  .commitment-main .c-button__wrap .c-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .commitment-main .c-button__wrap .c-button + .c-button {
    margin-top: 20px;
  }
}
.commitment-main .c-button__wrap .c-button a {
  max-width: 100%;
  letter-spacing: 0.04em;
}

/*=======================================================================

 エイトワンが選ばれる理由

========================================================================*/
.reason-main .reason-header {
  text-align: center;
}
.reason-main .reason-header .ttl {
  letter-spacing: 0.05em;
}
.reason-main .reason-header .ttl strong {
  font-size: 140%;
  line-height: 1.4;
}
.reason-main .reason-header .copy {
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-header .copy {
    margin-top: 25px;
  }
}
.reason-main .reason-header .copy strong {
  font-size: 120%;
  line-height: 1.5;
}
.reason-main .reason-features {
  background-color: #fcfaf8;
  background-image: url(../../assets/images/reason/features_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: 975px;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features {
    min-height: auto;
    margin-top: 20px;
    background-size: contain;
    background-position: top center;
    background-image: url(../../assets/images/reason/sp/features_bg_sp.jpg);
  }
}
.reason-main .reason-features .c-wrap {
  max-width: 1160px;
}
.reason-main .reason-features .reason-features__point {
  width: 80%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 55px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features .reason-features__point {
    margin-top: 25px;
  }
}
.reason-main .reason-features .reason-features__point .point {
  width: 45.375%;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features .reason-features__point .point {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .reason-main .reason-features .reason-features__point .point + .point {
    margin-top: 20px;
  }
}
.reason-main .reason-features .reason-features__point .point + .point {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.reason-main .reason-features .reason-features__txt {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features .reason-features__txt {
    margin-top: 20px;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.reason-main .reason-features .reason-features__img {
  position: relative;
  margin-top: 110px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .reason-main .reason-features .reason-features__img {
    width: 93%;
  }
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features .reason-features__img {
    margin-top: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
}
.reason-main .reason-features .reason-features__img li {
  width: 29.3103448276%;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features .reason-features__img li {
    width: 33.3333%;
  }
}
.reason-main .reason-features .reason-features__img li:nth-child(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.reason-main .reason-features .reason-features__img li:nth-child(3) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.reason-main .reason-features .reason-features__img li:nth-child(2) {
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-features .reason-features__img li:nth-child(2) {
    padding-top: 0px;
  }
}
.reason-main .reason-reason {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.reason-main .reason-reason .c-wrap {
  max-width: 1240px;
}
.reason-main .reason-reason .c-heading .c-heading-jp span {
  font-size: 140%;
  line-height: 1;
}
.reason-main .reason-block {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-block {
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.reason-main .reason-block .reason__imgArea {
  position: relative;
  width: 45.6140350877%;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-block .reason__imgArea {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.reason-main .reason-block .reason__imgArea .reason__num {
  font-size: clamp(32px, 4.2vw, 42px);
  position: absolute;
  top: 30px;
  right: -200px;
  width: 230px;
  height: 60px;
  color: #fff;
  background-color: #76a7c7;
  border-radius: 7px;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  font-family: "Roboto Slab", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-block .reason__imgArea .reason__num {
    top: 15px;
    width: 150px;
    height: 46px;
    right: auto !important;
    left: -20% !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: start !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
}
.reason-main .reason-block .reason__imgArea .reason__num small {
  font-size: 16px;
  font-family: "EB Garamond", sans-serif;
  padding-top: 2px;
  margin-right: 10px;
  letter-spacing: 0.07em;
}
.reason-main .reason-block .reason__imgArea figure {
  border-radius: 15px;
  overflow: hidden;
}
.reason-main .reason-block .reason__txtArea {
  position: relative;
  width: 52%;
  max-width: 560px;
  min-height: 320px;
  margin-top: 120px;
  padding-top: 30px;
  padding-bottom: 40px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-block .reason__txtArea {
    width: 100%;
    max-width: 100%;
    min-height: auto;
  }
}
.reason-main .reason-block .reason__txtArea .reason__ttl {
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0.04em;
}
.reason-main .reason-block .reason__txtArea .reason__txt {
  margin-top: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.reason-main .reason-block:nth-child(even) .reason__txtArea {
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-block:nth-child(even) .reason__txtArea {
    margin-top: -30px;
    padding-top: 50px;
  }
}
.reason-main .reason-block:nth-child(even) .reason__txtArea:before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: auto;
  width: 150vw;
  height: 100%;
  background-color: #0b2e6e;
}
.reason-main .reason-block:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: auto;
  margin-right: 0;
}
.reason-main .reason-block:nth-child(odd) .reason__txtArea {
  padding-top: 0;
}
@media screen and (max-width: 767.98px) {
  .reason-main .reason-block:nth-child(odd) .reason__txtArea {
    margin-top: 20px;
    padding-bottom: 0;
  }
}
.reason-main .reason-block:nth-child(odd) .reason__txtArea:before {
  content: none;
}
.reason-main .reason-block:nth-child(odd) .reason__num {
  left: -200px;
  right: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 1300px) {
  .reason-main .reason-footer .ttl {
    font-size: clamp(16px, 2.7vw, 27px);
  }
}
.reason-main .reason-footer .ttl strong {
  font-size: 140%;
}
.reason-main .c-button a {
  font-size: clamp(16px, 2.6vw, 26px);
  letter-spacing: 0.04em;
  height: 72px;
}
@media screen and (max-width: 767.98px) {
  .reason-main .c-button a {
    height: 50px;
  }
}

/*=======================================================================

 フォーム

========================================================================*/
[class*=page-contact] .c-wrap {
  max-width: 800px;
  letter-spacing: 0.05em;
}

.form,
.smf-form {
  background-color: #f9f7f2;
}
.form .cp_ipselect,
.form input[type=text],
.form input[type=email],
.form textarea,
.form select,
.smf-form .cp_ipselect,
.smf-form input[type=text],
.smf-form input[type=email],
.smf-form textarea,
.smf-form select {
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07);
}
.form .form-txt,
.smf-form .form-txt {
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 2.25;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .form .form-txt,
  .smf-form .form-txt {
    line-height: 1.75;
  }
}
.form .form-capt,
.smf-form .form-capt {
  font-size: clamp(12px, 1.4vw, 14px);
  text-align: center;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
.form .form-copy,
.smf-form .form-copy {
  font-size: clamp(16px, 2.2vw, 22px);
  line-height: 2.25;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .form .form-copy,
  .smf-form .form-copy {
    line-height: 1.75;
  }
}
.form .form-flow,
.smf-form .form-flow {
  width: 80%;
  max-width: 385px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .form .form-flow,
  .smf-form .form-flow {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}
.form .form-question,
.smf-form .form-question {
  font-size: clamp(15px, 1.8vw, 18px);
  font-weight: 700;
  background-color: #bfd6e5;
  padding: 20px 30px;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .form .form-question,
  .smf-form .form-question {
    padding: 15px 20px;
    margin-top: 30px;
  }
}
.form .form-ttl,
.smf-form .form-ttl {
  font-size: clamp(16px, 1.8vw, 18px);
  font-weight: 700;
  margin-top: 70px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .form .form-ttl,
  .smf-form .form-ttl {
    margin-top: 50px;
  }
}
.form .form-required,
.smf-form .form-required {
  color: #c80000;
  font-weight: 600;
}
.form .icon-required,
.smf-form .icon-required {
  font-size: clamp(11px, 1.3vw, 13px);
  border: 1px solid #c80000;
  color: #c80000;
  padding: 0px 6px 1px;
  margin-left: 10px;
}
.form .form-privacy,
.smf-form .form-privacy {
  border-top: 1px solid #ccc;
  padding-top: 50px;
  text-align: center;
  font-weight: 600;
}
.form .form-privacy .form-privacy__txt,
.smf-form .form-privacy .form-privacy__txt {
  font-size: clamp(12px, 1.4vw, 14px);
}
.form .form-privacy .form-privacy__txt a,
.smf-form .form-privacy .form-privacy__txt a {
  text-decoration: underline;
}
@media screen and (min-width: 1201px), print {
  .form .form-privacy .form-privacy__txt a,
  .smf-form .form-privacy .form-privacy__txt a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form .form-privacy .form-privacy__txt a:hover,
  .smf-form .form-privacy .form-privacy__txt a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
.form .form-privacy .form-privacy__check,
.smf-form .form-privacy .form-privacy__check {
  position: relative;
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 767.98px) {
  .form .form-privacy .form-privacy__check,
  .smf-form .form-privacy .form-privacy__check {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.form .form-privacy .form-privacy__check::before,
.smf-form .form-privacy .form-privacy__check::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 70px;
  height: 1px;
  background-color: #ccc;
}
.form .form-privacy .form-privacy__check input,
.smf-form .form-privacy .form-privacy__check input {
  display: inline-block;
  width: auto;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.form .form-submit,
.smf-form .form-submit {
  margin-top: 40px;
}
@media screen and (max-width: 767.98px) {
  .form .form-submit,
  .smf-form .form-submit {
    margin-top: 15px;
  }
}
.form .form-submit input[type=submit],
.smf-form .form-submit input[type=submit] {
  background-color: #0b2e6e;
  width: 320px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  border: 2px solid #0b2e6e;
  cursor: pointer;
}
@media screen and (min-width: 1201px), print {
  .form .form-submit input[type=submit],
  .smf-form .form-submit input[type=submit] {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .form .form-submit input[type=submit]:hover,
  .smf-form .form-submit input[type=submit]:hover {
    color: #0b2e6e;
    background-color: #fff;
    border: 2px solid #0b2e6e;
  }
}
.form .form-submit input[type=submit][disabled],
.smf-form .form-submit input[type=submit][disabled] {
  color: #fff !important;
  background-color: #ccc;
  border: 2px solid #ccc;
  cursor: default;
}

/*=======================================================================

input

========================================================================*/
.formWrap label {
  margin-right: 1.5em;
  margin-bottom: 10px;
  display: inline-block;
}
.formTable {
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .formTable {
    margin-bottom: 30px;
  }
}
.formTable .u-align--right {
  text-align: left;
}

.formTable th {
  font-size: clamp(14px, 1.8vw, 18px);
  vertical-align: middle;
}
.formTable th + td {
  padding-top: 13px;
}

.formTable td {
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .formTable td {
    padding-bottom: 40px;
  }
}

.formTable th,
.formTable td {
  position: relative;
  width: 100%;
  display: block;
}

.formTable2 {
  width: 100%;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .formTable2 {
    margin-bottom: 30px;
  }
}
.formTable2 th {
  width: 200px;
  font-size: clamp(15px, 1.8vw, 18px);
}
.formTable2 td {
  width: calc(100% - 200px);
  padding-bottom: 60px;
}
@media screen and (max-width: 767.98px) {
  .formTable2 td {
    margin-top: 10px;
  }
}
.formTable2 th,
.formTable2 td {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .formTable2 th,
  .formTable2 td {
    width: 100%;
    display: block;
  }
}
.formTable2 th dl,
.formTable2 td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.formTable2 th dl + dl,
.formTable2 td dl + dl {
  margin-top: 30px;
}
.formTable2 th dl dt,
.formTable2 td dl dt {
  width: 100px;
}
.formTable2 th dl dd label,
.formTable2 td dl dd label {
  margin-bottom: 0;
}

/* form radius
--------------------------------------------------------------------------------*/
input[type=text],
input[type=email],
textarea,
select {
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  input[type=email],
  textarea,
  select {
    max-width: 285px;
  }
}

input[type=text],
input[type=email] {
  margin-right: 7px;
}

/* form select
--------------------------------------------------------------------------------*/
.cp_ipselect {
  position: relative;
  width: 100%;
  max-width: 480px;
  background-color: #fff;
}

.cp_ipselect select {
  width: 100%;
  background: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-right: 1em;
  border: none;
  text-indent: 0.01px;
  cursor: pointer;
  text-overflow: ellipsis;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5em;
  width: 6px;
  height: 6px;
  border: 0.1em solid currentColor;
  border-bottom: 0;
  border-left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  pointer-events: none;
  -webkit-transform: translateY(-75%) rotate(135deg);
          transform: translateY(-75%) rotate(135deg);
  /* Safari用 */
}

/* form radio checkbox
--------------------------------------------------------------------------------*/
input[type=radio],
input[type=checkbox] {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
  margin-right: 7px;
  vertical-align: middle;
}

/*
-------------------------------------------------------*/
select {
  outline: 0;
}

input[type=text],
textarea,
select {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  padding-left: 1.2em;
  padding-right: 1.2em;
}

/*
-------------------------------------------------------*/
/*=======================================================================

 ご相談・お問い合わせ

========================================================================*/
/*=======================================================================

 貸テナントのお問い合わせ

========================================================================*/
@media screen and (max-width: 767.98px) {
  .page-contact_tenant .contact_tenant__form01 label:nth-child(-n+2) {
    width: 100%;
  }
}

/*=======================================================================

 居抜き物件の無料物件査定

========================================================================*/
.page-contact_satei .contact-hero {
  background-color: #e6ecea;
}
.page-contact_satei .form-question {
  background-color: #e6ecea;
}
.page-contact_satei .form-copy span {
  color: #316fbf;
  font-weight: 700;
}
.page-contact_satei .form-copy strong {
  font-size: 180%;
  color: #316fbf;
  font-weight: 700;
}

/*=======================================================================

 プライバシーポリシー

========================================================================*/
.page-privacy .c-wrap {
  max-width: 1280px;
}

.privacy-heading {
  overflow: hidden;
}
.privacy-main {
  line-height: 2;
  letter-spacing: 0.05em;
}
.privacy-main .c-wrap {
  max-width: 860px;
}
.privacy-main .txt {
  margin-bottom: 70px;
}
.privacy-main dl dt {
  font-size: clamp(16px, 2.2vw, 22px);
  font-weight: bold;
  margin-bottom: 5px;
}
.privacy-main dl dt:before {
  content: "■";
  color: #0b2e6e;
  margin-right: 0.2em;
}
.privacy-main dl dd {
  margin-bottom: 70px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.privacy-main dl dd ol {
  counter-reset: number 0;
  margin-top: 20px;
}
.privacy-main dl dd ol li {
  position: relative;
  padding-left: 25px;
}
.privacy-main dl dd ol li:before {
  display: block;
  /* number カウンタの増加数をセット */
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 0;
  /* 表示形式を指定 */
  color: #666;
  counter-increment: number 1;
}

/*=======================================================================

 シングルページ

========================================================================*/
.single {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .single {
    font-size: 1.5rem;
  }
}
.single .entry-header,
.single .entry-content {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.single .entry-content {
  line-height: 1.75;
}
.single .entry-header .c-title__line {
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .single .entry-header .c-title__line {
    margin-bottom: 15px;
  }
}
.single .entry-header .date {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-left: auto;
  margin-right: 0;
  margin-bottom: 20px;
}
.single .post__table table {
  width: 100%;
}
.single .post__table th,
.single .post__table td {
  padding: 20px 0px;
}
@media screen and (max-width: 767.98px) {
  .single .post__table th,
  .single .post__table td {
    display: block;
    width: 100%;
    padding: 25px 20px;
  }
}
.single .post__table th {
  width: 20%;
  min-width: 200px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .single .post__table th {
    padding-bottom: 0 !important;
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .single .post__table td {
    padding-top: 7px;
  }
}
.single .post__table tr:nth-child(odd) {
  background-color: #dfeaf2;
}
.single .post__pdf {
  max-width: 1000px;
  width: 100%;
  height: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 70px;
}
@media screen and (max-width: 767.98px) {
  .single .post__pdf {
    height: 400px;
  }
}
.single .post__pdf embed {
  width: 100%;
  height: 100%;
}
.single .post__map {
  margin-top: 50px;
}
.single .post__map .gmap {
  height: 560px;
}
@media screen and (max-width: 767.98px) {
  .single .post__map .gmap {
    height: 360px;
  }
}

.pager__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0em;
  border-top: 2px solid #0b2e6e;
}

.pager__item {
  width: 50%;
  min-width: 80px;
}
.pager__item.prev {
  text-align: left;
}
.pager__item.prev a::before {
  content: "← 前の記事";
}
.pager__item.next {
  text-align: right;
}
.pager__item.next a::before {
  content: "新しい記事 →";
}
.pager__item.next a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.pager__item a,
.pager__item span {
  position: relative;
  display: block;
  font-weight: 600;
  padding: 30px;
  color: #0b2e6e;
}
.pager__item a::before,
.pager__item span::before {
  display: block;
  font-size: 70%;
  font-weight: 400;
}
@media screen and (min-width: 1201px), print {
  .pager__item a,
  .pager__item span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pager__item a:hover,
  .pager__item span:hover {
    background-color: #f6f6f6;
  }
}
.pager__item span {
  color: #ddd;
  pointer-events: none;
}

.page-archive .banner {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .page-archive .banner {
    margin-bottom: 14vw;
  }
}
.page-archive .banner a {
  display: block;
}
@media screen and (min-width: 1201px), print {
  .page-archive .banner a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-archive .banner a:hover {
    opacity: 0.5;
  }
}
.page-archive .heading .c-title {
  width: 300px;
  text-align: left;
}
.page-archive .heading .btn {
  width: 230px;
  margin-left: auto;
  margin-right: 0;
}
.page-archive .list {
  margin-top: 25px;
  border-bottom: 1px solid #b3b3b3;
}
.page-archive .list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .page-archive .list .list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-archive .list .list-item .list-item__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .page-archive .list .list-item .list-item__post {
    width: 100%;
    margin-bottom: 10px;
  }
}
.page-archive .list .list-item .list-item__post time {
  font-size: 0.9375em;
  width: 110px;
  text-align: left;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .page-archive .list .list-item .list-item__post time {
    width: 95px;
  }
}
.page-archive .list .list-item .list-item__post .info-icon {
  font-size: clamp(12.5px, 1.652vw, 13px);
  font-weight: 500;
  width: 110px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #0b2e6e;
  border-radius: 13px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767.98px) {
  .page-archive .list .list-item .list-item__post .info-icon {
    width: 110px;
    height: 22px;
  }
}
.page-archive .list .list-item .list-item__post .info-icon.--events {
  color: #fff;
  background-color: #0b2e6e;
}
.page-archive .list .list-item .list-item__post .info-icon.--information {
  color: #0b2e6e;
  background-color: #fff;
}
.page-archive .list .list-item a {
  font-weight: 500;
  margin-left: 20px;
}
@media screen and (min-width: 1201px), print {
  .page-archive .list .list-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .page-archive .list .list-item a:hover {
    color: #0b2e6e;
  }
}
@media screen and (max-width: 767.98px) {
  .page-archive .list .list-item a {
    margin-left: 0;
    display: block;
    width: 100%;
  }
}
.page-archive .c-buttons {
  margin-top: 30px;
}
.page-archive .c-button__more {
  margin-left: auto;
  margin-right: 0;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
}

.page-numbers {
  font-weight: 500;
  -webkit-font-smoothing: subpixel-antialiased;
  background-color: #eee;
  margin: 0 7px;
  border-radius: 44px;
  display: inline-block;
  text-align: center;
  height: 44px;
  line-height: 44px;
  min-width: 44px;
  padding-left: 1.1em;
  padding-right: 1.1em;
}
@media screen and (min-width: 1201px), print {
  .page-numbers {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

.page-numbers.current,
.page-numbers:hover {
  background-color: #0b2e6e;
  color: #fff;
}

.has-81-blue-color {
  color: #0b2e6e;
}

.has-81-blue-2-color {
  color: #316fbf;
}

.has-81-gold-color {
  color: #c8aa43;
}

.has-81-orange-color {
  color: #f0a514;
}

.has-81-blue-background-color {
  background-color: #0b2e6e;
}

.has-81-blue-2-background-color {
  background-color: #316fbf;
}

.has-81-gold-background-color {
  background-color: #c8aa43;
}

.has-81-orange-background-color {
  background-color: #f0a514;
}

@media screen and (min-width: 1201px), print {
  .wp-block-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .wp-block-button:hover {
    opacity: 0.5;
  }
}

.editor-styles-wrapper h1,
.hentry h1 {
  font-weight: 600;
}
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.hentry h2,
.hentry h3,
.hentry h4 {
  position: relative;
  margin-top: 3.5em;
  margin-bottom: 1em;
  line-height: 1.55;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper h2,
  .editor-styles-wrapper h3,
  .editor-styles-wrapper h4,
  .hentry h2,
  .hentry h3,
  .hentry h4 {
    margin-top: 2.5em;
    margin-bottom: 0.8em;
  }
}
.editor-styles-wrapper h1,
.hentry h1 {
  font-size: 3.2rem;
  color: #0b2e6e;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper h1,
  .hentry h1 {
    font-size: 2.4rem;
  }
}
.editor-styles-wrapper h2,
.hentry h2 {
  font-size: 2.8rem;
  color: #0b2e6e;
  padding-bottom: 15px;
  border-bottom: 3px solid #0b2e6e;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper h2,
  .hentry h2 {
    font-size: 2rem;
  }
}
.editor-styles-wrapper h3,
.hentry h3 {
  font-size: 2.4rem;
  color: #0b2e6e;
  padding-left: 20px;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper h3,
  .hentry h3 {
    font-size: 1.8rem;
  }
}
.editor-styles-wrapper h3:before,
.hentry h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background-color: #0b2e6e;
  border-radius: 5px;
}
.editor-styles-wrapper h4,
.hentry h4 {
  font-size: 2rem;
  padding-bottom: 15px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .editor-styles-wrapper h4,
  .hentry h4 {
    font-size: 1.7rem;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}
.editor-styles-wrapper .date,
.hentry .date {
  text-align: right;
}
.editor-styles-wrapper p,
.hentry p {
  margin-top: 1em;
  margin-bottom: 1em;
  line-height: 2;
}
.editor-styles-wrapper .wp-block-table table,
.hentry .wp-block-table table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-spacing: unset;
}
.editor-styles-wrapper .wp-block-table table th,
.hentry .wp-block-table table th {
  background: hsla(0, 0%, 96%, 0.5);
}
.editor-styles-wrapper .wp-block-table table th,
.editor-styles-wrapper .wp-block-table table td,
.hentry .wp-block-table table th,
.hentry .wp-block-table table td {
  border: 1px solid #ddd;
  padding: 15px 25px;
}
.editor-styles-wrapper ol,
.editor-styles-wrapper ul,
.hentry ol,
.hentry ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}
.editor-styles-wrapper :where(.entry-content) ol,
.hentry :where(.entry-content) ol {
  list-style-type: decimal;
}
.editor-styles-wrapper :where(.entry-content) ul,
.hentry :where(.entry-content) ul {
  list-style: disc;
}
.editor-styles-wrapper :where(.entry-content) li,
.hentry :where(.entry-content) li {
  margin: 0.2em 0;
}
.editor-styles-wrapper :where(.entry-content) li ol,
.hentry :where(.entry-content) li ol {
  line-height: 1.6;
}
.editor-styles-wrapper :where(.entry-content) li ul,
.hentry :where(.entry-content) li ul {
  line-height: 1.6;
  list-style: circle;
}
.editor-styles-wrapper iframe,
.hentry iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.category-shopinfo .entry-header {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.category-shopinfo .entry-header .post-thumbnail {
  border-radius: 15px;
  overflow: hidden;
}
.components-datetime__time fieldset:nth-child(2) .components-datetime__time-wrapper {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.ui-datepicker-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.acf-label label {
  font-weight: bold !important;
}

.acf-fields > .acf-field:first-child {
  border-top: 1px solid #eaecf0 !important;
}

.column-aioseo-column {
  display: none !important;
}

/* シングルページ用
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .single .l-main .l-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .single .inner {
    padding-left: 0;
    padding-right: 0;
  }
}

/* アーカイブページ用
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .archive .l-main .l-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* タグページ用
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .tag .l-main .l-section {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

:root {
  --_padding-2: 0.9em 1.2em;
}

div[data-name=policy] .smf-checkboxes-control__control {
  text-align: center;
}

div[data-name=policy] .smf-error-messages {
  text-align: center;
}

.smf-progress-tracker {
  width: 96%;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
.smf-progress-tracker .smf-progress-tracker__item:after,
.smf-progress-tracker .smf-progress-tracker__item:before {
  top: 50%;
}
.smf-progress-tracker .smf-progress-tracker__item__number {
  display: none;
}
.smf-progress-tracker .smf-progress-tracker__item__text {
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 65px;
  height: 65px;
  color: #999;
  background-color: #e6e6e6;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .smf-progress-tracker .smf-progress-tracker__item__text {
    font-size: 1.4rem;
    width: 56px;
    height: 56px;
  }
}

[data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text,
[data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
[data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
[data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
  color: #333;
  background-color: #bfd6e5;
}

.smf-form .smf-item + .smf-item {
  margin-bottom: 30px;
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item + .smf-item {
    margin-bottom: 20px;
  }
}
.smf-form .smf-item .form-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smf-form .smf-item .smf-item__label__text strong {
  font-size: clamp(11px, 1.3vw, 13px);
  border: 1px solid #c80000;
  color: #c80000;
  padding: 0px 6px 1px;
  margin-left: 0px;
}
.smf-form .smf-item .smf-text-control__control,
.smf-form .smf-item .smf-textarea-control__control {
  border-radius: 0 !important;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.07);
  border-color: #fff;
}
.smf-form .smf-item .smf-text-control__control {
  max-width: 500px;
  width: 100%;
}
.smf-form .smf-item .smf-select-control {
  width: 100%;
  max-width: 400px;
}
.smf-form .smf-item .smf-select-control select {
  width: 100%;
  border-radius: 0 !important;
  border-color: #fff;
  padding: var(--_padding-2);
}
.smf-form .smf-item .smf-select-control .smf-select-control__toggle::before {
  right: 20px;
}
.smf-form .smf-item .smf-item__label .smf-item__label__text {
  font-size: clamp(14px, 1.8vw, 18px);
  vertical-align: middle;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.smf-form .smf-item .txt {
  font-weight: 600;
}
.smf-form .smf-item .smf-control-description {
  font-size: 1.3rem;
  line-height: 1.6;
  color: #c00;
}
@media screen and (max-width: 767.98px) {
  .smf-form .smf-item .smf-control-description {
    font-size: 1.2rem;
  }
}
.smf-form .smf-item .smf-label {
  margin-bottom: 5px;
}
.smf-form .smf-item .smf-error-messages {
  font-weight: 600;
}
.smf-form .smf-item .etc_hidden {
  display: none;
}
.smf-form .smf-item .smf-placeholder + .txt {
  margin-top: 20px;
}
.smf-form .smf-item .smf-placeholder[data-name=mokuteki]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=kibou01]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=kibou03]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=enquete04]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden, .smf-form .smf-item .smf-placeholder[data-name=enquete05]:has(.smf-label:last-child input:checked) + .smf-placeholder .etc_hidden {
  display: block;
  -webkit-animation: fadein 0.3s;
          animation: fadein 0.3s;
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.components-panel__body .etc_hidden {
  display: block !important;
}

.smf-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.smf-action .smf-button-control__control {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  color: #fff;
  background: #0b2e6e;
  width: 320px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 30px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  border: 2px solid #0b2e6e;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 15px;
}
@media screen and (min-width: 1201px), print {
  .smf-action .smf-button-control__control {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .smf-action .smf-button-control__control:hover {
    color: #0b2e6e;
    background-color: #fff;
    border: 2px solid #0b2e6e;
  }
  .smf-action .smf-button-control__control[disabled] {
    color: #fff !important;
    background-color: #ccc;
    border: 2px solid #ccc;
    cursor: default;
  }
}

[data-screen=confirm] .form-privacy {
  display: none;
}

/*=======================================================================

 居抜査定のプログレストラッカー

========================================================================*/
.page-contact_satei [data-screen=back] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
.page-contact_satei [data-screen=complete] .smf-progress-tracker__item--complete .smf-progress-tracker__item__text,
.page-contact_satei [data-screen=confirm] .smf-progress-tracker__item--confirm .smf-progress-tracker__item__text,
.page-contact_satei [data-screen=input] .smf-progress-tracker__item--input .smf-progress-tracker__item__text,
.page-contact_satei [data-screen=invalid] .smf-progress-tracker__item--input .smf-progress-tracker__item__text {
  color: #333;
  background-color: #cdd9d5;
}

/*=======================================================================

 snowmonkey editor

========================================================================*/
.wp-block-button__link {
  padding: calc(0.667em + 2px) calc(2em + 2px);
  padding-top: 8px;
  padding-bottom: 10px;
}
.wp-block-image.is-style-rounded img {
  border-radius: 10px;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 1em;
}

.wp-block-column .wp-block-image {
  margin: 0 0 0em;
}/*# sourceMappingURL=style.css.map */