@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-contents {
    display: block;
    width: auto;
    max-width: 1280px;
    margin: auto;
    position: relative;
}
.teacher-img {
    position: relative;
    display: block;
    width: auto;
    margin: 0 0 70px 0;
}
.voice-box img {
    display: block;
    margin: auto auto -18px;
}
.voice-icon {
    background: #757fc5;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    width: 135px;
    height: 135px;
    border-radius: 90px;
    box-sizing: border-box;
    padding: 27px 0 0 0;
}
.voice-box {
    display: flex;
    align-items: center;
    max-width: 540px;
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 10%;
    height: 300px;
    margin: auto 0;
    background: rgb(255 255 255 / 80%);
}
.voice-right {
    flex: 1;
    margin: 0 0 0 20px;
}
.v-comment {
    font-family: ShipporiMincho;
    font-size: 2.4rem;
    font-weight: bold;
    margin: 0 0 20px 0;
    letter-spacing: 0;
}
.t-name {
    font-size: 2.4rem;
    font-weight: bold;
    border-top: dotted 5px #757fc5;
    margin: 0 0 10px;
    padding: 15px 0 0;
}
.movie iframe {
    margin: 50px auto 0;
    display: block;
}
/*
================================
================================*/

.recruit_text--end{
  padding-top: 60px;
}



/*
スマホ
=======================================================================================================*/

@media screen and (max-width: 1027px) {
.voice-box {
    padding: 20px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    height: 300px;
    margin: 50px auto 0;
    background: rgb(117 127 197 / 10%);
}
}
@media screen and (max-width: 767px) {
.page-title {
    background-size: contain;
    background-position: center 100px;
}
.v-comment {
    font-family: ShipporiMincho;
    font-size: 2.0rem;
}
.t-name {
    font-size: 2.0rem;
}
.voice-box {
    display: block;
    height: auto;
}
.voice-icon {
    width: auto;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    margin: 0 0 20px;
}
.voice-box img {
    display: block;
    margin: 0 10px;
}
.movie iframe {
    position: relative;
    width: 93%;
}
}
