@charset "UTF-8";
/* ==========================================================================
   subpage
   ========================================================================== */
/* p-mv
----------------------------------------------------------------- */
.p-mv {
  position: relative;
  width: 100%;
  background-color: #000;
  overflow: hidden;
  min-height: 45vw;
}
@media screen and (max-width: 1023px) {
  .p-mv {
    min-height: 125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv {
    min-height: 150vw;
  }
}
.p-mv__content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 10;
}
.p-mv__inner {
  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;
  width: 100%;
  height: 100%;
  position: relative;
  max-width: 1580px;
  margin: auto;
}
.p-mv__imageArea {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
}
.p-mv__imageArea .image {
  width: 33.3333333333%;
}
.p-mv__imageArea .image img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .p-mv__imageArea .image {
    width: 50%;
    height: 50%;
  }
  .p-mv__imageArea .image:nth-child(3n+3) {
    display: none;
  }
  .p-mv__imageArea .image:nth-child(2) img {
    -o-object-position: 22% 50%;
       object-position: 22% 50%;
    font-family: "object-fit: cover; object-position: 22% 50%;";
  }
  .p-mv__imageArea .image:nth-child(4) img {
    -o-object-position: 38% 50%;
       object-position: 38% 50%;
    font-family: "object-fit: cover; object-position: 35% 50%;";
  }
  .p-mv__imageArea .image:nth-child(5) img {
    -o-object-position: 75% 0%;
       object-position: 75% 0%;
    font-family: "object-fit: cover; object-position: 75% 0%;";
  }
}
@media screen and (min-width: 768px) {
  .p-mv__h1 {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__h1 {
    position: absolute;
    right: 0;
    left: 0;
    top: 80px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    text-align: center;
  }
}
.p-mv__h1 .en {
  font-family: "Jost", sans-serif;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}
.p-mv__h1 .jp {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.p-mv__title {
  -webkit-transform: rotate(-10deg);
          transform: rotate(-10deg);
  margin-bottom: 60px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title {
    margin-bottom: 3.1395348837vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-bottom: 3.2432432432vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-bottom: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 15.625vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title {
    margin-bottom: 8.3720930233vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-bottom: 8.6486486486vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-bottom: 17.1875vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 39.5833333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 120px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title {
    margin-bottom: 6.2790697674vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title {
    margin-bottom: 6.4864864865vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title {
    margin-bottom: 12.890625vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__title {
    margin-bottom: 29.6875vw;
  }
}
.p-mv__title .en {
  font-family: "Jost", sans-serif;
  font-size: 153px;
  font-size: 15.3rem;
  color: #fff;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title .en {
    font-size: 8.8953488372vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .en {
    font-size: 10.3378378378vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .en {
    font-size: 15.6884765625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .en {
    font-size: 16.93359375vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title .en {
    font-size: 130px;
    font-size: 13rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title .en {
    font-size: 7.5581395349vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .en {
    font-size: 8.7837837838vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .en {
    font-size: 13.330078125vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-mv__title .en {
    font-size: 14.3880208333vw;
  }
}
.p-mv__title .jp {
  font-size: 54px;
  font-size: 5.4rem;
  color: #fff;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title .jp {
    font-size: 3.1395348837vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .jp {
    font-size: 3.6486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .jp {
    font-size: 5.537109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title .jp {
    font-size: 5.9765625vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__title .jp {
    font-size: 45px;
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__title .jp {
    font-size: 2.6162790698vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__title .jp {
    font-size: 3.0405405405vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__title .jp {
    font-size: 4.6142578125vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-mv__title .jp {
    font-size: 4.98046875vw;
  }
}
.p-mv__bellmare {
  position: absolute;
  right: 40px;
  bottom: 0;
  width: 285px;
  margin-bottom: 50px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__bellmare {
    width: 16.5697674419vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__bellmare {
    width: 19.2567567568vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__bellmare {
    width: 30.615234375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bellmare {
    width: 37.109375vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__bellmare {
    margin-bottom: 2.6162790698vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__bellmare {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__bellmare {
    margin-bottom: 5.859375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bellmare {
    margin-bottom: 13.0208333333vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__bellmare {
    right: 0;
    left: 0;
    margin: auto;
    margin-bottom: 280px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__bellmare {
    margin-bottom: 14.6511627907vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__bellmare {
    margin-bottom: 15.1351351351vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__bellmare {
    margin-bottom: 27.34375vw;
  }
}
@media screen and (max-width: 1023px) and (max-width: 767px) {
  .p-mv__bellmare {
    margin-bottom: 36.4583333333vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__bellmare {
    margin-bottom: 280px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__bellmare {
    margin-bottom: 14.6511627907vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__bellmare {
    margin-bottom: 15.1351351351vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__bellmare {
    margin-bottom: 27.34375vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__bellmare {
    margin-bottom: 36.4583333333vw;
  }
}
.p-mv__btn {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  width: 720px;
  margin-bottom: 50px;
  background: #005CA1;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn {
    width: 41.8604651163vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn {
    width: 48.6486486486vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn {
    width: 77.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    width: 93.75vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn {
    margin-bottom: 2.6162790698vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn {
    margin-bottom: 2.7027027027vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn {
    margin-bottom: 5.37109375vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    margin-bottom: 7.1614583333vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn {
    margin-bottom: 5.2325581395vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn {
    margin-bottom: 5.4054054054vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn {
    margin-bottom: 10.7421875vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) and (max-width: 767px) {
  .p-mv__btn {
    margin-bottom: 14.3229166667vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn {
    padding-top: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn {
    padding-top: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn {
    padding-top: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    padding-top: 1.4322916667vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn {
    padding-bottom: 0.523255814vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn {
    padding-bottom: 0.5405405405vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn {
    padding-bottom: 1.07421875vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    padding-bottom: 1.4322916667vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    width: calc(100% - 10.66vw);
  }
}
.p-mv__btn .en {
  font-family: "Jost", sans-serif;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  margin-bottom: 5px;
}
.p-mv__btn .en .color {
  color: #6FB92C;
}
@media screen and (max-width: 767px) {
  .p-mv__btn .en {
    font-size: 14px;
  }
}
.p-mv__btn .jp {
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 1;
  padding-bottom: 15px;
  border-bottom: 10px solid #6FB92C;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn .jp {
    font-size: 2.0348837209vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn .jp {
    font-size: 2.3648648649vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn .jp {
    font-size: 4.1015625vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn .jp {
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn .jp {
    padding-bottom: 0.7848837209vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn .jp {
    padding-bottom: 0.8108108108vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn .jp {
    padding-bottom: 1.611328125vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn .jp {
    padding-bottom: 2.1484375vw;
  }
}
@media screen and (max-width: 1023px) {
  .p-mv__btn .jp {
    border-bottom: 1vw solid #6FB92C;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__btn .jp {
    border-bottom: 2vw solid #6FB92C;
    font-size: 40px;
    font-size: 4rem;
    padding-bottom: 10px;
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .p-mv__btn .jp {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .p-mv__btn .jp {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .p-mv__btn .jp {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__btn .jp {
    font-size: 6.25vw;
  }
}

.sub_mv {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.sub_mv:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #005CA1), to(#005CA1));
  background: linear-gradient(-90deg, #6FB92C 0%, #6FB92C 50%, #005CA1 50%, #005CA1 100%);
}
.sub_mv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-top: 110px;
  height: 370px;
}
@media screen and (max-width: 767px) {
  .sub_mv__inner {
    margin-top: 80px;
    height: auto;
    aspect-ratio: 4/3;
  }
}
.sub_mv .head-title {
  text-align: center;
}
.sub_mv .head-title .en {
  font-size: 60px;
  font-size: 6rem;
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .sub_mv .head-title .en {
    font-size: 3.488372093vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .sub_mv .head-title .en {
    font-size: 4.0540540541vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sub_mv .head-title .en {
    font-size: 7.03125vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv .head-title .en {
    font-size: 9.375vw;
  }
}
.sub_mv .head-title .jp {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  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 (max-width: 1479px) and (min-width: 1280px) {
  .sub_mv .head-title .jp {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .sub_mv .head-title .jp {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .sub_mv .head-title .jp {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .sub_mv .head-title .jp {
    font-size: 3.125vw;
  }
}
@media screen and (min-width: 1024px) {
  .sub_mv .head-title .jp {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .sub_mv .head-title .jp {
    margin-top: 10px;
    font-size: 20px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.sub_mv .head-title .jp:after, .sub_mv .head-title .jp:before {
  content: "";
  display: block;
  height: 1.2em;
  width: 2px;
  background: #6FB92C;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.sub_mv .head-title .jp:before {
  margin-right: 0.8em;
}
.sub_mv .head-title .jp:after {
  margin-left: 0.8em;
}

/* p-breadcrumbs
-------------------------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .p-breadcrumbs {
    padding: 7px 0;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__inner {
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__nav {
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__list {
    display: table;
    padding: 2.67vw 2.67vw 2.67vw 2.67vw;
    font-size: 24px;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__list {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-breadcrumbs__item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs__item {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
  }
}
@media screen and (min-width: 768px) {
  .p-breadcrumbs__item {
    display: inline;
  }
}
.p-breadcrumbs__item::before {
  display: inline-block;
  padding: 0 0.25em;
  content: ">";
  color: #1FB6C4;
}
.p-breadcrumbs__item:first-child::before {
  display: none;
}
.p-breadcrumbs__link {
  font-weight: 400;
  text-decoration: none;
}
.p-breadcrumbs__link:hover {
  text-decoration: underline;
}

/* p-subPage
   ----------------------------------------------------------------- */
.p-subPage__heading {
  line-height: 1.3;
  font-weight: 300;
  color: #004097;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-subPage__heading {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__heading {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-subPage__heading {
    padding: 0vw 0vw 0.67vw 0vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .p-subPage__heading {
    padding: 0vw 0vw 1.53vw 0vw;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__heading {
    padding: 0vw 0vw 2vw 0vw;
  }
}
.p-subPage__heading.black {
  color: #000;
}
.p-subPage__heading.white {
  color: #fff;
  text-align: center;
  padding-bottom: 0;
  line-height: 1.3;
}
.p-subPage__heading.yellow {
  color: #b59f0c;
  text-align: center;
  padding-bottom: 0;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .p-subPage__heading.min {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__heading.min {
    font-size: 35px;
    font-size: 3.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .p-subPage__heading.center {
    width: 100%;
    text-align: center;
  }
}
.p-subPage__c-heading {
  line-height: 1;
  font-weight: 300;
  color: #1FB6C4;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-subPage__c-heading {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__c-heading {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-subPage__headingwrap {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #004097;
  border-bottom: 1px solid #004097;
}
.p-subPage__headingText {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
}
.p-subPage__headingText.white {
  color: #fff;
  font-size: 20px;
}
.p-subPage__headingText .meta {
  margin-top: -5px;
}
.p-subPage__headingText .new {
  font-family: "Jost", sans-serif;
  margin: 0 10px;
  color: #B59F0C;
}
.p-subPage__headingText .text {
  min-height: 5em;
}
@media screen and (max-width: 767px) {
  .p-subPage__headingText .text {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__headingText .shop {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__headingText {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__subflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.p-subPage__subtitle {
  font-family: "Jost", sans-serif;
  line-height: 1;
  font-weight: 300;
  color: #1FB6C4;
  letter-spacing: 2px;
  padding-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-subPage__subtitle {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__subtitle {
    font-size: 40px;
    font-size: 4rem;
  }
}
.p-subPage__sub2title {
  font-family: "Jost", sans-serif;
  line-height: 1;
  padding: 10px;
  background: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .p-subPage__sub2title {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__sub2title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-subPage__subtitleText {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 300;
}
.p-subPage__wrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-subPage__wrap {
    padding: 8vw 5.33vw 8vw 5.33vw;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__wrap {
    width: 100%;
    padding: 40px 0;
  }
}
@media screen and (min-width: 1024px) {
  .p-subPage__wrap {
    width: 44.5%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    background: #00b2a3;
  }
}
.p-subPage__lead {
  width: 100%;
  color: #818181;
  margin-left: 175px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-subPage__lead {
    width: 100%;
    margin-left: 0;
    padding: 0vw 0vw 0vw 16vw;
  }
}
.p-subPage__en {
  display: block;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 500;
  position: relative;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-subPage__en {
    font-size: 60px;
    font-size: 8vw;
  }
}
.p-subPage__en::before {
  left: -177px;
  position: absolute;
  top: 30%;
  width: 140px;
  height: 6px;
  content: "";
  border-top: solid 2px #b6dc1e;
}
@media screen and (max-width: 767px) {
  .p-subPage__en::before {
    left: -15.47vw;
    width: 10vw;
    top: 37%;
  }
}
.p-subPage__space {
  margin-right: 16px;
}
.p-subPage__jp {
  display: block;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
  margin-top: 11px;
  letter-spacing: 1.7px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-subPage__jp {
    font-size: 32px;
    font-size: 4.27vw;
    line-height: 1.4;
    margin-top: 13px;
  }
}
.p-subPage__more {
  width: 30%;
  text-align: right;
  margin-top: -8px;
}
@media screen and (max-width: 1023px) {
  .p-subPage__more {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__more {
    margin: 6.67vw 0vw 6.67vw 0vw;
  }
}
.p-subPage__more-link {
  color: #818181;
  position: relative;
  padding-right: 29px;
  letter-spacing: -0.03rem;
  font-weight: 500;
}
.p-subPage__more-link::before {
  content: "";
  position: absolute;
  right: 0;
  top: 40%;
  width: 13px;
  height: 13px;
  border-top: 3px solid #b6dc1e;
  border-right: 3px solid #b6dc1e;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-subPage__more-link::before {
    width: 3vw;
    height: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__more-link {
    font-size: 32px;
    font-size: 4.27vw;
    padding: 0vw 4vw 0vw 0vw;
  }
}
.p-subPage__inner {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-subPage__inner {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__inner {
    max-width: 1240px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__inner800 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__inner800 {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-subPage__inner800.max {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__inner900 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__inner900 {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .p-subPage__inner900 {
    max-width: 420px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-subPage__inner1000 {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__inner1000 {
    max-width: 1040px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .p-subPage__inner1000.max {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-subPage__inner1000.man {
    max-width: 600px;
  }
}

.form-ttl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .form-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

.event-ttl {
  text-align: center;
  font-size: 30px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .event-ttl {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* s-support
-------------------------------------------------------------------------- */
.s-support:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#6FB92C), color-stop(50%, #6FB92C), color-stop(50%, #005CA1), to(#005CA1));
  background: linear-gradient(-90deg, #6FB92C 0%, #6FB92C 50%, #005CA1 50%, #005CA1 100%);
}
.s-support__list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .s-support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    z-index: 10;
  }
}
@media screen and (min-width: 768px) and (max-width: 767px) {
  .s-support__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.s-support__list:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.s-support__list.culm3:after, .s-support__list.culm3:before {
  content: "";
  display: block;
}
@media screen and (min-width: 1024px) {
  .s-support__list.culm3:after, .s-support__list.culm3:before {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm3:after, .s-support__list.culm3:before {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .s-support__list.culm3 .s-support__itemWrap {
    width: calc(33.3333333333% - 10px);
  }
  .s-support__list.culm3 .s-support__itemWrap:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm3 .s-support__itemWrap {
    width: calc(50% - 10px);
  }
  .s-support__list.culm3 .s-support__itemWrap:nth-child(n+3) {
    margin-top: 20px;
  }
  .s-support__list.culm3 .s-support__itemWrap img {
    max-width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm3 .s-support__itemWrap {
    width: 100%;
  }
  .s-support__list.culm3 .s-support__itemWrap:nth-child(n+2) {
    margin-top: 20px;
  }
  .s-support__list.culm3 .s-support__itemWrap img {
    max-width: 75vw;
  }
}
.s-support__list.culm3 .s-support__item {
  height: 100px;
  font-size: 35px;
  font-size: 3.5rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 2.0348837209vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 2.3648648649vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 4.1015625vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 5.46875vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .s-support__list.culm3 .s-support__item {
    font-size: 6.25vw;
  }
}
.s-support__list.culm3 .s-support__item .min {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 1.1627906977vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 1.3513513514vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 2.34375vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 3.125vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .s-support__list.culm3 .s-support__item .min {
    font-size: 3.90625vw;
  }
}
.s-support__list.culm3 .s-support__item.column {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.s-support__list.culm4:after, .s-support__list.culm4:before {
  content: "";
  display: block;
}
@media screen and (min-width: 1024px) {
  .s-support__list.culm4:after, .s-support__list.culm4:before {
    width: calc(25% - 10px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm4:after, .s-support__list.culm4:before {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1024px) {
  .s-support__list.culm4 .s-support__itemWrap {
    width: calc(25% - 10px);
  }
  .s-support__list.culm4 .s-support__itemWrap:nth-child(n+5) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm4 .s-support__itemWrap {
    width: calc(50% - 10px);
  }
  .s-support__list.culm4 .s-support__itemWrap:nth-child(n+3) {
    margin-top: 20px;
  }
  .s-support__list.culm4 .s-support__itemWrap img {
    max-width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm4 .s-support__itemWrap {
    width: 100%;
  }
  .s-support__list.culm4 .s-support__itemWrap:nth-child(n+2) {
    margin-top: 20px;
  }
  .s-support__list.culm4 .s-support__itemWrap img {
    max-width: 75vw;
  }
}
.s-support__list.culm4 .s-support__item {
  height: 70px;
  font-size: 25px;
  font-size: 2.5rem;
}
@media screen and (max-width: 1479px) and (min-width: 1280px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 1.4534883721vw;
  }
}
@media screen and (max-width: 1279px) and (min-width: 1024px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 1.6891891892vw;
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 2.9296875vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 3.90625vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 1479px) and (min-width: 1280px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 2.3255813953vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1279px) and (min-width: 1024px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 2.7027027027vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 1023px) and (min-width: 768px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 4.6875vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .s-support__list.culm4 .s-support__item {
    font-size: 6.25vw;
  }
}
.s-support__itemWrap {
  display: block;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .s-support__itemWrap {
    width: calc(20% - 10px);
  }
}
@media screen and (max-width: 1023px) and (min-width: 768px) {
  .s-support__itemWrap {
    width: calc(50% - 10px);
  }
  .s-support__itemWrap:nth-child(n+3) {
    margin-top: 20px;
  }
  .s-support__itemWrap img {
    max-width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  .s-support__itemWrap {
    width: 100%;
  }
  .s-support__itemWrap:nth-child(n+2) {
    margin-top: 20px;
  }
  .s-support__itemWrap img {
    max-width: 75vw;
  }
}
.s-support__item {
  display: block;
  position: relative;
  text-decoration: none;
  background: #ffffff;
  border: 1px solid #004A81;
  overflow: hidden;
  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;
  padding: 0 10px;
  font-weight: 500;
}
.s-support__textList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.s-support__textItem {
  margin-right: 20px;
  font-weight: 400;
  font-size: 20px;
  padding: 7px 0;
}
.s-support__textItem:before {
  content: "●";
  color: #70B92C;
}
@media screen and (max-width: 1023px) {
  .s-support__textItem {
    margin-right: 25px;
    padding: 10px 0;
  }
}