@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&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=Poppins:ital,wght@0,600;1,200;1,300;1,500&display=swap&text=1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz");
.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;
  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: #003264;
}

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

/* 背景
-------------------------------------------------------*/
.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 #003264;
}

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

/* グラデ
-------------------------------------------------------*/
.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: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-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: 120px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 120px;
    padding-top: 12vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 矢印の共通パーツ
-------------------------------------------------------*/
.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 #003264;
  border-right: 1px solid #003264;
  -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 #003264;
  border-right: 1px solid #003264;
  -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 #003264;
  border-right: 1px solid #003264;
  -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: inside square;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.list__disc li {
  list-style: inside disc;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.list__circle li {
  list-style: inside circle;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.list__num li {
  list-style: inside decimal;
  padding-left: 1.25em;
  text-indent: -1.25em;
}

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

.c-form__group {
  margin-bottom: 2.5em;
}

.c-form__item {
  margin-top: 0.7em;
}
.c-form__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  margin-bottom: 0.5em;
}

.c-form-icon {
  display: inline;
  font-size: 0.65em;
  font-weight: 600;
  padding: 2px 6px;
  border-radius: 2px;
}
.c-form-icon.--required {
  color: #fff;
  background-color: #d00;
}
.c-form-icon.--any {
  color: #fff;
  background-color: #aaa;
}

.c-form-input__field {
  width: 100%;
  padding: 1.2em 1.5em;
  background: #f3f3f3;
  border: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  -webkit-appearance: none;
}
@media screen and (max-width: 767.98px) {
  .c-form-input__field {
    padding: 0.9em 1.2em;
  }
}
.c-form-input__field:focus {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px #003264;
          box-shadow: 0 0 7px #003264;
}
.c-form-input__field::-webkit-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-moz-placeholder {
  color: #bbb;
}
.c-form-input__field:-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::-ms-input-placeholder {
  color: #bbb;
}
.c-form-input__field::placeholder {
  color: #bbb;
}
.c-form-input__field.--sizeS {
  max-width: 180px;
}
.c-form-input__field.--sizeM {
  max-width: 300px;
}
.c-form-input__field.--sizeL {
  max-width: 560px;
}
.c-form-input__field.--sizeLL {
  max-width: 820px;
}
@media screen and (max-width: 767.98px) {
  .c-form-input__field.--sizeLL {
    max-width: 98%;
  }
}

.c-form__buttons {
  width: min(400px, 100%);
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}

.c-form-button {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* ボタンが利用可能なスペースを均等に埋めるように設定 */
  -ms-flex-preferred-size: 0;
      flex-basis: 0; /* flex-growと組み合わせるための基本サイズを0にする */
  padding: 0.8em 0em 1em;
}
@media screen and (min-width: 768px), print {
  .c-form-button {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-form-button {
    font-size: 4.1666666667vw;
  }
}
.c-form-button {
  font-weight: 600;
  color: #fff;
  text-align: center;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  -webkit-appearance: none;
}
.c-form-button--default {
  background-color: #858585;
}
.c-form-button--default:hover {
  background-color: #333 !important;
}
.c-form-button--submit {
  background-color: #d00;
}
.c-form-button--submit:hover {
  background-color: #ff1111;
}
.c-form-button--submit:disabled {
  background-color: #ccc;
  cursor: default;
}

.c-form-radio .c-form-checkbox__label,
.c-form-checkbox .c-form-checkbox__label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.c-form-radio .c-form-checkbox__input,
.c-form-checkbox .c-form-checkbox__input {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.c-form__group:has(.formError) .c-form__item .c-form__label {
  color: #d00;
}
.c-form__group:has(.formError) .c-form__item .c-form-input__field {
  background-color: #fee;
}

.c-form__footer {
  text-align: center;
}
.c-form__footer a {
  text-decoration: underline;
}
.c-form__footer a:hover {
  color: #003264;
}
.c-form__footer .c-form__privacy input {
  margin-right: 10px;
}
.c-form__footer .c-form__buttons {
  margin-top: 20px;
}

/* ボタン
-------------------------------------------------------*/
.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: #003264;
  border: 1px solid #003264;
  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: #003264;
    background-color: #fff;
  }
  .c-button:hover:before {
    background-color: #003264;
  }
}
@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;
  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: #003264;
  background-color: #fff;
  border: 1px solid #003264;
  border-radius: 30px;
}
.c-button.--border::before {
  background-color: #003264;
}

.c-button__more {
  position: relative;
  font-size: 1.8rem;
  color: #fff;
  background-color: #003264;
  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 #003264;
}
@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: #003264;
    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-hero {
  position: relative;
  width: 100%;
  height: 420px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .c-hero {
    height: 240px;
  }
}
.c-hero::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  margin: auto;
  pointer-events: none;
}
.c-hero > .inner {
  z-index: 10;
  height: 100%;
}
.c-hero .txtArea {
  color: #fff;
  padding-top: 180px;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .c-hero .txtArea {
    padding-top: 90px;
  }
}
.c-hero .txtArea .ttl {
  letter-spacing: 0.2em;
}
@media screen and (max-width: 767.98px) {
  .c-hero .txtArea .ttl {
    letter-spacing: 0.15em;
  }
}
.c-hero .txtArea .ttl::before {
  display: block;
  content: attr(data-eng);
  font-size: 5.2rem;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.2em;
  margin-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .c-hero .txtArea .ttl::before {
    font-size: min(8vw, 40px);
    margin-bottom: 15px;
  }
}
.c-hero .breadcrumb {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
}
.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: #003264;
}
.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: #003264;
}
.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: #edf9ff;
  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;
}

/*
-------------------------------------------------------*/
@media screen and (min-width: 768px), print {
  .c-copy {
    font-size: min(2.6vw, 2.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-copy {
    font-size: 5vw;
  }
}
.c-copy {
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .c-copy.--lg {
    font-size: min(4.6vw, 4.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-copy.--lg {
    font-size: 7.7777777778vw;
  }
}
.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: #edf9ff;
}
.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: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-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: #003264;
  width: 40px;
  height: 3px;
}
@media screen and (min-width: 768px), print {
  .c-heading.--line:before {
    width: 50px;
    height: 4px;
  }
}

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

.c-service-block {
  padding-top: 100px;
  padding-top: 14.2857142857vw;
  padding-bottom: 80px;
  padding-bottom: 11.4285714286vw;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 768px), print {
  .c-service-block {
    padding-block: 100px;
  }
}
.c-service-block:nth-child(odd) .c-service-block__inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.c-service-block .c-service-block__inner {
  margin-inline: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-service-block .c-service__img {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__img {
    width: 50%;
  }
}
.c-service-block .c-service__img:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -15px;
  width: 90px;
  height: 1px;
  background-color: #003264;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__img:before {
    top: 63px;
    left: -20px;
    width: 120px;
  }
}
.c-service-block .c-service__img img {
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0px #edf9ff;
          box-shadow: 10px 10px 0px #edf9ff;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__img img {
    border-radius: 15px;
    -webkit-box-shadow: 20px 20px 0px #edf9ff;
            box-shadow: 20px 20px 0px #edf9ff;
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt {
    padding: 2em 0em 0em;
  }
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt {
    width: 44.1666666667%;
  }
}
.c-service-block .c-service__txt .ttl__eng {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-style: italic;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .ttl__eng {
    font-size: min(3vw, 3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt .ttl__eng {
    font-size: 5.5555555556vw;
  }
}
.c-service-block .c-service__txt .ttl__eng {
  font-weight: 300;
  line-height: 1;
  color: #003264;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .ttl__eng .num {
    font-size: min(10vw, 10rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt .ttl__eng .num {
    font-size: 15.5555555556vw;
  }
}
.c-service-block .c-service__txt .ttl__eng .num {
  font-weight: 500;
  line-height: 0.9;
  margin-left: 0.2em;
  padding-bottom: 0.03em;
  letter-spacing: 0;
}
.c-service-block .c-service__txt .ttl {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .ttl {
    font-size: min(3.6vw, 3.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt .ttl {
    font-size: 6.5277777778vw;
  }
}
.c-service-block .c-service__txt .ttl {
  font-weight: 800;
  font-style: italic;
  color: #003264;
  letter-spacing: 0.03em;
  padding-bottom: 0.9em;
  margin-bottom: 0.9em;
}
@media screen and (min-width: 1001px), print {
  .c-service-block .c-service__txt .ttl {
    white-space: nowrap;
  }
}
.c-service-block .c-service__txt .ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #003264;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .list .list__item {
    font-size: min(2vw, 2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt .list .list__item {
    font-size: 4.1666666667vw;
  }
}
.c-service-block .c-service__txt .list .list__item {
  font-weight: 500;
  line-height: 1.5;
  padding-left: 1em;
  text-indent: -1em;
  letter-spacing: 0.05em;
}
.c-service-block .c-service__txt .list .list__item + .list__item {
  margin-top: 5px;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .txt {
    font-size: min(1.5vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .c-service-block .c-service__txt .txt {
    font-size: 3.75vw;
  }
}
.c-service-block .c-service__txt .txt {
  line-height: 2.1333333333;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
  margin-top: 1.2em;
}
@media screen and (min-width: 768px), print {
  .c-service-block .c-service__txt .txt {
    margin-top: 2em;
  }
}
/*=======================================================================

ヘッダー

========================================================================*/
.l-header {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 58px;
  padding-inline: 4%;
}
@media screen and (min-width: 768px), print {
  .l-header {
    height: 100px;
    padding-inline: 30px;
  }
}
.l-header .l-header__inner {
  width: 100%;
}
.l-header .l-header__left .l-header__logo {
  max-width: 160px;
}
@media screen and (min-width: 1001px), print {
  .l-header .l-header__left .l-header__logo {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .l-header__left .l-header__logo:hover {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__left .l-header__logo {
    max-width: 230px;
  }
}
.l-header .l-header__right {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}
.l-header .l-header__right .l-header__btn + .l-header__btn {
  margin-left: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__right .l-header__btn + .l-header__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.l-header a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0.03em;
  height: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 1001px), print {
  .l-header a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header a:hover {
    color: #003264;
  }
}
.l-header a.active {
  color: #003264;
}
@media screen and (max-width: 767.98px) {
  .l-header a {
    font-size: 16px;
    font-size: 4.4444444444vw;
  }
}
.l-header a span {
  display: none;
}

.gnav {
  position: relative;
  width: calc(100% - 200px);
  max-width: 1020px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.gnav .gnav-list {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.gnav .gnav-list-item {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-list-item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.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;
}
@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;
  }
}
.l-footer .l-footer-inner {
  line-height: 1.6;
  font-weight: 600;
  padding-top: 100px;
  padding-bottom: 15px;
}
@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;
  }
}
@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 {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}
.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;
  }
}

@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;
  }
}
.copyright {
  font-weight: 400 !important;
  line-height: 1.5;
  letter-spacing: 0.15em;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  padding-block: 1em;
  text-align: center;
}

#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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 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, "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "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: #333;
  -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.03em;
  }
}

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

a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #003264;
  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: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-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: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-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;
    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: #003264;
    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;
  }
}

.fade-in-element {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

.fade-in-visible {
  /* このクラスをJavaScriptで追加 */
  opacity: 1;
  visibility: visible;
}

.section-head__wrap {
  overflow: hidden;
  position: relative;
  background-image: url(../../img/top/contact-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.section-head__wrap .section-head {
  color: #fff !important;
}
.section-head__wrap .section-bg__text {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 768px), print {
  .section-head__wrap .section-bg__text {
    font-size: min(23vw, 23rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-head__wrap .section-bg__text {
    font-size: 19.4444444444vw;
  }
}
.section-head__wrap .section-bg__text {
  font-weight: 600;
  line-height: 0.7;
  color: #fff;
  opacity: 0.07;
  pointer-events: none;
}
.section-head__wrap .c-wrap {
  z-index: 2;
  position: relative;
}

.section-head {
  z-index: 2;
  position: relative;
  color: #003264;
  text-align: center;
  margin-bottom: 60px;
  margin-bottom: 8.5714285714vw;
}
@media screen and (min-width: 768px), print {
  .section-head {
    margin-bottom: 70px;
  }
}
.section-head .section-head__ttl .ttl__eng {
  font-family: "Poppins", "Noto Sans JP", "游ゴシック", 游ゴシック体, YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__eng {
    font-size: min(8.8vw, 8.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-head .section-head__ttl .ttl__eng {
    font-size: 12.2222222222vw;
  }
}
.section-head .section-head__ttl .ttl__eng {
  font-style: italic;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__eng {
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px), print {
  .section-head .section-head__ttl .ttl__jp {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .section-head .section-head__ttl .ttl__jp {
    font-size: 3.8888888889vw;
  }
}
.section-head .section-head__ttl .ttl__jp {
  font-weight: 600;
  padding-top: 1em;
  letter-spacing: 0.15em;
}
@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.6111111111vw;
  }
}
.section-head .section-head__txt {
  line-height: 2;
}
@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;
}

.contact {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin-inline: auto;
}
.contact .c-wrap {
  z-index: 2;
  position: relative;
}
.contact .contact-block {
  width: 47%;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .contact .contact-block {
    width: 90%;
    margin-inline: auto;
  }
  .contact .contact-block + .contact-block {
    margin-top: 50px;
    margin-top: 7.1428571429vw;
  }
}
.contact .contact-block .contact__btn {
  background-color: #fff;
}
.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;
}
@media screen and (min-width: 768px), print {
  .contact .contact-block .contact__btn a {
    font-size: min(2.2vw, 2.2rem);
  }
}
@media screen and (max-width: 767.98px) {
  .contact .contact-block .contact__btn a {
    font-size: 5vw;
  }
}
.contact .contact-block .contact__btn a {
  font-weight: 600;
  text-decoration: none;
  height: 60px;
  height: 16.4383561644vw;
  color: #003264;
  padding-bottom: 0.1em;
}
@media screen and (min-width: 768px), print {
  .contact .contact-block .contact__btn a {
    height: 70px;
  }
}
@media screen and (min-width: 1001px), print {
  .contact .contact-block .contact__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .contact .contact-block .contact__btn a:hover {
    opacity: 0.5;
  }
}
.contact .contact-block .contact__btn a .font-eng {
  font-size: 125%;
}
.contact .contact-block .contact__btn a span {
  font-size: 115%;
}

@media screen and (min-width: 768px), print {
  .contact__txt {
    font-size: min(1.4vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .contact__txt {
    font-size: 3.6111111111vw;
  }
}
.contact__txt {
  color: #fff;
  margin-top: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .contact__txt {
    margin-top: 20px;
  }
}

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

.top-mv {
  overflow: hidden;
}
.top-mv .mv {
  position: relative;
}
.top-mv .mv .mv__inc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -9px;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv__inc {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv__inc {
    font-size: 2.7777777778vw;
  }
}
.top-mv .mv .mv__inc {
  font-weight: 600;
  line-height: 1;
  color: #003264;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: top center;
          transform-origin: top center;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv__inc {
    display: none !important;
  }
}
.top-mv .mv .mv-slider {
  position: relative;
  overflow: hidden; /* 画像がはみ出ないようにする */
  width: 100%;
  height: 100%;
  margin-inline: auto 0;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv-slider {
    width: calc(100% - 80px);
    border-bottom-left-radius: 30px;
  }
}
.top-mv .mv .mv-slider:before {
  pointer-events: none;
  z-index: 5;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 99, 153, 0.2)), color-stop(50%, rgba(0, 99, 153, 0)), color-stop(65%, rgba(0, 99, 153, 0)), to(rgba(0, 99, 153, 0.9)));
  background: linear-gradient(to bottom, rgba(0, 99, 153, 0.2), rgba(0, 99, 153, 0) 50%, rgba(0, 99, 153, 0) 65%, rgba(0, 99, 153, 0.9));
  mix-blend-mode: multiply;
  opacity: 1;
}
.top-mv .mv .mv-slider .slick-slide {
  width: 100%;
  height: 65vh;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv-slider .slick-slide {
    height: calc(100vh - 80px);
    min-height: 800px;
  }
}
.top-mv .mv .mv-slider .slick-slide img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.top-mv .mv .mv__logo,
.top-mv .mv .mv__jp {
  z-index: 10;
  position: absolute;
}
.top-mv .mv .mv__logo {
  width: 280px;
  width: 40vw;
  max-width: 240px;
  top: 25px;
  left: 24px;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv__logo {
    width: 23.4375%;
    top: 50px;
    left: 138px;
  }
}
.top-mv .mv .mv__jp {
  bottom: 20px;
  left: 20px;
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv__jp {
    font-size: min(7vw, 7rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-mv .mv .mv__jp {
    font-size: 7.7777777778vw;
  }
}
.top-mv .mv .mv__jp {
  font-weight: 800;
  line-height: 1.4285714286;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 768px), print {
  .top-mv .mv .mv__jp {
    bottom: 35px;
    left: 135px;
  }
}

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

.top-about {
  position: relative;
  background-image: url(../../img/top/about-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.top-about:before, .top-about:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 200px;
}
.top-about:before {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.top-about:after {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
.top-about .txt {
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top-about .txt {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-about .txt {
    font-size: 3.8888888889vw;
  }
}
.top-about .txt {
  font-weight: 500;
  line-height: 2.2222222222;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px), print {
  .top-about .txt {
    line-height: 2.2;
  }
}
.top-about p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px), print {
  .top-about p + p {
    margin-top: 2em;
  }
}

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

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

.top-logo .logo {
  width: 30%;
  max-width: 180px;
  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%;
}

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

 プライバシーポリシー

========================================================================*/
.privacy-content {
  letter-spacing: 0.03em;
}
.privacy-content .privacy p,
.privacy-content .privacy li {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
.privacy-content .privacy dt,
.privacy-content .privacy dd {
  line-height: 1.75;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 768px), print {
  .privacy-content .privacy dt {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .privacy-content .privacy dt {
    font-size: 4.4444444444vw;
  }
}
.privacy-content .privacy dt {
  font-weight: 500;
  margin-top: 70px;
  margin-top: 10vw;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0.7em;
}
@media screen and (min-width: 768px), print {
  .privacy-content .privacy dt {
    margin-top: 70px;
  }
}
@media screen and (min-width: 768px), print {
  .privacy-content .privacy dd {
    font-size: min(1.6vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .privacy-content .privacy dd {
    font-size: 3.6111111111vw;
  }
}
.privacy-content .privacy dd ol,
.privacy-content .privacy dd ul {
  margin-top: 1em;
}
.privacy-content .privacy dd ol li,
.privacy-content .privacy dd ul li {
  line-height: 1.7;
  margin-top: 0.6em;
}
/*=======================================================================

 CONTACT

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

 form

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

 確認画面

========================================================================*/
@media screen and (min-width: 768px), print {
  .page-contact.--confirm .c-form__label {
    font-size: min(1.8vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .page-contact.--confirm .c-form__label {
    font-size: 4.4444444444vw;
  }
}
.page-contact.--confirm .c-form__label {
  font-weight: 600;
}
.page-contact.--confirm .c-form-item {
  padding: 1.2em 1.5em;
  background: #f3f3f3;
  border: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
}
@media screen and (max-width: 767.98px) {
  .page-contact.--confirm .c-form-item {
    padding: 0.9em 1.2em;
  }
}

.cooling-off__txt {
  border: 1px solid #ddd;
  padding: 1em 1.5em;
  margin-block: 1em;
}
.cooling-off__txt * + * {
  margin-top: 0.9em;
}/*# sourceMappingURL=style.css.map */