.fv {
  width: 100%;
  height: auto;
  margin-top: 260px;
}

@media screen and (max-width: 580px) {
  .fv {
    margin-top: 200px;
  }
}

.fv__head {
  width: 90%;
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
}

.fv__head--nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fv__head--nav span {
  margin-right: 0px;
  font-weight: bold;
  color: #585858;
}

@media screen and (max-width: 580px) {
  .fv__head--nav span {
    font-size: 14px;
  }
}

.fv__head--nav span a {
  position: relative;
}

.fv__head h2 {
  font-size: 46px;
  margin-top: 16px;
  font-family: 'Mulish';
  font-weight: 800;
}

@media screen and (max-width: 580px) {
  .fv__head h2 {
    font-size: 42px;
    line-height: 46px;
  }
}

@media screen and (max-width: 480px) {
  .fv__head h2 {
    font-size: 36px;
    line-height: 40px;
  }
}

.fv__thumb {
  width: 100%;
  height: 680px;
  background-size: cover;
  margin-top: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

@media screen and (max-width: 580px) {
  .fv__thumb {
    height: 560px;
    margin-top: 32px;
  }
}

.fv__thumb--copy {
  width: 90%;
  max-width: 1180px;
  height: auto;
  margin: 0 auto;
}

.fv__thumb--copy h3, .fv__thumb--copy p {
  color: #FDFDFD;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

.fv__thumb--copy h3 {
  font-size: 32px;
}

@media screen and (max-width: 580px) {
  .fv__thumb--copy h3 {
    font-size: 22px;
  }
}

.fv__thumb--copy p {
  font-size: 14px;
  margin: 16px 0 80px 0;
  line-height: 32px;
}

@media screen and (max-width: 580px) {
  .fv__thumb--copy p {
    font-size: 13px;
  }
}

.subsemi {
  width: 100%;
  height: auto;
  margin-top: 160px;
}

.subsemi__title {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 580px) {
  .subsemi__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subsemi__title h2 {
  font-size: 14px;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 580px) {
  .subsemi__title h2 {
    margin-left: 0;
    margin-top: 20px;
    font-size: 12px;
  }
}

.subsemi__title span {
  font-size: 46px;
  font-family: 'Mulish';
  font-weight: 800;
  line-height: 1em;
  vertical-align: middle;
}

@media screen and (max-width: 580px) {
  .subsemi__title span {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.subsemi__container {
  width: 100%;
  height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 52px;
}

@media screen and (max-width: 960px) {
  .subsemi__container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.subsemi__container--contents {
  width: 33.333%;
  height: auto;
  padding: 52px 62px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 960px) {
  .subsemi__container--contents {
    width: 100%;
    padding: 42px 0;
  }
}

.subsemi__container--contents h3, .subsemi__container--contents p, .subsemi__container--contents span, .subsemi__container--contents a {
  color: #FDFDFD;
}

.subsemi__container--contents .txt {
  width: 100%;
}

@media screen and (max-width: 960px) {
  .subsemi__container--contents .txt {
    width: 90%;
    margin: 0 auto;
  }
}

.subsemi__container--contents .txt span {
  display: inline-block;
  font-size: 32px;
  line-height: 1.1em;
  margin-top: 8px;
}

.subsemi__container--contents .txt h3 {
  font-size: 14px;
  font-weight: 200;
}

.subsemi__container--contents .txt p {
  font-size: 14px;
  margin-top: 32px;
  line-height: 32px;
}

.subsemi__container--contents .btn {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 960px) {
  .subsemi__container--contents .btn {
    width: 90%;
    margin: 32px auto 0 auto;
    text-align: right;
  }
}

.subsemi__container--contents .btn a {
  font-size: 16px;
  margin-left: auto;
  margin-right: 120px;
  display: inline-block;
  text-align: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  .subsemi__container--contents .btn a {
    margin-right: 80px;
  }
}

.subsemi__container--contents .btn a::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #FDFDFD;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-animation: lineDraw 3s infinite;
  animation: lineDraw 3s infinite;
}

.subsemi__container--contents .btn a::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #FDFDFD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.subsemi__container .apps {
  background-image: url(../image/apps_bg.jpg);
}

.subsemi__container .movs {
  background-image: url(../image/movs_bg.jpg);
}

.subsemi__container .intelleggs {
  background-image: url(../image/intelleggs_bg.jpg);
}

@-webkit-keyframes lineDraw {
  0% {
    width: 0px;
    opacity: 0;
  }
  50% {
    width: 40px;
    opacity: 1;
    -webkit-transform: translateX(40px);
  }
  100% {
    width: 1px;
    opacity: 1;
    -webkit-transform: translateX(40px);
  }
}

@keyframes lineDraw {
  0% {
    width: 0px;
    opacity: 0;
  }
  50% {
    width: 40px;
    opacity: 1;
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
  }
  100% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    width: 1px;
    opacity: 1;
  }
}

.cta {
  width: 100%;
  height: auto;
  padding: 160px 0;
  position: relative;
  background-position: center center;
}

.cta::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background-color: rgba(3, 22, 37, 0.85);
  z-index: 0;
}

@media screen and (max-width: 420px) {
  .cta {
    padding: 120px 0;
  }
}

.cta__container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cta__container--txt {
  z-index: 1;
  width: 60%;
}

@media screen and (max-width: 960px) {
  .cta__container--txt {
    width: 100%;
  }
}

.cta__container--txt h2, .cta__container--txt span {
  color: #FDFDFD;
}

.cta__container--txt span {
  font-size: 46px;
  font-family: 'Mulish';
  font-weight: 800;
  line-height: 1em;
  color: #FDFDFD;
}

@media screen and (max-width: 960px) {
  .cta__container--txt span {
    font-size: 42px;
  }
}

@media screen and (max-width: 580px) {
  .cta__container--txt span {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.cta__container--txt h2 {
  margin-top: 20px;
  line-height: 0.8em;
  font-size: 14px;
  color: #FDFDFD;
}

@media screen and (max-width: 580px) {
  .cta__container--txt h2 {
    margin-top: 16px;
    font-size: 12px;
  }
}

.cta__container--txt h3 {
  font-size: 32px;
  color: #FDFDFD;
  margin-top: 36px;
}

@media screen and (max-width: 580px) {
  .cta__container--txt h3 {
    font-size: 22px;
  }
}

.cta__container--txt p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #FDFDFD;
}

@media screen and (max-width: 580px) {
  .cta__container--txt p {
    font-size: 13px;
  }
}

.cta__container--btn {
  width: 40%;
  vertical-align: bottom;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  .cta__container--btn {
    width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 580px) {
  .cta__container--btn {
    margin-top: 42px;
  }
}

@media screen and (max-width: 420px) {
  .cta__container--btn {
    margin-top: 72px;
  }
}

.cta__container--btn a {
  font-size: 14px;
  margin-left: auto;
  margin-right: 120px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #FDFDFD;
  z-index: 1;
}

@media screen and (max-width: 420px) {
  .cta__container--btn a {
    margin-right: 84px;
  }
}

.cta__container--btn a::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #FDFDFD;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-animation: lineDraw 3s infinite;
  animation: lineDraw 3s infinite;
}

.cta__container--btn a::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #FDFDFD;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.cta__container--btn span {
  content: '';
  display: block;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #FDFDFD;
  border-radius: 50%;
}

@media screen and (max-width: 580px) {
  .cta__container--btn span {
    width: 230px;
    height: 230px;
    border: 1px solid rgba(253, 253, 253, 0.4);
  }
}

.contact {
  width: 100%;
  height: auto;
  padding: 160px 0;
  position: relative;
  background: -webkit-gradient(linear, left top, right bottom, from(#FDF5F5), to(#DBD9E0));
  background: linear-gradient(to bottom right, #FDF5F5, #DBD9E0);
}

@media screen and (max-width: 420px) {
  .contact {
    padding: 120px 0;
  }
}

.contact__container {
  width: 90%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact__container--txt {
  width: 60%;
}

@media screen and (max-width: 960px) {
  .contact__container--txt {
    width: 100%;
  }
}

.contact__container--txt span, .contact__container--txt h2 {
  color: #050505;
}

.contact__container--txt span {
  font-size: 46px;
  font-family: 'Mulish';
  font-weight: 800;
  line-height: 1.1em;
}

@media screen and (max-width: 960px) {
  .contact__container--txt span {
    font-size: 42px;
  }
}

@media screen and (max-width: 580px) {
  .contact__container--txt span {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.contact__container--txt h2 {
  margin-top: 20px;
  line-height: 0.8em;
  font-size: 14px;
}

@media screen and (max-width: 580px) {
  .contact__container--txt h2 {
    margin-top: 16px;
    font-size: 12px;
  }
}

.contact__container--txt h3 {
  font-size: 32px;
  color: #FDFDFD;
  margin-top: 36px;
}

@media screen and (max-width: 580px) {
  .contact__container--txt h3 {
    font-size: 22px;
  }
}

.contact__container--txt p {
  font-size: 14px;
  margin-top: 20px;
  line-height: 32px;
  font-weight: 400;
  color: #FDFDFD;
}

@media screen and (max-width: 580px) {
  .contact__container--txt p {
    font-size: 13px;
  }
}

.contact__container--btn {
  width: 40%;
  vertical-align: bottom;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

@media screen and (max-width: 960px) {
  .contact__container--btn {
    width: 100%;
    margin-top: 32px;
  }
}

@media screen and (max-width: 580px) {
  .contact__container--btn {
    margin-top: 42px;
  }
}

@media screen and (max-width: 420px) {
  .contact__container--btn {
    margin-top: 72px;
  }
}

.contact__container--btn a {
  font-size: 14px;
  margin-left: auto;
  margin-right: 120px;
  display: inline-block;
  text-align: center;
  position: relative;
  color: #050505;
  z-index: 1;
}

@media screen and (max-width: 420px) {
  .contact__container--btn a {
    margin-right: 84px;
  }
}

.contact__container--btn a::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #050505;
  position: absolute;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-animation: lineDraw 3s infinite;
  animation: lineDraw 3s infinite;
}

.contact__container--btn a::after {
  content: '';
  display: block;
  width: 36px;
  height: 36px;
  border: 1px solid #050505;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -80px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.contact__container--btn span {
  content: '';
  display: block;
  width: 270px;
  height: 270px;
  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  border: 1px solid #050505;
  border-radius: 50%;
}

@media screen and (max-width: 580px) {
  .contact__container--btn span {
    width: 230px;
    height: 230px;
    border: 1px solid rgba(5, 5, 5, 0.4);
  }
}

.fadeIn {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}

.fadeIn.is-show {
  opacity: 1;
}

.fadeIn_up {
  opacity: 0;
  -webkit-transform: translate(0, 15%);
          transform: translate(0, 15%);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeIn_up.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_right {
  opacity: 0;
  -webkit-transform: translate(15%, 0);
          transform: translate(15%, 0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeIn_right.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fadeIn_left {
  opacity: 0;
  -webkit-transform: translate(-15%, 0);
          transform: translate(-15%, 0);
  -webkit-transition: 1.5s;
  transition: 1.5s;
}

.fadeIn_left.is-show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.fv__container {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 120px auto 0 auto;
}

@media screen and (max-width: 580px) {
  .fv__container {
    margin: 52px auto 0 auto;
  }
}

.fv__container--head {
  font-size: 82px;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .fv__container--head {
    font-size: 52px;
  }
}

.fv__container--head .pc {
  display: none;
}

@media screen and (max-width: 980px) {
  .fv__container--head .pc {
    display: block;
  }
}

.fv__container--body {
  color: #585858;
  line-height: 2.4em;
  margin-top: 32px;
}

.mov {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 120px auto 0 auto;
}

@media screen and (max-width: 580px) {
  .mov {
    margin: 80px auto 0 auto;
  }
}

.mov__head h2 {
  font-size: 46px;
  font-family: 'Mulish';
  font-weight: 800;
  line-height: 1.2em;
}

@media screen and (max-width: 960px) {
  .mov__head h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 580px) {
  .mov__head h2 {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.mov__head h2 span {
  line-height: 1em;
  font-size: 14px;
  color: #585858;
}

@media screen and (max-width: 580px) {
  .mov__head h2 span {
    font-size: 12px;
  }
}

.mov__container {
  width: 100%;
  height: auto;
  margin-top: 52px;
}

.mov__container iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.message {
  width: 100%;
  height: auto;
  margin-top: 120px;
  padding-top: 120px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .message {
    padding-top: 80px;
    margin-top: 80px;
  }
}

.message__bg {
  display: block;
  content: '';
  width: 100%;
  height: 80%;
  background-color: #FDF5F5;
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  border-radius: 120px 0 0 40px;
}

@media screen and (max-width: 580px) {
  .message__bg {
    border-radius: 80px 0 0 40px;
    height: 60%;
  }
}

.message__bg span {
  font-weight: bold;
  font-size: 260px;
  color: #FDFDFD;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 580px) {
  .message__bg span {
    bottom: 15%;
    font-size: 160px;
  }
}

.message__container {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 980px) {
  .message__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.message__container--head {
  width: 40%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .message__container--head {
    width: 100%;
  }
}

.message__container--head h2 {
  font-size: 16px;
}

.message__container--head p {
  margin-top: 20px;
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 580px) {
  .message__container--head p {
    font-size: 28px;
  }
}

.message__container--body {
  width: 60%;
  height: auto;
}

@media screen and (max-width: 980px) {
  .message__container--body {
    width: 100%;
    margin-top: 32px;
  }
}

.message__container--body p {
  line-height: 2.4em;
  font-size: 14px;
}

.message__articles {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 80px auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.message__articles article {
  width: 31%;
  height: auto;
  margin-bottom: 32px;
}

@media screen and (max-width: 980px) {
  .message__articles article {
    width: 48%;
  }
}

@media screen and (max-width: 580px) {
  .message__articles article {
    width: 100%;
  }
}

.message__articles article a {
  width: 100%;
  height: auto;
}

.message__articles article a .thumb {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-size: cover;
  border-radius: 8px;
  background-repeat: no-repeat;
}

.message__articles article a .thumb:hover {
  -webkit-box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.02);
          box-shadow: -2px -2px 8px rgba(0, 0, 0, 0.02);
}

.message__articles article a h3 {
  font-weight: lighter;
  font-size: 14px;
  margin-top: 4px;
}

.message__articles article a h3:hover {
  opacity: .7;
}

.message__articles article a span {
  display: inline-block;
  font-size: 20px;
  margin-top: 16px;
  font-weight: bold;
}

.message__articles article a span:hover {
  opacity: .7;
}

.interview {
  width: 100%;
  height: auto;
  margin-top: 160px;
  padding-top: 80px;
  position: relative;
}

@media screen and (max-width: 960px) {
  .interview {
    margin-top: 80px;
  }
}

.interview__bg {
  display: block;
  content: '';
  width: 100%;
  height: 80%;
  background: -webkit-gradient(linear, left top, right bottom, from(#142C4B), to(#27456C));
  background: linear-gradient(to bottom right, #142C4B, #27456C);
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  border-radius: 0 120px 40px 0;
}

@media screen and (max-width: 580px) {
  .interview__bg {
    border-radius: 0 80px 40px 0;
    height: 60%;
  }
}

.interview__slide {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: -116px;
  left: 0;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .interview__slide {
    bottom: -82px;
  }
}

@media screen and (max-width: 420px) {
  .interview__slide {
    bottom: -68px;
  }
}

.interview__slide--wrap {
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
  -webkit-animation: marquee 10s linear infinite;
          animation: marquee 10s linear infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
}

.interview__slide--txt {
  display: block;
  font-family: Avenir;
  font-weight: bold;
  font-size: 162px;
  letter-spacing: 0.052em;
  -webkit-text-stroke: 1px #DBD9E0;
  color: rgba(0, 0, 0, 0);
  text-align: center;
  padding-right: 0.5em;
}

@media screen and (max-width: 960px) {
  .interview__slide--txt {
    font-size: 112px;
  }
}

@media screen and (max-width: 420px) {
  .interview__slide--txt {
    font-size: 92px;
  }
}

.interview__container {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 0 auto;
}

.interview__container--head h2, .interview__container--head span {
  color: #FDFDFD;
}

.interview__container--head h2 {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 580px) {
  .interview__container--head h2 {
    font-size: 12px;
  }
}

.interview__container--head span {
  display: inline-block;
  margin-top: 20px;
  font-size: 46px;
  font-family: 'Mulish';
  font-weight: 800;
  line-height: 1em;
  vertical-align: middle;
}

@media screen and (max-width: 580px) {
  .interview__container--head span {
    margin-top: 12px;
    font-size: 36px;
    line-height: 1.2em;
  }
}

.interview__container--articles {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 52px;
}

.interview__container--articles .article {
  width: 31%;
  aspect-ratio: 3 / 4;
  height: auto;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  margin-bottom: 40px;
}

@media screen and (max-width: 980px) {
  .interview__container--articles .article {
    width: 48%;
  }
}

@media screen and (max-width: 580px) {
  .interview__container--articles .article {
    width: 100%;
  }
}

.interview__container--articles .article__title {
  padding: 20px 24px;
  border-radius: 0 0 20px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.interview__container--articles .article__title h3, .interview__container--articles .article__title p, .interview__container--articles .article__title span {
  color: #FDFDFD;
  width: 82%;
}

.interview__container--articles .article__title h3 {
  font-size: 16px;
  line-height: 1.5em;
}

.interview__container--articles .article__title h3 span {
  font-size: 12px;
  font-weight: lighter;
}

.interview__container--articles .article__title p {
  font-size: 12px;
  margin-top: 8px;
  line-height: 1.8em;
  font-weight: bold;
}

.interview__container--articles .article__btn {
  display: block;
  width: 44px;
  height: 44px;
  background-color: #031625;
  border-radius: 50%;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 3;
  cursor: pointer;
}

.interview__container--articles .article__btn span {
  display: block;
  width: 18px;
  height: 1px;
  background-color: #FDFDFD;
  position: absolute;
  top: 22px;
  right: 13px;
}

.interview__container--articles .article__btn span:first-child {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.interview__container--articles .article__cover {
  width: 100%;
  height: 100%;
  padding: 32px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow-y: scroll;
}

.interview__container--articles .article__cover h4, .interview__container--articles .article__cover p, .interview__container--articles .article__cover li {
  color: #FDFDFD;
}

.interview__container--articles .article__cover h4 {
  font-size: 12px;
  margin-top: 20px;
}

.interview__container--articles .article__cover p {
  font-size: 14px;
  margin-top: 12px;
}

.interview__container--articles .article__cover ul {
  margin-top: 12px;
}

.interview__container--articles .article__cover ul li {
  font-size: 14px;
  margin-bottom: 4px;
}

.interview__container--articles .active::before {
  background: inherit;
  content: '';
  position: absolute;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  z-index: 0;
  border-radius: 20px;
}

.interview__container--articles .active .article__title {
  opacity: 0;
}

.interview__container--articles .active .article__btn span:first-child {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.interview__container--articles .active .article__btn span:last-child {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.interview__container--articles .active .article__cover {
  opacity: 1;
}

@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}

@keyframes marquee {
  0% {
    -webkit-transform: translate(-40%, 0%);
            transform: translate(-40%, 0%);
  }
  100% {
    -webkit-transform: translate(-60%, 0%);
            transform: translate(-60%, 0%);
  }
}

.faq {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 160px auto 0 auto;
}

@media screen and (max-width: 960px) {
  .faq {
    margin: 120px auto 0 auto;
  }
}

.faq__head {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 580px) {
  .faq__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.faq__head h2 {
  font-size: 14px;
  margin-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 580px) {
  .faq__head h2 {
    margin-left: 0;
    margin-top: 12px;
    font-size: 12px;
  }
}

.faq__head span {
  font-size: 46px;
  font-family: 'Mulish';
  font-weight: 800;
  line-height: 1em;
  vertical-align: middle;
}

@media screen and (max-width: 580px) {
  .faq__head span {
    font-size: 36px;
    line-height: 1.2em;
  }
}

.faq .accordion {
  width: 100%;
  height: auto;
  margin-top: 52px;
}

.faq .accordion .toggle {
  display: none;
  cursor: pointer;
}

.faq .accordion .toggle:checked + .title + .content {
  max-height: 1000px;
  padding: 20px 0 12px 0;
}

.faq .accordion .toggle:checked + .title::before {
  -webkit-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.faq .accordion .toggle:checked + .title h3 {
  border-bottom: 1px solid #DBD9E0;
  padding-bottom: 20px;
}

.faq .accordion .option {
  position: relative;
  margin-bottom: 1em;
  padding: 0 32px 0 42px;
  border-radius: 12px;
  background-color: #FDFDFD;
}

.faq .accordion .option .title, .faq .accordion .option .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.faq .accordion .option .title {
  display: block;
  z-index: auto;
}

.faq .accordion .option .title h3 {
  height: 100%;
  padding: 24px 0;
  font-size: 16px;
  line-height: 1em;
  position: relative;
  cursor: pointer;
}

.faq .accordion .option .title h3::before {
  position: absolute;
  top: 24px;
  left: -20px;
  content: 'Q';
}

.faq .accordion .option .title h3::after {
  content: '';
  display: block;
  background-color: #031625;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: absolute;
  top: 18px;
  right: -13px;
  -webkit-box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.12);
          box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.12);
}

.faq .accordion .option .title::before, .faq .accordion .option .title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 26px;
  width: 2px;
  height: 0.75em;
  background-color: #FDFDFD;
  z-index: 2;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.faq .accordion .option .title::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.faq .accordion .option .content {
  overflow: hidden;
  max-height: 0;
}

.faq .accordion .option .content p {
  line-height: 2em;
  position: relative;
}

.slide {
  margin-top: 160px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 260px;
}

@media screen and (max-width: 960px) {
  .slide {
    margin-top: 120px;
  }
}

.slide__container {
  width: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 60s infinite linear 1s both;
  animation: loop-slide 60s infinite linear 1s both;
}

.slide__container--item {
  display: block;
  width: 420px;
  height: 100%;
  background-color: black;
  background-size: cover;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

.body {
  width: 90%;
  height: auto;
  max-width: 1180px;
  margin: 120px auto 0 auto;
}

.body h2 {
  font-size: 32px;
  padding-bottom: 12px;
  border-bottom: 1px solid #DBD9E0;
  margin-bottom: 32px;
}

.body p {
  margin-top: 20px;
  line-height: 2.5em;
}

.contact {
  margin-top: 160px;
}

@media screen and (max-width: 960px) {
  .contact {
    margin-top: 120px;
  }
}
/*# sourceMappingURL=recruit.css.map */