@charset "utf-8";

/* スタイルシート
作成者：Hatomi Inc.
作成日：R8.02.16
-------------------------------------------------------------------------------------*/

.custom {}

.custom #main {}

.custom #main .block {}

.custom #main .inner {}

.interviewHero{
	 padding: 4rem 0 3rem;
}

/* TB */
@media (max-width: 960px){
  .interviewHero{
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero{
  }
}

.interviewHero__outer{
  padding-left: 0;
  padding-right: 0;
}

/* TB */
@media (max-width: 960px){
  .interviewHero__outer{
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero__outer{
  }
}

.interviewHero__inner{
  /* column__inner そのまま使う想定：max-width:1200px; margin:auto; */
}

/* TB */
@media (max-width: 960px){
  .interviewHero__inner{
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero__inner{
  }
}


/* 2カラム：左テキスト＋右写真。下端を揃える */
.interviewHero__grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
}

/* TB */
@media (max-width: 960px){
  .interviewHero__grid{
    grid-template-columns: 1fr 1fr;
  }
}
/* SP */
@media (max-width: 700px){
  .interviewHero__grid{
    grid-template-columns: 1fr;
  }
}

.interviewHero__panel{
  position: relative;
  padding: 3rem 2rem;
  z-index: 0;
}

.interviewHero__panel::before{
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: calc(50% - 50vw);
  right: 0;
  background: #EFEFEF;
  z-index: -1;
}

/* TB */
@media (max-width: 960px){
  .interviewHero__panel{
    padding: 2.5rem 1.5rem;
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero__panel{
    padding: 1.75rem 1.25rem;
  }
}

.interviewHero__catch{
  margin: 0 0 1.25rem;
  font-size: clamp(1.2rem, 0.9vw + 1rem, 1.3rem);
  line-height: 1.4;
  font-weight: 700;
}

/* TB */
@media (max-width: 960px){
  .interviewHero__catch{
    margin-bottom: 1rem;
			 font-size: clamp(1.1rem, 0.9vw + 1rem, 1.2rem);
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero__catch{
    margin-bottom: 0.75rem;
			 font-size: clamp(1.0rem, 0.9vw + 1rem, 1.1rem);
  }
}

.interviewHero__meta{
  margin: 0;
  font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.05rem);
  line-height: 1.8;
}

/* TB */
@media (max-width: 960px){
  .interviewHero__meta{
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero__meta{
  }
}

.interviewHero__photo{
  margin: 0;
  line-height: 0;
}

.interviewHero__photo img{
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* TB */
@media (max-width: 960px){
  .interviewHero__photo img{
  }
}
/* SP */
@media (max-width: 480px){
  .interviewHero__photo img{
  }
}

.interviewBody{
  padding: 0 0 5rem;
}

/* TB */
@media (max-width: 960px){
  .interviewBody{
    padding: 0 0 4rem;
  }
}
/* SP */
@media (max-width: 480px){
  .interviewBody{
    padding: 0 0 3rem;
  }
}

.interviewBody .column__outer{
  padding-left: 0;
  padding-right: 0;
}

/* TB */
@media (max-width: 960px){
  .interviewBody .column__outer{
  }
}
/* SP */
@media (max-width: 480px){
  .interviewBody .column__outer{
  }
}

.interviewBlock{
  margin-top: 3.5rem;
}

.interviewBlock:first-child{
  margin-top: 0;
}

/* TB */
@media (max-width: 960px){
  .interviewBlock{
    margin-top: 3rem;
  }
}
/* SP */
@media (max-width: 480px){
  .interviewBlock{
    margin-top: 2.25rem;
  }
}

.interviewBlock__title{
  font-size: clamp(1.1rem, 0.7vw + 1rem, 1.1rem);
  line-height: 1.35;
  font-weight: 700;
	 color: #138D90;
	 position: relative;
  margin: 0 0 1.75rem;
}

/* TB */
@media (max-width: 960px){
  .interviewBlock__title{
    margin-bottom: 0.85rem;
  }
}
/* SP */
@media (max-width: 480px){
  .interviewBlock__title{
    margin-bottom: 0.75rem;
  }
}

.interviewBlock__title::after{
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #CCC;
  margin-top: 0.75rem;
}

.interviewBlock__text{
  font-size: clamp(0.95rem, 0.35vw + 0.9rem, 1.05rem);
  line-height: 2;
}

.interviewBlock__text p{
  margin: 0;
}

.interviewBlock__text p + p{
  margin-top: 1rem;
}

/* TB */
@media (max-width: 960px){
  .interviewBlock__text{
    line-height: 1.9;
  }
}
/* SP */
@media (max-width: 480px){
  .interviewBlock__text{
    line-height: 1.85;
  }
  .interviewBlock__text p + p{
    margin-top: 0.85rem;
  }
}

.interviewBlock--full,
.interviewBlock__body{
  padding-left: 2rem;
  padding-right: 2rem;
}

/* TB */
@media (max-width: 960px){
  .interviewBlock--full,
  .interviewBlock__body{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/* SP */
@media (max-width: 480px){
  .interviewBlock--full,
  .interviewBlock__body{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.interviewBlock__media{
  margin: 0;
  line-height: 0;
}

.interviewBlock__media img{
  display: block;
  width: 100%;
  height: auto;
}

.interviewBlock--mediaLeft{
  display: grid;
   grid-template-columns: 400px 1fr;
  column-gap: 1rem;
  align-items: start;
}

/* TB */
@media (max-width: 960px){
  .interviewBlock--mediaLeft{
    grid-template-columns: 400px 1fr;
    column-gap: 1rem;
  }
}
/* SP */
@media (max-width: 700px){
  .interviewBlock--mediaLeft{
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.interviewBlock--mediaRight{
  display: grid;
  grid-template-columns: 1fr 400px;
  column-gap: 1rem;
  align-items: start;
}

/* TB */
@media (max-width: 960px){
  .interviewBlock--mediaRight{
    grid-template-columns: 1fr 400px;
    column-gap: 1rem;
  }
}
/* SP */
@media (max-width: 700px){
  .interviewBlock--mediaRight{
    grid-template-columns: 1fr;
    row-gap: 2rem;
  }
}

.otherInterview{
  padding: 5rem 0;
  background: #f5f5f5;
}

@media (max-width: 700px){
  .otherInterview{
    padding: 2rem 0 5rem;
  }
}

@media (max-width: 480px){
  .otherInterview{
    padding: 2rem 0 4rem;
  }
}

/* ----- head ----- */
.otherInterview__head{
  margin-bottom: 3rem;
}
@media (max-width: 960px){
  .otherInterview__head{ margin-bottom: 2.25rem; }
}
@media (max-width: 480px){
  .otherInterview__head{ margin-bottom: 1.75rem; }
}

.otherInterview__title{
  font-size: clamp(1.2rem, 0.9vw + 1rem, 1.3rem);
  font-weight: 600;
  position: relative;
  padding-bottom: 1.5rem;
}
@media (max-width: 960px){
  .otherInterview__title{ padding-bottom: 1.25rem; }
}
@media (max-width: 480px){
  .otherInterview__title{ padding-bottom: 1rem; }
}

.otherInterview__title::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #000;
}

/* ----- grid ----- */
.otherInterview__grid{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
}
@media (max-width: 700px){
  .otherInterview__grid{
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
}
@media (max-width: 480px){
  .otherInterview__grid{ gap: 2rem; }
}

.otherInterviewCard{
  overflow: hidden;
}

.otherInterviewCard__link{
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  text-decoration: none;
  color: inherit;
  overflow: hidden;
  background: #fff;
}

.otherInterviewCard__panel{
  position: static;
  width: 38%;
  background: #0a1558;
  color: #fff;
  padding: 2rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: .5rem;
}
@media (max-width: 960px){
  .otherInterviewCard__panel{
    width: 45%;
    padding: 2rem;
			 gap: .3rem;
  }
}
@media (max-width: 480px){
  .otherInterviewCard__panel{
    width: 100%;
    padding: 1.5rem 1.25rem;
			 gap: .3rem;
  }
}

.otherInterviewCard__media{
  flex: 1;
  overflow: hidden;
}
@media (max-width: 480px){
  .otherInterviewCard__media{
    aspect-ratio: 4 / 3;
  }
}

.otherInterviewCard__media img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: transform .4s ease;
}

.otherInterviewCard__link:hover img{
  transform: scale(1.05);
}

.otherInterviewCard__eyebrow{
  font-size: .8rem;
  opacity: .9;
}
.otherInterviewCard__role{
  font-size: clamp(.9rem, 0.9vw + 1rem, 1rem);
}
.otherInterviewCard__name{
  font-size: clamp(.9rem, 0.9vw + 1rem, 1rem);
}

@media (max-width: 480px){
  .otherInterviewCard__link{
    flex-direction: column;
  }
}

.otherInterviewCard{
  min-height: 230px;
}

@media (min-width: 701px) and (max-width: 800px) {
  .otherInterviewCard{
    min-height: 200px;
  }
}

.otherInterviewCard__link{
  height: 100%;
}

@media (max-width: 700px){
  .otherInterviewCard{
    min-height: auto;
  }
}
