.slick-slide {
  outline: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
.slick-controll {
  position: relative;
}
@media print, screen and (min-width:769px) {
  .slick-controll {
    width: 40%;
    margin: 0 0 0 auto;
  }
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  left: 0;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  z-index: 11;
  width: 6.6rem;
  height: 6.6rem;
  border-radius: 50%;
  background-color: #064499;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url(/ja/jpn/recruit/saiyo/shared/img/ic_arrow_a.svg) no-repeat center center/1.6rem auto;
}
@media print, screen and (min-width:769px) {
  .slick-prev:hover,
  .slick-next:hover {
    opacity: 0.8;
  }
}

.slick-prev:before {
  -webkit-transform: scale3d(-1, 1, 1);
          transform: scale3d(-1, 1, 1);
}

.slick-next {
  left: auto;
  right: 0;
}

/* Dots */
.slick-dots {
  position: relative;
  z-index: 10;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots li {
    margin: 0 3px;
  }
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button::before {
  position: absolute;
  display: block;
  top: 3px;
  left: 3px;
  content: "";
  width: 8px;
  height: 8px;
  background: #e2e2e2;
  border-radius: 50%;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.slick-dots li.slick-active button:before {
  background: #064499;
  border: none;
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slick-dots {
    margin: 0 !important;
    width: auto;
    margin-left: -20vw;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.article__head .sub, .article__head .ttl, .article__txt .text, .article__img {
  opacity: 0;
  -webkit-transform: translateY(3rem);
          transform: translateY(3rem);
  -webkit-transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.article__head .sub.is-active, .article__head .ttl.is-active, .article__txt .text.is-active, .article__img.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.article__txt.is-active .article__head .sub,
.article__txt.is-active .article__head .ttl,
.article__txt.is-active .text {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.article__head .ttl {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.article__txt .text {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.sec-main {
  position: relative;
  margin-top: 5.5rem;
}
@media (min-width: 769px) {
  .sec-main {
    margin-top: 16rem;
    padding-left: 16rem;
    aspect-ratio: 1920/857;
  }
}
.sec-main__ttl {
  padding-left: 2rem;
  padding-bottom: 2rem;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-weight: 800;
  color: #00419a;
}
@media (min-width: 769px) {
  .sec-main__ttl {
    padding-bottom: 8rem;
    font-size: 6rem;
  }
}
.sec-main__ttl .t-slash {
  position: relative;
  background: linear-gradient(135deg, #064499 67%, #fff778 67%);
  -webkit-background-clip: text;
          background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: none;
  transition: none;
  -webkit-text-fill-color: transparent;
}
.sec-main__txt {
  margin-top: -1em;
}
@media (min-width: 769px) {
  .sec-main__txt {
    position: absolute;
    top: 18rem;
    left: 16rem;
    width: -webkit-fill-available;
  }
}
@media (min-width: 769px) {
  .sec-main__txt--up-position {
    top: 10rem;
  }
}
.sec-main__txt .copy {
  font-size: 4rem;
  line-height: 1.52;
  letter-spacing: 0.075em;
  font-weight: 800;
  color: #fff;
  background: #00419a;
  display: inline;
  -webkit-box-decoration-break: clone;
          box-decoration-break: clone;
  padding: 0 1.5rem;
  margin: 0 2rem;
}
@media (min-width: 769px) {
  .sec-main__txt .copy {
    font-size: 8rem;
    margin: 0;
  }
}
.sec-main__txt .name {
  padding: 2.5rem 3.5rem 0;
  font-size: 4.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Teko", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .sec-main__txt .name {
    padding: 7rem 0 0;
    font-size: 6rem;
  }
}
.sec-main__txt .name .small {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-main__txt .name .small {
    font-size: 2.5rem;
  }
}
.sec-main__txt .year {
  padding: 1rem 3.5rem 0;
  font-size: 1.6rem;
  line-height: 1.59;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-main__txt .year {
    padding: 1.5rem 0 0;
    font-size: 2.2rem;
  }
}
.sec-main__photo {
  position: relative;
  z-index: -1;
}
@media (min-width: 769px) {
  .sec-main__photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 60.1vw;
  }
}
.sec-main__typo {
  position: absolute;
  right: 0;
  bottom: -40rem;
  width: 60.4vw;
}
@media (min-width: 769px) {
  .sec-main__typo {
    left: -33.5rem;
    bottom: -4.5rem;
    width: 42.24vw;
  }
}

.sec-career {
  position: relative;
  border-top: 1px solid #d0ddf0;
  padding-top: 1.5rem;
  margin: 7.5rem 2rem 0;
}
@media (min-width: 769px) {
  .sec-career {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 2.5rem;
    margin: 17rem auto 0;
    width: 66.67vw;
  }
}
.sec-career::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 50%;
  height: 1px;
  background: #00419a;
}
@media (min-width: 769px) {
  .sec-career::before {
    width: 27.5rem;
  }
}
.sec-career__head {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.075em;
  font-family: "Teko", serif;
  color: #00419a;
  padding: 0 1.5rem;
  text-transform: uppercase;
}
@media (min-width: 769px) {
  .sec-career__head {
    padding: 0;
    font-size: 4.3rem;
  }
}
.sec-career__list {
  padding: 0 1.5rem;
}
@media (min-width: 769px) {
  .sec-career__list {
    padding: 0 0 0 10rem;
  }
}
@media (min-width: 769px) {
  .sec-career__item {
    text-indent: -6.25em;
    padding-left: 6.25em;
  }
}
.sec-career__item .year {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #00419a;
  font-weight: 800;
  display: block;
}
@media (min-width: 769px) {
  .sec-career__item .year {
    display: inline;
    font-size: 1.8rem;
  }
}
.sec-career__item .note {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: 500;
  display: block;
}
@media (min-width: 769px) {
  .sec-career__item .note {
    display: inline;
    padding-left: 2.5rem;
    font-size: 1.8rem;
  }
}
.sec-career__item .major {
  font-size: 1.2rem;
  line-height: 2;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 769px) {
  .sec-career__item .major {
    display: inline;
    font-size: 1.8rem;
  }
}

.article {
  padding-top: 4rem;
}
@media (min-width: 769px) {
  .article {
    padding-top: 17rem;
  }
}
.article:nth-child(n+2) {
  padding-top: 5rem;
}
@media (min-width: 769px) {
  .article:nth-child(n+2) {
    padding-top: 13rem;
  }
}
@media (min-width: 769px) {
  .article--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .article--middle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.66vw;
    margin-left: 16.66vw;
  }
  .article--middle .article__txt {
    width: 36.51vw;
  }
  .article--middle .article__img {
    width: 40.31vw;
  }
  .article--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.66vw;
    margin-left: 16.66vw;
    margin-right: 16.66vw;
  }
  .article--small .article__txt {
    width: 36.51vw;
  }
  .article--small .article__img {
    width: 23.48vw;
  }
  .article--full .article__txt {
    padding-top: 8rem;
    margin-left: 16.66vw;
    margin-right: 16.66vw;
  }
}
.article__txt {
  padding: 2.5rem 2rem 0;
}
@media (min-width: 769px) {
  .article__txt {
    padding: 0;
  }
}
.article__txt .text {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.08;
  letter-spacing: 0.04m;
  font-weight: 500;
}
@media (min-width: 769px) {
  .article__txt .text {
    padding-top: 3rem;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.article__head .sub {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #00419a;
  font-weight: 800;
  padding-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .article__head .sub {
    font-size: 3rem;
    padding-bottom: 3rem;
  }
}
.article__head .ttl {
  font-size: 3.5rem;
  line-height: 1.42;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #fff;
  background: #00419a;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .article__head .ttl {
    font-size: 4.7rem;
    line-height: 1.6;
    padding: 0 1.5rem;
  }
}

.sec-message .article {
  padding-top: 0;
  margin-top: 14rem;
  position: relative;
}
@media (min-width: 769px) {
  .sec-message .article {
    padding-top: 0;
    margin-top: 18.6rem;
  }
}
.sec-message .article::before {
  position: absolute;
  top: 9.3rem;
  left: -100%;
  display: block;
  content: "";
  width: 300%;
  height: 95%;
  background: #e6eef9;
  z-index: -1;
}
@media (min-width: 769px) {
  .sec-message .article::before {
    position: absolute;
    top: 9.3rem;
    left: 12.3rem;
    display: block;
    content: "";
    width: 250%;
    height: 95%;
    background: #e6eef9;
    z-index: -1;
  }
}
.sec-message .article__img {
  position: relative;
}
.sec-message .article__img .message__typo {
  position: absolute;
  top: -10.2rem;
  left: 2.2rem;
  width: 32.2rem;
}
@media (min-width: 769px) {
  .sec-message .article__img .message__typo {
    position: absolute;
    top: -10.2rem;
    left: -8.6rem;
    width: 39.5rem;
  }
}
.sec-message .article--small .article__img {
  padding: 0 2rem;
}
@media (min-width: 769px) {
  .sec-message .article--small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4.427vw;
    margin-left: 16.66vw;
    margin-right: 16.66vw;
  }
  .sec-message .article--small .article__txt {
    width: 38.75vw;
  }
  .sec-message .article--small .article__img {
    width: 23.48vw;
  }
}
.sec-message .article__txt {
  padding: 2.5rem 2rem 0;
}
@media (min-width: 769px) {
  .sec-message .article__txt {
    padding: 0;
  }
}
.sec-message .article__txt .text {
  padding-top: 2rem;
  font-size: 1.2rem;
  line-height: 2.08;
  letter-spacing: 0.04m;
  font-weight: 500;
}
@media (min-width: 769px) {
  .sec-message .article__txt .text {
    padding-top: 3rem;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
}
.sec-message .article__head .sub {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #00419a;
  font-weight: 800;
  padding-bottom: 1.5rem;
}
@media (min-width: 769px) {
  .sec-message .article__head .sub {
    font-size: 3rem;
    padding-bottom: 3rem;
  }
}
.sec-message .article__head .ttl {
  font-size: 3.5rem;
  line-height: 1.42;
  letter-spacing: 0.06em;
  font-weight: 800;
  color: #fff;
  background: #00419a;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  padding: 0 1rem;
}
@media (min-width: 769px) {
  .sec-message .article__head .ttl {
    font-size: 4.7rem;
    line-height: 1.6;
    padding: 0 1.5rem;
  }
}

.sec-links {
  padding: 7.5rem 0 5rem;
}
@media (min-width: 769px) {
  .sec-links {
    padding: 21rem 0;
  }
}
.sec-links__head {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.055em;
  font-family: "Teko", sans-serif;
  color: #184094;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 3.5rem;
}
@media (min-width: 769px) {
  .sec-links__head {
    font-size: 9rem;
    padding-bottom: 6rem;
  }
}

.links-card__photo {
  position: relative;
}
.links-card__photo .num {
  position: absolute;
  top: 0.05em;
  right: -0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-transform: uppercase;
  font-size: 10rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: rgba(6, 68, 152, 0.2);
  font-family: "Teko", sans-serif;
}
.links-card__photo img {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.links-card__name {
  position: absolute;
  top: 5rem;
  left: 3rem;
}
@media (min-width: 769px) {
  .links-card__name {
    top: 3rem;
    left: 2rem;
  }
}
.links-card__name .office {
  font-size: 0.8rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
  padding-bottom: 0.5rem;
}
@media (min-width: 769px) {
  .links-card__name .office {
    padding-bottom: 1rem;
    font-size: 1.3rem;
  }
}
.links-card__name .name {
  font-size: 2.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Teko", sans-serif;
}
@media (min-width: 769px) {
  .links-card__name .name {
    font-size: 3.4rem;
  }
}
.links-card__name .small {
  font-size: 0.9rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 500;
}
@media (min-width: 769px) {
  .links-card__name .small {
    font-size: 1.4rem;
  }
}
.links-card__head {
  position: absolute;
  left: -1rem;
  bottom: 2rem;
}
@media (min-width: 769px) {
  .links-card__head {
    left: -2rem;
    bottom: 4rem;
  }
}
.links-card__head div {
  font-size: 1.4rem;
  line-height: 1.6;
  letter-spacing: 0;
  font-weight: 800;
  background: #fff;
  display: inline;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.links-card__head div .yellow {
  background: #fef78a;
}
@media (min-width: 769px) {
  .links-card__head div {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}

.splide__slide:not(.is-active) .links-card__photo img {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.splide__slide:not(.is-active) .links-card__photo .num,
.splide__slide:not(.is-active) .links-card__name,
.splide__slide:not(.is-active) .links-card__head {
  opacity: 0;
}
.splide__arrows {
  position: relative;
  width: 100%;
}
@media (min-width: 769px) {
  .splide__arrows {
    height: 5.4rem;
  }
}
.splide__arrow {
  position: absolute;
  width: 5.4rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: #00419a;
  display: none;
}
@media (min-width: 769px) {
  .splide__arrow {
    display: block;
  }
}
.splide__arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.2rem);
  left: calc(50% - 0.5rem);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1rem;
  height: 0.4rem;
  border-bottom: 1px solid #fff;
}
.splide__arrow--prev {
  left: 0;
}
.splide__arrow--prev::after {
  -webkit-transform: skew(-45deg);
          transform: skew(-45deg);
  border-left: 1px solid #fff;
}
.splide__arrow--next {
  right: 0;
}
.splide__arrow--next::after {
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  border-right: 1px solid #fff;
}
@media (min-width: 769px) {
  .splide__pager {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.splide__current, .splide__length {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Teko", sans-serif;
}
@media (min-width: 769px) {
  .splide__current, .splide__length {
    font-size: 1.9rem;
  }
}

.slider-pagination {
  position: absolute;
  right: 2rem;
  bottom: 6rem;
}
@media (min-width: 769px) {
  .slider-pagination {
    left: 8vw;
    width: 19.2rem;
    margin: auto;
    bottom: -1.5rem;
  }
}

.slider-btn {
  position: relative;
  z-index: 1;
  display: block;
  width: 25rem;
  padding: 4rem 0 1.2rem;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Teko", sans-serif;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  margin: auto;
}
@media (min-width: 769px) {
  .slider-btn {
    width: 19.2rem;
    padding: 3rem 0 1.2rem;
    position: absolute;
    left: 8vw;
    right: 0;
    bottom: -7.5rem;
  }
}
.slider-btn::after {
  content: "";
  position: absolute;
  top: 65%;
  right: 0.4em;
  width: 1rem;
  height: 0.4rem;
  border-bottom: 1px solid #081324;
  border-right: 1px solid #081324;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}/*# sourceMappingURL=interview-pages.css.map */