@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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.noto-sans {
  font-family: "Noto Sans JP", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal;
}

.montserrat {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
.home .header_drawer_toggle .gnav-trg span.line,
.home .header_drawer_toggle .gnav-trg::before,
.home .header_drawer_toggle .gnav-trg::after {
  background-color: #333;
}

.home .header_drawer_toggle.fixed .gnav-trg span.line,
.home .header_drawer_toggle.fixed .gnav-trg::before,
.home .header_drawer_toggle.fixed .gnav-trg::after {
  background-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,
  .swiper-slide-duplicate-active .swiper-img,
  .swiper-slide-prev .swiper-img {
    animation: zoomUp 4s linear 0s normal both;
  }
*/
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /* -- -- */
}

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

#main_visual .copy_text {
  width: 75%;
  color: #fff;
  position: absolute;
  z-index: 2;
  top: calc(50% - 0px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

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

@-webkit-keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

@keyframes sdb05 {
  0% {
    height: 0;
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    height: 100%;
    opacity: 0;
  }
}

/******************************/
/* 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: bottom;
  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;
}

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media screen and (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.home .thum_list li {
  width: calc(100% / 4 - 15px);
}

@media screen and (max-width: 1024px) {
  .home .thum_list li {
    width: calc(100% / 2 - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_sec01 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec01 .named {
  font-size: 15px;
  font-weight: bold;
}

.tp_sec01 .named span {
  font-size: 22px;
}

.tp_sec02 {
  padding: 90px 0;
  position: relative;
  z-index: 1;
  background-color: #E6EEF2;
  border-radius: 100px;
}

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

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

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

.tp_sec02 h3 .jp_ttl02 {
  border-bottom: solid 3px #106EB5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.tp_sec03 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec04 {
  padding: 0 0 100px;
  position: relative;
  z-index: 1;
}

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

.tp_sec04 .layout_b,
.tp_sec04 .layout_a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec05 .layout_b .imgbox,
.tp_sec05 .layout_a .imgbox {
  width: 52%;
}

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

.tp_sec05 h3 .jp_ttl02 {
  border-bottom: solid 3px #106EB5;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.tp_sec06 {
  position: relative;
}

.tp_sec06 .box {
  background-color: #E6EEF2;
  border-radius: 60px;
  padding: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .box {
    padding: 30px 5%;
    border-radius: 40px;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .box .sub_images_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}

.tp_sec06 .box .sub_images_ul .li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #FFFFFF;
  border: solid 3px #106EB5;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .box .sub_images_ul .li {
    width: calc(100% / 2 - 10px);
    padding: 10px;
  }
}

.tp_sec06 .box .sub_images_ul .li .ttl_area {
  background-color: #106EB5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  padding: 8px 0;
  color: #fff;
  margin: -57px auto 20px;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .box .sub_images_ul .li .ttl_area {
    margin: -30px auto 15px;
    font-size: 14px;
  }
}

.tp_sec07 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec07:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 61%;
  background-color: #0B2F82;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .tp_sec07:before {
    height: 75%;
  }
}

.tp_sec07 .sub_images_ul.cul2 li {
  color: #fff;
}

.tp_sec07 .sub_images_ul.cul2 li .ttl05 {
  color: #EECE00;
  font-size: clamp(28px, 2.091rem + 1.21vw, 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}

.tp_sec07 .sub_images_ul.cul2 li .ttl05 .count_txt {
  position: relative;
  display: inline-block;
  background-color: #EECE00;
  border-radius: 50%;
  aspect-ratio: 1/1;
  width: 80px;
  height: 80px;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .sub_images_ul.cul2 li .ttl05 .count_txt {
    width: 50px;
    height: 50px;
  }
}

.tp_sec07 .sub_images_ul.cul2 li .ttl05 .count_txt span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #003F77;
  font-size: 44px;
  font-weight: bold;
  line-height: 1;
  font-family: "Poppins", sans-serif;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .sub_images_ul.cul2 li .ttl05 .count_txt span {
    font-size: 26px;
  }
}

.tp_sec08 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

.tp_sec09 {
  padding: 100px 0;
  background-image: url(../images/home/sec09/sec09_bg01.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}

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

.tp_sec09 .sub_images_ul {
  gap: 35px 40px;
}

@media screen and (max-width: 1024px) {
  .tp_sec09 .sub_images_ul {
    display: block;
  }
}

.tp_sec09 .sub_images_ul li {
  position: relative;
  width: calc(100% / 3 - 30px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: solid 3px #106EB5;
  padding: 28px 40px;
  border-radius: 30px;
}

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

.tp_sec09 .sub_images_ul li:after {
  content: "\f0da";
  font-style: normal;
  font-weight: bold;
  font-family: "Font Awesome 6 Free";
  color: #E6C41A;
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -29px;
  font-size: 35px;
}

@media screen and (max-width: 1024px) {
  .tp_sec09 .sub_images_ul li:after {
    content: "\f0d7";
    top: inherit;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    right: inherit;
    left: 50%;
    bottom: -44px;
  }
}

.tp_sec09 .sub_images_ul li:last-child:after {
  display: none;
}

.tp_sec09 .sub_images_ul.step_box .step_img_size01 img {
  width: 86px;
}

.tp_sec09 .sub_images_ul.step_box .img_size01 img {
  width: 100px;
}

.tp_sec09 .sub_images_ul.step_box p {
  text-align: left;
}

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

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

.tp_sec11 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}

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

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