@charset "UTF-8";
/*---------------------------------------------
    common
---------------------------------------------*/
/*---------------------------------------------
    main img
  ---------------------------------------------*/
.mv {
  align-items: center;
  aspect-ratio: 15/6;
  background: url(../images/mv_recruit.jpg) no-repeat;
  background-size: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
.mv .page-title {
  background: #fff;
  bottom: -14px;
  color: #00479d;
  display: inline-block;
  font-size: 2.6rem;
  padding: 0 24px 0;
  position: absolute;
  right: 5%;
  z-index: 999;
}
@media screen and (max-width: 820px) {
  .mv .page-title {
    font-size: 1.8rem;
  }
}
.mv.trailer {
  aspect-ratio: auto;
  background: url(../images/mv_trailer.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}
.mv.trailer .page-title {
  background: #00479d;
  color: #fff;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  position: relative;
  right: auto;
}
@media screen and (max-width: 820px) {
  .mv.trailer .page-title {
    font-size: 2.4rem;
  }
}
.mv.storage {
  aspect-ratio: auto;
  background: url(../images/mv_storage.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}
.mv.storage .page-title {
  background: #00a0e9;
  color: #fff;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  position: relative;
  right: auto;
}
@media screen and (max-width: 820px) {
  .mv.storage .page-title {
    font-size: 2.4rem;
  }
}
.mv.clerical {
  aspect-ratio: auto;
  background: url(../images/mv_clerical.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  height: 400px;
}
.mv.clerical .page-title {
  background: #22ac38;
  color: #fff;
  font-size: 3.6rem;
  padding: 2px 50px 0;
  position: relative;
  right: auto;
}
@media screen and (max-width: 820px) {
  .mv.clerical .page-title {
    font-size: 2.4rem;
  }
}

/*---------------------------------------------
    main
---------------------------------------------*/
#main.trailer {
  background: #d9e2f3;
}
#main.storage {
  background: #ddf1fc;
}
#main.clerical {
  background: #f2f8ee;
}

/*---------------------------------------------
    message
---------------------------------------------*/
.message {
  background: #00479d;
  padding: 24px 10% 40px;
}
@media screen and (min-width: 821px) {
  .message {
    padding: 80px 10%;
  }
}
.message .inner {
  margin: 0 auto;
  max-width: 780px;
  width: 100%;
}
.message .catch {
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .message .catch {
    margin: 0 auto 24px;
    max-width: 500px;
    width: 60%;
  }
}
.message .txt {
  color: #fff;
  text-align: justify;
}
.message.trailer {
  background: #d9e2f3;
}
.message.trailer .txt {
  color: #00479d;
}
.message.storage {
  background: #ddf1fc;
}
.message.storage .txt {
  color: #00a0e9;
}
.message.clerical {
  background: #f2f8ee;
}
.message.clerical .txt {
  color: #22ac38;
}

/*---------------------------------------------
    job-info
---------------------------------------------*/
.job-info {
  background: #d9e2f3;
  padding: 24px 10%;
}
@media screen and (min-width: 821px) {
  .job-info {
    padding: 80px 10%;
  }
}
.job-info .section-ttl {
  margin-bottom: 40px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .job-info .section-ttl {
    margin: 0 auto 40px;
    max-width: 300px;
  }
}
.job-info .section-ttl span {
  background: #e60012;
  color: #fff;
  display: inline-block;
  padding: 4px 24px;
}
.job-info .inner {
  display: flex;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}
@media screen and (min-width: 821px) {
  .job-info .inner {
    gap: 32px;
  }
}
@media screen and (max-width: 820px) {
  .job-info .inner {
    flex-direction: column;
  }
}
.job-info .inner .box {
  margin-bottom: 24px;
}
@media screen and (max-width: 820px) {
  .job-info .inner .box {
    margin-bottom: 40px;
  }
}
.job-info .inner .box.trailer dl dt {
  color: #00479d;
}
.job-info .inner .box.trailer dl dd .btn a {
  background: #346ad6;
}
.job-info .inner .box.storage dl dt {
  color: #ea5514;
}
.job-info .inner .box.storage dl dd .btn a {
  background: #ea5514;
}
.job-info .inner .box.clerical dl dt {
  color: #22ac38;
}
.job-info .inner .box.clerical dl dd .btn a {
  background: #22ac38;
}
.job-info .inner .img {
  margin-bottom: 8px;
}
.job-info .inner .img img {
  display: block;
}
.job-info .inner dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
}
.job-info .inner dl dd {
  text-align: center;
}
.job-info .inner dl dd .txt {
  margin-bottom: 8px;
}
.job-info .inner dl dd .btn {
  margin: 0 auto;
  max-width: 260px;
  padding: 6px 0;
}
.job-info .inner dl dd .btn a {
  color: #fff;
  display: block;
  font-size: 1.5rem;
  padding: 4px 0 6px;
  width: 100%;
}

/*---------------------------------------------
    num
---------------------------------------------*/
.num {
  background: #fbd8c6;
  padding: 24px 10%;
}
@media screen and (min-width: 821px) {
  .num {
    padding: 80px 10%;
  }
}
.num .section-ttl {
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .num .section-ttl {
    margin: 0 auto 40px;
    max-width: 300px;
  }
}
.num .section-ttl span {
  background: #e60012;
  color: #fff;
  display: inline-block;
  padding: 4px 24px;
}
.num .num-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 780px;
}
.num .num-list li {
  aspect-ratio: 1/1;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 16px 0;
  text-align: center;
  width: 50%;
}
.num .num-list li .num-cat {
  line-height: 1.4;
}
@media screen and (min-width: 821px) {
  .num .num-list li .num-cat {
    font-size: 2.5rem;
  }
}
.num .num-list li .num-txt {
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 8px;
}
@media screen and (min-width: 821px) {
  .num .num-list li .num-txt {
    font-size: 12rem;
  }
}
.num .num-list li .num-catch {
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .num .num-list li .num-catch {
    font-size: 2.5rem;
  }
}
.num .num-list li:first-child, .num .num-list li:nth-child(4), .num .num-list li:nth-child(5), .num .num-list li:last-child {
  background: #00479d;
}
.num .num-list li:nth-child(2), .num .num-list li:nth-child(3), .num .num-list li:nth-child(6), .num .num-list li:nth-child(7) {
  background: #ec643d;
}

/*---------------------------------------------
    rule
---------------------------------------------*/
.rule {
  background: #d9e2f3;
  padding: 24px 10%;
}
@media screen and (min-width: 821px) {
  .rule {
    padding: 80px 10%;
  }
}
.rule .section-ttl {
  margin: 0 auto 24px;
  text-align: center;
  width: 80%;
}
@media screen and (min-width: 821px) {
  .rule .section-ttl {
    margin: 0 auto 40px;
    max-width: 240px;
  }
}
.rule .section-ttl span {
  background: #e60012;
  color: #fff;
  display: inline-block;
  padding: 4px 24px;
}
.rule .catch {
  color: #e60012;
  font-size: 1.8rem;
  font-weight: 900;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .rule .catch {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 821px) {
  .rule .txt {
    text-align: center;
  }
}

/*---------------------------------------------
    emtry
---------------------------------------------*/
.entry {
  background: url(../images/bg_entry.jpg);
  background-position: bottom;
  background-size: cover;
  padding: 40px 0 64px;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .entry {
    padding: 160px 0;
  }
}
.entry .catch {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 16px;
}
@media screen and (min-width: 821px) {
  .entry .catch {
    font-size: 2.5rem;
    margin-bottom: 24px;
  }
  .entry .catch br {
    display: none;
  }
}
.entry .btn {
  margin: 0 auto;
  max-width: 320px;
  width: 90%;
}
.entry .btn a {
  background: #fff;
  border: #00479d solid 2px;
  color: #00479d;
  display: block;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.2;
  padding: 4px 0 8px;
  width: 100%;
}
.entry .btn a span {
  color: #231815;
  display: block;
  font-size: 1.2rem;
}

/*---------------------------------------------
    voice
---------------------------------------------*/
.trailer .voice .section-ttl {
  background: #00479d;
}
.trailer .voice .section-ttl .en {
  color: #e60012;
}
.trailer .voice .voice-box-inner .profile {
  background: #949ecf;
}
.trailer .voice .voice-box dl dt {
  color: #00479d;
}

.storage .voice .section-ttl {
  background: #00a0e9;
}
.storage .voice .section-ttl .en {
  color: #0073bd;
}
.storage .voice .voice-box-inner .profile {
  background: #54c3f1;
}
.storage .voice .voice-box dl dt {
  color: #00a0e9;
}

.clerical .voice .section-ttl {
  background: #22ac38;
}
.clerical .voice .section-ttl .en {
  color: #ea5514;
}
.clerical .voice .voice-box-inner .profile {
  background: #8bc673;
}
.clerical .voice .voice-box dl dt {
  color: #22ac38;
}

.voice {
  margin: 0 auto 80px;
  max-width: 780px;
  width: 80%;
}
@media screen and (max-width: 820px) {
  .voice {
    margin-bottom: 40px;
  }
}
.voice .section-ttl {
  color: #fff;
  font-size: 2.4rem;
  padding: 10px 0 12px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .voice .section-ttl {
    padding: 2px 0 4px;
  }
}
.voice .section-ttl .en {
  font-size: 3.6rem;
  left: 10px;
  position: absolute;
  top: -30px;
  width: 16%;
}
@media screen and (max-width: 820px) {
  .voice .section-ttl .en {
    font-size: 2.2rem;
    top: -16px;
    width: 24%;
  }
}
.voice .voice-box-inner {
  display: flex;
  justify-content: space-between;
}
.voice .voice-box-inner .img {
  width: 50%;
}
.voice .voice-box-inner .img img {
  display: block;
}
.voice .voice-box-inner .profile {
  align-items: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.voice .voice-box-inner .profile .cat {
  font-size: 1.8rem;
}
@media screen and (max-width: 820px) {
  .voice .voice-box-inner .profile .cat {
    font-size: 1.2rem;
  }
}
.voice .voice-box-inner .profile .name {
  font-size: 2.4rem;
  line-height: 1.2;
}
@media screen and (max-width: 820px) {
  .voice .voice-box-inner .profile .name {
    font-size: 1.8rem;
  }
}
.voice .voice-box-inner .profile .en {
  font-size: 1.4rem;
  margin-bottom: 8px;
}
@media screen and (max-width: 820px) {
  .voice .voice-box-inner .profile .en {
    font-size: 1rem;
    margin-bottom: 4px;
  }
}
.voice .voice-box-inner .profile .join {
  font-size: 1.6rem;
  margin-bottom: 16px;
}
@media screen and (max-width: 820px) {
  .voice .voice-box-inner .profile .join {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }
}
.voice .voice-box-inner .profile .detail {
  background: #fff;
  border-radius: 20px;
  color: #e60012;
  cursor: pointer;
  font-weight: bold;
  max-width: 200px;
  padding: 4px 0 6px;
  text-align: center;
  width: 80%;
}
.voice .voice-box-inner .profile .detail::before {
  content: "▼";
}
@media screen and (max-width: 820px) {
  .voice .voice-box-inner .profile .detail {
    font-size: 1.2rem;
    line-height: 1.2;
    padding: 2px 0 4px;
  }
}
.voice .voice-box .voice-detail {
  background: #fff;
  display: none;
  padding-bottom: 80px;
}
.voice .voice-box .voice-detail .close {
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  max-width: 300px;
  padding: 8px 0 10px;
  text-align: center;
  width: 80%;
}
.voice .voice-box .voice-detail .close::before {
  content: "×";
}
.voice .voice-box dl {
  margin-bottom: 40px;
  padding: 24px 5%;
}
.voice .voice-box dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 1em;
  text-indent: -1em;
}
.voice .voice-box dl dd .img {
  margin: 40px auto 80px;
  width: 80%;
}
@media screen and (max-width: 820px) {
  .voice .voice-box dl dd .img {
    width: 90%;
  }
}

.trailer .voice-detail .close {
  background: #00479d;
}

.storage .voice-detail .close {
  background: #00a0e9;
}

.clerical .voice-detail .close {
  background: #22ac38;
}

/*---------------------------------------------
    job details
---------------------------------------------*/
.trailer .job-details .section-ttl {
  color: #00479d;
}
.trailer .job-details .section-ttl::after {
  background: #00479d;
}
.trailer .job-details dl dt::before {
  color: #7a9ad0;
}

.storage .job-details .section-ttl {
  color: #00a0e9;
}
.storage .job-details .section-ttl::after {
  background: #00a0e9;
}
.storage .job-details dl dt::before {
  color: #b4e0f8;
}

.clerical .job-details .section-ttl {
  color: #22ac38;
}
.clerical .job-details .section-ttl::after {
  background: #22ac38;
}
.clerical .job-details p.catch {
  font-size: 1.8rem;
  text-align: center;
}

.job-details {
  background: #fff;
  margin: 0 auto 40px;
  max-width: 780px;
  padding: 40px 5%;
  width: 80%;
}
.job-details .section-ttl {
  font-size: 2.6rem;
  letter-spacing: 6px;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
  text-indent: 6px;
}
@media screen and (max-width: 820px) {
  .job-details .section-ttl {
    font-size: 2rem;
  }
}
.job-details .section-ttl::after {
  content: "";
  display: block;
  height: 4px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 160px;
}
@media screen and (max-width: 820px) {
  .job-details .section-ttl::after {
    width: 120px;
  }
}
.job-details dl dt {
  border-bottom: #595757 1px solid;
  color: #595757;
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .job-details dl dt {
    font-size: 1.8rem;
  }
}
.job-details dl dt::before {
  content: "●";
}
.job-details dl dd {
  color: #595757;
  margin-bottom: 40px;
}
.job-details dl dd ol li ul {
  margin-bottom: 8px;
}

.btn.back {
  margin: 0 auto 40px;
  max-width: 240px;
  width: 80%;
}
.btn.back a {
  background: #00479d;
  color: #fff;
  display: block;
  padding: 8px 0 10px;
  text-align: center;
  width: 100%;
}
.btn.back a::before {
  content: "◀";
  display: inline-block;
  margin-right: 4px;
}
.btn.back a.storage {
  background: #00a0e9;
}
.btn.back a.clerical {
  background: #22ac38;
}