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

.wrap {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

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

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  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: #b8ac9b;
}

.c-sub {
  color: #136eab;
}

.c-sub2 {
  color: #f1f8f9;
}

.c-red {
  color: #d00;
}

.c-orange {
  color: #e60;
}

.c-black {
  color: #333333;
}

.c-white {
  color: #ffffff;
}

.c-gray {
  color: #eeeeee;
}

.c-yellow {
  color: #fff962;
}

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

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

.u-bg-gray {
  background-color: #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: "Marcellus", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
}

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

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

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

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

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 5.2rem;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .txt__xl3 {
    font-size: 5.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 52px;
    font-size: 5.2vw;
  }
}

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

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

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

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

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

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

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

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

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

/* capt
-------------------------------------------------------*/
.capt {
  color: #888;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 0.88rem;
  }
}

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

.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: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pt {
    padding-top: 110px;
  }
}
@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: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--pb {
    padding-bottom: 110px;
  }
}
@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: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mt {
    margin-top: 110px;
  }
}
@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: 110px;
}
@media screen and (min-width: 768px) and (max-width: 1000.98px) {
  .section--mb {
    margin-bottom: 110px;
  }
}
@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-type: square;
}

.list__circle {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}
.list__circle li {
  position: relative;
  padding-left: 1.5em; /* マーカー分のスペースだけ確保 */
}
.list__circle li::before {
  content: "";
  position: absolute;
  left: 0.5em;
  top: 0.6em; /* テキストの中央に揃える */
  width: 0.3em;
  aspect-ratio: 1;
  border-radius: 50%; /* 丸にする */
  background: #333; /* マーカー色 */
}

.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: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.1rem;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-align: right;
  padding-top: 6px;
}
@media screen and (max-width: 767.98px) {
  figcaption {
    font-size: 0.88rem;
  }
}

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

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

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

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

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

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

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

textarea {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

 fotm design

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

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

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

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 14px;
  font-size: 3.8356164384vw;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
  width: 80%;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  min-height: 36px;
  padding-top: 2px;
  padding-bottom: 4px;
  color: #fff;
  background-color: #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;
}
@media screen and (min-width: 1001px), print {
  .c-button.--border {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--border:hover {
    color: #fff;
    background-color: #003264;
  }
  .c-button.--border:hover::before {
    background-color: #fff;
  }
}

.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-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: #136eab;
  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: #f1f8f9;
  padding: 5px 15px 7px 15px;
  margin-bottom: 10px;
}

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

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

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

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

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

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

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

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

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

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

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

ヘッダー（PC）

========================================================================*/
.l-header {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.l-header .l-header__inner {
  position: relative;
  padding: 4vw 6vw;
}
@media screen and (min-width: 768px), print {
  .l-header .l-header__inner {
    padding: 30px 40px;
  }
}
.l-header a {
  display: block;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header .logo {
  width: 100px;
}
@media screen and (min-width: 768px), print {
  .l-header .logo {
    width: 130px;
  }
}
.l-header .logo img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
  /* 初期状態は黒色 */
  -webkit-transition: -webkit-filter 0.5s ease-in-out;
  transition: -webkit-filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out;
  transition: filter 0.5s ease-in-out, -webkit-filter 0.5s ease-in-out;
  /* 変化に0.5秒かける */
}

.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;
  background-color: #003264;
}
.l-footer .l-footer-inner {
  text-align: center;
}
.l-footer .l-footer__copy {
  font-weight: 600;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__copy {
    font-size: min(1.2698412698vw, 1.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__copy {
    font-size: 3.6111111111vw;
  }
}
.l-footer .logo {
  width: 320px;
  width: 45.7142857143vw;
  -webkit-filter: invert(100%) brightness(200%) contrast(100%);
          filter: invert(100%) brightness(200%) contrast(100%);
  margin-top: 15px;
  text-align: center;
  margin-inline: auto;
}
@media screen and (min-width: 768px), print {
  .l-footer .logo {
    width: 70%;
    max-width: 240px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__address {
    font-weight: 400;
  }
}
.l-footer .l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 100px;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__nav {
    margin-top: 150px;
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer .l-footer__nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
  }
}
.l-footer .l-footer__nav .list-item {
  font-family: YakuHanJPs, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media screen and (min-width: 768px), print {
  .l-footer .l-footer__nav .list-item {
    font-size: min(1.0317460317vw, 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 + .list-item {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 1em;
  margin-left: 1em;
}
.l-footer .l-footer__nav .list-item a {
  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;
  }
}

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

#pagetop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  display: none;
  background: url(../../img/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;
  }
}

.l-footer.u-bg-grade2 {
  color: #fff;
}
.l-footer.u-bg-grade2 a {
  color: #fff;
}
.l-footer.u-bg-grade2 .logo {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}
.l-footer.u-bg-grade2 .sns .sns-icon img {
  -webkit-filter: invert(0%);
          filter: invert(0%);
}

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

サイドバー

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

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

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

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

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

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

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

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

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

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

:where(svg):where(:not([fill])) {
  stroke: currentColor;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

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

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

:where(textarea) {
  resize: vertical;
}

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

h1 {
  font-size: 2em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input {
  margin: 0;
  padding: 0;
}

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

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

p {
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  p {
    line-height: 1.75;
  }
}

strong {
  font-weight: 700;
}

span,
small {
  font-weight: inherit;
}

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

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

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-mv（メインビジュアル）
   背景に流れるテキストエフェクト付き
========================================= */
.p-mv {
  position: relative;
  width: 100vw;
  height: 100svh;
  overflow: hidden;
}
.p-mv .p-mv__bg-wrap {
  position: fixed;
  inset: 0;
  overflow: hidden;
  z-index: -1;
  pointer-events: none;
  background: #fff;
}
.p-mv .p-mv__bg {
  opacity: 0.6;
  position: absolute;
  inset: -20%;
  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;
  -webkit-transform: rotate(-16deg);
          transform: rotate(-16deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease; /* ← フェードインをゆっくりに */
}
.p-mv .p-mv__row {
  font-family: "Marcellus", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  font-size: 20vw;
  font-style: italic;
  white-space: nowrap;
  line-height: 0.95;
  will-change: transform;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media screen and (min-width: 768px), print {
  .p-mv .p-mv__row {
    font-size: 160px;
  }
}
@media screen and (min-width: 2001px) {
  .p-mv .p-mv__row {
    font-size: 200px;
  }
}
.p-mv .p-mv__row.is-odd {
  color: transparent;
  -webkit-text-stroke: 1px #e0ecf4;
}
.p-mv .p-mv__row.is-even {
  color: #f1f6fa;
  font-weight: 900;
}
@media screen and (max-width: -0.02px) {
  .p-mv__row {
    font-size: 14vw;
  }
}

.p-mv__svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 80%;
}
@media screen and (min-width: 768px), print {
  .p-mv__svg {
    width: 61.4285714286%;
  }
}

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

.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.5s ease;
    transition: 0.5s ease;
  }
  .ef-zoomLink a:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.5;
  }
}

.sec-ttl {
  color: #003264;
  text-align: left;
  margin-bottom: 50px;
  margin-bottom: 7.1428571429vw;
}
@media screen and (min-width: 768px), print {
  .sec-ttl {
    margin-bottom: 70px;
  }
}
.sec-ttl .eng {
  font-family: "Marcellus", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1;
  letter-spacing: 0.07em;
}
@media screen and (min-width: 768px), print {
  .sec-ttl .eng {
    font-size: min(7.619047619vw, 9.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-ttl .eng {
    font-size: 12.2222222222vw;
  }
}
.sec-ttl .jp {
  font-weight: 600;
  margin-top: 1em;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px), print {
  .sec-ttl .jp {
    font-size: min(1.4285714286vw, 1.8rem);
  }
}
@media screen and (max-width: 767.98px) {
  .sec-ttl .jp {
    font-size: 3.6111111111vw;
  }
}
.sec-ttl .jp small {
  font-size: 70%;
  font-weight: 400;
}

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

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

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

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

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

 トップページ

========================================================================*/
@media screen and (min-width: 768px), print {
  .page-top .l-main {
    margin-top: 0;
  }
}
.page-top .c-wrap.--lg .flex.--col3 > * {
  max-width: 100%;
}
.page-top .ttl {
  font-weight: 500;
}

.top-service .service .service-block {
  background: linear-gradient(135deg, #003264, #136eab);
}
@media screen and (min-width: 768px), print {
  .top-service .service .service-block {
    width: 45.8333333333%;
  }
  .top-service .service .service-block:nth-of-type(n + 3) {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-service .service .service-block + .service-block {
    margin-top: 70px;
    margin-top: 10vw;
  }
}
.top-service .service .service-block .service-block__inner {
  height: 100%;
  color: #fff;
  outline: 1px solid rgba(255, 255, 255, 0.5);
  outline-offset: -4px;
  padding: 8vw 8.5vw;
}
@media screen and (min-width: 768px), print {
  .top-service .service .service-block .service-block__inner {
    outline-offset: -7px;
    padding: 50px 60px;
  }
}
.top-service .service .service__header .eng {
  font-family: "Marcellus", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  line-height: 1;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 768px), print {
  .top-service .service .service__header .eng {
    font-size: min(1.1111111111vw, 1.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-service .service .service__header .eng {
    font-size: 3.0555555556vw;
  }
}
.top-service .service .service__header .jp {
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-block: 0.3em 1em;
}
@media screen and (min-width: 768px), print {
  .top-service .service .service__header .jp {
    font-size: min(2.0634920635vw, 2.6rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-service .service .service__header .jp {
    font-size: 5.2777777778vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-service .service .service__header .jp {
    margin-block: 0.9em;
  }
}
.top-service .service .service__content {
  padding-bottom: 1em;
}
@media screen and (min-width: 768px), print {
  .top-service .service .service__content {
    padding-bottom: 2em;
  }
}
.top-service .service .service__content .txt {
  line-height: 1.9;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
  hanging-punctuation: last allow-end;
}
@media screen and (min-width: 768px), print {
  .top-service .service .service__content .txt {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-service .service .service__content .txt {
    font-size: 3.4722222222vw;
  }
}

@media screen and (min-width: 768px), print {
  .top-works .works .works-block {
    width: 46.4285714286%;
  }
  .top-works .works .works-block:nth-of-type(n + 3) {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-works .works .works-block + .works-block {
    margin-top: 120px;
    margin-top: 17.1428571429vw;
  }
}
.top-works .works__img {
  background-color: #f2f5f8;
  border-radius: 10px;
}
@media screen and (min-width: 768px), print {
  .top-works .works__img {
    border-radius: 15px;
  }
}
.top-works .works__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
  margin-top: 2.8571428571vw;
}
@media screen and (min-width: 768px), print {
  .top-works .works__content {
    margin-top: 20px;
  }
}
.top-works .works__content .ttl {
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-works .works__content .ttl {
    font-size: min(1.8253968254vw, 2.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-works .works__content .ttl {
    font-size: 5vw;
  }
}
.top-works .works__content .ttl a {
  line-height: 1.6;
  color: #333;
  text-decoration: none;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #f2f5f8;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
@media (any-hover: hover) {
  .top-works .works__content .ttl a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-works .works__content .ttl a:hover {
    opacity: 0.5;
  }
}
.top-works .works__content .ttl a span {
  color: #136eab;
}
.top-works .works__content .company {
  margin-top: 1.1em;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px), print {
  .top-works .works__content .company {
    font-size: min(1.0317460317vw, 1.3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-works .works__content .company {
    font-size: 2.6388888889vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-works .works__content .company {
    margin-top: 1.1em;
    margin-bottom: 1.5em;
  }
}
.top-works .works__content .tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
}
@media screen and (min-width: 768px), print {
  .top-works .works__content .tag-list {
    gap: 10px;
  }
}
.top-works .works__content .tag-list .tag {
  font-weight: 500;
  color: #136eab;
  background-color: #fff;
  border: 1px solid #136eab;
  border-radius: 15px;
  padding: 0.12em 1.1em 0.22em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-works .works__content .tag-list .tag {
    font-size: min(0.873015873vw, 1.1rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-works .works__content .tag-list .tag {
    font-size: 2.3611111111vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-works .works__content .tag-list .tag {
    font-weight: 600;
    padding: 0.15em 1.1em 0.35em;
  }
}

.top-flow {
  /* 縦ライン（1本） */
  /* 各ブロックの初期状態 */
}
.top-flow .step {
  position: relative;
}
.top-flow .timeline-line {
  position: absolute;
  top: 60px;
  left: 8.8vw; /* .img の中心あたりに調整 */
  width: 2px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#003264), color-stop(80%, #003264), to(rgba(239, 130, 0, 0)));
  background: linear-gradient(to bottom, #003264, #003264 80%, rgba(239, 130, 0, 0));
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0); /* 初期は非表示 */
}
@media screen and (min-width: 768px), print {
  .top-flow .timeline-line {
    top: 60px;
    left: 59px; /* .img の中心あたりに調整 */
  }
}
.top-flow .step-block {
  position: relative;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  z-index: 2; /* ラインより前に見せたい場合 */
}
.top-flow .step-block + .step-block {
  margin-top: 60px;
  margin-top: 8.5714285714vw;
}
@media screen and (min-width: 768px), print {
  .top-flow .step-block + .step-block {
    margin-top: 60px;
  }
}
.top-flow .step-block .img {
  width: 18vw;
  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;
}
@media screen and (min-width: 768px), print {
  .top-flow .step-block .img {
    width: 120px;
  }
}
.top-flow .step-block .content {
  width: calc(100% - 23vw);
  padding-top: 1.4em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-flow .step-block .content {
    width: calc(100% - 155px);
    padding-top: 2.5em;
  }
}
.top-flow .step-block .content .ttl {
  color: #003264;
  font-weight: 700;
}
@media screen and (min-width: 768px), print {
  .top-flow .step-block .content .ttl {
    font-size: min(1.9047619048vw, 2.4rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-flow .step-block .content .ttl {
    font-size: 5vw;
  }
}
.top-flow .step-block .content .txt {
  margin-top: 0.7em;
  line-height: 1.75;
}
@media screen and (min-width: 768px), print {
  .top-flow .step-block .content .txt {
    font-size: min(1.1904761905vw, 1.5rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-flow .step-block .content .txt {
    font-size: 3.3333333333vw;
  }
}
@media screen and (min-width: 768px), print {
  .top-flow .step-block .content .txt {
    margin-top: 1em;
    line-height: 2;
  }
}

.top-contact .txt {
  color: #003264;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .top-contact .txt {
    font-size: min(2.380952381vw, 3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .top-contact .txt {
    font-size: 5vw;
  }
}/*# sourceMappingURL=style.css.map */