/* 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 #Recruitment h2{
    color: #fff;
    background:#004EA0;
    font-weight: 600;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    margin-top: 50px;
    padding: 20px 0;
}
#recruit #Recruitment .txt {
    font-weight: 600;
    color: #004EA0;
    line-height: 1.8em;
    font-size: 110%;
}
#recruit #Recruitment .table_temp th i {
    margin-right: 5px;
}

#recruit #Skillup h2{
    color: #fff;
    background: #004EA0;
    font-weight: 600;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    margin-top: 50px;
    padding: 20px 0;
}
#recruit #Skillup .txt {
    font-weight: 600;
    padding: 0 10px;
    color: #004EA0;
    line-height: 1.8em;
    font-size: 110%;
    margin: 30px 0;
}


#recruit #Development{}
#recruit #Development h2 {
    color: #fff;
    background:#004EA0;
    font-weight: 600;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    margin-top: 50px;
    padding: 20px 0;
}
#recruit #Development .txt {
    font-weight: 600;
	padding: 0 10px;
    color: #004EA0;
    line-height: 1.8em;
    font-size: 110%;
    margin: 30px 0;
}
#recruit #Development .interview {
	border: none;
}
#recruit #Development .interview .name{
    font-size: 180%;
    margin: 10px 0; 
}

#recruit #Development .interview .info {
	margin: 10px;
    display: flex;
    justify-content: flex-start;
    color: #2074CC;
    gap: 30px;
}
#recruit #Development .interview .info dd {
    width: 460px;
    margin-top: 20px;
}
#recruit #Development .interview .cnt  dt{
    margin: 30px 0 10px;
    font-size: 160%;
    color: #2074CC;
}

#recruit #Development h3 {
    color: #fff;
    background:#2074CC;
    padding: 10px;
    text-align: center;
	font-size: 170%;
	font-weight: normal;
}

#recruit #Recruitment table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
}
#recruit #Recruitment table th, 
#recruit #Recruitment table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#recruit #Recruitment table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align:center;
    width: 30%;
    background-color: #f4f7fb;
}
#recruit #shinwakai h2 {
    color: #fff;
    background:#004EA0;
    font-weight: 600;
    font-size: 180%;
    letter-spacing: 2px;
    text-align: center;
    border: none;
    margin-top: 50px;
    padding: 20px 0;
}
#recruit #shinwakai .txt {
    font-weight: 600;
	padding: 0 10px;
    color: #004EA0;
    line-height: 1.8em;
    font-size: 110%;
    margin: 30px 0;
}

#recruit #shinwakai .imgBox {
  text-align: center;
  margin: 40px auto;
}

/* 野球大会（メイン1枚） */
#recruit #shinwakai .imgBox ul.main {
  justify-content: center;
  margin-bottom: 40px;
}

#recruit #shinwakai .imgBox ul.main .main-item {
  flex: 0 1 60%;
  max-width: 1000px;
  text-align: center;
  font-weight: 600;
}

#recruit #shinwakai .imgBox ul.main .main-item img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
}

/* 下段の画像（3枚×2行） */
#recruit #shinwakai .imgBox ul.flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

#recruit #shinwakai .imgBox ul.flex li {
  flex: 1 1 30%;
  max-width: 300px;
  text-align: center;
  font-weight: 600;
}

#recruit #shinwakai .imgBox ul.flex li img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 8px;
  display: block;
}

#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 #Recruitment h2 {
    font-size: 180%;
	}
	#recruit #Skillup .txt {
    padding: 0 10px;
	}
	

    #recruit #shinwakai .imgBox ul,
    #recruit #shinwakai .imgBox ul.flex,
    #recruit #shinwakai .imgBox ul.main {
        display: block;
        margin: 0 auto 30px;
    }

    #recruit #shinwakai .imgBox ul li,
    #recruit #shinwakai .imgBox ul.main .main-item {
        max-width: 100%;
        margin: 0 auto 25px;
    }

    #recruit #shinwakai .imgBox ul li img,
    #recruit #shinwakai .imgBox ul.main .main-item img {
        width: 90%;
        max-width: 360px;
        margin: 0 auto 8px;
        display: block;
    }
    
    #recruit #digitalbook p img {
        width: 50%;
    }
	
}
