@charset "UTF-8";
/* =====================
	採用情報ページ
 ======================= */

/** ------------------------ recruit ------------------------ **/
.recruit {
  margin-bottom: 7.81%;
}

.recruit .page-header {
  margin: 2.6% 0 0;
}

.recruit .sec-ttl {
  font-size: 250%;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 0.92em;
}

/** ------------------------ slogan ------------------------ **/
.recruit .slogan {
  padding: 5.21% 0 7.81%;
  position: relative;
}

.recruit .slogan::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -100;
  background-image: url(../img/common/bg-paint06.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left -23em;
}

.recruit .slogan .slogan-ttl {
  font-size: 300%;
  font-weight: normal;
  text-align: center;
  margin-bottom: 6.25%;
}

.recruit .slogan .slogan-txt {
  font-size: 150%;
  line-height: 2.33;
  text-align: center;
}

/** ------------------------ work ------------------------ **/
.recruit .work {
  margin-bottom: 5.21%;
}

.recruit .work .work-txt {
  /* font-family: var(--font_Noto_Sans_JP); */
  margin-bottom: 4.17%;
}

.recruit .work .work-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4em 3em;
}

.recruit .work .work-item-img {
  aspect-ratio: 570 / 400;
  margin-bottom: 1em;
}

.recruit .work .work-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recruit .work .work-item-ttl {
  font-size: 150%;
  font-weight: normal;
  margin-bottom: 0.67em;
  padding-left: 0.67em;
  border-left: 2px solid #8c0000;
}

.recruit .work .work-item-txt {
  /* font-family: var(--font_Noto_Sans_JP); */
}

/** ------------------------ stats ------------------------ **/
.recruit .stats {
  background-color: var(--c_white);
  padding: 5.21% 0 7.81%;
}

.recruit .stats .sec-ttl {
  text-align: center;
}

.recruit .stats .stats-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5em 3em;
  margin-bottom: 1.67%;
}

.recruit .stats .stats-item {
  background-color: var(--c_accent1);
  aspect-ratio: 1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.1em;
  text-align: center;
}

.recruit .stats .stats-item-ttl {
  /* font-family: var(--font_Noto_Sans_JP); */
  font-size: 125%;
  font-weight: bold;
  line-height: 1;
}

.recruit .stats .stats-item:first-child .stats-item-ttl {
  transform: translateY(0.6em);
}

.recruit .stats .number {
  font-size: 600%;
  font-weight: bold;
  line-height: 1;
  color: #8c0000;
}

.recruit .stats .unit {
  font-size: 250%;
  line-height: 1;
}

.recruit .stats .colon {
  font-weight: bold;
  font-size: 450%;
  line-height: 1;
  letter-spacing: -0.1em;
}

.recruit .stats .time {
  /* font-family: var(--font_Noto_Sans_JP); */
}

.recruit .stats .note {
  /* font-family: var(--font_Noto_Sans_JP); */
  text-align: right;
  margin-bottom: 12.5%;
}

.recruit .stats .alcohol-preference {
  background-color: var(--c_accent1);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-radius: 20px;
  padding: 2.5% 0;
  aspect-ratio: 1200 / 360;
}

.recruit .stats .alcohol-preference-answer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.1em;
}

.recruit .stats .alcohol-preference-answer + .alcohol-preference-answer {
  border-left: 1px solid var(--c_text);
}

.recruit .stats .alcohol-preference-ttl {
  /* font-family: var(--font_Noto_Sans_JP); */
  font-size: 125%;
  font-weight: bold;
  line-height: 1;
}

/** ------------------------ interview ------------------------ **/
.recruit .interview {
  padding: 7.81% 0;
}

.recruit .interview .interview-list {
  display: flex;
  flex-direction: column;
  row-gap: 5em;
}

.recruit .interview figure {
  position: relative;
  margin-bottom: 7.92%;
}

.recruit .interview .interview-img {
  width: 78.33%;
}

.recruit .interview .interview-item:nth-child(even) .interview-img {
  margin-left: auto;
}

.recruit .interview figcaption {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -11.59%;
  width: 25.42%;
  aspect-ratio: 305 / 472;
  background-image: url(../img/recruit/sake-bottle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 2.5em;
}

.recruit .interview .interview-item:nth-child(even) figcaption {
  right: initial;
  left: 0;
}

.recruit .interview .name {
  font-size: 150%;
  margin-bottom: 1.33em;
  position: relative;
}

.recruit .interview .name::after {
  content: "";
  width: 1em;
  height: 1px;
  background-color: var(--c_text);
  position: absolute;
  bottom: -0.6em;
  left: 50%;
  transform: translateX(-50%);
}

.recruit .interview .name small {
  font-size: 66.67%;
}

.recruit .interview .department {
  font-size: 150%;
}

.recruit .interview .previous-job,
.recruit .interview .year-of-joining {
  margin-top: 1em;
}

.recruit .interview .qa-list dt {
  /* font-family: var(--font_Noto_Sans_JP); */
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 0.67em;
  display: flex;
  align-items: center;
  column-gap: 1.33em;
}

.recruit .interview .qa-list dt .q {
  color: #003b8c;
}

.recruit .interview .qa-list dd {
  /* font-family: var(--font_Noto_Sans_JP); */
  display: flex;
  align-items: center;
  column-gap: 2em;
}

.recruit .interview .qa-list dd:not(:last-child) {
  margin-bottom: 2.5em;
}

.recruit .interview .qa-list dd .a {
  font-size: 150%;
  font-weight: bold;
  color: #8c0000;
}

/** ------------------------ ceo-message ------------------------ **/
.recruit .ceo-message {
  background-color: var(--c_accent1);
  padding: 5.21% 0;
  margin-bottom: 7.81%;
}

.recruit .ceo-message .ceo-message-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.recruit .ceo-message .ceo-info {
  width: 30%;
}

.recruit .ceo-message .ceo-img {
  width: 100%;
  margin-bottom: 8.33%;
}

.recruit .ceo-message .position {
  line-height: 1.75;
  margin-bottom: 4.17%;
}

.recruit .ceo-message .ceo-name {
  font-size: 200%;
  font-weight: bold;
  line-height: 1;
}

.recruit .ceo-message .ceo-message-txt {
  width: 65.83%;
  /* font-family: var(--font_Noto_Sans_JP); */
}

.recruit .ceo-message .ceo-message-txt-ttl {
  font-size: 150%;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.67em;
}

.recruit .ceo-message .ceo-message-txt p + p {
  margin-top: 1.5em;
}

/** ------------------------ selection-process ------------------------ **/
.recruit .selection-process {
  margin-bottom: 8.85%;
}

.recruit .selection-process .selection-process-box {
  background-color: var(--c_white);
  /* font-family: var(--font_Noto_Sans_JP); */
}

.recruit .selection-process .selection-process-box + .selection-process-box {
  margin-top: 4.17%;
}

.recruit .selection-process .selection-process-subttl {
  font-size: 150%;
  font-weight: bold;
  text-align: center;
  padding: 0.6em 1em;
  border-bottom: 1px solid var(--c_border);
}

.recruit .selection-process .selection-process-list {
  display: grid;
  grid-template-columns: repeat(3, 10.4em);
  justify-content: center;
  gap: 2em 5em;
  padding: 5% 1em;
}

.recruit .selection-process .selection-process-item {
  font-size: 125%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  background-color: #eae0c6;
  border-radius: 5px;
  padding: 0.4em 0.5em;
  position: relative;
}

.recruit .selection-process .selection-process-item:not(:last-child)::after {
  content: "";
  width: 0.48em;
  height: 0.8em;
  background-image: url(../img/recruit/arrow-bent.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: -2.2em;
  transform: translateY(-50%);
}

/** ------------------------ job-description ------------------------ **/
.recruit .job-description .job-description-list {
  display: flex;
  flex-direction: column;
  row-gap: 2.5em;
}

.recruit .job-description .job-description-item {
  background-color: var(--c_white);
  padding: 8.33% 12.5%;
}

.recruit .job-description .job-description-item-ttl {
  font-size: 200%;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 4.22%;
}

.recruit .job-description .definition-list {
  /* font-family: var(--font_Noto_Sans_JP); */
  display: grid;
  grid-template-columns: 30.56% 1fr;
  border-top: 1px solid #eae0c6;
  margin-bottom: 5.56%;
}

.recruit .job-description .definition-list dt {
  border-bottom: 1px solid #eae0c6;
  padding: 1.15em 1em 0.85em 2.5em;
}

.recruit .job-description .definition-list dd {
  border-bottom: 1px solid #eae0c6;
  padding: 1.15em 0 0.85em;
}

.recruit .job-description .btn-entry {
  margin: 0 auto;
  padding: 0.85em 1.35em 0.7em 3.1em;
}

/** -------------------- タブレット -------------------- **/
@media (max-width: 1280px) {
  /** ------------------------ stats ------------------------ **/
  .recruit .stats .stats-list {
    grid-template-columns: repeat(2, 300px);
    justify-content: center;
  }

  /** ------------------------ interview ------------------------ **/
  .recruit .interview figcaption {
    width: 30%;
  }

  /** ------------------------ selection-process ------------------------ **/
  .recruit .selection-process .selection-process-list {
    gap: 2em;
  }

  .recruit .selection-process .selection-process-item:not(:last-child)::after {
    right: -1em;
  }
}

/** -------------------- スマホ -------------------- **/
@media (max-width: 699px) {
  /** ------------------------ recruit ------------------------ **/
  .recruit {
    margin-bottom: 50px;
  }

  .recruit .page-header {
    margin: 0;
  }

  .recruit .sec-ttl {
    font-size: 25px;
  }

  /** ------------------------ slogan ------------------------ **/
  .recruit .slogan {
    padding: 50px 0 100px;
  }

  .recruit .slogan::before {
    background-position: left -9em;
  }

  .recruit .slogan .slogan-ttl {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .recruit .slogan .slogan-txt {
    font-size: 20px;
    text-align: left;
  }

  /** ------------------------ work ------------------------ **/
  .recruit .work {
    margin-bottom: 50px;
  }

  .recruit .work .work-txt {
    margin-bottom: 50px;
  }

  .recruit .work .work-list {
    grid-template-columns: 1fr;
  }

  .recruit .work .work-item-ttl {
    font-size: 20px;
  }

  /** ------------------------ stats ------------------------ **/
  .recruit .stats {
    padding: 50px 0;
  }

  .recruit .stats .stats-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
  }

  .recruit .stats .stats-item-ttl {
    font-size: 18px;
  }

  .recruit .stats .number {
    font-size: 50px;
  }

  .recruit .stats .unit {
    font-size: 20px;
  }

  .recruit .stats .colon {
    font-size: 40px;
  }

  .recruit .stats .time {
    font-size: 14px;
  }

  .recruit .stats .note {
    margin-bottom: 100px;
  }

  .recruit .stats .alcohol-preference {
    width: 300px;
    margin: 0 auto;
    grid-template-columns: 1fr;
    justify-content: center;
    row-gap: 50px;
    padding: 50px;
    aspect-ratio: initial;
  }

  .recruit .stats .alcohol-preference-answer + .alcohol-preference-answer {
    border-left: none;
    border-top: 1px solid var(--c_text);
    padding-top: 50px;
  }

  .recruit .stats .alcohol-preference-ttl {
    font-size: 18px;
  }

  /** ------------------------ interview ------------------------ **/
  .recruit .interview {
    padding: 50px 0;
  }

  .recruit .interview .interview-list {
    row-gap: 100px;
  }

  .recruit .interview figure {
    margin-bottom: 50px;
  }

  .recruit .interview .interview-img {
    width: 100%;
  }

  .recruit .interview figcaption {
    width: 200px;
    position: initial;
    margin: 25px auto 0;
  }

  .recruit .interview .name {
    font-size: 16px;
  }

  .recruit .interview .name small {
    font-size: 14px;
  }

  .recruit .interview .department {
    font-size: 18px;
  }

  .recruit .interview .previous-job,
  .recruit .interview .year-of-joining {
    margin-top: 0.5em;
  }

  .recruit .interview .qa-list dt {
    font-size: 20px;
  }

  .recruit .interview .qa-list dd .a {
    font-size: 20px;
  }

  /** ------------------------ ceo-message ------------------------ **/
  .recruit .ceo-message {
    padding: 50px 0;
    margin-bottom: 50px;
  }

  .recruit .ceo-message .ceo-message-container {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 50px;
  }

  .recruit .ceo-message .ceo-info {
    width: 100%;
  }

  .recruit .ceo-message .ceo-img {
    width: 200px;
    margin: 0 auto 25px;
  }

  .recruit .ceo-message .ceo-info figcaption {
    width: fit-content;
    margin: 0 auto;
  }

  .recruit .ceo-message .position {
    margin-bottom: 10px;
  }

  .recruit .ceo-message .ceo-name {
    font-size: 25px;
  }

  .recruit .ceo-message .ceo-message-txt {
    width: 100%;
  }

  .recruit .ceo-message .ceo-message-txt-ttl {
    font-size: 20px;
  }

  /** ------------------------ selection-process ------------------------ **/
  .recruit .selection-process {
    margin-bottom: 100px;
  }

  .recruit .selection-process .selection-process-box + .selection-process-box {
    margin-top: 50px;
  }

  .recruit .selection-process .selection-process-subttl {
    font-size: 20px;
  }

  .recruit .selection-process .selection-process-list {
    grid-template-columns: 10.4em;
    padding: 25px;
  }

  .recruit .selection-process .selection-process-item:not(:last-child)::after {
    transform: rotate(90deg);
    top: 45px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .recruit .job-description .job-description-list {
    row-gap: 50px;
  }

  .recruit .job-description .job-description-item {
    padding: 25px 10px;
  }

  .recruit .job-description .job-description-item-ttl {
    font-size: 25px;
    margin-bottom: 25px;
  }

  .recruit .job-description .definition-list {
    grid-template-columns: 1fr;
    margin-bottom: 25px;
  }

  .recruit .job-description .definition-list dt {
    border-bottom: none;
    padding: 25px 0 25px;
  }

  .recruit .job-description .definition-list dd {
    padding: 0 0 25px;
  }
}
