@charset "UTF-8";
/*
新規採用ページで追加の汎用クラス
*/
.inner--1360 {
  max-width: 1360px;
}

.hr-border {
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 834px) {
  .hr-border {
    width: 100%;
  }
}

.c-btn__04 {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  height: 120px;
  padding: 15px 80px 17px 41px;
  background: linear-gradient(90deg, #112c99 50%, #fff 0);
  background-size: 200% 100%;
  background-position: 100% 100%;
  border-radius: 8px;
  border: 1px solid #fff;
  pointer-events: auto;
  font-weight: 600;
  font-size: 1.8rem;
  position: relative;
  transition: 0.3s ease;
}
@media screen and (max-width: 1200px) {
  .c-btn__04 {
    padding: 11px 45px 10px 24px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .c-btn__04 {
    height: 72px;
    background: #fff;
  }
}
@media screen and (max-width: 640px) {
  .c-btn__04 {
    width: 100%;
  }
  .c-btn__04:not(:last-child) {
    margin-bottom: 16px;
  }
}
.c-btn__04 .icon-arrow {
  right: 39px;
}
@media screen and (max-width: 1200px) {
  .c-btn__04 .icon-arrow {
    right: 25px;
  }
}
@media (any-hover: hover) {
  .c-btn__04:hover {
    background-position: 0 100%;
    color: #fff;
    opacity: 1;
  }
}

.c-ttl {
  /*
  &__04 { // >> 調整版03?
  	font-weight: bold;
  	font-size: clamp(2.6rem, 2.3058252427vw, 3.8rem);
  	line-height: calc(55/38);
  	margin-bottom: 0.84em;
  	@include mq {
  		line-height: calc(37/26);
  	}
  	@include mq(xs) {
  		@include font-size(20);
  	}
  }
  */
}
.c-ttl__05 {
  margin-bottom: 16px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .c-ttl__05 {
    font-size: 1.6rem;
  }
}

.c-wysiwyg-editor a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.c-wysiwyg-editor a::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 1.4375em;
  margin-left: 6px;
  vertical-align: text-bottom;
  background-color: currentColor;
  -webkit-mask-image: url(../img/common/arrow-right.svg);
          mask-image: url(../img/common/arrow-right.svg);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.c-wysiwyg-editor ul, .c-wysiwyg-editor ol {
  padding-left: 1em;
}
.c-wysiwyg-editor ul > li {
  list-style-type: "・";
}
.c-wysiwyg-editor ol > li {
  list-style-type: decimal;
}

:root {
  --recruit-gap1: 56px;
  --recruit-gap2: 48px;
}

.recruit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 10%;
       column-gap: 10%;
}
@media screen and (max-width: 834px) {
  .recruit-grid {
    grid-template-columns: 100%;
    row-gap: var(--recruit-gap1);
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order0 {
    order: 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order0 {
    order: 0;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order1 {
    order: 1;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order1 {
    order: 1;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order2 {
    order: 2;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order2 {
    order: 2;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order3 {
    order: 3;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order3 {
    order: 3;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order4 {
    order: 4;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order4 {
    order: 4;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order5 {
    order: 5;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order5 {
    order: 5;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order6 {
    order: 6;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order6 {
    order: 6;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order7 {
    order: 7;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order7 {
    order: 7;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order8 {
    order: 8;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order8 {
    order: 8;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order9 {
    order: 9;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order9 {
    order: 9;
  }
}
@media screen and (min-width: 835px) {
  .recruit-grid .pc-order10 {
    order: 10;
  }
}
@media screen and (max-width: 834px) {
  .recruit-grid .sp-order10 {
    order: 10;
  }
}

.recruit__gallery {
  width: 100%;
  display: flex;
  overflow-x: clip;
  overflow-y: initial;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1024px) {
  .recruit__gallery {
    overflow-x: hidden;
  }
}
.recruit__gallery img {
  height: 280px;
  aspect-ratio: 384/280;
  max-width: none;
  border-radius: 8px;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .recruit__gallery img {
    height: 136px;
  }
}
.recruit__gallery img:nth-child(even) {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .recruit__gallery img:nth-child(even) {
    margin-top: 24px;
  }
}
.recruit__gallery-unit {
  padding-right: 56px;
  display: flex;
  -moz-column-gap: 56px;
       column-gap: 56px;
  flex: 0 0 auto;
  pointer-events: none;
  animation: loop-x 40s linear infinite;
}
@media screen and (max-width: 834px) {
  .recruit__gallery-unit {
    padding-right: 16px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}

@keyframes loop-x {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.recruit-cta {
  padding: 72px 0 80px;
  background: linear-gradient(90deg, #131A34, #1D356F 60%, #3E5377);
}
@media screen and (max-width: 834px) {
  .recruit-cta {
    padding: 80px 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-cta .recruit-grid {
    row-gap: var(--recruit-gap2);
  }
}
.recruit-cta__btn {
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-cta__btn {
    margin-top: 43px;
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 4.0579710145%;
         column-gap: 4.0579710145%;
  }
}
@media screen and (max-width: 640px) {
  .recruit-cta__btn {
    margin-top: var(--recruit-gap1);
    grid-template-columns: 100%;
    row-gap: var(--recruit-gap1);
  }
  .recruit-cta__btn.recruit-grid {
    row-gap: 16px;
  }
}

.recruit-nav {
  padding: 55px 0;
  background: #F1F3F5;
}
.recruit-nav__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media screen and (max-width: 1024px) {
  .recruit-nav__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 640px) {
  .recruit-nav__list {
    grid-template-columns: 100%;
    gap: 16px;
  }
}
.recruit-nav__item-link {
  padding: 24px;
  background: #8795AB;
  color: white;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 834px) {
  .recruit-nav__item-link {
    padding: 8px;
    font-size: 1.6rem;
  }
}
.recruit-nav__item-link .icon-arrow {
  background: white;
}
@media screen and (max-width: 640px) {
  .recruit-nav__item-link .icon-arrow {
    right: 8px;
  }
}
.recruit-nav__item-link .icon-arrow:before {
  background: #112C99;
}
.recruit-nav__item-link .icon-arrow:after {
  border-color: #112C99;
}
@media (any-hover: hover) {
  .recruit-nav__item-link:hover .icon-arrow {
    background: #112C99;
  }
  .recruit-nav__item-link:hover .icon-arrow:before {
    background: white;
  }
  .recruit-nav__item-link:hover .icon-arrow:after {
    border-color: white;
  }
}
.recruit-nav__item-img {
  flex-shrink: 0;
  display: block;
  max-width: 112px;
  margin-right: 24px;
}
@media screen and (max-width: 640px) {
  .recruit-nav__item-img {
    margin-right: 16px;
  }
}
.recruit-page-nav {
  margin-bottom: var(--recruit-gap1);
}
@media screen and (max-width: 834px) {
  .recruit-page-nav {
    margin-bottom: var(--recruit-gap2);
  }
}
.recruit-page-nav__list {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
@media screen and (max-width: 834px) {
  .recruit-page-nav__list {
    justify-content: flex-start;
    gap: 8px;
  }
}
.recruit-page-nav__list a {
  padding: 8px 24px;
  padding-right: 48px;
  background: white;
  border: 1px solid #E5E5E5;
  border-radius: 10em;
  font-size: 1.6rem;
  line-height: 1.6875;
  color: black;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .recruit-page-nav__list a {
    padding: 8px 16px;
    padding-right: 32px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.recruit-page-nav__list a .icon-arrow {
  background: none !important;
  transform: none;
  right: 14px;
  rotate: 90deg;
  translate: 0 -50%;
}
@media screen and (max-width: 834px) {
  .recruit-page-nav__list a .icon-arrow {
    width: 20px;
    height: 20px;
    right: 10px;
  }
}
.recruit-page-nav__list a .icon-arrow::before {
  background: #919699;
}
.recruit-page-nav__list a .icon-arrow::after {
  border-color: #919699;
}
@media (any-hover: hover) {
  .recruit-page-nav__list a:hover {
    background: #112c99;
    color: white;
    border-color: #112c99;
  }
  .recruit-page-nav__list a:hover .icon-arrow {
    transform: none;
  }
  .recruit-page-nav__list a:hover .icon-arrow::before {
    background: white;
  }
  .recruit-page-nav__list a:hover .icon-arrow::after {
    border-color: white;
  }
}

@media screen and (max-width: 834px) {
  .contact-form .wpcf7-form-control:not(.wpcf7-select) {
    gap: 0 20px;
    min-height: 65px;
    height: auto;
  }
}
@media screen and (max-width: 834px) {
  .contact-form__check:after {
    width: 37px;
    padding: 3px 0 5px;
    font-size: 1.2rem;
    top: 35%;
  }
}
.recruit-mv__ttl {
  width: 98%;
  margin: 0 auto;
  color: white;
  position: absolute;
  top: 26.25%;
  left: 0;
  right: 0;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl {
    top: 28.9583333333%;
  }
}
.recruit-mv__ttl .c-ttl__01 {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.recruit-mv__ttl-txt {
  margin-top: 38px;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .recruit-mv__ttl-txt {
    margin-top: var(--recruit-gap2);
  }
}

.recruit-intro {
  padding: 64px 0 240px;
  background: url(../img/recruit/top/about-bg.jpg) no-repeat center/cover;
  color: white;
}
@media screen and (max-width: 834px) {
  .recruit-intro {
    padding: 80px 0 235px;
    background: url(../img/recruit/top/about-bg-sp.jpg) no-repeat center/cover;
  }
}
.recruit-intro__slogan {
  font-weight: 500;
}
.recruit-intro .c-ttl__01 {
  margin-top: 144px;
  margin-bottom: var(--recruit-gap1);
}
@media screen and (max-width: 834px) {
  .recruit-intro .c-ttl__01 {
    margin-top: 160px;
    margin-bottom: var(--recruit-gap2);
  }
}
.recruit-intro .c-btn__01 {
  margin: var(--recruit-gap1) 0 0;
}

.recruit-message,
.recruit-data,
.recruit-work,
.recruit-interview,
.recruit-others,
.recruit-information {
  padding: 72px 0 80px;
}
@media screen and (max-width: 834px) {
  .recruit-message,
  .recruit-data,
  .recruit-work,
  .recruit-interview,
  .recruit-others,
  .recruit-information {
    padding: 80px 0;
  }
}
.recruit-message .c-ttl__01,
.recruit-data .c-ttl__01,
.recruit-work .c-ttl__01,
.recruit-interview .c-ttl__01,
.recruit-others .c-ttl__01,
.recruit-information .c-ttl__01 {
  margin-bottom: var(--recruit-gap1);
}
@media screen and (max-width: 834px) {
  .recruit-message .c-ttl__01,
  .recruit-data .c-ttl__01,
  .recruit-work .c-ttl__01,
  .recruit-interview .c-ttl__01,
  .recruit-others .c-ttl__01,
  .recruit-information .c-ttl__01 {
    margin-bottom: var(--recruit-gap2);
  }
}
.recruit-message .c-btn__01,
.recruit-data .c-btn__01,
.recruit-work .c-btn__01,
.recruit-interview .c-btn__01,
.recruit-others .c-btn__01,
.recruit-information .c-btn__01 {
  margin: var(--recruit-gap1) 0 0;
}

.recruit-message {
  background: url(../img/recruit/top/message-bg.jpg) no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .recruit-message {
    background: url(../img/recruit/top/message-bg-sp.jpg) no-repeat center/cover;
  }
}
.recruit-message .recruit-grid {
  align-items: center;
}

.recruit-data {
  background: #01276f;
}
@media screen and (max-width: 834px) {
  .recruit-data {
    padding: 48px 0;
  }
}
.recruit-data .c-ttl__03 {
  font-weight: bold;
}
.recruit-data .c-ttl__03 span {
  margin-bottom: 0;
}
@media screen and (max-width: 834px) {
  .recruit-data .c-ttl__03 span {
    margin-bottom: 40px;
  }
}
.recruit-data__list {
  margin-top: 41px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .recruit-data__list {
    margin-top: 40px;
    grid-template-columns: 100%;
    row-gap: 16px;
  }
}
.recruit-data__item {
  padding: 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .recruit-data__item {
    padding: 16px 24px;
  }
}
.recruit-data__item-img {
  width: 100%;
  aspect-ratio: 368/320;
  margin-bottom: 16px;
}
@media screen and (max-width: 834px) {
  .recruit-data__item-img {
    aspect-ratio: 302/320;
  }
}
.recruit-data__item-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.recruit-data__item h3 {
  text-align: center;
}

@media screen and (max-width: 834px) {
  .recruit-work .recruit-grid {
    row-gap: 0;
  }
}
.recruit-work .recruit__gallery {
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-work .recruit__gallery {
    margin-top: var(--recruit-gap1);
  }
}

.recruit-interview {
  background: linear-gradient(90deg, #112C99, #2D56B7 60%, #2A68D9);
  overflow-x: clip;
  overflow-y: initial;
}
.recruit-interview__ct {
  max-width: 612px;
  padding-bottom: 96px;
  position: relative;
}
.recruit-interview__ct-box {
  margin-left: -32px;
  margin-right: -50vw;
  overflow-x: clip;
  overflow-y: initial;
}
@media screen and (max-width: 1024px) {
  .recruit-interview__ct-box {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 834px) {
  .recruit-interview__ct-box {
    margin-left: -16px;
    margin-right: -5.1282051282vw;
  }
}
.recruit-interview__slider {
  position: initial;
}
.recruit-interview__slider-item {
  padding: 0 32px;
  color: white;
}
@media screen and (max-width: 834px) {
  .recruit-interview__slider-item {
    padding: 0 16px;
  }
}
.recruit-interview__slider-item a {
  max-width: 334px;
}
@media screen and (max-width: 834px) {
  .recruit-interview__slider-item a {
    max-width: 192px;
  }
}
.recruit-interview__slider .slick-dots {
  text-align: right;
  padding-right: 160px;
  bottom: 20px;
}
.recruit-interview__slider .slick-dots li {
  margin: 0 0 0 16px;
}
.recruit-interview__slider .slick-dots li button {
  width: 8px;
  height: 8px;
  background: #919699;
  border-radius: 50%;
  padding: 0;
  transition: 0.3s ease;
}
.recruit-interview__slider .slick-dots li button::before {
  display: none;
}
@media (any-hover: hover) {
  .recruit-interview__slider .slick-dots li button:hover {
    background: white;
  }
}
.recruit-interview__slider .slick-dots li.slick-active button {
  background: white;
}
.recruit-interview__slider .slick-next,
.recruit-interview__slider .slick-prev {
  width: 48px;
  height: 48px;
  background: #fff;
  border-radius: 50%;
  opacity: 1;
  top: auto;
  bottom: 0;
  transform: unset;
  transition: 0.3s ease;
  z-index: 1;
}
.recruit-interview__slider .slick-next::before,
.recruit-interview__slider .slick-prev::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background: #112c99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.recruit-interview__slider .slick-next::after,
.recruit-interview__slider .slick-prev::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border: solid #112c99;
  border-width: 1px 1px 0 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media (any-hover: hover) {
  .recruit-interview__slider .slick-next:hover,
  .recruit-interview__slider .slick-prev:hover {
    background: #112c99;
    opacity: 1;
  }
  .recruit-interview__slider .slick-next:hover::before,
  .recruit-interview__slider .slick-prev:hover::before {
    background: #fff;
  }
  .recruit-interview__slider .slick-next:hover::after,
  .recruit-interview__slider .slick-prev:hover::after {
    border-color: #fff;
  }
}
.recruit-interview__slider .slick-next {
  right: 0;
}
.recruit-interview__slider .slick-prev {
  left: auto;
  right: 63px;
}
.recruit-interview__slider .slick-prev::after {
  border-width: 0 0 1px 1px;
}
.recruit-interview__slider .slick-list {
  overflow: unset;
}
.recruit-interview__slider .slick-track {
  display: flex !important;
}
.recruit-interview__slider .slick-slide {
  height: inherit !important;
}

.recruit-others {
  background: url(../img/recruit/top/contents-bg1.jpg) no-repeat center/cover;
}
@media screen and (max-width: 834px) {
  .recruit-others {
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .recruit-others .inner {
    width: 100%;
    max-width: none;
  }
}
@media screen and (max-width: 834px) {
  .recruit-others .recruit-grid {
    row-gap: 0;
  }
}
.recruit-others__item {
  padding: 11.7647058824% 10.4575163399% 18.3006535948%;
  color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 834px) {
  .recruit-others__item {
    padding: 80px 5.1282051282vw;
  }
}
.recruit-others__item-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.recruit-others__item-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recruit-information {
  aspect-ratio: 1920/896;
  background: url(../img/recruit/top/info-bg.jpg) no-repeat center/cover;
  color: white;
}
@media screen and (max-width: 834px) {
  .recruit-information {
    aspect-ratio: initial;
    padding: 80px 0 236px;
    background: url(../img/recruit/top/info-bg-sp.jpg) no-repeat center/cover;
  }
}

@media screen and (max-width: 1024px) {
  .interview-article__head-ttl {
    text-shadow: 0 0 4px #ffffff;
  }
}

.job-offers-intro {
  padding: 32px 0;
  background: linear-gradient(90deg, #112C99, #2D56B7 60%, #2A68D9);
  color: white;
}
@media screen and (max-width: 834px) {
  .job-offers-intro {
    padding: 48px 0 28px;
  }
}
.job-offers-intro .recruit__gallery {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .job-offers-intro .recruit__gallery {
    margin-top: var(--recruit-gap1);
  }
}

.job-offers-wrap {
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .job-offers-wrap {
    margin-bottom: 48px;
  }
}

.job-offers-details {
  padding: 72px 0;
}
@media screen and (max-width: 834px) {
  .job-offers-details {
    padding: 48px 0;
  }
}
.job-offers-details__inner {
  max-width: 1648px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: 100%;
  row-gap: 64px;
}
@media screen and (max-width: 834px) {
  .job-offers-details__inner {
    row-gap: var(--recruit-gap1);
  }
}
.job-offers-details__intro {
  align-items: center;
}
@media screen and (max-width: 834px) {
  .job-offers-details__intro {
    row-gap: 40px;
  }
}
.job-offers-details__intro-img img {
  display: block;
  width: 100%;
}
.job-offers-details__points {
  padding: 32px 0;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .job-offers-details__points {
    padding: 30px 0;
  }
}
@media screen and (max-width: 834px) {
  .job-offers-details__points-ttl {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
.job-offers-details__points-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .job-offers-details__points-list {
    grid-template-columns: 100%;
    row-gap: 16px;
  }
}
.job-offers-details__points-item {
  padding: 24px 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .job-offers-details__points-item {
    padding: 16px 24px;
  }
}
.job-offers-details__points-detail {
  display: grid;
  grid-template-columns: 100%;
  row-gap: 24px;
}
@media screen and (max-width: 834px) {
  .job-offers-details__points-detail {
    row-gap: 16px;
  }
}
@media screen and (max-width: 834px) {
  .job-offers-details__points-detail .c-ttl__03 {
    margin-bottom: 1em;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75;
  }
}
.job-offers-details__points-detail :where(p, ul) + :where(p, ul) {
  margin-top: 1lh;
}
.job-offers-details__points-detail ul li {
  list-style-type: "・";
  list-style-position: inside;
}
@media screen and (max-width: 834px) {
  .job-offers-details__descriptions-ttl {
    margin-bottom: 24px;
    font-size: 1.8rem;
  }
}
.job-offers-details__descriptions-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media screen and (max-width: 834px) {
  .job-offers-details__descriptions-list {
    grid-template-columns: 100%;
    row-gap: 24px;
  }
}
.job-offers-details__descriptions-item {
  padding-top: 24px;
  border-top: 1px solid #E5E5E5;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 24px;
       column-gap: 24px;
}
@media screen and (max-width: 834px) {
  .job-offers-details__descriptions-item {
    padding-top: 20px;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
.job-offers-details__descriptions-item-ttl {
  grid-row: 1;
  grid-column: 2;
}
.job-offers-details__descriptions-item-txt {
  grid-row: 2;
  grid-column: 2;
}
.job-offers-details__descriptions-item-icon {
  grid-row: 1/span 2;
  grid-column: 1;
  width: 100%;
  height: auto;
}
.job-offers-details__appeal {
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .job-offers-details__appeal {
    padding: 30px 0;
  }
}
.job-offers-details__appeal .inner {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 240px;
  grid-template-rows: auto 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media screen and (max-width: 834px) {
  .job-offers-details__appeal .inner {
    width: 90%;
    grid-template-columns: 100%;
  }
}
.job-offers-details__appeal-ttl {
  grid-row: 1;
  grid-column: 1;
  margin-bottom: 1.09em;
}
@media screen and (max-width: 834px) {
  .job-offers-details__appeal-ttl {
    grid-row: initial;
    grid-column: initial;
    margin-bottom: 16px;
  }
}
.job-offers-details__appeal-contents {
  grid-row: 2;
  grid-column: 1;
}
@media screen and (max-width: 834px) {
  .job-offers-details__appeal-contents {
    grid-row: initial;
    grid-column: initial;
    margin-bottom: 40px;
  }
}
.job-offers-details__appeal-contents :where(p) + :where(p) {
  margin-top: 1lh;
}
.job-offers-details__appeal-img {
  grid-row: 1/span 2;
  grid-column: 2;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .job-offers-details__appeal-img {
    grid-row: initial;
    grid-column: initial;
  }
}
.job-offers-details__appeal-img img {
  display: block;
  width: 100%;
  height: auto;
}
.job-offers-details__interview {
  padding: 32px 20px;
  background: linear-gradient(90deg, #112C99, #2D56B7 60%, #2A68D9);
  color: white;
}
@media screen and (max-width: 834px) {
  .job-offers-details__interview {
    padding: 30px 0;
  }
}
.job-offers-details__interview .recruit-grid {
  align-items: center;
}
@media screen and (max-width: 834px) {
  .job-offers-details__interview .recruit-grid {
    row-gap: 40px;
  }
}
.job-offers-details__interview-img img {
  display: block;
  width: 100%;
  aspect-ratio: 612/384;
  -o-object-fit: cover;
     object-fit: cover;
}
.job-offers-details__interview .c-ttl__01 {
  margin-bottom: var(--recruit-gap1);
}
@media screen and (max-width: 834px) {
  .job-offers-details__interview .c-ttl__01 {
    margin-bottom: 40px;
  }
}
.job-offers-details__interview .c-ttl__01 .c-ft--en, .job-offers-details__interview .c-ttl__01 .c-ft--jp {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6818181818;
}
@media screen and (max-width: 834px) {
  .job-offers-details__interview .c-ttl__01 .c-ft--jp {
    margin-top: 0;
  }
}
.job-offers-details__interview .c-ttl__01 .c-ft--jp::before {
  top: 0.5lh;
}
@media screen and (max-width: 834px) {
  .job-offers-details__interview .c-ttl__05 {
    margin-bottom: 24px;
  }
}
.job-offers-details__interview .c-btn__01 {
  margin: var(--recruit-gap1) 0 0;
}
.job-offers-details__interview-details {
  font-size: 1.3rem;
  line-height: 1.8461538462;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .job-offers-details__interview-details {
    font-size: 1.4rem;
  }
}

.interview-item {
  --elem-row-gap: 24px;
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .interview-item {
    --elem-row-gap: 16px;
  }
}
.interview-item__img {
  margin-bottom: var(--elem-row-gap);
}
.interview-item__img img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 344/424;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 834px) {
  .interview-item__img img {
    aspect-ratio: 192/248;
  }
}
.interview-item__ttl {
  margin-bottom: var(--elem-row-gap);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .interview-item__ttl {
    font-size: 1.6rem;
  }
}
.interview-item__details {
  font-size: 1.3rem;
  line-height: 1.8461538462;
}
@media screen and (max-width: 834px) {
  .interview-item__details {
    font-size: 1.4rem;
  }
}

.interview-wrap {
  padding: 32px 0 80px;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .interview-wrap {
    padding: var(--recruit-gap2) 0 var(--recruit-gap1);
  }
}
.interview-wrap__intro {
  text-align: center;
}
@media screen and (max-width: 834px) {
  .interview-wrap__intro {
    text-align: left;
  }
}
.interview-wrap__tag-list {
  margin: var(--recruit-gap1) auto;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
@media screen and (max-width: 834px) {
  .interview-wrap__tag-list {
    margin: var(--recruit-gap2) auto;
    justify-content: flex-start;
    gap: 8px;
  }
}
@media screen and (max-width: 834px) {
  .interview-wrap__ct .interview-item__img img {
    aspect-ratio: 159/192;
  }
}
@media screen and (max-width: 834px) {
  .interview-wrap__ct .interview-item__details {
    font-size: 1.2rem;
  }
}
.interview-wrap__ct .wp-pagenavi {
  margin-top: var(--recruit-gap1);
}
@media screen and (max-width: 834px) {
  .interview-wrap__ct .wp-pagenavi {
    margin-top: 64px;
  }
}

.interview-archive__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--recruit-gap1) 40px;
}
@media screen and (max-width: 834px) {
  .interview-archive__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
}

.interview-post {
  padding-bottom: 80px;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .interview-post {
    padding-bottom: var(--recruit-gap1);
  }
}
.interview-post .c-btn__01 {
  margin-top: var(--recruit-gap1);
}

.interview-article {
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .interview-article {
    margin-bottom: var(--recruit-gap1);
  }
}
.interview-article__head {
  position: relative;
}
.interview-article__head-mv {
  width: 100%;
  aspect-ratio: 1920/560;
}
@media screen and (max-width: 640px) {
  .interview-article__head-mv {
    aspect-ratio: 390/396;
    margin-bottom: 24px;
  }
}
.interview-article__head-mv img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.interview-article__head-txt {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .interview-article__head-txt {
    position: initial;
  }
}
.interview-article__head-ttl {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.6666666667;
}
@media screen and (max-width: 640px) {
  .interview-article__head-ttl {
    font-size: 2rem;
  }
}
.interview-article__head-profiles {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8461538462;
}
@media screen and (max-width: 640px) {
  .interview-article__head-profiles {
    font-size: 1.2rem;
  }
}
.interview-article__main {
  padding: 32px 0 72px;
}
@media screen and (max-width: 834px) {
  .interview-article__main {
    padding: 80px 0 40px;
    overflow-x: clip;
    overflow-y: auto;
  }
}
.interview-article__main-ttl {
  margin-bottom: 1.1em;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.6818181818;
}
@media screen and (max-width: 834px) {
  .interview-article__main-ttl {
    margin-bottom: 1.2em;
    font-size: 2rem;
  }
}
.interview-article__main-txt {
  font-weight: 500;
}
.interview-article__main-img img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 834px) {
  .interview-article__main-contents .recruit-grid {
    row-gap: 40px;
  }
}
.interview-article__main-contents + .interview-article__main-contents {
  margin-top: 72px;
}
@media screen and (max-width: 834px) {
  .interview-article__main-contents + .interview-article__main-contents {
    margin-top: 40px;
  }
}
.interview-article__main-contents[data-cont-num="1"] {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .interview-article__main-contents[data-cont-num="1"] {
    margin-bottom: var(--recruit-gap1);
  }
}
.interview-article__main-contents[data-cont-num="1"] .interview-article__main-img {
  margin-top: 40px;
}
@media screen and (max-width: 834px) {
  .interview-article__main-contents[data-cont-num="1"] .interview-article__main-img {
    position: relative;
  }
  .interview-article__main-contents[data-cont-num="1"] .interview-article__main-img img {
    display: block;
    width: 100vw;
    height: auto;
    max-width: none;
    aspect-ratio: 390/240;
    -o-object-fit: cover;
       object-fit: cover;
    position: relative;
    top: 0;
    left: 50%;
    translate: -50% 0;
  }
}
@media screen and (min-width: 835px) {
  .interview-article__main-contents[data-cont-num="3"] .interview-article__main-img {
    order: -1;
  }
}
.interview-article__timeline-bg {
  padding: 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-bg {
    padding: 30px 24px;
  }
}
@media screen and (max-width: 834px) {
  .interview-article__timeline .recruit-grid {
    row-gap: 30px;
  }
}
.interview-article__timeline-ttl {
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-ttl {
    margin-bottom: 24px;
  }
}
.interview-article__timeline-img img {
  display: block;
  width: 100%;
  height: auto;
}
.interview-article__timeline-flow {
  display: grid;
  grid-template-columns: max(6.8965517241%, 1.1em) max(17.2413793103%, 60px) 1fr;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-flow {
    grid-template-columns: 40px 1fr;
  }
}
.interview-article__timeline-item {
  --padding-size: 24px;
  grid-column: 1/span 3;
  display: grid;
  grid-template-columns: subgrid;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-item {
    grid-column: 1/span 2;
    grid-template-rows: auto 1fr;
    font-size: 1.6rem;
  }
}
.interview-article__timeline-item:last-child .interview-article__timeline-dot::after {
  height: calc(var(--padding-size) + 0.5lh);
  top: 0;
}
.interview-article__timeline-item:last-child .interview-article__timeline-time,
.interview-article__timeline-item:last-child .interview-article__timeline-detail {
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-item:last-child .interview-article__timeline-time {
    border-bottom: none;
  }
}
.interview-article__timeline-dot {
  position: relative;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-dot {
    grid-column: 1;
    grid-row: span 2;
  }
}
.interview-article__timeline-dot::before {
  content: "";
  width: 1em;
  aspect-ratio: 1/1;
  background: #112C99;
  border-radius: 50%;
  position: absolute;
  top: calc(var(--padding-size) + 0.5lh);
  left: 0;
  z-index: 2;
  translate: 0 -50%;
}
.interview-article__timeline-dot::after {
  content: "";
  width: 2px;
  height: 100%;
  background: #E5E5E5;
  position: absolute;
  top: calc(var(--padding-size) + 0.5lh);
  left: calc(0.5em - 1px);
}
.interview-article__timeline-time, .interview-article__timeline-detail {
  padding: var(--padding-size) 0;
  border-top: 1px solid #E5E5E5;
}
.interview-article__timeline-time {
  padding-right: calc((100% - 60px) / 2);
  padding-left: calc((100% - 60px) / 2);
  text-align: right;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-time {
    grid-row: 1;
    grid-column: 2;
    margin-bottom: 8px;
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
    text-align: left;
  }
}
.interview-article__timeline-detail {
  padding-left: 56px;
  padding-right: 32px;
}
@media screen and (max-width: 834px) {
  .interview-article__timeline-detail {
    grid-row: 2;
    grid-column: 2;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    border-top: none;
  }
}

.interview-others {
  margin-top: 72px;
}
@media screen and (max-width: 834px) {
  .interview-others {
    margin-top: var(--recruit-gap1);
  }
}
.interview-others__ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 834px) {
  .interview-others__ttl {
    margin-bottom: 24px;
  }
}
.interview-others__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--recruit-gap1) 65px;
}
@media screen and (max-width: 834px) {
  .interview-others__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 32px;
  }
}
@media screen and (min-width: 835px) {
  .interview-others__item:nth-child(4) {
    display: none;
  }
}
.interview-others__item .interview-item__img img {
  aspect-ratio: 410/240;
}
@media screen and (max-width: 834px) {
  .interview-others__item .interview-item__img img {
    aspect-ratio: 159/192;
  }
}
@media screen and (max-width: 834px) {
  .interview-others__item .interview-item__details {
    font-size: 1.2rem;
  }
}

.recruit-about {
  padding: 32px 0 72px;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .recruit-about {
    padding: 48px 0 56px;
  }
}
.recruit-about__intro .c-ttl__03 {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .recruit-about__intro .c-ttl__03 {
    margin-bottom: 40px;
    font-weight: bold;
  }
}
.recruit-about__intro-img {
  margin-top: 40px;
}
.recruit-about__intro-img img {
  display: block;
  width: 100%;
}
.recruit-about__system {
  margin: 72px 0;
  padding-bottom: 64px;
  position: relative;
}
@media screen and (max-width: 834px) {
  .recruit-about__system {
    margin: 56px 0 48px;
    padding-bottom: 30px;
  }
}
.recruit-about__system::before {
  content: "";
  width: 100%;
  height: 768px;
  background: url(../img/recruit/about/about-contents-bg.jpg) no-repeat center/cover;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .recruit-about__system::before {
    height: auto;
    aspect-ratio: 390/1066;
    background: url(../img/recruit/about/about-contents-bg-sp.jpg) no-repeat center/cover;
  }
}
.recruit-about__system .inner {
  position: relative;
  z-index: 2;
}
.recruit-about__system-img {
  margin-top: 40px;
}
.recruit-about__system-img img {
  display: block;
  width: 100%;
}
.recruit-about__system-features {
  margin-top: 64px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}
@media screen and (max-width: 640px) {
  .recruit-about__system-features {
    margin-top: 40px;
    grid-template-columns: 100%;
    row-gap: 16px;
  }
}
.recruit-about__system-feature {
  padding: 24px 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .recruit-about__system-feature {
    padding: 24px 24px 16px;
  }
}
.recruit-about__system-feature .c-ttl__03 {
  margin-bottom: 24px;
}
@media screen and (max-width: 640px) {
  .recruit-about__system-feature .c-ttl__03 {
    font-weight: bold;
  }
}
@media screen and (max-width: 640px) {
  .recruit-about__system.bg-long::before {
    aspect-ratio: 390/1090;
  }
}

.recruit-faq {
  padding: 32px 0 72px;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .recruit-faq {
    padding: 48px 0 56px;
  }
}
.recruit-faq__nav {
  margin-top: 40px;
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .recruit-faq__nav {
    margin-bottom: 56px;
  }
}
.recruit-faq__bg {
  padding: 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .recruit-faq__bg {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 834px) {
  .recruit-faq__group {
    margin-top: 0;
    padding: 30px 20px;
    background: white;
  }
}
.recruit-faq__group + .recruit-faq__group {
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-faq__group + .recruit-faq__group {
    margin-top: 40px;
  }
}
.recruit-faq__list {
  margin-top: 56px;
  border-top: 1px solid #E5E5E5;
}
@media screen and (max-width: 834px) {
  .recruit-faq__list {
    margin-top: 40px;
  }
}
.recruit-faq__item {
  border-bottom: 1px solid #E5E5E5;
}
.recruit-faq__item .js-accordion {
  --padding-size-b: 24px;
  --padding-size-i: 32px;
  padding: var(--padding-size-b) var(--padding-size-i);
}
@media screen and (max-width: 834px) {
  .recruit-faq__item .js-accordion {
    --padding-size-i: 27px;
    padding: var(--padding-size-b) 0;
  }
}
.recruit-faq__item .js-accordion-header,
.recruit-faq__item .js-accordion-content {
  padding-left: var(--padding-size-i);
  position: relative;
}
.recruit-faq__item .js-accordion-header::before,
.recruit-faq__item .js-accordion-content::before {
  font-family: "Poppins", serif;
  font-weight: 100;
  font-size: 2.4rem;
  line-height: 1.375;
  color: #112C99;
  position: absolute;
  left: 0;
  translate: 0 -50%;
}
@media screen and (max-width: 834px) {
  .recruit-faq__item .js-accordion-header::before,
  .recruit-faq__item .js-accordion-content::before {
    font-size: 2rem;
  }
}
.recruit-faq__item .js-accordion-header {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5;
  cursor: pointer;
}
@media screen and (max-width: 834px) {
  .recruit-faq__item .js-accordion-header {
    font-size: 1.6rem;
  }
}
.recruit-faq__item .js-accordion-header::before {
  content: "Q.";
  top: 13.5px;
}
@media screen and (max-width: 834px) {
  .recruit-faq__item .js-accordion-header::before {
    top: 12px;
  }
}
.recruit-faq__item .js-accordion-content::before {
  content: "A.";
  top: calc(16px + var(--padding-size-b));
}
@media screen and (max-width: 834px) {
  .recruit-faq__item .js-accordion-content::before {
    top: calc(14px + var(--padding-size-b));
  }
}
.recruit-faq__item .js-accordion-content-txt {
  margin-top: var(--padding-size-b);
}

.recruit-benefits__nav {
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__nav {
    margin-bottom: var(--recruit-gap1);
  }
}
.recruit-benefits__contents {
  padding: 32px 0;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__contents {
    padding: var(--recruit-gap1) 0;
  }
}
.recruit-benefits__contents-img {
  margin-top: 40px;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__contents-img {
    margin-bottom: 40px;
  }
}
.recruit-benefits__contents-box {
  padding: 24px 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__contents-box {
    padding: 30px 20px;
  }
}
.recruit-benefits__contents-box + .recruit-benefits__contents-box {
  margin-top: 32px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__contents-box + .recruit-benefits__contents-box {
    margin-top: 40px;
  }
}
.recruit-benefits__contents-box-ttl {
  margin-bottom: 32px;
  font-weight: 500;
  font-size: clamp(2rem, 1.2vw, 2.2rem);
  line-height: 1.6818181818;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__contents-box-ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
    line-height: 1.4444444444;
  }
}
@media screen and (max-width: 834px) {
  .recruit-benefits__contents-box .recruit-grid {
    row-gap: 0;
  }
}
.recruit-benefits__contents .c-btn__01 {
  margin-top: var(--recruit-gap1);
}
.recruit-benefits__group {
  max-width: 1648px;
  margin: 72px auto;
  padding: 32px 0;
  background: linear-gradient(90deg, #112C99, #2D56B7 60%, #2A68D9);
}
@media screen and (max-width: 834px) {
  .recruit-benefits__group {
    margin: var(--recruit-gap1) auto;
  }
}
.recruit-benefits__group .hr-border {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__group .hr-border {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.recruit-benefits__group-body {
  padding: 32px;
  background: white;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__group-body {
    padding: 32px 20px;
  }
}
.recruit-benefits__group-intro {
  margin-bottom: 32px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__group-intro {
    font-size: 1.6rem;
  }
}
.recruit-benefits__group-mynavi {
  display: block;
  max-width: 130px;
}
.recruit-benefits__details {
  margin-top: 64px;
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__details {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.recruit-benefits__details-list {
  display: grid;
  grid-template-columns: 230px 1fr;
  border-bottom: 1px solid #E5E5E5;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__details-list {
    grid-template-columns: 100%;
  }
}
.recruit-benefits__details-list dt, .recruit-benefits__details-list dd {
  padding-top: 24px;
  padding-bottom: 24px;
  border-top: 1px solid #E5E5E5;
}
.recruit-benefits__details-list dt {
  grid-column: 1;
  font-weight: bold;
  padding-left: 32px;
  padding-right: 1em;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__details-list dt {
    grid-column: initial;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 16px;
  }
}
.recruit-benefits__details-list dd {
  grid-column: 2;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__details-list dd {
    grid-column: initial;
    padding-top: 0;
    border-top: none;
  }
}
.recruit-benefits__flow-ttl {
  margin-bottom: 40px;
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: bold;
  color: #01276F;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__flow-ttl {
    margin-bottom: 24px;
  }
}
.recruit-benefits__flow-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: auto 1fr;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-list {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
    gap: 30px 0;
  }
}
.recruit-benefits__flow-item {
  grid-row: span 2;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: subgrid;
  background: #F1F3F5;
  position: relative;
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item {
    grid-row: initial;
    grid-column: span 2;
    grid-template-columns: subgrid;
    grid-template-rows: auto;
  }
}
.recruit-benefits__flow-item::after {
  content: "";
  width: 15px;
  aspect-ratio: 15/32;
  background: #919699;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 97px;
  left: calc(100% + 11px);
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item::after {
    width: 30px;
    aspect-ratio: 30/13;
    top: calc(100% + 8px);
    left: 50%;
    translate: -50% 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
  }
}
.recruit-benefits__flow-item-head {
  padding: 8px 6.78%;
  background: #112C99;
  color: white;
  font-weight: 300;
  font-family: "Poppins", serif;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item-head {
    padding: 11px 12px;
    font-size: 1.1rem;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
}
.recruit-benefits__flow-item-head span {
  margin-left: 8px;
  font-weight: 200;
  font-size: 5rem;
  line-height: 1.42;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__flow-item-head span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item-head span {
    margin-left: 0;
    font-size: 4.8rem;
  }
}
.recruit-benefits__flow-item-txt {
  padding: 16px 6.78%;
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item-txt {
    align-self: center;
    padding: 22px 24px;
  }
}
.recruit-benefits__flow-item-txt h4 {
  font-size: 2.4rem;
  line-height: 1.4583333333;
  font-weight: 500;
  color: #01276F;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__flow-item-txt h4 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item-txt h4 {
    font-size: 2rem;
  }
}
.recruit-benefits__flow-item-txt .c-txt__basic {
  margin-top: 16px;
}
@media screen and (max-width: 640px) {
  .recruit-benefits__flow-item-txt .c-txt__basic {
    margin-top: 8px;
  }
}
.recruit-benefits__flow-item:last-child::after {
  content: none;
}
.recruit-benefits__job + .recruit-benefits__job {
  margin-top: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__job + .recruit-benefits__job {
    margin-top: 40px;
  }
}
.recruit-benefits__job .c-ttl__03 {
  margin-bottom: 24px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__job .c-ttl__03 {
    font-weight: bold;
  }
}
.recruit-benefits__job-detail {
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__job-detail {
    gap: 16px;
  }
}
.recruit-benefits__job-box {
  padding: 24px 32px;
  background: #F1F3F5;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__job-box {
    padding: 16px 24px;
  }
}
.recruit-benefits__career {
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__career {
    margin-bottom: 40px;
  }
}
.recruit-benefits__link {
  margin-top: 64px;
  margin-bottom: 72px;
}
@media screen and (max-width: 834px) {
  .recruit-benefits__link {
    margin-top: 40px;
    margin-bottom: 56px;
  }
}

.application-form__intro {
  margin-bottom: 64px;
}
@media screen and (max-width: 834px) {
  .application-form__intro {
    margin-bottom: 40px;
  }
}
.application-form .contact-form__note {
  margin-left: 8px;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  font-weight: normal;
}

.wpcf7-checkbox .wpcf7-list-item label input:checked + .wpcf7-list-item-label:after {
  transform: scale(1) translateY(-50%) rotate(45deg) !important;
}/*# sourceMappingURL=recruit.css.map */