@charset "UTF-8";
.noto-serif {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 400;
  font-style: normal;
}

.lora {
  font-family: "Lora", serif !important;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.zen-old {
  font-family: "Zen Old Mincho", serif !important;
  font-weight: 500;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*サイト共通の間隔*/
/*英語用font読み込み指定*/
/*
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Regular.otf") format("otf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'General Sans';
	src: url("../font/GeneralSans-Semibold.otf") format("otf");
    font-weight: bold;
    font-style: normal;
}
*/
/*

トップページ用のスタイルです。

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 60px);
  }
}
#main_visual .swiper-slide-active .swiper-img,
#main_visual .swiper-slide-duplicate-active .swiper-img,
#main_visual .swiper-slide-prev .swiper-img {
  -webkit-animation: zoomUp 4s linear 0s normal both;
          animation: zoomUp 4s linear 0s normal both;
}
#main_visual {
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
}
#main_visual .copy_text {
  width: 30%;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(50% - 50px);
    width: 80%;
  }
}
#main_visual .mv_scr {
  font-weight: 800;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 3;
  opacity: 0;
}
@media (max-width: 1280px) {
  #main_visual .mv_scr {
    bottom: 40px;
  }
}
@media (max-width: 767px) {
  #main_visual .mv_scr {
    bottom: 180px;
  }
}
#main_visual .mv_scr.active {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}
#main_visual .mv_scr:before {
  content: "";
  width: 2px;
  height: 125px;
  position: absolute;
  bottom: -15vh;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}
@media (max-width: 1280px) {
  #main_visual .mv_scr:before {
    height: 60px;
    bottom: -6vh;
  }
}
@media (max-width: 767px) {
  #main_visual .mv_scr:before {
    height: 30px;
    bottom: -6vh;
  }
}
#main_visual {
  /******************************/
  /* swiper TOPのみ制御 */
  /******************************/
}
#main_visual .swiper-container .swiper-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide {
    height: 100vh;
  }
}
#main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}
@media (max-width: 767px) {
  #main_visual .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 60vh;
  }
}
#main_visual .swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  #main_visual .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}
#main_visual .swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}
@media (max-width: 767px) {
  #main_visual .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}
#main_visual .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}
#main_visual .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

/* -------------- */
/* works */
/* ------------- */
/* -------------- */
/* 実績 SLICK */
/* ------------- */
.slick_slider .slick-slide {
  padding: 0 5px;
}
.slick_slider .slick-slide:nth-child(even) img {
  position: relative;
  padding-top: 30px;
}

.img_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/* -------------- */
/* ABOUT */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  padding: 100px 0 0;
  position: relative;
  z-index: 1;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(167, 213, 255, 0)), color-stop(50%, rgba(211, 234, 255, 0.7803921569)), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(167, 213, 255, 0) 0%, rgba(211, 234, 255, 0.7803921569) 50%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0 0;
  }
}
.tp_sec01:before {
  content: "";
  background-repeat: repeat-x;
  position: absolute;
  bottom: 20px;
  left: 0;
  height: 126px;
  width: 100%;
}
.tp_sec01 h3.f42 {
  font-size: clamp(24px, 1.091rem + 2.05vw, 42px);
}

.tp_sec02 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}
.tp_sec02 .layout_a,
.tp_sec02 .layout_b {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
}
.tp_sec02 .layout_a .imgbox figure img,
.tp_sec02 .layout_b .imgbox figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 68/40;
}

.tp_sec03 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  background-image: url(../images/home/sec03/sec03_bg01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .tp_sec03 {
    padding: 50px 0;
  }
}
.tp_sec03 .ttl02 {
  color: #fff;
}
.tp_sec03 .ttl02:after {
  border-color: #fff;
}
.tp_sec03 p {
  color: #fff;
}
.tp_sec03 .btn02 a {
  max-width: 280px;
  padding: 15px 35px;
}
.tp_sec03 .layout02 .even_reverse_flex li.even_li .imgbox figure.whtbox {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  padding: 20px 35px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.tp_sec03 .layout02 .even_reverse_flex li.even_li {
  padding-bottom: 30px;
  border-bottom: solid 2px #1F9681;
  margin-bottom: 20px;
}
.tp_sec03 .layout02 .even_reverse_flex li.even_li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .tp_sec03 .page_link_ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tp_sec03 .page_link_ul li {
    margin-bottom: 20px;
  }
  .tp_sec03 .page_link_ul li:last-child {
    margin-bottom: 0;
  }
}
.tp_sec03 .ttl05 {
  font-size: 24px;
}
.tp_sec03 .ttl05 span {
  font-size: 13px;
  margin-bottom: 5px;
}

.tp_sec04 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .tp_sec04 .page_link_ul {
    display: block;
  }
}
@media (max-width: 1024px) {
  .tp_sec04 .page_link_ul li {
    margin-bottom: 20px;
  }
  .tp_sec04 .page_link_ul li:last-child {
    margin-bottom: 0;
  }
}

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
  color: #fff;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(31, 94, 150, 0)), to(rgba(5, 18, 30, 0.7019607843))) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, rgba(31, 94, 150, 0) 0%, rgba(5, 18, 30, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
    background-image: url(../images/home/mv1_sp.jpg);
    background-size: cover;
    background-repeat: no-repeat;
  }
  .tp_sec05:before {
    content: "";
    display: inline-block;
    background: transparent -webkit-gradient(linear, left top, left bottom, from(rgba(31, 94, 150, 0)), to(rgba(5, 18, 30, 0.7019607843))) 0% 0% no-repeat padding-box;
    background: transparent linear-gradient(180deg, rgba(31, 94, 150, 0) 0%, rgba(5, 18, 30, 0.7019607843) 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.tp_sec06 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .tp_sec06 .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tp_sec06 .thum_list li {
  width: calc((100% - 60px) / 4);
  margin-right: auto;
  margin-top: 0;
}
@media (max-width: 1024px) {
  .tp_sec06 .thum_list li {
    width: calc((100% - 20px) / 2);
  }
}
@media (max-width: 767px) {
  .tp_sec06 .thum_list li:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .tp_sec06 .thum_list li:nth-child(3) {
    margin-top: 35px;
  }
}
@media (max-width: 767px) {
  .tp_sec06 .thum_list li:nth-child(4) {
    margin-top: 35px;
  }
}
@media (max-width: 1024px) {
  .tp_sec06 .thum_list li:nth-child(2n) {
    margin-right: 0;
  }
}
.tp_sec06 .thum_list li:nth-child(4n) {
  margin-right: 0;
}
/*# sourceMappingURL=css_map/style_home.css.map */
