@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
 TOP
===========================================*/
/*===== ヘッダー ======*/
.header_btn {
  color: #004a95;
  background: #fff;
}
.header_btn::before {
  background: #fff;
}
.header_btn .header_btn_ja::after {
  background: #004a95;
}
.header_btn:hover {
  border: none;
}
.header.fixed {
  background: linear-gradient(135deg, #4398bf, #003387);
}
.header.fixed .header_btn {
  border-bottom: 1px solid #004a95;
}

/*===== gnav ========*/
.gnav_item {
  color: #fff;
}
.gnav_item_text {
  color: #fff;
}

.header_gnav_item {
  color: #fff;
}

.header_gnav_item_text {
  color: #fff;
}

/*=== ハンバーガーメニュー ========================*/
.hamburger_trigger_item {
  background: #fff;
}

/*===== 共通 ======*/
/*====== Jumbotron ======*/
.jumbotron {
  height: 60vw;
  padding: clamp(160px, 25vw, 200px) 3.125vw 0;
  color: #fff;
  background: linear-gradient(135deg, #4398bf, #003387);
  /* slider */
  /* 最新情報 */
}
@media screen and (max-width: 1200px) {
  .jumbotron {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.jumbotron_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.jumbotron_textArea {
  width: 100%;
  position: relative;
  top: -60px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .jumbotron_textArea {
    padding-bottom: clamp(40px, 10vw, 120px);
  }
}
.jumbotron_head {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(3rem, 5.73vw, 11rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}
.jumbotron_text {
  font-size: clamp(2rem, 3.5vw, 4rem);
  font-weight: bold;
  width: 11.5em;
}
.jumbotron_img {
  width: 79vw;
  height: 100%;
  padding-top: clamp(1.5rem, 2.865vw, 5.5rem);
  margin-left: auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
}
.jumbotron_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}
.jumbotron_slider {
  overflow: hidden;
}
.jumbotron_slider.slick-slider {
  height: 100%;
}
.jumbotron_slider.slick-slider .slick-list {
  height: 100%;
}
.jumbotron_slider.slick-slider .slick-list .slick-track {
  height: 100%;
  position: relative;
}
.jumbotron_slider_item {
  height: 100%;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}
.jumbotron_newsArea {
  width: 90%;
  max-width: 1110px;
  padding: clamp(10px, 2.5vw, 25px) clamp(10px, 3.5vw, 40px);
  line-height: 1;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  .jumbotron_newsArea {
    width: calc(100% - 10px);
  }
}
.jumbotron_newsArea_ttl {
  width: clamp(4.5em, 8.5vw, 100px);
  padding-top: calc((clamp(20px, 5vw, 40px) - 1em) / 2);
  font-size: clamp(1.4rem, 2.5vw, 2rem);
  font-weight: bold;
}
.jumbotron_newsArea_btn {
  width: clamp(20px, 5vw, 40px);
  height: clamp(20px, 5vw, 40px);
  margin: 0 10px;
}
@media screen and (max-width: 1200px) {
  .jumbotron_newsArea_btn {
    margin: 0 0 0 10px;
  }
}
.jumbotron_newsArea_arrow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.jumbotron_newsArea_arrow::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border-top: 0.1em solid #fff;
  border-right: 0.1em solid #fff;
  transform: translateX(-25%) rotate(45deg);
}
.jumbotron_newsArea_arrow:hover {
  background: #fff;
}
.jumbotron_newsArea_arrow:hover::after {
  border-top: 0.1em solid #004a95;
  border-right: 0.1em solid #004a95;
}
.jumbotron_news {
  width: calc(100% - 160px);
  font-size: clamp(1.2rem, 2vw, 1.6rem);
}
@media screen and (max-width: 1200px) {
  .jumbotron_news {
    width: calc(100% - clamp(clamp(1.4rem, 2.5vw, 2rem) * 4.5, 8.5vw, 100px) - clamp(20px, 5vw, 40px) - 10px);
  }
}
.jumbotron_news_item {
  margin-bottom: 1em;
  display: flex;
}
.jumbotron_news_item:first-child {
  padding-top: calc((clamp(20px, 5vw, 40px) - 1em) / 2);
}
.jumbotron_news_item:last-child {
  margin-bottom: calc((clamp(20px, 5vw, 40px) - 1em) / 2);
}
.jumbotron_news_date {
  margin-right: clamp(10px, 3.5vw, 40px);
}
@media screen and (max-width: 576px) {
  .jumbotron_news_date {
    letter-spacing: 0;
  }
}
.jumbotron_news_ttl {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*========== main ==========*/
/* sec01 */
.sec01 {
  padding: 50px 3.125vw 150px;
  margin-bottom: clamp(20px, 10vw, 120px);
  overflow: hidden;
}
.sec01_head {
  width: 6.9em;
}
.sec01_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sec01_item {
  width: 45%;
  max-width: 500px;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec01_item {
    width: 90%;
    margin: 0 auto;
  }
  .sec01_item:nth-child(n+2) {
    margin-top: 40px;
  }
}
.sec01_item_ttl-en {
  font-family: "Bebas Neue", cursive;
  font-size: clamp(4rem, 18vw, 9rem);
  line-height: 0.8;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  -webkit-text-stroke: 1px #004a95;
  text-stroke: 1px #004a95;
  margin-bottom: 30px;
}
.sec01_item_ttl {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec01_item_particles {
  width: 150%;
  max-width: 50vw;
  height: 120%;
  position: absolute;
  top: -10%;
  z-index: -100;
}
@media screen and (max-width: 768px) {
  .sec01_item_particles {
    max-width: auto;
  }
}
.sec01_item_particles-left {
  left: -25%;
}
.sec01_item_particles-right {
  right: -25%;
}
.sec01_item_particles-center {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: -99;
}

/* sec02 */
.sec02 {
  width: 100vw;
  padding-bottom: clamp(75px, 12.5vw, 150px);
  background: #ededed;
  position: relative;
}
.sec02_imgArea {
  width: 83vw;
  max-width: 1590px;
  display: flex;
  position: absolute;
  top: clamp(-120px, -10vw, -20px);
  left: 0;
}
.sec02_img {
  width: 33.3333333333%;
}
.sec02_inner {
  width: 90vw;
  max-width: 1732px;
  padding: calc(39.1509433962vw - clamp(20px, 10vw, 120px) + clamp(20px, 5vw, 60px)) clamp(20px, 6.25vw, 120px) clamp(20px, 3vw, 40px) clamp(10px, 3.65vw, 70px);
  margin-left: auto;
  background: linear-gradient(135deg, #7fffbf, #85c7ff);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.sec02_textArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -250px;
}
@media screen and (max-width: 960px) {
  .sec02_textArea {
    margin-top: -70px;
  }
}
.sec02_head {
  width: 5.75em;
  margin-bottom: 20px;
  margin-right: calc(100% - 5.75em);
}
@media screen and (min-width: 1201px) {
  .sec02_head {
    margin-right: clamp(40px, 8.333vw, 160px);
    position: relative;
  }
  .sec02_head::after {
    content: "";
    display: block;
    width: 1px;
    height: 1em;
    background: #000;
    position: absolute;
    top: calc((100% - 1em) / 2);
    right: calc(clamp(-160px, -8.333vw, -40px) / 2);
  }
}
.sec02_text {
  width: 100%;
  max-width: 405px;
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .sec02_text {
    margin-right: clamp(30px, 6.25vw, 120px);
  }
}
.sec02_btn {
  width: 218px;
  margin-bottom: 20px;
}
.sec02_btn .btn01 {
  width: 100%;
}

/* sec03 */
.sec03 {
  padding-bottom: 30px;
  margin-bottom: 120px;
  background: #ededed;
}

/* sec04 */
.sec04 {
  margin-bottom: 120px;
}/*# sourceMappingURL=index.css.map */