@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
.format-area .format-txt {
  line-height: 2.25;
  letter-spacing: 0.1em;
}

.format-area .format-txt a {
  color: #000;
  text-decoration: underline !important;
}

.format-area .format-txt a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.format-area .format-txt a:hover {
  text-decoration: none !important;
}

.format-area .format-txt a:hover img {
  opacity: 0.8;
}

.format-area .format-txt p:not(:last-child) {
  margin-bottom: 1em;
}

.format-area .format-txt strong {
  font-weight: bold;
}

.format-area .format-txt em {
  font-style: italic;
}

.format-area .format-txt ul {
  margin: 1em 0;
}

.format-area .format-txt ul li {
  position: relative;
  padding: 0 0 0 1em;
}

.format-area .format-txt ul li:not(:last-child) {
  margin-bottom: 0.7em;
}

.format-area .format-txt ul li::before {
  top: 0.6em;
  left: 0;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000;
  position: absolute;
}

.format-area .format-txt ol {
  list-style-type: decimal;
  margin: 1em 0 1em 1em;
}

.format-area .format-txt ol li {
  padding: 0;
}

.format-area .format-txt ol li:not(:last-child) {
  margin-bottom: 0.7em;
}

.format-area .format-img {
  font-size: 0;
  text-align: center;
}

.format-area .format-img img {
  display: block;
  width: 100%;
}

.format-area .img-caption {
  font-size: 1.4rem;
  line-height: 1.75;
  margin-top: 10px;
}

.format-area .format-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.format-area .format03,
.format-area .format04,
.format-area .format05,
.format-area .format06,
.format-area .format07,
.format-area .format08,
.format-area .format09,
.format-area .format10 {
  margin-bottom: 60px;
}

.format-area .format03:last-child,
.format-area .format04:last-child,
.format-area .format05:last-child,
.format-area .format06:last-child,
.format-area .format07:last-child,
.format-area .format08:last-child,
.format-area .format09:last-child,
.format-area .format10:last-child {
  margin-bottom: 0;
}

.format-area .format01 {
  margin-bottom: clamp(30px, 10vw, 60px);
}

.format-area .format01 .ttl-lrg {
  font-size: clamp(2rem, 4vw, 2.4rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

.format-area .format02 {
  margin-bottom: clamp(30px, 10vw, 60px);
}

.format-area .format02 .ttl-mid {
  font-size: clamp(1.8rem, 4vw, 2rem);
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #004a95;
}

@media screen and (min-width: 768px) {
  .format-area .format-rowPC {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .format-area .format-rowPC .format-img,
  .format-area .format-rowPC .format-txt {
    width: 48%;
  }
  .format-area .format05 .format-rowPC {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .format-area .format10 .format-rowPC .format-img {
    width: 30.5%;
  }
}

@media screen and (max-width: 767px) {
  .format-area .format-rowPC .head {
    margin-bottom: 25px;
  }
  .format-area .format04 .format-txt,
  .format-area .format05 .format-txt {
    margin-top: 20px;
  }
  .format-area .format07 .format-row,
  .format-area .format09 .format-row,
  .format-area .format10 .format-row {
    display: block;
  }
  .format-area .format07 .format-img,
  .format-area .format09 .format-img,
  .format-area .format10 .format-img {
    width: 100%;
  }
  .format-area .format07 .format-img:nth-child(n + 2),
  .format-area .format09 .format-img:nth-child(n + 2),
  .format-area .format10 .format-img:nth-child(n + 2) {
    margin-top: 40px;
  }
}

/* 動画 */
.format-area .video {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}

.format-area .video iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

/*==========================================
 職種紹介 一覧
===========================================*/
.archive-jobs {
  padding-top: 60px;
  padding-bottom: 120px;
}

@media screen and (max-width: 576px) {
  .archive-jobs {
    padding-bottom: 80px;
  }
}

.archive-jobs_head {
  margin-bottom: 60px;
  line-height: 1;
  font-weight: bold;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-jobs_head_en {
  font-size: clamp(2rem, 7.5vw, 15rem);
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .archive-jobs_head_en {
    margin-bottom: 10px;
  }
}

.archive-jobs_head_ja {
  font-size: clamp(1.6rem, 20vw, 2rem);
  letter-spacing: 0.15em;
}

.archive-jobs .sec01 {
  width: 93.985vw;
  padding: 30px clamp(30px, 5vw, 60px);
  margin-bottom: 60px;
  margin-left: auto;
  background: linear-gradient(135deg, #7fffbf, #85c7ff);
}

.archive-jobs .sec01_inner {
  width: 100%;
  max-width: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.archive-jobs .sec01_head {
  width: 5.75em;
  margin-right: clamp(20px, 8.333vw, 160px);
}

@media screen and (max-width: 768px) {
  .archive-jobs .sec01_head {
    margin-bottom: 20px;
  }
}

.archive-jobs .sec01_text {
  width: calc(100% - (clamp(4rem, 6.25vw, 12rem) * 5.75) - clamp(20px, 8.333vw, 160px));
  font-size: 1.8rem;
}

@media screen and (max-width: 768px) {
  .archive-jobs .sec01_text {
    width: 100%;
    max-width: 600px;
  }
}

.jobs {
  /*===== jobs_list ======*/
}

.jobs_list {
  width: 100%;
  max-width: 1720px;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.jobs_list::after {
  content: "";
  display: block;
  width: 30%;
}

.jobs_list_item {
  width: 30%;
  max-width: 455px;
  padding-bottom: 68px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .jobs_list_item {
    width: 45%;
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 576px) {
  .jobs_list_item {
    width: 100%;
    margin: 0 auto 60px;
  }
}

.jobs_list_ttl-en {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(2rem, 2.5vw, 4.2rem);
  line-height: 1.666;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 576px) {
  .jobs_list_ttl-en {
    font-size: clamp(2rem, 8vw, 4.2rem);
  }
}

.jobs_list_img {
  width: 100%;
  max-width: 380px;
  /*-webkit-filter: grayscale(100%);
          filter: grayscale(100%);*/
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}

.jobs_list_img:hover {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.jobs_list_img img {
  width: 100%;
  height: 31vw;
  max-height: 537px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .jobs_list_img img {
    height: 53.8667vw;
  }
}

@media screen and (max-width: 576px) {
  .jobs_list_img img {
    height: 110.7vw;
  }
}

.jobs_list_ttlWrap {
  width: 418px;
  max-width: 92%;
  height: 136px;
  background: #fff;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .jobs_list_ttlWrap {
    height: 116px;
  }
}

.jobs_list_ttl {
  margin-bottom: 10px;
  font-size: clamp(1.8rem, 2.33vw, 2.8rem);
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

.jobs_list_link {
  width: 100%;
  height: calc(100% + 68px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .jobs_list_link {
    height: calc(100% + 58px);
  }
}

.jobs_list_link:hover .jobs_list_img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
}

.jobs_list_link:hover .jobs_list_ttlWrap {
  background: linear-gradient(135deg, #7fffbf, #85c7ff);
}

.jobs_list_link:hover .btn-more {
  pointer-events: none;
}

.jobs_list_link:hover .btn-more::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/*==========================================
 職種紹介 詳細
===========================================*/
.single-jobs {
  background: #ededed;
  position: relative;
  z-index: 1;
  /* sec01 */
  /* sec02 */
  /* sec04 */
}

.single-jobs .jumbotron {
  padding-bottom: 100px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.single-jobs .jumbotron_ttl_en {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  font-size: clamp(2rem, 2.5vw, 4.2rem);
  line-height: 1.666;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 576px) {
  .single-jobs .jumbotron_ttl_en {
    font-size: clamp(2rem, 8vw, 4.2rem);
  }
}

.single-jobs .jumbotron_ttl_ja {
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: 500;
  letter-spacing: 0.2em;
}

.single-jobs .jumbotron_img {
  width: 90vw;
  max-width: 1720px;
  height: clamp(400px, 50vw, 600px);
}

.single-jobs .jumbotron_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-jobs .jumbotron_ttlWrap {
  width: 81.25vw;
  height: 200px;
  padding-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(135deg, #7fffbf, #85c7ff);
  position: absolute;
  right: 0;
  bottom: 0;
}

@media screen and (max-width: 576px) {
  .single-jobs .jumbotron_ttlWrap {
    padding-left: 20px;
  }
}

.single-jobs .sec01 {
  padding-top: 20px;
  margin-bottom: 120px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .single-jobs .sec01 {
    padding-top: 60px;
  }
}

.single-jobs .sec01_head {
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
}

.single-jobs .format-area {
  margin-bottom: 100px;
}

.single-jobs .sec02 {
  margin-bottom: 120px;
}

.single-jobs .sec04_head {
  margin-bottom: 80px;
  font-size: clamp(2.4rem, 4vw, 4.8rem);
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}

.single-jobs .sec04 .jobs {
  /*===== jobs_list ======*/
}

.single-jobs .sec04 .jobs_list {
  padding: 0 0 20px;
}

.single-jobs .sec04 .jobs_list_item {
  width: 23.75%;
}

@media screen and (max-width: 1200px) {
  .single-jobs .sec04 .jobs_list_item {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .single-jobs .sec04 .jobs_list_item {
    width: 45%;
    padding-bottom: 58px;
  }
}

@media screen and (max-width: 576px) {
  .single-jobs .sec04 .jobs_list_item {
    width: 100%;
    margin: 0 auto 60px;
  }
}

.single-jobs .sec04 .jobs_list_img img {
  height: 28.125vw;
}

@media screen and (max-width: 1200px) {
  .single-jobs .sec04 .jobs_list_img img {
    height: 31vw;
  }
}

@media screen and (max-width: 768px) {
  .single-jobs .sec04 .jobs_list_img img {
    height: 53.8667vw;
  }
}

@media screen and (max-width: 576px) {
  .single-jobs .sec04 .jobs_list_img img {
    height: 110.7vw;
  }
}
/*# sourceMappingURL=jobs.css.map */