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

*{
margin: 0px;
padding: 0px;
}

body{
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 400;
  font-style: normal;
	background:#fff;
    line-height: 2.0;
    color:#000;
    font-size:18px;
    font-size-adjust: none;
    -webkit-font-size-adjust: none;
    position: relative;
	overflow-x: hidden;
}

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

body{
    font-size:16px;
	overflow-x: hidden;
}
    
}

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

body{
    font-size:15px;
	overflow-x: hidden;
}
    
}

.en-min{
    font-family: "Times New Roman", Times, "serif";
}

.fw-b{
	font-family: 'Anton', sans-serif;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
}

.en-thin {
  font-family: "Libre Baskerville", serif;
  font-weight: 400;
  font-style: normal;
}

.en {
    letter-spacing: 0.08em;
}

.min{
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}



@media only screen and (max-width: 599px) {
	html{overflow-x: hidden;}
body{
    overflow: hidden;
    min-width: initial;
	font-size: 14px;
	max-width: 100%;
}


}

img{
	border:0;
	outline:none;
	image-rendering: -webkit-optimize-contrast;
	max-width: 100%;
}

.img-hover-big{
	display: block;
    overflow: hidden;
}

.img-hover-big img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    transition: 0.5s;
}

.img-hover-big:hover img{
    transform: scale(1.2);
}

a{
    transition: all 0.3s ease;
}

a:hover img.hover-alp{
filter: alpha(opacity=70); -moz-opacity:0.70; opacity:0.70;
    transition: .5s;
}

a:link, a:visited{color:#656769; text-decoration: none;}
a:hover{color:#111; text-decoration:underline;}

a.txt-black:link, a.txt-black:visited{color: #222; text-decoration: none;}
a.txt-black:hover{color: #999; text-decoration: underline;}

a.txt-blue01:link, a.txt-blue01:visited{color: #008cd6; text-decoration: none;}
a.txt-blue01:hover{color: #005799; text-decoration: underline;}

a.txt-blue02:link, a.txt-blue02:visited{color: #005799; text-decoration: none;}
a.txt-blue02:hover{color: #008cd6; text-decoration: underline;}

.clearfix:after{
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}

.clearfix {
min-height: 1px;
}

* html .clearfix{
height: 1px;
/*\*//*/
height: auto;
overflow: hidden;
/**/
}

p{margin:0 0 25px; }

.cb{clear:both;}


/*==================================================
page-top
================================================== */

#page-top{position:fixed; bottom:20px; right:20px; z-index: 50;}

#page-top a{
    background: #fff;
    display: inline-block;
    width:78px;
    height: 78px;
    border-radius: 50%;
    transition: 0.5s;
    text-decoration: none !important;
    color: #aeb8ca !important;
    cursor: pointer;
    border: 1px solid #aeb8ca;
	text-align: center;
}

#page-top a:hover{
    background: #aeb8ca;
}

/*@keyframes slideyy{
  from {height: 31px; bottom: 58px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 20px; }
}*/

#page-top a::before{
    /*animation-name: slideyy;
    animation-duration: 1s;*/
    content: "";
    position: absolute;
    bottom: 7px;
    left: 40px;
    margin: auto;
    width: 1px;
    height: 26px;
    background: #aeb8ca;
    transition: .4s;
}

@keyframes slidey{
  from {height: 20px; bottom: 7px;}
  50% {height: 75px; bottom: 7px; }
  to {height: 29px; }
}

#page-top a:hover::before{
    animation-name: slidey;
    animation-duration: 1s;
    background: #fff;
    bottom: 58px;
    height: 29px;
}

/*@keyframes slideyyy{
  from {bottom: 79px;}
  50% {bottom: 79px; }
  to {bottom: 25px; }
}*/

#page-top a::after{
    /*animation-name: slideyyy;
    animation-duration: 1s;*/
    content: "";
    display: block;
    position: absolute;
    bottom: 25px;
    left: 37px;
    margin: auto;
    width: 6px;
    height: 6px;
    border-left: 1px solid #aeb8ca;
    transform: rotate(135deg);
    transition: .4s;
}

#page-top a:hover::after{
    bottom: 79px;
    border-left: 1px solid #fff;
}


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

#page-top a:hover{
    background: #fff;
}

#page-top a:hover::before{
    animation:none;
    background: #aeb8ca;
    bottom: 7px;
    left: 40px;
    height: 26px;
}
	
	#page-top a::after{
		bottom: 26px;
	}

#page-top a:hover::after{
    bottom: 26px;
    border-left: 1px solid #aeb8ca;
}	
	
}




@media only screen and (max-width: 768px) {
    
#page-top{bottom:20px; right:15px; }


#page-top a{
    width:58px;
    height: 58px;
}

#page-top a:hover{
    background: #fff;
}

#page-top a::before{
    animation: none;
    left: 30px !important;
    height: 24px !important;
    background-color: #aeb8ca !important;
}

#page-top a:hover::before{
    left: 30px;
    height: 24px;
}

#page-top a::after{
    animation: none;
    bottom: 24px;
    left: 27px;
    width: 6px;
    height: 6px;
}

#page-top a:hover::after{
    bottom: 24px;
}	
    
    
}






img{
border:0;
outline:none;
}


.sp-only{display: none !important ;}
@media only screen and (max-width: 599px) {
.sp-only{display: inline !important;}
.pc-only{display: none !important ;}
}
.br-tab {
	display: none;
}

  .br-pc { display:block; }
  .br-sp { display:none; }

@media screen and (max-width: 768px){	
  .br-pc { display:none; }
  .br-tab { display:block; }
}
@media screen and (max-width: 599px){	
  .br-tab { display:none; }
  .br-sp { display:block; }
}

/*==================================================
ボタン
================================================== */

.btn-area{
    text-align: center;
	padding: 75px 0 35px;
}

.btn{
    background: #fff;
    color: #000 !important;
    cursor: pointer;
    padding: 14px 0;
    display: block;
	transition: 0.5s;
    text-decoration: none !important;
    position: relative;
	text-align: center;
    border: 1px solid #000;
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    box-sizing: border-box;
}

.btn:hover{
    background: #000;
    color: #fff !important;
}

.btn::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
	right: 20px;
    margin: auto;
    width: 20px;
    height: 1px;
    background: #000;
    transition: .8s;
}
.btn::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 22px;
    margin: auto;
    width: 9px;
    height: 9px;
    border-bottom: 1px solid #000;
    transform: rotate(-135deg);
    transition: .8s;
}

.btn:hover::before{
    background: #fff;
}

.btn:hover::after{
    border-color: #fff;
}



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


    
}



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

.btn{
    padding: 12px 0 12px 20px;
    text-align: left;
	font-size: 18px;
}   

.btn-y{
    font-size: 15px;
}


	
}


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

.btn-area{
	padding: 35px 0 25px;
}

.btn{
    text-align: center;
    padding: 10px 0;
}
    


	
}

/*==================================================
全体コンテンツエリア
================================================== */

.contents-area{
    width: 1024px; 
    margin-left: auto; 
    margin-right: auto; 
    position: relative;
}

.sec{
	padding-top: 150px;
}

.bg-w{
	background: #fff;
}

.sec-grey{
	background: #e9e9e9;
}


.contents-sec{
	width: 1060px;
	vertical-align: top;
}

.page-contents{
	margin-top: 85px;
}

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

.contents-area{
    width: 90%; 
}

.sec{
	padding-top: 120px;
}
	
}


@media only screen and (max-width: 768px) {
    
.sec{
	padding-top: 75px;
}

.page-contents{
	margin-top: 70px;
}


	
}

@media (max-width: 599px) {

.sec{
	padding-top: 50px;
}
	


.contents-area{
    width: 86%; 
}
  
}


/*==================================================
タイトル
================================================== */

.title-contents{
    display: block;
	font-size: 24px;
	line-height: 1.0;
	position: relative;
	margin-bottom: 50px;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.title-contents small{
	display: block;
	font-size: 60%;
	font-weight: normal;
}

.title-basic{
    display: block;
    font-size: 54px;
    line-height: 1.4;
    letter-spacing: 0.08em;
    margin-bottom: 50px;
    font-weight: 500;
}




@media only screen and (max-width: 768px) {
	
.title-contents{
	font-size: 21px;
	margin-bottom: 35px;
}

.title-basic{
    font-size: 41px;
    margin-bottom: 35px;
}




	
}


@media only screen and (max-width: 599px) {
	
.title-contents{
	font-size: 6.4vw;
	margin-bottom: 35px;
    line-height: 1.2;
}


.title-basic{
    margin-bottom: 30px;
    font-size: 7.8vw;
	line-height: 1.5;
}


	
}





/*==================================================
header
================================================== */

header{
	width: 100%;
	height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	/*z-index: 99999;
	position: fixed;
	top: 0;
	transition: top 300ms;*/
}

#site-title img{height: 60px; vertical-align: middle; }




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

header{
	height: 80px;
}
    
#site-title img{height: 50px;  }
  
    
}


@media (max-width: 900px) {

header{
	height: 70px;
}
    
#site-title img{height: 40px;  }



}


@media (max-width: 599px) {

header{
	height: 60px;
}
    
#site-title img{height: 42px;  }
    
    

}


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

body.no-scroll{
    overflow: hidden;
    height: 100vh;
}

#mv-top{
    width: 100%;
    height: 100vh;
    transition: opacity 1.5s ease;
    position: fixed;
    top: 0;
    left: 0;
}
#mv-top.fade-out{
    opacity: 0;
    pointer-events: none;
}

.mv-video{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

.mv-top-logo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    height: auto;
    z-index: 1;

    filter: brightness(0) invert(1);

    opacity: 0;
    animation: fadeInLogo 3s ease forwards;
    animation-delay: 1s;
}

@keyframes fadeInLogo {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

#header-top{
    position: relative;
    opacity: 0;
    transition: opacity 1.5s ease;
}

#header-top.fade-in{
    opacity: 1;
}

.img-mv-top{
    height: calc(100vh - 100px - 6vw);
    padding: 10px 30px 0 ;
}

.img-mv-top img{
    width: 100%;
    height: 100%;
    vertical-align: bottom;
    object-fit: cover;
}

#mv-copy{
    position: absolute;
    bottom: -5vw;
    left: 0;
    font-size: 4vw;
    z-index: 1;
    padding-left: 3%;
}

#mv-copy p{
    margin: 0;
    display: flex;
    width: 100%;
    line-height: 1;
    height: 5vw;
    align-items: center;
    color: #fff;
    font-weight: 500;
}

#mv-copy p:last-child{
    color: #111;
}



#mv-copy p{
    opacity: 0;
    filter: blur(10px);
}

/* 1つ目 */
#header-top.fade-in #mv-copy p:nth-child(1){
    animation: fadeUp 3s ease forwards;
    animation-delay: 0.5s;
}

/* 2つ目 */
#header-top.fade-in #mv-copy p:nth-child(2){
    animation: fadeUp 3s ease forwards;
    animation-delay: 1.2s;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        filter: blur(10px);
    }
    to {
        opacity: 1;
        filter: blur(0);
    }
}





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


#mv-top{
} 

.img-mv-top{
    padding: 10px 20px 0 ;
    height: calc(100vh - 80px - 6vw);
}     
    

    
}

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


#mv-top{

}  
   

  
}
    



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


	

}

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

   
    
    
}

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

}  

.img-mv-top{
    height: calc(100vh - 65px - 22.5vw);
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
}   

#mv-copy{
    bottom: -20.5vw;
    font-size: 7.4vw;
    padding-left: 5%;
}  
    
    #mv-copy p{
        height: auto;
        line-height: 1.4;
    }

.mv-top-logo{
    width: 80%;
}


    
}

/*==================================================
footer
================================================== */

footer{
	clear: both;
    text-align: center;
    padding: 30px 0 30px;
    font-size: 13px;
}

@media (max-width: 599px) {	
    
    
	
}



/*==================================================
list
================================================== */

.ul-3cols{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	list-style: none;
}

.ul-3cols li{
	width: calc(100%/3);
}


.ul-check{
    list-style: none;
}

.ul-check li{
    background:url("../images/icn_check.svg") no-repeat center left;
    background-size: 28px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1;
}

.ol-basic, .ul-basic{
    margin-left: 20px;
}

.ol-basic li{
    margin-bottom: 12px;
}

.ul-basic{
    list-style: circle;
}

.ul-delay li:nth-child(2){transition-delay: 200ms;}
.ul-delay li:nth-child(3){transition-delay: 400ms;}


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

.ul-check li{
    background-size: 24px;
    padding: 5px 0 5px 38px;
    margin-bottom: 10px;
    font-size: 18px;
}
    
}



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

ul.ul-3cols{
	display: block;
}

ul.ul-3cols li{
	width: 100%;
}

.ul-check li{
    background-size: 20px;
    padding: 5px 0 5px 28px;
    margin-bottom: 6px;
    font-size: 15px;
    line-height: 1.5;
}

.ul-delay li:nth-child(2){transition-delay: 0ms;}
.ul-delay li:nth-child(3){transition-delay: 0ms;}    
	
}

/*==================================================
fc
================================================== */

.fc-keycolor{
    color: #49bbba;
}


.fc-blue{color: #8fa7c0 !important;}
.fc-green{color: #7fbc03 !important;}




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

.box-flex{
    display: flex;
}

.box-l{
    width: 45%;
}

.box-r{
    width: 55%;
    position: relative;
}

.title{
    display: block;
    font-size: 42px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: 500;
}

.title span{
    display: block;
}


.title-tate{
    writing-mode: vertical-rl;
}

.box-img-b{
    width: 100%;
    aspect-ratio: 1 / 1;
    background-color: #000;
}

.fade-in-img img{
    width: 100%;
    vertical-align: bottom;
}


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

    
    
}


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

.title{
    font-size: 32px;
}


}

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

.title{
    font-size: 7vw;
}

    
}


/*==================================================
cta
================================================== */

.cta{
    padding: 100px 0;
    text-align: center;
}

.cta p strong{
    font-size: 32px;
    font-weight: 600;
}

.cta ul{
    display: flex;
    list-style: none;
    margin: 0 auto 25px;
    padding: 0;
}

.cta ul li{
    flex: 1;
    margin-right: 20px;
}
.cta ul li:last-child{
    margin-right: 0;
}

#cta-02 h2{
    text-align: left;
    margin-bottom: 75px;
}

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

.cta{
    padding: 50px 0;
    text-align: center;
}

.cta p strong{
    font-size: 28px;
}
    
    .cta p{
        margin-bottom: 15px;
    }

.cta ul{
    margin: 0 auto 20px;
}

#cta-02 h2{
    margin-bottom: 40px;
}
    
}


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

.cta p strong{
    font-size: 6vw;
}

.cta ul{
    display: block;
}

.cta ul li{
    flex: none;
    margin: 0 auto 15px;
    width: 100%;
}
    
#cta-02{
    padding-top: 250px;
}

#cta-02 h2{
    margin-bottom: 30px;
}
    
}


/*==================================================
section-01
================================================== */

.contents{
    padding-top: 15vw;
    background-color: #fff;
}

#section-01 .box-l{
    display: flex;
    justify-content: center;
}

#pic-01{
    width: 74%;
    position: absolute;
    bottom: 25px;
    right: -50px;
}

#section-01 .txt-en{
    padding: 50px 0 0;
}

#sec01-02{
    padding-top: 80px;
}

#sec01-02 .box-l{
    display: block !important;
}

#box-img-05{
    width: 80%;
    position: relative;
}

#pic-09{
    position: absolute;
    width: 85%;
    top: 15px;
    right: -20%;
    z-index: 1;
}

#sec01-02 .txt-en{
    padding-left: 25px !important;
}




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


#pic-01{
    right: -4%;
}
   
}



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

.contents{
    padding-top: 40vw;
}

#pic-01{
    width: 90%;
    bottom: 5vw;
    right: -4%;
}

#section-01 .box-img-b{
    width: 90%;
}

#section-01 .txt-en{
    padding: 25px 0 0;
}

#sec01-02{
    padding-top: 30px;
}
    #sec01-02.box-flex{
        display: block;
    }
    #sec01-02 .box-l{
        width: 70%;
    }
    
#pic-09 {
    width: 87%;
    top: 25px;
    right: -30%;
}

#sec01-02 .txt-en{
    padding-top: 0 !important;
}
    #sec01-02 .box-r{
        width: 100%;
        padding-top: 50px;
    }
    
}


/*==================================================
section-img01
================================================== */

#section-img01{
    padding-bottom: 100px;
}

#section-img01 img{
    width: 100%;
    vertical-align: bottom;
}


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

#section-img01{
    padding-bottom: 50px;
}

}

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

#section-img01{
    padding: 35px 0;
}
    
}


/*==================================================
section-02
================================================== */

#section-02{
}

.txt{
    padding: 50px 0 0;
}

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

.txt p:nth-child(2){transition-delay: 100ms;}
.txt p:nth-child(3){transition-delay: 200ms;}
.txt p:nth-child(4){transition-delay: 300ms;}

#box-img-02{
    width: 30%;
    position: absolute;
    bottom: 350px;
    left: 0;
    padding: 30px 0 0 30px;
    box-sizing: border-box;
}

#pic-02{
    width: 92%;
    position: absolute;
    top: 0;
    left: 0;
}

#box-img-03{
    width: 30%;
    text-align: center;
    margin-left: 55%;
    position: relative;
    margin-top: 150px;
}

#pic-03{
    width: 84%;
    position: absolute;
    top: 25px;
    left: -45px;
}


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

.txt{
    padding: 35px 0 0;
}

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

#box-img-03{
    width: 30%;
    margin-left: 60%;
    margin-top: 100px;
}

}

@media only screen and (max-width: 599px) {
    
    #section-02{
        padding-bottom: 50px;
    }

#section-02 .box-flex{
    display: block;
}
    
#section-02 .box-l{
    width: 100%;
}

#section-02 .box-r{
    width: 100%;
    padding-top: 35px;
    margin-left: 5%;
}

#section-02 .box-r p{
    width: 92%;
    text-align: justify;
}

.txt{
    padding: 25px 0 0;
}

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

#box-img-02{
width: 70%;
        position: absolute;
        bottom: -235px;
        left: 0;
        padding: 30px 0 0 60px;
        box-sizing: border-box;
}

#pic-02{
    width: 92%;
    position: absolute;
    top: 0;
    left: 0;
}
    
    #pic-02 img{
        width: 92%;
        margin-left: 10%;
    }

#box-img-03{
width: 52%;
        margin-left: 48%;
        margin-top: 0;
}

#pic-03{
    width: 85%;
    position: absolute;
    top: 12px;
    left: -35px;
}
    
}


/*==================================================
section-img02
================================================== */

#section-img02{
    
}

#box-img-04 .box-img-b{
    width: 50%;
    margin-left: 50%;
    aspect-ratio: auto;
    height: 450px;
}

#pic-04{
    width: 70%;
    position: absolute;
    top: 0;
    left: 15%;
}

#section-img02 .txt-en{
    margin-top: 30px;
    text-align: right;
    width: 90%;
}


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

#box-img-04 .box-img-b{
    height: 40vw;
}
    
}


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

#box-img-04 .box-img-b{
    width: 70%;
    margin-left: 30%;
    height: 44vw;
}

#pic-04{
        width: 80%;
        left: 10%;
}

#section-img02 .txt-en{
    width: 100%;
}
    
}


/*==================================================
section-img03
================================================== */

#section-img03{
    padding: 25px 0;
    position: relative;
}

.pic-06{
    width: 42%;
    position: relative;
    z-index: 1;
}

.pic-07{
    width: 42%;
    position: absolute;
    z-index: 0;
    bottom: -6%;
    left: 3%;
}

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

#section-img03{
    padding: 0;
}

.pic-06{
    width: 65%;
}

.pic-07{
    width: 65%;
}
    
}

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

#section-img03{
    padding: 35px 0;
}

.pic-06{
    width: 74%;
}

.pic-07{
    width: 74%;
    bottom: 5%;
    left: 5%;
}
    
}


/*==================================================
section-03
================================================== */

#section-03{
    padding: 10px 0 0;
}

#section-03 h2{
    margin-left: 45%;
}

#section-03 .txt-en{
    padding-left: 15%;
    margin-top: 30px;
}

.pic-08{
    display: block;
    margin: 50px auto 30px;
    width: 55%;
    vertical-align: bottom;
}


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

#section-03{
    padding: 50px 0 0;
}

#section-03 h2{
    margin-left: 35%;
}

#section-03 .txt-en{
    padding-left: 0;
    margin-top: 20px;
}

.pic-08{
    width: 84%;
    margin-bottom: 5px;
}
    
}
















