/* max-width 960px
  height auto

  【スマホ切り替え】
  ヘッダー、ナビ、フッター　768px
  メイン　600px

	z-index
  1  body .site

*/

/*****************************************************************************
****************** 共通 ******************************************************
*****************************************************************************/
#content {
  background-color: #f7f7f7;
}
.top-interview-img {
    background-image: url(../img/interview/img-top-interviewall-back.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 7rem 0;
    border-radius: 200px 0 0 / 200px 0 0 0;
    position: relative;
  }
.top-interview-img .top-box{
padding: 5rem;
}
.top-interview-img .top-box h2 {
  font-size: 132px;
  color: #fff;
  letter-spacing: 3px;
}
.top-interview-img .top-box h2 span.initials {
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  display: inline-block;
}
.top-interview-img .top-box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  margin-top: 1rem;
}
span.blue {
  color: #fff;
  background: #122487;
  border-radius: 5px;
  padding: 5px;
}
small {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.sp-only{
  display: none;
}
 .pc-only {
   display:block;
 }
/*************************************************** 社員インタビュー 記事一覧部分*********/
.interview {
  background-color: #d4e7ff;
  border-radius: 0 0 200px 0;
  padding: 3rem 0 3rem;
  position: relative;
}
.interview h3,
.interview p,
.interview span {
  margin: 0.5rem 0;
  font-feature-settings: "palt";
}
.interview .articles-wrap {
  max-width: 1100px;
  margin: 2rem auto;
  padding-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.interview .articles-wrap .articles-box{
flex-basis: 31%;
  overflow: hidden;
}
.interview .articles-wrap .articles-box a {
  background-color: #fff;
  border: 1px solid #b8bed8;
  border-radius: 20px;
  display: block;
  padding: 1.5rem;
  color: #000;
  position: relative;
}
.interview .articles-wrap .articles-box p.year,
.interview .articles-wrap .articles-box span,
.interview .articles-wrap .articles-box h4
{
  line-height: 160%;
  font-weight:bold;
}
.interview .articles-wrap .articles-box p.year{

color:#122487;
}
.interview .articles-wrap .articles-box span{
margin-left: 0.5rem;
}
.interview .articles-wrap .articles-box a:hover{
  border-color: #122487;
  background: #d4e7ff;
}
.interview .articles-wrap .articles-box .img-box{
  border-radius: 20px;
  overflow: hidden;
}
.interview .articles-wrap .articles-box a:hover img{
  transform: scale(1.2, 1.2);
  overflow: hidden;
}
/*以下フェードイン表示の指定*/
.interview .articles-box.fadein {
  opacity: 0;
  animation: fadein 2s ease forwards;
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

/*以下遅延の指定*/
.interview .articles-box.box01{
  animation-delay: 0.5s;
}

.interview .articles-box.box02{
  animation-delay: 0.8s;
}

.interview .articles-box.box03 {
  animation-delay: 1.2s;
}

.interview .profile {
  background: #fff;
  border-radius: 30px;
  position: absolute !important;
  bottom: 10rem;
  right: 10rem;
  width: 28rem;
}
.interview .profile h4 {
  background: #bfccd8;
  border-radius: 30px 30px 0 0;
  font-size: 34px;
  letter-spacing: 0.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 15px 0;
  width: 28rem;
  margin: 0 auto;
}
.interview .profile-flex{
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 1.5rem;
}
.interview .profile-left{
  flex-basis: 30%;
  text-align: center;
}
.interview .profile-right {
  flex-basis: 70%;
}
.interview .profile-left h3 {
  font-size: 55px;
  color: #122487;
}
.interview .profile p,
.interview .profile-left span {
  font-weight: bold;
}
.interview .profile-left p,
.interview .profile-left span{
text-align: center;
}
.interview .profile-right p,
.interview .profile-right span {
  text-align: justify;
}
.entry {
  background-color: #f7f7f7;
  padding: 5rem 0;
  position: relative;
  z-index: 1;
}
/*************スマホ・ipad************/
@media screen and (max-width: 820px) {
  .sp-only {
      display:block;
    }
    .pc-only {
      display: none;
    }
    .top-interview-img {
      background-image: url(../img/interview/img-top-interviewall-back-sp.webp);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      padding: 2rem 0;
      border-radius: 100px 0 0 / 100px 0 0 0;
      position: relative;
    }
        .top-interview-img .top-box {
          padding: 0 4rem 26rem;
        }
 .top-interview-img .top-box h2 {
    font-size: 70px;
  }

 .top-interview-img .top-box h3 {
    font-size: 18px;
  }
.interview {
  border-radius: 0 0 100px 0;
}
.interview .articles-wrap {
  margin: 0 auto;
  padding-bottom: 0;
  display: block;
  padding: 1rem;
}
.interview .articles-box{
  margin: 2rem 0;
}
}

@media screen and (max-width: 767px) {
  .big-photo img {
    height: auto;
  }
}



