@charset "utf-8";
/* CSS Document */

/*==================================================
mv
================================================== */



.mv-page{
    margin-top: 120px;
    background-color: #007193;
    text-align: center;
    color: #fff;
    padding: 25px 0;
}

.mv-title{
    font-size: 32px;
    display: block;
}

.mv-title small{
    display: block;
    font-size: 14px;
    letter-spacing: 0.08em;
}

#top-slider ul li{
    height: 80vh;
}

#top-slider ul li img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.mv-copy{
    position: absolute;
     top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: block;
    width: 100%;
    font-size: 38px;
    color: #fff;
    z-index: 1 !important;
    font-weight: normal;
     text-shadow: 1px 1px 12px rgba(2, 81, 105, 0.9);
}

.mv-copy img{
    width: 92%;
}

.flex-direction-nav{
    display: none;
}

.flex-control-nav{
    bottom: -50px !important;
}




@media only screen and (max-width: 1024px) {	

.mv-copy{
    font-size: 32px;
}
    
}

@media screen and (max-width: 1024px) and (orientation: portrait){

#top-slider ul li{
    height: 54vh;
}
  
}
    



@media only screen and (max-width: 940px) {
    
#top-slider{

}    

.mv-copy{
    font-size: 24px;
}

.mv-page{
    margin-top: 60px;
}

.mv-title{
    font-size: 24px;
}

}

@media screen and (max-width: 768px) and (orientation: portrait){   
    
    
}

@media only screen and (max-width: 599px) {



.mv-copy img{
    width: 96%;
} 

.mv-page{
    padding: 16px 0;
}  

.mv-title{
    font-size: 5.8vw;
} 
    
}


/*==================================================
下層ページ共通
================================================== */

.tate-scroll-line{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 5px;
    background-color: #8fa7c0;
    transition: 1.5s;
    content: "";
}

.tate-scroll-line.expand{
    height: 100%;
}

.contents-line{
    position: relative;
    padding: 10px 0 10px 25px;
}

.box-left-line{
    display: flex;
}

.left-line{
    position: relative;
    width: 1px;
}

.left-line::before{
    position: absolute;
    width: 1px;
    height: 0;
    top: 0;
    left: 0;
    background-color: #64beb9;
    transition: 1.5s;
    content: "";
}

.left-line.expand::before{
    height: 100%;
}

.contents-left-line{
    padding: 30px 0 30px 30px;
}

.txt{
    line-height: 2.2;
}

.txt p{
    margin-bottom: 35px;
}

.txt-att{
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
	text-align: justify;
}

.txt-lead{
    font-size: 22px;
}

.img-float-r{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 32%;
}

.img-float-r-big{
    float: right;
    margin: 0 0 20px 50px;
    vertical-align: bottom;
    width: 47%;
}

.img-t{
    width: 240px !important;
}

.pic-line{
    background-color: #dcf5ff;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 60px;
    height: 460px;
    width: 100%;
}

.page-head{
    width: 900px;
    background-color: #fff;
    margin: 0 auto;
    padding: 35px 50px;
    box-sizing: border-box;
    position: relative;
    top: -80px;
}

.page-head p{
    line-height: 2.2;
    text-align: justify;
}

.txt-head{
    font-size: 32px;
    margin: 0 0 25px;
    letter-spacing: 0.05em;
    line-height: 1.8 !important;
    font-weight: 500;
}

.txt-head small{
    display: block;
    font-size: 50%;
    padding-top: 20px;
    text-indent: -8px;
}

.pic{
    position: relative;
    margin: 50px 0;
}

.pic img{
    vertical-align: bottom;
}
.box-flex{
    display: flex;
}

.link-txt-r{
    text-align: right;
}


@media only screen and (max-width: 1024px) {

.pic-line{
    height: 410px;
}
    
    
}


@media only screen and (max-width: 768px) {

.tate-scroll-line{
    left: 3px;
}

.contents-left-line{
    padding: 20px 0 20px 20px;
}

.txt{
    line-height: 2.0;
}

.txt-lead{
    font-size: 20px;
    line-height: 1.8;
}

.img-float-r{
    width: 35%;
    margin-left: 30px;
}

.img-float-r-big{
    width: 50%;
    margin-left: 30px;
}

.pic{
    margin: 30px 0;
}

.pic-line{
    top: 50px;
    height: 290px;
}

.page-head{
    width: 84%;
    padding: 25px 30px;
    top: -60px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 24px;
}

}

@media only screen and (max-width: 599px) {

.txt{
    line-height: 1.8;
}

.txt p{
    margin-bottom: 25px;
}

.txt-att{
    font-size: 10px;
}

.txt-lead{
    font-size: 18px;
    line-height: 1.6;
}

.img-float-r{
    display: block;
    width: 60%;
    float: none;
    margin: 15px auto 20px;
}

.img-float-r-big{
    display: block;
    width: 80%;
    float: none;
    margin: 15px auto 20px;
}

.img-t{
    width: 100% !important;
}

.pic-line{
    top: 30px;
    height: 130px;
}

.page-head{
    width: 84%;
    padding: 15px 20px;
    top: -50px;
}

.page-head p{
    line-height: 2.0;
}

.txt-head{
    font-size: 4.6vw;
}

.txt-head small{
    font-size: 70%;
    padding-top: 10px;
    text-indent: -5px;
}
    
}

/*==================================================
top-mission
================================================== */

#top-mission{
    background:url("../images/bg_top_mission.webp") no-repeat right top;
    background-size: 25%;
}

#top-mission .txt{
    padding: 50px 0 80px;
}

.top-mission{
    vertical-align: bottom;
    width: 80%;
}

@media only screen and (max-width: 1024px) {

#top-mission{
    background:url("../images/bg_top_mission.webp") no-repeat right top;
    background-size: 35%;
}

#top-mission .txt{
    padding: 20px 0 50px;
}

.top-mission{
    width: 95%;
}
    
}

@media only screen and (max-width: 767px) {

#top-mission{
    background:url("../images/bg_top_mission.webp") no-repeat right top;
    background-size: 45%;
}

#top-mission .txt{
    padding: 0 0 30px;
}
    
}


/*==================================================
top-service
================================================== */

#top-service{
    text-align: center;
}

#top-service > p{
    margin-bottom: 50px;
}

.box-top-service{
    width: calc(100%/2);
    padding: 25px;
    color: #fff;
    background-color: #14456b;
}

#top-service-01{
    background-color: #6988a1;
}

#top-service-02{
    background-color: #4f6e86;
}

#top-service-03{
    background-color: #35536a;
}

.box-top-service h3{
    display: block;
    font-size: 21px;
}

.box-top-service h3 small{
    display: block;
    text-align: right;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-size: 13px;
}

.box-top-service img{
    vertical-align: bottom;
    margin-bottom: 12px;
}

.box-top-service p{
    text-align: left;
}


@media only screen and (max-width: 1024px) {

.box-top-service h3{
    font-size: 1.2rem;
    line-height: 1.3;
}
    
    .box-top-service h3 small{
        margin-top: 15px;
    }


    
}


@media only screen and (max-width: 767px) {
    
    #top-service .box-flex{
        flex-wrap: wrap;
    }
    
.box-top-service{
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
}

.box-top-service h3{
    font-size: 5vw;
}
    
}

/*==================================================
gallery
================================================== */

#gallery p{
    margin-bottom: 65px;
    text-align: center;
}


#gallery {
  width: 100%;
  overflow: hidden;
}

.slide-track {
  display: flex;
  width: calc(200px * 34); /* 画像×2 の枚数 */
  animation: scroll 35s linear infinite;
}

.slide-logo {
    width: 200px;
    flex-shrink: 0;
    padding: 0 3px;
}

.slide-logo img {
    width: auto;
    height: 47px;
  display: block;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-200px * 17)); /* 複製元分だけ動く */
  }
}

/* 768px以下 */
@media (max-width: 1024px) {
  .slide-logo {
    width: 180px;
  }
  .slide-track {
    width: calc(180px * 34);
    animation: scroll768 32s linear infinite;
  }
  @keyframes scroll768 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-180px * 17));
    }
  }

.slide-logo img {
    height: 42px;
}
}

/* 599px以下 */
@media (max-width: 599px) {
  .slide-logo {
    width: 150px;
  }
  .slide-track {
    width: calc(150px * 34);
    animation: scroll599 34s linear infinite;
  }
  @keyframes scroll599 {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-150px * 17));
    }
  }

#gallery p{
    margin-bottom: 45px;
    text-align: center;
}

.slide-logo img {
    height: 38px;
}
}

/*==================================================
insights
================================================== */

#insights .box-flex > article{
    width: calc(100%/3);
    border-top: 5px solid #14456b;
    color: #14456b;
    padding: 15px 10px;
}

#insights .box-flex > article:nth-child(2){
    margin-left: 25px;
    margin-right: 25px;
}

.meta-insights{
    display: flex;
    font-size: 14px;
}

.meta-insights > span{
    width: calc(100%/2);
}

.category{
    text-align: right;
}

.box-insights h3{
    display: block;
    margin: 15px 0;
    font-size: 21px;
    font-weight: normal;
}



@media only screen and (max-width: 1024px) {

.box-insights h3{
    font-size: 1.4rem;
    line-height: 1.4;
}
    
}

@media only screen and (max-width: 599px) {
    
    #insights .box-flex{
        flex-wrap: wrap;
    }

#insights .box-flex > article{
    width: 100%;
    border-top: 4px solid #14456b;
    padding: 12px 7px 20px;
}

#insights .box-flex > article:nth-child(2){
    margin-left: 0;
    margin-right: 0;
}

.meta-insights{
    font-size: 13px;
}
    
}


/*==================================================
profile
================================================== */

#profile{
    background:url("../images/profile.png") no-repeat top right;
    background-size: cover;
    color: #fff;
    padding: 21vw 0 21vw 5vw;
}

#profile article{
    width: 50%;
    line-height: 2.5;
}

#profile article .title-contents{
    text-align: left;
}

#profile article .title-contents span{
    margin: 10px 0 ;
    border-color: #fff;
}

#profile article .title-contents small{
    font-size: 20%;
}

@media only screen and (max-width: 1024px) {

#profile{
    background:url("../images/profile.png") no-repeat top right;
    background-size: 100%;
    padding: 8.5vw 0 16vw 5vw;
}

#profile article{
    width: 90%;
    line-height: 2.0;
}

#profile article .title-contents{
    margin-bottom: 30px;
}
    
    #profile article p{
        margin-bottom: 0;
    }
    
    #profile .link-txt-r{
        text-align: left;
    }
    
}

@media only screen and (max-width: 900px) {

#profile article p span{
    display: none;
}

#profile article{
    width: 90%;
    line-height: 1.8;
}
    
    #profile article p{
        font-size: 13px;
    }

#profile article .title-contents{
    margin-bottom: 10px;
}
    
}


@media only screen and (max-width: 599px) {

#profile article .title-contents{
    font-size: 10vw;
}

#profile{
    background:url("../images/profile.png") no-repeat top right;
    background-size: cover;
    padding: 14vw 0 16vw 5vw;
}

#profile article{
    width: 95%;
    line-height: 1.7;
}
#profile article p{
    margin: 0;
} 

#profile article .title-contents span{
    margin: 10px 0 15px;
    width: 30px;
}

#profile article .title-contents small{
    display: none;
}   
}




/*==================================================
g-map
================================================== */

#g-map{
    width: 100%;
    height: 380px;
}

#g-map iframe{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}


@media only screen and (max-width: 1024px) {

#g-map{
    height: 30vw;
}
    
}


@media only screen and (max-width: 767px) {

#g-map{
    height: 70vw;
}
    
}



/*==================================================
ページリスト(.PageList)
================================================== */

.PageList {text-align:center; clear: both; margin-top: 50px; position: relative; padding-top: 50px;}
.PageList ul {}
.PageList ul li {display: inline-block; margin: 0 5px 20px 0;}
.PageList ul li.now { /* 現在のページ */}
.PageList ul li a,
.PageList ul li.active a{
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%; 
    text-decoration: none; 
	background: #fff;
	color: #222;
	line-height: 1;
	font-size: 17px;
}

.PageList ul li.active a{
	pointer-events: none;
}

.PageList ul li.pagelist-dot a{
	pointer-events: none;
}

.PageList ul li.link-prev a,
.PageList ul li.link-next a{
	background: #dde9f4;
}
.PageList ul li a, 
.PageList ul li a:link, 
.PageList ul li a:visited {}
.PageList ul li.active a,
.PageList ul li a:hover{
    background: #dde9f4;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 260px;
	top: 50px;
	left: 0;
}

.btn-pagelist a.btn.btn-next{
	left: inherit;
	right: 0;
}

@media (max-width: 1100px) {

.PageList {margin-top: 0; padding-top: 50px;}
.PageList ul{margin-bottom: 50px;}
.PageList ul li {display: inline-block; margin: 0 1px 10px 0;}
.PageList ul li a,
.PageList ul li.active a{
    width: 40px;
    height: 40px;
	font-size: 12px;
}
	
.btn-pagelist{
    padding-top: 20px;
}

.btn-pagelist a.btn{
	position: absolute;
	width: 45%;
	top: inherit;
	bottom: 0;
	left: 0;
}
}



/*==================================================
accordion
================================================== */


dl.accordion dt{
	width: 420px;
	margin: 0 auto;
    cursor:pointer;
	text-align: center;
}

dl.accordion dt.open{
}

dl.accordion dt:hover{
    cursor:pointer;
}


dl.accordion dt:after{
}

dl.accordion dt.open:after{
}

 
dl.accordion dd {
    display:none; 
	padding: 60px 50px 0;
}

dl#contents-seibun dd{
	padding: 0 ;
}

dl.accordion dt span{
}

dl.accordion dt.open span{
}

dl.accordion dt p{
}




@media only screen and (max-width: 480px) {


dl.accordion dt{
	width: 100%;
}
	
dl.accordion dd {
    display:none; 
	padding: 35px 20px 0;
}	
	
	
}




/*==================================================
wp page navi
================================================== */

.wp-pagenavi {text-align:center; clear: both; position: relative; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    text-decoration: none;
	color: #cd63a8;
	line-height: 1;
	font-size: 17px;
	margin: 0 5px 20px 0;
    border-radius: 50%;
}


.wp-pagenavi span.current,
.wp-pagenavi a:hover{
    background: #cd63a8;
	color: #fff;
}

@media (max-width: 768px) {

.wp-pagenavi{margin-top: 0; padding-top: 50px;}
.wp-pagenavi span,
.wp-pagenavi a{
    width: 40px;
    height: 40px;
	font-size: 12px;
	margin: 0 5px 10px 0;
}
}


/*==================================================
news
================================================== */

#news{

    margin-top: 0;
}


@media only screen and (max-width: 768px) {


    
}

@media only screen and (max-width: 599px) {
    
#news{

    margin-top: 35px;
}    


    
    
}


/*==================================================
news-list
================================================== */


#news-list{
    
}

.ul-newslist{
    list-style: none;
    margin-bottom: 30px;
}

.ul-newslist li{
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}


.news-date{
    display: flex;
    align-items: center;
}



.ul-newslist li a,
.ul-newslist li p{
    width: 100%;
    margin-left: 35px;
    box-sizing: border-box;
}

@media only screen and (max-width: 599px) {


#news-list{
    
}

.ul-newslist li{
    padding: 10px 0;
    flex-wrap: wrap;
}


.ul-newslist li a,
.ul-newslist li p{
    width: 100%;
    padding-top: 6px;
    margin-left: 10px;
}
    
}



/*==================================================
news-detail
================================================== */

#news-detail{
    padding-bottom: 150px;
}

#news-body img{
    vertical-align: bottom;
    margin-bottom: 35px;
}



#news-bottom{
	position: relative;
	border-top: 1px solid #cd63a8;
	border-bottom: 1px solid #cd63a8;
	height: 80px;
    margin-top: 100px;
}

#news-bottom a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	text-decoration: none !important;
	position: relative;
	padding: 18px 30px;
	line-height: 1;
	letter-spacing: 0.08em;
    color: #cd63a8 !important;
}

#news-bottom a:hover{
    text-decoration: underline !important;
}


#news-bottom > a,
#news-bottom span{
	position: absolute;
	top: 15px;
}

#news-bottom a.btn-back{
	left: 0;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 170px;;
}

@media only screen and (max-width: 1024px) {

    
}

@media only screen and (max-width: 768px) {

#news-detail{
    padding-top: 100px;
    padding-bottom: 100px;
}
    
}

@media only screen and (max-width: 599px) {


#news-bottom{
	position: relative;
	padding: 0 ;
	height: 80px;
    margin-top: 50px;
}
	
#news-bottom span a{
	font-size: 13px;
	padding: 0;
	width: 100%;
}	

#news-bottom a.btn,
#news-bottom span{
	top: 30px;
	width: 30%;
	padding: 0;
	text-align: center;
	font-size: 12px;
}

#news-bottom a.btn-back{
	position: absolute;
	top: 34px;
	left: 0;
	width: 30%;
	margin: 0;
	box-sizing: border-box;
    padding: 0;
    font-size: 12px;
}

#news-bottom span.btn-next{
	right: 0;
}

#news-bottom span.btn-prev{
	right: 33%;
}

#news-body img{
    margin-bottom: 25px;
}

	
}



/*==================================================
mv
================================================== */
  .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

  .l-section {
    border-top: 1px solid #eee;
  }
  .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  [class*=swiper]:focus {
    outline: none;
  }

  .slide-media,
  .thumb-media {
    position: relative;
    overflow: hidden;
  }
  .slide-media img,
  .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }


  .swiper-button-prev, .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }
  .swiper-button-prev::before, .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }
  .swiper-button-prev::after, .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }
  .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

  .mv02 {
  }
  .mv02 .l-inner {
    padding-bottom: 0;
  }
  .mv02 .swiper-pagination {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto;
  }
  .mv02 .swiper-pagination-bullet {
    display: block;
    width: 1.6rem;
    height: 2px;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    background-color: #fff;
  }
  .mv02 .swiper-pagination-bullet:not(:first-child) {
    margin-top: 1.6rem;
  }
  .mv02 .swiper-pagination-bullet-active {
    width: 4rem;
    background-color: var(--color-theme);
  }
  .mv02 .swiper-fade .swiper-slide {
    -webkit-transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, -webkit-transform !important;
    transition-property: opacity, transform !important;
    transition-property: opacity, transform, -webkit-transform !important;
    pointer-events: none;
  }
  .mv02 .swiper-fade .swiper-slide-active {
    pointer-events: auto;
  }
  .mv02 .slide {
    display: grid;
    place-content: center;
    height: 80vh;
    padding: 0 2rem;
    text-align: center;
  }
  .mv02 .slide-media {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mv02 .slide-media img {
    -webkit-transition: 7s 1s linear;
    transition: 7s 1s linear;
    -webkit-transform: translateX(-1.5%) scale(1.1);
            transform: translateX(-1.5%) scale(1.1);
  }
  .mv02 .slide-title, .mv02 .slide-text, .mv02 .slide-link {
    -webkit-animation: 2s var(--easing) both;
            animation: 2s var(--easing) both;
    opacity: 0;
      opacity: 1;
  }
  .mv02 .slide-title {
    font-size: 4.8rem;
    line-height: 1.4;
      color: #fff;
  }
  .mv02 .slide-text {
    font-size: 1.4rem;
    margin: 2rem 0 0;
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
    color: #fff;
  }
  .mv02 .slide-link {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .mv02 .slide-button {
    font-size: 1.2rem;
    font-weight: bold;
    display: inline-block;
    color: var(--color-theme);
  }
  .mv02 .slide-button::before {
    display: inline-block;
    width: 6rem;
    height: 1px;
    margin: -2px 1.6rem 0 0;
    content: "";
    vertical-align: middle;
    background-color: currentColor;
  }
  .mv02 .swiper-slide[class*=-active] .slide-media img {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateX(1.5%) scale(1.05);
            transform: translateX(1.5%) scale(1.05);
  }
  .mv02 .swiper-slide.anm-started .slide-title,
  .mv02 .swiper-slide.anm-started .slide-text,
  .mv02 .swiper-slide.anm-started .slide-link {
    -webkit-animation-name: mv02-fadeIn;
            animation-name: mv02-fadeIn;
  }
  .mv02 .swiper-slide.anm-finished .slide-title,
  .mv02 .swiper-slide.anm-finished .slide-text,
  .mv02 .swiper-slide.anm-finished .slide-link {
    -webkit-animation-name: mv02-fadeOut;
            animation-name: mv02-fadeOut;
  }

  @-webkit-keyframes mv02-fadeIn {
    0% {
      -webkit-transform: translateY(6rem);
              transform: translateY(6rem);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes mv02-fadeIn {
    0% {
      -webkit-transform: translateY(6rem);
              transform: translateY(6rem);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
  }
  @-webkit-keyframes mv02-fadeOut {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-6rem);
              transform: translateY(-6rem);
      opacity: 0;
    }
  }
  @keyframes mv02-fadeOut {
    0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
      opacity: 1;
    }
    100% {
      -webkit-transform: translateY(-6rem);
              transform: translateY(-6rem);
      opacity: 0;
    }
  }

  @media only screen and (max-width: 1024px) {
    html {
      -webkit-text-size-adjust: 100%;
    }
    .l-inner {
      padding: 0 4rem;
    }
    .pc {
      display: none !important;
    }
    .mv02 {
      margin-bottom: 8rem;
    }
    .mv02 .slide {
      height: max(70vh, 70vw);
    }
    .mv02 .slide-title {
      font-size: 4rem;
    }
    .mv02 .slide-text {
      font-size: 1.6rem;
      margin: 3.2rem 0;
    }
  }
  @media only screen and (max-width: 599px) {
    html {
      font-size: 50%;
    }
    .pc-tab {
      display: none !important;
    }
  }
  @media only screen and (min-width: 1025px) {
    .tab-sp {
      display: none !important;
    }
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }
  @media only screen and (max-width: 599px) {

  .mv02 .slide-title {
    font-size: 7vw;
  }
  }


/*==================================================
contact-bottom
================================================== */

#contact-bottom{
    background-color: #14456b;
    color: #fff;
    text-align: center;
    padding: 35px 0 70px;
}

#contact-bottom .title-contents span{
    border-color: #fff;
}

#contact-bottom p{
    line-height: 2.0;
    margin-bottom: 35px;
}


@media only screen and (max-width: 767px) {
    
    #contact-bottom .contents-area{
        width: 94%;
    }
    
    #contact-bottom .title-contents{
        font-size: 14.2vw;
    }

#contact-bottom{
    padding: 25px 0 40px;
}
    
}

