@charset "UTF-8";
.alegreya-sans {
  font-family: "Alegreya Sans", sans-serif;
  font-style: normal;
}

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

.courgette {
  font-family: "Courgette", cursive;
  font-style: normal;
}

.anton {
  font-family: "Anton", sans-serif;
  font-style: normal;
}

.poppins {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  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.txt:before {
  color: #fff;
}

/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  border: solid 20px #E94F0C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  overflow: hidden;
  height: 100vh;
  position: relative;
}
@media (max-width: 767px) {
  #main_visual {
    height: 370px;
    border: solid 10px #E94F0C;
  }
}
#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: 55%;
  position: absolute;
  z-index: 2;
  top: calc(78% - 0px);
  left: 32%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  #main_visual .copy_text {
    width: 80%;
    left: 44%;
  }
}
#main_visual .fixed_bnr {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 1024px) {
  #main_visual .fixed_bnr {
    top: 20px;
    bottom: inherit;
  }
  #main_visual .fixed_bnr figure img {
    width: 80px;
    height: 80px;
  }
}
#main_visual {
  /* -- -- */
}
@-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: 100vh;
}
.swiper-container .swiper-wrapper .swiper-slide .slider_block {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: 100vh;
  }
}
@media (max-width: 1280px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_mask {
    height: 63vh;
  }
}

.swiper-pagination {
  /* top: 40%; */
  bottom: 25px !important;
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .swiper-pagination {
    left: 0;
    right: 0;
    bottom: 20px !important;
    position: inherit;
  }
}
.swiper-pagination .swiper-pagination-bullet {
  margin-right: 15px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #ffffff;
  opacity: 1;
  outline: none;
}
@media (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 */
/* ------------- */
.img_slider .slick-slide {
  padding-left: 5px;
  padding-right: 5px;
}
.img_slider .slick-slide:nth-child(even) {
  padding-top: 20px;
}
.img_slider .slick-slide:nth-child(even) img {
  position: relative;
}

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

/* -------------- */
/* サムネイル付一覧 */
/* ------------- */
@media (max-width: 767px) {
  .home .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.home .thum_list li {
  width: calc(25% - 15px);
}
@media (max-width: 1024px) {
  .home .thum_list li {
    width: calc(50% - 10px);
  }
}

/* -------------- */
/* トップコンテンツ */
/* ------------- */
.tp_news {
  position: relative;
  background-color: #fff;
  padding: 0 0 80px;
}
@media (max-width: 767px) {
  .tp_news {
    padding: 0 0 50px;
  }
}

.tp_lead {
  position: relative;
  background-color: #0A0A0A;
  color: #fff;
  padding: 80px 0;
}
@media (max-width: 767px) {
  .tp_lead {
    padding: 50px 0;
  }
}
.tp_lead h3 {
  margin-top: -4em;
}

.tp_sec00 .panel_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: solid 4px #0A0A0A;
  border-bottom: solid 4px #0A0A0A;
}
.tp_sec00 .panel_menu li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 25%;
  border-left: solid 4px #0A0A0A;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .tp_sec00 .panel_menu li {
    width: 50%;
    border-top: solid 4px #0A0A0A;
  }
  .tp_sec00 .panel_menu li:nth-child(even) {
    border-right: solid 4px #0A0A0A;
  }
  .tp_sec00 .panel_menu li:nth-child(1), .tp_sec00 .panel_menu li:nth-child(2) {
    border-top: none;
  }
  .tp_sec00 .panel_menu li.btn09 a .en_ttl {
    font-size: 16px;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tp_sec00 .panel_menu li.btn09 a .en_ttl {
    text-align: center;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  .tp_sec00 .panel_menu li.btn09 a .jp_ttl {
    font-size: clamp(14px, 0.92rem + 0.61vw, 1.375rem);
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .tp_sec00 .panel_menu li.btn09 a .jp_ttl {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .tp_sec00 .panel_menu li.btn09 a:before {
    right: inherit;
    left: 45%;
    top: inherit;
    bottom: 0;
    -webkit-transform: translate(0, -50%) rotate(90deg);
            transform: translate(0, -50%) rotate(90deg);
  }
}
.tp_sec00 .panel_menu li:last-child {
  border-right: solid 4px #0A0A0A;
}
.tp_sec00 .panel_menu li a {
  position: relative;
  display: block;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .tp_sec00 .panel_menu li a {
    padding: 5% 5% 18%;
  }
}
.tp_sec00 .panel_menu li a:hover {
  background-color: #ccc;
}

.tp_sec01 {
  padding: 100px 0;
  background-color: #F9F0EB;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec01 {
    padding: 50px 0;
  }
}
.tp_sec01 .layout_b .txtbox {
  padding: 0;
}
.tp_sec01 .sec01_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_flex {
    display: block;
  }
}
.tp_sec01 .sec01_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_flex .txtbox {
    text-align: center;
  }
}
.tp_sec01 .sec01_flex .txtbox .txt01 {
  font-size: clamp(19px, 0.392rem + 3.39vw, 2.938rem);
  font-weight: 900;
}
.tp_sec01 .sec01_flex .txtbox .txt02 {
  font-size: clamp(18px, 0.784rem + 1.45vw, 1.675rem);
  font-weight: bold;
  background-color: #000;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1;
  padding: 6px 10px;
  text-align: center;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_flex .txtbox .txt02 {
    width: 50%;
    margin: 10px auto;
    line-height: 2.2;
  }
  .tp_sec01 .sec01_flex .txtbox .txt02::before {
    content: "";
    background-color: #0a0a0a;
  }
}
.tp_sec01 .sec01_flex .snsbox {
  width: 20%;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_flex .snsbox {
    width: 100%;
  }
}
.tp_sec01 .sec01_flex .snsbox .txt01 {
  font-size: 20px;
  color: #E93F00;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 1024px) {
  .tp_sec01 .sec01_flex .snsbox .txt01 {
    text-align: center;
  }
}

.tp_sec02 {
  padding: 80px 0 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec02 {
    padding: 50px 0 0;
  }
}
.tp_sec02 .layout_b .imgbox {
  width: 35%;
}
@media (max-width: 767px) {
  .tp_sec02 .layout_b .imgbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
.tp_sec02 .layout_a {
  position: relative;
}
@media (max-width: 1024px) {
  .tp_sec02 .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_sec02 .layout_a .imgbox {
  max-width: 700px;
  width: 40vw;
  top: 0;
  right: 0;
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_a .imgbox {
    position: static;
    width: 100%;
  }
}
.tp_sec02 .layout_a .txtbox {
  max-width: 600px;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_a .txtbox {
    max-width: inherit;
  }
}
.tp_sec02 .layout_a .txtbox .ttl01.type01 {
  max-width: 700px;
}
@media (max-width: 1024px) {
  .tp_sec02 .layout_a .txtbox .ttl01.type01 {
    max-width: inherit;
  }
}
.tp_sec02 .layout_a .txtbox .ttl01.type01 .eng_txt {
  font-size: clamp(60px, 0.341rem + 14.55vw, 8.25rem);
}
.tp_sec02 .ttl01 {
  position: relative;
  padding-left: 20px;
}
.tp_sec02 .ttl01:before {
  content: "02";
  font-family: "Alegreya Sans", sans-serif;
  font-size: 20px;
  font-weight: 800;
  padding: 10px 0 0;
  position: absolute;
  top: 0;
  left: 0;
}
.tp_sec02 .ttl01.type01 .eng_txt {
  display: inline;
}
.tp_sec02 .ttl01.type01 .eng_txt .jp_txt01 {
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
}
@media (max-width: 1024px) {
  .tp_sec02 .sub_images_ul.cul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 1024px) {
  .tp_sec02 .sub_images_ul.cul2 li {
    width: calc(50% - 10px);
  }
  .tp_sec02 .sub_images_ul.cul2 li .btn09.type01 a .jp_ttl {
    font-size: 14px;
  }
  .tp_sec02 .sub_images_ul.cul2 li .btn09.type01 a:before {
    display: none;
  }
}

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

.tp_sec04 {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec04 {
    padding: 50px 0;
  }
}

.tp_sec05 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec05 {
    padding: 50px 0;
  }
}

.tp_sec06 {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .tp_sec06 {
    padding: 50px 0;
  }
}
/*# sourceMappingURL=css_map/style_home.css.map */
