/* CSS Document */
#fv{
	position: relative;
}
#fv h1 {
    position: absolute;
    text-align: left;
    font-size: 280%;
    top: 60px;
    left: 50px;
    color: #fff;
    font-weight: 600;
    transform: none;
}
#fv .lead{
    position: absolute;
    top: 160px;
    left: 80px;
    color: #fff;
    font-weight: 600;
    line-height: 2.0em;
    text-align: center;
}
#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 #about{
	background: #eee;
	padding: 0 0 20px;
}
#recruit #about .fv2{
	position: relative;
	margin-bottom: 60px;
}
#recruit #about .fv2 h2 {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  color: #004EA0;
  font-weight: 600;
	font-size: 150%;
	letter-spacing: 5px;
	width: 100%;
}
#recruit #about dl {
	text-align: center;
	color: #004EA0;
}
#recruit #about dl dt{
	display: inline-block;
	border-bottom: 1px solid #004EA0;
	font-weight: 600;
	font-size: 140%;
}
#recruit #about dl dd{
	font-size: 1000%;
	line-height: 1.4em;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#recruit #about dl dd i{
	font-style: normal;
}
#recruit #about dl dd span{
	font-size: 50%;
}
#recruit #about .txt{
	margin: 0 50px;
	font-weight: 600;
	color: #004EA0;
	line-height: 1.8em;
	font-size: 110%;
}
#recruit #about ul.flex{
	display: flex;
    align-items: flex-end;
    margin: 20px 50px;
    justify-content: space-evenly;
}

#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 #about .fv2 h2 {
    font-size: 160%;
		letter-spacing: 2px;
	}
	#recruit #about .fv2 h2 img{
		width: 70px;
		margin-top: 20px;
	}
	#recruit #about dl dd {
    font-size: 560%;
	}	
	#recruit #about .txt {
    margin: 0 20px;
	}
	#recruit #about ul.flex {
    margin: 10px 20px;
	}
	#recruit #about ul.flex li {
    margin-bottom: 1%;
    margin: 1%;
	}
    
    #recruit #digitalbook p img {
        width: 50%;
    }
	
}
