/*--------------------------------------------------
.interview
--------------------------------------------------*/
.interview_list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .interview_list {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .interview_list {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1024px) {
  .interview_list {
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .interview_list {
    margin-bottom: 100px;
  }
}
.interview_list .item {
  display: block;
  position: relative;
  margin-bottom: 36px;
  width: 100%;
}
@media (min-width: 768px) {
  .interview_list .item {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .interview_list .item:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .interview_list .item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
}
.interview_list .item img {
  width: 100%;
  max-width: 460px;
  transition: all 0.5s ease-out;
}
.interview_list .item .text {
  position: absolute;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.9);
  width: 260px;
  padding: 12px;
}
@media (min-width: 1024px) {
  .interview_list .item .text {
    width: 320px;
    padding: 20px;
  }
}
.interview_list .item .text:after {
  content: "\e902";
  position: absolute;
  color: #33b2eb;
  transition: transform 0.5s ease-out;
  font-family: "icomoon";
  margin-left: 5px;
  font-size: 0.8rem;
  right: 12px;
  bottom: 12px;
}
@media (min-width: 1024px) {
  .interview_list .item .text:after {
    font-size: 1rem;
    right: 20px;
    bottom: 20px;
  }
}
.interview_list .item .text h3 {
  font-size: 1.2rem;
}
@media (min-width: 1024px) {
  .interview_list .item .text h3 {
    font-size: 1.4rem;
  }
}
.interview_list .item .text h3 > span {
  font-weight: 500;
  font-size: 1.6rem;
}
@media (min-width: 1024px) {
  .interview_list .item .text h3 > span {
    font-size: 2rem;
  }
}
.interview_list .item .text h3 > span > span {
  font-family: 'Muli';
  font-weight: 300;
  padding-left: 5px;
  font-size: 1.1rem;
}
@media (min-width: 1024px) {
  .interview_list .item .text h3 > span > span {
    font-size: 1.3rem;
  }
}
.interview_list .item.hover img {
  opacity: 0.7;
}
.interview_list .item.hover .text:after {
  transform: translateX(7px);
}

#interview_movie {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  #interview_movie {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  #interview_movie {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1024px) {
  #interview_movie {
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  #interview_movie {
    margin-bottom: 100px;
  }
}
#interview_movie h3 {
  text-align: center;
  color: #33b2eb;
  font-size: 2.8rem;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  #interview_movie h3 {
    font-size: 3.2rem;
    margin-bottom: 48px;
  }
}
#interview_movie video {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  #interview_movie video {
    width: 640px;
  }
}

.frontman_list {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .frontman_list {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .frontman_list {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1024px) {
  .frontman_list {
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .frontman_list {
    margin-bottom: 100px;
  }
}
.frontman_list h3 {
  text-align: center;
  color: #33b2eb;
  font-size: 2.8rem;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .frontman_list h3 {
    font-size: 3.2rem;
    margin-bottom: 48px;
  }
}
@media (min-width: 768px) {
  .frontman_list .wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .frontman_list .wrap .item {
    width: 50%;
  }
}
.frontman_list .wrap .item a {
  display: block;
  display: flex;
  align-items: center;
}
.frontman_list .wrap .item a .ph {
  transition: all 0.5s ease-out;
  width: 30%;
}
.frontman_list .wrap .item a .ph img {
  width: 100%;
}
.frontman_list .wrap .item a .text {
  position: relative;
  width: 70%;
  padding-left: 20px;
  /*	
  &:after {
  	content: "\e902";
  	position: absolute;
  	color: $mainCol1;				
  	transition: transform 0.5s ease-out;
  	font-family: "icomoon";
  	margin-left: 5px;
  	font-size: 0.5rem;
  	right: 0;
  	bottom: 0;
  	@media (min-width: 1024px){
  		font-size: 0.5rem;
  	}
  }
  */
}
.frontman_list .wrap .item a .text .title {
  font-weight: 500;
  margin-bottom: 10px;
  color: #33b2eb;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .frontman_list .wrap .item a .text .title {
    font-size: 1.6rem;
  }
}
.frontman_list .wrap .item a.hover .ph {
  opacity: 0.7;
}
.frontman_list .wrap .item a.hover .text {
  /*
  &:after {
  	transform:translateX(7px);									
  }
  */
}
.frontman_list .wrap .item:first-child {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .frontman_list .wrap .item:first-child {
    margin-bottom: 0;
    border-right: 1px solid #dadada;
    padding-right: 40px;
  }
}
@media (min-width: 768px) {
  .frontman_list .wrap .item:last-child {
    padding-left: 40px;
  }
}

/*--------------------------------------------------
.interview_detail
--------------------------------------------------*/
.interview_detail {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 84px;
}
@media only screen and (max-width: 767px) {
  .interview_detail {
    width: calc(100% - 20px);
  }
}
@media print, screen and (min-width: 768px) {
  .interview_detail {
    width: calc(100% - 48px);
    max-width: 960px;
  }
}
@media print, screen and (min-width: 1024px) {
  .interview_detail {
    width: calc(100% - 80px);
  }
}
@media (min-width: 768px) {
  .interview_detail {
    margin-bottom: 100px;
  }
}
.interview_detail .profile {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .interview_detail .profile {
    flex-wrap: nowrap;
  }
}
@media (max-width: 767px) {
  .interview_detail .profile .text {
    width: 100%;
    order: 1;
  }
}
.interview_detail .profile .text h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
  text-align: center;
}
@media (min-width: 768px) {
  .interview_detail .profile .text h3 {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .interview_detail .profile .text h3 {
    font-size: 2.2rem;
  }
}
.interview_detail .profile .text h3 > span {
  color: #33b2eb;
  font-size: 3rem;
}
@media (min-width: 768px) {
  .interview_detail .profile .text h3 > span {
    font-size: 3.6rem;
  }
}
@media (min-width: 1280px) {
  .interview_detail .profile .text h3 > span {
    font-size: 4.1rem;
  }
}
.interview_detail .profile .text h3 > span > span {
  font-size: 1.8rem;
  font-family: 'Muli';
  font-weight: 400;
  padding-left: 10px;
}
.interview_detail .profile .text .message {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .interview_detail .profile .text .message {
    font-size: 1.8rem;
    text-align: left;
  }
}
@media (min-width: 1280px) {
  .interview_detail .profile .text .message {
    font-size: 2.2rem;
  }
}
.interview_detail .profile .ph {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .interview_detail .profile .ph {
    width: 100%;
    order: 2;
  }
}
@media (min-width: 768px) {
  .interview_detail .profile .ph {
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .interview_detail .profile .ph {
    width: 460px;
  }
}
.interview_detail .profile .ph:after {
  content: "";
  position: absolute;
  background: #33b2eb;
  top: 50%;
  left: -70px;
  transform: translateY(-50%);
  height: 3px;
  width: 100px;
}
@media (max-width: 767px) {
  .interview_detail .profile .ph:after {
    display: none;
  }
}
.interview_detail .profile .ph img {
  width: 100%;
  max-width: 460px;
}
.interview_detail .interview_text .item {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .interview_detail .interview_text .item {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.interview_detail .interview_text .item:last-child {
  margin-bottom: 0;
}
.interview_detail .interview_text .item h4 {
  position: relative;
  color: #33b2eb;
  font-size: 1.8rem;
  padding-left: 100px;
  margin-bottom: 12px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .interview_detail .interview_text .item h4 {
    font-size: 1.6rem;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .interview_detail .interview_text .item h4 {
    font-size: 2.2rem;
  }
}
.interview_detail .interview_text .item h4:before {
  content: "";
  position: absolute;
  background: #33b2eb;
  width: 80px;
  height: 2px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .interview_detail .interview_text .item h4:before {
    width: 30px;
  }
}
.interview_detail .interview_text .item .text {
  line-height: 2;
}
.interview_detail.int2 .ph:after {
  left: auto;
  right: -70px;
}
.interview_detail .back {
  text-align: center;
  margin: 54px auto 0 auto;
}
@media (min-width: 768px) {
  .interview_detail .back {
    margin: 72px auto 0 auto;
  }
}
.interview_detail .back a {
  position: relative;
  width: 170px;
  padding-left: 80px;
  font-size: 1.6rem;
}
.interview_detail .back a:before {
  position: absolute;
  content: "\e901";
  color: #33b2eb;
  position: absolute;
  left: 0;
  bottom: 4px;
  transition: transform 0.5s ease-out;
  font-family: "icomoon";
  margin-left: 5px;
  font-size: 0.8rem;
}
.interview_detail .back a.hover:before {
  transform: translateX(-7px);
}

.part_bg {
  width: 100%;
  height: 180px;
  margin-bottom: 84px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .part_bg {
    margin-bottom: 100px;
  }
}
@media (min-width: 1024px) {
  .part_bg {
    height: 270px;
  }
}
.part_bg.int1 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview1_bg.jpg") center top/cover no-repeat;
}
.part_bg.int2 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview2_bg.jpg") center top/cover no-repeat;
}
.part_bg.int3 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview3_bg.jpg") center top/cover no-repeat;
}
.part_bg.int4 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview4_bg.jpg") center top/cover no-repeat;
}
.part_bg.int5 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview5_bg.jpg") center top/cover no-repeat;
}
.part_bg.int6 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview6_bg.jpg") center top/cover no-repeat;
}
.part_bg.int7 {
  background: url("../images/common/texture4.png") left top/3px, url("../images/interview/interview7_bg.jpg") center top/cover no-repeat;
}
