@charset "UTF-8";
html{
    font-size: 62.5%;
}
.section-inner{
    padding: 0 17.3%;
}
article {
    position: relative;
}
article::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    background-image: url(../images/echizen.png);
    background-repeat: repeat-y;
}
.title{
    font-size: clamp(2rem, 1.030rem + 0.939vw, 3rem);
    font-weight: bold;
    text-align: center;
    margin-top: 164px;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    letter-spacing: 5px;
    margin-top: 104px;
}
.section-title{
    font-size: clamp(2rem, 1.930rem + 0.3vw, 2.2rem);
    font-family: "BIZ UDGothic", sans-serif;
    font-weight: bold;
    color: #175FC7;
    border-left: solid 10px #175FC7;
    display: block;
    margin: 76px auto 0;
    width: fit-content;
    line-height: 0.9;
    padding-left: 5px;
}
.recruit-content_title{
    color: #175FC7;
    font-size: clamp(2rem, 1.718rem + 1.202vw, 2.8rem);
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    margin-left: 21.2%;
}
.recruit-content{
    width: 45%;
}
.recruit-content_number{
    color: #ffffff;
    background-color: #175FC7;
    font-size: 2rem;
    font-weight: bold;
    justify-content: center;
    padding: 15px 4%;
    height: fit-content;
    margin-top: 20px;
}
.recruit-content_subtitle{
    color: #000000;
    font-size: 1.6rem;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
}
.recruit-content_box{
    display: flex;
}
.recruit-flexbox{
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
}
.recruit-content-img{
    width: 50%;
}
.recruit-content_text{
    font-size: 1.6rem;
    margin-top: 56px;
    line-height: 2.3;
    font-family: "BIZ UDGothic", sans-serif;
}
.e-league{
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
}
.e-league-recruit-content{
    width: 42%;
}
.e-league-recruit-content-img{
    width: 50%;
}
.e-league-recruit-content_text{
    font-family: "BIZ UDGothic", sans-serif;
    font-size: 1.6rem;
    line-height: 32px;
}
.recruit-button{
    font-size: 2rem;
    line-height: 2px;
    letter-spacing: 2px;
    background-color: #175FC7;
    padding: 15px 25px;
    color: #ffffff;
    border-radius: 15px;
    font-weight: bold;
}
.recruit-button-content{
    padding: 15px 0;
    margin-top: 15px;
    text-align: center;
}

.wanted-table{
    width: 100%;
    margin-top: 76px;
}
 .wanted-table_content_box{
    border-top: #000000 1px solid;
    border-bottom: #000000 1px solid;
 }
 .wanted-table_content{
    background-color: #175FC7;
    color: #ffffff;
    padding: 2.7%;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 8px;
    text-align: center;
    width: 33%;
 }
 .wanted-table_content_item{
    font-family: "BIZ UDGothic", sans-serif;
    font-size: 1.8rem;
    text-align: center;
 }
 .recruit-entry-button{
    font-size: 2rem;
    line-height: 2px;
    letter-spacing: 6px;
    background-color: #175FC7;
    padding: 15px 27px;
    color: #ffffff;
    border-radius: 15px;
    font-weight: bold;
}
.entry-button-content{
    padding: 15px 0;
    margin-top: 74px;
    text-align: center;
}
@media screen and (max-width: 1024px){
    .recruit-flexbox{
        display: block;
    }
    .recruit-content{
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    article::before{
        display: none;
    }
    .section-inner{
        padding: 0 4.8%;
    }
    .section-title{
        margin-top: 60px;
    }
    .recruit-flexbox{
        display: block;
        margin-top: 48px;
    }
    .recruit-content{
        width: 100%;
    }
    .recruit-content_title{
        /* font-size: 2rem; */
        text-align: center;
        margin-left: 12.2%;
    }
    .recruit-content_number{
        margin-top: 5px;
    }
    .recruit-content_text{
        margin-top: 12px;
    }
    .e-league{
        display: none
    }
    .e-league-recruit-content{
        width: 100%;
    }
    .recruit-button-content{
        margin-top: 40px;
    }
    .e-league-recruit-content_text{
        margin-top: 48px;
}
.wanted-table_content_box {
    display: block;
    width: 100%;
  }
  .wanted-table_content,
  .wanted-table_content_item {
    display: block;
    width: 100%;
    text-align: left;
    box-sizing: border-box;
  }
  .wanted-table_content {
    padding: 17px;
    font-size: 1.6rem;
    text-align: center;
  }
  .wanted-table_content_item {
    padding: 17px;
    font-size: 1.6rem;
    text-align: center;
  }
  .wanted-table{
    border-right: solid 1px;
    border-left: solid 1px;
  }
}
@media screen and (min-width: 769px){
    .sp_e-league{
    display: none;
}
}