@charset "UTF-8";
.recruit .sec-title {
  position: relative;
  z-index: 10;
  -moz-text-align-last: center;
       text-align-last: center;
}
.recruit .sec-title span {
  display: block;
}
.recruit .sec-title__en {
  font-size: 18px;
  color: #0277c6;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .recruit .sec-title__en {
    font-size: 24px;
  }
}
.recruit .sec-title__ja {
  font-size: clamp(1.25rem, 0.682rem + 2.42vw, 2.5rem);
  letter-spacing: -1px;
  font-weight: 600;
  line-height: 1.5em;
}
.recruit .fv {
  overflow: hidden;
  padding: 25px 25px 0;
  position: relative;
  background-image: url("../../../../assets/images/page/recruit/fv-bg-pt.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (min-width: 1024px) {
  .recruit .fv {
    padding: 50px 50px 0;
    background-image: url("../../../../assets/images/page/recruit/fv-bg-lt.webp");
  }
}
.recruit .fv .catch {
  margin-bottom: 25%;
  width: 75%;
  max-width: 600px;
}
@media screen and (min-width: 1024px) {
  .recruit .fv .catch {
    margin-bottom: 20%;
  }
}
.recruit .fv .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  max-width: 480px;
}
.recruit .message {
  position: relative;
  background-image: url("../../../../assets/images/page/recruit/message-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.recruit .message .desc {
  margin-top: -1%;
  -moz-text-align-last: center;
       text-align-last: center;
}
.recruit .message .desc p {
  line-height: 1.5em;
}
.recruit .message .desc p:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .recruit .message .desc p:not(:first-child) {
    margin-top: 25px;
  }
}
.recruit .message .intro-movie .sec-title__ja {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.recruit .message .intro-movie .sec-title__ja:before, .recruit .message .intro-movie .sec-title__ja:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 2px;
  background-color: #0277c6;
}
@media screen and (min-width: 1024px) {
  .recruit .message .intro-movie .sec-title__ja:before, .recruit .message .intro-movie .sec-title__ja:after {
    height: 4px;
  }
}
.recruit .message .intro-movie .sec-title__ja:before {
  left: -55px;
}
.recruit .message .intro-movie .sec-title__ja:after {
  right: -55px;
}
.recruit .message .intro-movie .movie {
  margin-inline: auto;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16/9;
}
.recruit .message .intro-movie .movie iframe {
  width: 100%;
  height: 100%;
}
.recruit .system {
  overflow: hidden;
  position: relative;
  background-image: url("../../../../assets/images/page/recruit/system-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.recruit .system:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 30rem;
  background: #0277c6;
}
.recruit .system .sec-title span {
  color: #fff;
}
.recruit .system .system-list {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.recruit .system .system-list .item {
  padding: 20px;
  background-color: #fff;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item {
    height: 100%;
  }
}
.recruit .system .system-list .item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item:not(:first-child) {
    margin-top: 0;
  }
}
.recruit .system .system-list .item .icon {
  text-align: center;
}
.recruit .system .system-list .item .icon img {
  width: auto;
  height: 50px;
}
.recruit .system .system-list .item .title {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item .title {
    margin-top: 25px;
    font-size: 22px;
  }
}
.recruit .system .system-list .item .desc {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item .desc {
    margin-top: 20px;
  }
}
.recruit .system .system-list .item .desc p {
  line-height: 1.5em;
}
.recruit .system .system-list .item .desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item .desc p:not(:first-child) {
    margin-top: 15px;
  }
}
.recruit .system .system-list .item .desc p a {
  text-decoration: underline;
  color: #0277c6;
}
.recruit .system .system-list .item .desc p img {
  margin: 5px 0 0;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item .desc p img {
    margin: 10px 0 0;
  }
}
.recruit .system .system-list .item .cover-img {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item .cover-img {
    margin-top: 25px;
  }
}
.recruit .system .system-list .item .list {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .recruit .system .system-list .item .list {
    margin-top: 15px;
  }
}
.recruit .system .system-list .item .list__item {
  position: relative;
  line-height: 1.5em;
  padding-left: 18px;
}
.recruit .system .system-list .item .list__item:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.recruit .system .system-list .item .list__item:not(:first-child) {
  margin-top: 5px;
}
.recruit .interview {
  background: #f7f7f7;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .interview-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2rem;
  }
}
.recruit .interview .interview-list .item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .interview-list .item:not(:first-child) {
    margin-top: 0;
  }
}
.recruit .interview .interview-list .item .thumb img {
  width: 100%;
}
.recruit .interview .interview-list .item .name {
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .interview-list .item .name {
    margin-top: 20px;
    font-size: 22px;
  }
}
.recruit .interview .interview-list .item .other {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .interview-list .item .other {
    margin-top: 15px;
  }
}
.recruit .interview .interview-list .item .more-btn {
  cursor: pointer;
  pointer-events: auto;
  margin-top: 18px;
  text-align: center;
  display: block;
  padding: 15px 0;
  width: 100%;
  max-width: 400px;
  text-align: center;
  margin-inline: auto;
  background: transparent;
  border: solid 2px #0277c6;
  color: #0277c6;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .recruit .interview .interview-list .item .more-btn {
    margin-top: 22px;
    padding: 20px 0;
  }
}
.recruit .interview .modal {
  position: fixed;
  z-index: 150;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  pointer-events: none;
}
.recruit .interview .modal .contents {
  padding: 30px;
  position: absolute;
  overflow-y: auto;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 60px);
  max-width: 800px;
  height: calc(100% - 105px);
  background: #fff;
}
.recruit .interview .modal .contents .thumb, .recruit .interview .modal .contents .name, .recruit .interview .modal .contents .other {
  text-align: center;
}
.recruit .interview .modal .contents .name {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .modal .contents .name {
    margin-top: 30px;
    font-size: 22px;
  }
}
.recruit .interview .modal .contents .other {
  margin-top: 15px;
}
.recruit .interview .modal .contents .blocks {
  margin-top: 25px;
}
.recruit .interview .modal .contents .blocks .block:not(:first-child) {
  margin-top: 20px;
}
.recruit .interview .modal .contents .blocks .block__title {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 7.5px;
  border-bottom: solid 2px #0277c6;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .modal .contents .blocks .block__title {
    font-size: 18px;
  }
}
.recruit .interview .modal .contents .blocks .block__desc {
  margin-top: 10px;
  font-size: 13px;
}
@media screen and (min-width: 1024px) {
  .recruit .interview .modal .contents .blocks .block__desc {
    font-size: 14px;
  }
}
.recruit .interview .modal .contents .blocks .block__desc p {
  line-height: 1.5em;
}
.recruit .interview .modal .contents .blocks .block__desc p:not(:first-child) {
  margin-top: 10px;
}
.recruit .interview .modal .close-btn {
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit .interview .modal .close-btn img {
  width: auto;
  height: 30px;
}
.recruit .interview .is-show {
  opacity: 1;
  pointer-events: auto;
}
.recruit .cover {
  position: relative;
  height: 250px;
}
@media screen and (min-width: 1024px) {
  .recruit .cover {
    height: 500px;
  }
}
.recruit .cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}