@charset "UTF-8";
/* **********************************
* BASE
* **********************************/
/* **********************************
* BREAK POINT
* **********************************/
/* **********************************
* COLOR
* **********************************/
/* **********************************
* GRADIENT
* **********************************/
/* **********************************
* TEXT
* **********************************/
/*
ユーティリティ系おまとめファイル
*/
.c-topicspath {
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 5px;
  text-align: left;
}
.c-topicspath li {
  display: inline-block;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .c-topicspath li {
    font-size: 0.7em;
  }
}
.c-topicspath li::after {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  display: inline-block;
  margin-left: 8px;
}
.c-topicspath li:last-child::after {
  content: none;
}

.l-lowerCaption {
  height: 16.666666rem;
  background-image: url(/recruit/inc/image/common/bg-wave.svg);
  background-repeat: no-repeat;
  background-position: 30.266666rem calc(100% + 1px);
  background-size: 79.866666rem auto;
  overflow: hidden;
  padding-inline: 2.666666rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption {
    height: 17.8rem;
    background-position: calc(100% + 22.230999rem) calc(100% + 1px);
    background-size: 69.252933rem auto;
    padding-inline: 2.694666rem;
  }
}
@media screen and (max-width: 568px) {
  .l-lowerCaption {
    height: 11.866666rem;
    background-position: calc(100% + 11rem) calc(100% + 1px);
    background-size: 34.266666rem auto;
    padding-inline: 1.333333rem;
  }
}
.l-lowerCaption__title {
  -ms-flex: none;
      flex: none;
  -ms-flex-order: 0;
      order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: start;
      align-items: flex-start;
  gap: 1.333333rem;
  color: #0041b4;
  line-height: 1;
}
.l-lowerCaption__title-main {
  font-weight: 700;
  font-size: 2.666666rem;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title-main {
    font-size: 1.866666rem;
  }
}
.l-lowerCaption__title-sub {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 960px) {
  .l-lowerCaption__title {
    width: 100%;
  }
}

#recruitinfo {
  /* ==========================================================================
   Project: Recruit Info
   ========================================================================== */
  /* ----------------------------------------------------------------
     New Graduate Block
  ---------------------------------------------------------------- */
}
#recruitinfo .p-recruitinfo {
  padding-top: 5.333333rem;
  padding-bottom: 1.333333rem;
}
@media screen and (max-width: 568px) {
  #recruitinfo .p-recruitinfo {
    padding-top: 4rem;
  }
}
#recruitinfo .p-recruitinfo__inner {
  width: 100%;
  max-width: 69.466666rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#recruitinfo .p-newgraduate__title {
  margin-bottom: 2.666666rem;
}
#recruitinfo .p-newgraduate__table {
  width: 100%;
  font-size: 1.066666rem;
  border-collapse: collapse;
}
#recruitinfo .p-newgraduate__table tr:nth-child(odd) {
  background-color: #f9f9f9;
}
#recruitinfo .p-newgraduate__table th,
#recruitinfo .p-newgraduate__table td {
  padding: 1.333333rem 2.333333rem;
  text-align: left;
  vertical-align: top;
  border: none;
}
@media screen and (max-width: 568px) {
  #recruitinfo .p-newgraduate__table th,
  #recruitinfo .p-newgraduate__table td {
    padding: 1rem 1.333333rem;
  }
}
#recruitinfo .p-newgraduate__table th {
  width: 16rem;
  font-weight: 700;
}
@media screen and (max-width: 568px) {
  #recruitinfo .p-newgraduate__table th {
    display: block;
    width: 100%;
    padding-bottom: 0.333333rem;
  }
}
#recruitinfo .p-newgraduate__table td {
  font-weight: 500;
  line-height: 1.8;
  color: #333;
}
@media screen and (max-width: 568px) {
  #recruitinfo .p-newgraduate__table td {
    display: block;
    padding-top: 0;
  }
}
@media screen and (max-width: 568px){
  #recruitinfo .p-recruitinfo__inner .c-cvArea__actions{
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    gap: 1.333333rem;
  }
}
/*# sourceMappingURL=../_map/project/recruitinfo.css.map */
