@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;
}

/* ----------------------------------------------------------------------------
* トップページ専用 ユニークスタイル
* ------------------------------------------------------------------------- */
.str-section--recruit::after, .str-section--about::after {
  position: absolute;
  content: "";
  display: block;
  background: linear-gradient(#33AD69 0%, #68c148 100%);
  bottom: 0;
  right: 0;
  z-index: -1;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
}

.top-carousel-link, .top-link-list__link, .top-link-02, .top-link-01 {
  display: inline-block;
  position: relative;
  font-weight: bold;
  font-size: 1.4rem;
  margin-top: 18px;
  padding: 18px 0 18px 64px;
  color: #000000;
}
@media screen and (min-width: 769px) {
  .top-carousel-link, .top-link-list__link, .top-link-02, .top-link-01 {
    padding: 18px 0 18px 72px;
  }
}
.top-carousel-link .top-link-arrow, .top-link-list__link .top-link-arrow, .top-link-02 .top-link-arrow, .top-link-01 .top-link-arrow {
  background-color: #EFF3F5;
  border: 1px solid #FB9BA2;
  border-radius: 50%;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .top-carousel-link .top-link-arrow, .top-link-list__link .top-link-arrow, .top-link-02 .top-link-arrow, .top-link-01 .top-link-arrow {
    width: 56px;
    height: 56px;
  }
}
.top-carousel-link .top-link-arrow::before, .top-link-list__link .top-link-arrow::before, .top-link-02 .top-link-arrow::before, .top-link-01 .top-link-arrow::before, .top-carousel-link .top-link-arrow::after, .top-link-list__link .top-link-arrow::after, .top-link-02 .top-link-arrow::after, .top-link-01 .top-link-arrow::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (min-width: 769px) {
  .top-carousel-link .top-link-arrow::before, .top-link-list__link .top-link-arrow::before, .top-link-02 .top-link-arrow::before, .top-link-01 .top-link-arrow::before, .top-carousel-link .top-link-arrow::after, .top-link-list__link .top-link-arrow::after, .top-link-02 .top-link-arrow::after, .top-link-01 .top-link-arrow::after {
    transition: background-color 0.4s, border-color 0.4s, transform 0.4s ease, opacity 0.4s;
  }
}
.top-carousel-link .top-link-arrow::before, .top-link-list__link .top-link-arrow::before, .top-link-02 .top-link-arrow::before, .top-link-01 .top-link-arrow::before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  left: -1px;
}
@media screen and (min-width: 769px) {
  .top-carousel-link .top-link-arrow::before, .top-link-list__link .top-link-arrow::before, .top-link-02 .top-link-arrow::before, .top-link-01 .top-link-arrow::before {
    width: 56px;
    height: 56px;
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0);
  }
}
.top-carousel-link .top-link-arrow::after, .top-link-list__link .top-link-arrow::after, .top-link-02 .top-link-arrow::after, .top-link-01 .top-link-arrow::after {
  width: 7px;
  height: 7px;
  border-top: 2px solid #E60012;
  border-right: 2px solid #E60012;
  transform: rotate(45deg);
  left: 18px;
}
@media screen and (max-width: 768px) {
  .top-carousel-link .top-link-arrow::after, .top-link-list__link .top-link-arrow::after, .top-link-02 .top-link-arrow::after, .top-link-01 .top-link-arrow::after {
    border-color: #ffffff;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel-link .top-link-arrow::after, .top-link-list__link .top-link-arrow::after, .top-link-02 .top-link-arrow::after, .top-link-01 .top-link-arrow::after {
    left: 23px;
  }
}
.top-carousel-link:focus-visible, .top-link-list__link:focus-visible, .top-link-02:focus-visible, .top-link-01:focus-visible, .top-carousel-link:active, .top-link-list__link:active, .top-link-02:active, .top-link-01:active {
  color: #E60012;
}
.top-carousel-link:focus-visible .top-link-arrow::before, .top-link-list__link:focus-visible .top-link-arrow::before, .top-link-02:focus-visible .top-link-arrow::before, .top-link-01:focus-visible .top-link-arrow::before, .top-carousel-link:active .top-link-arrow::before, .top-link-list__link:active .top-link-arrow::before, .top-link-02:active .top-link-arrow::before, .top-link-01:active .top-link-arrow::before {
  transform: translate3d(0, 0, 0) scale(1) !important;
  transition: transform 0.5s 0s;
  transition-delay: 0s;
  opacity: 1;
}
.top-carousel-link:focus-visible .top-link-arrow::after, .top-link-list__link:focus-visible .top-link-arrow::after, .top-link-02:focus-visible .top-link-arrow::after, .top-link-01:focus-visible .top-link-arrow::after, .top-carousel-link:active .top-link-arrow::after, .top-link-list__link:active .top-link-arrow::after, .top-link-02:active .top-link-arrow::after, .top-link-01:active .top-link-arrow::after {
  border-color: #ffffff;
  transform: rotate(45deg) scale(1) !important;
}
@media (any-hover: hover) {
  .top-carousel-link:hover, .top-link-list__link:hover, .top-link-02:hover, .top-link-01:hover {
    color: #E60012;
  }
  .top-carousel-link:hover .top-link-arrow::before, .top-link-list__link:hover .top-link-arrow::before, .top-link-02:hover .top-link-arrow::before, .top-link-01:hover .top-link-arrow::before {
    transform: translate3d(0, 0, 0) scale(1) !important;
    transition: transform 0.5s 0s;
    transition-delay: 0s;
    opacity: 1;
  }
  .top-carousel-link:hover .top-link-arrow::after, .top-carousel-link.layout-position-left:hover .top-link-arrow::after, .top-link-list__link:hover .top-link-arrow::after, .top-link-02:hover .top-link-arrow::after, .top-link-01:hover .top-link-arrow::after {
    border-color: #ffffff;
    transform: rotate(45deg) scale(1) !important;
  }
}

.top-str-main {
  overflow-x: hidden;
}
.top-str-main > :last-child {
  margin-bottom: 0 !important;
}

.str-section {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .str-section {
    margin-top: 200px;
    margin-bottom: 60px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .str-section__inner {
    max-width: 1320px;
  }
}
.str-section--about {
  position: relative;
}
@media screen and (min-width: 769px) {
  .str-section--about {
    padding-bottom: 320px;
    padding-right: 0;
  }
}
.str-section--about::after {
  width: 214px;
  height: 552px;
}
@media screen and (max-width: 768px) {
  .str-section--about::after {
    top: -200px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--about::after {
    top: -375px;
    width: 648px;
    height: 1661px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--about .str-section__inner {
    max-width: 1440px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--about .top-lyt-media-content {
    height: 776px;
    margin-left: auto;
    max-width: 1320px;
    position: relative;
    grid-template: "hdg img" auto "contentArea img" 1fr/calc(576 / 1320 * 100%) calc(648 / 1320 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .str-section--about .top-lyt-media-content__content {
    background-color: #ffffff;
  }
}
.str-section--about .top-lyt-media-content__hdg {
  align-self: start;
}
@media screen and (min-width: 769px) {
  .str-section--about .top-lyt-media-content__media {
    position: absolute;
    width: 49.09vw;
    left: 0;
    height: 776px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--about .top-lyt-media-content__media img {
    width: 100%;
    height: 776px;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 769px) {
  .str-section--about + .str-section {
    margin-top: -180px;
  }
}
.str-section--business {
  background: #ffffff url("/corporate/top/img/bg-top-map.webp") no-repeat center bottom;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .str-section--business {
    background-size: contain;
  }
}
@media screen and (min-width: 769px) {
  .str-section--business {
    padding-right: 0;
    padding-bottom: 200px;
    background-color: inherit;
    background-position: left bottom 42px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--business .top-lyt-media-content {
    margin-left: auto;
    gap: 0 48px;
    grid-template: "hdg img" auto "contentArea img" auto/calc(576 / 1260 * 100%) calc(636 / 1260 * 100%);
  }
}
@media screen and (max-width: 768px) {
  .str-section--business .top-lyt-media-content__hdg {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  .str-section--business .top-lyt-media-content__media {
    padding-right: 24px;
  }
  .str-section--business .top-lyt-media-content__media img {
    object-fit: cover;
    object-position: right;
  }
}
.str-section--business + .str-section {
  margin-top: -104px;
}
@media screen and (min-width: 769px) {
  .str-section--business + .str-section {
    margin-top: -60px;
  }
}
@media screen and (max-width: 768px) {
  .str-section--investor .top-lyt-media-content__media {
    padding-left: 24px;
  }
}
.str-section--investor .top-lyt-media-content__media img {
  object-fit: cover;
  height: 264px;
}
@media screen and (min-width: 769px) {
  .str-section--investor .top-lyt-media-content__media img {
    height: 703px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--investor .top-lyt-media-content {
    max-width: 1283px;
    gap: 0 8.43%;
    grid-template: "img hdg" 1fr "img contentArea" 1fr/calc(576 / 1283 * 100%) calc(600 / 1283 * 100%);
  }
  .str-section--investor .top-lyt-media-content__hdg {
    padding-bottom: 8px;
  }
  .str-section--investor .top-lyt-media-content .clip-path-top {
    clip-path: polygon(12.84% 0, 100% 0, 100% 100%, 0 100%, 0 27%);
  }
}
@media screen and (min-width: 769px) {
  .str-section--sustanability .top-lyt-media-content {
    margin-left: auto;
  }
}
@media screen and (max-width: 768px) {
  .str-section--sustanability .top-lyt-media-content__media {
    padding-right: 16px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--sustanability .top-lyt-media-content__media {
    text-align: right;
  }
}
.str-section--sustanability .top-lyt-media-content__media img {
  object-fit: cover;
  width: 100%;
  height: 264px;
}
@media screen and (max-width: 768px) {
  .str-section--sustanability .top-lyt-media-content__media img {
    object-position: left;
  }
}
@media screen and (min-width: 769px) {
  .str-section--sustanability .top-lyt-media-content__media img {
    height: 703px;
  }
}
@media screen and (min-width: 769px) {
  .str-section--sustanability .clip-path-bottom {
    clip-path: polygon(100% 0, 100% 73%, 87.16% 100%, 0 100%, 0 0);
  }
}
.str-section--recruit {
  position: relative;
  padding-bottom: 40px;
}
@media screen and (min-width: 769px) {
  .str-section--recruit {
    padding-bottom: 100px;
  }
}
.str-section--recruit::after {
  width: 519px;
  height: 1376px;
}
@media screen and (min-width: 769px) {
  .str-section--recruit::after {
    width: 1032px;
    height: 2632px;
    bottom: 1px;
  }
}
@media screen and (max-width: 768px) {
  .str-section--recruit .top-lyt-media {
    padding-left: 16px;
  }
  .str-section--recruit .top-lyt-media img {
    height: 264px;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (min-width: 769px) {
  .str-section--news {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .str-section--news .str-section__inner {
    max-width: 1200px;
  }
}

.str-section-mv {
  text-align: center;
}

.top-about-attention {
  color: #000000;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
.top-about-attention * {
  color: currentcolor;
}
@media screen and (min-width: 769px) {
  .top-about-attention {
    color: #009944;
    font-size: 3.2rem;
  }
}

.top-hdg-lv2 {
  position: relative;
  padding-top: 24px;
  margin-bottom: 24px;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2 {
    padding-top: 48px;
    margin-bottom: 48px;
  }
}
.top-hdg-lv2::before, .top-hdg-lv2::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  top: 0;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2::before, .top-hdg-lv2::after {
    height: 4px;
  }
}
.top-hdg-lv2::before {
  width: 40px;
  background-color: #6BCB96;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2::before {
    width: 80px;
  }
}
.top-hdg-lv2::after {
  width: 4px;
  left: 0;
  background-color: #E60012;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2::after {
    width: 6px;
  }
}
.top-hdg-lv2__title {
  font-size: 3rem;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2__title {
    font-size: 5.6rem;
  }
}
.top-hdg-lv2__sub-title {
  font-size: 1.4rem;
  display: block;
  margin-bottom: 8px;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2__sub-title {
    font-size: 2rem;
  }
}
.top-hdg-lv2--lead .top-hdg-lv2__title {
  font-size: 2.4rem;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2--lead .top-hdg-lv2__title {
    font-size: 3.6rem;
  }
}
.top-hdg-lv2--lead .top-hdg-lv2__sub-title {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2--lead .top-hdg-lv2__sub-title {
    font-size: 2rem;
    margin-bottom: 16px;
  }
}
.top-hdg-lv2--no-border::before, .top-hdg-lv2--no-border::after {
  display: none;
}

.top-hdg-lv2-02 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .top-hdg-lv2-02 {
    font-size: 3.8rem;
  }
}

@media screen and (min-width: 769px) {
  .top-link-01 {
    font-size: 1.8rem;
    margin-top: 48px;
    padding: 15px 0 15px 72px;
  }
}
@media screen and (max-width: 768px) {
  .top-link-01 .top-link-arrow::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}

@media screen and (min-width: 769px) {
  .top-link-02 {
    font-size: 1.8rem;
    margin-top: 48px;
    padding: 15px 0 15px 72px;
  }
}
@media screen and (max-width: 768px) {
  .top-link-02 .top-link-arrow::after {
    border-color: #E60012 !important;
  }
}

@media screen and (max-width: 768px) {
  .top-link-list {
    background-color: #ffffff;
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 769px) {
  .top-link-list {
    max-width: 1200px;
    column-count: 2;
    margin: 48px auto 0;
    padding-right: 16px;
  }
}
.top-link-list__item {
  border-bottom: 1px solid #E2E3E2;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top-link-list__item {
    max-width: 576px;
    column-width: 576px;
  }
  .top-link-list__item:nth-child(n+3) {
    margin-left: auto;
  }
  .top-link-list__item.border-top {
    border-top: 1px solid #E2E3E2;
  }
}
.top-link-list__item:first-child {
  border-top: 1px solid #E2E3E2;
}
.top-link-list__link {
  width: 100%;
  margin-top: 0;
  padding: 16px 57px 16px 0 !important;
  font-weight: initial;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  .top-link-list__link {
    padding: 24px 57px 24px 0 !important;
  }
}
.top-link-list__link .top-link-arrow {
  width: 29px;
  height: 29px;
  right: 0;
  left: inherit;
}
@media screen and (min-width: 769px) {
  .top-link-list__link .top-link-arrow {
    width: 33px;
    height: 33px;
  }
}
.top-link-list__link .top-link-arrow::before {
  right: 0;
  width: 29px;
  height: 29px;
  border-radius: 50%;
}
@media screen and (min-width: 769px) {
  .top-link-list__link .top-link-arrow::before {
    width: 33px;
    height: 33px;
  }
}
.top-link-list__link .top-link-arrow::after {
  right: 11px;
  left: inherit !important;
}
@media screen and (max-width: 768px) {
  .top-link-list__link .top-link-arrow::after {
    border-color: #E60012;
  }
}
@media screen and (min-width: 769px) {
  .top-link-list__link .top-link-arrow::after {
    right: 12px;
  }
}
.top-link-list__link:focus-visible, .top-link-list__link:active {
  color: #E60012;
}
@media screen and (max-width: 768px) {
  .top-link-list__link:focus-visible .top-link-arrow::before, .top-link-list__link:active .top-link-arrow::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
.top-link-list__link:focus-visible .top-link-arrow::after, .top-link-list__link:active .top-link-arrow::after {
  border-color: #ffffff;
}
@media (any-hover: hover) {
  .top-link-list__link:hover {
    color: #E60012;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .top-link-list__link:hover .top-link-arrow::before {
    background: linear-gradient(#E60012 0%, #EC4F35 100%);
  }
}
@media (any-hover: hover) {
  .top-link-list__link:hover .top-link-arrow::after {
    border-color: #ffffff;
  }
}

.top-lyt-media-content__media {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .top-lyt-media-content {
    display: flex;
    flex-direction: column;
  }
  .top-lyt-media-content__hdg, .top-lyt-media-content__content {
    padding-left: 24px;
    padding-right: 24px;
  }
  .top-lyt-media-content__hdg {
    order: 1;
  }
  .top-lyt-media-content__content {
    order: 3;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .top-lyt-media-content__content > :first-child {
    margin-top: 0 !important;
  }
  .top-lyt-media-content__content > :last-child {
    margin-bottom: 0 !important;
  }
  .top-lyt-media-content__content > p {
    margin-top: 24px;
  }
  .top-lyt-media-content__media {
    order: 2;
  }
}
@media screen and (min-width: 769px) {
  .top-lyt-media-content {
    max-width: 1260px;
    display: grid;
    gap: 0 96px;
    grid-template: "hdg img" auto "contentArea img" auto/1fr 1fr;
  }
  .top-lyt-media-content__hdg {
    grid-area: hdg;
    display: grid;
    align-self: end;
  }
  .top-lyt-media-content__content {
    grid-area: contentArea;
  }
  .top-lyt-media-content__media {
    grid-area: img;
  }
  .top-lyt-media-content--media-left {
    grid-template: "img hdg" 1fr "img contentArea" 1fr/1fr 1fr;
  }
}

.top-lyt-media {
  text-align: right;
}

.top-lyt-grid {
  display: grid;
  grid-template-rows: 1fr;
  gap: 80px;
}
@media screen and (min-width: 769px) {
  .top-lyt-grid[data-col-wide="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (min-width: 769px) {
  .top-lyt-grid[data-col-wide="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 769px) {
  .top-lyt-grid[data-col-wide="3"] {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-lyt-grid[data-col="1"] {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-lyt-grid[data-col="2"] {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .top-lyt-grid {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.top-recruit-content {
  background-color: #ffffff;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 24px;
}
@media screen and (max-width: 768px) {
  .top-recruit-content {
    width: calc(100% - 16px);
    margin-top: -25px;
  }
}
@media screen and (min-width: 769px) {
  .top-recruit-content {
    padding-left: 60px;
    padding-right: 60px;
    padding-bottom: 48px;
    clip-path: polygon(100% 0, 100% 52.3%, 94.4% 100%, 0 100%, 0 0);
  }
  .top-recruit-content > p {
    margin-top: 48px;
  }
}
@media screen and (min-width: 769px) {
  .top-recruit-content .top-hdg-lv2__sub-title {
    margin-bottom: 0;
  }
}

.top-news-list {
  margin-top: 24px;
}
@media screen and (min-width: 769px) {
  .top-news-list {
    margin-top: 48px;
  }
}
.top-news-list__item {
  border-bottom: 1px solid #E2E3E2;
  padding: 16px 0;
}
@media screen and (min-width: 769px) {
  .top-news-list__item {
    padding: 24px 0;
  }
}
.top-news-list__item:first-child {
  border-top: 1px solid #E2E3E2;
}
.top-news-list__link:focus-visible .top-news-list__text, .top-news-list__link:focus-visible .top-news-list__day > time, .top-news-list__link:active .top-news-list__text, .top-news-list__link:active .top-news-list__day > time {
  color: #009944;
}
@media (any-hover: hover) {
  .top-news-list__link:hover .top-news-list__text, .top-news-list__link:hover .top-news-list__day > time {
    color: #009944;
  }
}
.top-news-list__day > time {
  color: #A2A6AA;
  font-size: 1.4rem;
}
.top-news-list__label {
  color: #444444;
  font-size: 1.2rem;
  padding: 4px 16px;
  background-color: #B5DFC8;
  border-radius: 3px;
  margin-left: 8px;
}
@media screen and (min-width: 769px) {
  .top-news-list__label {
    margin-left: 24px;
  }
}
.top-news-list__text {
  font-size: 1.4rem;
  color: #444444;
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .top-news-list__text {
    font-size: 1.6rem;
  }
}

:where(.clip-path-bottom) {
  clip-path: polygon(100% 0, 100% 77%, 93% 100%, 0 100%, 0 0);
}

:where(.clip-path-top) {
  clip-path: polygon(7% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
}
@media screen and (min-width: 769px) {
  :where(.clip-path-top) {
    clip-path: polygon(6.5% 0, 100% 0, 100% 100%, 0 100%, 0 45%);
  }
}

.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__list {
  position: relative;
}
.top-carousel__list::before, .top-carousel__list::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #ffffff;
  z-index: 10;
}
.top-carousel__list::before {
  clip-path: polygon(100% 0, 0 0, 0 100%);
  width: 30px;
  height: 75px;
  left: 0;
  top: 0;
}
@media screen and (min-width: 769px) {
  .top-carousel__list::before {
    width: 97px;
    height: 249px;
  }
}
.top-carousel__list::after {
  clip-path: polygon(100% 100%, 100% 0, 0 100%);
  width: 68px;
  height: 175px;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .top-carousel__list::after {
    display: none;
  }
}
.top-carousel .splide__toggle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.65);
  margin-left: 16px;
}
@media screen and (min-width: 769px) {
  .top-carousel .splide__toggle {
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.top-carousel .splide__toggle:focus-visible, .top-carousel .splide__toggle:active {
  background-color: white !important;
}
@media (any-hover: hover) {
  .top-carousel .splide__toggle:hover {
    background-color: white !important;
  }
}
.top-carousel .splide__toggle.is-active__pause, .top-carousel .splide__toggle.is-active__play {
  display: block;
}
.top-carousel .splide__toggle__pause, .top-carousel .splide__toggle__play {
  height: 14px;
  fill: #009944;
}
.top-carousel .splide__slide .top-carousel-layout__media img {
  width: 100%;
  height: 100%;
  object-position: top center;
  object-fit: cover;
}
.top-carousel .splide__arrows {
  position: relative;
  width: 113px;
  height: 56px;
}
.top-carousel .splide__arrow {
  width: 56px;
  height: 56px;
  background-color: #009944;
  border-radius: inherit;
}
.top-carousel .splide__arrow svg {
  fill: #ffffff;
  height: 1.4rem;
}
.top-carousel .splide__arrow--prev {
  left: 0;
}
.top-carousel .splide__arrow--next {
  right: 0;
}
.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: flex-start;
    margin-top: 17px;
  }
}
.top-carousel .splide__pagination__page {
  width: 44px;
  height: 3px;
  margin: 0;
  opacity: 1;
  border-radius: inherit;
  background-color: #ffffff;
  transition: width 0.4s;
}
.top-carousel .splide__pagination__page.is-active {
  background-color: #009944;
  width: 70px;
  transform: none;
}
.top-carousel .splide__pagination--ltr {
  margin-left: auto;
}
.top-carousel .splide__pagination li {
  line-height: 0;
}
.top-carousel .splide__pagination li + li {
  margin-left: 3px;
}
.top-carousel .top-carousel-controls {
  position: absolute;
}
@media screen and (max-width: 768px) {
  .top-carousel .top-carousel-controls {
    top: 460px;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel .top-carousel-controls {
    left: 120px;
    bottom: min(8.839%, 64px);
    right: 0;
  }
}
.top-carousel .top-carousel-controls__body {
  display: flex;
  width: 352px;
}
@media screen and (min-width: 769px) {
  .top-carousel .top-carousel-controls__body {
    width: 359px;
  }
}
.top-carousel .top-carousel-controls button:not(.is-active) {
  opacity: 1;
}
.top-carousel .top-carousel-controls button:not(.is-active):focus-visible, .top-carousel .top-carousel-controls button:not(.is-active):active {
  opacity: 0.7;
}
@media (any-hover: hover) {
  .top-carousel .top-carousel-controls button:not(.is-active):hover {
    opacity: 0.7;
  }
}

.top-carousel-layout {
  position: relative;
  background-color: #ffffff;
}
@media screen and (min-width: 769px) {
  .top-carousel-layout {
    height: 724px;
  }
}
.top-carousel-layout__media {
  height: 516px;
}
@media screen and (min-width: 769px) {
  .top-carousel-layout__media {
    height: 100%;
  }
}
.top-carousel-layout__content {
  width: 100%;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top-carousel-layout__content {
    padding: 32px 24px;
    background: linear-gradient(#33AD69 0%, #68c148 100%);
  }

  .top-carousel-layout__content.mv-text-center > .top-carousel-layout__inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel-layout__content {
    position: absolute;
    bottom: 0;
    max-width: 728px;
    height: 100%;
    display: flex;
    align-items: end;
    padding-left: min(8.3%, 120px);
    padding-bottom: 166px;
  }

  .top-carousel-layout__content.mv-text-center {
    margin: auto;
    justify-content: center;
    left: 0;
    right: 0;
    padding-left: 0;
    padding-bottom: 204px;
  }

  .top-carousel-layout__content.mv-text-center > .top-carousel-layout__inner {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 769px) and (max-width: 1101px) {
  .top-carousel-layout__content.mv-text-center {
    padding-bottom: 190px;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel-layout__catch.catch-position {
    margin-bottom: 165px;
    margin-left: -20px;
  }

  .top-carousel-layout__catch.catch-position-02 {
    display: contents;
    margin-bottom: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel-layout__catch > img {
    width: min(42.2vw, 590px) !important;
  }

  .top-carousel-layout__catch.catch-position-02 > img {
    width: 100% !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1101px) {
  .top-carousel-layout__catch.catch-position-02 > img {
    width: min(51vw, 772px) !important;
  }
}
.top-carousel-layout__title {
  color: #ffffff;
  font-size: 2.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .top-carousel-layout__title {
    margin-top: -10px;
  }
}
.top-carousel-layout__title * {
  color: currentcolor;
}
@media screen and (min-width: 769px) {
  .top-carousel-layout__title {
    font-size: 4.6rem;
  }
}
.top-carousel-layout--uniq {
  background-color: #E7EDED;
}
.top-carousel-layout--uniq .top-carousel-layout__media img {
  object-fit: none !important;
}

.top-carousel-link {
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .top-carousel-link {
    font-size: 1.6rem;
    margin-top: min(11%, 80px) !important;
  }

  .top-carousel-link.layout-position-left {
    margin-top: 0 !important;
    position: fixed;
    bottom: 145px;
    left: 125px;
  }
}
.top-carousel-link .top-link-arrow {
  background-color: transparent;
  border-color: #ffffff;
}
.top-carousel-link .top-link-arrow::after {
  border-color: #ffffff;
}
.top-carousel-link:focus-visible, .top-carousel-link:active {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .top-carousel-link:focus-visible .top-link-arrow::before, .top-carousel-link:active .top-link-arrow::before {
    background-color: #E60012;
  }
}
@media (any-hover: hover) {
  .top-carousel-link:hover {
    color: #ffffff;
  }
}
@media screen and (any-hover: hover) and (max-width: 768px) {
  .top-carousel-link:hover .top-link-arrow::before {
    background-color: #E60012;
  }
}
@media screen and (min-width: 769px) {
  .top-carousel-link--green {
    color: #000000 !important;
  }
  .top-carousel-link--green .top-link-arrow, .top-carousel-link.layout-position-left .top-link-arrow {
    border-color: #009944 !important;
  }
  .top-carousel-link--green .top-link-arrow::before, .top-carousel-link.layout-position-left .top-link-arrow::before {
    background: none;
    background-color: #009944 !important;
  }
  .top-carousel-link--green .top-link-arrow::after, .top-carousel-link.layout-position-left .top-link-arrow::after {
    border-color: #009944;
  }
}

@media screen and (min-width: 769px) {
  .pc-hidden {
    display: none;
  }
}

/*# sourceMappingURL=top.css.map */
