@charset "UTF-8";
.recruit .fv {
  position: relative;
}
.recruit .fv .catch {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 75%;
  max-width: 500px;
}
.recruit .fv .title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75%;
  max-width: 450px;
}
.recruit .blocks .block {
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .block {
    padding: 35px 0;
  }
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .block {
    padding: 45px 0;
  }
}
.recruit .blocks .block .block-title {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .block .block-title {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .block .block-title {
    margin-bottom: 45px;
  }
}
.recruit .blocks .block .block-title span {
  text-align: center;
  display: block;
}
.recruit .blocks .block .block-title__en {
  font-size: 25px;
  letter-spacing: -1px;
  font-family: "Inter", sans-serif;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .block .block-title__en {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .block .block-title__en {
    font-size: 45px;
  }
}
.recruit .blocks .block .block-title__ja {
  margin-top: 7.5px;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .block .block-title__ja {
    margin-top: 12.5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .block .block-title__ja {
    font-size: 18px;
  }
}
.recruit .blocks .message {
  background-image: url("/assets/images/page/recruit/message-bg.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.recruit .blocks .message .message-title {
  margin-top: -7px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  line-height: 1.5em;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .message .message-title {
    font-size: 30px;
    letter-spacing: 0;
  }
}
.recruit .blocks .message .message-desc {
  -moz-text-align-last: center;
       text-align-last: center;
  margin: 20px 0 25px;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .message .message-desc {
    margin: 30px 0 35px;
  }
}
.recruit .blocks .message .message-desc p {
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .message .message-desc p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .message .message-desc p {
    font-size: 18px;
  }
}
.recruit .blocks .message .message-desc p:not(:first-child) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .recruit .blocks .message .message-desc p:not(:first-child) {
    margin-top: 20px;
  }
}
.recruit .blocks .message .message-movie {
  margin-inline: auto;
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16/9;
}
.recruit .blocks .message .message-movie iframe {
  width: 100%;
  height: 100%;
}
.recruit .blocks .system {
  position: relative;
  background-image: url("/assets/images/page/recruit/system-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.recruit .blocks .system:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0277c6;
}
.recruit .blocks .system .wrap {
  position: relative;
  z-index: 10;
}
.recruit .blocks .system .wrap .block-title {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .system .wrap .system-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit .blocks .system .wrap .system-list .item {
  margin-top: 25px;
  padding: 20px 15px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.06);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 8px rgba(0, 0, 0, 0.06);
  -webkit-transition: -webkit-box-shadow 0.2s cubic-bezier(.34, 1.2, .64, 1), -webkit-transform 0.2s cubic-bezier(.34, 1.2, .64, 1);
  transition: box-shadow 0.2s cubic-bezier(.34, 1.2, .64, 1), transform 0.2s cubic-bezier(.34, 1.2, .64, 1);
}
.recruit .blocks .system .wrap .system-list .item:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(0, 0, 0, 0.06);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08), 0 12px 32px rgba(0, 0, 0, 0.06);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .system .wrap .system-list .item {
    width: calc(50% - 12.5px);
    margin-right: 25px;
    padding: 25px;
  }
  .recruit .blocks .system .wrap .system-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
  .recruit .blocks .system .wrap .system-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.recruit .blocks .system .wrap .system-list .item:first-child {
  margin-top: 0;
}
.recruit .blocks .system .wrap .system-list .item .icon {
  text-align: center;
}
.recruit .blocks .system .wrap .system-list .item .icon img {
  width: auto;
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .system .wrap .system-list .item .icon img {
    height: 45px;
  }
}
.recruit .blocks .system .wrap .system-list .item .title {
  margin-top: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .system .wrap .system-list .item .title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .recruit .blocks .system .wrap .system-list .item .title {
    margin-top: 25px;
    font-size: 24px;
  }
}
.recruit .blocks .system .wrap .system-list .item .content {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .system .wrap .system-list .item .content {
    margin-top: 20px;
  }
}
.recruit .blocks .system .wrap .system-list .item .content .desc, .recruit .blocks .system .wrap .system-list .item .content .dot-list {
  margin-top: 10px;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .system .wrap .system-list .item .content .desc, .recruit .blocks .system .wrap .system-list .item .content .dot-list {
    margin-top: 15px;
  }
}
.recruit .blocks .system .wrap .system-list .item .content a {
  text-decoration: underline;
  color: #5E9AF8;
}
.recruit .blocks .system .wrap .system-list .item .content .desc img {
  display: block;
  margin-top: 10px;
}
.recruit .blocks .system .wrap .system-list .item .content .img {
  margin-top: 20px;
}
.recruit .blocks .system .wrap .system-list .item .content .dot-list-item {
  position: relative;
  padding-left: 20px;
}
.recruit .blocks .system .wrap .system-list .item .content .dot-list-item:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit .blocks .system .wrap .system-list .item .content .dot-list-item:not(:first-child) {
  margin-top: 5px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.recruit .blocks .interview .interview-list .item {
  margin-top: 25px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(.25,.46,.45,.94), -webkit-box-shadow 0.25s ease;
          transition: transform 0.25s cubic-bezier(.25,.46,.45,.94), box-shadow 0.25s ease;
}
.recruit .blocks .interview .interview-list .item:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .item {
    margin-top: 45px;
    width: calc(33.3% - 16.6px);
    margin-right: 25px;
  }
  .recruit .blocks .interview .interview-list .item:nth-child(3n) {
    margin-right: 0;
  }
  .recruit .blocks .interview .interview-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.recruit .blocks .interview .interview-list .item:first-child {
  margin-top: 0;
}
.recruit .blocks .interview .interview-list .item .img img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease;
          transition: transform 0.4s ease;
}
.recruit .blocks .interview .interview-list .item:hover .img img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.recruit .blocks .interview .interview-list .item .name {
  text-align: center;
  margin-top: 20px;
  padding: 0 15px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .item .name {
    margin-top: 20px;
    font-size: 22px;
  }
}
.recruit .blocks .interview .interview-list .item .info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .item .info {
    margin-top: 15px;
  }
}
.recruit .blocks .interview .interview-list .item .info .date {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .item .info .date {
    margin-right: 15px;
  }
}
.recruit .blocks .interview .interview-list .item .more-btn {
  cursor: pointer;
  pointer-events: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: calc(100% - 30px);
  max-width: 350px;
  margin-inline: auto;
  text-align: center;
  display: block;
  background: #E96A46;
  color: #fff;
  font-weight: 700;
  padding: 13px 0;
  border-radius: 6px;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 0 #b84d2c;
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 2px 0 #b84d2c;
  -webkit-transition: -webkit-transform 0.22s cubic-bezier(.34,1.56,.64,1), -webkit-box-shadow 0.2s ease, background 0.15s ease;
          transition: transform 0.22s cubic-bezier(.34,1.56,.64,1), box-shadow 0.2s ease, background 0.15s ease;
}
.recruit .blocks .interview .interview-list .item .more-btn:hover {
  background: #f07950;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  -webkit-box-shadow: 0 4px 12px rgba(233, 106, 70, 0.35);
          box-shadow: 0 4px 12px rgba(233, 106, 70, 0.35);
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .item .more-btn {
    padding: 18px 0;
  }
}
.recruit .blocks .interview .interview-list .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;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.recruit .blocks .interview .interview-list .modal .contents {
  padding: 25px;
  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 .blocks .interview .interview-list .modal .contents .thumb img {
  width: 100%;
}
.recruit .blocks .interview .interview-list .modal .contents .name {
  text-align: center;
  margin-top: 20px;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .modal .contents .name {
    margin-top: 20px;
    font-size: 22px;
  }
}
.recruit .blocks .interview .interview-list .modal .contents .info {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .modal .contents .info {
    margin-top: 15px;
  }
}
.recruit .blocks .interview .interview-list .modal .contents .info .date {
  margin-right: 10px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .modal .contents .info .date {
    margin-right: 15px;
  }
}
.recruit .blocks .interview .interview-list .modal .contents .faq-list {
  margin-top: 15px;
}
.recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item {
  line-height: 1.6em;
}
.recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item:not(:first-child) {
  margin-top: 15px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item:not(:first-child) {
    margin-top: 25px;
  }
}
.recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item .faq-question {
  padding-bottom: 7.5px;
  border-bottom: 1px solid #5E9AF8;
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item .faq-question {
    padding-bottom: 10px;
    font-size: 16px;
  }
}
.recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item .faq-answer {
  margin-top: 7.5px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .interview .interview-list .modal .contents .faq-list .faq-list-item .faq-answer {
    margin-top: 10px;
  }
}
.recruit .blocks .interview .interview-list .modal .close-btn {
  cursor: pointer;
  pointer-events: auto;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit .blocks .interview .interview-list .modal .close-btn img {
  width: auto;
  height: 30px;
}
.recruit .blocks .interview .interview-list .is-show {
  opacity: 1;
  pointer-events: auto;
}
.recruit .blocks .job-description {
  background: #5E9AF8;
}
.recruit .blocks .job-description .block-title {
  color: #fff;
}
.recruit .blocks .job-description .job-description-list {
  padding: 15px;
  background: #fff;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .job-description .job-description-list {
    padding: 30px;
  }
}
.recruit .blocks .job-description .job-description-list dl {
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  padding: 15px 0;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .job-description .job-description-list dl {
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.recruit .blocks .job-description .job-description-list dl:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.recruit .blocks .job-description .job-description-list dl dt, .recruit .blocks .job-description .job-description-list dl dd {
  line-height: 1.5em;
}
.recruit .blocks .job-description .job-description-list dl dt {
  font-weight: 700;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .job-description .job-description-list dl dt {
    width: 200px;
  }
}
.recruit .blocks .job-description .job-description-list dl dd {
  margin-top: 7.5px;
}
@media screen and (min-width: 1024px) {
  .recruit .blocks .job-description .job-description-list dl dd {
    margin-top: 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit .blocks .job-description .more-btn a {
  background: #fff;
  color: #5E9AF8;
}