@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-box.box-right {
    left: auto;
    right: 10%;
}
.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 img {
    margin: 50px auto 0;
    display: block;
}
/*
================================
================================*/
.voice-faq {
    margin: 60px auto 0;
}
.faq-box {
    margin: 0 0 60px 0;
}
.question {
    font-size: 3.0rem;
    margin: 0 0 15px;
}
.question span {
    color: rgb(81 101 208 / 40%);
    font-weight: bold;
    font-size: 3.5rem;
    margin: 0 8px 0 0;
}
.img-faq.img-right img {
    display: block;
    margin: 0 0 0 auto;
}


/*
スマホ
=======================================================================================================*/

@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%);
}
.voice-box.box-right {
    left: auto;
    right: 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;
}
.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;
}
.faq-box {
    margin: 0 0 40px 0;
}
.voice-faq {
    margin: 40px 5%;
}
.question {
    font-size: 2.0rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.5;
    margin-bottom: 20px;
}
}
