@charset "utf-8";
/*------------------------------------------------------------------------------------------
*
*
    size_pc.css
*
*
------------------------------------------------------------------------------------------ */

@media screen and (min-width : 641px){ 
/*------------------------------------------------------------------------------------------
*
*
    min-width : 641px
*
*
------------------------------------------------------------------------------------------ */
/* --------------------------------------------------
*
    #t_kv
*
-------------------------------------------------- */
#t_kv{
    width: 100%;
    height: 100vh;
    min-width: 1000px;
    min-height: 640px;
    background-color: #fff;
    position: relative;
}

#t_kv:after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 640px;
    background-image:url(../images/interview/parts_coming.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
    
#t_kv h1{
    width: 100%;
    min-width: 1000px;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}

#t_kv h1 img{
    width: 100%;
}

#t_kv .pic img{
    width: 100%;
    opacity: 0;
}

#t_kv .pic{
    width: 100%;
    height: 100%;
    min-width: 1000px;
    min-height: 640px;
    background-image:url(../images/pic_kv.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}


/* --------------------------------------------------
*
    #kv
*
-------------------------------------------------- */
#kv{
    min-width: 1000px;
    padding: 135px 0 100px 0;
    border-bottom: 3px solid #15351a;
}

#kv .inner{
    width: 950px;
    margin: 0 auto;
    line-height: 0;
}

#kv h1{
    height: 125px;
    margin: 0 0 40px 0;
    box-sizing: border-box;
    position: relative;
    display: flex;
    align-items: flex-end;
}

#kv h2{
    font-size: 28px;
    letter-spacing: .05em;
    text-align: right;
    position: relative;
    bottom: -40px;
}

#attention #kv{ padding: 145px 0 65px 0;}


.y_wrap{
    background-color: #15351a;
}

#yodogawa{
    width: 950px;
    min-width: auto;
    margin: 0 auto;
    padding: 90px 170px 50px 170px;
    color: #fff;
    background-color: #15351a;
    box-sizing: border-box;
}

#yodogawa p{
    margin: 0 0 1.5em 0;
    font-size: 20px;
    line-height: 1.7em;
    letter-spacing: 0;
}

.t #yodogawa h2{
    margin: 0 0 80px -60px;
}


/* --------------------------------------------------
*
    #contents
*
-------------------------------------------------- */
#contents{
    padding: 0;
    overflow: hidden;
    color: #000;
}

#contents_inner{
    width: 950px;
    min-width: auto;
    padding: 100px 170px 60px 170px;
    overflow: hidden;
    margin: 0 auto;
    border-left: 3px solid #15351a;
    border-right: 3px solid #15351a;
    box-sizing: border-box;
}

#attention #contents_inner{ padding: 20px 170px 100px 170px;}

#contents p{
    margin: 0 0 2em 0;
    font-size: 17px;
    line-height: 1.882em;
    letter-spacing: 0;
}

#contents p.pic{
    margin-bottom: 25px;
}

#contents p a{
    color: #15351a;
}

#contents p a:hover{
    border-bottom: 1px solid #15351a;
}

#contents .list li{
    font-size: 17px;
    line-height: 2em;
    letter-spacing: .025em;
    padding: 0 0 0 1em;
    text-indent: -1em;
}

#contents .list.b li{
    margin: 0 0 2em 0;
}

#contents h2{
    margin: 70px 0 1.5em 0;
    font-size: 24px;
    line-height: 1.6em;
    letter-spacing: 0em;
    text-indent: -2.5em;
    padding-left: 2.5em;
    color: #15351a;
}

#contents h2.mn{ margin-top: 0;}

#contents .sec{ color: #15351a;}

#contents h3{
    font-size: 24px;
    line-height: 1.882em;
    letter-spacing: .025em;
}

#contents h3 span{
    margin: 0 0 0 5px;
    display: inline-block;
    font-size: 16px;
}


#contents .block{
    width: calc(100% + 340px);
    padding: 90px 170px 0 170px;
    margin: 90px 0 0 0;
    box-sizing: border-box;
    border-top: 3px solid #15351a;
    position: relative;
    left: -170px;
}

#contents dl{
    display: flex;
}

#contents dt{
    font-family: '秀英角ゴシック銀 B' !important;
    width: 30px;
    padding-right: 30px;
    margin: 0 0 2em 0;
    font-size: 17px;
    line-height: 1.882em;
    letter-spacing: 0;
    white-space: nowrap;
    text-align: left;
}

#contents dt.h{ letter-spacing: -.1em;}
#contents dt.m, #contents dt.s{ color: #15351a;}
#contents dt.s{ text-indent: -2em;}

#contents dd{
    margin: 0 0 2em 0;
    font-size: 17px;
    line-height: 1.882em;
    letter-spacing: 0;
}

#contents br.c{ display: none !important;}

#contents .end{ text-align: center;}

footer{
    
}

footer .inner{
    width: 950px;
    padding: 0 0 40px 0;
    border-left: 3px solid #15351a;
    border-right: 3px solid #15351a;
}


} /* ----- min-width : 641px ----- */