@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%;
  }
}

#company {
  /* ==========================================================================
    Project: Message Section
  ========================================================================== */
  /* ==========================================================================
   Project: Message Section
   ========================================================================== */
}
#company .p-message {
  padding: 5.333333rem 0;
}
@media screen and (max-width: 568px) {
  #company .p-message {
    padding: 4rem 0;
  }
}
#company .p-message__inner {
  width: 100%;
  max-width: 69.333333rem;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
}
#company .p-message__title {
  margin-bottom: 2.666666rem;
}
#company .p-message__image {
  margin-bottom: 2.666666rem;
}
@media screen and (max-width: 768px) {
  #company .p-message__image {
    margin-bottom: 2rem;
  }
}
#company .p-message__text p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2.1;
  text-align: justify;
  margin-bottom: 1.667em;
}
@media screen and (max-width: 768px) {
  #company .p-message__text p {
    font-size: 1.066666rem;
    line-height: 1.8;
  }
}
#company .p-message__text p:last-child {
  margin-bottom: 0;
}
#company .p-message__sign {
  margin-top: 2.666666rem;
  text-align: right;
  line-height: 1.6;
}
#company .p-message__sign small {
  display: block;
  font-size: 1.066666rem;
  font-weight: 500;
}
#company .p-message__sign strong {
  display: block;
  font-size: 1.066666rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #company .p-message__sign {
    margin-top: 2rem;
  }
}
#company .p-infographic {
  background-color: #f2f2f2;
  padding-top: 5.333333rem;
  padding-bottom: 5.333333rem;
}
@media screen and (max-width: 568px) {
  #company .p-infographic {
    padding: 4rem 0;
  }
}
#company .p-infographic__inner {
  max-width: 73.333333rem;
}
#company .p-infographic__title {
  margin-bottom: 2.666666rem;
}
#company .p-infographic__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 2.666666rem;
}
@media screen and (max-width: 960px) {
  #company .p-infographic__list {
    gap: 1rem;
  }
}
@media screen and (max-width: 568px) {
  #company .p-infographic__list {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}
#company .p-infographic__item {
  background-color: #FFFFFF;
  border-radius: 1.066666rem;
}
#company .p-infographic__item:nth-child(1) .c-infographic__number--2Col {
  width: auto;
}
#company .p-infographic__item:nth-child(4) .c-infographic__number--2Col:nth-child(1) {
  text-align: left;
  padding-left: 2rem;
}
#company .p-infographic__item:nth-child(4) .c-infographic__number--2Col:nth-child(2) {
  text-align: right;
  padding-right: 1.2rem;
}
/*# sourceMappingURL=../_map/project/company.css.map */
