/* CSS Document */
#fv{
	position: relative;
}
#fv h1 {
    position: absolute;
    font-size: 200%;
    text-align: center;
    width: 100%;
    top: 50%;
    left: 50%;
    color: #fff;
    font-weight: 600;
    transform: translate(-50%,-50%);
}
#nav nav{
	margin-bottom: 20px;
}
#nav nav ul{
	display: flex;
	align-items: center;
}
#nav nav ul li{
	width: 25%;
	text-align: center;
	margin: 2px 2px 0 0;
	align-self: stretch;
	position: relative;
}
#nav nav ul li a{
	display: block;
	padding: 5px 0;
	color: #fff;
	font-weight: 600;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    line-height: 1.5em;
    text-decoration: none;
}
#nav nav ul li:nth-of-type(1){background: #004EA0; width: 70px;}
#nav nav ul li:nth-of-type(2){background: #E4851A;}
#nav nav ul li:nth-of-type(3){background: #488EDD;}
#nav nav ul li:nth-of-type(4){background: #E178AB;}
#nav nav ul li:nth-of-type(5){background: #5EB732;}
#nav nav ul li:nth-of-type(6){background: #e3cc0e; margin-right: 0;}


#recruit{
    margin-bottom: 50px; 
}

#recruit #Interview .fv2 {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}
#recruit .interview{
	border: 3px solid #2074CC;
	line-height: 1.8em;
	margin: 40px 0;
}
#recruit .interview h2{
	color: #fff;
	background: #31469E;
	padding: 10px;
	text-align: center;
    font-size: 170%;
    line-height: 1.2em;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 3%;
}
#recruit .interview .info{
	display: flex;
	justify-content: space-between;
	margin: 20px;
	color: #2074CC;
}
#recruit .interview .info dd{
	width: 80%;
	font-size: 115%;
	line-height: 1.8em;
}
#recruit .interview .info .name{
	font-size: 200%;
	margin: 10px 0;
}
#recruit .interview .info .name span{
	font-size: 60%;
	margin-right: 10px;
}
#recruit .interview .cnt{
	margin: 40px 20px;
}
#recruit .interview .cnt dt{
	font-size: 160%;
	margin: 10px 0;
	color: #2074CC;
}
#recruit .interview .cnt2{
	margin: 40px 20px;
	border-top: 1px dashed #ccc;
	padding-top: 20px;
}
#recruit .interview .cnt2 dt{
	font-size: 160%;
	margin: 10px 0;
}
#recruit .interview .cnt2 dd{
	display: flex;
	justify-content: space-between;
}
#recruit .interview .cnt2 dd .img{
	margin: 0 10px;
    width: 60%;
}
#recruit .interview .cnt2 dd .tb th{
	text-align: right;
	width: 60px;
	padding-right: 10px;
	vertical-align: top;
}
#recruit .interview.col1 { border-color: #C07B9B;}
#recruit .interview.col1 h2 { background: #C07B9B;}
#recruit .interview.col1 .info { color: #C07B9B;}
#recruit .interview.col1 .cnt dt { color: #C07B9B;}
#recruit .interview.col1 .cnt2 { border-color: #C07B9B;}
#recruit .interview.col1 .cnt2 dt { color: #C07B9B;}

#recruit .interview.col2 { border-color: #5DBEAE;}
#recruit .interview.col2 h2 { background: #5DBEAE;}
#recruit .interview.col2 .info { color: #5DBEAE;}
#recruit .interview.col2 .cnt dt { color: #5DBEAE;}
#recruit .interview.col2 .cnt2 { border-color: #5DBEAE;}
#recruit .interview.col2 .cnt2 dt { color: #5DBEAE;}

#recruit #mynavi {
    text-align: center;
    border: 5px solid #CFF2FF;
    padding: 50px 0;
    margin: 80px 0;
}
#recruit #mynavi h3 {
    color: #004EA0;
    font-weight: 600;
    border: none;
    margin: 0;
}
#recruit #mynavi h3:before {
    content: '＼';
    font-weight: 100;
    margin: 10px;
}
#recruit #mynavi h3:after {
    content: '／';
    font-weight: 100;
    margin: 10px;
}
#recruit #mynavi h4 {
    color: #004EA0;
    font-weight: 400;
    font-size: 100%;
    border: none;
    margin: 0;
    padding: 0 10px;
}
#recruit #mynavi a {
    display: inline-block;
    margin: 20px 0 0;
    line-height: 1.4em;
}

#recruit #digitalbook h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#recruit #digitalbook h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#recruit #digitalbook p{
    text-align: center;
}
#recruit #digitalbook p img{
    width: 20%;
}

#recruit #requirements h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#recruit #requirements h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#recruit #requirements{
    padding: 40px 0;
}
#recruit #requirements table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
}
#recruit #requirements table th, 
#recruit #requirements table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#recruit #requirements table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align:center;
    width: 30%;
    background-color: #f4f7fb;
}
@media screen and (max-width: 480px) {
   
    #fv h1 {
        font-size: 120%;
        top: 25px;
        line-height: 1.2em;
	}
    #fv .lead {
        display: none;
	}
    
	#nav nav ul {
        flex-wrap: wrap;
	}
	#nav nav ul li {
        width: 50%;
        margin: 0;
		box-sizing: border-box;
		height: 50px;
	}
	#nav nav ul li:nth-of-type(1) {
        width: 50%;
	}
	
    #recruit .interview .info {
		flex-direction: column;
	}
	#recruit .interview .info dt img {
		margin: auto;
	}
	#recruit .interview .info dd {
    width: auto;
	}
    
    #recruit #digitalbook p img {
        width: 50%;
    }
	
}
