@charset "utf-8";
/* CSS Document */
.main-contents {
  background: rgb(255,89,2);
  background: linear-gradient(248deg, rgba(255,89,2,1) 13%, rgba(255,43,0,1) 40%, rgba(255,42,68,1) 69%);
}
.interview-wrap {
  position: relative;
  height: 100vh;
  max-height: 72rem;
}
@media(max-width: 768px) {
  .interview-wrap {
    max-height: 54rem;
  }
}
@media(min-width: 1600px) {
  .interview-wrap {
    max-height: 77.8rem;
  }
}
.interview-MainTitle {
  position: absolute;
  width: calc(100% - (4vw + 8%) );
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  bottom: 0;
  left: 0;
  right: calc(4vw + 8%);
  z-index: 2;
} 
@media(max-width: 768px) {
  .interview-MainTitle {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.interview-name {
  color: #fff;
  font-size: 8rem;
  line-height: .9;
  text-align: left;
  font-weight: 600;
  letter-spacing: 0.05em;
  position: relative;
}
@media(max-width: 768px) {
  .interview-name {
    font-size: 6rem;
  }
}
@media(min-width: 800px) {
  .interview-name {
    font-size: 8rem;
  }
}
@media(min-width: 990px) {
  .interview-name {
    font-size: 10rem;
  }
}
@media(min-width: 1220px) {
  .interview-name {
    font-size: 14.5rem;
  }
}
.interview-Sub {
  color: #fff;
  text-align: right;
}
@media(max-width: 768px) {
  .interview-Sub {
    align-self: flex-end;
  }
}
.interview-Sub h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.interview-PositionEn, .interview-PositionJp {
  font-size: 1.8rem;
  font-weight: 600;
}
@media(max-width: 768px) {
  .interview-Sub h1, .interview-PositionEn {
    font-size: 2.4rem;
  }
  .interview-PositionJp {
    font-size: 1.8rem;
  }
}

.interview-head {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 600px;
}
.interview-head img {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
@media(max-width: 768px) {
  .interview-head {
    height: 380px;
  }
}
.interview-lead {
  margin: 20% 0;
}
@media(max-width: 768px) {
  .interview-lead {
    margin: 20% 5%;
    padding-right: 0;
  }
}
.lead-text p {
  font-size: 5rem;
  font-weight: 600;
  line-height: 8rem;
  color: #fff;
}
@media(max-width: 768px) {
  .lead-text p {
    font-size: 2.6rem;
    line-height: 4rem;
  }
}
.lead-text span {
  display: inline-block;
  margin-bottom: 10%;
  font-feature-settings: "palt";
}
.interview-content01, .interview-content02 {
  width: calc(100% - (4vw + 8%));
  max-width: 1000px;
  margin: 0 auto;
  text-align: left;
}
.inter-person-wrap {
  width: 100vw;
  height: 1000px;
  margin-bottom: 10%;
}
.inter-person-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.interview-ask span {
  font-size: 1.8rem;
  font-weight: 600;
  color: #FBA692;
  display: block;
  margin-bottom: 5rem;
}
.interview-text p {
  width: 84%;
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 4.6rem;
  color: #ECD4AC;
  margin-bottom: 13rem;
}
.int-text-nn {
  display: block;
  padding-top: 5%;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 500;
}
.interview-otherArea {
  width: auto;
  height: 20%;
  position: relative;
}
@media(max-width: 768px) {
  .inter-person-wrap {
    height: 300px;
  }
  .interview-ask span {
    font-size: 1.5rem;
    line-height: 3rem;
    margin-bottom: 2rem;
  }
  .interview-text p {
    width: 100%;
    margin-bottom: 5rem;
    font-size: 1.5rem;
    line-height: 3rem;
  }
}


.other-headTitle h2 {
  font-size: 5rem;
  color: #FDD5D5;
  padding-top: 10%;
}
.other-headTitle p {
  font-size: 2rem;
  font-weight: 600;
  color: #FDD5D5;
  padding-top: 2%;
}
.otherArea-wrap {
  width: 100%;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.interview-inner {
  width: 38vw;
  height: auto;
  padding: 10% 5% 0;
  list-style: none;
  border-radius: 5%;
}
.interview-inner img {
  border-radius: 5%;
}

.opacity-mask {
  position: relative;
}
.opacity-mask span.mask {
  position: relative; 
  transition: 10s ease-in-out; 
  display: block; 
  line-height: 0;
  border-radius: 5%;
}
.opacity-mask:hover span.mask::before { /*hoverした時の変化*/
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(246, 145, 19, .6), rgba(229, 93, 135, .6));
}
.opacity-mask img {
  width: 100%;
  height: auto;
  opacity: 1;
  transition: 2s ease-in-out;
}
.opacity-mask:hover img { 
  opacity: 0.6;
}
.interview-title {
  color: #333;
  font-weight: 600;
  z-index: 2;
}
.interview-title span {
  display: block;
  font-size: 2rem;
  z-index: 2;
}
.interview-title span.title-cap {
  width: 100%;
  padding-left: 8%;
  opacity: 0;
  transition: 0.7s ease-in-out; /*移り変わる速さを変更したい場合はこの数値を変更*/
  position: absolute;
  z-index: 3; /*テキストを前面に出す*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 5rem;
  text-align: left;
}
.title-cap h3 {
  font-size: 2.4rem;
}
.title-cap p {
  font-size: 1.4rem;
  line-height: 2rem;
}
.interview-title:hover span.title-cap { 
  opacity: 1;
}
@media(max-width: 900px) {
  .other-headTitle h2 {
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .flex-wrap {
    display: block;
  }
  .interview-inner {
    width: 100vw;
  }
}


.footer {
  padding-top: 10%;
}
.footer-menu__list li a {
  color: #fff;
}
.footer-btm {
  width: 100%;
}





