@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{
    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;
}
a{
	color: #00a0e9;
}
img{
	max-width: 100%;
}
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(255,255,255,0) 0%,rgba(255,255,255,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: 20px;
	width: 768px;
    display: block;
    background: url("../images/btn-light.webp") no-repeat top center / 100% #039;
    border: solid 5px white;
    border-radius: 12px;
    box-shadow: 3px 6px 4px -2px rgba(0,0,0,0.5);
}
.strong{
    color: #ff0000;
}
.about .inner:first-child::before,
.about .inner:last-child::before,
.plan::before,
.plan .li .text::before,
.interview .heading .secondary-heading::before,
.message::before{
	content: "";
	position: absolute;
	z-index: 0;
}

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

/*--------------------------------
contents
--------------------------------*/
.hero-bg{
    width: 100%;
}
.about{
    padding-top: 48px;
    background: url("../images/about-bg.webp") no-repeat center / cover;
    overflow: hidden;
}
.about .primary-heading{
    margin-bottom: 32px;
    text-align: left;
}
.about .inner{
	margin: 0 auto 64px;
	padding: 0 150px;
	position: relative;
}
.about .inner:first-child::before,
.about .inner:last-child::before,
.plan::before,
.message::before{
	border: solid 134px transparent;
}
.about .inner:first-child::before{
	border-right: solid 229px #e60202;
	top: -48px;
	right: 0;
}
.about .inner:last-child::before,
.message::before{
	border-left: solid 229px #e60202;
	top: -41px;
	left: 0;
}
.about .inner .text{
    margin-bottom: 32px;
    position: relative;
}
.plan{
	padding: 64px 150px 0;
	background: url("../images/plan-bg.webp") no-repeat center / cover;
	overflow: hidden;
	position: relative;
	color: white;
}
.plan::before{
	border-right: solid 229px rgba(255,255,255,0.5);
	top: 0;
	right: 0;
}
.plan .primary-heading{
    text-align: left;
}
.plan .li{
    margin-bottom: 48px;
}
.plan .li .text{
    padding-left: 29px;
    position: relative;
}
.plan .li .text::before{
	width: 21px;
	height: 21px;
	background: white;
	top: 9px;
	left: 0;
}
.plan .notice{
    margin-bottom: 64px;
}
.interview{
	padding: 64px 150px 0;
}
.interview .primary-heading{
	margin-bottom: 64px;
}
.interview .li{
	margin-bottom: 32px;
	padding: 0 24px;
	border-bottom: solid 2px #e60202;
}
.interview .li:last-child{
    margin-bottom: 32px;
    border-bottom: none;
}
.interview .heading{
	margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.interview .heading .left{
    width: 270px;
    position: relative;
}
.interview .heading .right{
    padding-left: 16px;
    flex: 1;
}
.interview .heading .name{
	padding: 4px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	text-align: center;
	line-height: 1.4;
	color: white;
}
.interview .heading .name-bg{
    width: 100%;
    height: 40px;
    background: red;
    mix-blend-mode: multiply;
    position: absolute;
    bottom: 0;
}
.interview .heading .secondary-heading{
	margin-bottom: 16px;
	position: relative;
	font-size: 3rem;
	font-weight: bold;
	color: #ff0000;
}
.interview .heading .secondary-heading::before{
	margin: auto;
	height: 1px;
	border: solid 20px transparent;
	border-right: solid 36px #ff0000;
	top: 0;
	left: -64px;
	bottom: 0;
}
.interview .heading .right{
	padding-left: 32px;
}
.interview .right .text{
    margin-bottom: 0;
    padding: 16px;
    background: #e60202;
    border-radius: 4px;
    color: white;
}
.interview .right .head{
    display: block;
    margin-bottom: 16px;
}
.interview .text{
    margin-bottom: 32px;
}
.message{
	margin: 64px 0 84px;
	padding: 0 150px;
	position: relative;
}
.message::before{
	top: -24px;
	z-index: 1;
}
.message .inner{
	padding: 64px 32px 0;
    position: relative;
	box-shadow: 2px 4px 20px #c2c1c1, 2px 4px 20px #c2c1c1;
    overflow: hidden;
}
.message .primary-heading{
	margin-bottom: 64px;
	line-height: 1.5;
	z-index: 1;
	text-align: left;
}
.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: #cfd8dc;
	font-weight: 400;
	color: #757575;
}
.general-table td{
    background-color: #eceff1;
}
.general-table td,
.general-table th{
    padding: 8px;
    border: 1px solid #fff;
    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%;
    display: flex;
    align-self: stretch;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    line-height: 1.4;
    font-size: 2.0rem;
    color: #2f3034;
    cursor: pointer;
    text-align: center;
}
.identity-box figure{
	margin: 0 64px 16px;
	text-align: center;
}
.dl-active{
    background: #efefef;
}
.doc-img{
    margin-bottom: 4px;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}
.note-sub{
    color: #607d8b;
}
.document-link span{
    margin: 4px 0 0;
}

/*--------------------------------
footer
--------------------------------*/
.footer{
	margin-bottom: 32px;
	text-align: center;
}
.global-nav{
    margin: 0 32px;
    padding: 0 16px;
}
.global-nav ul{
	line-height: 1.4;
}
.nav-list{
	padding: 0 8px 4px 0;
	display: inline-block;
	border-right: solid 1px #90a4ae;
	line-height: 16px;
}
.nav-link{
	padding: 0;
	display: inline;
	font-size: 1.6rem;
	color: #000000;
}
.nav-list:last-child{
    border-right: none;
}
.copy{
	margin: 16px 0 64px;
	padding: 0 32px;
	display: block;
	font-size: 1.4rem;
	color: #000000;
}
body #pr{
	margin: auto;
	max-width: 750px;
	right: 0;
	bottom: -60px;
}
.lpprtitle{
    background: #111111!important;
    color: white!important;
}

/*--------------------------------
hover
--------------------------------*/
.regist-btn:hover{
    padding: 22px 20px 18px;
    background: black;
}
.regist-btn:hover img,
.nav-link:hover,
.header .link:hover{
    opacity: 0.7;
}

/*--------------------------------
no-webp
--------------------------------*/
.no-webp .regist-btn{
    background: url("../images/btn-light.png") no-repeat top center / 100%,black;
}
.no-webp .regist-btn:hover{
    background: black;
}
.no-webp .header{
    background: url("../images/header-bg.jpg") no-repeat center / cover;
}
.no-webp .about{
    background: url("../images/about-bg.jpg") no-repeat center / cover;
}
.no-webp .plan{
    background: url("../images/plan-bg.jpg") no-repeat center / cover;
}

/*--------------------------------
IE
--------------------------------*/
@media all and (-ms-high-contrast: none){
	.interview .heading .name{
		padding: 4px 4px 0;
	}
	.interview .heading .name-bg{
		opacity: 0.7;
	}
}