/* Sass Document */
#main_title_area {
  background: url(../img/interview/bg_main_title_area.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 840px) {
  #main_title_area {
    background: url(../img/interview/bg_main_title_area_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}

#article_area {
  padding: 13rem 0 15rem;
}
@media screen and (max-width: 1400px) {
  #article_area {
    padding: 9.2857142857vw 0 10.7142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area {
    padding: 8.9743589744vw 0 15.3846153846vw;
  }
}
#article_area .top_area {
  position: relative;
  max-width: 192rem;
  margin: 0 auto 15rem;
}
@media screen and (max-width: 1400px) {
  #article_area .top_area {
    margin: 0 auto 10.7142857143vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .top_area {
    margin: 0 auto 15.3846153846vw;
  }
}
#article_area .top_area .thumbnail {
  max-width: 115.3rem;
  width: 60.0520833333%;
}
@media screen and (max-width: 840px) {
  #article_area .top_area .thumbnail {
    max-width: none;
    width: 93.5897435897vw;
  }
}
#article_area .top_area .thumbnail img {
  width: 100%;
}
#article_area .top_area .txt_area {
  position: absolute;
  top: 50%;
  left: 55.9375%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  #article_area .top_area .txt_area {
    position: unset;
    width: 87.1794871795vw;
    margin: 5.1282051282vw auto 0;
    -webkit-transform: unset;
            transform: unset;
  }
}
#article_area .top_area .txt_area .catch {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.9rem;
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.46;
}
@media screen and (max-width: 1400px) {
  #article_area .top_area .txt_area .catch {
    gap: 0.6428571429vw;
    font-size: 3.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .top_area .txt_area .catch {
    gap: 1.2820512821vw;
    font-size: 7.1794871795vw;
    line-height: 1.5034482;
  }
}
#article_area .top_area .txt_area .catch span {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2rem 0.07em;
  line-height: 1.3;
  background: #0C62E7;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #article_area .top_area .txt_area .catch span {
    padding: 0 1.4285714286vw 0.07em;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .top_area .txt_area .catch span {
    padding: 0 1.5384615385vw 0.07em 2.5641025641vw;
    border-radius: 0.7666666667vw;
  }
}
#article_area .top_area .txt_area .w_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
  padding: 1.5rem 2rem 1.8rem;
  margin-top: 6rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #article_area .top_area .txt_area .w_box {
    gap: 2.1428571429vw;
    padding: 1.0714285714vw 1.4285714286vw 1.2857142857vw;
    margin-top: 4.2857142857vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .top_area .txt_area .w_box {
    gap: 5.8974358974vw;
    padding: 0;
    margin: 6.4102564103vw 2.5641025641vw;
    background: none;
    border-radius: 0;
  }
}
#article_area .top_area .txt_area .w_box .name {
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 1400px) {
  #article_area .top_area .txt_area .w_box .name {
    font-size: 1.9285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .top_area .txt_area .w_box .name {
    font-size: 5.1282051282vw;
  }
}
#article_area .top_area .txt_area .w_box .blue {
  font-size: 1.5rem;
  color: #09417E;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  #article_area .top_area .txt_area .w_box .blue {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .top_area .txt_area .w_box .blue {
    font-size: 3.3333333333vw;
  }
}
#article_area .q_area .wrap {
  max-width: 120rem;
}
#article_area .q_area .q_area_in + .q_area_in {
  margin-top: 9rem;
}
@media screen and (max-width: 1400px) {
  #article_area .q_area .q_area_in + .q_area_in {
    margin-top: 6.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .q_area .q_area_in + .q_area_in {
    margin-top: 7.6923076923vw;
  }
}
#article_area .q_area .q_area_in .title03 {
  margin-bottom: 2.5rem;
  font-size: 2.3rem;
  color: #0C62E7;
  font-weight: 700;
  line-height: 1.5217391;
}
@media screen and (max-width: 1400px) {
  #article_area .q_area .q_area_in .title03 {
    margin-bottom: 1.7857142857vw;
    font-size: 1.6428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .q_area .q_area_in .title03 {
    margin-bottom: 2.5641025641vw;
    font-size: 4.6153846154vw;
  }
}
#article_area .q_area .q_area_in .title03 span {
  margin-right: 1.3rem;
  font-size: 2.5rem;
  font-weight: 900;
  height: 1;
}
@media screen and (max-width: 1400px) {
  #article_area .q_area .q_area_in .title03 span {
    margin-right: 0.9285714286vw;
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .q_area .q_area_in .title03 span {
    margin-right: 3.0769230769vw;
    font-size: 5.3846153846vw;
  }
}
#article_area .q_area .q_area_in .answer {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.866666;
}
@media screen and (max-width: 1400px) {
  #article_area .q_area .q_area_in .answer {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #article_area .q_area .q_area_in .answer {
    font-size: 3.8461538462vw;
  }
}
#article_area .q_area .pattern02,
#article_area .q_area .pattern03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 840px) {
  #article_area .q_area .pattern02,
  #article_area .q_area .pattern03 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 5.1282051282vw;
  }
}
#article_area .q_area .pattern02 figure,
#article_area .q_area .pattern03 figure {
  max-width: 55.5rem;
  width: 46.25%;
}
@media screen and (max-width: 840px) {
  #article_area .q_area .pattern02 figure,
  #article_area .q_area .pattern03 figure {
    max-width: none;
    width: 100%;
  }
}
#article_area .q_area .pattern02 .in,
#article_area .q_area .pattern03 .in {
  max-width: 57rem;
  width: 47.5%;
}
@media screen and (max-width: 840px) {
  #article_area .q_area .pattern02 .in,
  #article_area .q_area .pattern03 .in {
    max-width: none;
    width: 100%;
  }
}
#article_area .q_area .pattern02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#other_article {
  padding: 12rem 0;
  background: #E7EBF3;
}
@media screen and (max-width: 1400px) {
  #other_article {
    padding: 8.5714285714vw 0;
  }
}
@media screen and (max-width: 840px) {
  #other_article {
    padding: 15.3846153846vw 0;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__track {
    overflow: unset;
  }
}
#other_article .splide__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list {
    gap: 2.1428571429vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0;
  }
}
#other_article .splide__list .in {
  width: 38rem;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in {
    width: 27.1428571429vw;
  }
}
#other_article .splide__list .in a {
  position: relative;
  display: block;
  padding: 2.5rem;
  background: #fff;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a {
    padding: 1.7857142857vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a {
    padding: 5.1282051282vw;
    border-radius: 1.2820512821vw;
  }
}
#other_article .splide__list .in a figure {
  width: 100%;
  height: 22rem;
  margin-bottom: 2.7rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a figure {
    height: 15.7142857143vw;
    margin-bottom: 1.9285714286vw;
    border-radius: 0.3571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a figure {
    height: 42.7350440392vw;
    margin-bottom: 5.2128205128vw;
    border-radius: 1.2820512821vw;
  }
}
#other_article .splide__list .in a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#other_article .splide__list .in a .txt {
  max-width: none;
  width: 100%;
  padding: 0 1.5rem;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a .txt {
    padding: 0 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a .txt {
    padding: 0 2.5641025641vw;
  }
}
#other_article .splide__list .in a .txt .title04 {
  margin-bottom: 3rem;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.54545;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a .txt .title04 {
    margin-bottom: 2.1428571429vw;
    font-size: 1.5714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a .txt .title04 {
    margin-bottom: 5.3846153846vw;
    font-size: 4.6153846154vw;
    line-height: 1.61111;
  }
}
#other_article .splide__list .in a .txt .position {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  color: #09417E;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a .txt .position {
    margin-bottom: 0.8571428571vw;
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a .txt .position {
    margin-bottom: 2.5641025641vw;
    font-size: 3.8461538462vw;
  }
}
#other_article .splide__list .in a .txt .name {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a .txt .name {
    font-size: 1.4285714286vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a .txt .name {
    font-size: 4.358974359vw;
  }
}
#other_article .splide__list .in a .txt .arrow {
  position: absolute;
  bottom: 3.2rem;
  right: 2.5rem;
  width: 4rem;
}
@media screen and (max-width: 1400px) {
  #other_article .splide__list .in a .txt .arrow {
    bottom: 2.2857142857vw;
    right: 1.7857142857vw;
    width: 2.8571428571vw;
  }
}
@media screen and (max-width: 840px) {
  #other_article .splide__list .in a .txt .arrow {
    bottom: 5.1282051282vw;
    right: 5.1282051282vw;
    width: 7.6923076923vw;
  }
}