/* 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 #Duties{
	background: #eee;
	padding: 50px;
    margin: 0 0 6%;
}
#recruit #Duties h2 {
    color: #004EA0;
    font-weight: 600;
    font-size: 200%;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    margin-bottom: 20px;
}
#recruit #Duties .txt{
	font-weight: 600;
	color: #004EA0;
	line-height: 1.8em;
	font-size: 110%;
}
#recruit #Duties dl{}
#recruit #Duties dl dt{
	color:#fff;
	font-size: 130%;
	background: #31469E;
	padding: 8px 10px;
}
#recruit #Duties dl dt i{
	font-weight: 600;
	margin-right: 5px;
	font-style: normal;
}
#recruit #Duties dl dd{
	padding: 10px 10px 20px 35px;
	font-size: 110%;
}
#recruit #Duties .bln1{
	background:#2EA7E0;
	color:#fff;
	display: inline-block;
	padding: 8px 15px;
	font-size: 150%;
	margin: 0 0 15px;
	transform: translate(-50%);
	position: relative;
	left: 50%;
}
#recruit #Duties .bln1:before{
  content: '';
	position: absolute;
	top: 100%; left: 50%;
  border-top: 6px solid #2EA7E0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
#recruit .duties {
	line-height: 1.6em;
    margin: 0 0 6%;
}
#recruit .duties h3{
	color: #004EA0;
    font-size: 150%;
    font-weight: bold;
    line-height: 1.2em;
    border-bottom: 1px solid #CFCFCF;
    margin-bottom: 3%;
    padding-bottom: 1%;
}
#recruit .duties h4{
	color: #004EA0;
    font-size: 110%;
    margin-bottom: 5px;
}
#recruit .duties dl{
	margin: 0 0 30px;
}
#recruit .duties dl dt{
	font-weight: 600;
	font-size: 110%;
}


#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 #Duties {
    padding: 20px;
	}
	#recruit #Duties h2 {
    font-size: 180%;
	}
	#recruit #Duties dl dd {
    padding: 10px 10px 20px;
	}
	#recruit #Duties .bln1 {
    font-size: 120%;
	}
	#recruit .duties {
    padding: 10px;
	}
    
    #recruit #digitalbook p img {
        width: 50%;
    }
	
}
