@charset "utf-8";

/*--------------------------------------------------------------------------
   Overwright
---------------------------------------------------------------------------*/
.page-ttl {
  background: url(../image/alumni/img_kv_pc.jpg) no-repeat center center;
  background-size: cover;
}
.page-ttl h1 {
  max-width: 480px;
}

.modaal-container {
  max-width: 1000px;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/

/* alumni
-----------------------------------------------------------------*/
.alumni {
  padding: 85px 0 60px;
}
.alumni .txt-lead {
  margin-bottom: 30px;
  font-size: 2.8rem;
  line-height: 1.4;
  color: #7fbe26;
  font-weight: 800;
  text-align: center;
}
.alumni .txt-lead + .txt {
  margin-bottom: 60px;
  font-size: 1.8rem;
  text-align: center;
}

.alumni .course + .course {
  margin-top: 50px;
}
.alumni .course h3 {
  margin-bottom: 25px;
  font-size: 2.8rem;
  font-weight: 800;
  text-align: center;
}
.alumni .course01 h3 {
  color: #20aee5;
}
.alumni .course02 h3 {
  color: #f4ab3c;
}
.alumni .course03 h3 {
  color: #eb7a99;
}

/* alumni-list
-----------------------------------------------------------------*/
.alumni-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.alumni-list li {
  max-width: 420px;
  width: 100%;
  margin: 0 15px;
  border-radius: 20px;
  border: 4px solid #231815;
  background: url(../image/alumni/bg_voice.png);
}
.alumni-list li .btn-pc-alumni:hover {
  background: #fff;
}
.alumni-list li .btn-pc-alumni {
  border-radius: 20px;
  transition: 0.3s;
}
.alumni-list li .btn-pc-alumni a {
  position: relative;
  display: block;
  /* padding-bottom: 20%; */
  background: url(../../common/image/arw_circle_bk.svg) no-repeat right 20px center;
  background-size: 20px auto;
}
.alumni-list li .btn-pc-alumni span {
  /* position: absolute; */
  display: block;
  left: 0;
  bottom: 0;
  width: 84%;
}
.alumni-list li .btn-pc-alumni span img {
  border-radius: 0 0 0 15px;
}

/* voice-alumni-cont
-----------------------------------------------------------------*/
.voice-cont {
  display: none;
}
.voice-alumni-cont {
  max-width: 1200px;
  padding: 0 4% 40px;
  border-radius: 20px;
  border: 4px solid #231815;
  background: url(../image/alumni/bg_voice.png);
}
.voice-alumni-cont h4 {
  position: relative;
  height: 104px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}
.voice-alumni-cont h4 span {
  position: absolute;
  left: 0;
  bottom: 0;
}
.voice-alumni-cont h4 img {
  width: 344px;
  height: auto;
}
.voice-alumni-cont .layout-box {
  margin-bottom: 30px;
  flex-direction: row-reverse;
}
.voice-alumni-cont .layout-box .pic {
  position: relative;
  width: 30%;
}
.voice-alumni-cont .layout-box .pic .baloon {
  position: absolute;
}
.voice-alumni-cont01 .baloon {
  left: 1%;
  top: 1%;
  width: 31.5%;
}
.voice-alumni-cont02 .baloon {
  right: 3%;
  top: 2%;
  width: 35%;
}
.voice-alumni-cont03 .baloon {
  left: 4%;
  top: 3%;
  width: 38.9%;
}
.voice-alumni-cont .layout-box .txt-area {
  width: 70%;
  padding-right: 20px;
}
.voice-alumni-cont .txt-area h5 {
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 800;
}
.voice-alumni-cont01 .txt-area h5,
.voice-alumni-cont02 .txt-area h5,
.voice-alumni-cont03 .txt-area h5 {
  color: #20aee5;
}
.voice-alumni-cont04 .txt-area h5,
.voice-alumni-cont05 .txt-area h5 {
  color: #f4ab3c;
}
.voice-alumni-cont06 .txt-area h5,
.voice-alumni-cont07 .txt-area h5 {
  color: #eb7a99;
}

.voice-alumni-cont .txt-area .txt {
  margin-bottom: 25px;
  font-size: 1.5rem;
}
.voice-alumni-cont .txt-area .person {
  font-size: 1.3rem;
  line-height: 1.5;
}
.voice-alumni-cont .btn-close span {
  max-width: 240px;
  height: 50px;
  line-height: 48px;
  background-position: right 15px center;
  cursor: pointer;
}

@media screen and (max-width: 1720px) {
  .alumni-list li:nth-child(3) {
    /* margin-top:20px; */
  }
}

@media screen and (max-width: 1280px) {
  .alumni-list li {
    width: 49%;
  }
  .alumni-list li:nth-child(3) {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------------------
   mobile
---------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .page-ttl {
    background: url(../image/alumni/img_kv_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .page-ttl h1 {
    max-width: 280px;
  }

  /* alumni
-----------------------------------------------------------------*/
  .alumni {
    padding: 30px 0;
  }
  .alumni .txt-lead {
    margin-bottom: 15px;
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .alumni .txt-lead + .txt {
    margin-bottom: 20px;
    font-size: 1.4rem;
    text-align: left;
  }

  .alumni .course + .course {
    margin-top: 25px;
  }
  .alumni .course h3 {
    margin-bottom: 10px;
    font-size: 2.4rem;
  }

  /* alumni-list
-----------------------------------------------------------------*/
  .alumni-list {
    display: block;
  }
  .alumni-list li {
    max-width: initial;
    width: 100%;
    margin: 0;
    border-radius: 10px;
    border: 3px solid #231815;
  }
  .alumni-list li + li {
    margin-top: 15px;
  }
  .btn-sp-alumni {
    position: relative;
    height: 70px;
    background: url(../../common/image/arw_round_down.svg) no-repeat right 15px center;
    background-size: 20px auto;
    cursor: pointer;
  }
  .alumni-list li.open .btn-sp-alumni {
    background-image: url(../../common/image/arw_round_up.svg);
  }
  .alumni-list li .btn-sp-alumni span {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  #Page .btn-sp-alumni span img {
    width: 290px;
    height: auto;
  }

  /* voice-alumni-cont
-----------------------------------------------------------------*/
  .voice-alumni-cont {
    max-width: initial;
    padding: 15px 0 35px;
    margin: 0 15px;
    border: none;
    background: none;
  }
  .voice-alumni-cont h4 {
    position: relative;
    height: 104px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
  }
  .voice-alumni-cont h4 span {
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .voice-alumni-cont h4 img {
    width: 344px;
    height: auto;
  }
  .voice-alumni-cont .layout-box {
    display: block;
  }
  .voice-alumni-cont .layout-box .pic {
    width: 100%;
    margin-bottom: 15px;
  }
  .voice-alumni-cont01 .baloon {
    left: 1%;
    top: 1%;
    width: 31.5%;
  }
  .voice-alumni-cont02 .baloon {
    right: 3%;
    top: 2%;
    width: 35%;
  }
  .voice-alumni-cont03 .baloon {
    left: 4%;
    top: 3%;
    width: 38.9%;
  }
  .voice-alumni-cont .layout-box .txt-area {
    width: 100%;
    padding-right: 0;
  }
  .voice-alumni-cont .txt-area h5 {
    font-size: 1.8rem;
  }

  .voice-alumni-cont .txt-area .txt {
    margin-bottom: 15px;
  }
  .voice-alumni-cont .txt-area .person {
    margin-bottom: 25px;
    font-size: 1.3rem;
  }
  .voice-alumni-cont04 .txt-area .person,
  .voice-alumni-cont05 .txt-area .person,
  .voice-alumni-cont06 .txt-area .person,
  .voice-alumni-cont07 .txt-area .person {
    display: flex;
    align-items: flex-end;
  }
  .voice-alumni-cont .txt-area .person .txt-person {
    padding-bottom: 15px;
  }
  .voice-alumni-cont04 .txt-area .person .pic {
    width: 34.8%;
  }
  .voice-alumni-cont05 .txt-area .person .pic {
    width: 33.04%;
  }
  .voice-alumni-cont06 .txt-area .person .pic {
    width: 37.24%;
  }
  .voice-alumni-cont07 .txt-area .person .pic {
    width: 38.5%;
    margin-right: -10px;
  }
  .voice-alumni-cont .btn-close span {
    max-width: 280px;
    background-image: url(../../common/image/arw_round_up.svg);
  }
}
