﻿body{
	font-family: "Noto Sans JP", sans-serif;
}

#interview_mv{
	width: 100%;
	height: 500px;
	position: relative;
	color: #0264BE;
	margin-bottom: 100px;
}

#interview_mv .mv{
	width: 100%;
	height: 500px;
	background-image: url("../img/interview/discussion/mv.png");
	background-size: cover;
	background-position: center;
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
}

#interview_mv .mvWrap{
	position: relative;
	text-align: center;
	padding-top: 130px;
}

#interview_mv .mvWrap h3{
	font-size: 29px;
	font-weight: 700;
	margin-bottom: 24px;
}

#interview_mv .mvWrap h2{
	font-size:0;
	content: url("../img/interview/discussion/talk_start.svg");
	width: 534px;
	margin: 0 auto 16px;
	transform: translateX(10px);
}

#interview_mv .mvWrap span{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 43px;
	display: block;
}

#interview_mv .mvWrap p{
	font-size: 20px;
	font-weight: 700;
	line-height: 36px;
}

@media screen and (max-width: 768px) {
#interview_mv{
	height: calc(100vw * 208 / 375);
	margin-bottom: calc(100vw * 220 / 375);
}

#interview_mv .mv{
	height: calc(100vw * 208 / 375);
}

#interview_mv .mvWrap{
	padding-top: calc(100vw * 66 / 375);
}

#interview_mv .mvWrap h3{
	font-size: calc(100vw * 18 / 375);
	margin-bottom: calc(100vw * 16 / 375);
	margin-left: calc(100vw * -10 / 375);
}

#interview_mv .mvWrap h2{
	width: calc(100vw * 343 / 375);
	margin: 0 auto calc(100vw * 7 / 375);
	transform: translateX(0px);
}

#interview_mv .mvWrap span{
	font-size: calc(100vw * 12 / 375);
	margin-bottom: calc(100vw * 58 / 375);
}

#interview_mv .mvWrap p{
	font-size: calc(100vw * 16 / 375);
	line-height: calc(100vw * 32 / 375);
}
}



#interview_mv.blue{
	color: #fff;
}

#interview_mv.blue .mvWrap h2{
	content: "";
	height: 50px;
	mask-image:url("../img/interview/discussion/talk_start.svg");
	background: #fff;
	mask-size: contain;
  mask-repeat: no-repeat;
}

#interview_mv.blue .mv::before{
	content: "";
	position: absolute;
	background: #063865;
	width: 50%;
	height: 100%;
	mix-blend-mode: hard-light;
}

#interview_mv.blue .mv::after{
	content: "";
	position: absolute;
	background: #063865;
	width: 50%;
	height: 100%;
	mix-blend-mode: hard-light;
	right: 0;
}
@media screen and (max-width: 768px) {
#interview_mv.blue .mvWrap h2{
	height: calc(100vw * 32 / 375);
	width: calc(100vw * 343 / 375);
}

#interview_mv.blue .mvWrap p{
	color: #0264BE;
}
}




#dis .tit{
	font-size: 32px;
	font-weight: 700;
	margin-bottom: 99px;
	text-align: center;
	color: #0264BE;
}

#dis .reverse .interview__detailTopImage {
  top: 0px;
}


#dis .interview__detailTopImage.second {
  top: 399px;
}

#dis .interview__detailTtl {
  font-size: 20px;
	font-weight: 700;
  padding-bottom: 5px;
}

#dis .interview__detailTop {
  padding: 0 0 150px;
}

#dis .interview__detailTop.pad_b {
  padding: 0px 0 205px;
}

#dis .interview__detailTxt {
  font-size: 16px;
  line-height: 28px;
	font-weight: 500;
	position: relative;
	padding-left: 79px;
}

#dis .interview__detailTxt::before {
	position: absolute;
	left: 0;
	color: #0264BE;
  font-size: 16px;
	font-weight: 700;
}


#dis .interview__detailTxt.sumikawa::before {
  content: "澄川";
}
#dis .interview__detailTxt.kawate::before {
  content: "河手";
}
#dis .interview__detailTxt.fujioka::before {
  content: "藤岡";
}
#dis .interview__detailTxt.tanaka::before {
  content: "田中";
}
#dis .interview__detailTxt.akaishi::before {
  content: "赤石";
}
#dis .interview__detailTxt.noda::before {
  content: "野田";
}



#img{
	width: 100%;
	height: 380px;
	margin-bottom: 100px;
	background-image: url("../img/interview/discussion/img-staff-image01.jpg?250804");
	background-size: cover;
	background-position: center;
}

#img.last{
	background-image: url("../img/interview/discussion/img-staff-image02.jpg");
	margin-bottom: 200px;
}
	.brsp{
		display: none;
	}

@media screen and (max-width: 768px) {
	.brsp{
		display: block;
	}
#dis .tit{
	font-size: calc(100vw * 24 / 375);
    margin-bottom: calc(100vw * 30 / 375);
    line-height: calc(100vw * 37 / 375);
}

#dis .interview__detailTop {
    padding: 0 0 calc(100vw * 20 / 375);
  }

#dis .interview__detailsTop {
	order: 1;
	padding: calc(100vw * 15 / 375);
  }
#dis .interview__detailTopImage {
    position: unset;
	order: 2;
	margin-bottom: calc(100vw * 15 / 375);
  }

#dis .reverse .interview__detailTopImage {
  top: auto;
}


#dis .interview__detailTopImage.second {
  top: auto;
	order: 0;
}

#dis .interview__detailTtl {
  font-size: calc(100vw * 16 / 375);
  padding-bottom: calc(100vw * 5 / 375);
}

#dis .interview__detailTop {
  padding: 0 0 calc(100vw * 50 / 375);
}

#dis .interview__detailTop.pad_b {
  padding: 0px 0 calc(100vw * 50 / 375);
}

#dis .interview__detailTxt {
  font-size: calc(100vw * 16 / 375);
  line-height: calc(100vw * 28 / 375);
	padding-left: 0;
}

#dis .interview__detailTxt::before {
	position: unset;
	left: auto;
  font-size: calc(100vw * 16 / 375);
	margin-right: calc(100vw * 15 / 375);
}

#img{
	height: calc(100vw * 120 / 375);
	margin-bottom: calc(100vw * 50 / 375);
}

#img.last{
	margin-bottom: calc(100vw * 0 / 375);
	height: calc(100vw * 242 / 375);
	background-position: calc(100vw * -255 / 375) center;
}
}

.blurTop {
  animation-name: blurAnime;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-delay: .5s;
  transform: scale(1.02);
}

@keyframes blurAnime{
  from {
  filter: blur(0px);
  transform: scale(1.02);
  }

  to {
  filter: blur(5px);
  transform: scale(1);
  opacity: 1;
  }
}

#interview_mv.blue .mv::before {
  animation-name: bluebAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
	 clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}

#interview_mv.blue .mv::after {
  animation-name: blueAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  animation-delay: .3s;
	 clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

@keyframes bluebAnime{
  from {
	 clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }

  to {
	  clip-path: polygon(0 0, 101% 0, 101% 100%, 0% 101%);
  }
}

@keyframes blueAnime{
  from {
	 clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }

  to {
	  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}





