@charset "UTF-8";
.pager {
  max-width: 1000px;
  margin: auto;
  padding: 2rem 0;
}

#interview {
  padding: 4rem 0;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #interview {
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 767px) {
  #interview .inner {
    max-width: 90%;
  }
}
#interview .inner .list {
  margin-bottom: 2rem;
}
#interview .inner .list .col {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
#interview .inner .list .col .row {
  display: grid;
  grid-template-columns: 20% 1fr;
  grid-gap: 50px;
}
@media screen and (max-width: 767px) {
  #interview .inner .list .col .row {
    grid-template-columns: 1fr;
  }
}
#interview .inner .list .col .row .txt {
  text-align: left;
  font-size: 1.1rem;
}
#interview .inner .list .col .row .txt span {
  display: block;
  margin-bottom: 1.5rem;
  color: #299872;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #interview .inner .list .col .row .txt span {
    font-size: 1rem;
  }
  #interview .inner .list .col .row .txt span br {
    display: none;
  }
}
#interview .inner .list .col .row .txt p {
  line-height: 1.4;
}
#interview .inner .list .col .row .txt p:nth-of-type(1) {
  margin: 0.5rem 0;
}
#interview .inner .list .col .row .txt p:nth-of-type(2) {
  color: #299872;
}
#interview .inner .list .col .btn {
  text-align: right;
}
@media screen and (max-width: 767px) {
  #interview .inner .list .col .btn {
    text-align: center;
    margin-top: 2rem;
  }
}
#interview .inner .list .col .btn a {
  background-color: #299872;
  color: #fff;
  line-height: 1;
  border-radius: 100px;
  padding: 10px 20px;
  text-decoration: none;
}
#interview .inner .list .col.col2 .row {
  grid-template-columns: 30% 1fr;
}
@media screen and (max-width: 767px) {
  #interview .inner .list .col.col2 .row {
    grid-template-columns: 1fr;
  }
}
#interview .inner .list .col.col2 .row .img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
#interview .inner .list.lnone .col {
  border-bottom: none;
  padding-bottom: 0px;
}
#interview .inner .point {
  margin-bottom: 4rem;
}
#interview .inner .point .col {
  display: grid;
  grid-template-columns: 22% 1fr;
  grid-gap: 50px;
  text-align: left;
  padding: 2rem;
  padding-left: 120px;
  border: 1px solid #ccc;
  border-bottom: none;
  background-repeat: no-repeat;
  background-size: 70px auto;
  background-position: top 50% left 20px;
}
@media screen and (max-width: 767px) {
  #interview .inner .point .col {
    grid-template-columns: 1fr;
    background-position: top 10px left 10px;
    background-size: 50px auto;
    padding: 0;
    grid-gap: 20px;
  }
}
#interview .inner .point .col:last-child {
  border-bottom: 1px solid #ccc;
}
#interview .inner .point .col h2 {
  border-right: 4px solid #ccc;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #interview .inner .point .col h2 {
    width: 100%;
    padding: 1.5rem 0;
    padding-left: 25%;
    border: none;
    border-bottom: 2px solid #ccc;
  }
}
@media screen and (max-width: 767px) {
  #interview .inner .point .col ul {
    margin-left: 2rem;
    margin-bottom: 1rem;
  }
}
#interview .inner .point .col:nth-of-type(1) {
  background-image: url(../img/interview_icon01.webp);
}
#interview .inner .point .col:nth-of-type(1) h2 {
  color: #D2BB48;
  border-right: 4px solid #D2BB48;
  letter-spacing: 20px;
}
@media screen and (max-width: 767px) {
  #interview .inner .point .col:nth-of-type(1) h2 {
    border-right: none;
    border-bottom: 2px solid #D2BB48;
  }
}
#interview .inner .point .col:nth-of-type(2) {
  background-image: url(../img/interview_icon02.webp);
}
#interview .inner .point .col:nth-of-type(2) h2 {
  color: #50C3AD;
  border-right: 4px solid #50C3AD;
}
@media screen and (max-width: 767px) {
  #interview .inner .point .col:nth-of-type(2) h2 {
    border-right: none;
    border-bottom: 2px solid #50C3AD;
  }
}
#interview .inner .point .col:nth-of-type(3) {
  background-image: url(../img/interview_icon03.webp);
}
#interview .inner .point .col:nth-of-type(3) h2 {
  color: #4478E7;
  border-right: 4px solid #4478E7;
}
@media screen and (max-width: 767px) {
  #interview .inner .point .col:nth-of-type(3) h2 {
    border-right: none;
    border-bottom: 2px solid #4478E7;
  }
}
#interview .inner > .txt {
  text-align: left;
  margin-bottom: 4rem;
  line-height: 2;
}
#interview .inner .content {
  text-align: left;
}
#interview .inner .content .col {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  #interview .inner .content .col {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
#interview .inner .content .col span {
  display: block;
  margin-bottom: 2rem;
  color: #299872;
  font-size: 1.3rem;
  line-height: 1.6;
  padding-left: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #interview .inner .content .col span {
    font-size: 1rem;
    padding-left: 10%;
    margin-bottom: 1rem;
  }
}
#interview .inner .content .col span:before {
  content: "ー";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  color: #299872;
}
#interview .inner .content .col > .txt {
  padding-left: 60px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #interview .inner .content .col > .txt {
    padding-left: 10%;
    line-height: 1.6;
  }
}
#interview .inner .content .col dl {
  padding-left: 60px;
}
#interview .inner .content .col dl > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 0;
}
#interview .inner .content .col dl > div dt {
  width: 8%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #interview .inner .content .col dl > div dt { /*sp*/
    width: 100%;
  }
}
#interview .inner .content .col dl > div dd {
  width: 92%;
  padding: 0;
}
@media screen and (max-width: 640px) {
  #interview .inner .content .col dl > div dd { /*sp*/
    width: 100%;
  }
}
#interview .inner .content .col dl > div dd .note {
  font-size: 0.8rem;
  padding-top: 2rem;
}
#interview .inner .content .col dl > div dd .note a {
  color: #4478E7;
}