.p-section-keyvisual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.p-section-keyvisual__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-section-keyvisual__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: top left/100% 100% no-repeat;
}
.p-section-keyvisual__banner {
  display: block;
}
.p-section-keyvisual__title {
  position: relative;
  z-index: 1;
}
.p-section-keyvisual__title-wrapper {
  margin: 0;
}
@media print, screen and (width >= 768px) {
  .p-section-keyvisual {
    min-height: 1013px;
    margin-top: -125px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  }
  .p-section-keyvisual__image::before {
    background-image: url("../img/recruit/keyvisual_overlay.svg");
  }
  .p-section-keyvisual__banner {
    position: absolute;
    right: 0;
    bottom: 25px;
    width: 441px;
  }
  .p-section-keyvisual__title {
    width: 69.5%;
    margin-bottom: 147px;
    margin-left: 5px;
  }
  .p-section-keyvisual__title-wrapper {
    position: relative;
    padding-top: 44.3645083933%;
  }
  .p-section-keyvisual__title-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .p-section-keyvisual__slogan {
    position: absolute;
    z-index: 11;
    top: 0;
    left: 5px;
    height: 100%;
    overflow: hidden;
  }
  .p-section-keyvisual__slogan-track {
    margin-top: 125px;
    color: #fff;
    font-family: "Chogokuboso Gothic", sans-serif;
    font-size: 0.49rem;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media screen and (768px <= width < 1370px) {
  .p-section-keyvisual__banner {
    width: 31%;
  }
  .p-section-keyvisual__title {
    margin-bottom: 180px;
  }
}
@media screen and (width < 768px) {
  .p-section-keyvisual {
    min-height: 7.2rem;
    margin-top: 0.88rem;
  }
  .p-section-keyvisual__image::before {
    background-image: url("../img/recruit/sp/keyvisual_overlay.svg");
  }
  .p-section-keyvisual__title {
    position: relative;
    left: -0.02rem;
    width: 3.32rem;
    margin-bottom: 0.44rem;
  }
}

@media print, screen and (width >= 768px) {
  .c-section-cityscape {
    height: 586px;
  }
}
@media screen and (width < 768px) {
  .c-section-cityscape {
    height: 2.46rem;
  }
}

@media screen and (width < 768px) {
  .c-section-parallax {
    top: 0.88rem;
  }
}

.p-section-requirements {
  position: relative;
  background-color: #fff;
}
@media print, screen and (width >= 768px) {
  .p-section-requirements {
    padding: 177px 0 159px;
  }
  .p-section-requirements::before, .p-section-requirements::after {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: -15px;
    width: 110px;
    height: 335px;
    background: center/100% auto no-repeat;
  }
  .p-section-requirements::before {
    left: 134px;
    background-image: url("../img/recruit/decoration_requirement_01.svg");
  }
  .p-section-requirements::after {
    right: 134px;
    background-image: url("../img/recruit/decoration_requirement_02.svg");
  }
  .p-section-requirements .c-heading--primary {
    margin-bottom: 55px;
  }
}
@media screen and (768px <= width < 1280px) {
  .p-section-requirements {
    padding-bottom: 360px;
  }
}
@media screen and (width < 768px) {
  .p-section-requirements {
    padding: 0.61rem 0.03rem 0.87rem 0.08rem;
  }
  .p-section-requirements .c-heading--primary {
    margin-bottom: 0.42rem;
  }
}

.p-section-questions {
  position: relative;
  background-color: #fff;
}
.p-section-questions::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 30, 30, 0.03);
  pointer-events: none;
}
.p-section-questions__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.p-section-questions__item {
  position: relative;
}
.p-section-questions__item-question, .p-section-questions__item-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.p-section-questions__item-question {
  position: relative;
  cursor: pointer;
}
.p-section-questions__item-question::before {
  content: "";
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  background: url("../img/recruit/icon_accordion.svg") center/100% auto no-repeat;
}
.p-section-questions__item-question.is-active::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.p-section-questions__item-content {
  display: none;
}
.p-section-questions__question-icon, .p-section-questions__answer-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.p-section-questions__question-text, .p-section-questions__answer-text {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.p-section-questions__question-text {
  font-weight: 700;
}
.p-section-questions__answer-text {
  font-weight: 500;
}
@media print, screen and (width >= 768px) {
  .p-section-questions {
    padding: 96px 0 142px;
  }
  .p-section-questions .c-heading--primary {
    margin-bottom: 125px;
  }
  .p-section-questions__list {
    gap: 40px;
  }
  .p-section-questions__item {
    padding-bottom: 17px;
    border-bottom: 1px solid #181818;
  }
  .p-section-questions__item-question::before {
    top: 50%;
    width: 29px;
    height: 29px;
    margin-top: -15px;
    background-size: 29px 29px;
  }
  .p-section-questions__item-answer {
    padding-top: 9px;
  }
  .p-section-questions__question-icon, .p-section-questions__answer-icon {
    width: 66px;
    margin-right: 56px;
  }
  .p-section-questions__question-text {
    top: 16px;
    padding-right: 40px;
    font-size: 0.25rem;
    line-height: 1.4;
  }
  .p-section-questions__answer-text {
    top: 8px;
    padding-right: 333px;
    font-size: 0.2rem;
    line-height: 1.385;
  }
}
@media screen and (768px <= width < 1280px) {
  .p-section-questions__answer-text {
    padding-right: 100px;
  }
}
@media screen and (width < 768px) {
  .p-section-questions {
    padding: 0.55rem 0 0.68rem;
  }
  .p-section-questions .c-heading--primary {
    margin-bottom: 0.55rem;
    margin-left: 0.08rem;
  }
  .p-section-questions__list {
    gap: 0.26rem;
    margin-left: -0.05rem;
  }
  .p-section-questions__item {
    padding-bottom: 0.15rem;
  }
  .p-section-questions__item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.05rem;
    width: 3.38rem;
    height: 1px;
    border-bottom: 1px solid #181818;
  }
  .p-section-questions__item-question::before {
    top: 50%;
    right: 0.08rem;
    width: 0.19rem;
    height: 0.19rem;
    margin-top: 0.05rem;
  }
  .p-section-questions__item-answer {
    padding-top: 0.15rem;
  }
  .p-section-questions__question-icon, .p-section-questions__answer-icon {
    width: 0.45rem;
    margin-right: 0.14rem;
  }
  .p-section-questions__question-text {
    top: 0.1rem;
    padding-right: 0.2rem;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .p-section-questions__answer-text {
    top: 0;
    padding-right: 0.33rem;
    font-size: 0.16rem;
    line-height: 1.73125;
  }
}

.p-section-about {
  background-color: #fff;
}
.p-section-about__heading {
  position: relative;
  color: #d71e1e;
  font-weight: 700;
}
.p-section-about__heading::before, .p-section-about__heading::after {
  content: "";
  position: absolute;
  border-color: #d71e1e;
}
.p-section-about__heading::before {
  -webkit-transform: rotate(-34deg);
  -ms-transform: rotate(-34deg);
  transform: rotate(-34deg);
  border-right: 0.02rem solid;
}
.p-section-about__heading::after {
  -webkit-transform: rotate(34deg);
  -ms-transform: rotate(34deg);
  transform: rotate(34deg);
  border-left: 0.02rem solid;
}
.p-section-about__list {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.p-section-about__item:last-child {
  margin-bottom: 0;
}
.p-section-about__text {
  margin-bottom: 0;
  font-weight: 500;
  letter-spacing: 0.1em;
}
@media print, screen and (width >= 768px) {
  .p-section-about {
    padding: 138px 0 80px;
  }
  .p-section-about__photo {
    width: 527px;
    margin: 74px 89px 0 -3px;
  }
  .p-section-about__heading {
    padding: 0 53px 0 40px;
    font-size: 0.35rem;
    line-height: 1.1428571429;
    text-align: center;
  }
  .p-section-about__heading::before, .p-section-about__heading::after {
    top: 14px;
    width: 48px;
    height: 48px;
  }
  .p-section-about__heading::before {
    left: -24px;
  }
  .p-section-about__heading::after {
    right: -11px;
  }
  .p-section-about__item {
    margin-bottom: 54px;
  }
  .p-section-about__text {
    font-size: 0.25rem;
    line-height: 1.8;
  }
  .p-section-about .c-text--attention {
    font-size: 0.3rem;
  }
}
@media print, screen and (width >= 1280px) {
  .p-section-about .l-wrapper {
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
  }
  .p-section-about__photo {
    grid-area: 1/1/3/2;
  }
  .p-section-about__heading {
    grid-area: 1/2/2/3;
    margin-bottom: -14px;
  }
  .p-section-about__list {
    grid-area: 2/2/3/3;
  }
}
@media screen and (768px <= width < 1280px) {
  .p-section-about__photo, .p-section-about__heading {
    margin-bottom: 40px;
  }
  .p-section-about__photo {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (width < 1279.99px) {
  .p-section-about__heading {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .p-section-about__list {
    text-align: center;
  }
}
@media screen and (width < 768px) {
  .p-section-about {
    padding: 0.38rem 0 0.7rem;
  }
  .p-section-about__photo {
    width: 2.64rem;
    margin: 0 -0.2rem 0.51rem auto;
  }
  .p-section-about__heading {
    margin-bottom: 0.52rem;
    padding-left: 0.03rem;
    font-size: 0.22rem;
    line-height: 1.8181818182;
  }
  .p-section-about__heading::before, .p-section-about__heading::after {
    top: 0.15rem;
    width: 0.3rem;
    height: 0.3rem;
  }
  .p-section-about__heading::before {
    top: 0.2rem;
    left: -0.39rem;
  }
  .p-section-about__heading::after {
    right: -0.49rem;
  }
  .p-section-about__item {
    margin-bottom: 0.16rem;
  }
  .p-section-about__text {
    font-size: 0.18rem;
    line-height: 1.9444444444;
  }
  .p-section-about .c-text--attention {
    font-size: 0.2rem;
  }
}

.p-section-types {
  position: relative;
  background-color: #fff;
}
.p-section-types::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 30, 30, 0.03);
  pointer-events: none;
}
.p-section-types__list, .p-section-types__button-wrapper {
  padding-left: 0;
  list-style: none;
}
.p-section-types__item {
  position: relative;
  width: 2.74rem;
}
.p-section-types__item::before {
  content: "";
  position: absolute;
  z-index: 1;
  background-color: #d71e1e;
}
.p-section-types__item:nth-child(even)::before {
  background-color: #3d87de;
}
.p-section-types__item:nth-child(even) .p-section-types__card-button {
  background-color: #3d87de;
}
.p-section-types__card {
  display: block;
  position: relative;
  z-index: 2;
  background-color: #fff;
  text-decoration: none;
}
.p-section-types__card:hover .p-section-types__card-button {
  background: #fff;
  color: #181818;
}
.p-section-types__card:hover .p-section-types__card-button::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.p-section-types__card:hover .p-section-types__card-button::after {
  border-color: #181818;
  opacity: 1;
}
.p-section-types__card:hover .p-section-types__card-button .p-section-types__card-button-text::after {
  background-image: url("../img/common/btn_decor_03.svg");
}
.p-section-types__card:hover .p-section-types__card-photo {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.p-section-types__card--blue:hover .p-section-types__card-button .p-section-types__card-button-text::after {
  background: url("../img/common/btn_decor_04.svg") no-repeat center center/100% auto;
}
.p-section-types__card-badge, .p-section-types__card-title {
  font-weight: 500;
}
.p-section-types__card-badge {
  display: inline-block;
  position: relative;
}
.p-section-types__card-badge::before, .p-section-types__card-badge::after {
  content: "";
  position: absolute;
  border-color: #000;
}
.p-section-types__card-badge::before {
  border-right: 1px solid;
}
.p-section-types__card-badge::after {
  border-left: 1px solid;
}
.p-section-types__card-photo {
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-section-types__card-title {
  text-align: center;
}
.p-section-types__card-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  overflow: hidden;
  -webkit-transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: color 0.7s cubic-bezier(0.19, 1, 0.22, 1), background 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: #d71e1e;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-decoration: none;
}
.p-section-types__card-button::before, .p-section-types__card-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.p-section-types__card-button::before {
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  border-radius: inherit;
  background: #fff;
}
.p-section-types__card-button::after {
  z-index: 1;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  border: 1px solid #181818;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
}
.p-section-types__card-button .p-section-types__card-button-text {
  position: relative;
  z-index: 3;
  width: 100%;
}
.p-section-types__card-button .p-section-types__card-button-text::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
  background: url("../img/common/btn_decor_03_on.svg") no-repeat center center/100% auto;
}
@media print, screen and (width >= 768px) {
  .p-section-types {
    padding: 175px 0 152px;
  }
  .p-section-types .c-heading--primary {
    margin-bottom: 102px;
    padding-left: 45px;
  }
  .p-section-types__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 34px;
    margin-bottom: 112px;
  }
  .p-section-types__card {
    clip-path: polygon(100% 0, 100% calc(100% - 32px), calc(100% - 22px) 100%, 0 100%, 0 37px, 28px 0);
    padding: 37px 5px 25px;
  }
  .p-section-types__item::before {
    inset: -4px;
    clip-path: polygon(100% 0, 100% calc(100% - 34px), calc(100% - 23px) 100%, 0 100%, 0 38px, 29px 0);
  }
  .p-section-types__card-badge {
    margin-bottom: 26px;
    margin-left: 58px;
    -webkit-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    transform: rotate(-7deg);
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .p-section-types__card-badge::before {
    top: 17px;
    left: -61px;
    width: 45px;
    height: 45px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .p-section-types__card-badge::after {
    top: 10px;
    right: -75px;
    width: 49px;
    height: 49px;
    -webkit-transform: rotate(32deg);
    -ms-transform: rotate(32deg);
    transform: rotate(32deg);
  }
  .p-section-types__card-photo {
    width: 200px;
    margin-bottom: 15px;
  }
  .p-section-types__card-title {
    margin-bottom: 14px;
    font-size: 0.2rem;
    line-height: 2;
  }
  .p-section-types__button-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 88px;
  }
  .p-section-types__button-item .c-button--secondary {
    min-width: 353px;
    min-height: 75px;
    padding: 7px 24px 6px 29px;
  }
  .p-section-types__button-item .p-section-types__card-button-text {
    padding-top: 5px;
    padding-left: 25px;
  }
  .p-section-types__button-item .p-section-types__card-button-text::before,
  .p-section-types__button-item .p-section-types__card-button-text::after {
    margin-top: -13px;
  }
  .p-section-types__card-button {
    width: 202px;
    min-height: 32px;
    border-radius: 29px;
    font-size: 0.16rem;
  }
  .p-section-types__card-button .p-section-types__card-button-text {
    padding: 3px 45px 5px 20px;
  }
  .p-section-types__card-button .p-section-types__card-button-text::after {
    width: 38px;
    height: 13px;
    margin-top: -6px;
    margin-right: 8px;
  }
}
@media screen and (768px <= width < 1280px) {
  .p-section-types__list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (width < 768px) {
  .p-section-types {
    padding: 0.65rem 0 0.38rem;
  }
  .p-section-types .c-heading--primary {
    margin-bottom: 0.58rem;
    margin-left: 0.07rem;
    padding-left: 0.3rem;
  }
  .p-section-types__list {
    margin-bottom: 0;
  }
  .p-section-types__card {
    clip-path: polygon(100% 0, 100% calc(100% - 0.26rem), calc(100% - 0.22rem) 100%, 0 100%, 0 0.3rem, 0.28rem 0);
    padding: 0.23rem 0.05rem 0.25rem;
  }
  .p-section-types__item {
    margin: 0 auto 0.46rem;
  }
  .p-section-types__item::before {
    inset: -0.035rem;
    clip-path: polygon(100% 0, 100% calc(100% - 0.27rem), calc(100% - 0.23rem) 100%, 0 100%, 0 0.31rem, 0.29rem 0);
  }
  .p-section-types__card-badge {
    margin-bottom: 0.08rem;
    margin-left: 0.53rem;
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    transform: rotate(-4deg);
    font-size: 0.16rem;
  }
  .p-section-types__card-badge::before {
    top: 0.18rem;
    left: -0.46rem;
    width: 0.29rem;
    height: 0.29rem;
    -webkit-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    transform: rotate(-47deg);
  }
  .p-section-types__card-badge::after {
    top: 0.08rem;
    right: -0.56rem;
    width: 0.31rem;
    height: 0.31rem;
    -webkit-transform: rotate(29deg);
    -ms-transform: rotate(29deg);
    transform: rotate(29deg);
  }
  .p-section-types__card-photo {
    width: 1.65rem;
    margin-bottom: 0.1rem;
  }
  .p-section-types__card-title {
    margin-bottom: 0.11rem;
    font-size: 0.2rem;
    line-height: 1.75;
  }
  .p-section-types__button-item .c-button--secondary {
    min-width: 3.53rem;
    min-height: 0.75rem;
    padding: 0.08rem 0.24rem 0.08rem 0.29rem;
  }
  .p-section-types__button-item .p-section-types__card-button-text {
    padding-top: 0.05rem;
    padding-left: 0.25rem;
  }
  .p-section-types__button-item .p-section-types__card-button-text::before,
  .p-section-types__button-item .p-section-types__card-button-text::after {
    margin-top: -0.13rem;
  }
  .p-section-types__card-button {
    width: 2.02rem;
    min-height: 0.32rem;
    border-radius: 0.29rem;
    font-size: 0.16rem;
  }
  .p-section-types__card-button .p-section-types__card-button-text {
    padding: 0.04rem 0.45rem 0.04rem 0.16rem;
  }
  .p-section-types__card-button .p-section-types__card-button-text::after {
    width: 0.38rem;
    height: 0.13rem;
    margin-top: -0.06rem;
    margin-right: 0.08rem;
  }
}

.p-section-introduce {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
}
.p-section-introduce::before, .p-section-introduce::after {
  content: "";
  position: absolute;
  background: center/100% auto no-repeat;
}
.p-section-introduce__head {
  position: relative;
  color: rgba(215, 30, 30, 0.12);
  font-family: "all-round-gothic", sans-serif;
  font-weight: 500;
  line-height: 1;
}
.p-section-introduce__head-track {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-animation: scroll-horizontal 20s linear infinite;
  animation: scroll-horizontal 20s linear infinite;
  white-space: nowrap;
}
.p-section-introduce__content {
  margin: 0;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (width >= 768px) {
  .p-section-introduce {
    padding: 38px 0 100px;
  }
  .p-section-introduce::before {
    top: 367px;
    left: 0;
    width: 184px;
    height: 381px;
    background-image: url("../img/recruit/decoration_introduce_01.svg");
  }
  .p-section-introduce::after {
    top: 367px;
    right: 0;
    width: 232px;
    height: 283px;
    background-image: url("../img/recruit/decoration_introduce_02.svg");
  }
  .p-section-introduce__head {
    margin-bottom: 50px;
    overflow: hidden;
  }
  .p-section-introduce__head-track {
    padding-bottom: 20px;
  }
  .p-section-introduce__head-track span {
    padding-right: 80px;
    font-size: 1.7886rem;
  }
  .p-section-introduce__content {
    font-size: 0.25rem;
    line-height: 1.8;
  }
  .p-section-introduce .c-heading--primary {
    margin-bottom: 53px;
    font-size: 0.55rem;
  }
}
@media screen and (width < 768px) {
  .p-section-introduce {
    padding: 0.23rem 0 0.57rem;
  }
  .p-section-introduce::before {
    top: 1.58rem;
    left: 0;
    width: 0.47rem;
    height: 0.82rem;
    background-image: url("../img/recruit/sp/decoration_introduce_01.svg");
  }
  .p-section-introduce::after {
    right: 0;
    bottom: 0.29rem;
    width: 1.25rem;
    height: 1.46rem;
    background-image: url("../img/recruit/sp/decoration_introduce_02.svg");
  }
  .p-section-introduce__head {
    margin-bottom: 0.56rem;
    margin-left: -0.08rem;
    font-size: 0.3592rem;
  }
  .p-section-introduce__content {
    font-size: 0.18rem;
    letter-spacing: 0.1em;
    line-height: 1.9444444444;
  }
  .p-section-introduce .c-heading--primary {
    margin-bottom: 0.28rem;
    font-size: 0.3rem;
  }
}

.p-section-information {
  position: relative;
  background-color: #fff;
}
.p-section-information::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 30, 30, 0.03);
  pointer-events: none;
}
.p-section-information__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-section-information__title::before {
  content: "";
  position: absolute;
  background: url("../img/recruit/decoration_information_01.svg") center/100% auto no-repeat;
}
.p-section-information__title-small, .p-section-information__title-large {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
  line-height: 1;
}
.p-section-information__title-small {
  letter-spacing: 0.15em;
}
.p-section-information__title-large {
  letter-spacing: 0.1em;
}
.p-section-information__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
}
.p-section-information__item-wrapper {
  display: block;
  background: center/100% 100% no-repeat;
  color: inherit;
  text-decoration: none;
  clip-path: polygon(4% 11.84%, 20.09% 1.67%, 37.38% 0.21%, 69.28% 1.67%, 89.77% 5.55%, 99.84% 41.52%, 98.84% 75.07%, 94.24% 93.49%, 54.25% 99.79%, 13.78% 98.09%, 4% 80.65%, 0.17% 51.46%);
}
.p-section-information__item-wrapper:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.p-section-information__item-wrapper::before {
  content: "";
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: center/100% auto no-repeat;
}
.p-section-information__item {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.p-section-information__item--red {
  background-image: url("../img/recruit/decoration_item_red.svg");
  color: #d71e1e;
}
.p-section-information__item--red .p-section-information__item-wrapper::before {
  background-image: url("../img/recruit/decoration_icon_red.svg");
}
.p-section-information__item--black {
  background-image: url("../img/recruit/decoration_item_black.svg");
  color: #181818;
}
.p-section-information__item--black .p-section-information__item-wrapper::before {
  background-image: url("../img/recruit/decoration_icon_black.svg");
}
.p-section-information__item--blue {
  background-image: url("../img/recruit/decoration_item_blue.svg");
  color: #3d87de;
}
.p-section-information__item--blue .p-section-information__item-wrapper::before {
  background-image: url("../img/recruit/decoration_icon_blue.svg");
}
.p-section-information__item-image {
  overflow: hidden;
}
.p-section-information__item-image img {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-section-information__item-title {
  font-weight: 700;
}
@media print, screen and (width >= 768px) {
  .p-section-information {
    padding: 78px 0 94px;
  }
  .p-section-information .l-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 1644px;
  }
  .p-section-information__title {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 70px;
    margin-left: 180px;
    gap: 16px;
  }
  .p-section-information__title::before {
    bottom: -104px;
    left: -100px;
    width: 136px;
    height: 167px;
  }
  .p-section-information__title-small {
    font-size: 0.35rem;
  }
  .p-section-information__title-large {
    font-size: 0.45rem;
  }
  .p-section-information__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 65px;
    gap: 122px 23px;
  }
  .p-section-information__item-wrapper {
    padding: 17px 36px 42px;
  }
  .p-section-information__item-wrapper::before {
    top: calc(50% + 15px);
    right: 25px;
    width: 37px;
    height: 18px;
  }
  .p-section-information__item-title {
    margin-bottom: 14px;
    padding: 0 40px;
    font-size: 0.25rem;
  }
  .p-section-information__item-image {
    max-width: 180px;
    height: 125px;
  }
  .p-section-information__item {
    width: 302px;
  }
  .p-section-information__item:nth-child(2) {
    top: -56px;
  }
  .p-section-information__item:nth-child(3) {
    top: 12px;
    left: 10px;
  }
  .p-section-information__item:nth-child(3) .p-section-information__item-title {
    padding: 0 14px;
  }
  .p-section-information__item:nth-child(4) {
    top: -87px;
  }
}
@media (min-width: 1280px) and (max-width: 1680.98px) {
  .p-section-information__title {
    margin-right: 30px;
    margin-left: 120px;
  }
}
@media screen and (768px <= width < 1080px) {
  .p-section-information .l-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .p-section-information__title {
    position: absolute;
    top: 50px;
    left: 0;
    margin-left: 100px;
  }
  .p-section-information__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    width: 100%;
  }
  .p-section-information__item {
    top: 0;
  }
  .p-section-information__item:nth-child(2), .p-section-information__item:nth-child(3), .p-section-information__item:nth-child(4) {
    top: 0;
  }
  .p-section-information__item:nth-child(odd) {
    margin-left: auto;
  }
  .p-section-information__item:nth-child(even) {
    margin-right: auto;
  }
}
@media screen and (width < 768px) {
  .p-section-information {
    padding: 0.86rem 0 0.55rem;
  }
  .p-section-information .l-wrapper {
    padding: 0 0.15rem;
  }
  .p-section-information__title {
    position: absolute;
    top: 0.55rem;
    left: 0.38rem;
    gap: 0.1rem;
  }
  .p-section-information__title::before {
    bottom: -0.63rem;
    left: -0.56rem;
    width: 0.74rem;
    height: 0.91rem;
  }
  .p-section-information__title-small {
    font-size: 0.25rem;
  }
  .p-section-information__title-large {
    font-size: 0.3rem;
  }
  .p-section-information__list {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.1rem;
  }
  .p-section-information__item {
    width: 2.12rem;
  }
  .p-section-information__item:nth-child(3) .p-section-information__item-title {
    padding-left: 0.1rem;
  }
  .p-section-information__item:nth-child(odd) {
    margin-left: auto;
  }
  .p-section-information__item:nth-child(even) {
    margin-right: auto;
  }
  .p-section-information__item-wrapper {
    padding: 0.21rem 0.25rem 0.29rem;
  }
  .p-section-information__item-wrapper::before {
    top: calc(50% + 0.02rem);
    right: 0.18rem;
    width: 0.25rem;
    height: 0.18rem;
  }
  .p-section-information__item-title {
    margin-bottom: 0.1rem;
    padding: 0 0.2rem 0 0.28rem;
    font-size: 0.18rem;
    line-height: 1;
  }
  .p-section-information__item-image {
    max-width: 1.27rem;
    height: 0.88rem;
  }
}
/*# sourceMappingURL=recruit.css.map */