@charset "UTF-8";
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

/* ==========================================================================
    FOR TOP
========================================================================== */
/* セクション
----------------------------------------------- */
.top-section-mv {
  text-align: center;
}

.top-section-01--bg-firstly {
  background: url("/corporate/recruit/career/top/img/bg-section-01.webp") #eef7fc bottom center no-repeat;
  background-size: cover;
  padding: 120px 0 107px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-section-01--bg-firstly {
    background: url("/corporate/recruit/career/top/img/bg-section-01_narrow-bottom.webp") #eef7fc bottom center no-repeat;
    background-size: contain;
    padding: 60px 0 65px;
  }
  .top-section-01--bg-firstly::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 44vw;
    max-width: 375px;
    max-height: 165px;
    background: url("/corporate/recruit/career/top/img/bg-section-01_narrow-top.webp") top left no-repeat;
    background-size: 100%;
    top: 0;
    left: 0;
  }
}
.top-section-01--bg-blue {
  background-color: #EFF7FC;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .top-section-01--bg-blue {
    padding-top: 64px;
    padding-bottom: 60px;
  }
}
.top-section-01 + .top-section-01 {
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .top-section-01 + .top-section-01 {
    margin-top: 64px;
  }
}
.top-section-01 + .top-section-01--border-top {
  padding-top: 120px;
  border-top: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .top-section-01 + .top-section-01--border-top {
    padding-top: 65px;
  }
}
.top-section-01--bg-firstly + .top-section-01 {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top-section-01--bg-firstly + .top-section-01 {
    margin-top: 40px;
  }
}
.top-section-01__inner {
  max-width: 1200px;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
  margin: 0 auto;
}
.top-section-01__inner > :first-child {
  margin-top: 0 !important;
}
.top-section-01__inner > :last-child {
  margin-bottom: 0 !important;
}

/* トップカルーセル
----------------------------------------------- */
.top-carousel {
  position: relative;
}
html[data-script-enabled=true] .top-carousel:not(.is-initialized) {
  visibility: visible;
}
html[data-script-enabled=true] .top-carousel:not(.is-initialized)::before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  left: 0;
  z-index: 10;
}
html:not([data-script-enabled=true]) .top-carousel {
  visibility: visible;
}
html:not([data-script-enabled=true]) .top-carousel__list {
  display: block;
}
html:not([data-script-enabled=true]) .top-carousel-controls {
  display: none;
}
.top-carousel .splide__toggle {
  width: 20px;
  height: 20px;
  margin-left: 17px;
  position: relative;
}
.top-carousel .splide__toggle::after {
  position: absolute;
  content: "";
  display: block;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 12px;
  background-color: transparent;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #ffffff;
}
.top-carousel .splide__toggle.is-active::after {
  border-top: 0;
  border-bottom: 0;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
}
.top-carousel .splide__slide .top-carousel-layout__media img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}
.top-carousel .splide__arrows {
  display: none;
}
.top-carousel .splide__pagination {
  width: fit-content;
  position: initial;
  padding: 0;
  inset: 0;
}
@media screen and (max-width: 768px) {
  .top-carousel .splide__pagination {
    align-items: center;
  }
}
.top-carousel .splide__pagination__page {
  width: 12px;
  height: 12px;
  margin: 0;
  opacity: 1;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.4s;
}
@media screen and (max-width: 768px) {
  .top-carousel .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}
.top-carousel .splide__pagination__page.is-active {
  background-color: #e60012;
  transform: none;
}
.top-carousel .splide__pagination li {
  line-height: 0;
}
.top-carousel .splide__pagination li + li {
  margin-left: 16px;
}
.top-carousel .splide__track > .splide__list > .splide__slide {
  transition: opacity 4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}
.top-carousel .top-carousel-controls {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-carousel .top-carousel-controls {
    bottom: 12px;
    right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel .top-carousel-controls {
    right: 35px;
    bottom: min(8.839%, 36px);
  }
}
.top-carousel .top-carousel-controls__body {
  display: flex;
}
.top-carousel .top-carousel-controls button:not(.is-active) {
  opacity: 1;
}
.top-carousel .top-carousel-controls button:not(.is-active):hover, .top-carousel .top-carousel-controls button:not(.is-active):focus, .top-carousel .top-carousel-controls button:not(.is-active):active {
  opacity: 0.7;
}

.top-carousel-layout {
  position: relative;
  background-color: #ffffff;
  height: 340px;
}
@media screen and (min-width: 769px) {
  .top-carousel-layout {
    height: 440px;
  }
}
.top-carousel-layout__media {
  height: 340px;
}
@media screen and (min-width: 769px) {
  .top-carousel-layout__media {
    height: 100%;
  }
}

/* パーツ
----------------------------------------------- */
.top-heading-l1 {
  padding: 80px 20px 50px;
  background-color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top-heading-l1 {
    padding: 40px 20px 44px;
  }
}
.top-heading-l1__heading {
  max-width: 1200px;
  margin: 0 auto;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top-heading-l1__heading {
    font-size: 1.6rem;
  }
}
.top-heading-l1__heading b {
  color: #009845;
}
.top-heading-l1__sub {
  display: block;
  font-size: 7rem;
  line-height: 1.15;
  margin-bottom: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .top-heading-l1__sub {
    font-size: 4.8rem;
    margin-bottom: 13px;
  }
}

.top-heading-l2-01 {
  margin-bottom: 74px;
}
@media screen and (max-width: 768px) {
  .top-heading-l2-01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 769px) {
  .mod-media-content .top-heading-l2-01 {
    margin-bottom: 32px;
  }
}
.top-section-01 > .top-heading-l2-01 {
  padding-left: 20px;
  padding-right: 20px;
}
.top-heading-l2-01__heading {
  margin: 0 auto;
  font-size: 4.8rem;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .mod-media-content .top-heading-l2-01__heading {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .top-heading-l2-01__heading {
    font-size: 3.2rem;
    line-height: 1.5;
  }
}
.top-heading-l2-01__sub {
  display: block;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.15;
  margin-bottom: 15px;
  color: #009845;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .mod-media-content .top-heading-l2-01__sub {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .top-heading-l2-01__sub {
    font-size: 1.6rem;
    margin-bottom: 11px;
  }
}

p.top-text {
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  p.top-text {
    margin-bottom: 36px;
  }
}
p.top-text + p.top-text {
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  p.top-text + p.top-text {
    margin-top: -18px;
  }
}
p.top-text a {
  text-decoration: underline;
}
p.top-text a:hover, p.top-text a:focus, p.top-text a:active {
  text-decoration: none;
}
p.top-text .mod-icon-blank-01 {
  margin: 0 6px;
}
@media screen and (max-width: 768px) {
  p.top-text .mod-icon-blank-01 {
    margin: 0 3px;
  }
}

.top-text-catch-01 {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
  color: #009845;
}
@media screen and (max-width: 768px) {
  .top-text-catch-01 {
    font-size: 1.8rem;
    margin-bottom: 32px;
  }
}

.top-text-lead-01 > :first-child {
  margin-top: 0 !important;
}
.top-text-lead-01 > :last-child {
  margin-bottom: 0 !important;
}
.top-text-lead-01__item {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .top-text-lead-01__item {
    font-size: 1.6rem;
    margin-bottom: 24px;
  }
}

.top-box-job {
  background: url("/corporate/recruit/career/top/img/bg-box-01.webp") top center no-repeat;
  background-size: cover;
  padding: 216px 20px 56px;
}
.top-box-job > :first-child {
  margin-top: 0 !important;
}
.top-box-job > :last-child {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .top-box-job {
    padding-top: 140px;
    background: url("/corporate/recruit/career/top/img/bg-box-01_narrow.webp") top center no-repeat;
    background-size: cover;
  }
}
.top-box-job__button {
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .top-box-job__button {
    font-size: 1.8rem;
    max-width: 326px;
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .top-box-job__button {
    text-align: center;
  }
}
.top-box-job__button a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background: #ffffff;
  padding: 27px 40px 27px 32px;
  border-radius: 6px;
  position: relative;
  transition: color 0.3s ease-out;
}
.top-box-job__button a:hover, .top-box-job__button a:focus, .top-box-job__button a:active {
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .top-box-job__button a {
    padding: 17px 15px 15px 12px;
    display: inline-flex;
    width: auto;
    min-width: 214px;
  }
}
.top-box-job__button a span {
  padding-left: 56px;
  display: inline-flex;
  align-items: center;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .top-box-job__button a span {
    padding-left: 32px;
  }
}
.top-box-job__button a span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-04.svg");
  background-size: cover;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .top-box-job__button a span::before {
    width: 24px;
    height: 24px;
  }
}

@media screen and (min-width: 769px) {
  .top-link-panel {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-link-panel {
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 769px) {
  .top-link-panel__item {
    width: calc((100% - 40px) / 2);
    max-width: 460px;
  }
}
@media screen and (max-width: 768px) {
  .top-link-panel__item {
    margin-bottom: 24px;
  }
}
.top-link-panel__link {
  background-color: #EFF7FC;
  display: flex;
  flex-direction: column-reverse;
  justify-content: flex-end;
  overflow: hidden;
  border-radius: 6px;
  height: 100%;
}
@media screen and (min-width: 769px) {
  .top-link-panel__link:hover .top-link-panel__data::after, .top-link-panel__link:focus .top-link-panel__data::after, .top-link-panel__link:active .top-link-panel__data::after {
    background-image: url("/corporate/recruit/career/common/img/icon-arrow-07_o.svg");
  }
  .top-link-panel__link:hover .top-link-panel__img, .top-link-panel__link:focus .top-link-panel__img, .top-link-panel__link:active .top-link-panel__img {
    transform: scale(1.2);
  }
}
.top-link-panel__data {
  font-size: 1.2rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  row-gap: 3px;
  padding: 13px 64px 16px 16px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .top-link-panel__data {
    font-size: 1.4rem;
    padding: 16px 88px 16px 24px;
  }
}
.top-link-panel__data::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: 0;
  bottom: 0;
  right: 24px;
  width: 40px;
  height: 40px;
  background-image: url("/corporate/recruit/career/common/img/icon-arrow-07.svg");
  background-size: cover;
  margin: auto;
  transition: background-image 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .top-link-panel__data::after {
    width: 32px;
    height: 32px;
    right: 16px;
  }
}
.top-link-panel__department, .top-link-panel__year {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .top-link-panel__department, .top-link-panel__year {
    font-size: 1.4rem;
  }
}
.top-link-panel__name {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .top-link-panel__name {
    font-size: 1.8rem;
  }
}
.top-link-panel__media {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.top-link-panel__media--border {
  border-top: solid 1px #cccccc;
  border-right: solid 1px #cccccc;
  border-left: solid 1px #cccccc;
  border-radius: 6px 6px 0 0;
}
.top-link-panel__img {
  z-index: -1;
  transition: transform 0.3s ease-out;
  width: 100%;
}

/* JS：フェードイン
----------------------------------------------- */
html[data-script-enabled=true] .js-top-fadein {
  opacity: 0;
  transition: ease-in 1s;
  transform: translateY(20px);
}
html[data-script-enabled=true] .js-top-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*# sourceMappingURL=top.css.map */
