@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=Aoboshi+One&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;
}

.aoboshi-one {
  font-family: "Aoboshi One", serif;
  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;
}
*/
/*

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

*/
/* ------------ */
/* デザイン共通 */
/* ------------ */
/* -------------- */
/* メインビジュアル */
/* ------------- */
#main_visual {
  width: 100%;
  z-index: 1;
  overflow: hidden;
  height: calc(100vh);
  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 .mv_light {
  width: 100vw;
  height: 100%;
  /*aspect-ratio: 1600 / 852;*/
  position: absolute;
  top: 0%;
  left: 0%;
  z-index: 2;
  mix-blend-mode: overlay;
  opacity: 0;
  /* -webkit-transform: scale(0.4); */
  /* transform: scale(0.4); */
}

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

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

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

#main_visual .copy_text {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  display: inline-block;
  -webkit-transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1.6s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
  position: absolute;
  z-index: 4;
  opacity: 0;
  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%);
    width: 80%;
  }
}

#main_visual .copy_text.active {
  -webkit-transition: all 1s 1.6s;
  transition: all 1s 1.6s;
  opacity: 1;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

#main_visual .scroll_mv {
  width: 112px;
  height: 112px;
  display: block;
  position: absolute;
  bottom: 80px;
  right: 5%;
  z-index: 4;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

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

#main_visual .scroll_mv.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  #main_visual .scroll_mv.active {
    display: none;
  }
}

#main_visual .scroll_mv .mv_circle_text {
  width: 100%;
  -webkit-animation: text_rotate 12s linear infinite;
          animation: text_rotate 12s linear infinite;
}

#main_visual .scroll_mv .mv_scroll_object {
  width: 44px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#main_visual .mv_news_container {
  background: #FAFAFA;
  width: 45%;
  height: 80px;
  padding: 0 85px 0 2.5%;
  border-radius: 0 17px 17px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  z-index: 6;
  -webkit-transform: translateY(200%);
          transform: translateY(200%);
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_news_container {
    height: 55px;
    padding: 0 60px 0 2.5%;
  }
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container {
    padding: 0 45px 0 2.5%;
    border-radius: 0 8px 8px 0;
  }
}

@media screen and (max-width: 600px) {
  #main_visual .mv_news_container {
    width: calc(100% - 20%);
    padding: 0 60px 0 2.5%;
    bottom: 10px;
    -webkit-transform: translateY(250%);
            transform: translateY(250%);
  }
}

#main_visual .mv_news_container.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#main_visual .mv_news_container:hover .hover_wide_btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 1024px) {
  #main_visual .mv_news_container:hover .hover_wide_btn {
    right: 15px;
  }
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container:hover .hover_wide_btn {
    width: 25px;
    height: 25px;
    right: 10px;
  }
}

@media screen and (max-width: 600px) {
  #main_visual .mv_news_container:hover .hover_wide_btn {
    right: 15px;
  }
}

#main_visual .mv_news_container:hover .hover_wide_btn:before {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#main_visual .mv_news_container .mv_news_text {
  width: 100%;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#main_visual .mv_news_container .mv_news_text .date {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

#main_visual .mv_news_container .mv_news_text .loop_text_container {
  width: 80%;
  margin-left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

#main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text {
  padding-right: 20px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text {
    font-size: 14px;
  }
}

#main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text:nth-of-type(1) {
  -webkit-animation: loop 30s -15s linear infinite;
          animation: loop 30s -15s linear infinite;
}

#main_visual .mv_news_container .mv_news_text .loop_text_container .loop_text:nth-of-type(2) {
  -webkit-animation: loop2 30s linear infinite;
          animation: loop2 30s linear infinite;
}

#main_visual .mv_news_container .hover_wide_btn {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

@media screen and (max-width: 767px) {
  #main_visual .mv_news_container .hover_wide_btn {
    right: 20px;
  }
}

#main_visual .mv_news_container .hover_wide_btn:before {
  content: "";
  background: #3FADE2;
  width: 30px;
  height: 30px;
  display: block;
  border-radius: 50px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#main_visual .mv_news_container .hover_wide_btn:after {
  content: "";
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -50%);
  transform: translate(-52%, -50%);
}

@-webkit-keyframes text_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

@keyframes text_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
  }
}

/******************************/
/* swiper TOPのみ制御 */
/******************************/
.swiper-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  z-index: -1;
}

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

.swiper-container .swiper-wrapper .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  height: calc(100vh);
}

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

.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: 767px) {
  .swiper-container .swiper-wrapper .swiper-slide .slider_block {
    height: calc(80vh);
  }
}

@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 */
/* ------------- */
.img_slider img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
}

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

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

.tp_sec01 .contents_wrap {
  max-width: 1440px;
}

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

@media screen and (max-width: 1024px) {
  .tp_sec01 .contents_wrap {
    padding: 0 30px;
  }
}

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

.tp_sec01 .tp01_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_sec01 .tp01_flex {
    display: block;
  }
}

.tp_sec01 .tp01_flex .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 100px;
}

@media screen and (max-width: 767px) {
  .tp_sec01 .tp01_flex .txtbox {
    margin-right: 0;
  }
}

.tp_sec01 .tp01_flex .txtbox h3 {
  font-weight: bold;
  margin-bottom: 30px;
}

.tp_sec01 .tp01_flex .imgbox {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .tp_sec01 .tp01_flex .imgbox {
    width: 100%;
    margin-top: 30px;
  }
}

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

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

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

.tp_sec03 .contents_wrap {
  max-width: 1440px;
}

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

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

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

.tp_sec03 .sec03_layaut_box .layaut_box_li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .tp_sec03 .sec03_layaut_box .layaut_box_li {
    display: block;
    margin-bottom: 40px;
  }
}

.tp_sec03 .sec03_layaut_box .layaut_box_li:last-child {
  margin-bottom: 0;
}

.tp_sec03 .sec03_layaut_box .layaut_box_li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.tp_sec03 .sec03_layaut_box .layaut_box_li:nth-child(even) .imgbox {
  width: 55%;
  margin-right: 0;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .tp_sec03 .sec03_layaut_box .layaut_box_li:nth-child(even) .imgbox {
    width: 100%;
    margin-left: 0;
  }
}

.tp_sec03 .sec03_layaut_box .layaut_box_li:nth-child(even) .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tp_sec03 .sec03_layaut_box .layaut_box_li .imgbox {
  width: 55%;
  margin-right: 50px;
}

@media screen and (max-width: 767px) {
  .tp_sec03 .sec03_layaut_box .layaut_box_li .imgbox {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.tp_sec03 .sec03_layaut_box .layaut_box_li .txtbox {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

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

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

.tp_sec03b h4 {
  font-weight: bold;
  color: #3B664F;
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .tp_sec03b h4 {
    font-size: 17px;
  }
}

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

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

.tp_sec03c h4 {
  font-weight: bold;
  color: #3B664F;
  font-size: 22px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .tp_sec03c h4 {
    font-size: 17px;
  }
}

.tp_sec04 {
  background-color: #F1F2EA;
  position: relative;
  z-index: 1;
}

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

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

.tp_sec05 .contents_wrap {
  padding-bottom: 60px;
  border-bottom: solid 2px #3FADE2;
}

/* -------------- */
/* グローバルナビ */
/* ------------- */
/*
.header_drawer_toggle .gnav-trg span,
.header_drawer_toggle .gnav-trg::before,
.header_drawer_toggle .gnav-trg::after {
  background-color:#fff;
}
*/

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