@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
#interview p {
  text-align: left;
  font-weight: 400;
  line-height: 2.3;
}
@media screen and (max-width: 850px) {
  #interview p {
    line-height: 1.8;
  }
}
#interview .p_120_t {
  padding-top: 120px;
}
@media screen and (max-width: 850px) {
  #interview .p_120_t {
    padding-top: 60px;
  }
}
#interview .list01 {
  display: block;
}
#interview .list01 li {
  background: #EBF0EB;
  border-radius: 20px;
  padding: 20px 40px;
}
@media screen and (max-width: 850px) {
  #interview .list01 li {
    border-radius: 12px;
    padding: 20px 20px;
  }
}
#interview .list01 li + li {
  margin-top: 40px;
}
@media screen and (max-width: 850px) {
  #interview .list01 li + li {
    margin-top: 20px;
  }
}
#interview .list01 li dl {
  display: flex;
}
@media screen and (max-width: 850px) {
  #interview .list01 li dl {
    display: block;
  }
}
#interview .list01 li dl dt {
  display: flex;
  align-items: center;
  width: 200px;
}
@media screen and (max-width: 850px) {
  #interview .list01 li dl dt {
    width: 100%;
    display: block;
  }
  #interview .list01 li dl dt img {
    max-width: 180px;
    margin: auto;
  }
}
#interview .list01 li dl dd {
  display: flex;
  align-items: center;
  width: calc(100% - 200px);
  padding-left: 30px;
}
@media screen and (max-width: 850px) {
  #interview .list01 li dl dd {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-top: 10px;
  }
}
#interview .list01 li dl dd .ttl {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  color: #278D44;
  background-image: linear-gradient(to right, #278D44 1px, transparent 1px);
  background-size: 3px 1.5px;
  background-repeat: repeat-x;
  padding-bottom: 5px;
  margin-bottom: 15px;
  background-position-y: bottom;
}
@media screen and (max-width: 850px) {
  #interview .list01 li dl dd .ttl {
    text-align: center;
    font-size: 18px;
  }
}
#interview .list01 li dl dd p {
  line-height: 1.4;
}
#interview .list02 {
  display: block;
}
#interview .list02 dt {
  background: #ffffff;
  border-radius: 20px 20px 0 0 ;
  display: flex;
  column-gap: 40px;
  padding: 60px 70px;
}
@media screen and (max-width: 1100px) {
  #interview .list02 dt {
    column-gap: 20px;
    padding: 60px 30px;
  }
}
@media screen and (max-width: 980px) {
  #interview .list02 dt {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 850px) {
  #interview .list02 dt {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 20px;
  }
}
#interview .list02 dt ul {
  width: calc(50% - 20px);
  position: relative;
}
#interview .list02 dt ul .nobg {
  background: none;
}
@media screen and (max-width: 980px) {
  #interview .list02 dt ul .nobg {
    padding-left: 10px;
  }
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul {
    width: 100%;
  }
}
#interview .list02 dt ul:nth-child(1) .nobg {
  display: none;
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul:nth-child(1) .nobg {
    display: block;
  }
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul:nth-child(1)::after {
    position: absolute;
    content: "";
    width: 125px;
    top: 15px;
    height: 82px;
    right: -10px;
    background: url(../img/interview/list02_icon.png) no-repeat center / contain;
    transition: 0.3s ease-in;
  }
}
#interview .list02 dt ul:nth-child(2) {
  margin-bottom: 0;
  margin-top: auto;
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul:nth-child(2) .nobg {
    display: none;
  }
}
#interview .list02 dt ul:nth-child(2)::after {
  position: absolute;
  content: "";
  width: 225px;
  height: 148px;
  top: -20px;
  right: -10px;
  background: url(../img/interview/list02_icon.png) no-repeat center / contain;
  transition: 0.3s ease-in;
}
@media screen and (max-width: 1100px) {
  #interview .list02 dt ul:nth-child(2)::after {
    width: 186px;
    top: 10px;
    height: 122px;
  }
}
@media screen and (max-width: 910px) {
  #interview .list02 dt ul:nth-child(2)::after {
    width: 145px;
    top: 15px;
    height: 95px;
  }
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul:nth-child(2)::after {
    display: none;
  }
}
#interview .list02 dt ul li {
  padding: 10px 20px;
  background: #F3F8F2;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #278D44;
  position: relative;
}
@media screen and (max-width: 980px) {
  #interview .list02 dt ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 910px) {
  #interview .list02 dt ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul li {
    width: 100%;
    font-size: 13px;
  }
}
#interview .list02 dt ul li + li {
  margin-top: 10px;
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul li + li {
    margin-top: 5px;
  }
}
#interview .list02 dt ul .ttl {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
  width: fit-content;
}
@media screen and (max-width: 910px) {
  #interview .list02 dt ul .ttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 850px) {
  #interview .list02 dt ul .ttl {
    font-size: 18px;
    padding-bottom: 0;
  }
}
#interview .list02 dd {
  background: #278D44;
  border-radius: 0 0 20px 20px;
  color: #ffffff;
  text-align: center;
  padding: 15px;
}
#interview p span {
  color: #278D44;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 850px) {
  #interview p span {
    font-size: 16px;
  }
}
