#interviews .wrap {
  padding: 180px 0;
}
#interviews .wrap .contents {
  max-width: 1435px;
}
#interviews .wrap .contents .interview {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 100px 6%;
}
#interviews .wrap .contents .interview .item {
  display: block;
}
#interviews .wrap .contents .interview .item .img {
  border-radius: 15px;
  overflow: hidden;
}
#interviews .wrap .contents .interview .item span {
  font-size: 1.6rem;
  color: var(--color_title);
  display: block;
  padding: 2.5em 0 1.5em;
}
#interviews .wrap .contents .interview .item dl {
  letter-spacing: 0.02em;
}
#interviews .wrap .contents .interview .item dl dt {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
}
#interviews .wrap .contents .interview .item dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
#interviews .wrap .contents .interview .item dl dd.info1 {
  margin-bottom: 0.75em;
}
#interviewTitle .wrap .contents {
  max-width: 1870px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
}
#interviewTitle .wrap .contents .detail {
  padding-left: 120px;
}
#interviewTitle .wrap .contents .detail span {
  font-size: 1.6rem;
  color: var(--color_title);
  display: block;
  padding-bottom: 2em;
}
#interviewTitle .wrap .contents .detail h1 {
  font-size: 3.3rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 2.75em;
  font-weight: 500;
  color: #1D1D1D;
}
#interviewTitle .wrap .contents .detail dl {
  letter-spacing: 0.08em;
}
#interviewTitle .wrap .contents .detail dl dt {
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 1.25em;
  color: #222222;
}
#interviewTitle .wrap .contents .detail dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #777777;
}
#interviewTitle .wrap .contents .detail dl dd.info1 {
  margin-bottom: 0.75em;
}
#interviewTitle .wrap .contents .img {
  border-radius: 15px;
  overflow: hidden;
}

#profile .wrap {
  padding: 180px 0 0;
}
#profile .wrap .contents {
  max-width: 1600px;
}
#profile .wrap .contents dl {
  background-color: #FFFFFF;
  border-radius: 15px;
  padding: 50px 90px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  grid-gap: 8%;
}
#profile .wrap .contents dl dt {
  font-size: 2.2rem;
  color: var(--color_title);
}
#profile .wrap .contents dl dd {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.08em;
  color: #1D1D1D;
}

#interview .wrap {
  padding: 180px 0 0;
}
#interview .wrap .contents {
  max-width: 1200px;
}
#interview .wrap .contents h2 {
  font-size: 4.2rem;
  letter-spacing: 0.08em;
  color: #1D1D1D;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 3.5em 1fr;
  margin-bottom: 2em;
  font-weight: 500;
}
#interview .wrap .contents h2 span {
  font-size: 1.6rem;
  color: var(--color_title);
  padding-top: 0.66em;
  letter-spacing: normal;
}
#interview .wrap .contents .faq dt {
  line-height: 2;
  color: #777777;
  margin-bottom: 2em;
  letter-spacing: 0.08em;
}
#interview .wrap .contents .faq dt::before {
  content: "";
  display: inline-block;
  width: 4.5em;
  height: 1px;
  background-color: #777777;
  margin-right: 1.5em;
  transform: translateY(-0.4em);
}
#interview .wrap .contents .faq dd {
  line-height: 2;
  margin-bottom: 6em;
  letter-spacing: 0.08em;
  color: #1D1D1D;
}
#interview .wrap .contents .faq dd .note {
  display: block;
  font-size: 0.9em;
  padding-top: 2em;
  color: #777777;
}
#interview .wrap .contents .faq dd sup {
  font-size: 0.7em;
  transform: translateY(-0.4em);
  display: inline-block;
}
#interview .wrap .contents .img {
  border-radius: 15px;
  overflow: hidden;
}
#interview .wrap .img2 {
  border-radius: 15px;
  overflow: hidden;
  max-width: 1870px;
  width: calc(100% - 50px);
  margin: 0 auto;
}
#interview .wrap:last-child {
  padding-bottom: 300px;
}

#other .wrap {
  padding-bottom: 180px;
}
#other .wrap .contents {
  width: 100%;
}
#other .wrap .contents h2 {
  font-size: 9.2rem;
  text-align: center;
  color: var(--color_title);
  margin-bottom: 0.75em;
  font-weight: 400;
}
#other .wrap .contents h2 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  color: #000000;
  padding-top: 1em;
}
#other .wrap .contents .slider_wrap {
  overflow: hidden;
}
#other .wrap .contents .slider_wrap .interview_slider {
  margin-bottom: 0;
  padding-top: 60px;
  position: relative;
}
#other .wrap .contents .slider_wrap .interview_slider .slick-list {
  transform: translateX(calc(50vw - 770px));
}
#other .wrap .contents .slider_wrap .interview_slider .slide {
  max-width: 500px;
  padding-right: 75px;
}
#other .wrap .contents .slider_wrap .interview_slider .item {
  display: block;
}
#other .wrap .contents .slider_wrap .interview_slider .item .img {
  border-radius: 15px;
  overflow: hidden;
}
#other .wrap .contents .slider_wrap .interview_slider .item span {
  font-size: 1.6rem;
  color: var(--color_title);
  display: block;
  padding: 2.5em 0 1.5em;
}
#other .wrap .contents .slider_wrap .interview_slider .item dl {
  letter-spacing: 0.02em;
}
#other .wrap .contents .slider_wrap .interview_slider .item dl dt {
  font-size: 2.2rem;
  line-height: 2;
  margin-bottom: 1em;
}
#other .wrap .contents .slider_wrap .interview_slider .item dl dd {
  font-size: 1.5rem;
  line-height: 1.5;
}
#other .wrap .contents .slider_wrap .interview_slider .item dl dd.info1 {
  margin-bottom: 0.75em;
}
#other .wrap .contents .slider_wrap .interview_slider .slick-dots {
  position: absolute;
  top: 0;
  bottom: auto;
  left: auto;
}
#other .wrap .contents .slider_wrap .interview_slider .slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
#other .wrap .contents .slider_wrap .interview_slider .slick-dots li.slick-active button {
  background-color: var(--color_title);
  height: 2px;
  transform: translateY(0.5px);
}
#other .wrap .contents .slider_wrap .interview_slider .slick-dots li button {
  width: 50px;
  height: 1px;
  background-color: #000000;
  margin: 0;
  padding: 0;
}
#other .wrap .contents .slider_wrap .interview_slider .slick-dots li button::before {
  content: none;
}
@media (hover: hover) {
  #interviews .wrap .contents .interview .item .img img {
    transition: 0.3s;
  }
  #interviews .wrap .contents .interview .item:hover {
    opacity: 0.75;
  }
  #interviews .wrap .contents .interview .item:hover .img img {
    transform: scale(1.05);
  }
}
@media screen and (max-width: 1540px) {
  #other .wrap .contents .slider_wrap .interview_slider .slick-list {
    transform: translateX(20px);
  }
}
@media screen and (max-width: 1240px) {
  #interviewTitle .wrap .contents .detail {
    padding-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  #interviews .wrap .contents .interview {
    grid-gap: 100px 3%;
  }
  #interviews .wrap .contents .interview .item dl dt {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  #interviews .wrap {
    padding: 90px 0 120px;
  }
  #interviews .wrap .contents .interview {
    grid-gap: 50px 3%;
  }
  #interviews .wrap .contents .interview .item span {
    font-size: 1.5rem;
    padding: 2em 0 1em;
  }
  #interviews .wrap .contents .interview .item dl {
    letter-spacing: 0.02em;
  }
  #interviews .wrap .contents .interview .item dl dt {
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  #interviews .wrap .contents .interview .item dl dd {
    font-size: 1.3rem;
  }
  #interviewTitle .wrap .contents .detail h1 {
    font-size: 2.8rem;
  }
  #interviewTitle .wrap .contents .detail dl dt {
    font-size: 1.6rem;
  }
  #interviewTitle .wrap .contents .detail dl dd {
    font-size: 1.4rem;
  }
  #profile .wrap {
    padding: 90px 0 0;
  }
  #profile .wrap .contents dl {
    padding: 40px;
  }
  #interview .wrap {
    padding: 120px 0 0;
  }
  #interview .wrap .contents h2 {
    font-size: 3.6rem;
  }
  #interview .wrap .contents h2 span {
    font-size: 1.6rem;
    color: var(--color_title);
    padding-top: 0.66em;
  }
  #interview .wrap:last-child {
    padding-bottom: 180px;
  }
  #other .wrap {
    padding-bottom: 120px;
  }
  #other .wrap .contents h2 {
    font-size: 7.2rem;
  }
  #other .wrap .contents .slider_wrap .interview_slider .slide {
    max-width: 400px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  #interviews .wrap .contents .interview {
    grid-template-columns: 2fr;
    grid-gap: 75px;
    max-width: 400px;
    margin: 0 auto;
  }
  #interviews .wrap .contents .interview .item dl dt {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.33em;
  }
  #interviews .wrap .contents .interview .item dl dd {
    line-height: 2;
    font-size: 1.4rem;
  }
  #interviews .wrap .contents .interview .item dl dd.info1 {
    margin-bottom: 0;
  }
  #interviewTitle .wrap .contents {
    grid-template-columns: 1fr;
  }
  #interviewTitle .wrap .contents .detail {
    display: contents;
  }
  #interviewTitle .wrap .contents .detail span {
    padding-bottom: 10px;
  }
  #interviewTitle .wrap .contents .detail h1 {
    font-size: 2.8rem;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 2em;
  }
  #interviewTitle .wrap .contents .detail dl {
    order: 2;
    letter-spacing: 0.08em;
    padding-top: 2em;
  }
  #interviewTitle .wrap .contents .detail dl dt {
    font-size: 1.8rem;
    line-height: 1;
  }
  #interviewTitle .wrap .contents .detail dl dd {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  #profile .wrap .contents dl {
    padding: 25px 20px;
    grid-template-columns: 1fr;
    grid-gap: 1em;
  }
  #profile .wrap .contents dl dt {
    font-size: 1.4rem;
  }
  #profile .wrap .contents dl dd {
    font-size: 1.5rem;
    letter-spacing: normal;
  }
  #interview .wrap {
    padding: 90px 0 0;
  }
  #interview .wrap .contents h2 {
    font-size: 2.2rem;
    letter-spacing: normal;
    line-height: 1.5;
    grid-template-columns: 1fr;
    margin-bottom: 1.5em;
    grid-gap: 0.33em;
  }
  #interview .wrap .contents h2 span {
    font-size: 1.4rem;
    padding-top: 0;
  }
  #interview .wrap .contents .faq {
    font-size: 1.5rem;
  }
  #interview .wrap .contents .faq dt {
    margin-bottom: 1.5em;
    display: grid;
    grid-template-columns: 2.2em 1fr;
    grid-gap: 1.5em;
    margin-bottom: 1em;
  }
  #interview .wrap .contents .faq dt::before {
    width: 100%;
    margin-right: 0;
    transform: translateY(0.9em);
  }
  #interview .wrap .contents .faq dd {
    margin-bottom: 2.5em;
    letter-spacing: normal;
  }
  #interview .wrap .img2 {
    width: calc(100% - 10px);
  }
  #interview .wrap:last-child {
    padding-bottom: 180px;
  }
  #other .wrap {
    padding-bottom: 90px;
  }
  #other .wrap .contents h2 {
    font-size: 6rem;
    margin-bottom: 1em;
  }
  #other .wrap .contents h2 span {
    font-size: 1.5rem;
  }
  #other .wrap .contents .slider_wrap {
    overflow: hidden;
  }
  #other .wrap .contents .slider_wrap .interview_slider {
    padding-top: 45px;
  }
  #other .wrap .contents .slider_wrap .interview_slider .slide {
    max-width: 300px;
    padding-right: 30px;
  }
  #other .wrap .contents .slider_wrap .interview_slider .item span {
    font-size: 1.5rem;
    padding: 2em 0 1.25em;
  }
  #other .wrap .contents .slider_wrap .interview_slider .item dl {
    letter-spacing: 0.02em;
  }
  #other .wrap .contents .slider_wrap .interview_slider .item dl dt {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 1.25em;
  }
  #other .wrap .contents .slider_wrap .interview_slider .item dl dt br {
    display: none;
  }
  #other .wrap .contents .slider_wrap .interview_slider .item dl dd {
    font-size: 1.4rem;
    line-height: 2;
  }
  #other .wrap .contents .slider_wrap .interview_slider .item dl dd.info1 {
    margin-bottom: 0;
  }
  #other .wrap .contents .slider_wrap .interview_slider .slick-dots {
    left: 25px;
    display: flex;
    align-items: center;
    width: calc(100% - 50px);
  }
  #other .wrap .contents .slider_wrap .interview_slider .slick-dots li {
    flex-grow: 1;
  }
  #other .wrap .contents .slider_wrap .interview_slider .slick-dots li button {
    width: 100%;
  }
}