@charset "UTF-8";
/*---------------------------------------

color

---------------------------------------*/
/*---------------------------------------

job

---------------------------------------*/
@media (max-width: 768px) {
  .pan__pc {
    display: none;
  }
}

/*---------------------------------------

page-title-area

---------------------------------------*/
.titlearea {
  background: #0090FF;
}

.titlearea__wrapper-box {
  padding: 200px 0 40px;
}

@media (max-width: 768px) {
  .titlearea__wrapper-box {
    padding: 160px 0 40px;
  }
}
.titlearea__wrapper-title {
  position: relative;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.75;
  margin: 0 0 0.5em;
  text-align: center;
}

@media (max-width: 768px) {
  .titlearea__wrapper-title {
    font-size: 24px;
    margin: 0 0 0.5em;
    line-height: 1.5;
    letter-spacing: 0.02em;
    font-weight: 700;
  }
}
.titlearea__wrapper-title::before {
  position: absolute;
  content: attr(data-en);
  bottom: -16%;
  left: 0;
  width: 100%;
  color: rgba(255, 255, 255, 0.0588235294);
  font-size: 7.2em;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: bold;
}

@media (max-width: 768px) {
  .titlearea__wrapper-title::before {
    left: 0%;
    font-size: 6.5rem;
    font-weight: bold;
    line-height: 1;
  }
}
@media screen and (max-width: 320px) {
  .titlearea__wrapper-title::before {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1500px) {
  .titlearea__wrapper-title::before {
    bottom: -32%;
    font-size: 14rem;
  }
}
@media (max-width: 768px) {
  .titlearea.-job .titlearea__wrapper-box {
    padding: 100px 0 20px;
  }
}
@media (max-width: 1023px) {
  .titlearea.-job .titlearea__wrapper-title::before {
    font-size: 5em;
    line-height: 0.85;
  }
}
@media (max-width: 768px) {
  .titlearea.-job .titlearea__wrapper-title::before {
    font-size: 60px;
  }
}

/*---------------------------------------

パンくず

---------------------------------------*/
.pan {
  background: #f2f9ff;
  padding: 1em 0;
}

.pan__list {
  list-style: none;
  display: flex;
  max-width: 1280px;
  width: 90vw;
  margin: 0 auto;
}

.pan__list-item {
  font-size: 14px;
}

@media (max-width: 768px) {
  .pan__list-item {
    font-size: 12px;
  }
}
.pan__list-item a {
  color: #0090FF;
  border-bottom: 1px solid #0090FF;
}

.pan__list-item a:hover {
  color: #00BBFF;
  transition: 0.5s;
  border-bottom: 1px solid #00BBFF;
}

.pan__list-item + .pan__list-item {
  margin-left: 1.6rem;
  position: relative;
}

.pan__list-item + .pan__list-item::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/img/arrow-pan.svg);
  background-repeat: no-repeat;
  margin-right: 24px;
  position: absolute;
  left: -24px;
  top: -2px;
}

@media (max-width: 768px) {
  .pan__list-item + .pan__list-item::before {
    top: -4px;
  }
}
.job {
  position: relative;
  z-index: 0;
  padding-block: 40px 78px;
}
@media (max-width: 1023px) {
  .job {
    padding-block: 50px 78px;
  }
}
@media (max-width: 768px) {
  .job {
    padding-block: 50px 78px;
  }
}
.job:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 400px;
  background: #F2F9FF;
}
@media (max-width: 768px) {
  .job:after {
    height: 700px;
  }
}
.job.-under-page {
  background: #F2F9FF;
}
@media (max-width: 768px) {
  .job.-under-page {
    padding-block: 60px;
  }
}
.job.-under-page:after {
  content: none;
}
.job__hr {
  position: relative;
  z-index: 2;
}
.job__ttl {
  padding: 70px 0 0;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.5em;
  z-index: 1;
}
@media screen and (max-width: 1420px) {
  .job__ttl {
    padding-top: 6vw;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .job__ttl {
    padding-top: 55px;
  }
}
@media (max-width: 1023px) {
  .job__ttl.-under-page {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .job__ttl.-under-page {
    padding-top: 0;
    font-size: 18px;
  }
}
.job__ttl span {
  z-index: 2;
  font-weight: inherit;
}
.job__ttl::before {
  white-space: nowrap;
  content: attr(data-en);
  position: absolute;
  top: 32px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  color: #f2f9ff;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1;
  display: block;
  z-index: -1;
  font-size: 166px;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 1420px) {
  .job__ttl::before {
    top: 1.5vw;
    font-size: 11vw;
  }
}
@media (max-width: 768px) {
  .job__ttl::before {
    white-space: wrap;
    font-size: 60px;
    line-height: 0.8;
  }
}
.job__inner {
  width: 100%;
  max-width: 1166px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .job__inner.-under-page {
    padding: 0 25px;
  }
}
.job_list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-block: 56px 80px;
}
@media (max-width: 1023px) {
  .job_list {
    margin-block: 42px;
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .job_list {
    grid-template-columns: 1fr;
  }
}
.job_list.-no-space {
  margin-bottom: 0;
}
.job_unit {
  line-height: 1.5;
}
.job_unit__img {
  overflow: hidden;
  position: relative;
  display: block;
  border-radius: 10px;
}
.job_unit__img:before {
  content: "";
  transition: opacity 0.4s;
  opacity: 0;
  display: block;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.job_unit__img img {
  transition: filter 0.2s;
  display: block;
  width: 100%;
  height: auto;
}
@media (hover: hover) and (pointer: fine) {
  .job_unit__img:hover:before {
    opacity: 1;
  }
  .job_unit__img:hover img {
    filter: blur(3px);
  }
}
.job_unit__img.-no-link:before {
  opacity: 1;
}
.job_unit__img.-no-link img {
  filter: blur(3px);
}
.job_unit__data {
  display: block;
  padding: 15px;
  letter-spacing: 0.035em;
  background: url("/assets/img/job-arrow.svg") no-repeat center right;
}
@media (max-width: 1023px) {
  .job_unit__data {
    background-size: 40px auto;
  }
}
@media (max-width: 768px) {
  .job_unit__data {
    background-size: 60px auto;
  }
}
@media (hover: hover) and (pointer: fine) {
  .job_unit__data:hover {
    color: #0090FF;
    transition: 0.5s;
  }
}
.job_unit__data.-no-link {
  background: none;
  color: inherit;
}
.job_unit__title {
  font-weight: bold;
  font-size: 24px;
}
@media (max-width: 1023px) {
  .job_unit__title {
    font-size: 18px;
  }
}
.job_unit__text {
  font-weight: bold;
}
@media (max-width: 1023px) {
  .job_unit__text {
    font-size: 14px;
  }
}
.job_btn {
  position: relative;
  top: 0;
  display: grid;
  place-items: center;
  width: 100%;
  height: 60px;
  color: #1A4288;
  background: #fff;
  border-radius: 10px;
  transition: 0.325s ease-in-out;
  box-shadow: 0px 3px 2px rgba(26, 66, 136, 0.3019607843);
  border: 2px solid #1A4288;
  font-weight: bold;
  max-width: 325px;
  margin: 0 auto;
  font-size: 20px;
}
@media (max-width: 767px) {
  .job_btn {
    margin-top: 30px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .job_btn:hover {
    top: 3px;
    box-shadow: none;
  }
}
.job_btn:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 26px;
  height: 18px;
  background: url("/assets/img/arrow-right.svg") no-repeat center/contain;
}
.job-summary {
  padding-block: 60px 160px;
}
@media (max-width: 1023px) {
  .job-summary {
    padding-block: 60px 120px;
  }
}
@media (max-width: 768px) {
  .job-summary {
    padding-block: 30px 120px;
  }
}
.job-summary__btn {
  position: relative;
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 325px;
  height: 60px;
  margin: 0 auto;
  color: #1A4288;
  background: #FFDC00;
  border-radius: 10px;
  letter-spacing: 0.08em;
  transition: 0.325s ease-in-out;
  box-shadow: 0px 3px 2px rgba(26, 66, 136, 0.3019607843);
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.08em;
  font-family: "Montserrat", sans-serif;
}
@media (max-width: 768px) {
  .job-summary__btn {
    max-width: 260px;
    height: 64px;
    font-size: 20px;
  }
}
.job-summary__btn:after {
  position: absolute;
  right: 10px;
  content: "";
  width: 20px;
  height: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/assets/img/arrow-right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover: hover) and (pointer: fine) {
  .job-summary__btn:hover {
    top: 3px;
    box-shadow: none;
  }
}
.job-summary__ttl {
  padding: 70px 0 0;
  position: relative;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  font-weight: 700;
  color: #333333;
  margin: 0 0 0.5em;
  z-index: 1;
}
@media (max-width: 1023px) {
  .job-summary__ttl {
    padding-top: 30px;
  }
}
@media (max-width: 768px) {
  .job-summary__ttl {
    padding-top: 0px;
    line-height: 1.2;
    font-size: 18px;
  }
}
.job-summary__inner {
  max-width: 1080px;
  margin-inline: auto;
}
.job-summary__row {
  display: grid;
  grid-template-columns: 32% 59%;
  justify-content: space-between;
  padding-top: 60px;
  margin-bottom: 50px;
}
@media (max-width: 1023px) {
  .job-summary__row {
    grid-template-columns: 37% 60%;
  }
}
@media (max-width: 768px) {
  .job-summary__row {
    margin-bottom: 40px;
    grid-template-columns: 1fr;
    padding-top: 24px;
    gap: 24px;
  }
}
.job-summary__img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .job-summary__table table {
    width: 100%;
  }
}
.job-summary__table th,
.job-summary__table td {
  padding-block: 16px;
  border-bottom: 0.5px dotted #0090FF;
  line-height: 1.875;
}
@media (max-width: 768px) {
  .job-summary__table th,
.job-summary__table td {
    display: block;
    width: 100%;
    line-height: 1.42;
  }
}
.job-summary__table tr:first-child th,
.job-summary__table tr:first-child td {
  padding-top: 0;
}
.job-summary__table th {
  width: 30%;
  padding-left: 25px;
}
@media (max-width: 768px) {
  .job-summary__table th {
    width: 100%;
    padding-left: 0;
    padding: 15px 10px 10px 10px;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .job-summary__table td {
    padding: 0 10px 10px 10px;
    font-size: 14px;
  }
}
/*# sourceMappingURL=job.css.map */