@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Medium.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "NotoSansJp";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/NotoSansJP-Black.otf") format("opentype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Roboto-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Roboto-Black.ttf") format("truetype");
}
@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("/wp-content/themes/crecon/assets/fonts/Raleway-SemiBold.ttf") format("truetype");
}
.p-recruit-link-list {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .p-recruit-link-list {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-link-list {
    margin-top: 7.5vw;
  }
}

.p-job-acc-list {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .p-job-acc-list {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-acc-list {
    margin-top: 7.5vw;
  }
}

.p-job-acc-list__item.is-open .p-job-acc-list__acc-icon::before {
  opacity: 0;
}
.p-job-acc-list__item.is-open .p-job-acc-list__acc-icon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-job-acc-list__item + .p-job-acc-list__item {
  padding-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .p-job-acc-list__item + .p-job-acc-list__item {
    padding-top: 6.294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-acc-list__item + .p-job-acc-list__item {
    padding-top: 12.5vw;
  }
}

.p-job-acc-list__title {
  border-bottom: solid 1px #cccccc;
  position: relative;
  cursor: pointer;
  padding-bottom: 1.6666666667vw;
  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;
  gap: 0 0.5208333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-job-acc-list__title {
    gap: 0 0.7867820614vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-acc-list__title {
    gap: 0 2.5vw;
  }
}

.p-job-acc-list__acc-icon {
  min-width: 1.4583333333vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #132C6E;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .p-job-acc-list__acc-icon {
    min-width: 2.2029897718vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-acc-list__acc-icon {
    min-width: 5vw;
  }
}
.p-job-acc-list__acc-icon::before, .p-job-acc-list__acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 0.625vw;
  height: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 1271px) {
  .p-job-acc-list__acc-icon::before, .p-job-acc-list__acc-icon::after {
    width: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-acc-list__acc-icon::before, .p-job-acc-list__acc-icon::after {
    width: 2.5vw;
  }
}
.p-job-acc-list__acc-icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-job-acc-list__acc-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}

.p-job-acc-list__detail {
  display: none;
}

.p-job-desc-list {
  border-left: solid 2px #132C6E;
}
.p-job-desc-list--en .p-job-desc-list__title {
  min-width: 15.625vw;
  max-width: 15.625vw;
}
@media only screen and (max-width: 1271px) {
  .p-job-desc-list--en .p-job-desc-list__title {
    min-width: 23.6034618411vw;
    max-width: 23.6034618411vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-desc-list--en .p-job-desc-list__title {
    min-width: auto;
    max-width: none;
  }
}

.p-job-desc-list__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.25vw 0 1.3020833333vw;
  border-top: solid 1px #cccccc;
}
@media only screen and (max-width: 767px) {
  .p-job-desc-list__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 3.75vw 3vw;
  }
}
.p-job-desc-list__row:first-child {
  border-top: none;
}
.p-job-desc-list__row:last-child {
  border-bottom: solid 1px #cccccc;
}

.p-job-desc-list__title {
  font-weight: bold;
  min-width: 14.5833333333vw;
  max-width: 14.5833333333vw;
  padding-left: 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .p-job-desc-list__title {
    min-width: 22.0298977183vw;
    max-width: 22.0298977183vw;
    padding-left: 1.8882769473vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-job-desc-list__title {
    min-width: auto;
    max-width: none;
    padding-left: 0;
  }
}

.p-job-desc-list__detail {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .p-job-desc-list__detail {
    margin-top: 2.5vw;
  }
}
.p-job-desc-list__detail a {
  color: #132C6E;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .p-job-desc-list__detail a:hover {
    text-decoration: none;
  }
}

.p-employment-terms__list {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .p-employment-terms__list {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-employment-terms__list {
    margin-top: 7.5vw;
  }
}

.p-recruit-contact__intro {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .p-recruit-contact__intro {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-contact__intro {
    margin-top: 7.5vw;
  }
}

.p-recruit-contact__info {
  margin-top: 2.5vw;
  background-color: #f7f7f7;
  padding: 2.5vw 3.3333333333vw;
}
@media only screen and (max-width: 767px) {
  .p-recruit-contact__info {
    margin-top: 7.5vw;
    padding: 5vw 4vw;
  }
}

.p-recruit-contact__info-item--en + .p-recruit-contact__info-item--en {
  margin-top: 1em;
}

.p-recruit-contact__detail {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .p-recruit-contact__detail {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-recruit-contact__detail {
    margin-top: 7.5vw;
  }
}

.p-voice-block + .p-voice-block {
  margin-top: 8.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-block + .p-voice-block {
    margin-top: 6.294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-block + .p-voice-block {
    margin-top: 20vw;
  }
}

.p-voice-block__persons {
  margin-top: 2.5vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-block__persons {
    margin-top: 3.1471282455vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-block__persons {
    margin-top: 7.5vw;
  }
}

.p-voice-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .p-voice-person {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 7.5vw 0;
  }
}
.p-voice-person + .p-voice-person {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person + .p-voice-person {
    margin-top: 6.294256491vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person + .p-voice-person {
    margin-top: 12.5vw;
  }
}

.p-voice-person__image-col {
  max-width: 19.4791666667vw;
  min-width: 19.4791666667vw;
}
@media only screen and (max-width: 767px) {
  .p-voice-person__image-col {
    max-width: none;
    min-width: auto;
    margin: auto;
  }
}

.p-voice-person__detail-col {
  width: 100%;
  margin-left: 2.5vw;
}
@media only screen and (max-width: 767px) {
  .p-voice-person__detail-col {
    margin-left: 0;
  }
}
.p-voice-person__detail-col.is-open .p-voice-person__detail-wrap {
  height: auto;
}
.p-voice-person__detail-col.is-open .p-voice-person__detail-wrap::before {
  content: none;
}
.p-voice-person__detail-col.is-open .p-voice-person__acc-trigger {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__detail-col.is-open .p-voice-person__acc-trigger {
    margin-top: 2.5177025964vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__detail-col.is-open .p-voice-person__acc-trigger {
    margin-top: 2.5vw;
  }
}
.p-voice-person__detail-col.is-open .p-voice-person__acc-icon::before {
  opacity: 0;
}
.p-voice-person__detail-col.is-open .p-voice-person__acc-icon::after {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.p-voice-person__img-wrap {
  aspect-ratio: 374/250;
}

.p-voice-person__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-voice-person__department {
  margin-top: 1.25vw;
  text-align: center;
  font-weight: bold;
}

.p-voice-person__detail-wrap {
  height: 14.0104166667vw;
  overflow: hidden;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__detail-wrap {
    height: 21.1644374508vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__detail-wrap {
    height: 37.5vw;
  }
}
.p-voice-person__detail-wrap {
  position: relative;
}
.p-voice-person__detail-wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  width: 100%;
  height: 3.3333333333vw;
  background: #ffffff;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__detail-wrap::before {
    height: 5.0354051928vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__detail-wrap::before {
    height: 12.5vw;
  }
}

.p-voice-person__detail-block + .p-voice-person__detail-block {
  margin-top: 4.1666666667vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__detail-block + .p-voice-person__detail-block {
    margin-top: 3.9339103068vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__detail-block + .p-voice-person__detail-block {
    margin-top: 12.5vw;
  }
}

.p-voice-person__detail-text {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__detail-text {
    margin-top: 2.3603461841vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__detail-text {
    margin-top: 5vw;
  }
}

.p-voice-person__schedule-wrap {
  margin-top: 4.1666666667vw;
  background-color: #f7f7f7;
  padding: 2.5vw 3.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-wrap {
    margin-top: 6.294256491vw;
    padding: 3.7765538946vw 5.0354051928vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-wrap {
    margin-top: 12.5vw;
    padding: 7.5vw 5vw;
  }
}

.p-voice-person__schedule-title {
  position: relative;
  padding-left: 1.1458333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-title {
    padding-left: 1.730920535vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-title {
    padding-left: 3.75vw;
  }
}
.p-voice-person__schedule-title::before {
  content: "";
  position: absolute;
  top: 0.5729166667vw;
  left: 0px;
  aspect-ratio: 1/1;
  width: 0.5208333333vw;
  height: auto;
  background-color: #132C6E;
  border-radius: 50%;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-title::before {
    top: 0.7867820614vw;
    width: 0.550747443vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-title::before {
    top: 2.5vw;
    width: 2vw;
  }
}

.p-voice-person__schedule-list {
  margin-top: 1.6666666667vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-list {
    margin-top: 2.3603461841vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-list {
    margin-top: 5vw;
  }
}

.p-voice-person__schedule-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #cccccc;
  padding: 1.25vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-row {
    padding: 1.8882769473vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-voice-person__schedule-row:first-child {
  border-top: solid 1px #cccccc;
}

.p-voice-person__schedule-time {
  min-width: 6.7708333333vw;
  max-width: 6.7708333333vw;
  font-weight: bold;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-time {
    min-width: 10.2281667978vw;
    max-width: 10.2281667978vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-time {
    min-width: auto;
    max-width: none;
  }
}

.p-voice-person__schedule-detail {
  width: 100%;
  padding-left: 3.3333333333vw;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__schedule-detail {
    padding-left: 5.0354051928vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__schedule-detail {
    padding-left: 0;
    margin-top: 0.2604166667vw;
  }
}

.p-voice-person__acc-trigger {
  margin: 0 auto;
  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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0 0.8333333333vw;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .p-voice-person__acc-trigger {
    margin-top: 2.5vw;
  }
}

.p-voice-person__acc-icon {
  min-width: 1.4583333333vw;
  height: auto;
  aspect-ratio: 1/1;
  background-color: #132C6E;
  border-radius: 50%;
  position: relative;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__acc-icon {
    min-width: 2.2029897718vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__acc-icon {
    min-width: 5vw;
  }
}
.p-voice-person__acc-icon::before, .p-voice-person__acc-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 0.625vw;
  height: 2px;
  background-color: #fff;
}
@media only screen and (max-width: 1271px) {
  .p-voice-person__acc-icon::before, .p-voice-person__acc-icon::after {
    width: 0.9441384736vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-voice-person__acc-icon::before, .p-voice-person__acc-icon::after {
    width: 2.5vw;
  }
}
.p-voice-person__acc-icon::before {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-voice-person__acc-icon::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}