/* default settings */
/* CUSTOM STYLES */
/* =================================================================== */
.page-interviews-detail {
  background: #f3f8ff url("/assets/img/common/section_bg.webp") repeat center top;
}
.page-interviews-detail .visual {
  padding: 11.125rem 0 3.5rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .visual {
    padding: 7.25rem 0 2.5rem;
  }
}
@media (max-width: 767.9px) {
  .page-interviews-detail .visual .visual__title__eng {
    font-size: 3rem;
  }
}
.page-interviews-detail .visual .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3.0625rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .visual .info {
    margin-top: 2.0625rem;
  }
}
.page-interviews-detail .visual .info__img {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #4F59F6;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .visual .info__img {
    width: 2.625rem;
    height: 2.625rem;
  }
}
.page-interviews-detail .visual .info__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
  clip-path: circle(50%);
}
.page-interviews-detail .visual .info__txt {
  margin: 0 0 0 0.875rem;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: 500;
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 0.875rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .visual .info__txt {
    padding-top: 0;
    margin: 0 -0.125rem 0 0.8125rem;
  }
}
.page-interviews-detail .section01 {
  padding: 1.875rem 0 5rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section01 {
    padding: 0.375rem 0 5.3125rem;
  }
}
.page-interviews-detail .section01 h2 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 500;
  color: #4F59F6;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(67%, transparent), color-stop(67%, #fff), color-stop(95%, #fff), color-stop(95%, transparent), to(transparent));
  background: linear-gradient(to bottom, transparent 67%, #fff 67%, #fff 95%, transparent 95%, transparent 100%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.page-interviews-detail .section01 h2::before {
  content: "";
  display: block;
  margin-top: 3.0625rem;
}
.page-interviews-detail .section01 h2::after {
  content: "";
  display: block;
  margin-bottom: 1rem;
}
.page-interviews-detail .section01 p {
  font-size: 1rem;
  line-height: 1.5;
  color: #00033D;
  font-weight: 400;
  margin: 0;
}
.page-interviews-detail .section01 p + p {
  margin-top: 3rem;
}
.page-interviews-detail .group-link {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8.4375rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .group-link {
    margin-top: 5.1875rem;
  }
}
.page-interviews-detail .group-link .text-link {
  color: #4F59F6;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  border-bottom: 1px solid #4F59F6;
}
.page-interviews-detail .group-link .btn-primary {
  margin-top: 2.375rem;
  margin-left: auto;
  margin-right: auto;
}
.page-interviews-detail .section02 {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(107, 147, 234, 0.9)), color-stop(80%, rgba(61, 76, 229, 0.9)), to(rgba(61, 76, 229, 0.9)));
  background: linear-gradient(0deg, rgba(107, 147, 234, 0.9) 0%, rgba(61, 76, 229, 0.9) 80%, rgba(61, 76, 229, 0.9) 100%);
  padding: 3.75rem 0;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section02 {
    background: linear-gradient(30deg, rgba(107, 147, 234, 0.9) 0%, rgba(61, 76, 229, 0.9) 85%, rgba(61, 76, 229, 0.9) 100%);
    padding: 2.875rem 0 3rem;
  }
}
.page-interviews-detail .section02__title {
  text-align: center;
  color: #fff;
  margin: 0;
  display: block;
  font-size: 1.625rem;
  line-height: 1.3;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section02__title {
    line-height: 1.26;
  }
}
.page-interviews-detail .section02__title span {
  font-size: 1.5rem;
  font-weight: 500;
}
.page-interviews-detail .section02__text {
  font-size: 0.875rem;
  line-height: 1.5;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin: 2.0625rem 0 0;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section02__text {
    margin: 1.5625rem 0 0;
  }
}
.page-interviews-detail .section02__img {
  text-align: center;
  margin-top: 5.125rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section02__img {
    margin: 1.375rem -1.5rem 0;
  }
}
.page-interviews-detail .section02__img img {
  width: 61.25rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section02__img img {
    width: 19.8125rem;
  }
}
.page-interviews-detail .section02__txt {
  margin-block: 4.6875rem 0;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 1.125rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .section02__txt {
    letter-spacing: -0.01em;
    margin-block: 1.8125rem 0;
  }
}
.page-interviews-detail .section02__txt span {
  color: #87F5F5;
  display: inline-block;
}
.page-interviews-detail .section02__btn {
  text-align: center;
  margin-top: 1.3125rem;
}
.page-interviews-detail .breadcrumb {
  padding: 2.5625rem 0 0.9375rem;
}
@media (max-width: 767.9px) {
  .page-interviews-detail .breadcrumb {
    padding: 1.6875rem 0 0.9375rem;
  }
}