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

.wrap {
  margin-left: auto;
  margin-right: 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;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
}

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

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

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

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

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

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

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}
@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: #232583;
}

.c-main2 {
  color: #000;
}

.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: #f1f8fd;
}

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

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

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

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

/* ボーダー
-------------------------------------------------------*/
.u-border--top {
  border-top: 4px solid #232583;
}

.u-border--bottom {
  border-bottom: 4px solid #232583;
}

/* グラデ
-------------------------------------------------------*/
.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: "Oswald", "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: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

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

/* title
-------------------------------------------------------*/
/* 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.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

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

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

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

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

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

@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

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

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

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

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

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

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

@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

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

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

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

.u0 img {
  vertical-align: bottom;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.list__square li {
  list-style-type: square;
}

.list__circle li {
  list-style-type: circle;
}

.list__counter {
  counter-reset: num;
}
.list__counter li {
  counter-increment: num;
  padding-left: 1.1em;
  text-indent: -1.1em;
}
.list__counter li::before {
  content: counter(num) ". ";
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "";
  display: block;
  position: absolute;
  left: -1em;
  background-color: #000;
  width: 1em;
  height: 1em;
}

/* lower-roman	ローマ数字の小文字
-------------------------------------------------------*/
.list-lower-roman {
  list-style-position: outside;
}
.list-lower-roman li {
  list-style-type: lower-roman;
}

/* upper-roman	ローマ数字の大文字
-------------------------------------------------------*/
.list-upper-roman {
  list-style-position: outside;
}
.list-upper-roman li {
  list-style-type: upper-roman;
}

figcaption {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-size: 1.3rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: right;
  padding-top: 6px;
}
@media screen and (max-width: 767.98px) {
  figcaption {
    font-size: 1.04rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}
.figure.--capt_in figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  padding: 5px 7px;
  text-align: right;
}
.figure.--capt_out figcaption {
  text-align: right;
}
.figure.--capt_bg figcaption {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}

.figure-frame {
  position: relative;
}
.figure-frame::before, .figure-frame::after {
  pointer-events: none;
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}
.figure-frame::before {
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to right, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
}
.figure-frame::after {
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#a87722), color-stop(20%, #f8ea70), color-stop(35%, #cd9c25), color-stop(55%, #c38e50), color-stop(65%, #f1dc80), color-stop(88%, #a87722), to(rgba(247, 230, 135, 0)));
  background: linear-gradient(to bottom, #a87722 0%, #f8ea70 20%, #cd9c25 35%, #c38e50 55%, #f1dc80 65%, #a87722 88%, rgba(247, 230, 135, 0) 100%);
}

.formWrap .flex li {
  margin-bottom: 5px;
}

/* form input
--------------------------------------------------------------------------------*/
.cp_ipselect,
select,
textarea,
input {
  border-radius: 5px;
  -webkit-transition: 0.3em;
  transition: 0.3em;
}

input[type=text],
input[type=email],
textarea,
select {
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  padding-right: 0.8em;
  padding-left: 0.8em;
}
@media screen and (max-width: 767.98px) {
  input[type=text],
  input[type=email],
  textarea,
  select {
    max-width: 220px;
  }
}

input[type=text],
input[type=email],
textarea {
  outline: none;
  border: 1px solid #aaa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #bbb;
}
@media screen and (min-width: 1001px), print {
  input[type=text],
  input[type=email],
  textarea {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

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

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

input[type=submit][disabled],
button[type=submit][disabled] {
  background: #ccc !important;
  cursor: not-allowed;
}

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

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

 fotm design

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

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

.c-button__wrap {
  margin-left: auto;
  margin-right: auto;
}
.c-button__wrap.--col2 .c-button {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .c-button__wrap.--col2 .c-button {
    width: 47%;
    margin: 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-button__wrap.--col2 .c-button + .c-button {
    margin-top: 15px;
  }
}

.c-button {
  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: 14px;
  font-size: 3.8356164384vw;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  width: 80%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  min-height: 36px;
  padding-top: 2px;
  padding-bottom: 4px;
  color: #fff;
  background-color: #232583;
  border: 1px solid #232583;
  text-decoration: none;
  text-align: center;
}
@media screen and (min-width: 1001px), print {
  .c-button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button:hover {
    color: #232583;
    background-color: #fff;
  }
  .c-button:hover:before {
    background-color: #232583;
  }
}
@media screen and (min-width: 768px), print {
  .c-button {
    font-size: 1.6rem;
    min-height: 45px;
  }
}
.c-button a,
.c-button span {
  display: block;
  padding-right: 1.5%;
  white-space: nowrap;
  text-decoration: none;
}
.c-button::before {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  background: #ffffff;
  height: 6.9282032303px;
  width: 6px;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
}
@media screen and (min-width: 768px), print {
  .c-button::before {
    right: 15px;
  }
}
.c-button.--orange {
  color: #fff;
  background-color: #f60;
}
.c-button.--white {
  background-color: #fff;
}
.c-button.--white-orange {
  color: #e60;
  background-color: #fff;
}
.c-button.--white-orange::before {
  background: #f60;
}
@media screen and (min-width: 1001px), print {
  .c-button.--white-orange {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--white-orange:hover {
    color: #fff;
    background-color: #e60;
  }
  .c-button.--white-orange:hover::before {
    background: #fff;
  }
}
.c-button.--md {
  font-size: 14px;
  font-size: 3.8356164384vw;
  border-radius: 50px;
  min-height: 50px;
}
@media screen and (min-width: 768px), print {
  .c-button.--md {
    font-size: 2rem;
  }
}
.c-button.--border {
  color: #232583;
  background-color: #fff;
  border: 1px solid #232583;
  border-radius: 30px;
}
.c-button.--border::before {
  background-color: #232583;
}
@media screen and (min-width: 1001px), print {
  .c-button.--border {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--border:hover {
    color: #fff;
    background-color: #232583;
  }
  .c-button.--border:hover::before {
    background-color: #fff;
  }
}

.c-button__more {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #232583;
  width: 90%;
  max-width: 360px;
  height: 52px;
  border-radius: 26px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-button__more {
    font-size: 1.6rem;
    height: 44px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-button__more::after {
  line-height: 0;
  content: "";
  position: absolute;
  right: 19px;
  width: 11px;
  height: 11px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 767.98px) {
  .c-button__more::after {
    right: 15px;
  }
}
.c-button__more a,
.c-button__more span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button__more.--sm {
  font-size: 1.6rem;
  height: 40px;
}
.c-button__more.--white {
  color: #333;
  background-color: #fff;
}
.c-button__more.--white::after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.c-button__more.--border {
  color: #333;
  background-color: #fff;
  border: 1px solid #232583;
}
@media screen and (min-width: 1001px), print {
  .c-button__more.--border {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button__more.--border:hover {
    color: #fff;
    background-color: #232583;
    opacity: 1;
  }
  .c-button__more.--border:hover::after {
    border-top: 2px solid #fff !important;
    border-right: 2px solid #fff !important;
  }
}
.c-button__more.--border.--sm {
  font-weight: 400;
  width: 160px;
}
@media screen and (max-width: 767.98px) {
  .c-button__more.--border.--sm {
    font-size: 1.4rem;
    height: 36px;
  }
}
.c-button__more.--border.--sm::after {
  right: 15px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
}

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

.c-title__line {
  position: relative;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-title__line {
    font-size: 2.3rem;
    padding-bottom: 17px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__line {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}
.c-title__line::before, .c-title__line::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #232583;
}
.c-title__line--only {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #b3b3b3;
}
@media screen and (max-width: 767.98px) {
  .c-title__line--only {
    padding-bottom: 15px;
  }
}
.c-title__line--only::before, .c-title__line--only::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}
.c-title__line--only::before {
  left: 0;
  bottom: -1px;
  width: 240px;
  height: 2px;
  background-color: #232583;
}
.c-title__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.5;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid rgba(0, 0, 0, 0.7);
  border-radius: 26px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-title__border {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-title__border {
    font-size: 1.7rem;
    padding-top: 6px;
    padding-bottom: 6px;
    letter-spacing: 0;
  }
}

.c-title__block-blue {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  letter-spacing: 0.06em;
  background-color: #f1f8f9;
  padding: 5px 15px 7px 15px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-title__block-blue {
    font-size: 1.8rem;
    padding: 5px 15px 7px 15px;
  }
}

.c-title__block-blue2 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  background-color: #f1f8fd;
  padding: 5px 15px 7px 15px;
  margin-bottom: 10px;
}

.c-title__grade {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  background: -webkit-gradient(linear, left top, right top, color-stop(15%, rgb(250, 170, 60)), color-stop(50%, rgb(0, 115, 190)), color-stop(85%, rgb(115, 55, 140)));
  background: linear-gradient(90deg, rgb(250, 170, 60) 15%, rgb(0, 115, 190) 50%, rgb(115, 55, 140) 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-left: auto;
  margin-right: auto;
}

/*
-------------------------------------------------------*/
.c-copy {
  font-weight: 700;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .c-copy {
    font-size: 19px;
    font-size: 1.9vw;
  }
}
.c-copy.--lg {
  font-size: 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .c-copy.--lg {
    font-size: 24px;
    font-size: 6.5753424658vw;
  }
}
.c-table-outline {
  width: 100%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.c-table-outline th {
  font-weight: normal;
  width: 190px;
  background-color: #f1f8fd;
}
.c-table-outline th,
.c-table-outline td {
  padding: 17px 30px;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
}
@media screen and (max-width: 767.98px) {
  .c-table-outline th,
  .c-table-outline td {
    display: block;
    width: 100%;
  }
}

.c-heading {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .c-heading {
    padding-bottom: 20px;
    padding-bottom: 5.4794520548vw;
  }
}
.c-heading .c-heading__eng {
  position: relative;
  font-family: "Oswald", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 12.5px;
  font-size: 3.4246575342vw;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(116deg, #0097b8 24.68%, #5de9d0 90.73%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading__eng {
    font-size: 2rem;
  }
}
.c-heading .c-heading__eng + .c-heading__ttl {
  margin-top: 0.6em;
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading__eng + .c-heading__ttl {
    margin-top: 20px;
  }
}
.c-heading .c-heading__eng:before {
  content: "";
  display: block;
  margin: auto;
  width: 40px;
  height: 20px;
  background-image: url(../../assets/images/common/c-heading__icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading__eng:before {
    width: 28px;
    height: 14px;
  }
}
.c-heading .c-heading__ttl {
  font-size: 21px;
  font-size: 5.7534246575vw;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (min-width: 768px), print {
  .c-heading .c-heading__ttl {
    font-size: 4rem;
  }
}
.c-heading .c-heading__txt {
  font-size: 1.7rem;
  margin-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .c-heading .c-heading__txt {
    font-size: 14px;
    font-size: 3.8356164384vw;
    margin-top: 10px;
    margin-top: 2.7397260274vw;
    text-align: justify;
    word-break: break-all;
    text-justify: inter-ideograph;
    text-justify: inter-character;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
.c-heading.--sm .c-heading__ttl {
  font-size: 21px;
  font-size: 5.7534246575vw;
}
@media screen and (min-width: 768px), print {
  .c-heading.--sm .c-heading__ttl {
    font-size: 3.6rem;
  }
}
.c-heading.--xs .c-heading__ttl {
  font-size: 19px;
  font-size: 5.2054794521vw;
}
@media screen and (min-width: 768px), print {
  .c-heading.--xs .c-heading__ttl {
    font-size: 3rem;
  }
}
.c-heading.--line {
  position: relative;
  font-size: 22px;
  font-size: 6.0273972603vw;
  font-weight: 600;
  padding-bottom: 20px;
  margin-bottom: 22px;
}
@media screen and (min-width: 768px), print {
  .c-heading.--line {
    font-size: 2.6rem;
    padding-bottom: 25px;
    margin-bottom: 30px;
  }
}
.c-heading.--line:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  margin: auto;
  background-color: #232583;
  width: 40px;
  height: 3px;
}
@media screen and (min-width: 768px), print {
  .c-heading.--line:before {
    width: 50px;
    height: 4px;
  }
}

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

.c-block {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-block + .c-block {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block + .c-block {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block + .c-block {
    margin-top: 50px;
  }
}
.c-block .txtArea-wrap {
  z-index: 5;
  position: relative;
  width: 460px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 25px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea-wrap {
    width: 100%;
    border-radius: 17px;
  }
}
.c-block .txtArea-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  width: 100%;
  height: 320px;
  padding: 7% 8% 25px 8%;
}
@media screen and (max-width: 767.98px) {
  .c-block .txtArea-wrap a {
    padding: 20px;
    height: auto;
  }
}
.c-block .txtArea {
  display: block;
  width: 100%;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.c-block .c-block__text {
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-top: 13px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block__text {
    font-size: 1.5rem;
    margin-top: 5px;
  }
}
.c-block .c-block-left {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: calc(50% + 10px);
  background-image: url(../../assets/images/common/bg.jpg);
  background-repeat: repeat;
  background-position: center center;
  padding: 110px 90px 70px 30px;
  border-radius: 0 30px 30px 0;
  margin-right: 50%;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block-left {
    width: 100%;
    padding: 20px;
    border-radius: 0 20px 20px 0;
    margin-right: 20px;
  }
}
.c-block .c-block-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 100%;
  max-width: 1480px;
  padding-left: 50px;
  padding-right: 50px;
  margin: -430px 0 0 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-block .c-block-right {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block-right {
    padding: 0;
    margin-top: -50px;
  }
}
.c-block .c-block-right .imgArea {
  overflow: hidden;
  width: calc(72.1428571429% + 70px);
  max-width: 1010px;
  height: 520px;
  border-top-right-radius: 25px;
  margin-left: auto;
  margin-right: 0;
  border-bottom-left-radius: 25px;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block-right .imgArea {
    width: 100%;
    height: 240px;
    border-radius: 0 !important;
  }
}
.c-block .c-block-right .imgArea figure {
  height: 100%;
}
.c-block .c-block-right .imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-block .c-block__btn {
  width: 40px;
  background-image: url(../../assets/images/common/arrow_white_next.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-top: auto;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.c-block .c-block__btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-block.reverse .c-block-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 110px 30px 70px 90px;
  border-radius: 30px 0 0 30px;
  margin-left: 50%;
  margin-right: 0;
}
@media screen and (max-width: 767.98px) {
  .c-block.reverse .c-block-left {
    width: 100%;
    padding: 20px;
    border-radius: 25px 0 0 25px;
    margin-left: 20px;
  }
}
.c-block.reverse .c-block-right {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.c-block.reverse .c-block-right .imgArea {
  border-top-left-radius: 25px;
  border-top-right-radius: 0;
  margin-left: 0;
  margin-right: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 25px;
}
@media screen and (min-width: 1001px), print {
  .txtArea-wrap {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .txtArea-wrap:hover {
    color: #fff;
    background-color: #232583;
  }
  .txtArea-wrap:hover .c-title__border {
    border-color: #fff;
  }
  .txtArea-wrap:hover .c-block__btn img {
    opacity: 0;
  }
}

.extend-justify, .c-card .c-card__dl dd {
  overflow-wrap: break-word;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
}

.c-card {
  border-radius: 25px;
  border: 1px solid #cccccc;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .c-card {
    border-radius: 15px;
  }
}
.c-card .c-card-head {
  font-weight: 500;
  background-color: #efefef;
  padding-top: 10px;
  padding-bottom: 9px;
  border-bottom: 2px solid #232583;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-head {
    padding-top: 8px;
    padding-bottom: 10px;
  }
}
.c-card .c-card-head .c-card-head__title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-head .c-card-head__title {
    font-size: 1.8rem;
  }
}
.c-card .c-card-inner {
  position: relative;
  margin: 30px 30px 20px;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-inner {
    margin: 20px;
  }
}
.c-card .c-card-foot {
  font-weight: 500;
  background-color: #efefef;
  padding-top: 12px;
  padding-bottom: 14px;
  border-top: 2px solid #232583;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-foot {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 52px;
  }
}
.c-card .c-card-foot .c-card-foot__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-card .c-card-foot .c-card-foot__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card-foot .c-card-foot__title {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}
.c-card .c-card__img {
  margin-bottom: 15px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__img {
    margin-bottom: 7px;
  }
}
.c-card .c-card__dl {
  font-size: 1.8rem;
  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;
  border-bottom: 1px dashed #cccccc;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl {
    font-size: 1.6rem;
    padding-top: 10px;
    padding-bottom: 11px;
  }
}
.c-card .c-card__dl dt,
.c-card .c-card__dl dd {
  font-weight: 500;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl dt,
  .c-card .c-card__dl dd {
    font-size: 1.4rem;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.c-card .c-card__dl dt {
  width: 18.4782608696%;
  min-width: 85px;
  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;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl dt {
    width: 65px;
  }
}
.c-card .c-card__dl dd {
  width: 73.9130434783%;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .c-card .c-card__dl dd {
    width: calc(100% - 65px);
  }
}
.c-card .c-card__btn {
  width: 160px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
}

.c-card.--sm .c-card-head {
  padding-top: 6px;
  padding-bottom: 5px;
}
.c-card.--sm .c-card-inner {
  margin: 9px 30px;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card-inner {
    margin: 7px 20px;
  }
}
.c-card.--sm .c-card__img {
  display: none;
}
.c-card.--sm .c-card__dl {
  font-size: 1.6rem;
  border-bottom: 0px dashed #cccccc;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__dl {
    font-size: 1.4rem;
  }
}
.c-card.--sm .c-card__dl dt,
.c-card.--sm .c-card__dl dd {
  font-weight: 400;
}
.c-card.--sm .c-card__dl dt {
  width: 70px;
  min-width: auto;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__dl dt {
    width: 58px !important;
    font-weight: 500;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__dl dd {
    width: calc(100% - 74px) !important;
  }
}
.c-card.--sm .c-card__dl + .c-card__dl {
  border-top: 1px dashed #cccccc;
}
.c-card.--sm .c-card__btn {
  position: absolute;
  top: 34px;
  left: 0;
  width: 70px;
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__btn {
    width: 60px;
    top: 32px;
    left: -1px;
  }
}
.c-card.--sm .c-card__btn.c-button__more {
  font-size: 1.2rem;
  height: 20px;
}
.c-card.--sm .c-card__btn.c-button__more::after {
  right: 10px;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767.98px) {
  .c-card.--sm .c-card__btn.c-button__more::after {
    right: 6px;
    width: 5px;
    height: 5px;
  }
}

.c-card__blue {
  position: relative;
  color: #fff;
  border-radius: 25px;
  overflow: hidden;
}
@media screen and (min-width: 1001px), print {
  .c-card__blue {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-card__blue:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .c-card__blue {
    border-radius: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-card__blue {
    border-radius: 15px;
  }
}
.c-card__blue::before {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 159, 232)), color-stop(20%, rgb(0, 159, 232)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to top, rgb(0, 159, 232) 0%, rgb(0, 159, 232) 20%, rgba(0, 0, 0, 0.5) 100%);
  pointer-events: none;
  opacity: 0.75;
  z-index: 2;
}
.c-card__blue a {
  display: block;
}
.c-card__blue .c-card-inner {
  z-index: 5;
  display: block;
  width: 100%;
  height: 235px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767.98px) {
  .c-card__blue .c-card-inner {
    padding-left: 20px;
    padding-right: 20px;
    height: auto;
  }
}
.c-card__blue .c-card-head .c-card-head__title {
  border-color: rgb(255, 255, 255);
}
.c-card__blue .c-card-head .c-card-head__text {
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 15px;
  -moz-text-align-last: left;
       text-align-last: left;
}
.c-card__blue .c-card__btn {
  width: 40px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: 0;
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: 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.--md {
  max-width: 1200px !important;
}
.c-wrap.--sm {
  max-width: 1000px !important;
}
.c-wrap.--xs {
  max-width: 800px !important;
}

@media screen and (max-width: 767.98px) {
  .c-business-block {
    padding-bottom: 60px;
    padding-bottom: 8.5714285714vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-business-block {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 1001px), print {
  .c-business-block {
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.c-business-block .c-business__eng {
  z-index: 7;
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  height: 12.1428571429vw;
  opacity: 0.3;
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__eng {
    height: 96px;
    height: 6.8571428571vw;
    max-height: 96px;
    opacity: 0.15;
  }
}
.c-business-block .c-business__eng img {
  width: auto;
  height: 100%;
}
.c-business-block .c-business-block__inner {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business-block__inner {
    width: 90%;
  }
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__img {
    max-width: 520px;
    width: 50%;
  }
}
.c-business-block .c-business__txt {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767.98px) {
  .c-business-block .c-business__txt {
    padding: 1.7em 1.9em;
  }
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__txt {
    width: 45.4545454545%;
  }
}
.c-business-block .c-business__txt .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__txt .ttl {
    font-size: min(2.8vw, 2.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-business-block .c-business__txt .ttl {
    font-size: 5.5555555556vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__txt .ttl {
    letter-spacing: 0.07em;
  }
}
.c-business-block .c-business__txt .ttl::before, .c-business-block .c-business__txt .ttl::after {
  background-color: rgba(255, 255, 255, 0.4);
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
}
.c-business-block .c-business__txt .ttl::before {
  margin-right: 15px;
}
.c-business-block .c-business__txt .ttl::after {
  margin-left: 15px;
}
.c-business-block .c-business__txt .txt {
  line-height: 2;
  margin-top: 0.8em;
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__txt .txt {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-business-block .c-business__txt .txt {
    font-size: 3.75vw;
  }
}
@media screen and (min-width: 768px), print {
  .c-business-block .c-business__txt .txt {
    margin-top: 1.5em;
  }
}

.c-service-block {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767.98px) {
  .c-service-block + .c-service-block {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
.c-service-block .c-service-block__inner {
  width: 90%;
  max-width: 1100px;
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-service-block .c-service__txt {
  padding-top: 1em;
  padding-bottom: 1.3em;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt {
    padding-top: 1.3em;
    padding-bottom: 1.5em;
  }
}
.c-service-block .c-service__txt .ttl {
  color: #232583;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .ttl {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt .ttl {
    font-size: 4.1666666667vw;
  }
}
/*=======================================================================

ヘッダー

========================================================================*/
.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 10px 20px;
}
@media screen and (min-width: 768px), print {
  .l-header {
    padding: 20px 30px;
  }
}
.l-header .logo {
  max-width: 180px;
  width: 100px;
  width: 27.397260274vw;
}
.l-header .logo a {
  display: block;
}
.l-header .l-header-nav {
  width: calc(100% - 340px);
  max-width: 860px;
}
.l-header .l-header-nav .list {
  width: 62.7906976744%;
  max-width: 540px;
}
.l-header .l-header-nav .list .list-item a {
  display: block;
  position: relative;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .l-header .l-header-nav .list .list-item a {
    font-size: 1.6rem;
  }
}
.l-header .l-header-nav .list .list-item a:hover, .l-header .l-header-nav .list .list-item a.active {
  color: #232583;
}
.l-header .l-header-nav .list .list-item a:hover::before, .l-header .l-header-nav .list .list-item a.active::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 20px;
  height: 1px;
  background-color: #232583;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-header .l-header-nav .c-button__more {
  width: 90%;
  max-width: 250px;
}

.l-header {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.gnav {
  width: calc(100% - 280px);
  max-width: 700px;
}
@media screen and (min-width: 768px), print {
  .gnav {
    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;
  }
}
@media screen and (min-width: 768px), print {
  .gnav .gnav-item {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.gnav .gnav-item a {
  font-size: 1.4rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 1001px), print {
  .gnav .gnav-item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gnav .gnav-item a:hover {
    color: #232583;
  }
}
.gnav .gnav-item a.is-current {
  color: #232583;
}
.gnav .gnav-item img {
  width: 30px;
  margin-inline: auto;
  margin-top: 5px;
  margin-bottom: 5px;
}

.toggle_menu {
  z-index: 9999;
  position: fixed;
  right: 0;
  top: 0;
  background-color: #232583;
}
@media screen and (min-width: 768px), print {
  .toggle_menu {
    display: none;
  }
}
.toggle_menu {
  width: 90px;
  height: 70px;
  color: #fff;
  cursor: pointer;
}
@media screen and (min-width: 1001px), print {
  .toggle_menu {
    display: none;
  }
}
@media screen and (max-width: 1000.98px) {
  .toggle_menu {
    width: 68px;
    height: 68px;
  }
}
.toggle_menu hr {
  position: absolute;
  left: 0;
  right: 0;
  width: 40%;
  height: 2px;
  background: #fff;
  border: none;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.toggle_menu hr:nth-child(1) {
  top: 26%;
}
.toggle_menu hr:nth-child(2) {
  top: 38%;
}
.toggle_menu hr:nth-child(3) {
  top: 50%;
}
.toggle_menu .hamb_txt {
  position: absolute;
  top: 60%;
  left: 0;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  height: 20px;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.toggle_menu .hamb_txt.--close {
  opacity: 0;
}

/* メニューボタン 展開時 body.nav_open
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .l-header {
    z-index: 100;
  }
  .l-header .gnav {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: calc(100svh - 56px);
    background-color: #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .l-header .gnav .gnav-item {
    padding-left: 20px;
    padding-right: 20px;
  }
  .l-header .gnav .gnav-item a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px dotted #232583;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 15px;
    font-size: 4.1095890411vw;
  }
  .l-header .gnav .gnav-item img {
    margin-left: 0;
    margin-right: 0;
    margin-right: 15px;
    width: 30px;
    width: 8.2191780822vw;
  }
}
body.nav_open .l-header {
  background-color: rgb(255, 255, 255);
}
body.nav_open .toggle_menu hr:nth-child(1) {
  top: 39%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav_open .toggle_menu hr:nth-child(2) {
  top: 39%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
body.nav_open .toggle_menu hr:nth-child(3) {
  top: 39%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.nav_open .toggle_menu .hamb_txt.--open {
  opacity: 0;
}
body.nav_open .toggle_menu .hamb_txt.--close {
  opacity: 1;
}
body.nav_open .l-header__right {
  pointer-events: all;
}
body.nav_open .gnav {
  pointer-events: all;
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1 !important;
}

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

.l-captArea .c-wrap {
  max-width: 1200px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

フッター

========================================================================*/
.l-footer {
  color: #fff;
}
.l-footer .l-footer-inner {
  position: relative;
  width: 90%;
  max-width: 1400px;
  margin-inline: auto;
  line-height: 1.6;
  font-weight: 600;
  padding-top: 100px;
  padding-bottom: 15px;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer-inner {
    font-size: min(1.3vw, 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-inner {
    font-size: 3.6111111111vw;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer-inner {
    text-align: center;
    font-weight: 500;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer-inner {
    padding-top: 150px;
  }
}
.l-footer .l-footer__copy {
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__copy {
    margin-bottom: 7px;
  }
}
.l-footer .logo {
  width: 70%;
  max-width: 220px;
  -webkit-filter: invert(100%) brightness(200%) contrast(100%);
          filter: invert(100%) brightness(200%) contrast(100%);
}
@media screen and (max-width: 767.98px) {
  .l-footer .logo {
    max-width: 220px;
    margin-inline: auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__address {
    font-weight: 400;
  }
}
.l-footer .l-footer__nav {
  margin-top: 100px;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__nav {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
  }
}
.l-footer .l-footer__nav .list-item {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__nav .list-item {
    font-size: min(1.3vw, 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav .list-item {
    font-size: 3.0555555556vw;
  }
}
.l-footer .l-footer__nav .list-item a {
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}
@media screen and (min-width: 1001px), print {
  .l-footer .l-footer__nav .list-item a:hover {
    text-decoration: underline;
  }
}
.l-footer .sns {
  margin: auto;
  width: 300px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 767.98px) {
  .l-footer .sns {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer .sns {
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.l-footer .sns .sns-icon {
  width: 26px;
  margin-right: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .l-footer .sns .sns-icon {
    margin-left: 10px;
    margin-right: 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(1.1vw, 1.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .copyright {
    font-size: 2.7777777778vw;
  }
}

#pagetop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  background: url(../../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;
}
@media screen and (min-width: 768px), print {
  .l-fixed-btn {
    top: 200px;
    right: 0;
    width: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-fixed-btn {
    display: none;
    background-color: #fff;
    bottom: 0;
    width: 100%;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
.l-fixed-btn.is-active {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
.l-fixed-btn .l-fixed-btn__item {
  overflow: hidden;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-top: 20px;
  background-color: #fff;
}
.l-fixed-btn .l-fixed-btn__item a {
  display: block;
}
@media screen and (min-width: 1001px), print {
  .l-fixed-btn .l-fixed-btn__item a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-fixed-btn .l-fixed-btn__item a:hover {
    opacity: 0.5;
  }
}
@media screen and (max-width: 767.98px) {
  .l-fixed-btn .l-fixed-btn__item a {
    color: #fff;
    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;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    height: 60px;
  }
}

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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

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

body {
  position: relative;
  font-family: YakuHanJPs, "游ゴシック", 游ゴシック体, YuGothic, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-size: 3.8356164384vw;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #444;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px), print {
  body {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
  }
}

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

a {
  text-decoration: underline;
  color: #232583;
}
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}

img {
  line-height: 1;
  width: 100%;
  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 (max-width: 767.98px) {
  p {
    line-height: 1.75;
  }
}

strong {
  font-weight: 700;
}

span,
small {
  font-weight: inherit;
}

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

sup {
  vertical-align: top;
  top: 1em;
}

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

ul {
  padding-left: 0;
}
ul li {
  list-style: 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
    -------------------------------------------------------*/
}
.p-hero {
  overflow: hidden;
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#444), to(#222));
  background: linear-gradient(to right, #444, #222);
  color: #fff;
}
.p-hero .p-hero__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  width: 93%;
  max-width: 1200px;
  height: 150px;
  height: 41.095890411vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero__inner {
    height: 360px;
  }
}
.p-hero .p-hero-jp {
  font-size: 24px;
  font-size: 6.5753424658vw;
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero-jp {
    font-size: 4.6rem;
  }
}
.p-hero .p-hero-eng {
  font-family: "Oswald", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 12px;
  font-size: 3.2876712329vw;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero-eng {
    font-size: 1.7rem;
  }
}
.p-hero .p-hero-bgText {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  line-height: 0.7;
  font-family: "Oswald", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 35.5px;
  font-size: 9.7260273973vw;
  font-weight: 700;
  text-align: right;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.05;
}
@media screen and (min-width: 768px), print {
  .p-hero .p-hero-bgText {
    font-size: 16rem;
    opacity: 0.04;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .p-hero .p-hero-bgText {
    font-size: 12rem;
  }
}

.p-breadcrumb ol {
  color: #888;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
  list-style: none;
  width: 93%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (max-width: 767.98px) {
  .p-breadcrumb ol {
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    border: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
  }
}
.p-breadcrumb ol::-webkit-scrollbar {
  display: none;
}
.p-breadcrumb ol li {
  font-size: 1.2rem;
}
@media screen and (min-width: 1001px), print {
  .p-breadcrumb ol li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-breadcrumb ol li a:hover {
    color: #232583;
    text-decoration: underline;
  }
}
.p-breadcrumb ol li a.is-current {
  pointer-events: none;
}
.p-breadcrumb ol li:not(:last-of-type)::after {
  content: ">";
  margin: 0 0.6em; /* 記号の左右の余白 */
  color: #777; /* 記号の色 */
}
.p-breadcrumb a {
  color: inherit;
  text-decoration: none;
}

.p-card .c-card {
  width: 47.2727272727%;
  max-width: 520px;
}
@media screen and (max-width: 767.98px) {
  .p-card .c-card {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px), print {
  .p-card .c-card:nth-child(n+3) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-card .c-card + .c-card {
    margin-top: 30px;
  }
}
.p-card .c-card.--sm {
  width: 47.2727272727%;
  max-width: 520px;
}
@media screen and (min-width: 768px), print {
  .p-card .c-card.--sm:nth-child(n+3) {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-card .c-card.--sm {
    width: 100%;
  }
  .p-card .c-card.--sm + .c-card {
    margin-top: 20px;
  }
}

.p-card__blue .inner {
  max-width: 1460px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-card__blue .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-card__blue .c-card__blue {
  width: 31.4285714286%;
  max-width: 520px;
}
@media screen and (max-width: 1000.98px) {
  .p-card__blue .c-card__blue {
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .p-card__blue .c-card__blue + .c-card__blue {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-card__blue .c-card__blue + .c-card__blue {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .p-card__blue .c-card__blue:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-card__blue .c-card__blue + .c-card {
    margin-top: 30px;
  }
}

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

.row .imgArea {
  width: 44.5454545455%;
}
@media screen and (max-width: 767.98px) {
  .row .imgArea + .txtArea {
    margin-top: 15px;
  }
}
.row .txtArea {
  width: 51.8181818182%;
}
@media screen and (max-width: 767.98px) {
  .row .txtArea + .imgArea {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .row .imgArea,
  .row .txtArea {
    width: 100% !important;
  }
}

.row.--lg .imgArea {
  width: 45.7142857143%;
}
.row.--lg .txtArea {
  width: 51.4285714286%;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .row.--lg .txtArea {
    margin-top: 30px;
  }
}
.row.--lg .txtArea p {
  line-height: 1.7;
}
.row.--lg .txtArea p + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 1000.98px) {
  .row.--lg .imgArea,
  .row.--lg .txtArea {
    width: 100%;
  }
}

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

.js-slide-text__wrap {
  position: relative;
  overflow: hidden;
}

.js-slide-text {
  display: inline-block;
}
.js-slide-text span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(25px);
          transform: translateY(25px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.js-slide-text span.visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ef-zoomLink {
  background-color: #fff;
}
.ef-zoomLink a {
  display: block;
  overflow: hidden;
}
.ef-zoomLink a img {
  width: 100%;
}
@media screen and (min-width: 1001px), print {
  .ef-zoomLink a img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  .ef-zoomLink a:hover img {
    -webkit-transform: scale(1.07, 1.07);
            transform: scale(1.07, 1.07);
    opacity: 0.5;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@media screen and (max-width: 767.98px) {
  .--sp-black {
    -webkit-filter: grayscale(100%) brightness(0.2);
            filter: grayscale(100%) brightness(0.2); /* 例: 完全に白黒にし、明るさを0.2に */
    opacity: 0.3;
  }
}

.section-head {
  letter-spacing: 0.12em;
  margin-bottom: 35px;
  margin-bottom: 5vw;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .section-head {
    letter-spacing: 0.15em;
    margin-bottom: 40px;
  }
}
.section-head .section-head__ttl .ttl__eng {
  font-family: "Oswald", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__eng {
    font-size: min(6.4vw, 6.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-head .section-head__ttl .ttl__eng {
    font-size: 10.5555555556vw;
  }
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__eng {
    letter-spacing: 0.05em;
  }
}
.section-head .section-head__ttl .ttl__jp {
  font-weight: 600;
  padding-top: 1em;
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__jp {
    font-size: min(1.4vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-head .section-head__ttl .ttl__jp {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__jp {
    padding-bottom: 1em;
  }
}
.section-head .section-head__txt {
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__txt {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-head .section-head__txt {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__txt {
    line-height: 2.2;
  }
}
.section-head .section-head__txt + .section-head__txt {
  margin-top: 1.5em;
}

.js-gradient-text {
  /* 文字サイズや太さはお好みで調整してください */
  font-size: 4rem;
  font-weight: bold;
  display: inline-block; /* backgroundを適用するため */
  /* グラデーションテキストの基本設定 */
  background-clip: text;
  -webkit-background-clip: text; /* Safari/Chrome用 */
  color: transparent;
  /* アニメーションさせるグラデーション */
  /* 3色グラデーションを要素幅より大きいサイズで設定 */
  background-image: -webkit-gradient(linear, left top, right top, from(#232583), color-stop(#232583), color-stop(#73bbec), color-stop(#232583), color-stop(#232583), color-stop(#73bbec), to(#232583));
  background-image: linear-gradient(90deg, #232583, #232583, #73bbec, #232583, #232583, #73bbec, #232583);
  background-size: 200% auto; /* 要素幅の2倍 */
  background-position: 0% 50%; /* 初期位置は左端 */
}

/* アニメーション実行中のスタイル */
.js-gradient-text.animate {
  /* keyframesで定義したアニメーションを無限に繰り返す */
  -webkit-animation: gradient-flow 10s linear infinite;
          animation: gradient-flow 10s linear infinite; /* forwards を infinite に変更 */
}

/* アニメーションキーフレーム (変更なし) */
@-webkit-keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
  /* 100%から0%に瞬間的に戻ることでループします */
}
@keyframes gradient-flow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
  /* 100%から0%に瞬間的に戻ることでループします */
}
/*=======================================================================

 トップページ

========================================================================*/
@media screen and (min-width: 768px), print {
  .page-top .l-main {
    margin-top: 0;
  }
}
.page-top .object.--mv_bottom {
  overflow: hidden;
  padding-bottom: 2%;
}
.page-top .object.--mv_bottom img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top;
          transform-origin: top;
}
@media screen and (min-width: 768px), print {
  .page-top .flex.--col4 > * {
    width: 22.5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .page-top .flex.--col4 > * {
    width: 48%;
  }
}
.page-top .flex.--col3 > * {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-top .flex.--col3 > * {
    width: 31%;
    max-width: 360px;
  }
}
.page-top .flex.--col2 > * {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .page-top .flex.--col2 > * {
    width: 48%;
    max-width: 550px;
  }
}

.top-mv {
  overflow: hidden;
}
.top-mv .mv {
  position: relative;
  overflow: hidden; /* 画像がはみ出ないようにする */
}
.top-mv .mv .slick-slide {
  height: 100svh;
}
.top-mv .mv .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-mv .mv .mv__logo {
  z-index: 10;
  width: 47%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  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 {
  .top-mv .mv .mv__logo {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 55%;
  }
  .top-mv .mv .mv__logo img {
    width: 50%;
    max-width: 340px;
  }
}
.top-mv .mv .mv__jp {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 85%;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv__jp {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 30px 20px;
  }
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv__jp {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 5vw;
    width: 35%;
  }
}
.top-mv .mv .mv__eng {
  z-index: 10;
  position: absolute;
  left: 2.5vw;
  bottom: 2.2vw;
  margin: auto;
  font-family: "Oswald", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv__eng {
    font-size: min(2.4vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv__eng {
    font-size: 3.8888888889vw;
  }
}
@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15); /* 拡大率 */
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.add-animation {
  -webkit-animation: zoomUp 10s linear 0s normal both;
          animation: zoomUp 10s linear 0s normal both;
}

.mv-slider:after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0;
  background-image: url(../../images/top/dots.png);
}

@media screen and (max-width: 767.98px) {
  .top-concept .c-wrap {
    width: 100%;
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
.top-concept .txt {
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px), print {
  .top-concept .txt {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-concept .txt {
    font-size: 4.1666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-concept .txt {
    line-height: 2.2;
  }
}
.top-concept p + p {
  margin-top: 1.8em;
}
@media screen and (min-width: 768px), print {
  .top-concept p + p {
    margin-top: 2em;
  }
}

.top-business .p-business {
  color: #fff;
}
.top-business .p-business .c-business-block__inner {
  z-index: 5;
  position: relative;
}
.top-business .c-business-block {
  position: relative;
}
.top-business .c-business-block:before, .top-business .c-business-block:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.top-business .c-business-block::before {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.65);
}
.top-business .c-business-block:after {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 768px), print {
  .top-business .c-business-block.--diningbar:after {
    background-image: url(../../images/top/bis_diningbar_bg.jpg);
  }
}
@media screen and (min-width: 768px), print {
  .top-business .c-business-block.--brand:after {
    background-image: url(../../images/top/bis_brand_bg.jpg);
  }
}
@media screen and (min-width: 768px), print {
  .top-business .c-business-block.--pest-control:after {
    background-image: url(../../images/top/bis_pest-control_bg.jpg);
  }
}
@media screen and (min-width: 768px), print {
  .top-business .c-business-block.--recycle:after {
    background-image: url(../../images/top/bis_recycle_bg.jpg);
  }
}

@media screen and (max-width: 767.98px) {
  .top-service .c-service-block {
    width: 90%;
    margin-inline: auto;
  }
}

.top-about dl {
  width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .top-about dl {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about dl {
    font-size: 3.8888888889vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-about dl {
    width: 100%;
    max-width: 860px;
    display: grid;
    grid-template-columns: 220px 1fr;
    row-gap: 0;
  }
}
.top-about dl dt,
.top-about dl dd {
  position: relative;
  padding: 1.2em 0;
}
@media screen and (min-width: 768px), print {
  .top-about dl dt,
  .top-about dl dd {
    padding: 1.5em 0;
  }
  .top-about dl dt:not(:nth-child(-n+2))::before,
  .top-about dl dd:not(:nth-child(-n+2))::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-top: 1px dotted #ccc;
  }
}
.top-about dl dt {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-about dl dt {
    color: #232583;
    padding-bottom: 0.7em;
    text-align: left;
  }
  .top-about dl dt::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px dotted #ccc;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about dl dd {
    padding-top: 0.7em;
  }
}

.top-contact {
  position: relative;
  background-image: url(../../images/top/contact_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #fff;
}
.top-contact::before {
  z-index: 2;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.top-contact .c-wrap {
  z-index: 2;
  position: relative;
}
.top-contact .contact {
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.top-contact .contact .contact-block {
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-contact .contact .contact-block {
    width: 90%;
    margin-inline: auto;
  }
  .top-contact .contact .contact-block + .contact-block {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
.top-contact .contact .contact-block .contact__btn {
  background-color: #fff;
}
.top-contact .contact .contact-block .contact__btn a {
  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;
  font-weight: 600;
  text-decoration: none;
  height: 56px;
  height: 15.3424657534vw;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#73bbec), to(#232583));
  background: linear-gradient(to right, #73bbec, #232583);
}
@media screen and (min-width: 768px), print {
  .top-contact .contact .contact-block .contact__btn a {
    font-size: min(2vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-contact .contact .contact-block .contact__btn a {
    font-size: 4.7222222222vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-contact .contact .contact-block .contact__btn a {
    height: 70px;
  }
}
@media screen and (min-width: 1001px), print {
  .top-contact .contact .contact-block .contact__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-contact .contact .contact-block .contact__btn a:hover {
    opacity: 0.5;
  }
}
.top-contact .contact .contact-block .contact__btn a .font-eng {
  font-size: 125%;
}
.top-contact .contact .contact-block .contact__txt {
  margin-top: 5px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-contact .contact .contact-block .contact__txt {
    font-size: min(1.5vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-contact .contact .contact-block .contact__txt {
    font-size: 3.6111111111vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-contact .contact .contact-block .contact__txt {
    margin-top: 10px;
  }
}

.top-logo .logo {
  width: 35%;
  max-width: 151px;
  margin-inline: auto;
}
.top-map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  background-color: #eee;
}
@media screen and (min-width: 768px), print {
  .top-map {
    padding-top: 650px;
  }
}
.top-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=style.css.map */