@charset "UTF-8";

/*--------------------------------
reset
--------------------------------*/
html,body,div,p,img,iframe,a,span,blockquote,q,address,cite,
pre,code,em,small,strong,b,i,
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer,time,
h1,h2,h3,h4,h5,h6,
ul,ol,li,dl,dt,dd,
table,tbody,thead,tfoot,th,tr,td,
form,fieldset,legend,label,select,input,textarea,button{
    margin: 0;
    padding: 0;
    border: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: baseline;
}
header,article,section,nav,figure,figcaption,hgroup,menu,aside,footer{
    display: block;
}
ul li{
    list-style-type: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 500;
}
body{
    line-height: 1;
}
a{
    text-decoration: none;
}
img{
    vertical-align: middle;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
    }
select,
option,
input[type=text],
input[type=tel],
input[type=password],
textarea,
button{
    font: inherit;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}
blockquote::before,blockquote::after,q::before,q::after{
    content: '';
    content: none;
}
[type=submit],[type=button],[type=reset],[type=file],button{
    cursor: pointer;
}
:focus{
    outline: none;
}

/*--------------------------------
common
--------------------------------*/
html{
    font-size: 62.5%;
}
body{
    background: #000;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    line-height: 1.6;
    font-size: 2.8rem;
    color: white;
}
a{
    color: #00a0e9;
}
picture{
    display: inline-block;
}
img{
    max-width: 100%;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.3;
}
.wrap{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.primary-heading{
    margin-bottom: 48px;
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
}
.btn-area.fix{
    margin: auto;
    padding: 0 0 50px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
	opacity: 0;
	transition: .5s;
	transform: translate3d(0,100px,0);
}
.btn-area.slide-up{
	bottom: 0;
	opacity: 1;
	transform: translate3d(0,0,0);
}
.regist-btn{
	margin: 0 auto;
    padding: 8px;
	width: 610px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    border: solid 8px;
    border-color: #ffffff #cbcaca #b4b3b3 #f6f6f6;
    border-radius: 8px;
}
.regist-btn:hover{
    padding: 10px 8px 6px;
    background: #cdcaca;
    border: solid 8px;
    border-color: #cdcaca;
}
.hr{
    margin: -25px auto;
    height: 50px;
    background: url("../images/hr.webp") no-repeat center / contain;
    border: none;
    position: relative;
}
.plan .li .text::before,
.plan .text::before,
.plan .soon::before,
.interview .prof .balloon::before,
.general-section h3::before{
    content: "";
    position: absolute;
}
.mbr,
.tbr{
    display: none;
}

/*--------------------------------
header
--------------------------------*/
.header{
    background: url("../images/header-bg.webp") no-repeat center / cover;
}
.header .link{
    padding: 11px;
    display: block;
    text-align: center;
}
.header .logo{
    width: 300px;
}

/*--------------------------------
contents
--------------------------------*/
.about,
.plan{
    padding: 100px 150px;
}
.about .primary-heading,
.interview .primary-heading{
    margin-bottom: 30px;
}
.about .primary-heading,
.plan .primary-heading,
.closing .primary-heading{
    text-align: left;
}
.about{
    background: url(../images/about-bg.webp) no-repeat top center / cover;
}
.about .text{
    margin-bottom: 50px;
}
.about .text:last-child{
    margin-bottom: 0;
}
.plan{
    background: url(../images/plan-bg.webp) no-repeat top center / cover;
}
.plan .primary-heading{
    margin: 0 0 50px;
}
.plan .box{
    margin-bottom: 50px;
}
.plan .box .secondary-heading{
    font-size: 2.8rem;
}
.plan .box .text{
    padding-left: 26px;
    position: relative;
}
.plan .box .text::before{
    width: 21px;
    height: 21px;
    background: white;
    top: 8px;
    left: 0;
}
.plan .box .text.nosq::before{
    display: none;
}
.plan .box .soon{
    padding-right: 163px;
    display: inline-block;
    background: url("../images/plam-soon.webp") no-repeat top right / 146px;
}
.plan .soon .secondary-heading{
    color: #cc0000;
}
.interview{
    margin: 100px 0;
    padding: 0 100px;
}
.interview .box{
    margin-bottom: 50px;
    padding: 0 50px 40px;
    border-bottom: solid 1px #666666;
}
.interview .box:last-child{
    margin-bottom: 0;
    padding: 0 50px;
    border: none;
}
.interview .prof{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.interview .prof .left{
    width: 270px;
    position: relative;
}
.interview .left picture{
    width: 270px;
}
.interview .left .name,
.interview .left .name-bg{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.interview .left .name{
    padding: 6px 0 2px;
    font-size: 2.8rem;
    text-align: center;
    z-index: 1;
}
.interview .left .name-bg{
    width: 100%;
    height: 26px;
    background: #666666;
    mix-blend-mode: multiply;
    z-index: 0;
}
.interview .prof .right{
    padding-left: 35px;
    flex: 1;
}
.interview .prof .balloon,
.interview .prof .detail{
    line-height: 1.4;
}
.interview .prof .balloon{
    margin-bottom: 40px;
    position: relative;
    color: #cccccc;
}
.interview .prof .balloon::before{
    margin: auto;
    height: 1px;
    border: solid 21px transparent;
    border-right: solid 38px #cccccc;
    top: 0;
    left: -70px;
    bottom: 0;
}
.interview .prof .detail{
    padding: 13px;
    background: url("../images/interview-bg.webp") no-repeat center / cover;
    border-radius: 6px;
    color: #000;
}
.interview .detail .top,
.interview .detail .btm{
    display: block;
}
.interview .detail .btm{
    margin-top: 1em;
}
.closing{
    margin: 50px 100px;
    padding: 50px 50px;
    background: url("../images/closing-v.webp") no-repeat right bottom / 579px, url("../images/closing-bg.webp") no-repeat center / cover;
    font-size: 2.6rem;
    line-height: 1.4;
    color: #000;
}
.closing .primary-heading{
    margin-bottom: 40px;
    line-height: inherit;
}
.closing .text{
    margin-bottom: 40px;
}
.closing .text:last-child{
    margin-bottom: 0;
}
.general-section{
    margin: 0 0 64px;
    padding: 48px 150px 0;
}
.general-section h3{
    margin-bottom: 16px;
    padding-left: 38px;
    position: relative;
    font-size: 3rem;
    font-weight: bold;
}
.general-section h3::before{
    margin: auto;
    width: 27px;
    height: 27px;
    background: white;
    top: 5px;
    left: 0;
}
.general-section.qa h3{
    padding-left: 0;
}
.general-section.qa h3::before{
    display: none;
}
.general-section p,
.general-section ul{
    margin-bottom: 64px;
}
.general-section ul .mb{
    margin-bottom: 32px;
}
.general-table{
    margin: 0 0 64px;
    border-collapse: separate;
}
.general-table th{
    width: 260px;
    background-color: #565656;
    font-weight: 400;
    color: #ffffff;
}
.general-table td{
    background-color: #727272;
}
.general-table td,
.general-table th{
    padding: 12px;
    border: 1px solid #000;
    font-size: 2.4rem;
    line-height: 1.4;
    vertical-align: middle;
}
.document-nav{
    margin: 0 0 48px;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
}
.document-link{
    padding: 16px;
    width: 33%;
    line-height: 1.4;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-size: 2.0rem;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}
.identity-box figure{
    margin: 0 64px 16px;
    text-align: center;
}
.dl-active{
    background: #333333;
}
.doc-img{
    margin-bottom: 4px;
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.note-sub{
    color: #e5e502;
}
.document-link span{
    margin: 4px 0 0;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
    text-align: center;
}
.global-nav{
    margin: 32px 0 8px;
    padding: 0 16px;
}
.nav-list{
    display: inline-block;
    line-height: 10px;
}
.nav-link{
    margin: 0 8px 0 0;
    padding: 0 16px 0 0;
    display: inline;
    border-right: solid 1px white;
    font-size: 2rem;
    color: #ffffff;
}
.nav-list:nth-child(3),
.nav-list:last-child{
    padding: 0;
    border-right: none;
}
.nav-list:last-child .nav-link{
    margin: 0;
    padding: 0;
    border-right: none;
}
.copy{
    margin: 8px 0 32px;
    padding: 0 32px 32px;
    display: block;
    font-size: 2rem;
}
.copy .mr{
    margin-right: 0.5em;
}
body #pr{
    margin: auto;
    width: 750px;
    right: 0;
    bottom: -60px;
}
.lpprtitle{
    background: #111111!important;
    color: white!important;
}

/*--------------------------------
hover
--------------------------------*/
.header .link:hover,
.document-link:hover{
    opacity: 0.7;
}
.nav-link:hover{
    color: #b2b2b2;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .hr{
    background: url("../images/hr.png") no-repeat center / contain;
}
.no-webp .header{
    background: url("../images/header-bg.jpg") no-repeat center / cover;
}
.no-webp .about{
    background: url(../images/about-bg.jpg) no-repeat top center / cover;
}
.no-webp .plan{
    background: url(../images/plan-bg.jpg) no-repeat top center / contain;
}
.no-webp .plan .box .soon{
    background: url("../images/plam-soon.png") no-repeat top right / 146px;
}
.no-webp .interview .prof .detail{
    background: url("../images/interview-bg.jpg") no-repeat center / cover;
}
.no-webp .closing{
    background: url("../images/closing-v.png") no-repeat right bottom / 579px, url("../images/closing-bg.jpg") no-repeat center / cover;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
    .regist-btn img{
        width: 100%;
        max-width: inherit;
    }
    .interview .left .name{
        padding: 8px 0 0;
    }
    .interview .left .name-bg{
        background: #000;
        opacity:  0.65;
    }
    .interview .prof .balloon::before{
        top: -6px;
    }
    .interview .prof .detail{
        padding: 18px 13px 10px;
    }
    .general-section h3::before{
        top: 2px;
    }
    .general-table th{
        padding: 15px 12px 9px;
    }
    .general-table td{
        padding: 13px 12px 9px;
    }
}