@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
.c-topicspath {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  bottom: 40px;
  right: 0; }
  @media screen and (max-width: 1024px) {
    .c-topicspath {
      bottom: 10px; } }
  .c-topicspath li {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #888888; }
    @media screen and (max-width: 768px) {
      .c-topicspath li {
        font-size: 0.7em; } }
    .c-topicspath li::after {
      content: "\f105";
      font-family: "Font Awesome 5 Free";
      font-weight: 600;
      display: inline-block;
      margin-left: 7px; }
    .c-topicspath li:last-child::after {
      content: none; }
    .c-topicspath li > a {
      color: inherit !important;
      position: relative; }
      .c-topicspath li > a::after {
        content: '';
        width: 0%;
        height: 1px;
        background-color: #888888;
        position: absolute;
        bottom: -3px;
        left: 0;
        transition: all 0.2s ease; }
      .c-topicspath li > a:hover::after {
        width: 100%; }

.l-lowerCaption {
  position: relative;
  width: 100%;
  height: 245px;
  background-color: #F3F4F5;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .l-lowerCaption {
      height: 180px; } }
  .l-lowerCaption::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #292E7F;
    position: absolute;
    top: 92px;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .l-lowerCaption::before {
        top: 72px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption::before {
        top: 69px; } }
  .l-lowerCaption__inner {
    max-width: 1170px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1200px) {
      .l-lowerCaption__inner {
        max-width: calc(100% - 30px); } }
  .l-lowerCaption__wrap {
    position: absolute;
    top: 80px;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .l-lowerCaption__wrap {
        top: 60px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__wrap {
        top: 58px; } }
  .l-lowerCaption__sub {
    text-align: left;
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    font-family: "Noto Serif", serif;
    color: #292E7F;
    background-color: #F3F4F5;
    line-height: 1;
    padding: 0 14px;
    position: relative;
    left: -8px; }
    @media screen and (max-width: 1200px) {
      .l-lowerCaption__sub {
        padding: 0 5px;
        left: 0; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__sub {
        font-size: 18px; } }
  .l-lowerCaption__title {
    color: #333333;
    text-align: left;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: start;
        align-items: flex-start;
    font-size: 42px;
    font-weight: 500;
    margin-top: -3px; }
    @media screen and (max-width: 1024px) {
      .l-lowerCaption__title {
        font-size: 30px; } }
    @media screen and (max-width: 568px) {
      .l-lowerCaption__title {
        font-size: 26px; } }

#recruit .p-mv {
  position: relative;
  overflow: hidden;
  margin: 0; }
  #recruit .p-mv__img {
    width: 100%;
    height: 530px; }
    #recruit .p-mv__img img {
      display: block;
      line-height: 1;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      font-family: "object-fit: cover; object-position: center;"; }
  #recruit .p-mv__wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  #recruit .p-mv__sub {
    display: block;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF; }
  #recruit .p-mv__title {
    position: relative;
    text-align: center;
    display: block;
    width: 100%; }
    #recruit .p-mv__title::before, #recruit .p-mv__title::after {
      content: '';
      display: block;
      width: calc(50% - 170px/2);
      height: 2px;
      background-color: #FFFFFF;
      position: absolute;
      top: 55%;
      transform: translateY(-50%); }
    #recruit .p-mv__title::before {
      left: 0; }
    #recruit .p-mv__title::after {
      right: 0; }
    #recruit .p-mv__title > span {
      color: #FFFFFF;
      display: inline-block;
      font-size: 40px;
      font-weight: 400;
      padding: 0 45px; }

#recruit .c-topicspath {
  color: #333333;
  position: static;
  padding: 11px 0 15px; }
  @media screen and (max-width: 1200px) {
    #recruit .c-topicspath {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 768px) {
    #recruit .c-topicspath {
      padding-left: 15px;
      padding-right: 15px; } }
  #recruit .c-topicspath > li {
    color: #333333; }

#recruit #wrapper {
  padding: 0; }
  @media screen and (max-width: 1200px) {
    #recruit #wrapper {
      padding: 60px 0 0; } }

#recruit .p-about {
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 1200px) {
    #recruit .p-about__title {
      padding: 0 15px; } }
  #recruit .p-about__section {
    position: relative; }
    #recruit .p-about__section::before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      width: calc(1170px + 40px * 2);
      height: 340px;
      background-color: #F3F4F5;
      z-index: 1; }
      @media screen and (max-width: 1200px) {
        #recruit .p-about__section::before {
          width: 100%;
          height: 450px; } }
    #recruit .p-about__section-inner {
      position: relative;
      z-index: 2;
      padding-top: 80px; }
  #recruit .p-about__heading {
    position: relative; }
    #recruit .p-about__heading::before {
      content: '';
      width: 100vw;
      height: 1px;
      display: block;
      background-color: #292E7F;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 1; }
    #recruit .p-about__heading > span {
      display: inline-block;
      background-color: #F3F4F5;
      position: relative;
      z-index: 2;
      padding: 0 20px; }
  #recruit .p-about__mainImg {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 40px; }
    @media screen and (max-width: 568px) {
      #recruit .p-about__mainImg {
        margin-top: 40px; } }

#recruit .p-works__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    #recruit .p-works__head {
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: start;
          align-items: flex-start; } }
  #recruit .p-works__head p {
    -ms-flex-positive: 1;
        flex-grow: 1; }

#recruit .p-works__heading {
  margin-bottom: 0;
  -ms-flex: 0 0 200px;
      flex: 0 0 200px; }
  @media screen and (max-width: 1024px) {
    #recruit .p-works__heading {
      -ms-flex: 0 0 180px;
          flex: 0 0 180px; } }
  @media screen and (max-width: 768px) {
    #recruit .p-works__heading {
      margin-bottom: 10px;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; } }

#recruit .p-works__list {
  margin-bottom: -60px; }

#recruit .p-works__item {
  margin-bottom: 30px; }

#recruit .p-works__thumb {
  margin-bottom: 10px;
  width: 100%; }

#recruit .p-education__desc {
  padding-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    #recruit .p-education__desc {
      padding-bottom: 0; } }

@media screen and (max-width: 768px) {
  #recruit .p-education__list {
    margin-top: 20px; } }

#recruit .p-education__list-item {
  margin-bottom: 25px; }
  @media screen and (max-width: 768px) {
    #recruit .p-education__list-item {
      margin-bottom: 15px; } }
  #recruit .p-education__list-item:last-child {
    margin-bottom: 0; }

/*# sourceMappingURL=../_map/page/recruit.css.map */
