.header__pc-menu-items {
  color : #000000 ;
}

.case_study {
  width: var(--content-width);
  margin-right: auto;
  margin-left: auto;
}

.features__title .l-title_trial{
  display: inline-block;
  font-size: 18px;
  color: #ffffff;
  background-color: var(--g-color-green);
  border-radius: 10px;
  padding: 10px 15px;
  margin-top: 18rem;
}

/* もくじ */
.case-menu {
  color: var(--g-color-green);
  background-color: var(--g-color-light-green);
  border-bottom: #ffffff;
  border-radius: 15px 15px 0 0;
  margin-bottom: -3px;
  padding: 18px 0;
}
.mokuji {
  width : 80% ;
  margin : 50px auto ;
}
.mokuji-txt {
  text-align : center ;
  padding : 15px 0 ;
  font-size : 200% ;
  font-weight : bold ;
  background : #fff053 ; 
  border-radius : 15px 15px 0 0;
  border : solid 3px #289e64 ;
  border-bottom : none ;
}
.menu-txt {
  background: #ffffff;
  border-radius: 0 0 15px 15px;
  padding: 20px 50px;
  font-weight: bold;
  line-height: 2.5;
  font-size: 130%;
  border : solid 3px #289e64 ;
}
.icon-bottom {
  display : flex ;
}
.icon-bottom > span {
  width : 3% ;
}
.icon-bottom > span >img {
  vertical-align : middle ;
  margin : 0 15px ;
}
.icon-bottom > img {
  width : 25px ;
  position : absolute ;
}

/* インタビュー導線 */
.case-interview-leads{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 3%;
}
.case-interview-leads .case-con{
  width: calc(85% / 3);
  background-color: var(--g-color-light-green);
  border-radius: 35px;
  padding: 20px;
  text-align: center;
}

.case-interview-leads a:hover{
  opacity: .7;
}
.case-interview-tile-img > img{
  /* width: 80%; */
  border-radius: 25px;
}
.case-interview-con{

}
.case-interview-con-txt{
  font-size: 18px;
}
.school-name{
  font-size: 14px;
}
/* 使いかた */
.use,
.interview {
  background-color: #ffffff;
  margin-bottom: -3px;
  padding: 18px 0;
}
.use-title {
  text-align : center ;
  margin-top : 50px ;
}
.use-title-1 {
  font-size : 40px ;
  font-weight : 700 ;
}
.use-title-2 {
  font-size : 28px ;
  font-weight : 700 ;
  color : #289e64 ;
}
.sub-title {
  font-size : 18px ;
  font-weight : 700 ;
  color : #289e64 ;
}
.case-step-title {
  display : flex ;
  justify-content : center ;
}
.case-step-tile-img {
  margin : 0 25px ;
}
.case-step-tile-img > img {
  width : 80px ;
}
.case-step-tile-txt {
  padding-top: 25px;
  font-size: 35px;
  font-weight: bold;
}
.case-step-tile-txt > p {
  background: linear-gradient(transparent 60%, var(--g-color-light-orange) 50%);
}
.case-step-con {
  text-align : center ;
  margin : 5px 15px ;
}
.orange-font {
  font-size : 25px ;
  color : #EC6F25 ;
  font-weight : bold ;
}
.case-step-con-txt {
  font-size : 18px ;
}
.case-step-con-img {
  width : 60% ;
  margin-top : 15px ;
}
.case-con {
  margin-top : 80px ;
}
.use-other {
  display : flex ;
  justify-content : center ;
  margin : 50px 15px 80px ;
}
.use-other-txt {
  font-weight: 700;
  font-size: 20px;
  padding-top: 70px;
}
.use-other-green {
  color: #289e64;
  font-size: 40px;
  font-weight: 700;
  line-height : 1.5 ;
}
.use-other > img {
  width: 4%;
  margin: 0 30px;
}
@media screen and (max-width: 768px) {
  .case-interview-leads .case-con {
    width: calc(85% / 1);
    margin-top: 30px;
  }  
}

/* 先生の声 */
.voice {
  position : relative ;
  z-index : 1 ;
}
.voice::before {
  content: "";
  position: absolute;
  top: 1px;
  transform: translateY(-98%) translateX(-6%);
  display: block;
  width: 480%;
  height: 8.7922714286vw;
  background-image: url(../images/features-top-mask.svg);
  background-repeat: no-repeat;
}
.voice-title {
  text-align : center ;
  padding-top : 50px ;
}
.voice-title > img {
  width : 75%;
}
.voice-title > p {
  font-size :25px ;
  font-weight : 700 ;
}
.voice-q {
  text-align : center ;
}
.voice-q > img {
  width : 80% ;
}
.voice-a {
  display : flex ;
  justify-content : space-between ;
}
.a1 {
  margin-top : -120px ;
}
.a2 {
  margin-top : -120px ;
}
.a3 {
  margin-top : -120px ;
}
.a4 {
  margin-top : -100px ;
}
.a5 {
  margin-top : -70px ;
}
.voice-box {
  margin : 50px 0 80px ;
}
.voice-a-txt {
  width : 50% ;
}
.voice-a-img {
  width : 55% ;
}
.img-a1 {
  margin-top : 70px;
}
.img-a2 {
  margin-top : 80px;
}
.img-a3 {
  margin-top : 120px;
}
.img-a4 {
  margin-top : 70px;
}
.img-a5 {
  margin-top : 50px;
}

.voice-a-title {
  position : relative ;
  top : 40px ;
  text-align : left ;
}
.voice-a-title > img {
  width : 90% ;
}
.voice-a-detail {
  background: #ffffff;
  padding: 50px 30px 30px;
  border-radius: 15px;
}
.detail-title {
  font-weight : bold ;
  line-height : 1.3 ;
  font-size : 18px ;
}
.detail-title > span {
  font-size : 25px ;
  color : #289e64 ;
}
.detail-txt {
  margin : 30px 0 ;
  font-size : 18px ;
}
.margin-non {
  margin-bottom : 0;
}
.margin-top-non {
  margin-top : 0 ;
}
.attention {
  font-size : 80% ;
  margin-top : 10px;
}
.detail-school {
  text-align : right ;
  color : #289e64 ;
  margin : 10px 0 ;
}
.case-banner {
  text-align : center ;
  margin-top : 50px ;
}
.case-banner > img {
  width : 70% ;
}

.case-banner > a {
  margin-top : 30px ;
}
.banner-width {
  width : 70% ;
}
.faq__footer {
  margin-bottom : 100px ;
}


/* まるいオブジェクト */
@media screen and (max-width:1738px) and (min-width:1652px) {
  .voice::before {
    width : 450% ;
  }
}
@media screen and (max-width:1651px) and (min-width:1521px) {
  .voice::before {
    width : 400% ;
  }
}
@media screen and (max-width:1520px) and (min-width:768px) {
  .voice::before {
    width : 350% ;
  }
}
@media screen and (max-width:767px) {
  .voice::before {
    width : 200% ;
    transform: translateY(-95%) translateX(-1%);
  }
}

/* 目次 */
@media screen and (min-width:768px) {
  .mokuji-sp {
    display : none ;
  }
}
@media screen and (max-width:767px) {
  .mokuji {
    display : none ;
  }
  .mokuji-sp {
    margin-top : 50px ;
  }
  .mokuji-sp-txt {
    background : #fff053 ;
    border-radius : 30px ;
    font-size : 100% ;
    font-weight : 700 ;
    width : 30% ;
    text-align : center ;
  }
  .menu-sp-txt > a > p {
    background : #ffffff ;
    font-size : 90% ;
    font-weight : 700 ;
    margin : 10px 15px;
    padding : 15px ;
    border-radius : 15px ;
    border : solid 3px #289e64 ; 
  }
  .voice-title > img {
    width : 100% ;
  }
  .voice-q > img {
    width : 90% ;
  }
  .voice-a {
    display :inline-block ;
  }
  .voice-a-txt {
    width : 90% ;
    margin : 0 auto ;
  }
  .voice-a-img {
    width : 90% ;
    margin : 0 auto ;
  }
  .voice-box {
    margin : 30px 0 ;
  }
  .detail-school {
    font-size : 14px ;
  }
  .case-banner > img {
    width : 90% ;
  }
  .banner-width {
    width : 90% ;
  }
}
@media screen and (max-width:767px) and (min-width:431px) {
  .a1 {
    margin-top : -80px ;
  }
  .a2 {
    margin-top : -80px ;
  }
  .a3 {
    margin-top : -80px ;
  }
  .a4 {
    margin-top : -70px ;
  }
  .a5 {
    margin-top : -60px ;
  }
}
@media screen and (max-width:430px) {
  .a1 {
    margin-top : -50px ;
  }
  .a2 {
    margin-top : -50px ;
  }
  .a3 {
    margin-top : -50px ;
  }
  .a4 {
    margin-top : -40px ;
  }
  .a5 {
    margin-top : -30px ;
  }
}


@media screen and (max-width:640px) {
  .case-step-tile-txt > p {
    background : none ;
    line-height : 1.3 ;
  }
  .case-step-con-img {
    width : 100% ;
  }
  .case-step-title {
    display : inline ;
  }
  .case-step-tile-img {
    text-align : center ;
  }
  .case-step-tile-txt {
    text-align : center ;
  }
  .use-other {
    display : inline ;
  }
  .use-other > img {
    display : none ;
  }
  .use-other-txt {
    padding-top : 10px ;
    margin : 0 15px ;
  }
}