@charset "UTF-8";
:root {
  --header-height: 8.8rem;
  --header-height_sp: 6rem;
  --main-position: center;
  --main-lh: 1.5;
}

/* webfont ------------------------------------------------------------ */
/* cleafix ------------------------------------------------------------ */
.u-cf {
  *zoom: 1;
}
.u-cf:after {
  content: "";
  display: block;
  clear: both;
}

/***************************************************
  recruit.css
***************************************************/
.c-requirements {
  margin-top: 6rem;
}
.c-requirements__overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5rem;
}
.c-requirements__overview .item:not(:first-child) {
  margin-top: 10rem;
}
.c-requirements__overview .item .item__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12.5rem;
  padding: 0 3rem;
  background-color: #F5E7E7;
}
.c-requirements__overview .item .item__title header {
  font-size: 2rem;
  font-weight: 600;
}
.c-requirements__overview .item .item__title header .title {
  color: #DD333E;
}
.c-requirements__overview .item .item__title header .job_type {
  margin-top: 1.2rem;
}
.c-requirements__overview .item .item__title .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  width: 18rem;
  height: 6rem;
  padding: 2rem;
  border: 1px solid #E7ECF5;
  border-radius: 6em;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  text-decoration: none;
}
.c-requirements__overview .item .item__title .link::after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background: url(/assets/img/common/icon_arrow04.svg) 50% 50%/contain no-repeat;
}
.c-requirements__overview .item .item__text {
  margin-top: 4rem;
  padding: 0 2.5rem;
}
.c-requirements__overview .item .item__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 4rem;
  padding-left: 2.5rem;
}
.c-requirements__overview .item .item__detail .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c-requirements__overview .item .item__detail .table01 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.c-requirements__overview .item .item__detail .table01 table {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
}
.c-requirements__overview .item .item__detail .table01 table th,
.c-requirements__overview .item .item__detail .table01 table td {
  padding: 2rem 0;
  border-bottom: 1px solid #C8CDD5;
}
.c-requirements__overview .item .item__detail .table01 table th {
  min-width: 12rem;
  font-weight: 600;
}
.c-requirements__overview .item .item__detail .table01 table th > span {
  display: inline-block;
  padding: 1rem;
  background-color: #E3E3E3;
  line-height: 1;
}
.c-requirements__overview .item .item__detail .table01 table td {
  vertical-align: middle;
}
.c-requirements__overview .item .item__detail .table01 table td b,
.c-requirements__overview .item .item__detail .table01 table td .salary {
  font-size: 1.8rem;
  font-weight: 600;
}
.c-requirements__overview .item .item__detail .table01 table td .notice > p {
  margin-top: 2rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-requirements__overview .item .item__detail .table01 table td .notice > p::before {
  content: "※";
  margin-right: 0.3em;
}
.c-requirements__overview .item .c-requirements__link .button {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
}
.c-requirements__overview .item .c-requirements__link .button > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 26rem;
}
.c-requirements__link .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 8rem;
}
.c-requirements__link .button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 64rem;
  height: 9rem;
  padding: 1rem 3.5rem;
  border-radius: 999em;
  background: #DD333E;
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
}
.c-requirements__link .button > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background: url(/assets/img/common/icon_arrow01.svg) 50% 50%/contain no-repeat;
}
.c-requirements__info {
  margin-top: 10rem;
}
.c-requirements__info .title01 {
  margin-bottom: 6rem;
  border-bottom: 2px solid #DD333E;
  color: #DD333E;
  font-size: 3rem;
  font-weight: 600;
}
.c-requirements__info .list01 table th,
.c-requirements__info .list01 table td {
  padding: 2rem 0;
  border-bottom: 1px solid #C8CDD5;
}
.c-requirements__info .list01 table th {
  min-width: 8em;
  font-weight: 600;
}
.c-requirements__info .list01 table th > span {
  display: inline-block;
  padding: 1rem;
  background-color: #E3E3E3;
  line-height: 1;
}
.c-requirements__info .list01 table td {
  padding-left: 2rem;
  vertical-align: middle;
}
.c-requirements__info .list01 table td p + P {
  margin-top: 1.5rem;
}
.c-requirements__info .list01 table td b,
.c-requirements__info .list01 table td .salary {
  font-size: 1.8rem;
  font-weight: 600;
}
.c-requirements__info .list01 table td .notice > p {
  margin-top: 2rem;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.c-requirements__info .list01 table td .notice > p::before {
  content: "※";
  margin-right: 0.3em;
}
.c-requirements__info .link__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 6rem;
}
.c-requirements__info .link__button > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 26rem;
  height: 8rem;
  padding: 1rem 4rem;
  border-radius: 8rem;
  background: #3E6AC3;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
.c-requirements__info .link__button > a::after {
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 2.2rem;
  background: url(/assets/img/common/icon_arrow06.svg) 50% 50%/contain no-repeat;
}

@media only screen and (max-width: 599px) {
  .c-requirements {
    margin-top: 3rem;
  }
  .c-requirements__overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.5rem;
  }
  .c-requirements__overview .item:not(:first-child) {
    margin-top: 3rem;
  }
  .c-requirements__overview .item .item__title {
    display: block;
    height: auto;
    padding: 1rem;
  }
  .c-requirements__overview .item .item__title header {
    font-size: 1.8rem;
  }
  .c-requirements__overview .item .item__title header .title {
    font-size: 1.6rem;
  }
  .c-requirements__overview .item .item__title header .job_type {
    margin-top: 1rem;
  }
  .c-requirements__overview .item .item__title .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 15rem;
    height: 5rem;
    margin-top: 0.5rem;
    margin-left: auto;
    padding: 0 2rem;
    font-size: 1.6rem;
  }
  .c-requirements__overview .item .item__title .link::after {
    width: 1.6rem;
    height: 1.6rem;
  }
  .c-requirements__overview .item .item__text {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .c-requirements__overview .item .item__detail {
    display: block;
    margin-top: 2rem;
    padding-left: 0;
  }
  .c-requirements__overview .item .item__detail .image {
    margin-bottom: 3rem;
  }
  .c-requirements__overview .item .item__detail .table01 table th,
  .c-requirements__overview .item .item__detail .table01 table td {
    padding: 1rem 0;
  }
  .c-requirements__overview .item .item__detail .table01 table th {
    min-width: 10rem;
    padding-right: 1rem;
  }
  .c-requirements__overview .item .item__detail .table01 table th > span {
    display: inline-block;
    padding: 1rem;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .c-requirements__overview .item .item__detail .table01 table td {
    font-size: 1.4rem;
  }
  .c-requirements__overview .item .item__detail .table01 table td b,
  .c-requirements__overview .item .item__detail .table01 table td .salary {
    font-size: 1.6rem;
  }
  .c-requirements__overview .item .item__detail .table01 table td .notice > p {
    margin-top: 1rem;
  }
  .c-requirements__overview .item .c-requirements__link .button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem;
  }
  .c-requirements__overview .item .c-requirements__link .button > a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 32rem;
  }
  .c-requirements__overview .link__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 6rem;
  }
  .c-requirements__overview .link__button > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26rem;
    height: 8rem;
    padding: 1rem 4rem;
    border-radius: 8rem;
    background: #3E6AC3;
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    text-decoration: none;
  }
  .c-requirements__overview .link__button > a::after {
    content: "";
    display: inline-block;
    width: 2.2rem;
    height: 2.2rem;
    background: url(/assets/img/common/icon_arrow06.svg) 50% 50%/contain no-repeat;
  }
  .c-requirements__link .button {
    margin-top: 4rem;
  }
  .c-requirements__link .button > a {
    width: 85%;
    height: 8rem;
    padding: 1rem 2rem 1rem 0;
    font-size: 1.8rem;
  }
  .c-requirements__link .button > a::after {
    right: 3rem;
    width: 1.8rem;
    height: 1.8rem;
  }
  .c-requirements__info {
    margin-top: 5rem;
  }
  .c-requirements__info .title01 {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .c-requirements__info .list01 table {
    font-size: 1.4rem;
  }
  .c-requirements__info .list01 table th,
  .c-requirements__info .list01 table td {
    padding: 1rem 0;
  }
  .c-requirements__info .list01 table th {
    min-width: 8em;
  }
  .c-requirements__info .list01 table td {
    padding-left: 1rem;
    vertical-align: middle;
  }
  .c-requirements__info .list01 table td p + P {
    margin-top: 1rem;
  }
  .c-requirements__info .link {
    margin-top: 2rem;
  }
  .c-requirements__info .link__button {
    margin-top: 3rem;
  }
  .c-requirements__info .link__button > a {
    width: 26rem;
    height: 6rem;
    padding: 1rem 4rem;
    font-size: 1.8rem;
  }
}
.p-entry {
  padding: 9rem 0;
  background: url(/assets/img/recruit/entry_bg.jpg) 50% 0/cover no-repeat;
}
.p-entry__title01 {
  margin-bottom: 5rem;
  color: #3F6AC4;
  font-size: 13rem;
  font-family: "YakuHanJPs", "Roboto", "Helvetica Neue", "Arial", system-ui, -apple-system, sans-serif;
  font-weight: 600;
  text-align: center;
}
.p-entry__button01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10rem;
  margin-top: 5rem;
}
.p-entry__button01 .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 50rem;
  height: 12rem;
  border-radius: 10rem;
  background-color: #3F6AC4;
  color: #fff;
  font-size: 3rem;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-entry__button01 .button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6rem;
  height: 6rem;
  border-radius: 100%;
  background: #fff url(/assets/img/common/icon_arrow02.svg) 50% 50%/2.1rem auto no-repeat;
}
.p-entry__button01 .button:first-child {
  background-color: #262626;
}
.p-entry__button01 .button:first-child::before {
  background-image: url(/assets/img/common/icon_arrow02_b.svg);
}

@media only screen and (max-width: 599px) {
  .p-entry {
    padding: 6rem 0;
    background: url(/assets/img/recruit/entry_bg.jpg) 50% 0/cover no-repeat;
  }
  .p-entry__title01 {
    margin-bottom: 4rem;
    font-size: 5rem;
  }
  .p-entry__button01 {
    display: block;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
    margin-top: 3rem;
  }
  .p-entry__button01 .button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    height: 6rem;
    border-radius: 6rem;
    background-color: #3F6AC4;
    color: #fff;
    font-size: 1.8rem;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .p-entry__button01 .button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 3rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background: #fff url(/assets/img/common/icon_arrow02.svg) 50% 50%/1.5rem auto no-repeat;
  }
  .p-entry__button01 .button:first-child {
    margin-bottom: 2rem;
    background-color: #262626;
  }
  .p-entry__button01 .button:first-child::before {
    background-image: url(/assets/img/common/icon_arrow02_b.svg);
  }
}
/* #service.index
------------------------------------------------------------ */
#recruit.index .p-contents {
  background-color: #3F6AC4;
}
#recruit.index .p-contents::after {
  content: "";
  display: block;
  width: 100%;
  height: 14.6rem;
  margin-top: 10rem;
  background: #fff url(/assets/img/recruit/02_bg01.svg) 50% 0/100% 100% no-repeat;
}
#recruit.index .p-contents .u-container {
  width: 164rem;
}
#recruit.index .p-contents__list .item {
  margin-top: 14rem;
}
#recruit.index .p-contents__list .item > a {
  position: relative;
}
#recruit.index .p-contents__list .item > a:hover {
  text-decoration: none;
}
#recruit.index .p-contents__list .item > a:hover .item__text .link {
  text-decoration: underline;
}
#recruit.index .p-contents__list .item > a:hover .item__text .link::after {
  -webkit-transform: translateX(1rem);
          transform: translateX(1rem);
}
#recruit.index .p-contents__list .item > a:hover .item__image {
  opacity: 0.8;
}
#recruit.index .p-contents__list .item .item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 55rem;
  position: relative;
  z-index: 2;
}
#recruit.index .p-contents__list .item .item__text > p {
  line-height: 1;
}
#recruit.index .p-contents__list .item .item__text > p span {
  display: inline-block;
  padding: 2rem;
  background-color: #fff;
  font-size: 4rem;
}
#recruit.index .p-contents__list .item .item__text > p:not(:first-child) {
  margin-top: 2rem;
}
#recruit.index .p-contents__list .item .item__text .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5rem;
  color: #fff;
  font-size: 3.5rem;
  font-weight: 600;
}
#recruit.index .p-contents__list .item .item__text .link::after {
  content: "";
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-left: 2rem;
  background: url(/assets/img/common/icon_arrow04.svg) 50% 50%/contain no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#recruit.index .p-contents__list .item .item__image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#recruit.index .p-contents__list .item .item__image img {
  height: 55rem;
}
#recruit.index .p-contents__list .item:nth-child(even) .item__text {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#recruit.index .p-contents__list .item:nth-child(even) .item__text > p {
  text-align: right;
}
#recruit.index .p-contents__list .item:nth-child(even) .item__image {
  right: auto;
  left: 0;
}
/* #service.single
------------------------------------------------------------ */
#recruit.single .l-topicsPath li:last-child {
  visibility: hidden;
}/*# sourceMappingURL=recruit.css.map */