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

.wrap {
  margin-inline: auto;
}

.u-img_radiusL,
.u-img_radiusR {
  overflow: hidden;
}

.u-img_radiusL {
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .u-img_radiusL {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

.u-img_radiusR {
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .u-img_radiusR {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
}

.u-box-wrap {
  border: 1px solid #cccccc;
  padding: 25px 20px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap {
    padding: 15px 20px;
  }
}
.u-box-wrap > * {
  max-width: 450px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.u-box-wrap .u-box-wrap__ttl {
  position: relative;
}
.u-box-wrap .u-box-wrap__ttl span {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-box-wrap .u-box-wrap__ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap .u-box-wrap__ttl span {
    font-size: 1.6rem;
  }
}
.u-box-wrap .u-box-wrap__ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #000;
}
.u-box-wrap .u-box-wrap__list {
  margin-top: 15px;
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap .u-box-wrap__list {
    margin-top: 10px;
  }
}
.u-box-wrap .u-box-wrap__list li {
  font-size: 1.8rem;
  font-weight: 500;
  width: 50%;
  margin-bottom: 7px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .u-box-wrap .u-box-wrap__list li {
    width: 100%;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .u-box-wrap .u-box-wrap__list li {
    width: 100%;
    font-size: 1.5rem;
  }
}

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

.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;
  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;
}
@media screen and (max-width: 767.98px) {
  .gmap {
    height: 300px;
  }
}

.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 {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube 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: #008bd5;
}

.c-main2 {
  color: #b8ac9b;
}

.c-sub {
  color: #f1f8f9;
}

.c-sub2 {
  color: #f1f8f9;
}

.c-red {
  color: #d00;
}

.c-orange {
  color: #e60;
}

.c-black {
  color: #333333;
}

.c-white {
  color: #ffffff;
}

.c-gray {
  color: #eeeeee;
}

.c-yellow {
  color: #fff962;
}

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

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

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

.u-bg-black {
  color: #fff;
  background-color: #222;
}

.u-bg-ivory {
  background-color: #fbfbfb;
}

/* ボーダー
-------------------------------------------------------*/
/* グラデ
-------------------------------------------------------*/
.u-bg-grade1 {
  background: linear-gradient(135deg, #02b2d9 0%, #a3d6cc 100%);
}

.u-bg-grade2 {
  background: -webkit-gradient(linear, left top, right top, from(#444), to(#222));
  background: linear-gradient(to right, #444, #222);
}

.u-bg-grade3 {
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
}

.u-bg-white__grade--reverse {
  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 {
  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--reverse {
  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 {
  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));
}

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

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

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

.font-gothic {
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", 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
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 5.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 52px;
    font-size: 5.2vw;
  }
}

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

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

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

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

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

.txt__md {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__md {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 14px;
    font-size: 3.8356164384vw;
  }
}

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

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

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

/* capt
-------------------------------------------------------*/
.capt {
  font-size: 1.3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 1.04rem;
  }
}

.capt_s {
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.12rem;
  }
}

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

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

.txt_indent15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}

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

.txt_indent25 {
  padding-left: 2.65em;
  text-indent: -2.65em;
}

.txt_indent30 {
  padding-left: 3em;
  text-indent: -3em;
}

/* 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;
}

.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: -4px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  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%);
}

/* 角丸
-------------------------------------------------------*/
.radius {
  overflow: hidden;
}

.radius3 {
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius3 {
    border-radius: 1.5px;
  }
}

.radius5 {
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius5 {
    border-radius: 2.5px;
  }
}

.radius7 {
  border-radius: 7px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius7 {
    border-radius: 3.5px;
  }
}

.radius10 {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius10 {
    border-radius: 5px;
  }
}

.radius15 {
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius15 {
    border-radius: 7.5px;
  }
}

.radius20 {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius20 {
    border-radius: 10px;
  }
}

.radius50 {
  border-radius: 50px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .radius50 {
    border-radius: 25px;
  }
}

/* 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;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
*/
/* 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 (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.65px;
  }
  .u5 {
    margin-bottom: 2.75px;
  }
  .u7 {
    margin-bottom: 3.85px;
  }
  .u10 {
    margin-bottom: 5.5px;
  }
  .u15 {
    margin-bottom: 8.25px;
  }
  .u20 {
    margin-bottom: 11px;
  }
  .u25 {
    margin-bottom: 13.75px;
  }
  .u30 {
    margin-bottom: 16.5px;
  }
  .u35 {
    margin-bottom: 19.25px;
  }
  .u40 {
    margin-bottom: 22px;
  }
  .u45 {
    margin-bottom: 24.75px;
  }
  .u50 {
    margin-bottom: 27.5px;
  }
  .u55 {
    margin-bottom: 30.25px;
  }
  .u60 {
    margin-bottom: 33px;
  }
  .u70 {
    margin-bottom: 38.5px;
  }
  .u80 {
    margin-bottom: 44px;
  }
  .u90 {
    margin-bottom: 49.5px;
  }
  .u100 {
    margin-bottom: 55px;
  }
  .u110 {
    margin-bottom: 60.5px;
  }
  .u120 {
    margin-bottom: 66px;
  }
  .u130 {
    margin-bottom: 71.5px;
  }
  .u140 {
    margin-bottom: 77px;
  }
  .u150 {
    margin-bottom: 82.5px;
  }
  .u160 {
    margin-bottom: 88px;
  }
}
/* -------------------------------------------------------*/
.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 (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5.5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -11px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -16.5px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -22px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -27.5px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -33px;
  }
}
/* -------------------------------------------------------*/
.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;
}

.t35 {
  margin-top: 35px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.75px;
  }
  .t7 {
    margin-top: 3.85px;
  }
  .t10 {
    margin-top: 5.5px;
  }
  .t15 {
    margin-top: 8.25px;
  }
  .t20 {
    margin-top: 11px;
  }
  .t25 {
    margin-top: 13.75px;
  }
  .t30 {
    margin-top: 16.5px;
  }
  .t35 {
    margin-top: 19.25px;
  }
  .t40 {
    margin-top: 22px;
  }
  .t50 {
    margin-top: 27.5px;
  }
  .t60 {
    margin-top: 33px;
  }
  .t70 {
    margin-top: 38.5px;
  }
}
/* -------------------------------------------------------*/
.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 (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.75px;
  }
  .t-10 {
    margin-top: -5.5px;
  }
  .t-15 {
    margin-top: -8.25px;
  }
  .t-20 {
    margin-top: -11px;
  }
  .t-25 {
    margin-top: -13.75px;
  }
  .t-30 {
    margin-top: -16.5px;
  }
}
/* -------------------------------------------------------*/
.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;
}

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

.section--pt_xs {
  padding-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_xs {
    padding-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_xs {
    padding-top: 50px;
    padding-top: 5vw;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_sm {
    padding-top: 85px;
    padding-top: 8.5vw;
  }
}

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

.section--pt_xl {
  padding-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt_xl {
    padding-top: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_xl {
    padding-top: 200px;
    padding-top: 20vw;
  }
}

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

.section--pb_xs {
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_xs {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_xs {
    padding-bottom: 50px;
    padding-bottom: 5vw;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_sm {
    padding-bottom: 85px;
    padding-bottom: 8.5vw;
  }
}

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

.section--pb_xl {
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb_xl {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_xl {
    padding-bottom: 200px;
    padding-bottom: 20vw;
  }
}

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

.section--mt_xs {
  margin-top: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_xs {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_xs {
    margin-top: 50px;
    margin-top: 5vw;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_sm {
    margin-top: 85px;
    margin-top: 8.5vw;
  }
}

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

.section--mt_xl {
  margin-top: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt_xl {
    margin-top: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_xl {
    margin-top: 200px;
    margin-top: 20vw;
  }
}

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

.section--mb_xs {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_xs {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_xs {
    margin-bottom: 50px;
    margin-bottom: 5vw;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_sm {
    margin-bottom: 85px;
    margin-bottom: 8.5vw;
  }
}

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

.section--mb_xl {
  margin-bottom: 200px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb_xl {
    margin-bottom: 200px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_xl {
    margin-bottom: 200px;
    margin-bottom: 20vw;
  }
}

/*
-------------------------------------------------------*/
.c-wrap {
  position: relative;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .c-wrap {
    width: 90%;
  }
}
.c-wrap.--full {
  width: 100%;
}
.c-wrap.--lg {
  max-width: 1400px !important;
}
.c-wrap.--md2 {
  max-width: 1100px !important;
}
.c-wrap.--md {
  max-width: 1200px !important;
}
.c-wrap.--sm {
  max-width: 1000px !important;
}
.c-wrap.--xs {
  max-width: 800px !important;
}

.l-header {
  width: 100%;
}
.l-header .l-header__inner {
  padding: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__inner {
    padding: 20px;
  }
}
.l-header .logo {
  width: 150px;
}
@media screen and (min-width: 768px), print {
  .l-header .logo {
    width: 254px;
  }
}
.l-header .request {
  width: 170px;
  border-radius: 10px;
  margin-right: 0;
  border-radius: 8px;
}
@media screen and (min-width: 768px), print {
  .l-header .request {
    width: 290px;
    border-radius: 13px;
  }
}
.l-header .request .request__btn {
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .l-header .request .request__btn {
    font-size: min(1.8103448276vw, 2.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .request .request__btn {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header .request .request__btn {
    font-size: 13px;
  }
}

.l-main {
  position: relative;
  display: block;
}

.l-section {
  position: relative;
}
.p-hero + .l-section, .wp-block-lazyblock-page-hero + .l-section {
  padding-top: 120px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-hero + .l-section, .wp-block-lazyblock-page-hero + .l-section {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero + .l-section, .wp-block-lazyblock-page-hero + .l-section {
    padding-top: 50px;
  }
}

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

フッター

========================================================================*/
@media screen and (max-width: 767.98px) {
  .l-footer {
    padding-bottom: 17vw;
  }
}
.l-footer .l-footer__inner {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.l-footer__map {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .l-footer__map {
    width: 46%;
  }
}
.l-footer__map .map__address {
  margin-top: 15px;
}

.l-footer__outline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 22px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .l-footer__outline {
    margin-top: 50px;
    margin-top: 13.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__outline {
    width: 46%;
  }
}
.l-footer__outline .logo {
  width: 270px;
  width: 72vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .l-footer__outline .logo {
    width: 88.0434782609%;
  }
}
.l-footer__outline .address {
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) and (min-width: 768px) {
  .l-footer__outline .address {
    font-size: min(3.4482758621vw, 4rem);
  }
}
@media screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .l-footer__outline .address {
    font-size: 4vw;
  }
}
.l-footer__outline .tel {
  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;
  gap: 8px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 768px), print {
  .l-footer__outline .tel {
    font-size: min(3.9655172414vw, 4.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__outline .tel {
    font-size: 8vw;
  }
}
.l-footer__outline .tel .tel__icon {
  position: relative;
  width: 18px;
  width: 4.8vw;
  bottom: -0.07em;
}
@media screen and (min-width: 768px), print {
  .l-footer__outline .tel .tel__icon {
    width: 25px;
  }
}
.l-footer__outline .tel a {
  color: inherit;
  text-decoration: none;
}
.l-footer__outline .time {
  position: relative;
  margin-top: -0.7em;
}
@media screen and (min-width: 768px), print {
  .l-footer__outline .time {
    font-size: min(1.4655172414vw, 1.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__outline .time {
    font-size: 3.4666666667vw;
  }
}
.l-footer__outline .time > * {
  line-height: 1.5;
}
.l-footer__outline .btn {
  width: min(320px, 75%);
  margin-inline: auto;
  margin-top: 10px;
}

.copyright {
  font-weight: 400 !important;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-top: 1em;
  padding-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .copyright {
    font-size: min(0.9482758621vw, 1.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .copyright {
    font-size: 2.6666666667vw;
  }
}

#pagetop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  background: url(../../assets/images/common/btn_pagetop.png);
  background-size: cover;
  text-indent: -9999px !important;
  z-index: 100;
  border-radius: 20px;
  opacity: 0.6;
}
@media screen and (max-width: 767.98px) {
  #pagetop {
    display: none !important;
  }
}

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

 fixed btn

========================================================================*/
.l-fixed-btn {
  z-index: 100;
  position: fixed;
  bottom: -100px; /* 最初は画面外に隠す */
  left: 0;
  width: 100%;
  -webkit-transition: bottom 0.6s ease;
  transition: bottom 0.6s ease; /* スムーズに動かす */
  /* 表示状態のクラス */
}
@media screen and (min-width: 768px), print {
  .l-fixed-btn {
    display: none;
  }
}
.l-fixed-btn .area-request {
  padding-block: 25px;
  padding-block: 2.5vw;
}
.l-fixed-btn.is-visible {
  bottom: 0;
}

/*
  Made by Elly Loel - https://ellyloel.com/
*/
* {
  margin: 0;
  padding: 0;
  line-height: calc(0.25rem + 1em + 0.25rem);
}

*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:where(:not(fieldset, progress, meter)) {
  border-width: 0;
  border-style: solid;
  background-origin: border-box;
  background-repeat: no-repeat;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

@media (prefers-reduced-motion: no-preference) {
  html:focus-within {
    scroll-behavior: smooth;
  }
}
body {
  text-rendering: optimizeSpeed;
  min-block-size: 100%;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, svg, video) {
  block-size: auto;
  max-inline-size: 100%;
}

:where(svg) {
  stroke: none;
  fill: currentColor;
}

:where(svg):where(:not([width])) {
  inline-size: 5rem;
}

:where(input, button, textarea, select), :where(input[type=file])::-webkit-file-upload-button {
  color: inherit;
  font: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
}

:where(textarea) {
  resize: vertical;
}

@supports (resize: block) {
  :where(textarea) {
    resize: block;
  }
}
:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

h1 {
  font-size: 2em;
}

:where(ul, ol) {
  list-style-position: inside;
}

:where(ul, ol)[role=list] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
  cursor: pointer;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

:where(input[type=file]) {
  cursor: auto;
}

:where(input[type=file])::-webkit-file-upload-button {
  cursor: pointer;
}

:where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  cursor: pointer;
}

@media (prefers-reduced-motion: no-preference) {
  :focus-visible {
    -webkit-transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
    transition: outline-offset 145ms cubic-bezier(0.25, 0, 0.4, 1);
  }
  :where(:not(:active)):focus-visible {
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
  }
}
:where(:not(:active)):focus-visible {
  outline-offset: 5px;
}

:where(input[type=file])::-webkit-file-upload-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset]), :where(input[type=file])::-webkit-file-upload-button, :where(input[type=file])::file-selector-button {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
          user-select: none;
  text-align: center;
}

:where(button, button[type], input[type=button], input[type=submit], input[type=reset])[disabled] {
  cursor: not-allowed;
}

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

body {
  position: relative;
  font-family: YakuHanJPs, "Zen Kaku Gothic New", "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 15px;
  font-size: 4.1095890411vw;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #444;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: auto;
  padding-top: constant(safe-area-inset-top); /* 古い iOS */
  padding-top: env(safe-area-inset-top); /* 新しい iOS */
  padding-right: constant(safe-area-inset-right);
  padding-right: env(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: constant(safe-area-inset-left);
  padding-left: env(safe-area-inset-left);
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.03em;
  }
}

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

a {
  color: #008bd5;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  text-decoration: none;
}

img {
  line-height: 1;
  max-width: 100%;
  vertical-align: middle;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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;
}

p {
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  p {
    line-height: 2.2;
  }
}

strong {
  font-weight: 700;
}

span,
small {
  font-weight: inherit;
}

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

sup {
  vertical-align: top;
  position: relative;
  top: 0em;
  left: -0.7em;
}

sub {
  vertical-align: bottom;
  bottom: 1em;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

summary {
  list-style-type: none;
}
summary::marker {
  content: "";
}
summary::-webkit-details-marker {
  display: none;
}

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

.inner {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.inner__in {
  padding-left: 0px;
  padding-right: 0px;
}

.inner {
  max-width: 1180px;
}
.inner.--lg {
  max-width: 1480px;
}
.inner.--md {
  max-width: 1280px;
}
.inner.--sm {
  max-width: 1080px;
}

.inner_in {
  max-width: 1100px;
}
.inner_in.--lg {
  max-width: 1400px;
}
.inner_in.--md {
  max-width: 1200px;
}
.inner_in.--sm {
  max-width: 1000px;
}

/* common
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .tel {
    pointer-events: none;
  }
}
/* slick-slideに指定 */
/**/
@media screen and (min-width: 1361px), print {
  .pcWidth_none {
    display: none;
  }
}
@media screen and (min-width: 1001px), print {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.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 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
    -------------------------------------------------------*/
}
.js-scroll {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
@media screen and (max-width: 767.98px) {
  .js-scroll {
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
  }
}

/*--------------------------------------
  フェードイン
--------------------------------------*/
/*
使用例：
<div class="ani-fadeIn js-scroll">フェードイン</div>
*/
.ani-fadeIn {
  opacity: 0;
}
.ani-fadeIn.is-active {
  -webkit-animation: fadeIn 0.8s ease-out forwards;
          animation: fadeIn 0.8s ease-out forwards;
}

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

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
/*--------------------------------------
  フェードアップ
--------------------------------------*/
/*
使用例：
<div class="ani-fadeUp js-scroll">フェードアップ</div>
*/
.ani-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .ani-fadeUp {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .ani-fadeUp {
    -webkit-transform: translateY(2rem);
            transform: translateY(2rem);
  }
}
.ani-fadeUp.is-active {
  -webkit-animation: fadeUp 0.8s ease-out forwards;
          animation: fadeUp 0.8s ease-out 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);
  }
}
/*--------------------------------------
  フェードダウン
--------------------------------------*/
/*
使用例：
<div class="ani-fadeDown js-scroll">フェードダウン</div>
*/
.ani-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}
.ani-fadeDown.is-active {
  -webkit-animation: fadeDown 0.8s ease-out forwards;
          animation: fadeDown 0.8s ease-out 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);
  }
}
/*--------------------------------------
  フェード左
--------------------------------------*/
/*
使用例：
<div class="ani-fadeLeft js-scroll">フェード左</div>
*/
.ani-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: 1000.98px) {
  .ani-fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .ani-fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}
.ani-fadeLeft.is-active {
  -webkit-animation: fadeLeft 1s ease-out forwards;
          animation: fadeLeft 1s ease-out 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);
  }
}
/*--------------------------------------
  フェード右
--------------------------------------*/
/*
使用例：
<div class="ani-fadeRight js-scroll">フェード右</div>
*/
.ani-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: 1000.98px) {
  .ani-fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .ani-fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
.ani-fadeRight.is-active {
  -webkit-animation: fadeRight 1s ease-out forwards;
          animation: fadeRight 1s ease-out forwards;
}

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

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
/*--------------------------------------
  フェードズームイン
--------------------------------------*/
/*
使用例：
<div class="ani-fadeZoomIn js-scroll">フェードズームイン</div>
*/
.ani-fadeZoomIn {
  opacity: 0;
}
.ani-fadeZoomIn.is-active {
  -webkit-animation: fadeZoomIn 0.9s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeZoomIn 0.9s cubic-bezier(0.25, 1, 0.5, 1) 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);
  }
}
/*--------------------------------------
  フェードズームアウト
--------------------------------------*/
/*
使用例：
<div class="ani-fadeZoomOut js-scroll">フェードズームアウト</div>
*/
.ani-fadeZoomOut {
  opacity: 0;
}
.ani-fadeZoomOut.is-active {
  -webkit-animation: fadeZoomOut 1s ease-out forwards;
          animation: fadeZoomOut 1s ease-out forwards;
}

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

@keyframes fadeZoomOut {
  from {
    opacity: 0;
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*--------------------------------------
  フェードスケール（微拡大）
--------------------------------------*/
/*
使用例：
<div class="ani-fadeScale js-scroll">フェードスケール</div>
*/
.ani-fadeScale {
  opacity: 0;
  scale: 0.9;
}
.ani-fadeScale.is-active {
  -webkit-animation: fadeScale 0.5s ease-out forwards;
          animation: fadeScale 0.5s ease-out 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;
  }
}
/*--------------------------------------
  フェードブラー
--------------------------------------*/
/*
使用例：
<div class="ani-fadeBlur js-scroll">フェードブラー</div>
*/
.ani-fadeBlur {
  opacity: 0;
}
.ani-fadeBlur.is-active {
  -webkit-animation: fadeBlur 1s ease-out forwards;
          animation: fadeBlur 1s ease-out 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);
  }
}
/*========================================

 bgextend
 （背景が伸びて出現するアニメーション）

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<!-- 左→右 -->
<div class="ani-bgextendLR js-scroll">
  <p class="ani-bgextend__inner">左から背景が伸びて出現</p>
</div>

<!-- 右→左 -->
<div class="ani-bgextendRL js-scroll">
  <p class="ani-bgextend__inner">右から背景が伸びて出現</p>
</div>

<!-- 下→上 -->
<div class="ani-bgextendDU js-scroll">
  <p class="ani-bgextend__inner">下から背景が伸びて出現</p>
</div>

<!-- 上→下 -->
<div class="ani-bgextendUD js-scroll">
  <p class="ani-bgextend__inner">上から背景が伸びて出現</p>
</div>

----------------------------------------*/
/*----------------------------------------
 共通設定（親要素）
----------------------------------------*/
[class*=ani-bgextend] {
  position: relative;
  overflow: hidden;
  opacity: 0;
}
[class*=ani-bgextend]::before {
  z-index: 2;
  content: "";
  position: absolute;
  inset: 0;
  background-color: #666;
}
[class*=ani-bgextend].is-active {
  -webkit-animation: bgextendBase 1s forwards;
          animation: bgextendBase 1s forwards;
  /* 内部テキストは親のbeforeが伸び切るタイミングで発火 */
}
[class*=ani-bgextend].is-active .ani-bgextend__inner {
  opacity: 0;
  -webkit-animation: bgextendInner 0.5s forwards;
          animation: bgextendInner 0.5s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

/*----------------------------------------
 内部要素（初期非表示）
----------------------------------------*/
.ani-bgextend__inner {
  opacity: 0;
}
.ani-bgextend__inner::before {
  content: none;
}

/*----------------------------------------
 各方向アニメーション
----------------------------------------*/
/* 左→右 */
.ani-bgextendLR::before {
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ani-bgextendLR.is-active::before {
  -webkit-animation: bgextendLR 1s forwards;
          animation: bgextendLR 1s forwards;
}

/* 右→左 */
.ani-bgextendRL::before {
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.ani-bgextendRL.is-active::before {
  -webkit-animation: bgextendRL 1s forwards;
          animation: bgextendRL 1s forwards;
}

/* 下→上 */
.ani-bgextendDU::before {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.ani-bgextendDU.is-active::before {
  -webkit-animation: bgextendDU 1s forwards;
          animation: bgextendDU 1s forwards;
}

/* 上→下 */
.ani-bgextendUD::before {
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.ani-bgextendUD.is-active::before {
  -webkit-animation: bgextendUD 1s forwards;
          animation: bgextendUD 1s forwards;
}

/*----------------------------------------
 keyframes定義
----------------------------------------*/
@-webkit-keyframes bgextendBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 内部テキスト */
@-webkit-keyframes bgextendInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes bgextendInner {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 左→右 */
@-webkit-keyframes bgextendLR {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgextendLR {
  0% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* 右→左 */
@-webkit-keyframes bgextendRL {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes bgextendRL {
  0% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  50% {
    -webkit-transform-origin: right;
            transform-origin: right;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  50.001% {
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  100% {
    -webkit-transform-origin: left;
            transform-origin: left;
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
/* 下→上 */
@-webkit-keyframes bgextendDU {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes bgextendDU {
  0% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  100% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/* 上→下 */
@-webkit-keyframes bgextendUD {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
@keyframes bgextendUD {
  0% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  50% {
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50.001% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
}
/*========================================
 scroll-bg（背景色と文字色が変化するアニメーション）
========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<div class="ani-scroll-bg js-scroll">
  スクロールで背景黒・文字白に変化
</div>

----------------------------------------*/
.ani-scroll-bg {
  -webkit-transition: 1s;
  transition: 1s;
}
.ani-scroll-bg.is-active {
  color: #fff;
  background-color: #000;
}

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

 スライドアニメーション
 （左右からスライドして背景が消える）

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<!-- 右→左 -->
<div class="ani-slideLeft js-scroll">
  右からスライド
</div>

<!-- 左→右 -->
<div class="ani-slideRight js-scroll">
  左からスライド
</div>

----------------------------------------*/
/*----------------------------------------
 右から左
----------------------------------------*/
.ani-slideLeft {
  position: relative;
  opacity: 0;
}
.ani-slideLeft::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #efefef;
  -webkit-transform-origin: left;
          transform-origin: left;
}
.ani-slideLeft.is-active {
  -webkit-animation: slideLeft 1s ease-in-out forwards;
          animation: slideLeft 1s ease-in-out forwards;
}
.ani-slideLeft.is-active::after {
  -webkit-animation: slideLeftAfter 1s ease-in-out forwards;
          animation: slideLeftAfter 1s ease-in-out forwards;
}

@-webkit-keyframes slideLeft {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideLeft {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideLeftAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideLeftAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
/*----------------------------------------
 左から右
----------------------------------------*/
.ani-slideRight {
  position: relative;
  opacity: 0;
}
.ani-slideRight::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #efefef;
  -webkit-transform-origin: right;
          transform-origin: right;
}
.ani-slideRight.is-active {
  -webkit-animation: slideRight 1s ease-in-out forwards;
          animation: slideRight 1s ease-in-out forwards;
}
.ani-slideRight.is-active::after {
  -webkit-animation: slideRightAfter 1s ease-in-out forwards;
          animation: slideRightAfter 1s ease-in-out forwards;
}

@-webkit-keyframes slideRight {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes slideRight {
  0%, 25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideRightAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
@keyframes slideRightAfter {
  0% {
    width: 100vw;
  }
  100% {
    width: 0vw;
  }
}
/*========================================

 ストレッチアニメーション
  (横方向にスライドして表示)

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ1</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ2</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ3</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ4</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ5</a>
</div>
<div class="ani-stretch js-scroll">
  <a href="#">ストレッチ6</a>
</div>

----------------------------------------*/
/*----------------------------------------
 共通設定
----------------------------------------*/
.ani-stretch {
  overflow: hidden;
}
.ani-stretch a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  translate: -100% 0;
  -webkit-transition: 0.7s cubic-bezier(0.15, 0.82, 0.155, 1);
  transition: 0.7s cubic-bezier(0.15, 0.82, 0.155, 1);
}
.ani-stretch a::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
}
.ani-stretch.is-active a {
  translate: 0 0;
}

/*----------------------------------------
 遅延設定（nth-of-type）
----------------------------------------*/
.ani-stretch:nth-of-type(1) a,
.ani-stretch:nth-of-type(7) a {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.ani-stretch:nth-of-type(2) a,
.ani-stretch:nth-of-type(8) a {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.ani-stretch:nth-of-type(3) a,
.ani-stretch:nth-of-type(9) a {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.ani-stretch:nth-of-type(4) a,
.ani-stretch:nth-of-type(10) a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.ani-stretch:nth-of-type(5) a,
.ani-stretch:nth-of-type(11) a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.ani-stretch:nth-of-type(6) a {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

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

 ズームリンクアニメーション
  (ホバーまたはスクロールで画像拡大)

========================================*/
/*----------------------------------------
 使用例HTML
------------------------------------------

<div class="ani-zoomLink js-scroll">
  <a href="#">
    <img src="example.jpg" alt="サンプル画像">
  </a>
</div>

----------------------------------------*/
.ani-zoomLink {
  background-color: #fff;
  /* スクロールで拡大アニメーション */
}
.ani-zoomLink a {
  display: block;
  overflow: hidden;
}
.ani-zoomLink a img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .ani-zoomLink a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}
@media screen and (min-width: 1001px), print {
  .ani-zoomLink a:hover img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.5;
  }
}
@media screen and (min-width: 1001px), print {
  .ani-zoomLink.is-active a img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
}

.slick-slider {
  -ms-touch-action: auto;
      touch-action: auto;
}

@media screen and (max-width: 767.98px) {
  .js-scrollable {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
    padding-left: 5%;
    padding-bottom: 10px;
  }
  .js-scrollable > * {
    margin-right: 5%;
  }
}

.--txt40 {
  line-height: 1.4347826087;
}
@media screen and (min-width: 768px), print {
  .--txt40 {
    font-size: min(3.4482758621vw, 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--txt40 {
    font-size: 4.9333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .--txt40 {
    line-height: 1.5;
  }
}

.--txt30 {
  line-height: 1.65;
}
@media screen and (min-width: 768px), print {
  .--txt30 {
    font-size: min(2.5862068966vw, 3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--txt30 {
    font-size: 4.1333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .--txt30 {
    line-height: 1.6;
  }
}

.--txt22 {
  line-height: 1.6666666667;
}
@media screen and (min-width: 768px), print {
  .--txt22 {
    font-size: min(1.8965517241vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--txt22 {
    font-size: 3.6vw;
  }
}
@media screen and (min-width: 768px), print {
  .--txt22 {
    line-height: 1.8181818182;
  }
}

.--txt20 {
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .--txt20 {
    font-size: min(1.724137931vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--txt20 {
    font-size: 2.8vw;
  }
}

.span-blue {
  display: inline-block;
  font-size: 115%;
  color: #fff;
  background-color: #008bd5;
  padding: 0.15em 0.65em 0.25em 0.6em;
  margin-inline: 0.2em;
  border-radius: 0.2em;
}

.sec-header {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 4.2857142857vw;
}
@media screen and (min-width: 768px), print {
  .sec-header {
    margin-bottom: 30px;
  }
}
.sec-header .sec-ttl {
  position: relative;
  font-weight: 500;
  line-height: 1.2;
  padding-bottom: 1.4rem;
  margin-inline: auto;
  margin-bottom: 1.35em;
}
@media screen and (min-width: 768px), print {
  .sec-header .sec-ttl {
    font-size: min(2.4137931034vw, 2.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-header .sec-ttl {
    font-size: 5.3333333333vw;
  }
}
.sec-header .sec-ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 225px;
  width: 60vw;
  height: 2px;
  height: 0.5333333333vw;
  background-color: #333333;
}
@media screen and (min-width: 768px), print {
  .sec-header .sec-ttl:before {
    width: min(320px, 38%);
    height: 3px;
  }
}
@media screen and (min-width: 768px), print {
  .sec-header .sec-txt {
    font-size: min(1.8965517241vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-header .sec-txt {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 767.98px) {
  .sec-header .sec-txt {
    text-align: left;
  }
}
.area-request {
  background-color: #f2f2f2;
  padding-block: 90px;
  padding-block: 9vw;
}
@media screen and (min-width: 768px), print {
  .area-request {
    padding-block: 60px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .area-request {
    padding-block: 40px;
  }
}

.request {
  overflow: hidden;
  position: relative;
  width: 850px;
  width: 85vw;
  margin-inline: auto;
  border-radius: 40px;
}
@media screen and (min-width: 768px), print {
  .request {
    width: min(520px, 50%);
  }
}
.request:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(40deg, rgb(115, 55, 140) 0%, rgb(67, 80, 161) 29.79%, rgb(30, 99, 177) 56.74%, rgb(8, 111, 186) 78.56%, rgb(0, 115, 190) 92.5%);
  opacity: 0.8;
}
@media (any-hover: hover) {
  .request {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .request:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .request {
    -webkit-transition: none;
    transition: none;
  }
}

.request__btn {
  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;
  color: #fff;
  white-space: nowrap;
  text-decoration: none !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.7em 0.7em 0.85em;
  letter-spacing: 0em;
}
@media screen and (min-width: 768px), print {
  .request__btn {
    font-size: min(2.4137931034vw, 2.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .request__btn {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .request__btn {
    padding: 0.7em 1em 0.85em;
  }
}
.request__btn .icon {
  padding-top: 0.1em;
  margin-left: 0.4em;
}
@media screen and (min-width: 768px), print {
  .request__btn .icon {
    margin-left: 0.3em;
  }
}

.request--gray {
  overflow: hidden;
  position: relative;
  width: min(520px, 100%);
  margin-inline: auto;
  border-radius: 10px;
}
.request--gray:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-color: #cccccc;
  opacity: 0.8;
}
@media (any-hover: hover) {
  .request--gray {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .request--gray:hover {
    opacity: 0.5;
  }
}

.request--gray__btn {
  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;
  color: #000;
  text-decoration: none !important;
  font-weight: 700;
  text-decoration: none;
  padding: 0.6em 1em 0.75em;
}
@media screen and (min-width: 768px), print {
  .request--gray__btn {
    font-size: min(1.8103448276vw, 2.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .request--gray__btn {
    font-size: 4vw;
  }
}
.request--gray__btn .icon {
  padding-top: 0.1em;
  margin-left: 0.3em;
}

@media screen and (max-width: 767.98px) {
  .photo-list .photo-list__item {
    width: 50%;
  }
  .photo-list .photo-list__item:first-child {
    width: 100%;
  }
}
@media screen and (min-width: 768px), print {
  .photo-list .photo-list__item {
    width: 20%;
  }
}

.icon {
  width: 40px;
  width: 4vw;
  aspect-ratio: 1;
}
@media screen and (min-width: 768px), print {
  .icon {
    width: 25px;
  }
}

#scroll-text-data {
  position: relative;
  height: 19rem;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  #scroll-text-data {
    height: 22rem;
  }
}
#scroll-text-data .scroll-text {
  position: absolute;
  overflow: hidden;
  margin: 0 auto;
  width: 300%;
  height: 14rem;
}
@media screen and (min-width: 768px), print {
  #scroll-text-data .scroll-text {
    width: 120%;
    height: 14rem;
  }
}
#scroll-text-data .scroll-text .scroll-text-base {
  position: relative;
  width: 97.5%;
  height: inherit;
  overflow: hidden;
}
#scroll-text-data .scroll-text .scroll-text-base .scroll-text-baseContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  position: absolute;
  top: 0;
  width: inherit;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#scroll-text-data .scroll-text .scroll-text-base .scroll-text-baseContent img {
  width: 100%;
  height: auto;
}
#scroll-text-data .scroll-text .scroll-text-base .scroll-text-baseContent:nth-child(1) {
  -webkit-animation-name: firstNormal;
          animation-name: firstNormal;
}
#scroll-text-data .scroll-text .scroll-text-base .scroll-text-baseContent:nth-child(2) {
  -webkit-animation-name: secondNormal;
          animation-name: secondNormal;
}
#scroll-text-data #normal-text {
  top: 0;
  z-index: 2;
  opacity: 0.07;
}
#scroll-text-data #normal-text .scroll-text-base {
  z-index: 2;
}
#scroll-text-data #normal-text .scroll-text-baseContent {
  left: 0;
}
#scroll-text-data #normal-text .scroll-text-baseContent:nth-child(1) {
  -webkit-animation-name: firstNormal;
          animation-name: firstNormal;
}
#scroll-text-data #normal-text .scroll-text-baseContent:nth-child(2) {
  -webkit-animation-name: secondNormal;
          animation-name: secondNormal;
}
#scroll-text-data #border-text {
  bottom: 0;
  z-index: 1;
  opacity: 0.07;
}
#scroll-text-data #border-text .scroll-text-base {
  z-index: 1;
}
#scroll-text-data #border-text .scroll-text-baseContent {
  right: 0;
}
#scroll-text-data #border-text .scroll-text-baseContent:nth-child(1) {
  -webkit-animation-name: firstBorder;
          animation-name: firstBorder;
}
#scroll-text-data #border-text .scroll-text-baseContent:nth-child(2) {
  -webkit-animation-name: secondBorder;
          animation-name: secondBorder;
}

@-webkit-keyframes firstNormal {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}

@keyframes firstNormal {
  from {
    left: 0;
  }
  to {
    left: -100%;
  }
}
@-webkit-keyframes secondNormal {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@keyframes secondNormal {
  from {
    left: 100%;
  }
  to {
    left: 0;
  }
}
@-webkit-keyframes firstBorder {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@keyframes firstBorder {
  from {
    right: 0;
  }
  to {
    right: -100%;
  }
}
@-webkit-keyframes secondBorder {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
@keyframes secondBorder {
  from {
    right: 100%;
  }
  to {
    right: 0;
  }
}
.ani-rotate {
  -webkit-animation: rotate 15s infinite linear;
          animation: rotate 15s infinite linear;
}

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*=======================================================================

 トップページ

========================================================================*/
.page-top .l-header,
.home .l-header {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-mv .mv {
  position: relative;
  background-color: #f2f2f2;
  width: 100%;
  height: 1230px;
  height: 123vw;
  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: 768px), print {
  .sec-mv .mv {
    height: 1010px;
    height: 63.125vw;
  }
}
.sec-mv .mv__ttl {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 740px;
  width: 74vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .sec-mv .mv__ttl {
    width: min(480px, 100%);
  }
}
.sec-mv video {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.sec-concept .concept {
  background-image: url(../../img/top/concept-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.sec-concept .concept .c-wrap {
  padding-block: 85px 120px;
  padding-top: 80px;
  padding-top: 8vw;
  padding-bottom: 80px;
  padding-bottom: 8vw;
}
@media screen and (min-width: 768px), print {
  .sec-concept .concept .c-wrap {
    padding-block: 85px 120px;
  }
}
.sec-concept .concept .concept__txt {
  line-height: 2.2272727273;
}
@media screen and (min-width: 768px), print {
  .sec-concept .concept .concept__txt {
    font-size: min(1.8965517241vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-concept .concept .concept__txt {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767.98px) {
  .sec-concept .concept .concept__txt {
    font-weight: 500;
  }
}
.sec-concept .concept .concept__img {
  position: absolute;
  bottom: 0;
  right: -2%;
  width: 27%;
}
@media screen and (min-width: 768px), print {
  .sec-concept .concept .concept__img {
    right: 2.5%;
    width: min(175px, 20%);
    margin-inline: auto;
  }
}
.sec-concept .concept-photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sec-information .information__ttl {
  mix-blend-mode: multiply;
  width: 370px;
  width: 37vw;
  margin-inline: auto;
  margin-bottom: 25px;
  margin-bottom: 3.5714285714vw;
}
@media screen and (min-width: 768px), print {
  .sec-information .information__ttl {
    width: 21%;
    margin-bottom: 25px;
  }
}

.sec-about .sec-ttl::before {
  background: linear-gradient(140deg, rgb(115, 55, 140) 0%, rgb(67, 80, 161) 29.79%, rgb(30, 99, 177) 56.74%, rgb(8, 111, 186) 78.56%, rgb(0, 115, 190) 92.5%);
  opacity: 0.6;
}
@media screen and (min-width: 768px), print {
  .sec-about .sec-header + .txt {
    text-align: center;
  }
}
.sec-about .about-message {
  position: relative;
  background-image: url(../../img/top/sp/about-message-bg_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .sec-about .about-message {
    background-image: url(../../img/top/about-message-bg.png);
  }
}
.sec-about .about-message .c-wrap {
  z-index: 2;
  position: relative;
}
.sec-about .about-message .txt.--txt40 {
  font-weight: 500;
}
.sec-about .about-message .txt.--txt30 {
  font-weight: 500;
}
.sec-about .about-message .about-message__img {
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .sec-about .about-message .about-message__img {
    right: 20px;
    right: 1.25vw;
    width: 900px;
    width: 64.2857142857vw;
    max-width: 900px;
  }
}

.point .point-block {
  position: relative;
  padding-top: 50px;
  padding-top: 5vw;
  padding-bottom: 100px;
  padding-bottom: 10vw;
  overflow: hidden;
}
@media screen and (min-width: 768px), print {
  .point .point-block {
    padding-block: 40px 90px;
  }
}
.point .point-block:before {
  z-index: 0;
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .point .point-block:before {
    width: min(800px, 50%);
  }
}
.point .c-wrap {
  position: relative;
}
.point .point__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: min(1200px, 93%);
  min-height: 170px;
  min-height: 17vw;
  border-bottom-right-radius: 165px;
  border-bottom-right-radius: 16.5vw;
  margin-inline: auto;
  color: #fff;
  background: #000;
  font-weight: 800;
  line-height: 1.25;
  padding-left: 40px;
  padding-left: 4vw;
  gap: 40px;
  gap: 4vw;
}
@media screen and (min-width: 768px), print {
  .point .point__ttl {
    font-size: min(3.4482758621vw, 4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .point .point__ttl {
    font-size: 5.2vw;
  }
}
@media screen and (min-width: 768px), print {
  .point .point__ttl {
    min-height: 80px;
    border-bottom-right-radius: 80px;
    margin-inline: auto;
    padding-left: 30px;
    gap: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .point .point__ttl {
    padding-left: 20px;
    gap: 15px;
  }
}
.point .point__ttl::before {
  content: "";
  position: absolute;
  right: 99.9%;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: inherit;
}
.point .point__ttl .num {
  display: inline-block;
  width: 36px;
  width: 9.6vw;
}
@media screen and (min-width: 768px), print {
  .point .point__ttl .num {
    width: 46px;
  }
}
.point .point__txt {
  line-height: 1.7;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (max-width: 767.98px) {
  .point .point__txt {
    font-size: 13.6px;
    font-size: 3.6266666667vw;
    line-height: 1.6666666667;
    padding-block: 1.2em;
  }
}
@media screen and (min-width: 768px), print {
  .point .point__txt {
    padding-block: 1.8em;
  }
}

.--point01:before {
  background-image: url(../../img/top/point01-bg.png);
}
.--point01 .point__ttl {
  background: -webkit-gradient(linear, left top, right top, from(#8dc21f), to(#cddd60));
  background: linear-gradient(to right, #8dc21f, #cddd60);
}
.--point01 .point__ttl::before {
  background: #8dc21f;
}
.--point01 .point__txt {
  color: #75a215;
}
@media screen and (max-width: 767.98px) {
  .--point01 .course {
    width: 250vw;
  }
}
.--point01 .course .course__item {
  width: 31.9166666667%;
}

.--point02:before {
  background-image: url(../../img/top/point02-bg.png);
}
.--point02 .point__ttl {
  background: -webkit-gradient(linear, left top, right top, from(#00a3ba), to(#6cc5d9));
  background: linear-gradient(to right, #00a3ba, #6cc5d9);
}
.--point02 .point__ttl::before {
  background: #00a3ba;
}
.--point02 .point__txt {
  color: #0092c6;
}
.--point02 .point__subttl {
  font-weight: 800;
  color: #0092c6;
  margin-bottom: 20px;
  margin-bottom: 2vw;
}
@media screen and (min-width: 768px), print {
  .--point02 .point__subttl {
    font-size: min(2.2413793103vw, 2.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--point02 .point__subttl {
    font-size: 4.8vw;
  }
}
@media screen and (min-width: 768px), print {
  .--point02 .point__subttl {
    margin-bottom: 0.5em;
  }
}
@media screen and (max-width: 767.98px) {
  .--point02 .activity .activity-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
    grid-gap: 3vw;
  }
}
@media screen and (min-width: 768px), print {
  .--point02 .activity .activity-list .activity-list__item {
    width: 23.5%;
  }
}
.--point02 .schedule {
  margin-top: 90px;
  margin-top: 9vw;
}
@media screen and (min-width: 768px), print {
  .--point02 .schedule {
    margin-top: 40px;
  }
}
.--point02 .schedule .schedule-list .schedule-list__item {
  position: relative;
}
.--point02 .schedule .schedule-list .schedule-list__item + .schedule-list__item {
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px), print {
  .--point02 .schedule .schedule-list .schedule-list__item + .schedule-list__item {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .--point02 .schedule .schedule-list .schedule-list__item img {
    width: 210vw;
    max-width: none;
  }
}

.--point03:before {
  background-image: url(../../img/top/point03-bg.png);
}
.--point03 .point__ttl {
  background: -webkit-gradient(linear, left top, right top, from(#036eb7), to(#51a4db));
  background: linear-gradient(to right, #036eb7, #51a4db);
}
.--point03 .point__ttl::before {
  background: #036eb7;
}
.--point03 .point__txt {
  color: #005bab;
}
@media screen and (max-width: 767.98px) {
  .--point03 .point__txt {
    width: 55%;
  }
}
.--point03 .factor {
  z-index: 5;
  position: relative;
  padding-bottom: 40px;
}
.--point03 .factor .factor-block {
  z-index: 2;
  position: relative;
  width: 100%;
  color: #fff;
  background-color: #0092c6;
  border: 1.5px solid #005bab;
  border-radius: 10px;
  padding: 0.5em 1em;
}
@media screen and (min-width: 768px), print {
  .--point03 .factor .factor-block {
    width: 50%;
    border-radius: 10px;
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .--point03 .factor .factor-block {
    border: 1px solid #005bab;
  }
}
.--point03 .factor .factor-block + .factor-block {
  margin-top: 10px;
}
.--point03 .factor .factor-block .factor__ttl {
  font-weight: 800;
  line-height: 1.3;
}
@media screen and (min-width: 768px), print {
  .--point03 .factor .factor-block .factor__ttl {
    font-size: min(2.0689655172vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--point03 .factor .factor-block .factor__ttl {
    font-size: 4vw;
  }
}
.--point03 .factor .factor-block .factor__txt {
  line-height: 1.4705882353;
  margin-top: 0.3em;
}
@media screen and (min-width: 768px), print {
  .--point03 .factor .factor-block .factor__txt {
    font-size: min(1.3793103448vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--point03 .factor .factor-block .factor__txt {
    font-size: 3.12vw;
  }
}
.--point03 .point__img {
  position: absolute;
  bottom: 98%;
  right: -5%;
  width: 70%;
}
@media screen and (min-width: 768px), print {
  .--point03 .point__img {
    bottom: 0;
    left: 32%;
    right: auto;
    width: 97.5%;
    max-width: 975px;
  }
}
@media screen and (min-width: 768px), print {
  .--point04 {
    padding-bottom: 0 !important;
  }
}
.--point04:before {
  background-image: url(../../img/top/point04-bg.png);
}
.--point04 .point__ttl {
  background: -webkit-gradient(linear, left top, right top, from(#e96087), to(#f09bae));
  background: linear-gradient(to right, #e96087, #f09bae);
}
.--point04 .point__ttl::before {
  background: #e96087;
}
.--point04 .point__txt {
  z-index: 2;
  position: relative;
  color: #da4e7b;
}
@media screen and (max-width: 767.98px) {
  .--point04 .point__txt {
    width: 50%;
    margin-left: auto;
    margin-right: 0;
  }
}
.--point04 .point__img {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .--point04 .point__img {
    width: 78%;
    left: -7%;
    margin-top: -600px;
    margin-top: -60vw;
  }
}
@media screen and (min-width: 768px), print {
  .--point04 .point__img {
    width: 64.5%;
    margin-top: -60px;
  }
}
.--point04 .support__wrap {
  position: relative;
}
.--point04 .support {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .--point04 .support {
    margin-top: 50px;
    margin-top: 5vw;
  }
}
@media screen and (min-width: 768px), print {
  .--point04 .support {
    position: absolute;
    top: 80px;
    right: 0;
    width: 50%;
  }
}
.--point04 .support .support-block + .support-block {
  margin-top: 50px;
  margin-top: 5vw;
}
@media screen and (min-width: 768px), print {
  .--point04 .support .support-block + .support-block {
    margin-top: 35px;
  }
}
.--point04 .support .support-block .support__ttl {
  color: #da4e7b;
  font-weight: 800;
}
@media screen and (min-width: 768px), print {
  .--point04 .support .support-block .support__ttl {
    font-size: min(2.3275862069vw, 2.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--point04 .support .support-block .support__ttl {
    font-size: 4.8vw;
  }
}
.--point04 .support .support-block .support__txt {
  line-height: 1.4705882353;
  margin-top: 0.4em;
  padding-block: 0.8em;
  border-top: 1px solid #da4e7b;
  border-bottom: 1px solid #da4e7b;
}
@media screen and (min-width: 768px), print {
  .--point04 .support .support-block .support__txt {
    font-size: min(1.4655172414vw, 1.7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .--point04 .support .support-block .support__txt {
    font-size: 3.2vw;
  }
}

.sec-flow {
  overflow-x: hidden;
  color: #fff;
  background-image: url(../../img/top/sp/flow-bg_sp.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .sec-flow {
    background-image: url(../../img/top/flow-bg.png);
  }
}
.sec-flow .sec-header .sec-ttl {
  color: #fff;
}
.sec-flow .sec-header .sec-ttl:before {
  background-color: #fff;
}
.sec-flow .flow__txt {
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0.5em 1em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .sec-flow .flow__txt {
    font-size: min(1.5517241379vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-flow .flow__txt {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sec-flow .flow__txt {
    padding: 0.5em 1em;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sec-flow .flow__img {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767.98px) {
  .slide-bar-wrapper {
    display: none;
  }
}
@media screen and (min-width: 768px), print {
  /* 表示領域 */
  .slide-container {
    cursor: all-scroll;
    position: relative;
    width: 100%;
    height: 145px;
  }
  /* 大きな画像 */
  /*
  スライドバー部分
   */
  /* 横のバーライン */
  /* スライダー（透明） */
  /* iPadでも指で操作しやすくする */
  /* トラック（透明） */
  /* 矢印アイコン */
}
@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1000.98px) {
  .slide-container {
    height: 110px;
  }
}
@media screen and (min-width: 768px), print {
  .slide-image {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    max-width: none;
    height: 100%;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  .slide-bar-wrapper {
    position: relative;
    width: 100%;
    max-width: 180px;
    height: 40px;
    -webkit-tap-highlight-color: transparent;
  }
  .slide-bar-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    max-width: 180px;
    height: 1px;
    background: #fff;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .slide-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: pointer;
    opacity: 0;
  }
  .slide-bar::-webkit-slider-thumb {
    width: 40px; /* デフォルトより大きめ */
    height: 40px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    -webkit-appearance: none;
  }
  .slide-bar-wrapper,
  .slide-bar {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-touch-callout: none;
  }
  .slide-bar::-webkit-slider-runnable-track {
    height: 2px;
    background: transparent;
  }
  .arrow-icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); /* ← X方向の-50%を削除 */
    pointer-events: none;
    -webkit-transition: left 0.3s ease-out;
    transition: left 0.3s ease-out;
  }
  .arrow-icon img {
    width: 24px;
    height: auto;
    display: block;
  }
}
.sec-faq {
  background-color: #9ed8f5;
}
.sec-faq .sec-header .sec-ttl {
  color: #005bab;
}
.sec-faq .sec-header .sec-ttl:before {
  background-color: #005bab;
}
.sec-faq .faq .faq-block {
  background-color: #fff;
}
.sec-faq .faq .faq-block + .faq-block {
  margin-top: 15px;
  margin-top: 4vw;
}
@media screen and (min-width: 768px), print {
  .sec-faq .faq .faq-block + .faq-block {
    margin-top: 20px;
  }
}
.sec-faq .faq .faq-block.is-opened .icon {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.sec-faq .faq .faq__content_inner,
.sec-faq .faq .summary_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  gap: 2.6666666667vw;
  padding: 1.1em 3em 1.1em 1.3em;
}
@media screen and (min-width: 768px), print {
  .sec-faq .faq .faq__content_inner,
  .sec-faq .faq .summary_inner {
    gap: 25px;
    padding: 1.1em 3em 1.1em 1.5em;
  }
}
.sec-faq .faq .faq__content_inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.sec-faq .faq .summary_inner::before,
.sec-faq .faq .faq__content_inner::before {
  content: "";
  width: 14px;
  width: 3.7333333333vw;
  height: 18px;
  height: 4.8vw;
  -ms-flex-negative: 0;
      flex-shrink: 0; /* flexは、これで小さくならない */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .sec-faq .faq .summary_inner::before,
  .sec-faq .faq .faq__content_inner::before {
    width: 26px;
    height: 33px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sec-faq .faq .summary_inner::before,
  .sec-faq .faq .faq__content_inner::before {
    width: 22px;
    height: 28px;
  }
}
.sec-faq .faq .faq__q {
  background-color: #def1fb;
  -webkit-tap-highlight-color: transparent;
}
.sec-faq .faq .faq__q .summary_inner {
  color: #005bab;
}
.sec-faq .faq .faq__q .summary_inner:before {
  background-image: url(../../img/top/faq_q.svg);
}
.sec-faq .faq .faq__content {
  overflow: hidden;
}
.sec-faq .faq .faq__content .faq__content_inner {
  color: #000000;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (max-width: 767.98px) {
  .sec-faq .faq .faq__content .faq__content_inner {
    padding: 1.1em 1.5em;
  }
}
.sec-faq .faq .faq__content .faq__content_inner:before {
  background-image: url(../../img/top/faq_a.svg);
}
.sec-faq .faq__content_inner,
.sec-faq .summary_inner,
.sec-faq .txt {
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px), print {
  .sec-faq .faq__content_inner,
  .sec-faq .summary_inner,
  .sec-faq .txt {
    font-size: min(1.724137931vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-faq .faq__content_inner,
  .sec-faq .summary_inner,
  .sec-faq .txt {
    font-size: 3.4666666667vw;
  }
}
.sec-faq .icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  background-image: url(../../img/top/flow-img-icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-filter: drop-shadow(0px 0px 1px #b3b3b3);
          filter: drop-shadow(0px 0px 1px #b3b3b3);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform-origin: center;
          transform-origin: center;
}
.sec-faq .wavy-underline {
  position: relative;
  display: inline-block;
  padding-bottom: 11px; /* 下線との距離 */
}
@media screen and (min-width: 768px), print {
  .sec-faq .wavy-underline {
    padding-bottom: 11px; /* 下線との距離 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sec-faq .wavy-underline {
    padding-bottom: 7px; /* 下線との距離 */
  }
}
.sec-faq .wavy-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 6px; /* 波の高さに合わせる */
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 6'><path d='M0,1c5.48,0,5.48,4,10.97,4s5.48-4,10.97-4' fill='none' stroke='%23da4e7b' stroke-width='2'/></svg>") repeat-x;
  background-size: 22px 6px; /* ← 波の間隔（波長）をここで調整 */
}
@media screen and (min-width: 768px), print {
  .sec-faq .wavy-underline::after {
    height: 6px; /* 波の高さに合わせる */
    background-size: 22px 6px; /* ← 波の間隔（波長）をここで調整 */
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .sec-faq .wavy-underline::after {
    height: 4px; /* 波の高さに合わせる */
    background-size: 14px 4px; /* ← 波の間隔（波長）をここで調整 */
  }
}

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

 CMSスタイル上書き

========================================================================*/
.p-hero {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f7f7f7;
  width: 100%;
  height: 100px;
  height: 20vw;
}
@media screen and (min-width: 768px), print {
  .p-hero {
    height: 230px;
  }
}
.p-hero > * {
  line-height: 1;
  letter-spacing: 0.05em;
}
.p-hero .p-hero__title {
  background: -webkit-gradient(linear, left top, right top, from(#73378c), color-stop(80%, #0073be));
  background: linear-gradient(to right, #73378c 0%, #0073be 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 900;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__title {
    font-size: min(2.2413793103vw, 2.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__title {
    font-size: 4.2666666667vw;
  }
}
.p-hero .p-hero__text {
  color: #333;
  font-weight: 600;
  margin-top: 0.6em;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__text {
    font-size: min(3.1034482759vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero .p-hero__text {
    font-size: 5.3333333333vw;
  }
}

.news .news-list {
  position: relative;
}
.news .news-list::before {
  top: 0;
}
.news .news-list .news-list__item {
  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;
  position: relative;
  width: 100%;
  padding-block: 0.9em;
}
.news .news-list .news-list__item:before {
  bottom: 0;
}
.news .news-list .news-list__item span {
  width: 5em;
}
@media screen and (min-width: 768px), print {
  .news .news-list .news-list__item span {
    width: 100px;
  }
}
.news .news-list .news-list__item a {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .news .news-list .news-list__item a {
    width: calc(100% - 100px);
  }
}
.news .news-list::before,
.news .news-list__item::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0 6px, transparent 6px 10px);
  background-size: 10px 100%;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767.98px) {
  .news .post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (min-width: 768px), print {
  .news .post .post__date {
    padding-inline: 0.8em 1.3em;
  }
}
.news .news__btn__wrap {
  margin-top: 15px;
}
.news .news__btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin-left: auto;
  text-align: right;
}
.news .news__btn .icon {
  display: inline-block;
  width: 13px;
}

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

 投稿
 single

========================================================================*/
.single-post .entry-content > * {
  margin-top: var(--base-mt);
  margin-bottom: 0;
}
.single-post .entry-content > section {
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  line-height: 1.5;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.single-post .entry-content p {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
.single-post .entry-content h1 {
  font-size: 2em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .single-post .entry-content h1 {
    font-size: 1.75em;
  }
}
.single-post .entry-content h2 {
  font-size: 1.5em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .single-post .entry-content h2 {
    font-size: 1.25em;
    line-height: 1.6;
  }
}
.single-post .entry-content h3 {
  font-size: 1.25em;
}
.single-post .entry-content h4 {
  font-size: 1.125em;
  margin-top: 1.5em;
}
.single-post .entry-content h5 {
  font-size: 1em;
}
.single-post .entry-content h6 {
  font-size: 0.75em;
  font-weight: normal;
}
.single-post .entry-content a {
  color: #008bd5;
  text-decoration: underline;
}
@media screen and (min-width: 1001px), print {
  .single-post .entry-content a:hover {
    text-decoration: none;
  }
}
.single-post .entry-text,
.single-post .entry-text2 {
  line-height: 2;
}
.single-post .entry-header .entry-date {
  font-size: 1em;
}
@media screen and (max-width: 767.98px) {
  .single-post .entry-header .entry-date {
    font-size: 0.75em;
  }
}
.single-post .entry-header .entry-title {
  font-size: 1.875em;
}
@media screen and (max-width: 767.98px) {
  .single-post .entry-header .entry-title {
    font-size: 1.375em;
  }
}

.single-post .entry-header .entry-title,
.editor-styles-wrapper .entry-header .entry-title {
  position: relative;
  margin-bottom: 0.6em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
.single-post .entry-header .entry-title:before,
.editor-styles-wrapper .entry-header .entry-title:before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 3em;
  height: 2px;
  background-color: #000;
}
.single-post .entry-header .entry-date,
.editor-styles-wrapper .entry-header .entry-date {
  display: block;
  text-align: right;
}
.single-post .entry-content,
.editor-styles-wrapper .entry-content {
  margin-top: 3.5rem;
}
.single-post .entry-content p,
.editor-styles-wrapper .entry-content p {
  margin-top: 1em;
  margin-bottom: 2em;
}
.single-post h3,
.editor-styles-wrapper h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 600;
  margin-bottom: 33px;
  color: #102040;
  padding-left: 1em;
}
@media screen and (min-width: 768px), print {
  .single-post h3,
  .editor-styles-wrapper h3 {
    font-size: min(2.0689655172vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .single-post h3,
  .editor-styles-wrapper h3 {
    font-size: 5.3333333333vw;
  }
}
.single-post h3::before,
.editor-styles-wrapper h3::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  background-color: #000;
}
.single-post h4,
.editor-styles-wrapper h4 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  width: 100%;
  font-weight: 500;
  margin-bottom: 16px;
  color: #000;
  /* ここ変更 */
  white-space: normal; /* ← nowrapをやめる（自然な改行を許可） */
}
@media screen and (min-width: 768px), print {
  .single-post h4,
  .editor-styles-wrapper h4 {
    font-size: min(1.724137931vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .single-post h4,
  .editor-styles-wrapper h4 {
    font-size: 4.8vw;
  }
}
.single-post h4::after,
.editor-styles-wrapper h4::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; /* ← 残り幅を線で埋める */
  height: 1px;
  background: #c6c7c7;
}
/*=======================================================================

 お知らせ

========================================================================*/
.news-archive .post-list {
  border-bottom: 1px solid #ddd;
}
.news-archive .post-list .post-item {
  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;
  padding: 20px 1em;
  border-top: 1px solid #ddd;
}
.news-archive .post-list .post-date {
  width: 5em;
  font-size: 0.9375em;
}
.news-archive .post-list .post-title {
  width: calc(100% - 6.5em);
  font-size: 1em;
}
@media screen and (max-width: 767.98px) {
  .news-archive .post-list .post-title {
    width: 100%;
    margin-top: 3px;
  }
}
@media screen and (min-width: 1001px), print {
  .news-archive .post-list .post-title {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .news-archive .post-list .post-title:hover {
    color: #008bd5;
    text-decoration: underline;
  }
}

.pagination {
  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: 13px;
  margin: 3rem 0;
}
.pagination .dots {
  margin: 0;
  opacity: var(--base-opacity--thin);
}
.pagination .next,
.pagination .prev {
  display: none !important;
}
.pagination .page-numbers,
.pagination .post-page-numbers {
  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;
  position: relative;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  width: 30px;
  height: 30px;
  padding-bottom: 1px;
  margin: 0 7px;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 5px;
}
.pagination .page-numbers:not(.dots).current {
  color: #fff;
  border: 1px solid #008bd5;
  background-color: #008bd5;
}
@media screen and (min-width: 1001px), print {
  .pagination .page-numbers:not(.dots) {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pagination .page-numbers:not(.dots):hover {
    color: #fff;
    border: 1px solid #008bd5;
    background-color: #008bd5;
  }
}
.pagination .post-page-numbers:not(.dots).current, .pagination .post-page-numbers:not(.dots):hover {
  color: #fff;
  border: 1px solid #008bd5;
  background-color: #008bd5;
}
.pagination .prev-link {
  margin-right: 10px;
}
.pagination .next-link {
  margin-left: 10px;
}
.pagination .prev-link,
.pagination .next-link {
  width: 52px;
}
@media screen and (min-width: 1001px), print {
  .pagination .prev-link,
  .pagination .next-link {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pagination .prev-link:hover,
  .pagination .next-link:hover {
    opacity: 0.5;
  }
}

.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;
}

.post-type-new_graduate .l-main h5,
.post-type-experienced .l-main h5,
.post-type-new_graduate .editor-styles-wrapper h5,
.post-type-experienced .editor-styles-wrapper h5,
.requirement h5 {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin-top: 50px;
  margin-bottom: 10px;
}
.post-type-new_graduate .l-main h5::before,
.post-type-experienced .l-main h5::before,
.post-type-new_graduate .editor-styles-wrapper h5::before,
.post-type-experienced .editor-styles-wrapper h5::before,
.requirement h5::before {
  content: "●";
  color: #009fe8;
  margin-right: 3px;
}
.post-type-new_graduate .l-main .c-table-outline + .c-table-outline,
.post-type-new_graduate .l-main .c-table-outline + .wp-block-table,
.post-type-new_graduate .l-main .wp-block-table + .c-table-outline,
.post-type-new_graduate .l-main .wp-block-table + .wp-block-table,
.post-type-experienced .l-main .c-table-outline + .c-table-outline,
.post-type-experienced .l-main .c-table-outline + .wp-block-table,
.post-type-experienced .l-main .wp-block-table + .c-table-outline,
.post-type-experienced .l-main .wp-block-table + .wp-block-table,
.post-type-new_graduate .editor-styles-wrapper .c-table-outline + .c-table-outline,
.post-type-new_graduate .editor-styles-wrapper .c-table-outline + .wp-block-table,
.post-type-new_graduate .editor-styles-wrapper .wp-block-table + .c-table-outline,
.post-type-new_graduate .editor-styles-wrapper .wp-block-table + .wp-block-table,
.post-type-experienced .editor-styles-wrapper .c-table-outline + .c-table-outline,
.post-type-experienced .editor-styles-wrapper .c-table-outline + .wp-block-table,
.post-type-experienced .editor-styles-wrapper .wp-block-table + .c-table-outline,
.post-type-experienced .editor-styles-wrapper .wp-block-table + .wp-block-table,
.requirement .c-table-outline + .c-table-outline,
.requirement .c-table-outline + .wp-block-table,
.requirement .wp-block-table + .c-table-outline,
.requirement .wp-block-table + .wp-block-table {
  margin-top: 40px;
}
.post-type-new_graduate .l-main table,
.post-type-experienced .l-main table,
.post-type-new_graduate .editor-styles-wrapper table,
.post-type-experienced .editor-styles-wrapper table,
.requirement table {
  width: 100%;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.post-type-new_graduate .l-main table th,
.post-type-experienced .l-main table th,
.post-type-new_graduate .editor-styles-wrapper table th,
.post-type-experienced .editor-styles-wrapper table th,
.requirement table th {
  font-weight: normal;
  width: 190px;
  background-color: #f1f8f9;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .post-type-new_graduate .l-main table td,
  .post-type-experienced .l-main table td,
  .post-type-new_graduate .editor-styles-wrapper table td,
  .post-type-experienced .editor-styles-wrapper table td,
  .requirement table td {
    padding-bottom: 40px !important;
    border-top: 0 solid #e6e6e6 !important;
  }
}
.post-type-new_graduate .l-main table tr td:nth-child(1),
.post-type-experienced .l-main table tr td:nth-child(1),
.post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
.post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
.requirement table tr td:nth-child(1) {
  background-color: #f1f8f9;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  .post-type-new_graduate .l-main table tr td:nth-child(1),
  .post-type-experienced .l-main table tr td:nth-child(1),
  .post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
  .requirement table tr td:nth-child(1) {
    padding: 15px 20px !important;
  }
}
.post-type-new_graduate .l-main table tr td:nth-child(1),
.post-type-new_graduate .l-main table th,
.post-type-new_graduate .l-main table td,
.post-type-experienced .l-main table tr td:nth-child(1),
.post-type-experienced .l-main table th,
.post-type-experienced .l-main table td,
.post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
.post-type-new_graduate .editor-styles-wrapper table th,
.post-type-new_graduate .editor-styles-wrapper table td,
.post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
.post-type-experienced .editor-styles-wrapper table th,
.post-type-experienced .editor-styles-wrapper table td,
.requirement table tr td:nth-child(1),
.requirement table th,
.requirement table td {
  font-size: 1.8rem;
  padding: 17px 30px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 0;
}
@media screen and (max-width: 767.98px) {
  .post-type-new_graduate .l-main table tr td:nth-child(1),
  .post-type-new_graduate .l-main table th,
  .post-type-new_graduate .l-main table td,
  .post-type-experienced .l-main table tr td:nth-child(1),
  .post-type-experienced .l-main table th,
  .post-type-experienced .l-main table td,
  .post-type-new_graduate .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-new_graduate .editor-styles-wrapper table th,
  .post-type-new_graduate .editor-styles-wrapper table td,
  .post-type-experienced .editor-styles-wrapper table tr td:nth-child(1),
  .post-type-experienced .editor-styles-wrapper table th,
  .post-type-experienced .editor-styles-wrapper table td,
  .requirement table tr td:nth-child(1),
  .requirement table th,
  .requirement table td {
    display: block;
    width: 100%;
    padding: 15px 20px;
  }
}
.post-type-new_graduate .l-main .arkb-small,
.post-type-experienced .l-main .arkb-small,
.post-type-new_graduate .editor-styles-wrapper .arkb-small,
.post-type-experienced .editor-styles-wrapper .arkb-small,
.requirement .arkb-small {
  display: block;
  line-height: 1.6;
  margin-top: 10px;
}

.ark-block-column .c-card {
  width: auto;
}

.wp-block-columns .c-card__blue {
  width: auto;
}

.ark-block-columns.p-card .ark-block-columns__inner {
  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;
  row-gap: 0;
}
.ark-block-columns.p-card .ark-block-column {
  width: 47.2727272727%;
  max-width: 520px;
}
@media screen and (min-width: 768px), print {
  .ark-block-columns.p-card .ark-block-column:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .ark-block-columns.p-card .ark-block-column {
    width: 100%;
  }
  .ark-block-columns.p-card .ark-block-column + .ark-block-column {
    margin-top: 20px;
  }
}
.ark-block-columns.p-card .ark-block-column .c-card.--sm {
  width: 100%;
}

/* シングルページ用
-------------------------------------------------------*/
/* アーカイブページ用
-------------------------------------------------------*/
/* タグページ用
-------------------------------------------------------*/
.no-post {
  font-size: clamp(18px, 2vw, 20px);
  text-align: center;
}

.btn_news {
  width: 80%;
  max-width: 217px;
  border-radius: 30px;
  background-color: #fff;
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .banner {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.banner .banner-item {
  width: 48.1818181818%;
}
@media screen and (min-width: 1001px), print {
  .banner .banner-item {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .banner .banner-item:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .banner .banner-item {
    width: 100%;
  }
  .banner .banner-item + .banner-item {
    margin-top: 10px;
  }
}
.banner .banner-item a {
  display: block;
}/*# sourceMappingURL=style.css.map */