@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Rammetto+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Russo+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Aoboshi+One&display=swap");
.aoboshi-one-regular {
  font-family: "Aoboshi One", serif;
  font-weight: 400;
  font-style: normal;
}

.russo-one-regular {
  font-family: "Russo One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rammetto-one {
  font-family: "Rammetto One", serif;
  font-weight: 400;
  font-style: normal;
}

.noto-sans {
  font-family: "Noto Sans JP", sans-serif;
  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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*
  .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 .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 .left01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  background-image: url(../images/home/left_img01.jpg);
  background-size: cover;
  background-position: right bottom;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 70% 0, 100% 100%, 0% 100%);
}

@media screen and (max-width: 1024px) {
  #main_visual .left01 {
    width: 48%;
  }
}

#main_visual .right01 {
  position: absolute;
  right: 0;
  top: 0;
  width: 15%;
  height: 100%;
  background-image: url(../images/home/right_img01.jpg);
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
          clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

@media screen and (max-width: 1024px) {
  #main_visual .right01 {
    display: none;
  }
}

#main_visual .mv_scr {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 22px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-bottom: 125px;
  color: #fff;
  cursor: pointer;
  z-index: 1;
}

#main_visual .mv_scr .line {
  width: 1px;
  height: 120px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5px);
}

#main_visual .mv_scr .line:before {
  content: '';
  width: 0;
  height: 100%;
  border-left: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sdb05 2s infinite;
  animation: sdb05 2s infinite;
}

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

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

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

#main_visual .copy_text img {
  width: 80%;
}

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

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

/* -------------- */
/* ABOUT */
/* ------------- */
/* -------------- */
/* トップコンテンツ */
/* ------------- */
.slick-slider {
  background-color: #F1F6FB;
  padding: 0 0 50px;
}

@media screen and (max-width: 767px) {
  .slick-slider {
    padding: 0 0 25px;
  }
}

.tp_sec01 {
  padding: 100px 0;
  position: relative;
}

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

@media screen and (max-width: 1024px) {
  .tp_sec01 .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_sec01 .layout_a .imgbox {
    margin-top: 20px;
  }
}

.tp_sec02 {
  padding: 100px 0;
  position: relative;
}

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

.tp_sec02 .bnr_flex02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .tp_sec02 .bnr_flex02 {
    display: block;
  }
}

.tp_sec02 .bnr_flex02 li {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .tp_sec02 .bnr_flex02 li {
    width: 100%;
    margin-right: 0;
  }
}

.tp_sec02 .bnr_flex02 li:nth-child(2n) {
  margin-right: 0;
}

.tp_sec02 .bnr_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .tp_sec02 .bnr_flex {
    display: block;
  }
}

.tp_sec02 .bnr_flex li {
  position: relative;
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 675/260;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 767px) {
  .tp_sec02 .bnr_flex li {
    width: 100%;
    margin-right: 0;
  }
}

.tp_sec02 .bnr_flex li:nth-child(2n) {
  margin-right: 0;
}

.tp_sec02 .bnr_flex li:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000b0;
  width: 100%;
  height: 100%;
}

.tp_sec02 .bnr_flex li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.tp_sec02 .bnr_flex li a .ttlarea {
  position: absolute;
  bottom: 15px;
  left: 15px;
}

.tp_sec02 .bnr_flex li a .ttlarea .ttl01 {
  color: #fff;
  margin-bottom: 0;
}

.tp_sec02 .bnr_flex li a .ttlarea .ttl01 .eng_txt {
  color: #fff;
  font-size: 32px;
}

@media screen and (max-width: 767px) {
  .tp_sec02 .bnr_flex li a .ttlarea .ttl01 .eng_txt {
    font-size: 20px;
  }
}

.tp_sec02 .bnr_flex li:hover:before {
  background-color: #00000044;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

@media screen and (max-width: 767px) {
  .tp_sec03 .add_works .thum_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .tp_sec03 .add_works .thum_list li {
    width: calc(100% / 2 - 5px);
    margin: 0;
  }
}

.tp_sec04 {
  padding: 100px 0;
}

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

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

@media screen and (max-width: 767px) {
  .tp_sec04 .tp_sec04_flex {
    display: block;
  }
}

.tp_sec04 .tp_sec04_flex .box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media screen and (max-width: 767px) {
  .tp_sec04 .tp_sec04_flex .box {
    margin-bottom: 25px;
  }
  .tp_sec04 .tp_sec04_flex .box:last-child {
    margin-bottom: 0;
  }
  .tp_sec04 .tp_sec04_flex .box img {
    padding: 0 15%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.tp_sec04 .tp_sec04_flex .box .ttl01 {
  color: #fff;
}

.tp_sec04 .tp_sec04_flex .box .ttl01 .eng_txt {
  color: #fff;
}

.tp_sec05 {
  padding: 100px 0;
}

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

.tp_sec05 .category_c.news a {
  color: #333;
  background: none;
  font-size: 13px;
  padding: 0;
  border-radius: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tp_sec05 .at_ttl {
    font-weight: 600;
    margin-top: 10px;
  }
}

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