@charset "utf-8";
/* ============================
	for recruit.php
	Date of 2021.10.13
============================ */

.NewStaffWrap{
  display: flex;
  flex-direction: column;
}
@media print, screen and (min-width : 768px){
  .NewStaffWrap{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
}

.NewStaffLead{
  margin-bottom: 15px;
}
@media print, screen and (min-width : 768px){
  .NewStaffLead{
    width: calc(100% - 560px);
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}

.NewStaffTitle{
  font-size: 20px;
  color:rgb(67,114,171);
  font-family: "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;
  margin-bottom: 25px;
  font-weight: 900;
  text-align: center;
}
@media print, screen and (min-width : 768px){
  .NewStaffTitle{
    font-size: 25px;
    text-align: left;
  }
}

.studentInfoWrap{
  margin-bottom: 30px;
}
@media print, screen and (min-width : 768px){
  .studentInfoWrap{
    display: flex;
    gap: 20px 20px;
    margin-bottom: 80px;
  }
}

.studentInfoBox{
  background: #f1f3f5;
  padding: 15px 15px 20px 15px;
}

.studentInfoBox:not(:last-child){
  margin-bottom: 30px;
}

@media print, screen and (min-width : 768px){
  .studentInfoBox:not(:last-child){
    margin-bottom: 0;
  }

  .studentInfoBox{
    width: 50%;
  }
}

.studentType{
  font-size: 17px;
  background: #4372AB;
  color: #fff;
  font-weight: 700;
  padding: 5px 5px;
  margin-bottom: 20px;
  text-align: center;
}

.studentTypeSub{
  font-size: 14px;
  font-weight: normal;
  display: block;
}
@media print, screen and (min-width : 768px){
  .studentTypeSub{
    display: inline;
  }
}

.mynaviLink{
  width: 200px;
  margin: 0 auto;

  img{
    width: 100%;
  }
}

.youtube{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
@media print, screen and (min-width : 768px){
  .youtube{
    width:545px;
    padding-top: 38.25%;
  }
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.recruitmentWrap{
  border: 1px solid #D9D9D9;
  padding: 15px;
  margin-bottom: 20px;
}
@media print, screen and (min-width : 768px){
  .recruitmentWrap{
    padding:25px 20px;
    margin-bottom: 30px;
  }
}

.recruitmentTitle{
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width : 768px){
  .recruitmentTitle{
    font-size: 20px;
  }
}

.recruitLink{
  font-size: 18px;
  font-weight: 700;
  margin: 30px auto;
  text-align: center;
  color: #4372AB;
  padding: 20px 15px;
  border: 2px solid #4372AB;
  text-decoration: none;
  display: block;
  transition: all .2s;

  &:hover{
    color: #fff;
    background:#4372AB;
  }
}
@media print, screen and (min-width : 768px){
  .recruitLink{
    width: 350px;
    font-size: 20px;
    margin: 50px auto 20px;
  }
}

.recruitInqWrap{
  background: #F5F5F5;
  border: 1px solid #D9D9D9;
  padding: 20px 15px;
  text-align: center;
}
@media print, screen and (min-width : 768px){
  .recruitInqWrap{
    padding: 30px 20px;
  }
}

.recruitBnrItem{
  width: 300px;
  margin: 0 auto;
}

.recruitBnrLink{
  transition: all .2s;

  &:hover{
    opacity: 0.8;
  }
}

.recruitBnrWrap{
  width: 300px;
  margin: 0 auto;
}

.recruitInqTitle{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #4372AB;
}

.recruitInqTel{
  font-size: 16px;
  font-weight: 700;
  color: #4372AB;
}

.recruitInqTel span{
  font-size: 25px;
  font-weight: 700;
  display: inline-block;
  margin-left: 10px;
  color: #4372AB;
}

.recruitInqTel a{
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5em;
  color: #4372AB;
}