@charset "UTF-8";
html,
body {
  overflow-x: unset;
}

body {
  background: #f0f5f8;
}

.archive_interview_mv_sec {
  position: relative;
  padding-top: 208px;
  z-index: 0;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec {
    padding-top: 176px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec {
    padding-top: 138px;
  }
}
.archive_interview_mv_sec .lower_mv_bg {
  position: absolute;
  z-index: -1;
  top: 310px;
  background: linear-gradient(to left, rgba(82, 125, 206, 0.2705882353), rgba(135, 205, 214, 0.3607843137));
  border-radius: 0 200px 0 200px;
  width: 100%;
  height: 520px;
}
.archive_interview_mv_sec .lower_mv_bg:before {
  background-image: url(../../images/recruit/lower-mv-bg-left.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  top: -200px;
  width: 100%;
  content: "";
  width: 200px;
  height: 200px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg:before {
    top: -150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg:before {
    top: -100px;
    width: 100px;
    height: 100px;
  }
}
.archive_interview_mv_sec .lower_mv_bg:after {
  background-image: url(../../images/recruit/lower-mv-bg-right.png);
  background-size: cover;
  position: absolute;
  z-index: -1;
  bottom: -200px;
  right: 0;
  width: 100%;
  content: "";
  width: 200px;
  height: 200px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg:after {
    bottom: -150px;
    width: 150px;
    height: 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg:after {
    bottom: -100px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .lower_mv_bg {
    height: 350px;
    top: 250px;
    border-radius: 0 150px 0 150px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .lower_mv_bg {
    height: 220px;
    top: 186px;
    border-radius: 0 100px 0 100px;
  }
}
.archive_interview_mv_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
    height: auto;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.archive_interview_mv_sec .inner .ttl_b {
  margin-bottom: 72px;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .inner .ttl_b {
    margin-bottom: 60px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b {
    margin-bottom: 30px;
  }
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco {
  width: 12px;
  flex: 0 0 12px;
  margin-bottom: 5px;
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco {
    width: 10px;
    flex: 0 0 10px;
  }
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .ttl_deco img {
  width: 100%;
}
.archive_interview_mv_sec .inner .ttl_b .sub_wrap .sub {
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b .sub_wrap .sub {
    font-size: 14px;
  }
}
.archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
  margin-top: 20px;
  font-size: 100px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
}
@media (max-width: 790px) {
  .archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
    font-size: 70px;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .ttl_b h1.main_ttl {
    font-size: 40px;
    margin-top: 10px;
  }
}
.archive_interview_mv_sec .inner .breadcrumb_wrapper {
  width: 1200px;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper {
    width: 100%;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper {
    overflow-x: auto;
  }
}
@media (max-width: 530px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content; /* 内容分の幅を確保 */
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 1370px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    width: 100%;
    margin-left: 20px;
  }
}
@media (max-width: 1000px) {
  .archive_interview_mv_sec .inner .breadcrumb_wrapper .breadcrumb {
    width: 100%;
  }
}

.single_news_sec {
  height: auto;
}
.single_news_sec .inner {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1370px) {
  .single_news_sec .inner {
    width: calc(100% - 100px);
    margin: 0 auto;
  }
}
@media (max-width: 885px) {
  .single_news_sec .inner {
    height: auto;
  }
}
@media (max-width: 530px) {
  .single_news_sec .inner {
    width: calc(100% - 60px);
    margin: 0 auto;
  }
}
.single_news_sec .inner .mv_under_txt {
  margin-top: 130px;
  font-size: 22px;
  font-weight: bold;
  color: #0068b3;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 530px) {
  .single_news_sec .inner .mv_under_txt {
    margin-top: 90px;
    font-size: 18px;
  }
}
.single_news_sec .inner .news_con {
  position: relative;
  width: 100%;
  height: auto;
  background: #fff;
  padding: 128px 180px 80px;
  border-radius: 20px;
  border-radius: 20px;
}
@media (max-width: 1370px) {
  .single_news_sec .inner .news_con {
    margin-top: 0;
  }
}
@media (max-width: 1250px) {
  .single_news_sec .inner .news_con {
    padding: 128px 100px 50px;
  }
}
@media (max-width: 630px) {
  .single_news_sec .inner .news_con {
    padding: 67px 25px 30px;
  }
}
.single_news_sec .inner .news_con .news_date {
  position: absolute;
  top: 80px;
  right: 80px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media (max-width: 630px) {
  .single_news_sec .inner .news_con .news_date {
    top: 23px;
    right: 25px;
  }
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_date {
    font-size: 12px;
  }
}
.single_news_sec .inner .news_con .news_date:before {
  position: absolute;
  top: 3px;
  left: -20px;
  content: "";
  background-image: url(../../images/recruit/txt-deco.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 12px;
  height: 10px;
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_date:before {
    top: 1px;
    width: 10px;
    height: 8px;
    left: -15px;
  }
}
.single_news_sec .inner .news_con .news_b {
  position: relative;
}
.single_news_sec .inner .news_con .news_b .news_ttl {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 800px) {
  .single_news_sec .inner .news_con .news_b .news_ttl {
    font-size: 32px;
  }
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_b .news_ttl {
    font-size: 28px;
  }
}
.single_news_sec .inner .news_con .news_b .news_ttl:after {
  display: block;
  margin: 25px auto 50px;
  content: "";
  border-bottom: 2px dotted rgba(170, 183, 198, 0.3882352941);
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_b .news_ttl:after {
    margin: 15px auto 30px;
  }
}
.single_news_sec .inner .news_con .news_b .news_thum img {
  width: 100%;
  height: 593px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1370px) {
  .single_news_sec .inner .news_con .news_b .news_thum img {
    width: 100%;
    height: 40.897vw;
  }
}
@media (max-width: 630px) {
  .single_news_sec .inner .news_con .news_b .news_thum img {
    width: 100%;
    height: 47.2vw;
    border-radius: 24px;
  }
}
.single_news_sec .inner .news_con .news_b p {
  margin-top: 60px;
  line-height: 1.5;
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_b p {
    margin-top: 25px;
    font-size: 14px;
  }
}
.single_news_sec .inner .news_con .news_b p:after {
  display: block;
  margin: 80px auto 40px;
  content: "";
  border-bottom: 2px dotted rgba(170, 183, 198, 0.3882352941);
}
@media (max-width: 530px) {
  .single_news_sec .inner .news_con .news_b p:after {
    margin: 30px auto;
  }
}
.single_news_sec .inner .news_con .btn_style4_3.news_btn {
  margin-right: auto;
}
@media (max-width: 425px) {
  .single_news_sec .inner .news_con .btn_style4_3.news_btn {
    width: 100%;
  }
}
@media (max-width: 425px) {
  .single_news_sec .inner .news_con .btn_style4_3.news_btn .txt {
    width: 100%;
  }
}
.single_news_sec .inner .news_con .btn_style4_3.news_btn .txt:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(90deg, #86ccd6, #6da6d2);
  content: "";
  z-index: -2;
  border-radius: 9999px;
  opacity: 1;
  background: #F0F5F8;
}

.ftr_main {
  margin-top: 200px !important;
}
@media (max-width: 530px) {
  .ftr_main {
    margin-top: 100px !important;
  }
}/*# sourceMappingURL=single-news.css.map */