@charset "UTF-8";
main.senpai .pagettl {
  border-top: 1px solid #C7C7C7;
  background-color: #F7F7F7;
  padding: 14px 0 14px 10px;
  margin-bottom: 20px;
}
main.senpai .pagettl h1 {
  color: #3470B5;
  font-size: 20px;
  font-weight: 500;
  max-width: 1200px;
  margin: auto;
}
main.senpai .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: justify;
}
main.senpai .sec01 {
  max-width: 1200px;
  margin: 0 auto 60px;
}
main.senpai .sec01 .sec01-left {
  width: 96%;
  margin: 0 auto 40px;
}
main.senpai .sec01 .sec01-left .mv {
  margin-bottom: 20px;
}
main.senpai .sec01 .sec01-left .mv img {
  max-width: 768px;
  max-height: 410px;
  display: block;
  margin: auto;
  width: 100%;
}
main.senpai .sec01 .sec01-left .wrap {
  margin-bottom: 40px;
}
main.senpai .sec01 .sec01-left .wrap h2.dept {
  color: #fff;
  border: none;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: left;
  margin-bottom: 18px;
}
main.senpai .sec01 .sec01-left .wrap h2.dept span {
  font-weight: 700;
}
main.senpai .sec01 .sec01-left .wrap h2.dept span.d01 {
  background: #326094;
  padding: 12px 14px;
}
main.senpai .sec01 .sec01-left .wrap h2.dept span.d02 {
  background: #7d5d98;
  padding: 12px 14px;
}
main.senpai .sec01 .sec01-left .wrap h2.dept span.d03 {
  background: #4C8681;
  padding: 12px 14px;
}
main.senpai .sec01 .sec01-left .wrap h2.dept span.d04 {
  /*background: #986372;*/
    background: #FF73E8;
  padding: 12px 14px;
}
main.senpai .sec01 .sec01-left .wrap h3 {
  margin-bottom: 14px;
  font-weight: 700;
  font-family: monospace;
}
main.senpai .sec01 .sec01-left .wrap p {
  font-size: 1.1rem;
}
main.senpai .sec01 .sec01-right {
  margin: auto;
  background: #fff;
  padding: 20px;
}
main.senpai .sec01 .sec01-right h4 {
  color: #3470B5;
  text-align: center;
  margin-bottom: 26px;
  font-size: 1.9rem;
  line-height: 1.4;
}
main.senpai .sec01 .sec01-right h4 span {
  display: block;
  color: #191919;
  font-weight: 400;
  font-size: 1rem;
}
main.senpai .sec01 .sec01-right ul {
  width: 96%;
  margin: auto;
}
main.senpai .sec01 .sec01-right ul li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 40px;
  /*align-items: flex-start;*/
  position: relative;
    align-items: center;
}
main.senpai .sec01 .sec01-right ul li .time {
  background: #4048AC;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  line-height: 60px;
  text-align: center;
  font-family: "Inter", sans-serif;
  position: relative;
}
main.senpai .sec01 .sec01-right ul li .time:after {
  content: "";
  font-family: "fontello";
  display: block;
  position: absolute;
  bottom: -52px;
  left: 24px;
  font-size: 1.4rem;
  color: #9A9A9A;
}
main.senpai .sec01 .sec01-right ul li .work {
  width: 80%;
  margin-left: 14px;
}
main.senpai .sec01 .sec01-right ul li .work p {
  font-weight: 500;
  font-size: 1.1rem;
}
main.senpai .sec01 .sec01-right ul li .work p span {
  display: block;
  font-size: 0.9rem;
  font-weight: 400;
}
main.senpai .sec01 .sec01-right ul li:last-child {
  margin-bottom: 0;
}
main.senpai .sec01 .sec01-right ul li:last-child .time::after {
  display: none;
}
main.senpai .career {
  width: 96%;
  margin: 0 auto;
  border: 1px solid #3470B5;
  padding: 24px 20px;
  background: #fff;
  line-height: 1.7;
}
main.senpai .career h3 {
  color: #3470B5;
  border: none;
  padding: 0;
  font-size: 1.3rem;
  letter-spacing: 0;
  margin-bottom: 20px;
  text-align: center;
}
main.senpai .career dl {
  margin-bottom: 30px;
}
main.senpai .career dl dt {
  font-weight: 500;
  margin-bottom: 4px;
}
main.senpai .career dl:last-child {
  margin-bottom: 0;
}
main.senpai .sec03 {
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 60px;
  line-height: 1.7;
}
main.senpai .sec03 .sec03-left {
  margin-bottom: 10px;
}
main.senpai .sec03 h3 {
  font-size: 1.5rem;
  color: #3470B5;
  position: relative;
  margin-bottom: 6px;
}
main.senpai .sec03 h3::before {
  content: "";
  background: url(/img/recruit/senpai/ico_balloon.svg) no-repeat;
  width: 30px;
  height: 20px;
  display: inline-block;
  background-size: contain;
  margin-right: 10px;
}
main.senpai .sec03-right p{
    text-indent: 1em;
}

.sec04.message {
  background: #FCFAE5;
  border-radius: 8px;
  width: 96%;
  max-width: 1200px;
  margin: 0 auto 20px;
  padding: 30px 20px 40px;
  line-height: 1.6;
}
.sec04.message h3 {
  color: #3470B5;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  position: relative;
  line-height: 1.3;
}
.sec04.message h3::before {
  content: "Message";
  display: block;
  color: #9BBADE;
  letter-spacing: 2px;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
.sec04.message .sec04-left {
  margin-bottom: 20px;
}
.sec04.message .sec04-right {
  background: #fff;
  padding: 30px 5%;
  /*max-width: 450px;
  margin: auto;*/
  border-radius: 8px;
    width: 100%;
}
.sec04.message .sec04-right h4 {
  text-align: center;
  background: #E69F18;
  color: #fff;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 500;
  border-radius: 50px;
  font-size: 1rem;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sec04.message .sec04-right h4::before {
  content: "";
  background: url(/img/recruit/senpai/ico_recommend.svg) no-repeat;
  width: 20px;
  height: 14px;
  display: inline-block;
  background-size: contain;
  margin-right: 4px;
}
.sec04.message .sec04-right img {
  display: block;
  margin: 0 auto 6px;
  max-width: 150px;
}
.sec04.message .sec04-right p {
  font-size: 0.9rem;
  margin-bottom: 12px;
}
.sec04.message .sec04-right a {
  display: block;
  margin-left: auto;
  text-decoration: underline;
  text-align: right;
  font-size: 0.9rem;
}
.sec04.message .sec04-right a::after {
  content: " ＞";
}

@media (min-width: 751px) {
  main.senpai .sec01 .sec01-left {
    width: 100%;
  }
  main.senpai .sec03 {
    width: 100%;
    margin: 0 auto 60px;
  }
  main.senpai .sec03 .sec03-left {
    width: 47%;
    margin-bottom: 0;
  }
  main.senpai .sec03.ya .sec03-left {
    width: 45%;
  }
  main.senpai .sec03 .sec03-right {
    width: 48%;
    margin: 0px 2%;
  }
  main.senpai .sec03:nth-child(2n) .sec03-left {
    order: 2;
  }
  main.senpai .sec03:nth-child(2n) .sec03-right {
    order: 1;
  }
  main.senpai .sec04.message .sec04-left {
    /*width: 44%;*/
    width: 40%;
    margin-top: 20px;
  }
  main.senpai .sec04.message .sec04-right {
    /*width: 50%;*/
    width: 55%;
    padding: 30px 20px;
  }
main.senpai .flex.osusume {
    width: 85%;
    margin: auto;
}
}
@media (min-width: 900px) {
  main.senpai .pagettl {
    margin-top: 4px;
  }
  main.senpai .sec01 {
    margin-bottom: 80px;
  }
  main.senpai .sec03 h3 {
    font-size: 1.6rem;
  }
  main.senpai .sec03 h3:before {
    width: 40px;
    height: 26px;
  }
  main.senpai .sec04.message {
    margin-top: 100px;
    padding: 40px;
  }
  main.senpai .sec04.message h3 {
    font-size: 1.7rem;
  }
  main.senpai .sec04.message h3::before {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
  /*main.senpai .sec04.message .sec04-left {
    width: 50%;
  }
  main.senpai .sec04.message .sec04-right {
    width: 46%;
  }*/
  main.senpai .sec04.message .sec04-right h4 {
    font-size: 1.1rem;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  main.senpai .sec04.message .sec04-right p {
    margin-bottom: 24px;
  }
}
@media (min-width: 1024px) {
  main.senpai .pagettl {
    margin-bottom: 50px;
  }
  main.senpai .sec01 .sec01-left {
    width: 60%;
    margin: 0;
  }
  main.senpai .sec01 .sec01-left .wrap {
    max-width: 736px;
    margin-left: auto;
    margin-bottom: 50px;
  }
  main.senpai .sec01 .sec01-left .wrap p {
    font-size: 1.2rem;
  }
  main.senpai .sec01 .sec01-right {
    width: 40%;
    max-width: 430px;
    margin: auto auto 0;
    padding: 30px 20px 40px;
  }
  main.senpai .sec01 .sec01-right ul li {
    align-items: center;
  }
  main.senpai .sec04.message .sec04-right {
    padding: 30px 40px;
  }
}
@media (min-width: 1200px) {
  main.senpai {
    padding-bottom: 240px;
  }
  main.senpai .sec01 .sec01-left {
    width: 64%;
  }
  main.senpai .sec01 .sec01-right {
    width: 34%;
  }
  main.senpai .sec01 .sec01-right ul {
    width: 100%;
  }
  /*main.senpai .sec01 .sec01-right ul li {
    align-items: flex-start;
  }*/
  main.senpai .sec04.message {
    padding: 50px 60px;
    margin-bottom: 0;
  }
  main.senpai .sec04.message h3 {
    margin-bottom: 30px;
  }
  main.senpai .sec04.message .sec04-left {
    /*width: 52%;*/
    width: 40%;
    font-size: 1.1rem;
    line-height: 2rem;
  }
  main.senpai .sec04.message .sec04-right {
    /*width: 40%;*/
      width: 55%;
    padding: 30px 40px;
  }
}
@media (min-width: 1230px) {
  main.senpai .sec03 .sec03-right {
    width: 50%;
    margin: 0px;
  }
  main.senpai .sec03.ya .sec03-right {
    width: 52%;
  }
}/*# sourceMappingURL=senpai.css.map */