.interview-list{
    width: 90%;
    margin: 100px auto 180px;
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}
.interview-list a{
	width: calc((100% - 48px) / 3);
}
.interview-list a dt{
    margin-bottom: 30px;
}
.interview-list a dt img{
    border-radius: 12px;
}
.interview-wrap .interview-title{
    font-size: 18px;
    font-weight: bold;
}
.interview-wrap .interview-personal{
    font-size: 16px;
    margin-top: 30px;
    line-height: 1.7;
}
.interview-wrap .interview-personal span{
    font-size: 14px;
}
@media (max-width: 768px) {
    .interview-list{
        gap: 50px;
        margin-bottom: 90;
    }
    .interview-list a{
        width: 100%;
    }
}

/* 詳細ページ */
.wrapper {
    display: flex;
    margin: 50px auto 0;
    align-items: flex-start;
}

.sidebar {
    width: 30%;
    position: relative;
    padding-left: 7%;
}


.sidebar-inner {
    position: relative;
}

.content {
    flex: 1;
    background: var(--blue);
    padding: 120px 10%;
}
.content-block{
    margin-bottom: 250px;
}
.content-block:last-child{
    margin-bottom: 0;
}
.content-block .title-en{
    font-size: 18px;
    margin-bottom: 30px;
    font-family: var(--font);
    color: var(--green);
}
.content-block .title-ja{
    font-size: 28px;
    margin-bottom: 70px;
    font-weight: bold;
}
.content-block dl{
    margin-bottom: 100px;
}
.content-block dt{
    font-size: 24px;
    margin-bottom: 60px;
    font-weight: bold;
}
.content-block dd{
    font-size: 16px;
    line-height: 2;
}
.schedule-box{
    background-color: #fff;
    padding: 50px;
    margin-bottom: 25px;
}
.schedule-box:last-child{
    margin-bottom: 0;
}
.schedule-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    background: url(../../../images/pages/recruit/icon-timer.svg) no-repeat center / cover;
}
.schedule-title{
    position: relative;
    padding-left: 28px;
    font-size: 18px;
    margin-bottom: 20px;
    color: var(--green);
    font-weight: bold;
}
.schedule-title span{
    display: inline-block;
    padding-left: 10px;
    color: #333;
}
.schedule-text{
    font-size: 16px;
}
.career-path-area {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px 0;
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 0;
  }
  
  .career-path-box {
    position: relative;
    padding-top: 40px;
    padding-right: 50px;
  }
  .career-path-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1.5px;
    background: var(--green);
  }
  
  .career-path-box::after {
    content: "";
    position: absolute;
    top: -5px;
    left: -10px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--green);
  }
  
  .path-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  
  .path-text {
    font-size: 16px;
    line-height: 1.8;
  }
  
  @media (max-width: 768px) {
    .content{
        padding: 60px 10%;
    }
    .content-block .title-en{
        font-size: 12px;
        margin-bottom: 15px;
    }
    .content-block .title-ja{
        font-size: 18px;
        margin-bottom: 40px;
    }
    .career-path-area {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 40px 0;
    }
    .content-block{
        margin-bottom: 100px;
    }
    .career-path-box {
        padding-right: 0;
        padding-top: 30px;
    }
    .career-path-box::after{
        width: 10px;
        height: 10px;
    }
    .career-path-box::before{
        height: 1px;
    }
    .path-title{
        font-size: 16px;
    }
    .path-text{
        font-size: 14px;
    }
    .content-block dt{
        font-size: 18px;
    }
    .content-block dd{
        font-size: 12px;
    }
    .schedule-title{
        font-size: 16px;
    }
    .schedule-text{
        font-size: 12px;
    }
    .schedule-box{
        padding: 10%;
    }
}

  

  /* もくじ */
  #shingle-interview #toc{
    background-color: transparent;
    border: none;
    padding: 0;
    width: 100%;
    margin-bottom: 40px;
  }
  #shingle-interview #toc a{
    font-size: 16px;
    line-height: 2;
  }
  .sidebar-inner{
    padding: 50px 0;
  }
  .sidebar-inner img{
    width: 200px;
    margin: 0 auto 30pxr;
  }
  .sidebar-img{
    margin-bottom: 30px;
  }

#shingle-interview .mv-inner{
    position: relative;
}

#shingle-interview .mv-inner .title{
    position: absolute;
    top: 5%;
    left: 10%;
}
#shingle-interview .mv-inner .title h2{
    font-size: 30px;
    font-weight: bold;
    font-family: var(--font);
    color: var(--green);
}
#shingle-interview .mv-section .title-wrap h3{
    font-size: 38px;
    text-align: left;
    margin-bottom: 100px;
    font-weight: bold;
}
#shingle-interview .mv-section .title-wrap .sub{
    text-align: left;
}
#shingle-interview .mv-section .title-wrap .sub span.name01{
    font-size: 22px;
}
#shingle-interview .mv-section .title-wrap .sub span.name02{
    font-size: 12px;
    display: inline-block;
    padding-left: 20px;
    color: var(--green);
}
#shingle-interview .mv-section .title-wrap .sub span.another{
    font-size: 18px;
    display: inline-block;
    margin-top: 25px;
    line-height: 1.7;
}
#shingle-interview .mv-section .mv-image{
    width: 50vw;
    height: 700px;
}
#shingle-interview .mv-section .mv-inner{
    width: 50vw;
}
@media (max-width: 768px) {
    #shingle-interview .mv-section .mv-image{
        width: 100%;
        height: 333px;
    }
    #shingle-interview .mv-section .title-wrap{
        width: 100%;
    }
    #shingle-interview .mv-section .mv-inner{
        width: 90%;
    }
    #shingle-interview .mv-section .title-wrap h3{
        font-size: 24px;
        margin-bottom: 30px;
    }
    #shingle-interview .mv-section .title-wrap h2{
        font-size: 14px;
    }
    #shingle-interview .mv-section .title-wrap .sub{
        line-height: 1.7;
    }
}