@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font-size */
/* ============================================ */
/* font-family */
/* ============================================ */
/* recruit */
/* ============================================ */
.recruit-main {
  background: linear-gradient(354deg, transparent 2.89%, #E4E5FF 95.22%);
  padding-bottom: 20.83vw;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-main {
    padding-bottom: calc(48px + 41.17vw);
  }
}
.recruit-main__bg {
  position: absolute;
}
.recruit-main__bg.--bg01 {
  width: 54.48vw;
  top: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .recruit-main__bg.--bg01 {
    width: 81.72vw;
  }
}
.recruit-main__bg.--bg02 {
  width: 39.69vw;
  top: calc(108px + 16.56vw);
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-main__bg.--bg02 {
    width: 59.535vw;
    top: calc(56px + 45vw);
  }
}
.recruit-main__bg.--bg03 {
  width: 49vw;
  right: 0;
  bottom: 0;
}
@media all and (max-width: 896px) {
  .recruit-main__bg.--bg03 {
    width: 73.5vw;
  }
}
.recruit-main__bg img {
  width: 100%;
  max-width: none;
}
.recruit-main__circle {
  position: absolute;
}
.recruit-main__circle.--work__circle {
  width: 12.29vw;
  top: 65px;
  right: 25vw;
}
@media all and (max-width: 896px) {
  .recruit-main__circle.--work__circle {
    width: 18.435vw;
    top: 12px;
    right: 26vw;
  }
}
.recruit-main__circle.--work__circle .recruit-main__circle__inner::before {
  background: #B3B4DF;
}
.recruit-main__circle.--code__circle {
  width: 23.59vw;
  top: calc(108px + 6.93vw);
  right: -3.65vw;
}
@media all and (max-width: 896px) {
  .recruit-main__circle.--code__circle {
    width: 35.385vw;
    top: calc(56px + 7.2vw);
  }
}
.recruit-main__circle.--code__circle .recruit-main__circle__inner::before {
  background: #5B5DB9;
}
.recruit-main__circle.--business__circle {
  width: 12.29vw;
  left: 1.7vw;
  bottom: 21.67vw;
}
@media all and (max-width: 896px) {
  .recruit-main__circle.--business__circle {
    width: 18.435vw;
    left: 4vw;
    bottom: 18vw;
  }
}
.recruit-main__circle.--business__circle .recruit-main__circle__inner::before {
  background: #9DB4DE;
}
.recruit-main__circle.--family__circle {
  width: 17.29vw;
  right: 22.23vw;
  bottom: 12.4vw;
}
@media all and (max-width: 896px) {
  .recruit-main__circle.--family__circle {
    width: 25.935vw;
    right: 6vw;
    bottom: 6vw;
  }
}
.recruit-main__circle.--family__circle .recruit-main__circle__inner::before {
  background: #9DB4DE;
}
.recruit-main__circle.--remote__circle {
  width: 20.52vw;
  bottom: 5.58vw;
  left: 18.96vw;
}
@media all and (max-width: 896px) {
  .recruit-main__circle.--remote__circle {
    width: 30.78vw;
    left: 30vw;
    bottom: 0.58vw;
  }
}
.recruit-main__circle.--remote__circle .recruit-main__circle__inner::before {
  background: #5B5DB9;
}
.recruit-main__circle.--about__circle {
  width: 27.45vw;
  bottom: 6.25vw;
  left: -1.2vw;
}
@media all and (max-width: 896px) {
  .recruit-main__circle.--about__circle {
    width: 41.175vw;
    bottom: 32px;
    left: 29.4125vw;
  }
}
.recruit-main__circle.--about__circle .recruit-main__circle__inner::before {
  background: #B3B4DF;
}
.recruit-main__circle__inner {
  padding-top: 100%;
  position: relative;
}
.recruit-main__circle__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(29, 32, 136, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-main__circle__inner::before {
    box-shadow: 2px 2px 10px 0px rgba(29, 32, 136, 0.4);
  }
}
.recruit-main__circle__img {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.recruit-main__circle__img.--work__img {
  width: 76.27%;
}
.recruit-main__circle__img.--code__img {
  width: 63.13%;
}
.recruit-main__circle__img.--business__img {
  width: 59.32%;
}
.recruit-main__circle__img.--family__img {
  width: 75.3%;
}
.recruit-main__circle__img.--remote__img {
  width: 64.97%;
}
.recruit-main__circle__img.--about__img {
  width: 63.76%;
}
.recruit-main__circle__img img {
  width: 100%;
  max-width: none;
}
.recruit-main__circle__img svg {
  width: 100%;
  max-width: none;
}
.recruit-main__wrapper {
  position: relative;
}
.recruit-main__container {
  width: calc(100% - 18.75vw);
  margin-inline: auto;
  position: relative;
  z-index: 10;
}
@media all and (max-width: 1600px) {
  .recruit-main__container {
    width: calc(100% - 64px);
  }
}
@media all and (max-width: 896px) {
  .recruit-main__container {
    width: calc(100% - 30px);
  }
}
.recruit-main__inner {
  padding-top: calc(108px + 2vw);
  padding-right: 12vw;
  padding-bottom: 32.29vw;
}
@media all and (max-width: 1600px) {
  .recruit-main__inner {
    padding-right: 15vw;
  }
}
@media all and (max-width: 896px) {
  .recruit-main__inner {
    padding-top: calc(56px + 4vw);
    padding-right: 0;
    padding-bottom: 40vw;
  }
}
.recruit-main__en {
  font-size: clamp(1.5rem, 1.1835rem + 1.3502vw, 2.5rem);
  font-weight: 500;
  line-height: 1.2;
  margin-top: 56px;
}
@media all and (max-width: 896px) {
  .recruit-main__en {
    margin-top: 32px;
  }
}
.recruit-main__ttl {
  font-size: clamp(1rem, 0.9604rem + 0.1688vw, 1.125rem);
  font-weight: 500;
  margin-top: 12px;
  color: #1D2088;
}
@media all and (max-width: 896px) {
  .recruit-main__ttl {
    margin-top: 8px;
  }
}
.recruit-main__catch {
  font-family: "Gothic A1", sans-serif;
  font-style: normal;
  font-size: clamp(2rem, 1.0506rem + 4.0506vw, 5rem);
  font-weight: 700;
  color: #1D2088;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-message {
    margin-top: 40px;
  }
}
.recruit-message__container {
  width: 70%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 20;
}
@media all and (max-width: 896px) {
  .recruit-message__container {
    width: 100%;
  }
}
.recruit-message__catch {
  font-size: clamp(1.75rem, 1.2642rem + 2.0725vw, 3rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-message__catch {
    margin-top: 20px;
  }
}
.recruit-message__txt {
  font-size: clamp(1.0625rem, 0.9896rem + 0.3109vw, 1.25rem);
  line-height: 2.4;
  letter-spacing: 0.1em;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .recruit-message__txt {
    margin-top: 20px;
  }
}
.recruit-detail__wrapper {
  display: flex;
}
.recruit-detail__container {
  flex-grow: 1;
  container-type: inline-size;
}
.recruit-detail__inner {
  padding: 0 7.56cqw 200px;
}
@media all and (max-width: 896px) {
  .recruit-detail__inner {
    padding: 0 15px 100px;
  }
}
@media all and (max-width: 896px) {
  .recruit-detail__anchor {
    margin-top: 32px;
  }
}
.recruit-detail__anchor .common-ttl {
  font-size: clamp(1.25rem, 1.0701rem + 0.7678vw, 1.5rem);
}
.recruit-detail__anchor__link {
  cursor: pointer;
}
.recruit-detail__anchor__circle {
  padding: 20px 0;
}
.recruit-detail__anchor__circle__inner {
  padding-top: 100%;
  position: relative;
}
.recruit-detail__anchor__circle__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 4px 4px 20px 0px rgba(29, 32, 136, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-detail__anchor__circle__img {
  width: 80.75%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.recruit-detail__anchor__circle__img.--life__slide {
  width: 80.75%;
}
.recruit-detail__anchor__circle__img.--interview__slide {
  width: 78.5%;
}
.recruit-detail__anchor__circle__img.--welfare__slide {
  width: 85%;
}
.recruit-detail__anchor__circle__img.--guidelines__slide {
  width: 55.25%;
}
.recruit-detail__anchor__circle__img img {
  width: 100%;
  max-width: none;
}
.recruit-detail__anchor__circle__img svg {
  width: 100%;
  max-width: none;
}
.recruit-detail__anchor .splide__arrow {
  width: 2.56em;
  height: 2.56em;
  opacity: 1;
  background: url("../images/common/slide_arrow_next.svg") center center/contain no-repeat;
}
.recruit-detail__anchor .splide__arrow--prev {
  background-image: url("../images/common/slide_arrow_prev.svg");
}
.recruit-detail__anchor .splide__arrow svg {
  opacity: 0;
}
.recruit-life {
  padding-top: calc(108px + 2vw);
}
@media all and (max-width: 896px) {
  .recruit-life {
    padding-top: calc(56px + 2vw);
  }
}
.recruit-life__container {
  padding: 56px 4.24cqw;
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 30px 0px rgba(29, 32, 136, 0.3);
}
@media all and (max-width: 896px) {
  .recruit-life__container {
    padding: 32px 20px;
    border-radius: 12px;
  }
}
.recruit-life__container + .recruit-life__container {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-life__container + .recruit-life__container {
    margin-top: 40px;
  }
}
.recruit-life__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 24px 32px;
}
@media all and (max-width: 1025px) {
  .recruit-life__inner {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .recruit-life__inner {
    gap: 20px 24px;
  }
}
.recruit-life__contents {
  flex-grow: 1;
}
@media all and (max-width: 1025px) {
  .recruit-life__contents {
    width: 100%;
  }
}
.recruit-life__catch {
  font-size: clamp(1.125rem, 1.0278rem + 0.4145vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1D2088;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .recruit-life__catch {
    margin-top: 24px;
  }
}
.recruit-life__txt {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 24px;
}
@media all and (max-width: 896px) {
  .recruit-life__txt {
    margin-top: 16px;
  }
}
.recruit-life__img {
  flex-shrink: 0;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .recruit-life__img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.recruit-life__img img {
  border-radius: 16px;
}
@media all and (max-width: 896px) {
  .recruit-life__img img {
    border-radius: 12px;
  }
}
.recruit-life__slide {
  flex-shrink: 0;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .recruit-life__slide {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.recruit-life__slide .splide {
  padding-bottom: 30px;
}
@media all and (max-width: 896px) {
  .recruit-life__slide .splide {
    padding-bottom: 26px;
  }
}
.recruit-life__slide .splide__slide img {
  border-radius: 16px;
}
@media all and (max-width: 896px) {
  .recruit-life__slide .splide__slide img {
    border-radius: 12px;
  }
}
.recruit-life__slide .splide__pagination {
  bottom: 0;
}
.recruit-life__slide .splide__pagination__page {
  width: 10px;
  height: 10px;
  transform: scale(1);
  opacity: 1;
  background: rgba(51, 51, 51, 0.4);
  margin: 0 8px;
}
@media all and (max-width: 896px) {
  .recruit-life__slide .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.recruit-life__slide .splide__pagination__page.is-active {
  background: rgba(51, 51, 51, 0.8);
}
.recruit-interview {
  padding-top: calc(108px + 2vw);
}
@media all and (max-width: 896px) {
  .recruit-interview {
    padding-top: calc(56px + 2vw);
  }
}
.recruit-interview__wrapper {
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 30px 0px rgba(29, 32, 136, 0.3);
}
@media all and (max-width: 896px) {
  .recruit-interview__wrapper {
    border-radius: 12px;
  }
}
.recruit-interview__wrapper + .recruit-interview__wrapper {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-interview__wrapper + .recruit-interview__wrapper {
    margin-top: 40px;
  }
}
.recruit-interview__work {
  width: calc(100% - 4.24cqw);
  display: flex;
  gap: 0 24px;
}
@media all and (max-width: 896px) {
  .recruit-interview__work {
    width: calc(100% - 20px);
    flex-direction: column;
  }
}
.recruit-interview__work dt {
  text-align: center;
  flex-shrink: 0;
  padding: 20px 0.6em;
  width: 22%;
  min-width: 240px;
  background: #1D2088;
  color: #fff;
  font-size: clamp(1.125rem, 0.9793rem + 0.6218vw, 1.5rem);
  font-weight: 700;
  line-height: 1.4;
  display: grid;
  place-content: center;
  border-radius: 16px 0 16px 0;
}
@media all and (max-width: 896px) {
  .recruit-interview__work dt {
    text-align: left;
    padding: 20px 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    min-width: inherit;
    border-radius: 12px 0 12px 0;
    display: inline-block;
  }
}
.recruit-interview__work dd {
  flex-grow: 1;
  padding: 20px 0;
  border-bottom: 1px solid #1D2088;
  color: #1D2088;
}
@media all and (max-width: 896px) {
  .recruit-interview__work dd {
    padding: 16px 0;
    margin-left: 20px;
  }
}
.recruit-interview__work__block {
  display: flex;
  align-items: center;
}
.recruit-interview__work__name {
  font-size: clamp(1.0625rem, 0.9896rem + 0.3109vw, 1.25rem);
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.recruit-interview__work__name .txt_large {
  font-size: 2.55em;
}
.recruit-interview__work__name .txt_year {
  font-size: 0.9em;
}
.recruit-interview__container {
  padding: 56px 4.24cqw;
}
@media all and (max-width: 896px) {
  .recruit-interview__container {
    padding: 40px 20px;
  }
}
.recruit-interview__inner {
  display: flex;
  gap: 24px 32px;
}
@media all and (max-width: 1025px) {
  .recruit-interview__inner {
    flex-direction: column;
  }
}
@media all and (max-width: 896px) {
  .recruit-interview__inner {
    gap: 20px 24px;
  }
}
.recruit-interview__inner + .recruit-interview__inner {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-interview__inner + .recruit-interview__inner {
    margin-top: 40px;
  }
}
.recruit-interview__contents {
  flex-grow: 1;
}
@media all and (max-width: 1025px) {
  .recruit-interview__contents {
    width: 100%;
  }
}
.recruit-interview__qa > dt {
  font-size: clamp(1.125rem, 1.0278rem + 0.4145vw, 1.375rem);
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #1D2088;
  padding-left: 1.4em;
  position: relative;
}
.recruit-interview__qa > dt::before {
  content: "Q.";
  line-height: 1.5;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-interview__qa > dd {
  margin-top: 20px;
}
@media all and (max-width: 896px) {
  .recruit-interview__qa > dd {
    margin-top: 16px;
  }
}
.recruit-interview__txt {
  line-height: 2;
  letter-spacing: 0.1em;
}
.recruit-interview__img {
  flex-shrink: 0;
  width: 50%;
}
@media all and (max-width: 1025px) {
  .recruit-interview__img {
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
}
.recruit-interview__img img {
  border-radius: 16px;
}
@media all and (max-width: 896px) {
  .recruit-interview__img img {
    border-radius: 12px;
  }
}
.recruit-interview__schedule {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-interview__schedule {
    margin-top: 40px;
  }
}
.recruit-interview__schedule__container {
  background: #dcdeed;
  border-radius: 16px;
  padding: 48px 3.64cqw;
}
@media all and (max-width: 896px) {
  .recruit-interview__schedule__container {
    border-radius: 12px;
    padding: 32px 20px;
  }
}
.recruit-interview__schedule__list {
  font-size: clamp(1.125rem, 0.9793rem + 0.6218vw, 1.5rem);
  position: relative;
}
.recruit-interview__schedule__list::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 1.4em);
  background: #1D2088;
  position: absolute;
  top: 0.7em;
  left: calc(1.75em - 0.5px);
}
.recruit-interview__schedule__item {
  display: flex;
  align-items: flex-start;
  gap: 3cqw;
  position: relative;
  z-index: 10;
}
.recruit-interview__schedule__item + .recruit-interview__schedule__item {
  margin-top: 20px;
}
.recruit-interview__schedule__item > dt {
  flex-shrink: 0;
  text-align: center;
  width: 3.6em;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #1D2088;
  background: #dcdeed;
  margin-top: 0.6em;
}
.recruit-interview__schedule__item > dd {
  flex-grow: 1;
  padding: 0.7em 1.3em;
  border-radius: 8px;
  background: #fff;
}
.recruit-interview__schedule__ttl {
  word-break: keep-all;
  font-size: clamp(1.0625rem, 0.9896rem + 0.3109vw, 1.25rem);
  font-weight: 700;
  color: #1D2088;
}
.recruit-interview__message {
  margin-top: 48px;
  padding: 48px 0 48px 32px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 896px) {
  .recruit-interview__message {
    padding: 0;
    border-radius: 12px;
  }
}
.recruit-interview__message__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media all and (max-width: 896px) {
  .recruit-interview__message__img {
    position: static;
  }
}
.recruit-interview__message__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 35% 40%;
     object-position: 35% 40%;
}
@media all and (max-width: 896px) {
  .recruit-interview__message__img img {
    aspect-ratio: 2/1;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.recruit-interview__message__container {
  position: relative;
  z-index: 10;
}
.recruit-interview__message__inner {
  margin: 0 0 0 auto;
  padding: 32px 4.24cqw 32px 3cqw;
  width: 50%;
  max-width: 500px;
  background: rgba(29, 32, 136, 0.8);
  border-radius: 12px 0 0 12px;
}
@media all and (max-width: 896px) {
  .recruit-interview__message__inner {
    padding: 24px 20px;
    width: 100%;
    max-width: inherit;
    border-radius: 0;
  }
}
.recruit-interview__message__txt {
  color: #fff;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 20px;
}
.recruit-welfare {
  padding-top: calc(108px + 2vw);
}
.recruit-welfare__container {
  padding: 56px 4.24cqw;
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 30px 0px rgba(29, 32, 136, 0.3);
}
@media all and (max-width: 896px) {
  .recruit-welfare__container {
    padding: 32px 20px;
    border-radius: 12px;
  }
}
.recruit-welfare__container + .recruit-welfare__container {
  margin-top: 48px;
}
@media all and (max-width: 896px) {
  .recruit-welfare__container + .recruit-welfare__container {
    margin-top: 40px;
  }
}
.recruit-welfare__inner {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 6cqw;
  margin-top: 32px;
}
@media all and (max-width: 896px) {
  .recruit-welfare__inner {
    gap: 32px 6cqw;
    margin-top: 24px;
  }
}
.recruit-welfare__inner.--three .recruit-welfare__contents {
  width: calc((100% - 12cqw) / 3);
}
@media all and (max-width: 1025px) {
  .recruit-welfare__inner.--three .recruit-welfare__contents {
    width: calc((100% - 6cqw) / 2);
  }
}
@media all and (max-width: 480px) {
  .recruit-welfare__inner.--three .recruit-welfare__contents {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .recruit-welfare__inner.--three .recruit-welfare__contents:nth-of-type(odd)::before {
    content: none;
  }
}
.recruit-welfare__inner.--four .recruit-welfare__contents {
  width: calc((100% - 18cqw) / 4);
}
@media all and (max-width: 1025px) {
  .recruit-welfare__inner.--four .recruit-welfare__contents {
    width: calc((100% - 6cqw) / 2);
  }
}
@media all and (max-width: 480px) {
  .recruit-welfare__inner.--four .recruit-welfare__contents {
    width: 100%;
  }
}
@media all and (max-width: 1025px) {
  .recruit-welfare__inner.--four .recruit-welfare__contents:nth-of-type(odd)::before {
    content: none;
  }
}
@media all and (max-width: 480px) {
  .recruit-welfare__inner.--four .recruit-welfare__contents:nth-of-type(odd)::before {
    content: "";
  }
}
.recruit-welfare__contents {
  width: calc((100% - 6cqw) / 2);
  position: relative;
}
@media all and (max-width: 480px) {
  .recruit-welfare__contents {
    width: 100%;
  }
}
.recruit-welfare__contents::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 100%;
  background: #E8EBED;
  position: absolute;
  top: 0;
  left: -3cqw;
}
@media all and (max-width: 480px) {
  .recruit-welfare__contents::before {
    width: 100%;
    height: 1px;
    top: -16px;
    left: 0;
  }
}
.recruit-welfare__contents:first-of-type::before {
  content: none !important;
}
.recruit-welfare__img {
  max-width: 200px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .recruit-welfare__img {
    max-width: 150px;
  }
}
.recruit-welfare__img img {
  width: 100%;
  max-width: none;
}
.recruit-welfare__img svg {
  width: 100%;
  max-width: none;
}
.recruit-welfare__ttl {
  word-break: keep-all;
  text-align: center;
  font-size: clamp(1.25rem, 1.1528rem + 0.4145vw, 1.5rem);
  font-weight: 500;
  color: #1D2088;
  margin-top: 8px;
}
@media all and (max-width: 896px) {
  .recruit-welfare__ttl {
    margin-top: 6px;
  }
}
.recruit-welfare__sub {
  word-break: keep-all;
  text-align: center;
  font-weight: 500;
  color: #1D2088;
  margin-top: 4px;
}
.recruit-welfare__sub .txt_large {
  font-size: 1.5em;
}
.recruit-welfare__txt {
  line-height: 2;
  letter-spacing: 0.1em;
  margin-top: 12px;
}
@media all and (max-width: 896px) {
  .recruit-welfare__txt {
    margin-top: 10px;
  }
}
.recruit-guidelines {
  padding-top: calc(108px + 4vw);
}
@media all and (max-width: 896px) {
  .recruit-guidelines {
    padding-top: calc(56px + 2vw);
  }
}
.recruit-guidelines__container {
  padding: 56px 4.24cqw;
  background: #fff;
  border-radius: 16px;
  box-shadow: 4px 4px 30px 0px rgba(29, 32, 136, 0.3);
}
@media all and (max-width: 896px) {
  .recruit-guidelines__container {
    padding: 32px 20px;
    border-radius: 12px;
  }
}
.recruit-guidelines__table table {
  width: 100%;
  border-collapse: collapse;
}
@media all and (max-width: 896px) {
  .recruit-guidelines__table tbody {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .recruit-guidelines__table tr {
    width: 100%;
    display: block;
  }
}
.recruit-guidelines__table th {
  padding: 18px 3cqw;
  background: #1D2088;
  border: 1px solid #E8EBED;
  font-size: clamp(0.9375rem, 0.8646rem + 0.3109vw, 1.125rem);
  font-weight: 700;
  color: #fff;
}
@media all and (max-width: 896px) {
  .recruit-guidelines__table th {
    padding: 12px 16px;
    width: 100%;
    display: block;
    border-color: #1D2088;
  }
}
.recruit-guidelines__table td {
  padding: 18px 3cqw;
  background: #fff;
  border: 1px solid #E8EBED;
  font-weight: 500;
  line-height: 2;
}
@media all and (max-width: 896px) {
  .recruit-guidelines__table td {
    padding: 12px 16px;
    width: 100%;
    display: block;
  }
}
.recruit-guidelines__table__list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 0;
}
.recruit-guidelines__table__list > li {
  text-align: center;
  width: 6em;
  padding: 0.6em 0.4em;
  border-radius: 8px;
  background: rgba(51, 51, 51, 0.15);
  margin-left: 40px;
  position: relative;
}
.recruit-guidelines__table__list > li::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("../images/common/arrow_right.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  left: -27px;
  translate: 0 -50%;
}
.recruit-guidelines__table__list > li:first-of-type {
  margin-left: 0;
}
.recruit-guidelines__table__list > li:first-of-type::before {
  content: none;
}
.recruit-nav {
  flex-shrink: 0;
  padding: calc(108px + 1vw) 20px 40px;
  width: 31.25%;
  max-width: 320px;
  background: #F3F4F5;
}
@media all and (max-width: 896px) {
  .recruit-nav {
    display: none;
  }
}
.recruit-nav .common-ttl {
  font-size: clamp(1.375rem, 1.0469rem + 0.5859vw, 1.75rem);
}
.recruit-nav__container {
  padding-top: 129%;
  position: relative;
}
.recruit-nav__inner {
  display: none;
  opacity: 0;
  width: 100%;
  background: #F3F4F5;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-nav__circle {
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
  margin-top: 12px;
}
.recruit-nav__circle__inner {
  padding-top: 100%;
  position: relative;
}
.recruit-nav__circle__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-nav__circle__img {
  width: 80.75%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.recruit-nav__circle__img.--life__img {
  width: 80.75%;
}
.recruit-nav__circle__img.--interview__img {
  width: 78.5%;
}
.recruit-nav__circle__img.--welfare__img {
  width: 85%;
}
.recruit-nav__circle__img.--guidelines__img {
  width: 55.25%;
}
.recruit-nav__circle__img img {
  width: 100%;
  max-width: none;
}
.recruit-nav__circle__img svg {
  width: 100%;
  max-width: none;
}
.recruit-nav__anchor {
  margin-top: 16px;
}
.recruit-nav__anchor__list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.recruit-nav__anchor__item {
  cursor: pointer;
  display: block;
  opacity: 1;
  position: relative;
}
.recruit-nav__anchor__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #B8C0C5;
  position: absolute;
  bottom: -9px;
  left: 0;
}
.recruit-nav__anchor__item:last-of-type::after {
  content: none;
}
.recruit-nav__anchor__link {
  display: flex;
  align-items: center;
  gap: 12px;
  opacity: 0.6;
  padding-right: 20px;
  position: relative;
  transition: all 0.3s ease-out;
}
.recruit-nav__anchor__link::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/common/arrow_bottom.svg") center center/contain no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
@media (hover: hover) {
  .recruit-nav__anchor__link:hover {
    opacity: 1;
  }
}
.recruit-nav__anchor__circle {
  flex-shrink: 0;
  width: 20%;
}
.recruit-nav__anchor__ttl {
  font-size: clamp(0.875rem, 0.7656rem + 0.1953vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.1em;
}
.recruit-entry {
  box-shadow: 6px 6px 30px rgba(29, 32, 136, 0.4);
  position: relative;
  z-index: 400;
}
.recruit-entry__wrapper {
  padding: 40px 0 72px;
  background: url("../images/recruit/entry_bg.webp") center center/cover no-repeat;
  position: relative;
  overflow: hidden;
}
.recruit-entry__wrapper::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(87deg, #7779B8, #1D2088);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-entry__wrapper::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/common/contact_bg.png") top left/455px auto repeat;
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 75%, #000 100%);
          mask-image: linear-gradient(90deg, #000 0%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 75%, #000 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media all and (max-width: 896px) {
  .recruit-entry__wrapper::after {
    background: url("../images/common/contact_bg.png") top left/303px auto repeat;
  }
}
.recruit-entry__en {
  white-space: nowrap;
  font-size: clamp(5rem, 2.4211rem + 11.0032vw, 15.625rem);
  font-weight: 500;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -0.22em;
  left: 50%;
  translate: -50% 0;
  z-index: 5;
}
.recruit-entry__container {
  position: relative;
  z-index: 10;
}
.recruit-entry__txt {
  text-align: center;
  word-break: keep-all;
  font-size: clamp(1rem, 0.9514rem + 0.2073vw, 1.125rem);
  color: #fff;
  line-height: 2;
  margin-top: 20px;
}
.recruit-entry__btn {
  margin-top: 32px;
  margin-inline: auto;
  max-width: 400px;
}
.recruit-entry__btn__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 1em;
  background: #E84820;
  border-radius: 9999px;
  border: 2px solid #E84820;
  color: #fff;
  font-size: clamp(1.25rem, 1.1043rem + 0.6218vw, 1.625rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: 0.123em 0.123em 0.615em 0px rgba(0, 0, 0, 0.3);
}
.recruit-entry__btn__link::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}
.recruit-entry__list {
  margin-top: 32px;
  display: flex;
  justify-content: center;
  gap: 24px 2.99cqw;
}
@media all and (max-width: 480px) {
  .recruit-entry__list {
    flex-direction: column;
    align-items: center;
  }
}
.recruit-entry__list__item {
  width: calc((100% - 2.99cqw) / 2);
  max-width: 400px;
}
@media all and (max-width: 480px) {
  .recruit-entry__list__item {
    width: 100%;
    max-width: 320px;
  }
}
.recruit-entry__list__link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.4em;
  padding: 0.8em 1em;
  background: #fff;
  border-radius: 9999px;
  border: 2px solid #1D2088;
  color: #1D2088;
  font-size: clamp(1.25rem, 1.1043rem + 0.6218vw, 1.625rem);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
  box-shadow: 0.123em 0.123em 0.615em 0px rgba(0, 0, 0, 0.3);
}
.recruit-entry__list__link.--recruit::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  background: url("../images/common/icon_document.svg") center center/contain no-repeat;
}
.recruit-entry__list__link.--contact {
  background: #E84820;
  border-color: #E84820;
  color: #fff;
}
.recruit-entry__list__link.--contact::before {
  flex-shrink: 0;
  content: "";
  display: inline-block;
  width: 1.23em;
  height: 1.23em;
  background: url("../images/common/icon_mail_white.svg") center center/contain no-repeat;
}