@charset "UTF-8";
html{
    font-size: 62.5%;
}
.section-inner{
    padding: 0 21.5%;
}
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;
}
.about-img_content{
    margin-top: 48px;
}
.wanted-table{
    width: 100%;
    margin-top: 76px;
}
 .wanted-table_content{
    background-color: #175FC7;
    color: #ffffff;
    padding: 1.5%;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    width: 15%;
 }
 .wanted-table_content_item{
    font-family: "BIZ UDGothic", sans-serif;
    font-size: 1.8rem;
    text-align: left;
    padding-left: 64px;
 }
 .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;
}
.wanted-table {
  border-collapse: separate;
  border-spacing: 0 40px; /* 横方向 0、縦方向 16px の余白 */
}
.wanted-table_content_box td {
  border-bottom: 2.5px solid #175FC7;
}
.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;
    line-height: 0.9;
    padding-left: 5px;
    margin: 76px auto 0;
    width: fit-content;
}
.e-league{
    display: flex;
    justify-content: space-between;
    margin-top: 78px;
}
.e-league-recruit-content-img{
    width: 50%;
}
.e-league-recruit-content{
    width: 42%;
}
.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;
}
.pc-recruit-button{
    padding: 15px 0;
    margin-top: 76px;
    text-align: center;
}
.about-philosophy_flex{
    display: flex;
    justify-content: space-between;
    margin-top: 76px;
}
.about-philosophy{
    width: 31%;
    border: #175FC7 1px solid;
}
.about-philosophy_number{
    width: fit-content;
    background: #175FC7;
    color: #ffffff;
    padding: 12px 8px;
    font-size: 1.6rem;
    font-weight: bold;
}
.about-philosophy_title{
    font-family: "BIZ UDGothic", sans-serif;
    font-size: 2.2rem;
    font-weight: 100;
    text-align: center;
}
.about-philosophy_subtitle{
    font-size: 1.6rem;
    color: #175FC7;
}
.about-philosophy_text{
    font-size: 1.3rem;
    padding: 0 15% 10px;
}
.border{
    border: #d9d9d9 solid 1.5px;
    margin: 20px 55px;
}
.timeline {
      position: relative;
    width: fit-content;
    margin: 60px auto 0;
    padding-bottom: 20px;
    }

    .timeline::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 36.1%;
    width: 1px;
    height: 100%;
    background: #175FC7;
    }

    .timeline-item {
      display: flex;
      align-items: center;
      margin-bottom: 60px;
      position: relative;
    }

    .timeline-item::before {
          content: '';
    width: 15px;
    height: 15px;
    background: #0056d2;
    border-radius: 50%;
    position: absolute;
        left: 35.1%;
    }

    .timeline-date {
        width: 200px;
      color: #175FC7;
      text-align: left;
      font-size: 1.6rem;
    }

    .timeline-content {
      margin-left: 150px;
      display: flex;
      gap: 20px;
      font-size: 1.6rem;
      font-family: "BIZ UDGothic", sans-serif;
    }
@media screen and (max-width: 1280px){
    .timeline::before{
        display: none;
    }
    .timeline-item::before{
        display: none;
    }
    .timeline-content{
        display: block;
        margin-left: 0;
    }
    .br{
        display: block;
        margin-top: 10px;
    }
    .e-league{
        display: block;
    }
    .e-league-recruit-content{
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px){
    article::before{
        display: none;
    }
    .section-inner{
        padding: 0 4.8%;
    }
    .wanted-table_content{
        width: 27%;
        font-size: 1.6rem;
    }
    .wanted-table{
        margin-top: 0;
    }
    .wanted-table_content_item{
        font-size: 1.6rem;
        line-height: 20px;
        padding: 10px 0 10px 10px;
        text-align: left;
    }
    .section-title{
        margin-top: 60px;
    }
    .e-league{
        display: none
    }
     .e-league-recruit-content{
        width: 100%;
    }
    .e-league-recruit-content_text{
        margin-top: 48px;
}
.recruit-button-content{
        margin-top: 40px;
    }
    .pc-recruit-button{
        display: none;
    }
    .about-philosophy {
    width: 80%;
    margin: 48px auto 0;
    }
    .about-philosophy_flex{
        display: block;
    }
    .timeline-item{
        display: block;
        width: 100%;
    }
    .timeline-content{
        margin-top: 10px;
    }
}

@media screen and (min-width: 769px){
    .sp-only {
        display: none;
    }
    .sp_e-league{
    display: none;
}
}