@charset "utf-8";

/* -------------------
  common
------------------- */
section {
    background: #f3f3f3;
}

section .container{
    padding: 0 3em;
}

.container p{
    line-height: 1.8em;
}

#main .cover {
    background: url(../img/home/home_kv.jpg) no-repeat top center;
    background-size: cover;    
}

#header{
    background: rgba(0,0,0,0.1);
}

#kv {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0;
    background: rgba(0,0,0,0.1);
    display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    display: flex;
    flex: auto;
    -webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
    justify-content:flex-end;
    -webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
    align-content: center;
    align-items: center;

}

#kv .inner {
    width: 50vw;
    height: auto;
}

#kv #page-title {
    padding: 5% 2%;
    background: transparent;
}

#kv h2 span.en {
    font-size: 4.5rem;
    line-height: 1;
}

#kv p{
    color: #333;
}

@media screen and (max-width:799px) {
    #kv{
        height:auto;
    }
    #kv .inner {
        width: 100vw;
        margin-bottom: 50px;
    }
}

.link-btn{
    margin-bottom: 1%;
    text-align: center;
}

.more-btn a {
    margin: 0 0 0 auto;
	display: block;
	line-height: 60px;
	color: #fff;
	text-align: center;
	font-family: 'futura-c', sans-serif;
	font-size: 24px;
	letter-spacing: .05em;
	background: #696969;
	padding-right: 10px;
	position: relative;
}

.more-btn {
	width: 35vw;
    margin-left: 64vw;
}

.more-btn a:before {
	content: '';
	width: 73px;
	height:  100%;
	position: absolute;
	top: 0;
	right: 10px;
	background: url(../images/home/arrow-more.svg) no-repeat center center / 100% auto;
}
.more-btn a:hover {
	color: #fff;
	opacity: .9;
}

@media screen and (max-width:799px) {
    .heading._large{
        font-size: 1.8rem;
        padding-left: 7rem;
    } 
    .more-btn {
        width: 100%;
        margin: 0;
    }
	.more-btn a {
		display: block;
		line-height: 2;
		font-size: 20px;
		padding-right: 20px;
	}
	.more-btn a:before {
		content: '';
		width: 45px;
	}
}

/* -------------------
  news
------------------- */
#news-box {
    width: 100%;
}
#news-box article {
    align-items: center;
    background: #1a1a1a;
}
#news-box .column-2.leftbox {
    width: 10%;
}
#news-box .column-2.rightbox {
    width: 90%;
    padding: 3rem 4rem;
    background: #efefef;
}
#news-box a:hover{
    opacity: .7;
}
#news-box h3 {
    padding: 1rem;
    font-size: 1.5rem;
    color: #ffffff;
}

#news-box h3:before {
    content: none;
}

#news-box h3 small {
    padding: 0;
    font-size: 0.9rem;
    white-space: nowrap;
    line-height: 2em
}

#news-box dl{
    align-items: center;
}

#news-box dl dt,
#news-box dl dd {
    line-height: 1.6;
    margin-bottom: 1rem;
}

#news-box dt {
    width: 14%;
}

#news-box dd {
    width: 65%;
    margin-bottom: 1.5%;
}

#news-box dd.category {
    width: 18%;
    padding: 5px;
    margin-bottom: 1rem;
    font-size: 0.9rem;
    text-align: center;
    border: 1px solid #333;
}

#news-box dd.detail {
    padding-left: 2rem;
}
#news-box .more-btn{
    position: absolute;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: auto;
}

@media screen and (max-width:799px) {
    #news-box {
        position: relative;
        font: 1.1rem 'yugothic-m',san-serif;
    }
    #news-box article {
       display: block;
       display: -webkit-block;
	   display: -ms-block;
    }
    #news-box .column-2.leftbox {
        width: 100%;
    }
    #news-box .column-2.rightbox {
        width: 100%;
        padding: 2.5rem 3rem;
    }
    #news-box h3 {
        width: 100%;
    }

    #news-box dl{
        width: 100%;
    }
	#news-box dl dt,
	#news-box dl dd {
		width: 100%;
        margin: .5rem 0;
	}
    
	#news-box dl dt {
		position: relative;
	}
    
	#news-box dl dd {
		line-height: 1.4;
	}
    
    #news-box dd.category {
        width: 100%;
        margin: 0;
    }
    
    #news-box dd.detail {
        padding-left: 0;
    }

    #news-box .more-btn {
    position: static;
    width: 100%;
    height: auto;
    }
    
}


/* -------------------
  about
------------------- */

#about{
    background: url(../images/common/kv1.jpg) no-repeat;
    background-size: cover;
}

#about article{
    height: 100%;
    background: rgba(51,51,51,0.9);
}

#about article .heading._large{
    color: #fff;
}
#about article .heading._large:before{
    background: #fff;
}

#about article p{
    color: #fff;
}

/* -------------------
  footer
------------------- */
#footer {
    margin-top: 0;
}

