@charset "UTF-8";

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

.gloabal {
  overflow: hidden;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

/* 共通パーツ */
.section-width {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.section-width-md {
  max-width: 1000px;
  margin: 0 auto;
  width: 90%;
}

/*
コンテンツ幅を設定するための共通クラス
*/
.wrapper {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

/*
  セクションタイトル用の共通クラス
  */
.section-ttl {
  font-size: 4rem;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 896px) {
  .section-ttl {
    font-size: 2.4rem;
  }
}

/* 疑似要素でタイトル下に下線を引く */
.section-title::after {
  content: "";
  width: 100px;
  height: 3px;
  background-color: #333;
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.button-sp-wrap {
  display: none;
}

@media screen and (max-width: 1025px) {
  .button-sp-wrap {
    width: 100%;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    right: 0;
    bottom: 0;
    font-size: 50px;
    color: #fff;
    background: #FFEA00;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 30;
    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }
}

/*このクラスが付与されると表示する*/
.active {
  opacity: 1;
  visibility: visible;
}

.button-sp-link {
  text-align: center;
  width: 50%;
}

.button-sp-link:first-child {
  border-right: 1px solid black;
}

.button-sp-link>p {
  font-size: 1.3rem;
  color: #000;
  margin-top: -10px;
}

.button-sp-link-img>img {
  width: 25px;
  height: 25px;
  position: relative;
  bottom: 20px;
}

.mv {
  position: relative;
  background-image: url(../img/mv02.jpg);
  background-size: cover;
  background-position: center;
}

.mv::after {
  content: "";
  display: block;
  padding-top: 50%;

}


@media screen and (max-width: 600px) {
  .mv::after {
    padding-top: 80%;

  }
}

@media screen and (max-width: 480px) {
  .mv {
    background-position: -130px 0;
  }
}

.mv__ttl {
  position: absolute;
  top: 1vw;
  left: 34%;
  transform: translateX(-50%);
  text-align: center;
  /* background: rgb(251 251 250 / 80%); */
  /* background: linear-gradient(to bottom right, rgba(254, 254, 254, 0.9),
      rgba(234, 250, 224, 0.9) 90.71%); */
  /* box-shadow: 0 0 20px rgb(223, 252, 212); */
  padding: 20px 20px 0px 20px;
  border-radius: 10px;
  width: 40vw;
  /* filter: drop-shadow(0 0 10px rgb(187, 244, 166)); */
  color: #043d78;
  font-weight: 700;

}

.mv__ttl p {
  font-size: 3vw;
  text-shadow:
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

.mv__ttl div {
  font-size: 5.3vw;
  margin-top: 10px;
  text-shadow:
    2px 0 0 #fff,
    -2px 0 0 #fff,
    0 2px 0 #fff,
    0 -2px 0 #fff,
    2px 2px 0 #fff,
    -2px 2px 0 #fff,
    2px -2px 0 #fff,
    -2px -2px 0 #fff;
}

.mv__ttl div ruby rt {
  font-size: 1vw;
  letter-spacing: 0.12em;
  text-align: center;
  /* 詰め具合はここで調整 */
}

@media screen and (max-width: 480px) {
  .mv__ttl {
    top: 2vw;
    width: 240px;
    left: 35%;
  }

  .mv__ttl p {
    font-size: 15px;
  }

  .mv__ttl div {
    font-size: 26px;
    margin-top: 0;
    height: 30px;
  }

  .mv__ttl div ruby rt {
    font-size: 7px;
    letter-spacing: 0;
  }


}

.mv__ttl>img {
  /* width: 600px; */
}

@media screen and (max-width: 1400px) {

  .mv__ttl>img {
    width: 500px;
  }
}

@media screen and (max-width: 600px) {
  .mv__ttl {
    padding: 10px 10px 0 10px;

  }

  .mv__ttl>img {
    width: 100%;
  }
}

.mv__icon {
  position: absolute;
  bottom: 1.3vw;
  right: 1vw;
}

.round-icon {
  width: clamp(60px, 12vw, 280px);
  height: clamp(60px, 12vw, 280px);
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0) 45%, rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(135deg, rgb(4, 61, 120) 0%, rgb(17, 79, 142) 35%, rgb(58, 118, 173) 80%, rgb(26, 93, 160) 100%);
  ;
  /* メインカラー */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.round-icon span {
  color: #fff;
  font-weight: 700;
  line-height: 1.3;
  font-size: clamp(13px, 2.5vw, 80px);
}

.mv__icon>img {
  width: 12%;
}

@media screen and (max-width: 600px) {
  .mv__icon>img {
    width: 16%;
  }
}

@media screen and (max-width: 600px) {
  .mv-img {
    height: 500px;
  }
}

.mv-img>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.fade-in {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1.6s;
  transition: all 1.6s;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

.fade-in02 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2s;
  transition: all 2s;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

.fade-in03 {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 2.4s;
  transition: all 2.4s;
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
}

.is-active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.center {
  background:
    linear-gradient(120deg,
      rgba(255, 255, 255, 0.12) 0%,
      rgba(255, 255, 255, 0) 45%,
      rgba(0, 0, 0, 0.12) 100%),
    linear-gradient(135deg,
      #043d78 0%,
      #114f8e 35%,
      #3a76ad 80%,
      #1a5da0 100%);
  height: 800px;
  color: white;

}


@media screen and (max-width: 1380px) {
  .center {
    height: auto;
    padding: 30px 0px 50px;
    margin-top: -6px;
  }
}

.center__inner {
  max-width: 1000px !important;
  padding-top: 100px;
}

@media screen and (max-width: 900px) {
  .center__inner {
    padding-top: 20px;
  }
}

.center__inner>p {
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.center__inner>h1 {
  font-size: 55px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .center__inner>h1 {
    font-size: 34px;
  }
}

@media screen and (max-width: 600px) {
  .center__inner>h1 {
    font-size: 24px;
  }
}

.center__txt {
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  line-height: 1.9;
}

@media screen and (max-width: 600px) {
  .center__txt {
    font-size: 14px;
  }
}

.center__txt>p {
  text-align: left;
}

.center__txt>p:last-child {
  margin-top: 40px;
}

.blk-fir-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .blk-fir-ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.blk-fir-li {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 980px) {
  .blk-fir-li {
    width: 100%;
  }
}

.blk-fir-li>a>img {
  width: 100%;
}

.blk-fir-li>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blk-fir-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: white;
  font-weight: bold;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.blk-fir-txt>h2 {
  font-size: 54px;
  font-weight: 400;
  letter-spacing: 2px;
}

@media screen and (max-width: 1280px) {
  .blk-fir-txt>h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 980px) {
  .blk-fir-txt>h2 {
    font-size: 28px;
  }
}

.blk-fir-txt>p {
  font-size: 24px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-top: 20px;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 980px) {
  .blk-fir-txt>p {
    font-size: 20px;
  }
}

.bnr {
  text-align: center;
  width: 800px;
  margin: 60px auto;
}

@media screen and (max-width: 1280px) {
  .bnr {
    width: 600px;
  }
}

@media screen and (max-width: 980px) {
  .bnr {
    width: 90%;
    margin: 30px auto 0;
  }
}

.bnr a img {
  width: 100%;
}

.fa-ttl {
  text-align: center;
  padding: 60px 0;
}

.fa-ttl>h3 {
  color: #043d78;
  font-size: 45px;
  font-weight: bold;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 980px) {
  .fa-ttl>h3 {
    font-size: 28px;
  }
}

.fa-ttl>p {
  color: black;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}

.fa-blk__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.fa-blk-li {
  width: 25%;
  height: 370px;
  position: relative;
  background-color: rgb(108, 146, 189);
}

@media screen and (max-width: 980px) {
  .fa-blk-li {
    width: 50%;
    height: 200px;
  }
}

.fa-blk-li:nth-child(2) {
  /* background: -webkit-gradient(linear, left top, right top, color-stop(60%, #6398d5), to(#639be0));
  background: linear-gradient(to right, #6398d5 60%, #639be0); */
  background-color: rgb(134, 177, 196);
}

.fa-blk-li:nth-child(3) {
  /* background: -webkit-gradient(linear, left top, right top, color-stop(60%, #92bef0), to(#abccf5));
  background: linear-gradient(to right, #92bef0 60%, #abccf5); */
  background-color: rgb(181, 119, 142);
}

.fa-blk-li:nth-child(4) {
  background-color: rgb(110, 102, 147);
}

.fa-blk-li:nth-child(5) {
  background-color: rgb(210, 176, 139);
}

.fa-blk-li:nth-child(6) {
  background-color: rgb(126, 150, 124);
}

.fa-blk-li:nth-child(7) {
  background-color: rgb(99, 122, 143);
}

.fa-blk-li:nth-child(8) {
  background-color: #ce96c9;
}

.fa-blk-li>a {
  display: block;
  width: 100%;
  height: 100%;
}

.fa-blk-li>a:hover {
  opacity: 0.7;
}

.fa-blk-li>a>img {
  display: none;
}

.fa-blk-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
}

.fa-blk-txt>p {
  font-size: 16px;
  position: relative;
  padding-bottom: 20px;
}

.fa-blk-txt>p:last-child {
  font-size: 22px;
  margin-top: 10px;
}

.fa-blk-txt>p:last-child::after {
  content: none;
}

@media screen and (max-width: 1380px) {
  .fa-blk-txt>p {
    font-size: 14px;
  }
}

.fa-blk-txt>p::after {
  content: "";
  width: 100px;
  height: 2px;
  background-color: rgba(178, 173, 173, 0.8);
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.fa-blk-txt h4 {
  font-size: 30px;
}

@media screen and (max-width: 1380px) {
  .fa-blk-txt h4 {
    font-size: 22px;
  }
}

#footer {
  background-color: black;
  color: white;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}