@charset "utf-8";
/* ===================================================================
//CSS information

// file name  :  5min.css
// style info :  スタイル指定
=================================================================== */
@media screen and (min-width:835px) {
  /* PC */
  #mv-mainVisual{height: calc( 100vh - 180px);}  
}

.mv_slider,
.mv_slider .slick-list,
.mv_slider .slick-track{height: 100%;}

.mv_slider .slick-dots{background: #fff; bottom: 0 !important; padding: 5px 0; height: 33px;}
.mv_slider .slick-dots li button{}
.mv_slider .slick-dots li button:before{color: #000 !important;}
.slick-dots li:first-child{ display: none;}

.slick-slide img{width:auto;}

/* 共通 */
.sliderWrap{position: relative;}
.mv_message_image{background: #ccc; height: 74%; position: relative;}
.mv_message_area{background: #000; height: calc(26% - 33px);}
.mv_message_image .container{height: 100%;}
.mv_message_area .container{height: 100%;}

@media screen and (max-width: 1200px){
  .sliderWrap .container{width: 100%; box-sizing: border-box;}
}
.mv_message_image .cap{position: absolute; right: 0; bottom: 0; font-size: .8em; color: #fff;
  line-height: 1.2; padding: 5px; margin: 0;
  background: rgba(0,0,0,0.6);}

.slick-slide .mv_message_text span{position: relative; bottom: auto; right: auto; background:none;
  font-size: inherit; line-height: 1.2; padding: 0; color: #fff;}
.mv_message_wrap{display: flex; flex-wrap: wrap; justify-content: space-between; padding-top: 0; align-items: center; height: 100%;}
.mv_message_wrap .mv_message_theme{width: 27%; text-align: center; display: flex;}
.mv_message_wrap .mv_message_theme p{font-size: 100px; line-height: 1; letter-spacing: 8px; color: #fff; padding: 0 36px; position: relative; margin-bottom: 0; text-shadow: 5px 5px 2px rgb(0 0 0 / 40%); font-weight: bold;}
.mv_message_wrap .mv_message_theme p::before{content: ""; width: 30px; height: 30px;
  border-left: solid 4px #fff; border-top: solid 4px #fff;
  position: absolute; top: 0; left: 0;
}
.mv_message_wrap .mv_message_theme p::after{content: ""; width: 30px; height: 30px;
  border-right: solid 4px #fff; border-bottom: solid 4px #fff;
  position: absolute; bottom: 0; right: 0;
}
.mv_message_wrap .mv_message_balloon{width: 9%; display: flex; align-items: center;}
.mv_message_wrap .mv_message_balloon img{width: auto;}
.mv_message_wrap .mv_message_text{width: 64%; text-align: left;}
.mv_message_wrap .mv_message_text h2{text-align: left; font-size: 32px; line-height: 1; letter-spacing: 0; margin-bottom: 0;
  display: flex; align-items: center; height: 100%;}

.facility_bk{background: url(../../../img/pages/top/slide/bg_01.png);}

@media screen and (max-width: 1200px){
  .mv_message_wrap{padding-top: 2vw;}
  .mv_message_wrap .mv_message_theme p{font-size: 7.5vw; display: flex; align-items: center;}
  .mv_message_wrap .mv_message_text{padding-left: 10px;}
  .mv_message_wrap .mv_message_text h2{font-size: 2.6vw;}
}
@media screen and (max-width: 991px){
  .mv_message_wrap{padding-top: 0;}
  .mv_message_wrap .mv_message_theme{width: 100%; justify-content: center; margin: 14px 0;}
  .mv_message_wrap .mv_message_balloon{width: 12%;}
  .mv_message_wrap .mv_message_text{width: 88%;}
  .mv_message_wrap .mv_message_text h2{font-size: 3.2vw;}
  .mv_message_wrap .mv_message_text h2 span{line-height: 1.8;}
}
/*SP版*/
@media screen and (max-width: 767px){
  .mv_message_image{height: 65%;}
  .mv_message_area{height: calc(35% - 33px);}
  .mv_message_image .cap{top: 0; left: 0; right: auto; bottom: auto;}
	.mv_message_wrap{ align-content: center;}
	.mv_message_wrap .mv_message_theme{ margin: 14px 0 9px;}
  .mv_message_wrap .mv_message_theme p{font-size: 10vw;}
  .mv_message_wrap .mv_message_theme p::before,
  .mv_message_wrap .mv_message_theme p::after{width: 15px; height: 15px; border-width: 2px 2px;}
  .mv_message_wrap .mv_message_text h2{font-size: 4vw;}
  .mv_message_wrap .mv_message_text h2 span{line-height: 1.2;}
}



/* mv_sliderWrap_01 */
.mv_sliderWrap_01{background: url(../../../img/pages/top/slide/pc_mainVisual_01.jpg) no-repeat center center; background-size: cover;}
.mv_slider01_textBox{position: absolute; top: 50%; left: 0; transform: translateY(-50%); padding-left: 51vw; text-align: left;}
.mv_slider01_textBox img{width: auto;}

#mv-mainVisual .pc_only{ display: block;}
#mv-mainVisual .sp_only{ display: none;}

/* mv_sliderWrap_06 */
.mv_sliderWrap_06{
	background: url(../../../img/pages/top/slide/pc_mainVisual_06.jpg) no-repeat center center; background-size: cover;
	display: flex!important; align-items: center;}
.mv_sliderWrap_06 .mv_slider06_textBox{ position: relative; top: -23px;}
.mv_sliderWrap_06 .mv_slider06_textBox img{ max-width: 85%; width: 100%; margin: 0 auto;}

#mv-mainVisual .pc_only{ display: block;}
#mv-mainVisual .sp_only{ display: none;}

.mv_sliderWrap_06 p.cap{
	position: absolute; 
	bottom: 33px; 
	font-size: .8em; 
	color: #fff;
	line-height: 1.2; 
	padding: 5px; 
	margin: 0;
	background: rgba(0,0,0,0.6);
	left: 0;
	right: auto;}

/* mv_sliderWrap_07 */
.mv_sliderWrap_07{background: url(../../../img/pages/top/slide/pc_mainVisual_07.jpg) no-repeat left center; background-size: cover;}
.mv_sliderWrap_07 p.cap{
	position: absolute;
    right: 0;
    bottom: 33px;
    font-size: .8em;
    color: #fff;
    line-height: 1.2;
    padding: 5px;
    margin: 0;
    background: rgba(0,0,0,0.6);}


/* SP版 */
@media screen and (max-width: 767px) and (max-height:870px){}
@media screen and (max-width: 767px){
  .mv_sliderWrap_01{background: url(../../../img/pages/top/slide/sp_mainVisual_01.jpg) no-repeat center center; background-size: cover;}
	#mv-mainVisual .pc_only{ display: none;}
	#mv-mainVisual .sp_only{ display: block;}
	
	.mv_slider01_textBox_sp{ position: relative; height: 100%;}
	.mv01_heading-txt{ position: absolute; top: 2%; width: 90%; left: 50%; transform: translatex(-50%);}
	.mv01_txt{ position: absolute; bottom: 33px; width: 70%; right: 2%;}
	
	.mv_sliderWrap_06{background: url(../../../img/pages/top/slide/sp_mainVisual_06.jpg) no-repeat center center; background-size: cover;}
	.mv_sliderWrap_06 .mv_slider06_textBox img{ max-width: 100%; margin: 0 auto;}
	
	.mv_sliderWrap_07{background: url(../../../img/pages/top/slide/sp_mainVisual_07.jpg) no-repeat left center; background-size: cover;}
	.mv_sliderWrap_07 p.cap{ right: auto; left: 0;}
}

@media screen and (max-width: 385px){
.mv_sliderWrap_06 p.cap{
	font-size: .6em;}
}

/* 2枚目 */
.mv_sliderWrap_02{}
.mv_sliderWrap_02 .mv_message_image{background: url(../../../img/pages/top/slide/pc_mainVisual_02.jpg) no-repeat center center; background-size: cover;}
.mv_sliderWrap_02 .mv_message_area{
  background: #025590;
  background: -moz-linear-gradient(left,  #025590 0%, #0074af 100%);
  background: -webkit-linear-gradient(left,  #025590 0%,#0074af 100%);
  background: linear-gradient(to right,  #025590 0%,#0074af 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#025590', endColorstr='#0074af',GradientType=1 );
}
.mv_sliderWrap_02 .mv_slider02_facility{position: absolute; top: 0; bottom: 0; left: 0; 
  max-width: 400px; width: 100%; padding: 20px;
  display: flex; justify-content: center;}
.mv_sliderWrap_02 .mv_slider02_facility .mv_slider02_facility_inner{height: 100%; display: flex; align-items: center;}

@media screen and (max-height:870px){
  .mv_sliderWrap_02 .mv_slider02_facility img{height: 100%; width: auto;}
}
@media screen and (max-width: 991px){
  .mv_sliderWrap_02 .mv_slider02_facility{max-width: 330px;}
}

/* SP版 */
@media screen and (max-width: 767px) and (max-height:870px){
  .mv_sliderWrap_02 .mv_slider02_facility img{height: auto; width: auto;}
}
@media screen and (max-width: 767px){
  .mv_sliderWrap_02 .mv_slider02_facility{top: auto; right: 0; max-width:inherit; padding: 15px;}
  .mv_sliderWrap_02 .mv_message_image{background: url(../../../img/pages/top/slide/sp_mainVisual_02.jpg) no-repeat center center; background-size: cover;}
}


/* 3枚目 */
.mv_sliderWrap_03{}
.mv_sliderWrap_03 .mv_message_image{background: url(../../../img/pages/top/slide/pc_mainVisual_03.jpg) no-repeat center center; background-size: cover;}
.mv_sliderWrap_03 .mv_message_area{
  background: #00734c;
  background: -moz-linear-gradient(left,  #00734c 0%, #029261 100%);
  background: -webkit-linear-gradient(left,  #00734c 0%,#029261 100%);
  background: linear-gradient(to right,  #00734c 0%,#029261 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00734c', endColorstr='#029261',GradientType=1 );
}
.mv_sliderWrap_03 .mv_message_image .cap{left: 0; right: auto;}

.mv_sliderWrap_03 .mv_slider03_facility{position: absolute; top: 0; bottom: 0; right: 0; 
  max-width: 400px; width: 100%; padding: 20px;
  display: flex; justify-content: center;}
.mv_sliderWrap_03 .mv_slider03_facility .mv_slider03_facility_inner{height: 100%; display: flex; align-items: center;}

@media screen and (max-height:870px){
  .mv_sliderWrap_03 .mv_slider03_facility img{height: 100%; width: auto;}
}
@media screen and (max-width: 991px){
  .mv_sliderWrap_03 .mv_slider03_facility{max-width: 330px;}
	.mv_sliderWrap_03 .mv_message_image{background: url(../../../img/pages/top/slide/sp_mainVisual_03.jpg) no-repeat center center; background-size: cover;}
}

/* SP版 */
@media screen and (max-width: 767px) and (max-height:870px){
  .mv_sliderWrap_03 .mv_slider03_facility img{height: auto; width: auto;}
}
@media screen and (max-width: 767px){
  .mv_sliderWrap_03 .mv_slider03_facility{top: auto; right: 0; max-width:inherit; padding: 15px;}
}

/* 4枚目 */
.mv_sliderWrap_04{}
.mv_sliderWrap_04 .mv_message_image{background: url(../../../img/pages/top/slide/pc_mainVisual_04.jpg) no-repeat center center; background-size: cover;}
.mv_sliderWrap_04 .mv_message_area{
  background: #f26024;
  background: -moz-linear-gradient(left,  #f26024 0%, #eb7744 100%);
  background: -webkit-linear-gradient(left,  #f26024 0%,#eb7744 100%);
  background: linear-gradient(to right,  #f26024 0%,#eb7744 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f26024', endColorstr='#eb7744',GradientType=1 );
}

.mv_sliderWrap_04 .mv_slider04_facility{position: absolute; bottom: 0; left: 0; padding: 20px;}

/* SP版 */
@media screen and (max-width: 767px){
  .mv_sliderWrap_04 .mv_slider04_facility{right: 0; text-align: center; padding: 15px;}
	.mv_sliderWrap_04 .mv_message_image{background: url(../../../img/pages/top/slide/sp_mainVisual_04.jpg) no-repeat center center; background-size: cover;}
}

/* 5枚目 */
.mv_sliderWrap_05{}
.mv_sliderWrap_05 .mv_message_image{background: url(../../../img/pages/top/slide/pc_mainVisual_05.jpg) no-repeat top center; background-size: cover;}
.mv_sliderWrap_05 .mv_message_area{
  background: #cb9501;
  background: -moz-linear-gradient(left,  #cb9501 0%, #f7bd01 100%); 
  background: -webkit-linear-gradient(left,  #cb9501 0%,#f7bd01 100%);
  background: linear-gradient(to right,  #cb9501 0%,#f7bd01 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb9501', endColorstr='#f7bd01',GradientType=1 );
}

.mv_sliderWrap_05 .mv_slider05_facility{position: absolute; left: 0; top: 50%; transform: translateY(-50%);}

@media screen and (max-width: 1024px) and (max-height:1366px){
	.mv_sliderWrap_05 .mv_slider05_facility{ top: 100%; transform: translateY(-100%);}
}

/* SP版 */
@media screen and (max-width: 767px){
  .mv_sliderWrap_05 .mv_slider05_facility{right: 0; bottom: 0; top: auto; transform: translateY(0); padding: 10px;}
	.mv_sliderWrap_05 .mv_slider05_facility img{ margin: 0 auto; width: 70%;}
	.mv_sliderWrap_05 .mv_message_image{background: url(../../../img/pages/top/slide/sp_mainVisual_05.jpg) no-repeat center center; background-size: cover;}
}



/*========= 流れるテキスト ===============*/

/*全共通*/

.slick-active .slide-in {
	overflow: hidden;
    display: inline-block;
}

.slick-active .slide-in_inner {
	display: inline-block;

}

/*左右のアニメーション*/
.slick-active .leftAnime{
    opacity: 0;/*事前に透過0にして消しておく*/
}

.slick-active .slideAnimeLeftRight {
	animation-name:slideTextX100;
	animation-duration:2s;
	animation-fill-mode:forwards;
    opacity: 0;
}

@keyframes slideTextX100 {
  from {
	transform: translateX(-100%); /*要素を左の枠外に移動*/
        opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slick-active .slideAnimeRightLeft {
	animation-name:slideTextX-100;
	animation-duration:2s;
	animation-fill-mode:forwards;
    opacity: 0;
}


@keyframes slideTextX-100 {
  from {
	transform: translateX(100%);/*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
	transform: translateX(0);/*要素を元の位置に移動*/
    opacity: 1;
  }
}

/*========= フェードアップ ===============*/
.slick-active .fadeUp{
animation-name:fadeUpAnime;
animation-duration:1.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.slick-active .fadeUp02{
animation-name:fadeUpAnime;
animation-duration:1.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/* 2023リニューアル */
#mv-mainVisual .flex{display: flex; flex-wrap: wrap;}
.sliderWrap{padding-bottom: 30px;}
.sliderWrap .mv_catch_copy{
  text-align: left; margin: 0; font-weight: bold; line-height: 1.5;
  color: #fff; text-shadow: 0 1px 4px #000;
}
.sliderWrap_inner{height: 100%;}
.sliderWrap span{font-size: 0.6em;}

/* mv_access_appeal */
#mv_access_appeal .sliderWrap_inner{justify-content: space-between;}
.access_ap_img{width: 70%; height: 100%; position: relative;
  background: url(../../../img/pages/top/slide/new/mv_access_img_pc.jpg) no-repeat center top; background-size: cover;}
.access_ap_text{width: 30%; height: 100%;
  display: flex; justify-content: center; align-items: center;
}

/* mv_access_concept */
#mv_access_concept .sliderWrap_inner{justify-content: space-between;}
.concept_ap_img{width: 60%; height: 100%; position: relative;
  background: url(../../../img/pages/top/slide/pc_mainVisual_08.jpg) no-repeat center top; background-size: cover;}
.concept_ap_text{width: 40%; height: 100%;
  display: flex; justify-content: center; align-items: center;
}

@media screen and (max-width: 768px){
  .access_ap_img{width: 100%; height: 50%;}
  .access_ap_text{width: 100%; height: 50%; text-align: center;}
  .access_ap_text picture{height: 100%; padding: 20px 0;}
  .access_ap_text img{width: auto; max-width: 100%; height: 100%;}

  .concept_ap_img{width: 100%; height: 44%;}
  .concept_ap_text{width: 100%; height: 50%; text-align: center;}
  .concept_ap_text picture{height: 100%; padding: 20px 0;}
  .concept_ap_text img{width: auto; max-width: 100%; height: 100%;}
}

/* mv_location_appeal */
#mv_location_appeal{position: relative;}
#mv_location_appeal .mv_catch_copy{
  font-size: 2.5vw;
  position: absolute; bottom: 30px; right: 0; z-index: 2; transform: translate(-2%, -50%);
}
#mv_location_appeal .sliderWrap_inner{flex-direction: row-reverse;}
.location_ap_img_big{width: 70%; height: 100%; position: relative;
  background: url(../../../img/pages/top/slide/new/mv_location_img_big.jpg) no-repeat center top; background-size: cover;}
.location_ap_img_list{width: 30%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.location_ap_img_box{width: 100%; height: calc(100% / 3); position: relative;}
.location_ap_img_box:nth-child(1){
  background: url(../../../img/pages/top/slide/new/mv_location_img01.jpg) no-repeat center bottom; background-size: cover;
}
.location_ap_img_box:nth-child(2){
  background: url(../../../img/pages/top/slide/new/mv_location_img02.jpg) no-repeat center top; background-size: cover;
}
.location_ap_img_box:nth-child(3){
  background: url(../../../img/pages/top/slide/new/mv_location_img03.jpg) no-repeat center top; background-size: cover;
}

@media screen and (max-width: 767px){
  #mv_location_appeal .mv_catch_copy{
    font-size: 5vw;
    bottom: 50%; transform: translateY(-30px) translate(-4%, -30%);
  }
  .location_ap_img_big{width: 100%; height: 50%;}
  .location_ap_img_list{width: 100%; height: 50%; flex-direction:row;}
  .location_ap_img_box:nth-child(1){width: 100%; height: 60%;}
  .location_ap_img_box:nth-child(2){width: 50%; height: 40%;}
  .location_ap_img_box:nth-child(3){width: 50%; height: 40%;}
}

/* mv_publicspace_appeal */
#mv_publicspace_appeal{position: relative;}
#mv_publicspace_appeal .mv_catch_copy{
  font-size: 1.8vw;
  position: absolute; top: 0; left: 0; z-index: 2; transform: translate(2%, 50%);
}
#mv_publicspace_appeal .mv_catch_copy b{font-size: 150%;}
.publicspace_ap_img_big{width: 50%; height: 100%; position: relative;
  background: url(../../../img/pages/top/slide/new/mv_publicspace_img_big.jpg) no-repeat center top; background-size: cover;}
.publicspace_ap_img_list{width: 50%; height: 100%; display: flex; flex-wrap: wrap;}
.publicspace_ap_img_box{position: relative;}
.publicspace_ap_img_box:nth-child(1){width: 100%; height: 60%;
  background: url(../../../img/pages/top/slide/new/mv_publicspace_img01.jpg) no-repeat center bottom; background-size: cover;}
.publicspace_ap_img_box:nth-child(2){width: 50%; height: 40%;
  background: url(../../../img/pages/top/slide/new/mv_publicspace_img02.jpg) no-repeat center bottom; background-size: cover;}
.publicspace_ap_img_box:nth-child(3){width: 50%; height: 40%;
  background: url(../../../img/pages/top/slide/new/mv_publicspace_img03.jpg) no-repeat center bottom; background-size: cover;}

@media screen and (max-width: 767px){
    #mv_publicspace_appeal .mv_catch_copy{
      font-size: 4vw;
       transform: translate(4%, 20%);
    }
    #mv_publicspace_appeal .mv_catch_copy b{font-size: 130%;}
    .publicspace_ap_img_big{width: 100%; height: 50%;}
    .publicspace_ap_img_list{width: 100%; height: 50%;}
}

/* mv_support_appeal */
#mv_support_appeal{position: relative;}
#mv_support_appeal .mv_catch_copy{
  font-size: 1.8vw;
  position: absolute; bottom: 30px; right: 0; z-index: 2; transform: translate(2%, -50%);
}
#mv_support_appeal .mv_catch_copy b{font-size: 150%;}
#mv_support_appeal .sliderWrap_inner{flex-direction: row-reverse;}
.support_ap_img_big{width: 70%; height: 100%; position: relative;
  background: url(../../../img/pages/top/slide/new/mv_support_img_big.jpg) no-repeat center center; background-size: cover;}
.support_ap_img_list{width: 30%; height: 100%; display: flex; flex-wrap: wrap; flex-direction: column;}
.support_ap_img_box{width: 100%; height: 50%; position: relative;}
.support_ap_img_box:nth-child(1){
  background: url(../../../img/pages/top/slide/new/mv_support_img01.jpg) no-repeat center top; background-size: cover;}
.support_ap_img_box:nth-child(2){
  background: url(../../../img/pages/top/slide/new/mv_support_img02.jpg) no-repeat center top; background-size: cover;}

@media screen and (max-width: 767px){
  #mv_support_appeal .mv_catch_copy{
    font-size: 4vw;
    bottom: 60%; transform: translateY(-30px) translate(2%, -35%);
  }
  #mv_support_appeal .mv_catch_copy b{font-size: 130%;}
  .support_ap_img_big{width: 100%; height: 40%;
    background: url(../../../img/pages/top/slide/new/mv_support_img_big_sp.jpg) no-repeat center center; background-size: cover;}
  .support_ap_img_list{width: 100%; height: 60%;}
}


/* mv_sliderWrap_08 */
.mv_sliderWrap_08{position: relative;}
.slide8_bk{width: 100%; height: 100%;
  background: url(../../../img/pages/top/slide/pc_mainVisual_08.jpg) no-repeat center center; background-size: cover;}
.slide8_copy_01{position: absolute; top: 0; left: 20px; height: 77%; display: flex; align-items: center;}
.slide8_copy_02{width: 100%; height: 20%; background: #fff; display: flex; justify-content: center; align-items: center; flex-direction: column; text-align: center;}
.slide8_copy_02 h3{text-align: center; color: #333; font-size: 35px; margin-bottom: 0;}
.sliderWrap .slide8_copy_02 span{position: static; background: none; color: #9d021d; font-size: 100%; font-weight: bold; padding-right: 10px;}
.sliderWrap .slide8_copy_02 p{margin-bottom: 0; font-size: 30px; line-height: 1.2;}

@media screen and (max-width: 1530px){
  .slide8_copy_01{width: 35vw;}
}
@media screen and (max-width: 1220px){
  .slide8_copy_02 h3{font-size: 3.5vw;}
}
@media screen and (max-width: 768px){
  .slide8_bk{height: 100%;
    background: url(../../../img/pages/top/slide/sp_mainVisual_08.jpg) no-repeat center center; background-size: cover;}
  .slide8_copy_01{height: auto; top: 20px; width: 50vw;}
  .slide8_copy_02{height: 30%;}
  .slide8_copy_02 h3{font-size: 24px;}
  .sliderWrap .slide8_copy_02 span{display: block; padding-right: 0; line-height: 1.5;}
  .sliderWrap .slide8_copy_02 p{font-size: 22px;}
}

@media screen and (max-width: 400px){
  .slide8_copy_01{width: 55vw;}
}

