@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.poppins {
  font-family: "Poppins", sans-serif;
  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;
}

/*ディスプレイ初期値設定*/
/*以下、サイト固有の設定*/
/*
$gray_color01: #D1D1D1;
$gray_color02: #ccc;
$gray_color03: #777;
$gray_color04: #555;
$gray_color05: #F4F3F3;
$gray_color06: #ddd;
*/
/*サイト共通の間隔*/
/*英語用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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
.home header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home header #menu-header-navi li a {
  color: #fff;
  border-left: dotted 1px #fff;
}

.home header.fixed {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
}

.home header.fixed .h-logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.home header.fixed #menu-header-navi li a {
  color: #333;
}

.home .header_drawer_toggle .gnav-trg span.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
}

@media screen and (max-width: 767px) {
  #main_visual {
    height: calc(100vh - 60px);
  }
}

#main_visual:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-image: url(../images/common/mv_line01.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: calc();
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

#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 .copy_text {
  width: 35%;
  color: #fff;
  position: absolute;
  z-index: 3;
  bottom: calc(10%);
  left: 4.4%;
  -webkit-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
}

@media screen and (max-width: 767px) {
  #main_visual .copy_text {
    top: calc(50% - 50px);
    width: 80%;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh);
}

.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: calc(100vh);
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}

@media screen and (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 55px;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 55px;
    position: inherit;
  }
}

.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 40px;
  height: 4px;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
  border-radius: initial;
}

@media screen and (max-width: 767px) {
  .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    background-color: #ddd;
  }
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #e83c41;
  opacity: 1;
}

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

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  background-position: top;
  position: relative;
  z-index: 1;
}

.tp_sec01 .box {
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  .tp_sec01 .box {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .sub_images_ul {
    display: block;
    margin-bottom: 20px;
  }
  .tp_sec01 .sub_images_ul:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .sub_images_ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .tp_sec01 .sub_images_ul li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec01 .sub_images_ul li .imgbox {
    width: 100%;
  }
}

.tp_sec01 .sub_images_ul li img {
  width: 70%;
}

.tp_sec01 .sub_images_ul li .h3 {
  font-size: 20px;
}

.tp_sec02 {
  padding: 100px 0;
  background-color: #00ABC7;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .tp_sec02 .ttl01b {
    text-align: left;
    margin-bottom: 40px;
  }
  .tp_sec02 .ttl01b:after {
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.tp_sec02 .ttl01 .eng_txt {
  color: #E6D6A2;
  font-size: 60px;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .ttl01 .eng_txt {
    font-size: 42px;
  }
}

.tp_sec02 .layout_b,
.tp_sec02 .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  border-radius: 40px;
  background-color: #fff;
  border: solid 10px #C4D0DB;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .layout_b,
  .tp_sec02 .layout_a {
    display: block;
    border: solid 5px #C4D0DB;
    padding: 25px;
  }
}

@media screen and (max-width: 767px) {
  .tp_sec02 .layout_b,
  .tp_sec02 .layout_a {
    margin-top: 150px;
    position: relative;
    padding-top: 110px;
  }
}

.tp_sec02 .layout_b .imgbox,
.tp_sec02 .layout_a .imgbox {
  width: 40%;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .layout_b .imgbox,
  .tp_sec02 .layout_a .imgbox {
    width: 100%;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .tp_sec02 .layout_b .imgbox,
  .tp_sec02 .layout_a .imgbox {
    position: absolute;
    top: -120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
}

.tp_sec02 .layout_b .imgbox img,
.tp_sec02 .layout_a .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 680/420;
  border: solid 10px #fff;
  border-radius: 80px;
}

@media screen and (max-width: 1280px) {
  .tp_sec02 .layout_b .imgbox img,
  .tp_sec02 .layout_a .imgbox img {
    border-radius: 20px;
    aspect-ratio: 640/480;
    border: none;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .layout_b .imgbox img,
  .tp_sec02 .layout_a .imgbox img {
    border: none;
    border-radius: 10px;
  }
}

.tp_sec02 .layout_b .txtbox,
.tp_sec02 .layout_a .txtbox {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .layout_b .txtbox,
  .tp_sec02 .layout_a .txtbox {
    margin: 0;
  }
}

.tp_sec02 .layout_b .txtbox .ttl01b .eng_txt,
.tp_sec02 .layout_a .txtbox .ttl01b .eng_txt {
  color: #0F8092;
}

@media screen and (min-width: 1500px) {
  .tp_sec02 .layout_b .imgbox figure {
    position: absolute;
    left: -10rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media screen and (min-width: 1500px) {
  .tp_sec02 .layout_a .imgbox figure {
    position: absolute;
    right: -10rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.tp_sec05 {
  position: relative;
  background-color: #fff;
  z-index: 1;
}

.tp_sec05:before {
  content: "";
  width: 100%;
  height: 50%;
  background-color: #EFF4F9;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.tp_sec05 .contents_wrap {
  position: relative;
}

.tp_news {
  padding: 100px 0;
  position: relative;
  background-color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .tp_news {
    padding: 50px 0;
  }
}

/*# sourceMappingURL=css_map/style_home.css.map */
