@media (min-width: 768px) {
  .main {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .main {
    margin-top: 70px;
  }
}

.fv {
  background-color: #1639b8;
  color: #fff;
}
@media (min-width: 768px) {
  .fv {
    height: 44.36vw;
  }
}
@media (max-width: 767px) {
  .fv {
    padding: 90px 0 70px;
  }
}
.fv__head {
  position: relative;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .fv__head {
    font-size: 18.81vw;
    line-height: 16.69vw;
  }
}
@media (max-width: 767px) {
  .fv__head {
    font-size: 31.2vw;
    line-height: 27.87vw;
  }
}
.fv__head::after {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../img/recruit/fv_tx.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  .fv__head::after {
    width: 37.12vw;
    height: 12.23vw;
    top: 50%;
    right: 5.86vw;
    transform: translateY(-25%);
  }
}
@media (max-width: 767px) {
  .fv__head::after {
    width: 47.33vw;
    height: 15.6vw;
    bottom: -6.67vw;
    right: -4vw;
  }
}
.fv__head .visuallyHidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.fv__text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fv__text.is-active {
  --y: 0;
  --rotate: 0;
}
.fv__text .char {
  display: inline-block;
  transform: translateY(var(--y, -110%)) rotate(var(--rotate, -45deg));
  transition: transform 0.6s cubic-bezier(0.77, 0, 0.175, 1);
  transition-delay: calc(0.02s * var(--char-index));
}
.fv__subtitle {
  font-weight: 900;
  letter-spacing: 0.12em;
}
@media (min-width: 768px) {
  .fv__subtitle {
    font-size: 45px;
    line-height: 81px;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .fv__subtitle {
    font-size: 3.29vw;
    line-height: 5.93vw;
  }
}
@media (max-width: 767px) {
  .fv__subtitle {
    font-size: 5.6vw;
    line-height: 11.07vw;
  }
}

.intro {
  background-color: #ecf0f9;
  background-image: url(../img/recruit/intro_bg_2x.jpg);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media (min-width: 768px) {
  .intro {
    padding: 90px 0 120px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding: 30px 0 200px;
  }
}
@media (max-width: 767px) {
  .intro__wrapper {
    width: 81.33vw;
  }
}
.intro__tx {
  animation: fadeIn 0.7s cubic-bezier(0.33, 1, 0.68, 1) forwards;
  animation-play-state: paused;
}
@media (min-width: 768px) {
  .intro__tx {
    width: 452px;
  }
}
@media (max-width: 767px) {
  .intro__tx {
    width: 58.53vw;
  }
}
.intro__tx.show {
  animation-play-state: running;
}
.intro__p {
  color: #2d2d2d;
}
@media (min-width: 768px) {
  .intro__p {
    line-height: 65px;
  }
}
@media (max-width: 767px) {
  .intro__p {
    line-height: 51px;
  }
}
@media (min-width: 768px) {
  .intro__p .white {
    color: #fff;
  }
}
.intro__p .bg {
  background-color: #1639B8;
  color: #fff;
  line-height: 1;
  padding: 5px;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.description {
  background-color: #1639b8;
}
@media (min-width: 768px) {
  .description {
    padding: 70px 0 80px;
  }
}
@media (max-width: 767px) {
  .description {
    padding: 50px 0 55px;
  }
}
@media (min-width: 768px) {
  .description__wrapper {
    max-width: 1040px;
    padding: 0 20px;
  }
}
.description__head .ja {
  color: #fff;
  line-height: 82px;
}
.description__head .en {
  color: #ff6e1d;
  line-height: 24px;
  letter-spacing: 0.04em;
}
.description__check {
  display: none;
}
.description__label {
  display: block;
  text-align: center;
}
.description__btn {
  position: relative;
  display: block;
  background-color: #1639b8;
  color: #fff;
  border: 1px solid #fff;
  width: 300px;
  height: 50px;
  max-width: 100%;
  cursor: pointer;
}
.description__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 10px;
  height: 10px;
}
.description__btn span {
  height: 50px;
}
.description__open {
  display: block;
}
.description__open::after {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: translateY(-3px) rotate(45deg);
}
.description__close {
  display: none;
}
.description__close::after {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: translateY(3px) rotate(45deg);
}
.description__content {
  display: none;
}
.description__box {
  background-color: #fff;
}
@media (min-width: 768px) {
  .description__box {
    padding: 40px 35px;
  }
}
@media (max-width: 767px) {
  .description__box {
    padding: 10px;
  }
}
.description__subtitle {
  background-color: #ff6e1d;
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
}
@media (min-width: 768px) {
  .description__subtitle {
    line-height: 82px;
  }
}
@media (max-width: 767px) {
  .description__subtitle {
    line-height: 62px;
  }
}
.description__table {
  width: 100%;
}
@media (min-width: 768px) {
  .description__table {
    display: table;
    padding: 0 10px;
  }
}
.description__table tr {
  width: 100%;
  border-bottom: 1px solid #727272;
}
@media (min-width: 768px) {
  .description__table tr {
    display: table;
  }
}
@media (max-width: 767px) {
  .description__table tr {
    display: block;
    padding: 10px;
  }
}
@media (max-width: 767px) {
  .description__table th, .description__table td {
    display: block;
  }
}
.description__table th {
  color: #1639B8;
  text-align: left;
}
@media (min-width: 768px) {
  .description__table th {
    width: 10em;
    padding: 20px 0 20px 20px;
  }
}
@media (max-width: 767px) {
  .description__table th {
    padding: 5px 0;
  }
}
@media (min-width: 768px) {
  .description__table td {
    padding: 20px 20px 20px 0;
  }
}
@media (max-width: 767px) {
  .description__table td {
    padding: 5px 0;
  }
}
.description__table td span {
  display: inline-block;
  vertical-align: middle;
  color: #1639B8;
}

.interview {
  position: relative;
  color: #1639b8;
  width: 100%;
}
@media (min-width: 768px) {
  .interview {
    padding: 90px 0 50px;
  }
}
@media (max-width: 767px) {
  .interview {
    padding: 12vw 0 13.33vw;
  }
}
.interview__container {
  position: relative;
  width: 100%;
}
.interview__head {
  color: #1639b8;
  line-height: 1;
}
@media (min-width: 768px) {
  .interview__head {
    font-size: 120px;
    margin-left: 3.66vw;
  }
}
@media (max-width: 767px) {
  .interview__head {
    font-size: 14.67vw;
  }
}
@media (min-width: 768px) {
  .interview__p {
    line-height: 45px;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .interview__p {
    line-height: 47px;
  }
}
@media (min-width: 768px) {
  .interview__slider {
    gap: 0 0.73vw;
    margin-top: 3.66vw;
    margin-left: 3.66vw;
  }
}
.interview__slider_main .swiper-container {
  position: relative;
}
.interview__slider_main img {
  object-fit: cover;
}
@media (min-width: 768px) {
  .interview__slider_main img {
    width: 52.56vw;
    height: 29.14vw;
  }
}
@media (max-width: 767px) {
  .interview__slider_main img {
    width: 88vw;
    height: 48.67vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .interview__slider_main .swiper-button-prev,
  .interview__slider_main .swiper-button-next {
    background-color: #ff6e1d;
    width: 14.13vw;
    height: 14.13vw;
  }
}
@media (max-width: 767px) {
  .interview__slider_main .swiper-button-prev::after,
  .interview__slider_main .swiper-button-next::after {
    content: "";
    width: 3.33vw;
    height: 3.33vw;
    background-color: #fff;
  }
}
.interview__slider_main .swiper-button-prev {
  left: 0 !important;
}
.interview__slider_main .swiper-button-prev::after {
  clip-path: polygon(0% 50%, 3.33vw 0%, 3.33vw 3.33vw);
}
.interview__slider_main .swiper-button-next {
  right: 0 !important;
}
.interview__slider_main .swiper-button-next::after {
  clip-path: polygon(3.33vw 50%, 0% 0%, 0% 3.33vw);
}
@media (min-width: 768px) {
  .interview__slider_text {
    margin-left: 0.73vw;
  }
}
.interview__slider_text .interview__slider_title {
  line-height: 1.35;
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__slider_text .interview__slider_title {
    font-size: 2.64vw;
  }
}
.interview__slider_text .interview__slider_name {
  line-height: 1.35;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .interview__slider_text .interview__slider_name {
    margin-top: 0.73vw;
  }
}
@media (min-width: 768px) and (max-width: 1365px) {
  .interview__slider_text .interview__slider_name {
    font-size: 1.9vw;
  }
}
@media (min-width: 768px) {
  .interview__slider_thumbnail {
    overflow: hidden;
    max-width: 48.32vw;
    margin-top: 2.2vw;
  }
}
@media (min-width: 768px) {
  .interview__slider_thumbnail img {
    width: 15.45vw;
    height: 19.18vw;
    object-fit: cover;
  }
}
.interview__slider_thumbnail .swiper-container {
  position: relative;
}
@media (min-width: 768px) {
  .interview__slider_thumbnail .swiper-container {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .interview__slider_thumbnail .thumb-slider {
    display: none;
  }
}
.interview__slider_thumbnail .swiper-pagination {
  position: absolute;
  z-index: 1000 !important;
  color: #1639b8;
}
@media (min-width: 768px) {
  .interview__slider_thumbnail .swiper-pagination {
    bottom: -35px !important;
  }
}
@media (max-width: 767px) {
  .interview__slider_thumbnail .swiper-pagination {
    bottom: -15px !important;
  }
}
.interview__slider_thumbnail .swiper-button-prev,
.interview__slider_thumbnail .swiper-button-next {
  z-index: 10000 !important;
}
@media (min-width: 768px) {
  .interview__slider_thumbnail .swiper-button-prev,
  .interview__slider_thumbnail .swiper-button-next {
    width: 126px;
    top: auto !important;
    bottom: -40px !important;
  }
}
@media (max-width: 767px) {
  .interview__slider_thumbnail .swiper-button-prev,
  .interview__slider_thumbnail .swiper-button-next {
    width: 31.6vw;
  }
}
.interview__slider_thumbnail .swiper-button-prev::after,
.interview__slider_thumbnail .swiper-button-next::after {
  content: "" !important;
  margin-top: 0 !important;
}
@media (min-width: 768px) {
  .interview__slider_thumbnail .swiper-button-prev::after,
  .interview__slider_thumbnail .swiper-button-next::after {
    width: 126px;
    height: 8px;
  }
}
@media (max-width: 767px) {
  .interview__slider_thumbnail .swiper-button-prev::after,
  .interview__slider_thumbnail .swiper-button-next::after {
    width: 31.6vw;
    height: 1.87vw;
  }
}
@media (min-width: 768px) {
  .interview__slider_thumbnail .swiper-button-prev {
    left: calc(50% - 160px);
    right: 21.23vw !important;
  }
}
@media (max-width: 767px) {
  .interview__slider_thumbnail .swiper-button-prev {
    left: calc(50% - 40vw);
  }
}
.interview__slider_thumbnail .swiper-button-prev::after {
  border-bottom: 2px solid #1639b8;
  border-left: 2px solid #1639b8;
  transform: skew(-45deg);
}
@media (min-width: 768px) {
  .interview__slider_thumbnail .swiper-button-next {
    right: calc(50% - 160px);
  }
}
@media (max-width: 767px) {
  .interview__slider_thumbnail .swiper-button-next {
    right: calc(50% - 40vw);
  }
}
.interview__slider_thumbnail .swiper-button-next::after {
  border-bottom: 2px solid #1639b8;
  border-right: 2px solid #1639b8;
  transform: skew(45deg);
}
@media (min-width: 768px) {
  .interview__main {
    width: 52.56vw;
  }
}
@media (min-width: 768px) {
  .interview__side {
    width: 42.46vw;
  }
}

.entry {
  width: 100%;
  background: linear-gradient(135deg, #1639B8 0%, #FF6E1D 100%);
  background-position: 0% 50%;
  background-size: 150% auto;
  color: #fff;
  padding: 60px 0;
  transition: all 0.3s ease;
}
.entry:hover {
  opacity: 1;
  background-position: 50% 50%;
}
.entry__text {
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 0.04em;
}/*# sourceMappingURL=recruit.css.map */