@charset "utf-8";

@import url("vendor/modaal.css");
@import url("vendor/slick.css");

.secondary-ttl {
  margin-bottom: 90px;
}
.e-section {
  padding: 130px 7.5%;
}


/* intervew */
#intervew .portrait-wrap {
  position: relative;
}
#intervew .portrait-wrap .portrait {
  width: 58%;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 14%);
  border-radius: 4px;
}
#intervew .portrait-wrap .prof {
  position: absolute;
  top: 50%;
  right: 10%;
  transform: translateY(-50%);
  width: 42%;
  font-weight: 600;
}
#intervew .portrait-wrap .prof .department {
  display: inline-block;
  margin-bottom: 15px;
  padding: 10px 45px;
  background: #252525;
  color: #fff;
}
#intervew .portrait-wrap .prof .detail {
  padding: 35px 45px;
  background: #fff;
}
#intervew .portrait-wrap .prof .detail .name {
  margin-bottom: 20px;
  font-size: 35px;
}
#intervew .portrait-wrap .prof .detail .add-data {
  line-height: 1.9;
}
#intervew .question {
  margin: 70px 0 40px;
  padding-left: 20px;
  border-left: 5px #e8b325 solid;
  font-weight: 600;
  font-size: 29px;
}
#intervew .answer {
  line-height: 2.1;
}


/* schedule */
#schedule .modal-img {
  position: relative;
  max-width: 1315px;
  width: 100%;
  margin-bottom: 50px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 14%);
}
.hover #schedule .modal-img a img:hover {
  transform: none;
}
#schedule .modal-img .zoom {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 20px;
  background: rgba(232, 179, 37, 0.8);
}
#schedule .modal-img .zoom img {
  width: 30px;
}
#schedule .pickup {
  max-width: 1315px;
  width: 100%;
  padding: 35px 100px 100px;
  border: 10px #52e6d7 solid;
  background: rgba(255,255,255,0.8);
}
#schedule .pickup .pickup-ttl {
  text-align: center;
}
#schedule .pickup .pickup-ttl .icon {
  display: inline-block;
  margin-bottom: 15px;
  padding: 4px 15px;
  border: 1px #252525 solid;
  background: #dffe04;
  box-shadow: 4px 4px 0px -1px rgba(0,0,0,1);
  color: #ff00c0;
  font-weight: 600;
}
#schedule .pickup .pickup-ttl span {
  display: inline-block;
  line-height: 1.8;
  padding: 0 50px;
  background: linear-gradient(transparent 55%, #52e6d7 55%);
  font-size: 40px;
  font-style: italic;
}
#schedule .pickup .pickup-ttl span img {
  display: inline-block;
  width: 33px;
  margin-left: 10px;
}
#schedule .inner-flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-top: 120px;
}
#schedule .inner-flex .snap-wrap {
  position: relative;
  width: 50%;
}
#schedule .inner-flex .snap-wrap .snap {
  border-radius: 4px;
}
#schedule .inner-flex .snap-wrap .week {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -70px;
  left: -75px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: #fad114;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
#schedule .inner-flex .snap-wrap .pickup-text {
  position: absolute;
  top: -30px;
  right: -15px;
  width: 170px;
}
#schedule .inner-flex .snap-wrap .week strong {
  display: block;
  font-size: 1.389em;
}
#schedule .inner-flex .text {
  width: 44%;
  padding-top: 15px;
}
#schedule .inner-flex .text .job-ttl {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 23px;
}
#schedule .inner-flex .text .detail {
  line-height: 1.86;
}

/* other-link */
.other-link {
  width: 100%;
}
.other-link .others-ttl {
  width: 84%;
  margin: 0 auto 70px;
}
.other-link .others-img {
  position: relative;
  padding-top: 74%;
  border-radius: 4px;
  overflow: hidden;
}
.other-link .others-img img {
  position: absolute;
  top: 0;
  left:0;
  right: 0;
  margin: auto;
  width: auto;
  height: 100%;
}
.other-link .slider .item .text {
  position: relative;
  margin: -80px 0 0 12%;
  width: 100%;
}
.other-link .slider .item .center {
  display: inline-block;
  width: auto;
  min-width: 200px;
  max-width: 80%;
  padding: 6px 20px;
  background: #252525;
  color: #fff;
  font-size: 0.875em;
}
.other-link .slider .item .center span {
  display: inline-block;
}
.other-link .slider .item .detail {
  padding: 5% 6%;
  background: #fff;
}
.other-link .slider .item .name {
  font-weight: bold;
  font-size: 1.188em;
}
.other-link .slider .item .sub {
  display: block;
  margin-top: 10px;
  font-size: 0.875em;
}
.slick-slide {
  padding: 0 2.3vw;
}
.slick-arrow {
  position: absolute;
  top: 25%;
  padding: 30px;
  cursor: pointer;
  z-index: 1;
}
.slick-arrow div {
  width: 30px;
  height: 30px;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
.prev {
  left: 0;
}
.prev div {
  transform: rotate(135deg);
}
.next {
  right: 0;
}
.next div {
  transform: rotate(-45deg);
}



@media all and (max-width: 1500px) {
  .other-link .others-img {
    padding-top: 95%;
  }
  .other-link .slider .item .center {
    width: 82%;
    min-width: 82%;
    padding: 7px 0 7px 15px;
    font-size: 0.75em;
    line-height: 1.4;
  }
  .other-link .slider .item .center span {
    display: block;
  }
  .slick-slide {
    padding: 0 2.8vw;
  }
}




@media all and (max-width: 1200px) {
  #intervew .portrait-wrap .prof {
    right: 0;
    width: 52%;
  }
  
  #schedule .pickup {
    padding: 35px 7% 100px;
  }
  #schedule .inner-flex .snap-wrap .week {
    top: -45px;
    left: -45px;
    width: 120px;
    height: 120px;
    font-size: 15px;
  }
  
  .other-link .slider .item .text {
    margin: -70px 0 0 12%;
  }
  .other-link .slider .item .name {
    font-weight: bold;
    font-size: 1.125em;
  }
  .other-link .slider .item .detail {
    padding: 6%;
  }
  .other-link .inner-flex .item .sub {
    margin-top: 5px;
    font-size: 0.813em;
  }
}


@media all and (max-width: 960px) {
  .e-section {
    padding: 80px 5%;
  }
  
  /* intervew */
  #intervew .portrait-wrap .portrait {
    width: 100%;
    border-radius: 4px;
  }
  #intervew .portrait-wrap .prof {
    position: relative;
    transform: none;
    width: 100%;
    margin: 20px 0 0;
  }
  #intervew .portrait-wrap .prof .department {
    margin-bottom: 4%;
    padding: 8px 15px;
    font-size: 0.875em;
  }
  #intervew .portrait-wrap .prof .detail {
    padding: 0;
    background: none;
  }
  #intervew .portrait-wrap .prof .detail .name {
    margin-bottom: 3%;
    font-size: 1.7em;
  }
  #intervew .portrait-wrap .prof .detail .add-data {
    font-size: 0.875em;
  }
  #intervew .question {
    margin: 70px 0 25px;
    padding-left: 15px;
    font-size: 1.25em;
  }
  #intervew .answer {
    font-size: 0.875em;
  }
  
  /* schedule */
  #schedule .pickup {
    padding: 35px 5% 60px;
  }
  #schedule .pickup .pickup-ttl .icon {
    font-size: 0.875em;
  }
  #schedule .pickup .pickup-ttl span {
    padding: 0 20px;
    font-size: 30px;
  }
  #schedule .pickup .pickup-ttl span img {
    width: 25px;

  }
  #schedule .inner-flex {
    margin-top: 100px;
  }
  #schedule .inner-flex .snap-wrap {
    width: 100%;
  }
  #schedule .inner-flex .snap-wrap .week {
    width: 140px;
    height: 140px;
    font-size: 18px;
  }
  #schedule .inner-flex .snap-wrap .pickup-text {
    top: -5vw;
    right: -2.5vw;
    width: 32vw;
  }
  #schedule .inner-flex .text {
    width: 100%;
    padding-top: 20px;
  }
  #schedule .inner-flex .text .job-ttl {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 1.25em;
  }
  #schedule .inner-flex .text .detail {
    line-height: 1.86;
    font-size: 0.875em;
  }
  .other-link .slider .item .name {
    font-size: 1em;
  }
  .other-link .slider .item .text {
    margin: -70px 0 0 7%;
  }
  .slick-slide {
    padding: 0 4vw;
  }
}

@media all and (max-width: 670px) {
  .slick-slide {
      padding: 0 6vw;
  }
}

@media all and (max-width: 520px) {
  .e-section {
    padding: 60px 5%;
  }
  .secondary-ttl {
    margin-bottom: 50px;
  }
  
  #intervew .question {
    margin: 50px 0 25px;
  }
  
  
  #schedule .pickup {
    border: 5px #52e6d7 solid;
  }
  #schedule .pickup .pickup-ttl span {
    padding: 0 10px;
    font-size: 25px;
  }
  #schedule .pickup .pickup-ttl span img {
    width: 20px;
  }
  #schedule .inner-flex {
    margin-top: 19vw;
  }
  #schedule .inner-flex .snap-wrap .week {
    top: -10vw;
    left: -10vw;
    width: 25vw;
    height: 25vw;
    font-size: 3.5vw;
  }
  
  
  
  .other-link .slider .item .name {
    font-size: 1.188em;
  }
  .other-link .slider .item .center span {
     display: inline-block;
  }
  
}








































