@charset "UTF-8";
/* Sass Document */
.p-recruit-top-kv {
  background-image: none;
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv {
    padding: 0.8rem 0.25rem 9.1rem;
    background-color: #00458d;
    background-image: url(../img/recruit/kv_recruit-top_sp.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 100% auto;
    position: relative;
  }
  .p-recruit-top-kv::before {
    position: absolute;
    content: "";
    background: url(../img/recruit/img_kv-ceo.png) no-repeat bottom center/100% auto;
    height: 21.7rem;
    width: 12.5rem;
    right: 0;
    bottom: 0;
    z-index: 100;
  }
}
.p-recruit-top-kv .p-kv__txt-wrapper,
.p-recruit-top-kv .p-kv__img-wrapper {
  grid-row: 1;
  grid-column: 1;
}
.p-recruit-top-kv .p-kv__img-wrapper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .p-kv__img-wrapper {
    display: none;
  }
}
.p-recruit-top-kv .p-kv__img-wrapper p {
  position: absolute;
  right: 18.5rem;
  bottom: 8.9rem;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  text-shadow: 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255), 0px 0px 5px rgb(255, 255, 255);
}
.p-recruit-top-kv .p-kv__img-wrapper p span {
  font-size: 1.5rem;
  display: block;
}
.p-recruit-top-kv .p-kv__img-wrapper img {
  width: 100%;
}
.p-recruit-top-kv .p-kv__txt-wrapper {
  position: relative;
  z-index: 1;
  max-width: 112rem;
  margin-inline: auto;
  width: 100%;
  display: grid;
  align-items: center;
}
.p-recruit-top-kv .l-content__ttl {
  padding-left: 0;
}
.p-recruit-top-kv .l-content__ttl .u-jp {
  color: #00458d;
  display: inline;
  font-size: 2.8rem;
  padding-left: 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .l-content__ttl .u-jp {
    font-size: 1.4rem;
    padding-left: 1.8rem;
  }
}
.p-recruit-top-kv .l-content__ttl .u-jp::before {
  background-image: url(../img/common/mark_b.svg);
  width: 2.6rem;
  height: 2.8rem;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .l-content__ttl .u-jp::before {
    width: 1.3rem;
    height: 1.4rem;
    top: 0.4rem;
  }
}
.p-recruit-top-kv .p-kv__txt-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0.5rem;
  text-align: center;
  padding: 3rem 4rem 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .p-kv__txt-content {
    padding: 1.5rem 0.8rem 4rem;
    background-color: #fff;
  }
}
.p-recruit-top-kv .p-kv__txt-content .c-catch {
  font-weight: 700;
  width: 68.7rem;
  border-bottom: 1px solid #00458d;
  padding-bottom: 2.7rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .p-kv__txt-content .c-catch {
    width: auto;
    margin: 1.2rem 1.6rem 0;
    padding-bottom: 1.5rem;
  }
}
.p-recruit-top-kv .p-kv__txt-content .c-catch .u-txtsize--small {
  font-size: 3.67rem;
}
.p-recruit-top-kv .p-kv__txt-content .c-catch .u-txtsize--large {
  font-size: 5.79rem;
}
.p-recruit-top-kv .p-kv__txt-content .c-read {
  margin-top: 1.7rem;
  color: #00458d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.92rem;
  line-height: 1.8854166667;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .p-kv__txt-content .c-read {
    margin-top: 1.1rem;
    font-size: 1.192rem;
    text-align: left;
    letter-spacing: 0.03em;
  }
}
.p-recruit-top-kv .p-kv__txt-content .c-name {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .p-recruit-top-kv .p-kv__txt-content .c-name {
    display: block;
    margin-top: 1rem;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-right: 5rem;
  }
  .p-recruit-top-kv .p-kv__txt-content .c-name span {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.1rem;
    position: relative;
    top: -0.4rem;
  }
}

.p-ttl-wrapper {
  text-align: center;
}
.p-ttl-wrapper .c-sub-ttl {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 0.5rem;
  letter-spacing: 0.075em;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .p-ttl-wrapper .c-sub-ttl {
    font-size: 1.7rem;
  }
}
.p-ttl-wrapper h2 + .c-sub-ttl,
.p-ttl-wrapper h3 + .c-sub-ttl,
.p-ttl-wrapper h4 + .c-sub-ttl {
  margin-top: 2rem;
  margin-bottom: 0;
}

.p-story {
  background-color: #ebf8fd;
  padding-block: 6.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-story {
    padding: 5rem 1.5rem;
  }
}

.p-story__content {
  background-color: #fff;
  max-width: 108rem;
  margin-inline: auto;
  box-shadow: 0px 0px 8px -5px #000;
  padding: 7.5rem 5.7rem 8.5rem 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-story__content {
    padding: 3rem 1.5rem;
  }
}
.p-story__content .p-btn-wrapper {
  max-width: 29.6rem;
  margin: 6.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-story__content .p-btn-wrapper {
    max-width: inherit;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .p-example {
    margin-top: 2rem;
  }
}
.p-example .p-block {
  position: relative;
  background-color: #f5f4f4;
  padding: 4.5rem 3rem 2.5rem 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-example .p-block {
    width: 100%;
  }
}
.p-example .p-block .c-baa {
  font-size: 1.8rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3rem 0.5rem 0.8rem;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 10rem;
  text-align: center;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-example .p-block .c-baa {
    font-size: 1.4rem;
    min-width: 8rem;
    padding-top: 0.6rem;
  }
}
.p-example .p-before .c-baa {
  background-color: #000;
}
.p-example .p-after .c-baa {
  background-color: #00458d;
}
.p-example .p-before p {
  line-height: 1.875;
}
.p-example .p-after {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-example .p-after {
    margin-top: 2rem;
  }
}
.p-example p {
  line-height: 1.625;
  letter-spacing: 0;
}
.p-example p + p {
  margin-top: 2.5rem;
}

.p-story__body {
  margin-top: 7.7rem;
  display: flex;
  -moz-column-gap: 8.5rem;
       column-gap: 8.5rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .p-story__body {
    margin-top: 3rem;
    display: block;
  }
}

.p-story__img-wrapper {
  width: 30.4rem;
  text-align: center;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-story__img-wrapper {
    width: 100%;
  }
}
.p-story__img-wrapper p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.6rem;
  color: #00458d;
  margin-top: 2rem;
  font-weight: 500;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767.98px) {
  .p-story__img-wrapper p {
    margin-top: 0.5rem;
    font-size: 2rem;
  }
}

.p-reason {
  padding-top: 13.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason {
    padding: 5rem 1.5rem 0;
  }
}

.p-reason__content {
  max-width: 98.2rem;
  margin-inline: auto;
}

.p-img-block {
  display: flex;
  justify-content: space-between;
  margin-top: 6.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-block {
    margin-top: 2rem;
  }
}
.p-img-block .p-img__wrapper {
  width: 46.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-img-block .p-img__wrapper {
    width: 48%;
  }
}

.p-reason__list {
  margin-top: 6.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__list {
    margin-top: 3rem;
  }
}

.p-reason__item + .p-reason__item {
  margin-top: 4.7rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__item + .p-reason__item {
    margin-top: 3rem;
  }
}

.p-reason__body {
  background-color: #f5f4f4;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__body {
    padding: 1.5rem;
  }
}
.p-reason__body li + li {
  margin-top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__body li + li {
    margin-top: 1em;
  }
}
.p-reason__body li::before {
  top: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reason__body li::before {
    top: 0.65rem;
  }
}
.p-reason__body li p {
  line-height: 2.25;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-reason__body li p {
    line-height: 1.6;
  }
}

.p-candidate {
  margin-top: 13.7rem;
  padding-bottom: 11.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-candidate {
    margin-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-candidate__content {
  display: flex;
  justify-content: space-between;
  max-width: 98.4rem;
  margin: 6.8rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-candidate__content {
    display: block;
    margin-top: 2rem;
  }
}

.p-candidate__block {
  display: flex;
  flex-direction: column;
  width: calc(50% - 1.5rem);
}
@media screen and (max-width: 767.98px) {
  .p-candidate__block {
    width: auto;
  }
}
.p-candidate__block .c-ttl {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 500;
  text-align: center;
  padding: 1rem 1rem 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-candidate__block .c-ttl {
    font-size: 2rem;
  }
}

.p-candidate__block.-match .c-ttl {
  background-color: #00458d;
}

@media screen and (max-width: 767.98px) {
  .p-candidate__block.-no-match {
    margin-top: 3rem;
  }
}
.p-candidate__block.-no-match .c-ttl {
  background-color: #231815;
}
.p-candidate__block.-no-match li::before {
  background-color: #231815;
}

.p-candidate__body {
  border: 1px solid #d8d7d7;
  padding: 2.4rem 0.5rem 3rem 2rem;
  flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .p-candidate__body {
    padding: 1.5rem;
  }
}
.p-candidate__body li::before {
  top: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-candidate__body li::before {
    top: 0.65rem;
  }
}
.p-candidate__body li p {
  font-size: 1.7rem;
  line-height: 2.1176470588;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-candidate__body li p {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 767.98px) {
  .p-candidate__body li + li {
    margin-top: 1em;
  }
}

.p-purpose {
  background-color: #f5f4f4;
  padding-top: 7.3rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-purpose {
    padding-block: 5rem;
  }
}
.p-purpose .c-ttl {
  font-size: 4.2rem;
  color: #00458d;
  line-height: 1.4285714286;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .p-purpose .c-ttl {
    font-size: 2.5rem;
  }
}
.p-purpose .p-video {
  margin: 5rem auto 0;
  max-width: 93.8rem;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767.98px) {
  .p-purpose .p-video {
    margin-top: 2rem;
  }
}
.p-purpose .p-video iframe {
  width: 100%;
  height: 100%;
}

.p-job-description {
  padding-top: 9.7rem;
  padding-bottom: 11.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-job-description {
    padding-block: 5rem;
  }
}

.p-job-description__content {
  max-width: 98.6rem;
  margin: 8.5rem auto 0;
  clear: both;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__content {
    margin-top: 2rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.p-job-description__content .p-img-wrapper {
  width: 44.6rem;
  float: right;
  margin: 0 0 8rem 7.9rem;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__content .p-img-wrapper {
    width: auto;
    float: none;
    margin: 2rem 0 0;
  }
}
.p-job-description__content .p-txt-wrapper p {
  letter-spacing: 0;
}
.p-job-description__content .p-txt-wrapper p + p {
  margin-top: 2em;
}

.p-job-description__table {
  max-width: 98.6rem;
  margin: 8.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table {
    margin-top: 5rem;
  }
}
.p-job-description__table .c-mark-ttl-bg {
  background-color: #231815;
}
.p-job-description__table .p-btn-wrapper {
  max-width: 45.5rem;
  margin: 7rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table .p-btn-wrapper {
    margin-top: 2rem;
  }
}
.p-job-description__table .c-table {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table .c-table {
    border: 1px solid #dad9d9;
    border-top: none;
  }
}
.p-job-description__table .c-table th {
  font-weight: 500;
  background-color: #f5f4f4;
  width: 26rem;
  border-left: 1px solid #dad9d9;
}
.p-job-description__table .c-table th,
.p-job-description__table .c-table td {
  font-size: 1.6rem;
  border-right: 1px solid #dad9d9;
  border-bottom: 1px solid #dad9d9;
  padding: 1.5rem 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table .c-table th,
.p-job-description__table .c-table td {
    display: block;
    width: 100%;
    border: none;
    padding: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-job-description__table .c-table td {
    border-bottom: 1px solid #dad9d9;
  }
}
.p-job-description__table .c-table p {
  line-height: 1.5;
  letter-spacing: 0;
}

.p-clients {
  background-color: #f5f4f4;
  padding-top: 8.2rem;
  padding-bottom: 7.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-clients {
    padding-block: 5rem;
  }
}
.p-clients .p-btn-wrapper {
  margin: 6.6rem auto 0;
  max-width: 29.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-clients .p-btn-wrapper {
    margin-top: 2rem;
  }
}
.p-clients .p-heading__txt-wrapper {
  max-width: 108rem;
  margin: 5.7rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-clients .p-heading__txt-wrapper {
    margin-top: 2rem;
  }
}
.p-clients .p-heading__txt-wrapper p {
  letter-spacing: 0;
}
.p-clients .p-heading__txt-wrapper p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .p-clients .p-heading__txt-wrapper p + p {
    margin-top: 1em;
  }
}

.p-add-block {
  max-width: 98.2rem;
  margin: 12.2rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-add-block {
    margin-top: 5rem;
    padding-inline: 1.5rem;
  }
}
.p-add-block .c-mark-ttl-bg {
  background-color: #231815;
}
.p-add-block .c-note {
  margin-top: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 767.98px) {
  .p-add-block .c-note {
    margin-top: 1rem;
  }
}

.p-add__body {
  border: 1px solid #d8d7d7;
}

.p-add__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: -1px;
}
@media screen and (max-width: 767.98px) {
  .p-add__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-add__list li {
  font-size: 1.8rem;
  text-align: center;
  min-height: 6.3rem;
  display: grid;
  place-content: center;
  border-right: 1px solid #d8d7d7;
  border-bottom: 1px solid #d8d7d7;
  padding: 2rem 0.5rem;
  min-height: 8.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-add__list li {
    padding: 1rem 0.5rem;
  }
}
.p-add__list li span {
  font-size: 1.4rem;
  display: block;
  margin-top: 1.5rem;
  font-family: Meiryo, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-add__list li span {
    margin-top: 0.5rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-add__list li {
    font-size: 1.6rem;
    min-height: 5rem;
  }
}
.p-add__list li:nth-of-type(3n) {
  border-right: none;
}
@media screen and (max-width: 767.98px) {
  .p-add__list li:nth-of-type(3n) {
    border-right: 1px solid #d8d7d7;
  }
}
@media screen and (max-width: 767.98px) {
  .p-add__list li:nth-of-type(even) {
    border-right: none;
  }
}

.l-case-cards {
  margin-top: 7rem;
}
@media screen and (max-width: 767.98px) {
  .l-case-cards {
    margin-top: 2rem;
  }
}

.p-grow .p-reason {
  padding-top: 8.6rem;
  padding-bottom: 13.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-grow .p-reason {
    padding-block: 5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	メンバー紹介
* --------------------------------------------------------------------------------------------------*/
.p-member__content {
  padding-top: 6rem;
  padding-bottom: 14.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-member__content {
    padding-block: 5rem;
  }
}
.p-member__content .l-person-cards {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .p-member__content .l-person-cards {
    margin-top: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	募集要項と採用プロセス
* --------------------------------------------------------------------------------------------------*/
.p-process .p-job-description__table {
  padding-bottom: 9rem;
}
@media screen and (max-width: 767.98px) {
  .p-process .p-job-description__table {
    padding-bottom: 5rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	
* --------------------------------------------------------------------------------------------------*/
.p-intervew__content {
  max-width: 99.7rem;
  margin: 0 auto;
  padding-top: 7rem;
  padding-bottom: 20rem;
}
@media screen and (max-width: 767.98px) {
  .p-intervew__content {
    padding: 5rem 1.5rem;
  }
}

.p-interview__main {
  padding-bottom: 12rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__main {
    padding-bottom: 5rem;
  }
}
.p-interview__main .p-img-main {
  max-width: 79.6rem;
  margin: 5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-interview__main .p-img-main {
    margin-top: 2rem;
  }
}

.p-interiew__block,
.wp-block-lazyblock-interview {
  clear: both;
}
.p-interiew__block + .p-interiew__block,
.wp-block-lazyblock-interview + .p-interiew__block {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-interiew__block + .p-interiew__block,
.wp-block-lazyblock-interview + .p-interiew__block {
    margin-top: 3rem;
  }
}

.wp-block-lazyblock-interview + .wp-block-lazyblock-interview {
  margin-top: 6.8rem;
}
@media screen and (max-width: 767.98px) {
  .wp-block-lazyblock-interview + .wp-block-lazyblock-interview {
    margin-top: 3rem;
  }
}

.p-interview__question {
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #00458d;
  position: relative;
  border-bottom: 1px solid #00458d;
  line-height: 1.6666666667;
  padding-left: 5.5rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__question {
    font-size: 1.6rem;
    padding-left: 2.4rem;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
}
.p-interview__question::before {
  left: 0.8rem;
  content: "";
  position: absolute;
  background: url(../img/common/mark_b.svg) no-repeat 50%/contain;
  width: 2.6rem;
  height: 2.8rem;
  top: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__question::before {
    left: 0;
    width: 2rem;
    height: 2.2rem;
    top: 0.3rem;
  }
}

.p-interview__body {
  background-color: #f5f4f4;
  padding: 2.5rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__body {
    padding: 2rem 1.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-interview__body:has(figure) {
    /* display: flex;
    flex-direction: column-reverse; */
  }
}
.p-interview__body figure {
  width: 46.5rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__body figure {
    width: auto;
  }
}
.p-interview__body figure.alignleft {
  float: left;
  margin: 0 3rem 1rem 0;
}
@media screen and (max-width: 767.98px) {
  .p-interview__body figure.alignleft {
    float: none;
    margin: 0 0 2rem;
  }
}
.p-interview__body figure.alignright {
  float: right;
  margin: 0 0 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .p-interview__body figure.alignright {
    float: none;
    margin: 0 0 2rem;
  }
}
.p-interview__body p {
  letter-spacing: 0;
}
.p-interview__body p + p {
  margin-top: 2em;
}
@media screen and (max-width: 767.98px) {
  .p-interview__body p + p {
    margin-top: 1em;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	リクルート共通
* --------------------------------------------------------------------------------------------------*/
.l-service-inquiry,
.l-fix-bnr {
  display: none !important;
}

/* ----------------------------------------------------------------------------------------------------
*	社内の雰囲気
* --------------------------------------------------------------------------------------------------*/
.p-culture__content {
  padding-block: 6rem 9rem;
  max-width: 111rem;
  margin-inline: auto;
}
@media screen and (max-width: 767.98px) {
  .p-culture__content {
    padding-block: 5rem;
  }
}
.p-culture__content .c-heading-txt {
  line-height: 1.2;
}
.p-culture__content .p-img-block {
  max-width: 98rem;
  margin: 4rem auto 6.3rem;
}
@media screen and (max-width: 767.98px) {
  .p-culture__content .p-img-block {
    margin-block: 2rem;
  }
}
.p-culture__content .p-img-wrapper {
  width: 46.5rem;
}
.p-culture__content p {
  letter-spacing: 0;
}
/*# sourceMappingURL=recruit.css.map */