@charset "UTF-8";
/* RESET */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body, h1, h2, h3, h4, p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 1024.98px), print {
  .u-hide-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-hide-pc-tab {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .u-hide-sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hide-tab-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767.98px) {
  .u-hide-pc-sp {
    display: none !important;
  }
}
@media screen and (min-width: 1024.98px), print {
  .u-hide-pc-sp {
    display: none !important;
  }
}

.u-text-right {
  text-align: right;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

.u-text-bold {
  font-weight: 700;
  background: linear-gradient(90deg, #5786E3 0%, #3BC7F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.u-text-bold.c-marker {
  background-clip: unset !important;
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: unset !important;
  color: #fff !important;
}

.u-text-accent {
  background: linear-gradient(90deg, #5786E3 0%, #3BC7F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.u-clearfix {
  clear: both;
}

.u-inline-block {
  display: inline-block;
}

.u-indent-1 {
  text-indent: -1em;
  padding-left: 1em;
}

.u-indent-2 {
  text-indent: -2em;
  padding-left: 2em;
}

.u-indent-3 {
  text-indent: -3em;
  padding-left: 3em;
}

.u-ml-1em {
  margin-left: 1em;
}

.u-ml-2em {
  margin-left: 2em;
}

.u-ml-3em {
  margin-left: 3em;
}

.u-ml-4em {
  margin-left: 4em;
}

@media screen and (min-width: 768px), print {
  .l-common-section {
    padding: 0 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .l-common-section {
    padding: 0 1rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-common-section__inner {
    width: 100%;
    max-width: 76.25rem;
    margin: 0 auto;
    container-type: inline-size;
  }
}
@media screen and (max-width: 767.98px) {
  .l-common-section__inner {
    container-type: inline-size;
  }
}

.c-text-14 {
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-text-14-slim {
  font-size: 0.875rem;
  line-height: 1.7;
  letter-spacing: 0.05em;
  font-weight: 400;
}

.c-text-12 {
  font-size: 0.75rem;
  line-height: 1.9;
  letter-spacing: 0.01em;
  font-weight: 400;
}

.c-marker {
  display: inline;
  border-radius: 0.125rem;
  background: linear-gradient(90deg, #5786E3 0%, #3BC7F6 100%);
  color: #fff !important;
  padding: 0.0625rem 0.1875rem 0.1875rem;
  margin: 0 0.1875rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767.98px) {
  .c-marker {
    padding: 0 0.1875rem 0.0625rem;
  }
}

.c-header__title {
  height: 1.875rem;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .c-header__title {
    height: 1.25rem;
  }
}
.c-header__title img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-header__label {
  height: 0.875rem;
  width: auto;
  margin-bottom: 1.875rem;
}
@media screen and (max-width: 767.98px) {
  .c-header__label {
    height: 0.5rem;
    margin-bottom: 1.5625rem;
  }
}
.c-header__label img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.c-icon-arrow {
  display: inline-block;
  --iconWidth: 50;
  aspect-ratio: 50/38;
  width: calc(var(--iconWidth) / 16 * 1rem);
  background: url(../images/common_20260202/icon_arrow.svg) no-repeat center center/contain;
  position: relative;
}
.c-icon-arrow::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common_20260202/icon_arrow_hover.svg) no-repeat center center/contain;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}
@media (hover: hover) {
  a:hover .c-icon-arrow::before {
    opacity: 1;
  }
}
@media (hover: hover) {
  .c-icon-arrow.swiper-button-next:hover::before, .c-icon-arrow.swiper-button-prev:hover::before {
    opacity: 1;
  }
}

.c-icon-arrow--s {
  --iconWidth: 30;
}

.c-icon-arrow--white {
  background: url(../images/common_20260202/icon_arrow_white.svg) no-repeat center center/contain;
}
.c-icon-arrow--white::before {
  background: url(../images/common_20260202/icon_arrow_white_hover.svg) no-repeat center center/contain;
}

.wsp-is-window-lock {
  overflow: hidden;
}

.recruit-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.recruit-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
}
.recruit-modal.wsp-is-modal-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.recruit-modal.wsp-is-modal-active::before {
  opacity: 1;
}
.recruit-modal__inner {
  position: relative;
  z-index: 1;
  width: calc(100% - 3.75rem);
  max-width: 86.25rem;
  max-height: 90vh;
  background-color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  container-type: inline-size;
}
@media screen and (min-width: 768px), print {
  .recruit-modal__inner {
    --modal-width: 1380;
    max-height: min(60.75rem, 90vh);
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-modal__inner {
    border-radius: 0.25rem;
    width: calc(100% - 1.875rem);
    max-height: 85vh;
  }
}
.recruit-modal__close {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  color: #67584E;
}
@media screen and (min-width: 768px), print {
  .recruit-modal__close {
    width: calc(48 / var(--modal-width) * 100cqi);
    height: calc(48 / var(--modal-width) * 100cqi);
    top: calc(55 / var(--modal-width) * 100cqi);
    right: calc(64 / var(--modal-width) * 100cqi);
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-modal__close {
    width: 1.25rem;
    height: 1.25rem;
    top: 1.125rem;
    right: 1.125rem;
  }
}
.recruit-modal__close::before, .recruit-modal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: url(../images/recruit/modal_close.svg) no-repeat center center/contain;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.recruit-modal__close::after {
  background: url(../images/recruit/modal_close_hover.svg) no-repeat center center/contain;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
@media (hover: hover) {
  .recruit-modal__close:hover::before {
    opacity: 0;
  }
  .recruit-modal__close:hover::after {
    opacity: 1;
  }
}
.recruit-modal__container {
  flex: 1;
  overflow-y: auto;
  overflow-x: hidden;
}
.recruit-modal__body {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .recruit-modal-header {
    padding: 0 calc(100 / var(--modal-width) * 100cqi);
    margin-top: 5rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-modal-header {
    padding: 0 1.5625rem;
    margin-top: 2.125rem;
    margin-bottom: 1.625rem;
  }
}
.recruit-modal-header__label {
  margin-bottom: 0.625rem;
}
.recruit-modal-header__title {
  margin-top: 1.875rem;
  height: 1.875rem;
}
.recruit-modal-header__title img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .recruit-modal-header__title {
    margin-top: 0.9375rem;
    height: 1.0625rem;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-modal__img {
    width: 100%;
  }
}
.recruit-modal__img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px), print {
  .recruit-modal__title {
    height: 1.6875rem;
    padding: 0 calc(100 / var(--modal-width) * 100cqi);
    margin-top: 3.625rem;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-modal__title {
    height: 0.75rem;
    padding: 0 1.5625rem;
    margin-top: 1.5rem;
    margin-bottom: 0.875rem;
  }
}
.recruit-modal__title img {
  width: auto;
  height: 100%;
  display: block;
}
@media screen and (min-width: 768px), print {
  .recruit-modal__text {
    padding: 0 calc(100 / var(--modal-width) * 100cqi);
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767.98px) {
  .recruit-modal__text {
    padding: 0 1.5625rem;
    margin-bottom: 0.9375rem;
    font-size: 0.625rem;
    font-weight: 400;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768px), print {
  .recruit-modal__body {
    padding-bottom: 3.125rem;
  }
}

@media screen and (min-width: 768px), print {
  .modal-stance-list {
    padding-inline: calc(100 / var(--modal-width) * 100cqi);
  }
}
@media screen and (max-width: 767.98px) {
  .modal-stance-list {
    padding-inline: 1.5625rem;
    padding-bottom: 1.5625rem;
  }
}
@media screen and (min-width: 768px), print {
  .modal-stance-list__list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.modal-stance-list__item {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  position: relative;
}
@media screen and (min-width: 768px), print {
  .modal-stance-list__item {
    padding-block: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
  .modal-stance-list__item::after {
    content: "";
    position: absolute;
    bottom: 0.5625rem;
    left: 0;
    width: 100%;
    height: 0.5px;
    background-color: #757575;
  }
  .modal-stance-list__item:last-child::after, .modal-stance-list__item:nth-last-child(2)::after {
    display: none;
  }
  .modal-stance-list__item:nth-child(3n) {
    flex: 1;
  }
  .modal-stance-list__item:nth-child(3n+1) {
    width: 32.6%;
    padding-left: 0;
  }
  .modal-stance-list__item:nth-child(3n+1)::before {
    display: none;
  }
  .modal-stance-list__item:nth-child(3n-1) {
    width: 34.5%;
  }
  .modal-stance-list__item::before {
    content: "";
    position: absolute;
    left: -0.5rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.5px;
    height: calc(100% - 3rem);
    background-color: #757575;
    opacity: 0.3;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-stance-list__item {
    padding-block: 0.375rem;
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.05em;
  }
}
.modal-stance-list__item img {
  width: auto;
}
@media screen and (min-width: 768px), print {
  .modal-stance-list__item img {
    height: 2.0625rem;
  }
}
@media screen and (max-width: 767.98px) {
  .modal-stance-list__item img {
    height: 1.625rem;
  }
}

/* --------------------------------------------------------------------------
  COMMON
-------------------------------------------------------------------------- */
html {
  font-size: 100%;
  font-size: 16px;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Arial, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  /* 小さい画面サイズでremを拡縮 */
  /*@media screen and (max-width: 374.98px) {
    // remの基準値をvwに変更
    //font-size: $default_font_size_small_sp;
  }*/
}

body {
  overflow-x: hidden;
}