/*--------------------------*/
/*base
/*--------------------------*/
@font-face {  
    font-family: 'North Avellion';  
    src: url('../font/North\ Avellion.otf') format('opentype');
    src: url('../font/North\ Avellion.ttf')format('truetype');
    src: url('../font/North-Avellion.woff')format('woff');
    }
@font-face {  
    font-family: 'honoka shin mincho';  
    src: url('../font/Honoka_Shin_Mincho_L.otf') format('opentype');
    src: url('../font/Honoka_Shin_Mincho_L.ttf')format('truetype');
    src: url('../font/Honoka_Shin_Mincho_L.woff')format('woff');
    } 
html{
    font-size: 62.5%;
}
body{
    font-size: 1.6rem;
    color: #242424;
    line-height: 1;
    letter-spacing: .05em;
    font-family: 'source-han-serif-japanese', serif, 'honoka shin mincho';
}
img{
    width: 100%;
    vertical-align: bottom;
}
a{
    text-decoration: none;
    color: #242424;
    transition: .3s;
}
ul{
    list-style: none;
}
main{
    padding-top: 90px;
}
.grecaptcha-badge {
    visibility: hidden; 
}
/*セクション関連*/
.section-wrapper-container{
    max-width: 1000px;
    margin: 0 auto;
    padding: 110px 0;
}
.section-title-wrapper{
    margin-bottom: 60px;
}
.section-title{
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
    margin-bottom: 15px;
}
.section-title_en{
    font-family: 'Lora', serif;
    font-weight: 400;
    font-size: 1.7rem;
    text-align: center;
    color: #BCBCBE;
    display: flex;
    align-items: center;
    justify-content: center;   
}
.section-title_en::before,.section-title_en::after{
    content: "";
    border-top: 1px solid #BCBCBE;
    width: 10px;
}
.section-title_en::before{
    margin-right: 5px;
}
.section-title_en::after{
    margin-left: 5px;
}
.section-wrapper.section-bk{
    background-color: #F7F8F8;
}
/*back-btn*/
.back-btn{
    position: fixed;
    bottom: -20vh;
    right: 0;
}
.back-btn>a>span{
    display: block;
    font-family: 'North Avellion';
    font-size: 3.5rem;
    transform: skew(-15deg);
}
.back-btn::before{
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 270%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background: #C32323;
}
.back-btn:hover:before{
    animation: circlemove 1.6s ease-in-out infinite,
    circlemovehide 1.6s ease-in-out infinite;
}
.back-btn>a>span.absolute{
    color: #fff;
}
@keyframes circlemove{
    0%{bottom:150%;}
    100%{bottom:270%;}
}
@keyframes circlemovehide{
    0%{opacity:0}
    50%{opacity:0.9;}
    80%{opacity:1;}
    100%{opacity:0;}
}
.back-btn:after{
content:"";
position: absolute;
bottom: 150%;
left: 50%;
transform: translateX(-50%);
width: 1px;
height: 50px;
background:#C32323;
}
.absolute{
    color: #fff;
}
/*その他*/
.text-center{
    text-align: center;
}
.flex-rr,
.flex-rc{
    display: flex;
    justify-content: space-between;
}
.multi-lines{
    line-height: 2;
    margin-bottom: 50px;
    letter-spacing: normal;
}
.block-center{
    margin: 0 auto;
}
small{
    font-size: 85%;
    display: inline-block;
    margin-bottom: 10px;
}
.b{
    font-size: 120%;
}
.border{
    width: 100%;
    height: 2px;
    margin-bottom: 30px;
    background-color: #ebebec;
}
.about-text{
    line-height: 2.5;
}
/*--------------------------*/
/*header
/*--------------------------*/
/*header*/
.header{
    position: fixed;
    width: 100%;
    height: 90px;
    top: 0;
    left: 0;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    align-items: center;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 10;
}
.site-title{
    width: 255px;
    align-items: center;
    padding-left: 20px;
}
/*header_nav*/
.header-list{
    font-weight: bold;
    align-items: center;
}
.header-list>li{
    font-size: 1.4rem;
    margin-right: 25px;
    position: relative;
    transition: .3s;
}
.header-list>li:hover{
    opacity: 60%;
}
.header-list>li:first-of-type{
    display: none;
}
/*kent_link*/
.btn-img-wrapper{
    width: 25px;
    display: flex;
    z-index: 1;
}
.header-container>a:hover>.btn-img-wrapper{
    filter: invert();
    transition: .3s;
}
.header-btn-text{
    font-size: 1.3rem;
    text-align: center;
	font-weight: bold;
}
.header-container>a:hover>.header-btn-text{
    color: #fff;
    transition: .3s;
}
.header-nav, .header-container{
    height: 100%;
}
.header-nav>div>a{
    box-sizing: border-box;
    padding: 0 10px;
    align-items: center;
	justify-content: center;
    position: relative;
}
.header-nav>div>a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #EBEBEC;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s all;
    transform-origin: 50% 50%;
    z-index:-1;
}
.header-nav>div>a::after {
    content: "";
    background-color: #242424;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0, 1);
    transform-origin: 50% 50%;
    transition: .3s cubic-bezier(0.45, 0, 0.55, 1);
    z-index: -1;
}
.header-nav>div>a:hover::after {
    transform: scale(1,1);
}
/*burger-btn*/
.burger-btn{
    display: none;
}
/*--------------------------*/
/*mv
/*--------------------------*/
.mv-wrapper{
    position: relative;
}
.mv-img-wrapper{
    width: 80vw;
    height: calc(100vh - 90px);
    background-image: url(../images/hdmv-img.jpg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: auto;
}
.copy-wrapper{
    position: absolute;
    left: 10vw;
    top: 50%;
    transform: translateY(-50%);
}
.main-copy{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.main-copy-text{
    display: inline-block;
    background-color: #fff;
    padding: 20px;
    font-size: 50px;
    font-family: 'honoka shin mincho';
    margin-bottom: 30px;
    margin-left: 70px;
}
.sub-copy{
    font-family: 'North Avellion';
    font-size: 7rem;
    color: #c32323;
    transform: rotate(-15deg);
    margin-bottom: 80px;
}
.scrolldown{
    position:absolute;
    left:50%;
    bottom: 20px;
    height: 70px;
}
.scrolldown::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    height: 50px;
    background-color: #F7F8F8;
    animation: Pathmove 1.7s ease-in-out infinite;
    opacity: 0;
}
@keyframes Pathmove{
    0%{
        height: 0;
        top: 0;
        opacity: 0;
    }
    30%{
        height: 50px;
        opacity: 1;
    }
    100%{
        height: 0;
        top: 70px;
        opacity: 0;
    }
}
/*--------------------------*/
/*page
/*--------------------------*/
.page-title-wrapper{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.page-title{
    font-size: 4rem;
    font-weight: 400;
    color: #fff;
    position: relative;
}
.page-subtitle{
    font-family: 'North Avellion';
    font-size: 5rem;
    color: #D9D9D9;
    transform: rotate(-10deg);
    position: absolute;
    top: 80%;
    left: 80%;
    z-index: -1;
}
/*page*/
h3{
    font-size: 2rem;
    font-weight: 400;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
h3::after{
    content: '';
    width: 25px;
    border-bottom: 2px solid #BCBCBE;
    margin-top: 10px;
}
/*--------------------------*/
/*message
/*--------------------------*/
.message-bk{
    background-image: url(../images/message.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 0;
}
.white-bk{
    padding: 60px;
    background-color: rgba(255, 255, 255,0.5 );
}
.white-bk>div{
    opacity: initial;
}
.white-bk>div>.flex-rc{
    align-items: center;
}
.message-title{
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.message-title::after{
    content: '';
    width: 25px;
    border-bottom: 1px solid #242424;
    margin-top: 15px;
}
.section-container>span{
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.section-container>span:last-of-type{
    margin-bottom: 0;
}
.sign{
    display: block;
}
/*--------------------------*/
/*Kent Group
/*--------------------------*/
section#kentgroup{
    overflow: hidden;
}
.philosophy{
    display: flex;
    justify-content: center;
}
.philosophy>li{
    width: 24%;
    margin-right: 50px;
}
.philosophy>li:last-of-type{
    margin-right: 0;
}
.philosophy>li>span{
    display: block;
    font-size: 2rem;
    text-align: center;
    margin-bottom: 10px;
}
.philosophy>li>.multi-lines{
    display: inline-block;
    padding-top: 20px;
    border-top: 1px solid #242424;
    width: 100%;
}
.csr-bk{
    margin: 40px calc(50% - 50vw) 80px;
    width: 100vw;
    background-image: url(../images/csr_bk.jpg);
    background-size: cover;
    background-position: center;
    padding: 40px 0;
}
.csr-container{
    display: flex;
    justify-content: center;
}
.csr{
    align-items: center;
}
.csr>div{
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
.csr>div:last-of-type{
    margin-bottom: 0;
}
.csr>div>.multi-lines{
    margin-bottom: 0;
}
.csr>div>span{
    font-size: 1.8rem;
}
.csr>div>div{
    width: 6rem;
    height: 1px;
    margin: 0 20px;
    background-color: #242424;
}
.governance>span{
    display: block;
    font-size: 2.5rem;
    margin-bottom: 30px;
}
.governance>.multi-lines{
    margin-bottom: 0;
}
/*--------------------------*/
/*profile
/*--------------------------*/
tr{
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #EBEBEC;
}
tr:first-of-type{
    border-top: 1px solid #EBEBEC;
}
th{
    width: 50%;
    font-weight: 400;
    text-align: left;
    padding: 30px;
}
td{
    width: 100%;
    padding: 30px 0;
}
td>p{
    line-height: 2;
    overflow-wrap: break-word;
}
.profile-logo{
    margin-right: 20px;
}
/*--------------------------*/
/*footer
/*--------------------------*/
/*footer*/
.footer{
    background-color: #242424;
    padding: 80px 0 20px;
    color: #fff;
    align-items: stretch;
}
.footer-nav{
    max-width: 1000px;
    margin: 0 auto 90px;
    align-items: stretch;
}
.copy-right{
    font-size: 1.2rem;
}
/*footer_nav*/
.footer-list{
    width: 100%;
    margin-left: auto;
}
.footer-nav-wrapper{
    margin-right: 0;
}
.footer-list>li{
    margin-bottom: 40px;
    position: relative;
}
.footer-list>li:last-of-type{
    margin-bottom: 0;
}
.footer-list>li>a:hover{
    opacity: 60%;
}
.footer-list>li>a{
    color: #fff;
}
.subfooter-list>li>a{
    color: #fff;
    font-size: 1.4rem;
}
.footer-list>li::before{
    content: "";
    border-top: 1px solid #fff;
    width: 10px;
    position: absolute;
    top: 8px;
    left: -15px;
}
h1{
    margin: 120px auto 20px;
    font-weight: 400;
}
.footer>div{
    width: 350px;
    margin: 0 auto;
}
.copy-right{
    font-size: 1.1rem;
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    margin: 40px auto;
}
@media screen and (max-width: 950px) {
        main{
            padding-top: 8vh;
        }
        body.noscroll{
            overflow: hidden;
        }
        .flex-rc{
            display: block;
        }
        .header{
        height: 8vh;
        padding: 0;
        }
        .back-btn{
            display: none;
        }
        /*burger_btn*/
        .burger-btn{
            display: block;
            width: 8vh;
            height: 8vh;
            background-color: #C32323;
            z-index: 101;
            position: relative;
        }
        .bar{
            display: block;
            width: 60%;
            height: 2px;
            border-radius: 1px;
            background-color: #fff;
            z-index: 10;
            transition: .3s;
            position: absolute;
            left: 4vh;
            transform: translateX(-50%);
        }
        .bar_top{
            top: 2.5vh;
        }
        .bar_middle{
            top: 4vh;
        }
        .bar_bottom{
            top: 5.5vh;
        }
        .burger-btn.cross .bar_top{
            transform: rotate(45deg);
            top: 4vh;
            left: 1.5vh;
        }
        .burger-btn.cross .bar_middle{
            opacity: 0;
        }
        .burger-btn.cross .bar_bottom{
            transform: rotate(-45deg);
            top: 4vh;
            left: 1.5vh;
        }    
        /*burger_op*/
        .header-nav{
            display: none;
            position: fixed;
            top: 0;
            right: 0;
            width: 50vw;
            height: 100vh;
            background-color: #fff;
        }
        .header-container{
            width: 70%;
            height: auto;
            position: absolute;
            top: 20%;
            left: 10vw;
        }
        .header-bk{
            display: none;
            width: 100%;
            height: 100vh;
            background-color: #242424;
            opacity: 60%;
            z-index: -1;
            position: fixed;
            top: 0;
        }
        .header-list>li:first-of-type{
            display: block;
        }
        .header-list>li{
            margin-bottom: 30px;
            margin-right: 0;
        }
        .header-list>li>a{
            font-size: 1.8rem;
        }
        .header-nav>div>a{
            padding: 10px;
        }
        /*mv*/
        .mv-img-wrapper{
            width: 100vw;
            height: calc(var(--vh) * 92);
        }
        .copy-wrapper{
            top: 45%;
            left: 10%;
            transform: translateY(-50%);
        }
        .main-copy-text{
            font-size: 4rem;
        }
        .sub-copy{
            font-size: 4rem;
            margin-bottom: 25px;
            margin-left: -20px;
        } 
        .main-copy-text{
            margin-left: 0;
        } 
        /*message*/
        .section-wrapper-container.white-bk{
            padding: 60px 20px;
        }
        .message-title{
            font-size: 2rem;
            margin-bottom: 30px;
        }
        .logo-columm{
            width: 30%;
            min-width: auto;
            margin: 0 auto 30px;
        }
        /*kent group*/
        .philosophy{
            flex-direction: column;
            align-items: center;
        }
        .philosophy>li{
            width: 80%;
            margin-right: 0;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .philosophy>li>.multi-lines{
            text-align: center;
        }
        .csr>div{
            flex-direction: column;
        }
        .csr>div>div{
            width: 10px;
            margin: 10px 0;
        }
        .csr>div>.multi-lines{
            text-align: center;
        }
        /*profile*/
        .profile-logo{
            display: none;
        }           
        /*footer*/
        .footer{
            padding: 10px 0;
        }
        .footer-nav{
            display: none;
        }
        h1{
            margin-top: 20px;
        }
        .footer>div{
            width: 220px;
        }        
        /*共通*/
        .site-title{
            width: 170px;
        }
        .section-wrapper-container{
            max-width: 80%;
        }
        .multi-lines>br{
            display: none;
        }
        .multi-lines.text-center{
            text-align: left;
        }
}
@media screen and (max-width: 550px) {
    body{
        font-size: 1.5rem;
    }
    /*section*/
    .section-wrapper-container{
        max-width: 90%;
        padding: 80px 0;
    }
    .section-title{
        font-size: 2rem;
    }
    .section-title-wrapper{
        margin-bottom: 50px;
    }
    /*header*/
    .header-nav{
        width: 100%;
    }
    .header-list>li>a{
        font-size: 1.5rem;
    }
    .header-container{
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    /*page*/
    .page-title{
        font-size: 3rem;
    }
    .page-subtitle{
        font-size: 4rem;
    }
    .content-title-wrapper>h2{
        font-size: 2.5rem;
    }
    .section-wrapper-container>h3{
        font-size: 2rem;
    }
    .content-title-wrapper>p{
        font-size: 2rem;
    }
    /*mv*/
    .main-copy-text{
        font-size: 2.5rem;
        padding: 15px;
    }
    .sub-copy{
        font-size: 2em;
    } 
    /*message*/
    .logo-columm{
        width: 50%;
    }
    /*footer*/
    h1{
        font-size: 1.3rem;
    }
}