@charset "UTF-8";

:root {
  --text-color: #279BB9;
}

.interview_wrap{
  background: #D9DDDE;
  padding: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .interview_wrap{
    padding: 0 1rem 80px;
  }
}
#interview img {
  width: 100%;
  vertical-align: bottom;
}
#interview {
  font-family: HondaGlobalFontJP-Regular, sans-serif;
  /* font-weight: 400; */
  color: #617377;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 ;
  background: #fff;
}

#interview br{
  display: block !important;
}
@media screen and (min-width: 769px) {
  #interview br._sp{
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  #interview br._pc{
    display: none !important;
  }
}

#interview  h2{
  font-size: 32px;
  text-align: center;
  color: #279BB9;
}
@media screen and (max-width: 768px) {
  #interview  h2{
    font-size: 24px;
    line-height: 1.5em;
  }
}

/*intro*/
.intro {
  padding: 80px 80px 0;
  margin-bottom: 92px;
}
@media screen and (max-width: 768px) {
  .intro {
    padding: 50px 1rem 0;
    margin-bottom: 3em;
  }
}

.label_wrap{
  text-align: center;
}

.label {
  margin: 0 auto 50px;
  display: inline-block;
  position: relative;
}

.label p{
  font-size: 24px;
  color: var(--text-color);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--text-color);
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .label p{
    font-size: 20px;
  }
}

.deco {
  width: 122px;
  position: absolute;
  top: -115%;
  left: -54%;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .deco {
    width: 100px;
  }
}

.lead {
  font-size: 20px;
  line-height: 2em;
  text-align: center;
  color: var(--text-color);
  margin: 50px 0;
}
@media screen and (max-width: 768px) {
  .lead {
    font-size: 1rem;
    margin: 2em 0;
  }
}

.menber_wrap {
  display: flex;
  gap: 64px;
}
@media screen and (max-width: 768px) {
  .menber_wrap {
    flex-wrap: wrap;
    gap: 20px;
  }
}

.menber_box {
  border: 1px solid #D9DDDE;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .menber_box {
    width: calc(50% - 10px);
  }
}

.menber_box .job{
  font-size: 1rem;
  margin: 1rem 0 0.5rem;
}
@media screen and (max-width: 768px) {
  .menber_box .job{
    margin: 1rem 0 0.5rem;
  }
}

.menber_box .name{
  font-size: 22px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .menber_box .name{
    font-size: 20px;
  }
}

.interview_cont {
  padding: 0 80px 80px;
}

@media screen and (max-width: 768px) {
  .interview_cont {
    padding: 0 1rem 40px;
  } 
  .interview_cont:last-child {
    padding: 0 1rem 1rem;
  }
}

.interview_cont dl{
  font-size: 18px;
  line-height: 2em;
  margin-top: 3em;
  display: flex;
}
@media screen and (max-width: 768px) {
  .interview_cont dl{
    font-size: 1rem;
    margin-top: 1.5em;
  }
}

.interview_cont dl dt{
  width: 3em;
  color: var(--text-color);
}

.interview_cont dl dd{
  width: calc(100% - 3em);
}

.interview_cont dl dd .txt_col1 .thum{
  max-width: 680px;
  margin-top: 1rem;
}
@media screen and (min-width: 769px) {
  .interview_cont dl dd .txt_col2{
    display: flex;
    gap: 24px;
  }

  .interview_cont dl dd .txt_col2 .txt,
  .interview_cont dl dd .txt_col2 .thum{
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 768px) {
  .interview_cont dl dd .txt_col2 .thum{
    margin-top: 1rem;
  }
}