@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-weight: 500;
  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 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.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 - 120px);
  position: relative;
  /*
  .swiper-slide-active .swiper-img {
    animation: zoomUp 6s linear 0s normal both;
  }*/
  /* -- -- */
}

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

#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: 32%;
  color: #fff;
  position: absolute;
  z-index: 2;
  bottom: 11%;
  left: 5%;
}

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

@-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 - 120px);
}

@media screen and (max-width: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide {
    height: calc(60vh);
  }
}

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

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

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

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

.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_sec02 {
  position: relative;
  z-index: 1;
}

.tp_sec02 .leadbox {
  background-color: #B80000;
  color: #fff;
  padding: 60px 0;
}

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

.tp_sec02 .section_box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 0;
}

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

@media screen and (max-width: 1024px) {
  .tp_sec02 .sub_images_ul .li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tp_sec02 .sub_images_ul .li:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .sub_images_ul .li .ttl05 {
    text-align: left !important;
  }
}

.tp_sec02 .sub_images_ul .li figure {
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .sub_images_ul .li figure {
    width: 35%;
  }
}

.tp_sec02 .sub_images_ul .li figure img {
  width: 70%;
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .sub_images_ul .li .inbox01 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.tp_sec03 {
  position: relative;
  z-index: 1;
}

.tp_sec04 {
  position: relative;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#F6E4E4), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #F6E4E4 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  padding: 100px 0;
}

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

.tp_sec05 {
  position: relative;
  background-color: #fff;
  padding: 100px 0;
}

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

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

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

.tp_sec05 .sub_images_ul .li figure {
  overflow: hidden;
  border-radius: 30px;
}

@media screen and (max-width: 1024px) {
  .tp_sec05 .sub_images_ul .li figure {
    border-radius: 15px;
  }
}

.tp_sec05 .sub_images_ul .li figure img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 38/25;
}

.tp_sec06 {
  position: relative;
  background-color: #FCF6F6;
  padding: 100px 0;
}

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

.tp_sec07 {
  position: relative;
  background: transparent -webkit-gradient(linear, left bottom, left top, from(#CFF1F6), to(#FFFFFF)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(0deg, #CFF1F6 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
  z-index: 1;
  padding: 100px 0;
}

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

.tp_sec07 .ttl02.type01 .eng_txt {
  color: #005BAD;
}

.tp_sec07 .layout_a .imgbox img {
  border: solid 6px #A3C4E1;
}

.tp_sec07 .infobox02 .layout_b .imgbox {
  width: 25%;
}

@media screen and (max-width: 1024px) {
  .tp_sec07 .infobox02 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 20px;
  }
  .tp_sec07 .infobox02 .layout_b .imgbox figure {
    text-align: center;
  }
  .tp_sec07 .infobox02 .layout_b .imgbox figure img {
    width: 30%;
  }
}

.tp_sec08 {
  background-image: url(../images/home/sec08/sec08_bg01.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
  padding: 100px 0;
  color: #fff;
}

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

.tp_sec08 .ttl01.type01 .eng_txt {
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .tp_sec08 .layout_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .tp_sec08 .layout_a .imgbox {
    margin-top: 20px;
  }
}

.tp_sec09 {
  position: relative;
  z-index: 1;
}

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

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

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

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

.tp_sec11 .img_risize01 {
  text-align: center;
}

.tp_sec11 .img_risize01 img {
  width: 65%;
}

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

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

.tp_sec12 .tel_box {
  display: inline-block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 2px #D55555;
  border-radius: 10px;
  padding: 20px 30px;
  width: 400px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .tp_sec12 .tel_box {
    width: 100%;
    padding: 15px 5%;
  }
}

.tp_sec12 .tel_box a.tel_link {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

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