@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap");
/* ライン状の背景画像
-----------------------------------------------------------------*/
.background {
  background-image: url("../img/recruit/pc/bg_line.png");
}
@media screen and (max-width: 768px) {
  .background {
    background-image: url("../img/recruit/sp/bg_line.png");
  }
}
.background.bg-interview {
  background-image: url("../img/recruit/pc/bg_line_interview.png");
}
@media screen and (max-width: 768px) {
  .background.bg-interview {
    background-image: url("../img/recruit/sp/bg_line_interview.png");
  }
}
.background.bg-interview-detail {
  background-image: url("../img/recruit/pc/bg_line_interview_detail.png");
}
@media screen and (max-width: 768px) {
  .background.bg-interview-detail {
    background-image: url("../img/recruit/sp/bg_line_interview_detail.png");
  }
}
.background.bg-tokyo {
  background-image: url("../img/recruit/pc/bg_line_tokyo.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .background.bg-tokyo {
    background-image: url("../img/recruit/sp/bg_line_tokyo.png");
  }
}
.background.bg-osaka {
  background-image: url("../img/recruit/pc/bg_line_osaka.png");
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .background.bg-osaka {
    background-image: url("../img/recruit/sp/bg_line_osaka.png");
  }
}

/* page-title
-----------------------------------------------------------------*/
.page-title-inner {
  background-image: url("../img/recruit/pc/bg_title.png");
}
@media screen and (max-width: 768px) {
  .page-title-inner {
    background-image: url("../img/recruit/sp/bg_title.png");
  }
}

/*=================================================================
  index.html
=================================================================*/
/* links
-----------------------------------------------------------------*/
section.links {
  margin-top: 12.5em;
}

/* interview
-----------------------------------------------------------------*/
.interview__title-wrap {
  position: relative;
  margin-top: -5.5em;
  padding: 3em 4.5% 1.5em;
  max-width: 30em;
  background-color: #ffffff;
  z-index: +1;
}
@media screen and (max-width: 768px) {
  .interview__title-wrap {
    padding: 3.75em 2em 1.5em 3.75em;
    max-width: 32em;
  }
}
@media screen and (max-width: 425px) {
  .interview__title-wrap {
    margin-top: 0;
    padding: 1.5em 4%;
    max-width: 100%;
  }
}
.interview__title-wrap .section-title {
  margin-bottom: 0;
}

.interview__text-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1024px) {
  .interview__text-wrap {
    gap: 3em 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .interview__text-wrap {
    gap: 3.75em 0;
  }
}
@media screen and (max-width: 1024px) and (max-width: 425px) {
  .interview__text-wrap {
    gap: 1.5em 0;
  }
}

@media screen and (max-width: 768px) {
  .interview__text-wrap .btn-wrap {
    padding: 0 6.25em;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .interview__text-wrap .btn-wrap {
    padding: 0 3.75em;
  }
}
@media screen and (max-width: 425px) {
  .interview__text-wrap .btn-wrap {
    padding: 0 4%;
  }
}

.interview__text {
  margin-right: auto;
  padding: 0 4.5%;
  background-color: #ffffff;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .interview__text {
    padding: 0 2.5em;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
    white-space: inherit;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .interview__text {
    font-size: 24px;
  }
}

@media screen and (max-width: 425px) {
  .interview__text {
    padding: 0 4%;
  }
}

/* welfare
-----------------------------------------------------------------*/
.welfare .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .welfare .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.welfare-item-box {
  margin-left: 6.25em;
}
@media screen and (max-width: 768px) {
  .welfare-item-box {
    margin-left: 0;
  }
}

.welfare-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: .625em;
}
.welfare-item-wrap:not(:first-of-type) {
  margin-top: .625em;
}

.welfare-item {
  width: 20.7%;
}
@media screen and (max-width: 768px) {
  .welfare-item {
    width: 40.8%;
  }
}
.welfare-item.dummy {
  visibility: hidden;
  width: 100%;
}

.welfare-item__detail-title {
  font-size: calc(20px + (22 - 20) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 1440px) {
  .welfare-item__detail-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .welfare-item__detail-title {
    font-size: calc(18px + (28 - 18) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .welfare-item__detail-title {
    font-size: 28px;
  }
}

.welfare-item__detail-text {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .welfare-item__detail-text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .welfare-item__detail-text {
    font-size: 24px;
  }
}

/*=================================================================
  interview.html
=================================================================*/
/* interview-list
-----------------------------------------------------------------*/
.interview-list-item-wrap {
  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;
  gap: 3.125em 0;
}

.interview-list-item {
  display: grid;
  grid-template-columns: 80% 20%;
  grid-template-rows: 100%;
  width: 33%;
}
@media screen and (max-width: 768px) {
  .interview-list-item {
    grid-template-columns: 98% 5%;
    width: 48%;
  }
}
.interview-list-item.dummy {
  visibility: hidden;
}

.interview-list-item__img {
  grid-area: 1 / 1 / 2 / 2;
  aspect-ratio: 5/ 4;
  -o-object-fit: cover;
     object-fit: cover;
}

.interview-list-item-detail {
  position: relative;
  grid-area: 1 / 2 / 2 / 3;
  margin-top: 11em;
  margin-left: -11em;
  padding: 1.25em;
  max-width: 14.375em;
  background-color: #ffffff;
  z-index: +1;
}
@media screen and (max-width: 768px) {
  .interview-list-item-detail {
    justify-self: end;
    margin-top: 1200%;
    margin-left: -18.8em;
    max-width: 19.8em;
  }
}

.interview-list-item__title {
  font-size: calc(14px + (16 - 14) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
}
@media screen and (min-width: 1440px) {
  .interview-list-item__title {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .interview-list-item__title {
    font-size: 14px;
  }
}

.interview-list-item__detail-text {
  font-size: calc(12px + (14 - 12) / (1440 - 768) * (100vw - 768px));
  min-height: 0vw;
  font-weight: bold;
  line-height: 1.5;
  color: #f96a03;
}
@media screen and (min-width: 1440px) {
  .interview-list-item__detail-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .interview-list-item__detail-text {
    font-size: 12px;
  }
}

a:hover .interview-list-item__img {
  opacity: .8;
}
a:hover .interview-list-item-detail {
  color: #111111;
}

/*=================================================================
  interview-detail.html
=================================================================*/
.interview-image-sub {
  margin-top: 1.875em;
  margin: 1.875em auto 0;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .interview-image-sub {
    max-height: 300px;
  }
}

/* schedule
-----------------------------------------------------------------*/
/* other-interview
-----------------------------------------------------------------*/
.other-interview .btn-wrap {
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .other-interview .btn-wrap {
    margin-top: 2.5em;
  }
}

.other-interview-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.interview-list-item.view-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .interview-list-item.view-sp {
    display: grid;
  }
}

/*=================================================================
  new.html / mid.html
=================================================================*/
/* requirement
-----------------------------------------------------------------*/
.requirement .section-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .requirement .section-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.requirement-list-wrap {
  padding: 0 3.75em;
}
@media screen and (max-width: 768px) {
  .requirement-list-wrap {
    padding: 0;
  }
}

.requirement-list-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25em;
}
.requirement-list-link a {
  padding: .5em 1em;
  background-color: #ffffff;
  text-wrap: nowrap;
}
.requirement-list-link a .material-symbols-outlined {
  margin-left: .25em;
  vertical-align: middle;
  color: #f96a03;
}

.requirement-list-title {
  padding-top: 8em;
  padding-bottom: .25em;
  border-bottom: 3px solid #f96a03;
}
.requirement-list-title:first-of-type {
  padding-top: 2em;
}

.requirement-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.25em;
}
@media screen and (max-width: 768px) {
  .requirement-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.requirement-list dt, .requirement-list dd {
  border-bottom: 1px solid #000000;
  padding: 1.25em 0 1.25em 1.5em;
}
.requirement-list dt:first-of-type, .requirement-list dd:first-of-type {
  padding-top: 0;
}
@media screen and (max-width: 768px) {
  .requirement-list dt, .requirement-list dd {
    padding: 1.25em .83em;
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .requirement-list dt, .requirement-list dd {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .requirement-list dt:first-of-type, .requirement-list dd:first-of-type {
    padding-top: 1.25em;
  }
}
.requirement-list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .requirement-list dt {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.requirement-list dd {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .requirement-list dd {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    padding-top: 1.25em;
  }
}

/* flow
-----------------------------------------------------------------*/
.flow__text {
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .flow__text {
    font-size: calc(14px + (24 - 14) / (768 - 320) * (100vw - 320px));
    min-height: 0vw;
  }
}
@media screen and (max-width: 768px) and (min-width: 768px) {
  .flow__text {
    font-size: 24px;
  }
}

.flow__img {
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
  padding: 3.75em 0 6.25em;
}
@media screen and (max-width: 768px) {
  .flow__img {
    max-width: 500px;
    padding-bottom: 4em;
  }
}
/*# sourceMappingURL=recruit.css.map */