@charset "UTF-8";

.mainvisual {
    background: url("../../../common/img/mv-recruit-bg.png")  no-repeat center bottom;
	background-size:  cover;
}
.page-title{
    background: url("../img/mv-teacher.png")no-repeat center;
}
/*
================================
================================*/
.voice-flex {
    max-width: 1024px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.voice-flex.second {
  margin-bottom: 48px;
}
.voice-box {
    max-width: 320px;
    margin: 30px auto;
    position: relative;
}
.voice-box a {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.voice-box:hover {
	opacity: 0.6;
}
.v-comment {
  font-family: ShipporiMincho;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0;
  letter-spacing: 0;
}
.teacher-info.mt_57 {
  margin-top: 57px;
}
.t-name {
    font-size: 2.4rem;
    font-weight: bold;
    border-bottom: dotted 5px #757fc5;
    margin: 0 0 10px;
}
.voice-box img {
    display: block;
    margin: auto;
}



/*
スマホ
=======================================================================================================*/
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 100px;
}
.v-comment {
    font-family: ShipporiMincho;
    font-size: 2.0rem;
}
.teacher-info.mt_57 {
  margin-top: 0;
}
.t-name {
    font-size: 2.0rem;
}
  
  /*230804追記*/
  .blue-bg {
    padding: 0 5% 50px;
  }
  .contents-title {
    margin-left: 0;
  }

  .recruit_text--end {
    width: 100%;
  }

}
