@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
}

.cormorant {
  font-family: "Cormorant", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.zen-old-mincho {
  font-family: "Zen Old Mincho", serif;
  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: 2;
  overflow: hidden;
  height: calc(100vh);
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /*
  .swiper-slide-active .swiper-img,
  .swiper-slide-duplicate-active .swiper-img,
  .swiper-slide-prev .swiper-img {
    animation: zoomUp 8.5s linear 0s normal;
  }
*/
}

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

#main_visual .mv_scr {
  font-weight: 800;
  position: absolute;
  bottom: 100px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  z-index: 3;
  opacity: 0;
}

@media screen and (max-width: 1280px) {
  #main_visual .mv_scr {
    bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  #main_visual .mv_scr {
    bottom: 8px;
  }
}

#main_visual .mv_scr.active {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
}

#main_visual .mv_scr:before {
  content: "";
  width: 2px;
  height: 100px;
  position: absolute;
  bottom: -15vh;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (max-width: 1280px) {
  #main_visual .mv_scr:before {
    height: 60px;
    bottom: -9vh;
  }
}

@media screen and (max-width: 767px) {
  #main_visual .mv_scr:before {
    height: 30px;
    bottom: -9vh;
  }
}

#main_visual .mv_logo_area {
  width: 100vw;
  height: 100%;
  /*aspect-ratio: 1600 / 852;*/
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  opacity: 0;
  /* -webkit-transform: scale(0.4); */
  /* transform: scale(0.4); */
}

#main_visual .mv_logo_area.active {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  opacity: 1;
}

#main_visual .mv_logo_area figure {
  max-width: 600px;
  position: absolute;
  top: calc(50% - 0px);
  left: 49.5%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#main_visual .swiper-slide-active .swiper-img {
  -webkit-animation: zoomUp 8s ease-in 0s normal;
          animation: zoomUp 8s ease-in 0s normal;
}

#main_visual .mv_logo {
  position: absolute;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 45vw;
  z-index: 555;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#main_visual .mv_logo figure {
  margin: 0;
  text-align: center;
}

#main_visual .copy_text {
  font-size: 60px;
  font-weight: 800;
  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);
    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;
}

/* -------------- */
/* ABOUT */
/* ------------- */
.eng_txt_a {
  font-family: "Cormorant", serif;
}

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

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

.tp_sec01 .ttl00 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .tp_sec01 .ttl00 {
    font-size: 24px;
  }
}

.tp_sec01:before {
  content: "";
  width: 2px;
  height: 25%;
  position: absolute;
  top: 0%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

@media screen and (max-width: 1280px) {
  .tp_sec01:before {
    height: 30px;
  }
}

.tp_sec01:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #00000099;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#03132738), color-stop(46%, #031327A1), to(#031327)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(180deg, #03132738 0%, #031327A1 46%, #031327 100%) 0% 0% no-repeat padding-box;
  z-index: -1;
}

.tp_sec01 .sec01_bg {
  background-image: url(../images/home/tp_message_txt01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 593.28/106.72;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60%;
  max-height: 106.72px;
}

@media screen and (max-height: 1024px) {
  .tp_sec01 .sec01_bg {
    width: 60%;
    background-image: url(../images/home/tp_message_txt01.svg);
  }
}

@media screen and (max-width: 767px) {
  .tp_sec01 .sec01_bg {
    width: 60%;
    background-image: url(../images/home/tp_message_txt01.svg);
  }
}

.tp_sec01 .box {
  padding-top: 12%;
  color: #fff;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.tp_sec01 .box p {
  line-height: 2.5;
}

.tp_sec02 {
  padding: 0 0 100px;
  position: relative;
  z-index: 2;
}

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

.tp_sec02 .box01.layout_b {
  position: relative;
  z-index: 2;
  padding: 0 5%;
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box01.layout_b {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .box01.layout_b {
    margin-bottom: 15%;
  }
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box01.layout_b .imgbox {
    width: 100%;
  }
  .tp_sec02 .box01.layout_b .imgbox figure.smooth_left {
    margin: 0 auto;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box01.layout_b .txtbox {
    margin-bottom: 30px;
  }
}

.tp_sec02 .box01.layout_b .img_area01 {
  position: absolute;
  left: -50px;
  bottom: -50%;
  z-index: -1;
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box01.layout_b .img_area01 {
    bottom: -10%;
    z-index: -1;
  }
  .tp_sec02 .box01.layout_b .img_area01 img {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec02 .box01.layout_b .img_area01 {
    bottom: -15%;
  }
}

@media screen and (max-width: 600px) {
  .tp_sec02 .box01.layout_b .img_area01 img {
    width: 35%;
  }
}

.tp_sec02 .box02.layout_a {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-left: auto;
  margin-right: 5%;
  margin-top: -30px;
  width: 66%;
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box02.layout_a {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100%;
    margin-top: 20px;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.tp_sec02 .box02.layout_a .imgbox {
  width: 47%;
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box02.layout_a .imgbox {
    width: 100%;
  }
  .tp_sec02 .box02.layout_a .imgbox figure {
    display: block;
    text-align: right;
  }
}

@media screen and (max-width: 1380px) {
  .tp_sec02 .box02.layout_a .txtbox.smooth_left.is-animated {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
  }
}

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

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

@media screen and (max-width: 767px) {
  .tp_sec03 .contents_wrap.w1400 {
    padding: 0;
  }
  .tp_sec03 .contents_wrap.w1400 .sub_images_ul {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec03 .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_sec03 .layout_a .txtbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
    margin-bottom: 30px;
  }
}

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

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

.tp_sec04 .eng_txt {
  font-size: 12px;
  font-family: "Cormorant", serif;
}

@media screen and (max-width: 1024px) {
  .tp_sec04 .layout_b {
    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_sec04 .layout_b .txtbox {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 5%;
    margin-bottom: 30px;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .tp_sec05 .ttl01.text_align_left {
    text-align: center !important;
  }
}

.tp_voice {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

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

.tp_sec06 {
  padding: 100px 0;
  position: relative;
  z-index: 2;
}

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

.tp_sec06 .after_btn_line:after {
  background-color: #fff;
}

.tp_sec06 .layout_b .imgbox,
.tp_sec06 .layout_a .imgbox {
  width: 45%;
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .layout_b .imgbox,
  .tp_sec06 .layout_a .imgbox {
    width: 100%;
  }
  .tp_sec06 .layout_b .imgbox figure,
  .tp_sec06 .layout_a .imgbox figure {
    text-align: center;
  }
  .tp_sec06 .layout_b .imgbox figure img,
  .tp_sec06 .layout_a .imgbox figure img {
    width: 65%;
  }
}

@media screen and (max-width: 1024px) {
  .tp_sec06 .sub_images_ul.cul2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px 10px;
  }
  .tp_sec06 .sub_images_ul.cul2 .li {
    margin: 0;
    width: calc(100% / 2 - 5px);
  }
}

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