@charset "UTF-8";
/*************************************
	
インタビュー

************************************/
.interviewheadwrap {
  width: 100%;
  max-height: 550px;
  height: 30vw;
  position: relative;
}
@media screen and (max-width:768px) {
  .interviewheadwrap {
    width: 100%;
    height: 70vw;
    max-height: inherit;
    position: relative;
  }
}
.interviewimage {
  width: 100%;
  max-height: 550px;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
}
.interviewimage img {
  width: 100%;
  max-height: 550px;
  height: 30vw;
  object-fit: cover;
  /*object-position: center center;*/
}
@media screen and (max-width:768px) {
  .interviewimage {
    width: 100%;
    height: 70vw;
  }
  .interviewimage img {
    width: 100%;
    height: 70vw;
  }
}
.interviewback {
  width: 100%;
  max-height: 550px;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../image/interview/headback.png) no-repeat;
  background-size: 50% 100%;
  background-position: left;
  z-index: 10;
}
@media screen and (max-width:768px) {
  .interviewback {
    width: 100%;
    height: 70vw;
  }
}
div.interviewcontainer {
  width: 1000px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
@media screen and (max-width:768px) {
  div.interviewcontainer {
    width: 100%;
  }
}
.interviewcatch {
  position: absolute;
  top: 88px;
  z-index: 20;
}
.interviewcatch p {
  font-size: 30px;
  color: #1e83c7;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 2px 8px;
  clear: both;
  z-index: 20;
}
.interviewcatch p span {
  background: #fff;
  font-size: 30px;
  color: #1e83c7;
  font-weight: 700;
  padding: 2px 8px;
  z-index: 20;
}
@media screen and (max-width:768px) {
  .interviewcatch {
    top: 3vw;
  }
  .interviewcatch p {
    font-size: 3.3vw;
  }
  .interviewcatch p span {
    font-size: 5vw;
  }
}
.intervewinfo {
  color: #fff;
  font-size: 20px;
  position: absolute;
  top: 259px;
  z-index: 20;
}
@media screen and (max-width:768px) {
  .intervewinfo {
    top: 40vw;
    left: 2vw;
  }
}
.nyusha {
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
  border-right: 1px solid #fff;
  z-index: 20;
}
.busho {
  color: #fff;
  font-size: 14px;
  z-index: 20;
}
.interviewname {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  position: absolute;
  top: 219px;
  z-index: 20;
}
@media screen and (max-width:768px) {
  .nyusha {
    font-size: 2.5vw;
  }
  .busho {
    font-size: 2.5vw;
  }
  .interviewname {
    font-size: 6.5vw;
    top: 30vw;
    left: 2vw;
  }
}
div.interviewsinglecontainer {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  padding-top: 68px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 100px;
  box-sizing: border-box;
}
div.interviewsinglecontainer h2 {
  font-family: 'Teko', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 80px;
  color: #1e83c7;
  position: relative;
  margin-bottom: 24px;
}
div.interviewsinglecontainer h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  width: 30px; /*線の長さ*/
  height: 4px; /*線の太さ*/
  /* -webkit-transform: translateX(-100%);
transform: translateX(-100%);*/ /*位置調整*/
  background-color: #1e83c7; /*線の色*/
}
div.interviewsinglecontainer h3 {
  font-size: 21px;
  color: #1e83c7;
  margin-bottom: 10px;
}
div.interviewsinglecontainer p {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 1.8;
  vertical-align: middle;
}
div.interviewsinglecontainer p strong {
  font-weight: 700;
  vertical-align: baseline;
  font-size: 16px;
  color: #000;
  background: linear-gradient(transparent 0%, #fff799 0%);
  border-radius: 6px;
}
@media screen and (max-width:768px) {
  div.interviewsinglecontainer {
    width: 94%;
    padding: 5vw;
  }
  div.interviewsinglecontainer h2 {
    font-size: 15vw;
    margin-bottom: 10px;
  }
  div.interviewsinglecontainer h3 {
    font-size: 5vw;
  }
  div.interviewsinglecontainer p {
    font-size: 3.5vw;
  }
  div.interviewsinglecontainer p strong {
    font-size: 4vw;
    vertical-align: baseline;
  }
}
.gradient {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
  width: 50%;
  height: 200px;
}
div.tatephoto {
  width: 100%;
  margin-bottom: 50px;
  padding-left: 70px;
}
div.tatephoto br {
  display: none;
}
div.tatephoto img {
  width: 320px;
  height: auto !important;
  display: block;
  float: left;
  margin-left: 70px;
  zoom: 1;
}
div.tatephoto img:nth-child(odd) {
  margin-left: 0;
}
div.tatephoto:after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width:768px) {
  div.tatephoto {
    padding-left: 0;
  }
  div.tatephoto img {
    width: 80%;
    float: none;
    margin: 0 auto 10px;
  }
}
div.img80 {
  width: 80%;
  margin: 0 auto 50px;
}
.InfoCanvas {
  width: 100%;
  height: 100%;
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 0, 0));
  background: -moz-linear-gradient(left 45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 0, 0));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), color-stop(0.3, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 0, 0)));
  background: linear-gradient(left 45deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 0, 0));
}
div.schedule {
  width: 80%;
  margin: 0 auto;
}
div.schedule p {
  width: 100%;
  font-size: 18px;
  border-bottom: 1px solid #323232;
  padding-bottom: 8px;
  margin-bottom: 8px;
  padding-top: 10px;
  vertical-align: middle;
}
div.schedule p span {
  font-weight: 700;
  color: #1e83c7;
  font-size: 30px;
  display: inline-block;
  width: 20%;
  font-family: 'Teko', sans-serif;
  vertical-align: middle;
  letter-spacing: 4px;
  font-style: italic;
}
@media screen and (max-width:768px) {
  div.schedule {
    width: 100%;
  }
  div.schedule p {
    font-size: 3.5vw;
  }
  div.schedule p span {
    font-size: 3vw;
    display: block;
  }
}
a.interviewbtn {
  color: #1e83c7;
  text-align: center;
  border: 1px solid #1e83c7;
  display: block;
  width: 308px;
  height: 60px;
  line-height: 60px;
  margin: 50px auto 30px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
a.interviewbtn:hover {
  background: #1e83c7;
  color: #fff;
}
@media screen and (max-width:768px) {
  a.interviewbtn {
    width: 80%;
  }
}
.interviewtop {
  width: 100%;
  max-height: 550px;
  height: 30vw;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width:768px) {
  .interviewtop {
    width: 100%;
    height: 70vw;
  }
}
.tanaka {
  background: url(../image/interviewtop/tanaka.jpg);
}
.tanaka2022 {
  background: url(../image/interviewtop/tanaka.jpg);
}
.shimizu {
  background: url(../image/interviewtop/shimizu.jpg);
}
.yoshinaga {
  background: url(../image/interviewtop/yoshinaga.jpg);
}
.toyota {
  background: url(../image/interviewtop/toyoda.jpg);
}
.higashiguchi {
  background: url(../image/interviewtop/higashiguchi.jpg);
}
.moriyama {
  background: url(../image/interviewtop/moriyama2022.jpg);
}
.moriyama2022 {
  background: url(../image/interviewtop/moriyama2022.jpg);
}
.ito {
  background: url(../image/interviewtop/ito.jpg);
}
.abe {
  background: url(../image/interviewtop/abe.jpg);
}
.matsumoto {
  background: url(../image/interviewtop/matsumoto.jpg);
}
.akimoto {
  background: url(../image/interviewtop/akimoto.jpg);
}
.nagamatsu {
  background: url(../image/interviewtop/nagamatsu.jpg);
}
/*************************************
	
インタビュー一覧

************************************/
div.interviewlistcontainer {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  padding-top: 68px;
  padding-left: 75px;
  padding-right: 75px;
  padding-bottom: 100px;
}
@media screen and (max-width:768px) {
  div.interviewlistcontainer {
    width: 94%;
    margin: 0 auto;
    padding: 8vw 4vw;
  }
}
p.inertvewpageonetxt {
  font-size: 14px;
  margin-bottom: 40px;
}
ul.interviewlist {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
ul.interviewlist li {
  width: 266px;
  float: left;
  margin-left: 26px;
  margin-bottom: 38px;
}
ul.interviewlist li a {
  display: block;
}
ul.interviewlist li:nth-child(3n+1) {
  margin-left: 0;
}
@media screen and (max-width:768px) {
  ul.interviewlist {
    justify-content: space-between;
  }
  ul.interviewlist li {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
  ul.interviewlist li:nth-child(odd) {
    margin-left: 0;
  }
}
.archive_intervewinfo {
  color: #323232;
}
.archive_nyusha {
  color: #323232;
  font-size: 14px;
  padding-right: 10px;
  border-right: 1px solid #323232;
}
.archive_busho {
  color: #323232;
  font-size: 14px;
}
.archive_interviewname {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
}
.interviewheadimg {
  background: url(../image/interview/headimage2024.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
figure.hover-parent {
  width: 266px;
  height: 244px;
  position: relative;
  margin-bottom: 18px;
  overflow: hidden;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
figure.hover-parent:hover .hover-mask {
  width: 266px;
  height: 244px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: rgba(0,0,0,0.5);*/
  opacity: 0;
  color: #fff;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /*transition: all 0.6s ease;*/
  padding: 80px 0;
  box-sizing: border-box;
  background: url(../image/interview/gridback.png);
  background-repeat: no-repeat;
  background-size: contain;
}
figure.hover-parent:hover .hover-mask p {
  text-align: center;
  color: #1e83c7;
  background: #fff;
}
figure.hover-parent:hover .hover-mask {
  opacity: 1;
}
@media screen and (max-width:768px) {
  figure.hover-parent {
    width: 100%;
    height: 39vw;
  }
  figure.hover-parent:hover .hover-mask {
    width: 100%;
    height: 39vw;
    padding: 15vw 0;
  }
  figure.hover-parent:hover .hover-mask p {
    line-height: 1.2;
    font-size: 3vw;
    margin-bottom: 1vw;
  }
}
.imgWrap {
  overflow: hidden; /*拡大時にはみ出た部分を隠す*/
  width: 266px; /*画像の幅*/
  height: 244px; /*画像の高さ*/
}
.imgWrap img {
  display: block;
  transition-duration: 0.3s; /*変化に掛かる時間*/
}
.imgWrap img:hover {
  transform: scale(1.1); /*画像の拡大率*/
  transition-duration: 0.3s; /*変化に掛かる時間*/
}

@media screen and (max-width:768px) {
	.imgWrap {
  width: 100%; /*画像の幅*/
  height: auto; /*画像の高さ*/
}
	.imgWrap img {
		  width: 100%; /*画像の幅*/
  height: auto; /*画像の高さ*/
	}
	
}
