@charset "UTF-8";
/*
* レイアウト
*/
#interview {
  
}
#interview .commonBgColor {
  width: 100%;
  background-color: #FFFFFF;
}
#interview.postPage .commonBgColor {
  background-color: #F5F9FF;
}


/*
* 投稿内容
*/
#postWrap {
  position: relative;
  margin: 0;
  padding: 0 0 80px 0;
  background-color: #FFFFFF;
  z-index: 2;
}
/* 紹介 */
#postWrap .head {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 0 80px 0;
  background-color: #F5F9FF;
}
#postWrap .head .wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
#postWrap .head h3 {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 60px;
  margin: 0;
  padding: 0 20px;
}
#postWrap .head h3 strong {
  font-size: 32px;
  font-weight: 500;
  line-height: 2;
}
#postWrap .head h3 p.career {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin: 0;
  padding: 30px 40px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
#postWrap .head h3 p.career span.department {
  margin: 0;
  padding: 5px 10px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  background-color: #1B74C1;
  border-radius: 8px;
}
#postWrap .head h3 p.career span.joinyear {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}
#postWrap .head .pict {
  height: auto;
}
#postWrap .head .pict img {
  width: 100%;
  max-height: 586px;
  aspect-ratio: 948/586;
  object-fit: cover;
  border-radius: 8px;
}
/* 本文 */
#postWrap .content {
  margin: 0;
  padding: 80px 0;
}
#postWrap .content article + article {
  margin-top: 70px;
}
#postWrap .content article h4 {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #1B74C1;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
#postWrap .content article h4::before {
  content: '';
  display: block;
  width: 24px;
  height: 4px;
  background-image: url(../img/dot01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#postWrap .content .pict01 {
  margin: 70px auto;
  padding: 0;
}
#postWrap .content .pict01 img {
  width: 100%;
  border-radius: 8px;
}
/* メッセージ */
#postWrap .message {
  margin: 0;
  padding: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
}
#postWrap .message .wrap {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin: 0 auto;
  padding: 0 120px;
  background-color: #F5F9FF;
}
#postWrap .message .head {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  gap: 30px;
  margin: 0;
  padding: 50px 0;
}
#postWrap .message .head h4 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 2;
  margin: 0;
  padding: 0;
}
#postWrap .message .head h4 en {
  color:#1B74C1;
  font-family: 'Red Hat Display', sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
}
#postWrap .message .head p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin: 0;
  padding: 0;
}
#postWrap .message .pict {
  position: relative;
  width: 220px;
  background-color: #BECCDE;
  border-radius: 8px;
  transform: translateY(-20px)
}
#postWrap .message .pict img {
  transform: rotate(4deg);
  width: 100%;
  border-radius: 8px;
}
@media screen and (max-width:1400px){
  #postWrap .head h3 strong {
    font-size: 24px;
  }
}


/*
* その他の社員インタビュー
*/
#blockInterview {
  padding-bottom: 100px;
}
#blockInterview .contentWrap {
    margin-top: 0;
}
#blockInterview .swiper {
    width: 100%;
    margin: 0 0 30px 0;
    padding: 0;
}


/*
* 投稿リスト
*/
#postList {
  position: relative;
  margin: 0;
  padding: 0 0 40px 0;
}
#postList .wrap {
  position: relative;
  z-index: 2;
}
#postList ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 60px 24px;
  margin: 0;
  padding: 0 0 100px 0;
}
#postList ul.list li {
  width: calc((100% - 72px) / 3);
  margin: 0;
  padding: 0;
}
#postList ul.list a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 20px 20px 40px 20px;
  background-color: #E4EDF8;
  border-radius: 8px;
  overflow: hidden;
}
#postList ul.list a::after {
  content: '';
  position: absolute;
  bottom: 30px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrowCircleWhite01R.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#postList ul.list .pict {
  position: relative;
  aspect-ratio: 416/430;
  width: 100%;
  overflow: hidden;
}
#postList ul.list .pict img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  transition: 0.5s;
}
#postList ul.list .pict p.position {
  position: absolute;
  bottom: -1px;
  left: -1px;
  margin: 0;
  padding: 5px 10px 5px 0;
  font-size: 14px;
  font-weight: 400;
  background-color: #E4EDF8;
  border-radius: 0 4px 0 0;
}
#postList ul.list li img.dot {
  display: block;
  width: 30px;
  height: 5px;
  margin: 15px auto;
}
#postList ul.list li .comment {
  width: calc(100% - 60px);
  margin: 0 60px 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}
/* ホバー */
#postList ul.list a:hover{
  opacity: 1;
}
#postList ul.list a:hover::after {
  background-image: url(../img/arrowCircleBlue03R.svg);
}
#postList ul.list a:hover .pict img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}









/*
* スマホ用 
*/


@media screen and (max-width:992px){



  /*
  * 投稿内容
  */
  #postWrap {
    padding: 0 0 40px 0;
  }
  /* 紹介 */
  #postWrap .head {
    padding: 20px 0 40px 0;
  }
  #postWrap .head .wrap {
    flex-direction: column;
    gap: 40px;
  }
  #postWrap .head h3 {
    align-items: center;
    justify-content: center;
    gap: 28px;
    margin: 0;
    padding: 0;
  }
  #postWrap .head h3 strong {
    font-size: 18px;
  }
  #postWrap .head h3 p.career {
    gap: 20px;
    padding: 10px;
  }
  #postWrap .head h3 p.career span.department {
    padding: 5px 10px;
    font-size: 12px;
  }
  #postWrap .head h3 p.career span.joinyear {
    font-size: 12px;
  }
  #postWrap .head .pict {
    width: 100%;
  }
  #postWrap .head .pict img {
    width: 100%;
    border-radius: 8px;
  }
  /* 本文 */
  #postWrap .content {
    margin: 0;
    padding: 40px 0;
  }
  #postWrap .content article + article {
    margin-top: 40px;
  }
  #postWrap .content article h4 {
    font-size: 18px;
  }
  #postWrap .content article h4::before {
    content: '';
    display: block;
    width: 24px;
    height: 4px;
    background-image: url(../img/dot01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #postWrap .content article h4 {
    font-size: 15px;
  }
  #postWrap .content .pict01 {
    margin: 40px auto;
    padding: 0;
  }
  /* メッセージ */
  #postWrap .message {
    margin: 0;
    padding: 0;
  }
  #postWrap .message .wrap {
    flex-direction: column;
    gap: 40px;
    padding: 0 40px;
  }
  #postWrap .message .head {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin: 0;
    padding: 20px 0;
  }
  #postWrap .message .head h4 {
    font-size: 18px;
  }
  #postWrap .message .head h4 en {
    font-size: 12px;
  }
  #postWrap .message .head p {
    font-size: 15px;
  }
  #postWrap .message .pict {
    position: relative;
    margin: 0 auto;
    background-color: #BECCDE;
    border-radius: 8px;
    transform: translateY(-20px)
  }
  #postWrap .message .pict img {
    transform: rotate(5deg);
    width: 100%;
    border-radius: 8px;
  }


  /*
  * その他の社員インタビュー
  */
  #blockInterview {
    padding-bottom: 100px;
  }
  #blockInterview .contentWrap {
    margin-top: 0;
  }
  /* タイトル */
  #blockInterview .topSectionTitle {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;  
    width: 100%;
    margin: 0;
    padding: 0 20px 30px 20px;
    font-size: 32px;
  }

  

  /*
  * 投稿リスト
  */
  #postList {
    padding: 0 0 40px 0;
  }
  #postList ul.list {
    flex-direction: column;
    gap: 30px;
    padding: 0 0 60px 0;
  }
  #postList ul.list li {
    width: 100%;
  }
  #postList ul.list a {
    padding: 20px 20px 20px 20px;
  }
  #postList ul.list a::after {
    bottom: 30px;
    right: 20px;
    width: 40px;
    height: 40px;
  }
  #postList ul.list .pict {
    position: relative;
    aspect-ratio: 416/430;
    width: 100%;
  }
  #postList ul.list .pict img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  #postList ul.list .pict p.position {
    padding: 5px 10px;
    font-size: 12px;
  }
  #postList ul.list li .comment {
    width: calc(100% - 50px);
    margin: 0 50px 0 0;
    padding: 0;
    font-size: 15px;
  }











}
