.intetn-wrapper {
    max-width: 1000px; 
    width: 90%; 
    margin: 5rem auto;
}

.itern-inteview-ttl{
    text-align: center;
    margin-top: 4rem;
    font-size: 1.7rem;
    font-weight: bold;
}
.intern-school-ex {
    border: solid 1px;
    border-radius: 7px;
    padding: 5px 10px;
    max-width: 85rem;
    width: 100%;
    margin: 0 auto 2rem;
}

.intern-school-naem {
    margin-right: 4.5rem;
}

.intern-s-ttl {
    margin: 2rem 0 .3rem;
    font-size: 2rem;
}

.intern-anker {
    color: #0b57d0;
    text-decoration: underline;
    font-size:2rem;
}

.intern-link-box {
    display: flex;
    max-width: 80rem;
    width: 100%;
    margin: 0 auto 3rem;
    justify-content: space-between;
    flex-wrap: wrap;
}

.intern-schoo-ttl {
    text-align: center;
    font-weight: bold;
    margin: 3rem 0 .3rem;
    font-size: 20px;
}

.inter-img-box {
    max-width: 1000px;
    width: 100%;
    display: flex;
    align-items: center;
    margin: 5rem auto;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem;
}

.inter-img-box img {
    width: 100%;
    max-width: 300px;
    border-radius: 1.5rem;
}

.page-top-img-box {
    width: 100%;
    height: 220px;
    background-image: url(../images/tentitive/page-top-img.jpg);
    position: relative;
    background-size: cover;
}

.top-title{
    position: absolute;
    bottom: 11rem;
    left: 18rem;
}
.top-title .ja{
    font-size: 4rem;
    font-weight: bold;
}
.top-title .en{
    background: var(--main-color);
    color: white;
    width: 200px;
    padding: 0rem 2rem;
    font-size: 1.7rem;
}

.ideal-candidate {
    width: calc(1000px / 3)!important;
    border: solid .1rem #c3c2c2;
    text-align: center;
    padding: 1rem 1rem;
}

.tab-container {
    display: flex;
    justify-content: center;
    margin-bottom: 21px;
    margin-top:2rem;
}

.tab {
    padding: 1rem 2rem;
    cursor: pointer;
    border: 1px solid #ccc;
    background-color: white;
    margin: 0 5px;
    width: 19rem;
    text-align: center;
}

.tab.active {
    background-color: #0e5cb1;
    color: white;
    font-weight: bold;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}
.tab-content-second.active {
     padding-top:2.5rem;
}

/* ======================== */
/* スマホ対応（768px以下） */
/* ======================== */
@media screen and (max-width: 768px) {
    .intetn-wrapper {
       font-size:1.4rem;
       max-width: 1000px; 
       width: 90%; 
       margin: 5rem auto;
    }
    .intern-wrapper { /* Fixed the typo here */
        font-size: 1.5rem; /* Corrected the missing semicolon */
    }

    .intern-school-ex {
        padding: 10px;
        border: solid 1px;
        border-radius: 7px;
        padding: 5px 10px;
        max-width: 85rem;
        width: 100%;
        margin: 0 auto 2rem;
    }

    .intern-school-naem {
        margin-right: 2rem;
    }

    .intern-s-ttl {
        font-size: 1.5rem;
    }

    .intern-link-box {
        flex-direction: column;
        align-items: center;
    }

    .inter-img-box {
        flex-direction: column;
        align-items: center;
        margin-top: 2rem;
    }

    .inter-img-box img {
        max-width: 80%;
    }

    .intern-schoo-ttl {
        font-size: 1.3rem;
    }
   .tab{
       font-size: 1.4rem;
   }
  .tab-container{
       margin-top: 2rem;
   }
  .ideal-candidate{
     margin:0 auto;
  }
  .recruite-slide{
      width: 83vw;
      margin: 0 auto;
      display: block;
      border-radius: 1.5rem;
  }
   .pc-show{
        display: none;
    }
    .sp-show{
        display: block;
    }
    .front-tool-slide-wrapper{
        margin:2rem auto 4rem;
    }
   .requirements-wrapper{
        margin-top:5rem;
    } 
    .top-title{
        position: absolute;
        bottom: 4rem;
        left: 1rem;
    }
    .top-title .ja{
        font-size: 3rem;
        font-weight: bold;
    }
    .top-title .en{
        background: var(--main-color);
        color: white;
        font-size: 3.5vw;
        padding: 0rem 2rem;
    }
.page-top-img-box {
    width: 100vw;
    height: 90px;
    background-image: url(../images/tentitive/page-top-img.jpg);
    position: relative;
    background-size: cover;
}
.itern-inteview-ttl{
    text-align: center;
    font-weight: bold;
}
.intern-anker {
    font-size:1.8remrem;
}
}