@charset "UTF-8";

/* メインビジュアル
----------------------------------------------------------- */

.mv_image {
	background:url("../images/staff/mv.jpg");
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.mv_text_box {
    width: 406px;
}

/* section
----------------------------------------------------------- */

.sec01_container {
}

.staff_wrap {
	margin-bottom: 95px;
}

.text_box {
    width: 600px;
    height: 254px;
    background: #fff;
    box-shadow: 0px 0px 5px #d4d0ca;
    position: absolute;
    top: 190px;
    left: 0;
	z-index: 1;
	padding:35px;
	position: relative;
	letter-spacing: 0.05em;
}

.r_back,.l_back {
	position: relative;
}

.r_back::after {
    content: "";
    display: block;
    background: #fff2d9;
    width: 79%;
    height: 730px;
    transform: rotate(-13deg);
    position: absolute;
    top: 145px;
    right: -183px;
    z-index: -1;
}

.l_back::after {
    content: "";
    display: block;
    background: #fff2d9;
    width: 79%;
    height: 730px;
    transform: rotate(13deg);
    position: absolute;
    top: 145px;
    left: -183px;
    z-index: -1;
}

.staff01 .text_box::after {
	content:"";
	background:url("../images/staff/01.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.staff02 .text_box::after {
	content:"";
	background:url("../images/staff/02.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.staff03 .text_box::after {
	content:"";
	background:url("../images/staff/03.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.staff04 .text_box::after {
	content:"";
	background:url("../images/staff/04.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.staff05 .text_box::after {
	content:"";
	background:url("../images/staff/05.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.staff06 .text_box::after {
	content:"";
	background:url("../images/staff/06.png");
	background-size: contain;
	background-repeat: no-repeat;
}

.text_box::after {
    display: inline-block;
    position: absolute;
    right: -50px;
    bottom: 25px;
    width: 150px;
    height: 76px;
}

.staff_image {
    position: absolute;
    top: 0;
    right: 25px;
}

.staff_image img {
    max-width: 810px;
}

.staff_text01 {
	font-size:32px;
	position: relative;
	margin-bottom: 35px;
}

.staff_text01::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -15px;
    left: 0;
    background: #fdb936;
    width: 60px;
    height: 2px;
}

.staff_text02 {
	font-size: 15px;
	margin-bottom: 5px;
	
}

.staff_text03 {
	font-size:24px;
	font-family: 'Noto Serif JP', serif;
	margin-right: 1em;
}

.staff_text04 {
	display: inline-block;
	font-size:15px;
	color:#c4c4c4;
	font-family: 'Noto Serif JP', serif;
}

.interview_wrap {
    padding-top: 300px;
}

.qa_wrap {
	margin-bottom: 2em;
	position: relative;
}

.staff01 .qa_wrap:nth-child(2),.staff01 .qa_wrap:nth-child(3),
.staff02 .qa_wrap:nth-child(2),.staff02 .qa_wrap:nth-child(3) {
	padding-right: 540px;
}

.staff01 .qa_wrap:nth-child(4) {
	padding-right: 540px;
}

.staff01 .qa_wrap:nth-child(2)::after {
    content: "";
    display: inline-block;
    bottom: -15px;
    background:url("../images/staff/staff01-2.jpg");
	background-size: contain;
	background-repeat: no-repeat;
    width: 470px;
    height: 340px;
	position: absolute;
	top:50px;
	right:0;
}

.staff02 .qa_wrap:nth-child(2)::after {
    content: "";
    display: inline-block;
    bottom: -15px;
    background:url("../images/staff/staff02-2.jpg");
	background-size: contain;
	background-repeat: no-repeat;
    width: 470px;
    height: 340px;
	position: absolute;
	top:50px;
	right:0;
}

.q {
	font-style: italic;
	font-weight: bold;
	font-size:18px;
	color:#fdb936;
	margin-bottom: 0.5em;
	position: relative;
	padding-left: 2.1em;
	letter-spacing: 0.09em;
}

.q::before {
    content: "";
    display: inline-block;
    bottom: -15px;
    left: 0;
    background: #fdb936;
    width: 2em;
    height: 1px;
	position: absolute;
	top:0.8em;
	left:0;
	letter-spacing: 0.05em;
}

.a {
	line-height: 1.8em;
}


/********************************************
 768px-1200px
********************************************/

@media only screen and (min-width:768px) and (max-width:1200px) {	

.staff_image {
    top: -80px;
}
	
.text_box {
    margin: 210px auto 0 auto;
}
	

	
.staff_image {
    top: -180px;
	right:inherit;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
	
.interview_wrap {
    padding-top: 235px;
}
	
.staff01 .qa_wrap:nth-child(2)::after {
    top: 0;
}
	
.staff01 .qa_wrap:nth-child(4) {
    padding-right: 0;
}
	
.staff02 .qa_wrap:nth-child(2) {
    padding-right: 0;
}
	
.staff02 .qa_wrap:nth-child(2)::after {
    top: 270px;
}
	
.staff01 .qa_wrap:nth-child(2), .staff01 .qa_wrap:nth-child(3), .staff02 .qa_wrap:nth-child(3) {
    padding-right: 38vw;
}
	
.staff02 .qa_wrap:nth-child(2) {
    padding-right: 0;
}
	
.staff01 .qa_wrap:nth-child(2)::after {
    width: 35vw;
}
	
.staff01 .qa_wrap:nth-child(2)::after {
    width: 33vw;
    background-size: cover;
    background-position: center;
    top: 10%;
}
	
.staff02 .qa_wrap:nth-child(2)::after {
    top: 180%;
}
	
.staff02 .qa_wrap:nth-child(2)::after {
    background-size: cover;
    background-position: center;
    width: 33vw;
    height: 340px;
    top: 190%;
    right: 0;
}
.staff_wrap {
    padding-bottom: 2em;
}

}

/********************************************
 768px以下
********************************************/

@media screen and (max-width: 768px) {
	
.mv_text_box {
    width: 58vw;
}
	
.staff_text01 {
    font-size: 4.5vw;
    position: relative;
    margin-bottom: 1em;
}
	
.staff_text02 {
    font-size: 2.5vw;
    margin-bottom: 0.2em;
}
	
.staff_text03 {
    font-size: 3.5vw;
}
	
.staff_text04 {
       font-size: 2.5vw;
}
	
.text_box {
    margin: 0 auto;
    width: 70vw;
    height: 43vw;
    top: 40vw;
    padding: 4vw;
}
	
.staff_image {
    right: 0;
}
	
.staff_image img {
    max-width: 80vw;
}

.interview_wrap {
    padding-top: 46vw;
}
	
.q {
    font-size: 3.4vw;
}	
	
.staff01 .qa_wrap:nth-child(2), .staff01 .qa_wrap:nth-child(3), .staff02 .qa_wrap:nth-child(2), .staff02 .qa_wrap:nth-child(3) {
    padding-right: 0;
}	
	
.staff01 .qa_wrap:nth-child(4) {
    padding-right: 0;
}
	
.staff01 .qa_wrap:nth-child(2), .staff02 .qa_wrap:nth-child(2) {
    padding-bottom: 54vw;
}
	
.staff01 .qa_wrap:nth-child(2)::after {
    width: 100%;
    height: 50vw;
    top: 28vw;
	background-size: cover;
	background-position: center;
	
}
	
.staff02 .qa_wrap:nth-child(2)::after {
    width: 100%;
    height: 50vw;
    top: 39vw;
	background-size: cover;
	background-position: center;
}
	
.staff_wrap {
    margin-bottom: 10vw;
}
	
.text_box::after {
    display: inline-block;
    position: absolute;
    right: -4vw;
    bottom: 3vw;
    width: 24vw;
    height: 13vw;
}
	
.r_back::after {
    width: 103%;
    height: 138vw;
    top: 0;
    right: -27vw;
    z-index: -1;
}
	
.l_back::after {
    width: 103%;
    height: 138vw;
    top: 0;
    left: -27vw;
    z-index: -1;
}
	
.staff_text01::after {
    bottom: -2.5vw;
    left: 0;
    background: #fdb936;
    width: 15vw;
    height: 0.4vw;
}
	
}