@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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    line-height: 1.6;
    font-size: 2.8rem;
    color: white;
}
a{
    color: #00a0e9;
}
img{
    max-width: 100%;
}
picture{
    display: inline-block;
}
h2,h3{
    line-height: 1.4;
}
.wrap{
    margin: 0 auto;
    width: 1200px;
    overflow: hidden;
}
.primary-heading{
    margin-bottom: 64px;
    position: relative;
    text-align: center;
    font-size: 3.8rem;
    font-weight: bold;
}
.btn-area.fix{
    margin: auto;
    padding: 0 0 32px;
    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;
	width: 768px;
    display: block;
    background: #ffffff;
    border: solid 5px #cc0000;
    border-radius: 12px;
    box-shadow: 0 8px 12px rgba(0,0,0,0.6);
}
.regist-btn .inner{
    padding: 8px;
    display: block;
    border: solid 8px;
    border-color: #ffffff #c6c5c5 #b4b3b3 #f6f6f6;
    border-radius: 6px;
}
.regist-btn .inner picture{
    width: 708px;
}
.strong{
    color: #ff0000;
}
.plan .li .text::before,
.interview .head .secondary-heading::before{
    content: "";
    position: absolute;
}
.mbr,
.wbr{
    display: none;
}

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

/*--------------------------------
contents
--------------------------------*/
.about{
    padding: 48px 0 0;
    background: url(../images/about-bg.webp) no-repeat top / contain, #e60000;
    overflow: hidden;
}
.about .primary-heading{
    margin-bottom: 32px;
    text-align: left;
}
.about .box{
    margin: 0 auto 64px;
    padding: 0 150px;
}
.about .box .text{
    margin-bottom: 32px;
}
.plan{
    padding: 64px 150px 0;
    background: url("../images/plan-bg.webp") no-repeat center / cover;
    position: relative;
    overflow: hidden;
}
.plan .v{
    position: absolute;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
}
.plan .inner{
    padding: 0;
}
.plan .inner .primary-heading{
    text-align: left;
}
.plan .li{
    margin-bottom: 48px;
}
.plan .li .text{
    padding-left: 23px;
    display: block;
    position: relative;
}
.plan .li .text::before{
    width: 21px;
    height: 21px;
    background: white;
    top: 9px;
    left: 0;
}
.plan .inner .text{
    margin-bottom: 64px;
}
.plan .inner .li .text{
    margin-bottom: 0;
    padding-left: 29px;
}
.interview{
    padding: 64px 150px 0;
}
.interview .primary-heading{
    margin-bottom: 64px;
    padding: 0 24px;
}
.interview .box{
    margin-bottom: 32px;
    padding: 0 24px;
    border-bottom: solid 2px #e60202;
}
.interview .box:last-child{
    margin-bottom: 32px;
    border-bottom: none;
}
.interview .head{
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.interview .head .left{
    width: 270px;
    position: relative;
}
.interview .head .left picture{
    width: 270px;
    height: 330px;
}
.interview .head .right{
    padding-left: 32px;
    flex: 1;
}
.interview .head .name{
    padding: 4px;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    font-size: 2.4rem;
    line-height: 1.4;
    color: white;
}
.interview .head .name-bg{
    width: 100%;
    height: 40px;
    background: red;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
}
.interview .head .secondary-heading{
    margin-bottom: 16px;
    position: relative;
    font-size: 2.5rem;
    font-weight: bold;
    color: #ff0000;
}
.interview .head .secondary-heading::before{
    margin: auto;
    height: 1px;
    border: solid 20px transparent;
    border-right: solid 36px #ff0000;
    top: 0;
    left: -64px;
    bottom: 0;
}
.interview .right .status-box{
    margin-bottom: 0;
    padding: 16px;
    background: #e60202;
    border-radius: 4px;
    font-size: 2.4rem;
    color: white;
}
.interview .right .status{
    display: block;
    margin-bottom: 8px;
}
.interview .right .head{
    margin-bottom: 16px;
}
.interview .text{
    margin-bottom: 32px;
}
.message{
    margin: 64px 150px 84px;
    background: url("../images/message-bg.webp") no-repeat left / cover;
    position: relative;
}
.message .v{
    width: 67.25%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: multiply;
}
.message .inner{
    padding: 64px 32px 0;
    position: relative;
    overflow: hidden;
}
.message .primary-heading{
    margin-bottom: 64px;
    z-index: 1;
    text-align: left;
    line-height: 1.5;
}
.message .text{
    margin-bottom: 32px;
    position: relative;
    z-index: 1;
}
.message .text:last-child{
    margin-bottom: 64px;
}
.general-section{
    padding: 64px 150px 0;
}
.general-section h3{
    margin-bottom: 16px;
    font-size: 3rem;
    font-weight: bold;
}
.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: 8px;
    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{
    margin-bottom: 32px;
    text-align: center;
}
.global-nav{
    margin: 32px 0 16px;
    padding: 0 32px;
}
.global-nav ul{
    line-height: 1.4;
}
.nav-list{
    padding: 0 8px 4px 0;
    display: inline-block;
    border-right: solid 1px #ffffff;
    border-bottom: none;
    line-height: 16px;
}
.nav-link{
    padding: 0;
    display: inline;
    font-size: 1.6rem;
    color: #ffffff;
}
.nav-list:last-child{
    padding: 0;
    border-right: none;
}
.copy{
    margin: 16px 0 32px;
    padding: 0 32px;
    display: block;
    font-size: 1.4rem;
}
body #pr{
    margin: auto;
    width: 750px;
    right: 0;
    bottom: -60px;
}
.lpprtitle{
    background: #111111!important;
    color: white!important;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    background: #b4b3b3;
}
.regist-btn:hover .inner{
    padding: 10px 8px 6px;
    border-color: #b4b3b3 #b4b3b3 #b4b3b3 #b4b3b3;
    opacity: 0.7;
}
.nav-link:hover,
.header .link:hover,
.document-link:hover{
    opacity: 0.7;
}

/*--------------------------------
no-webp
--------------------------------*/
.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 / contain, #e60000;
}
.no-webp .plan{
    background: url("../images/plan-bg.jpg") no-repeat center / cover;
}
.no-webp .message{
    background: url("../images/message-bg.jpg") no-repeat left / cover;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
    .plan .v{
        opacity: 0.2;
    }
    .interview .head .name{
        padding: 0;
    }
    .interview .head .name-bg{
        opacity: 0.7;
    }
    .interview .right .status-box{
        padding: 18px 16px 14px;
    }
}