@charset "UTF-8";
/* CSS Document */
/* ==================================================
Mixin
================================================== */
/*
 * Easing function
 * Original：http://easings.net/
 */
/* ==================================================
KeyFrames
================================================== */
@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  99% {
    display: block;
    opacity: 0;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
@keyframes infiniteScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes infiniteScrollSP {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
/* CSS Document */
/* intro */
@media all and (min-width: 781px) {
  .company-intro {
    margin-top: 4.375rem;
  }
  .company-intro:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-intro {
    margin-top: 4.375rem;
  }
  .company-intro:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-intro__inner {
    position: relative;
    padding-top: 1.34375rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 0.9375rem;
  }
  .company-intro__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.9375rem;
  }
  .company-intro__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .company-intro__inner {
    position: relative;
    padding-top: 1.34375rem;
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.5rem;
  }
  .company-intro__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.5rem;
  }
  .company-intro__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .company-intro-lead-txt {
    line-height: 1.7;
    font-size: 1.875rem;
    text-align: center;
    font-weight: 700;
    color: #094;
  }
  .company-intro-lead-txt em {
    font-size: 133.3333333333%;
  }
}
@media screen and (max-width: 780px) {
  .company-intro-lead-txt {
    line-height: 1.4;
    font-size: 1.625rem;
    text-align: center;
    font-weight: 700;
    color: #094;
  }
  .company-intro-lead-txt em {
    display: inline-block;
    line-height: 1.7;
    font-size: 138.4615384615%;
  }
}

/* outline */
@media all and (min-width: 781px) {
  .company-outline {
    margin-top: 4.375rem;
  }
  .company-outline:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-outline {
    margin-top: 3.125rem;
  }
  .company-outline:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-outline-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4.375rem 1.5625rem;
  }
}
@media all and (min-width: 781px) {
  .company-outline-column__parts {
    flex-grow: 1;
    width: calc(0.5 * 100% - 0.78125 * 1rem);
  }
}
@media screen and (max-width: 780px) {
  .company-outline-column__parts {
    margin-top: 2.5rem;
  }
  .company-outline-column__parts:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-outline-desc__term {
    line-height: 1.7;
    font-size: 1.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .company-outline-desc__term {
    line-height: 1.2133333333;
    font-size: 1.625rem;
  }
}
@media all and (min-width: 781px) {
  .company-outline-desc__term__label {
    font-weight: 700;
    color: #094;
  }
}
@media screen and (max-width: 780px) {
  .company-outline-desc__term__label {
    font-weight: 700;
    color: #094;
  }
}
@media all and (min-width: 781px) {
  .company-outline-desc__defin {
    margin-top: 0.9375rem;
  }
  .company-outline-desc__defin:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-outline-desc__defin {
    margin-top: 0.9375rem;
  }
  .company-outline-desc__defin:first-child {
    margin-top: 0;
  }
}

/* feature */
@media all and (min-width: 781px) {
  .company-feature {
    margin-top: 2.5rem;
  }
  .company-feature:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-feature {
    margin-top: 2.5rem;
  }
  .company-feature:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-feature-list__item {
    margin-top: 6.25rem;
  }
  .company-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-feature-list__item {
    margin-top: 2.5rem;
  }
  .company-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-feature-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .company-feature-container--reverse {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 781px) {
  .company-feature-img {
    margin-top: 2rem;
    text-align: center;
  }
  .company-feature-img:first-child {
    margin-top: 0;
  }
  .company-feature-container .company-feature-img {
    flex-shrink: 0;
    margin-top: 0;
    align-self: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .company-feature-img {
    margin-top: 2rem;
    text-align: center;
  }
  .company-feature-img:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-feature-img-list__item {
    margin-top: 2.5rem;
  }
  .company-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-feature-img-list__item {
    margin-top: 2.25rem;
  }
  .company-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-feature-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: 28.5rem;
    width: 100%;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .company-feature-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: 28.5rem;
    width: 100%;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
}
@media all and (min-width: 781px) {
  .company-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .company-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .company-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .company-feature-content {
    margin-top: 2rem;
  }
  .company-feature-content:first-child {
    margin-top: 0;
  }
  .company-feature-container .company-feature-content {
    flex-grow: 1;
    margin-top: 0;
    margin-left: 5.5rem;
  }
  .company-feature-container .company-feature-content:first-child {
    margin-left: 0;
  }
  .company-feature-container--reverse .company-feature-content {
    margin-left: 0;
    margin-right: 5.5rem;
  }
  .company-feature-container--reverse .company-feature-content:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .company-feature-content {
    margin-top: 2rem;
  }
  .company-feature-content:first-child {
    margin-top: 0;
  }
}

/* CSS Document */
/* bnr */
@media all and (min-width: 781px) {
  .contact-bnr {
    margin-top: 2.5rem;
    text-align: center;
  }
  .contact-bnr:first-child {
    margin-left: 0;
  }
  .contact-bnr a {
    display: inline-block;
    vertical-align: top;
    transition: opacity 0.3s ease;
  }
  .contact-bnr a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .contact-bnr {
    margin-top: 2.5rem;
    text-align: center;
  }
  .contact-bnr:first-child {
    margin-left: 0;
  }
  .contact-bnr a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
}
@media all and (min-width: 781px) {
  .contact-bnr-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .contact-bnr-list__item {
    margin-top: 1.25rem;
  }
  .contact-bnr-list__item:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 781px) {
  .contact-bnr__label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 0.5rem;
    background: #FFF;
    overflow: hidden;
  }
  .contact-bnr__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.5rem;
  }
  .contact-bnr__label img[src*=seino] {
    width: 7.5rem;
  }
  .contact-bnr__label img[src*=yamato] {
    width: 7.9375rem;
  }
  .contact-bnr__label img[src*=meitetsu] {
    width: 7rem;
  }
  .contact-bnr__label img[src*=sagawa] {
    width: 11.5625rem;
  }
  .contact-bnr__label img[src*=daiichi] {
    width: 7.375rem;
  }
  .contact-bnr__label img[src*=seino_ex] {
    width: 20.5625rem;
  }
  .contact-bnr__label img[src*=okayama] {
    width: 13.625rem;
  }
}
@media screen and (max-width: 780px) {
  .contact-bnr__label {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 3.75rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 0.5rem;
    background: #FFF;
    overflow: hidden;
  }
  .contact-bnr__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.5rem;
  }
  .contact-bnr__label img[src*=seino] {
    width: 7.5rem;
  }
  .contact-bnr__label img[src*=yamato] {
    width: 7.9375rem;
  }
  .contact-bnr__label img[src*=meitetsu] {
    width: 7rem;
  }
  .contact-bnr__label img[src*=sagawa] {
    width: 11.5625rem;
  }
  .contact-bnr__label img[src*=daiichi] {
    width: 7.375rem;
  }
  .contact-bnr__label img[src*=seino_ex] {
    width: 20.5625rem;
  }
  .contact-bnr__label img[src*=okayama] {
    width: 13.625rem;
  }
}

/* CSS Document */
/* feature */
@media all and (min-width: 781px) {
  .csr-feature {
    margin-top: 2.5rem;
  }
  .csr-feature:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature {
    margin-top: 2.5rem;
  }
  .csr-feature:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-list__item {
    margin-top: 6.25rem;
  }
  .csr-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature-list__item {
    margin-top: 6.25rem;
  }
  .csr-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-img {
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature-img {
    text-align: center;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-img-list {
    display: flex;
    justify-content: center;
    align-content: flex-start;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-img-list__item {
    margin-left: 1.25rem;
  }
  .csr-feature-img-list__item:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature-img-list__item {
    margin-top: 1.25rem;
  }
  .csr-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 17.875rem;
    width: 100%;
    border-radius: 0.5rem;
    background: #FFF;
    overflow: hidden;
  }
  .csr-feature-img__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #F0F0F0;
    border-radius: 0.5rem;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 17.875rem;
    width: 100%;
    border-radius: 0.5rem;
    background: #FFF;
    overflow: hidden;
  }
  .csr-feature-img__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #F0F0F0;
    border-radius: 0.5rem;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .csr-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .csr-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .csr-feature-content {
    margin-top: 2.5rem;
  }
  .csr-feature-content:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .csr-feature-content {
    margin-top: 2.25rem;
  }
  .csr-feature-content:first-child {
    margin-top: 0;
  }
}

/* CSS Document */
/* detail */
@media all and (min-width: 781px) {
  .news-detail-section--lv1 {
    padding-top: 1.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-section--lv1 {
    padding-top: 1.25rem;
    padding-bottom: 4.375rem;
  }
}
@media all and (min-width: 781px) {
  .news-detail-section--lv1__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-section--lv1__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 781px) {
  .news-detail-section--lv1-heading {
    position: relative;
  }
  .news-detail-section--lv1-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-section--lv1-heading {
    position: relative;
  }
  .news-detail-section--lv1-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
  }
}
@media all and (min-width: 781px) {
  .news-detail-section--lv1-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.8125rem;
    line-height: 1.4;
    font-size: 2.1875rem;
    font-weight: bold;
  }
  .news-detail-section--lv1-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-section--lv1-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.8125rem;
    line-height: 1.4;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .news-detail-section--lv1-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #000;
  }
}
@media all and (min-width: 781px) {
  .news-detail-section--lv1-body {
    margin-top: 2.5rem;
  }
  .news-detail-section--lv1-body:first-child {
    margin-top: 0;
  }
  .news-detail-section--lv1-body:has(.news-detail-top) {
    margin-top: 0.625rem;
  }
  .news-detail-section--lv1-body:has(.news-detail-top):first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-section--lv1-body {
    margin-top: 2.5rem;
  }
  .news-detail-section--lv1-body:first-child {
    margin-top: 0;
  }
  .news-detail-section--lv1-body:has(.news-detail-top) {
    margin-top: 0.625rem;
  }
  .news-detail-section--lv1-body:has(.news-detail-top):first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .news-detail-container {
    margin-top: 2.5rem;
  }
  .news-detail-container:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-container {
    margin-top: 2.5rem;
  }
  .news-detail-container:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .news-detail-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    line-height: 1.4;
    font-size: 0.8125rem;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-top {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    line-height: 1.4;
    font-size: 0.8125rem;
  }
}
@media all and (min-width: 781px) {
  .news-detail-top-date {
    position: relative;
    margin-left: 1em;
    padding-left: 1em;
  }
  .news-detail-top-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    margin-top: 0.7em;
    border-left: 1px solid #000;
    transform: translate3d(0, -50%, 0);
  }
  .news-detail-top-date:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .news-detail-top-date:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-top-date {
    position: relative;
    margin-left: 1em;
    padding-left: 1em;
  }
  .news-detail-top-date::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    margin-top: 0.7em;
    border-left: 1px solid #000;
    transform: translate3d(0, -50%, 0);
  }
  .news-detail-top-date:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .news-detail-top-date:first-child::before {
    content: none;
  }
}
@media all and (min-width: 781px) {
  .news-detail-top-date__label {
    display: inline-block;
    vertical-align: top;
    color: #868686;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-top-date__label {
    display: inline-block;
    vertical-align: top;
    color: #868686;
  }
}
@media all and (min-width: 781px) {
  .news-detail-top-cat {
    position: relative;
    margin-left: 1em;
    padding-left: 1em;
  }
  .news-detail-top-cat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    margin-top: 0.7em;
    border-left: 1px solid #000;
    transform: translate3d(0, -50%, 0);
  }
  .news-detail-top-cat:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .news-detail-top-cat:first-child::before {
    content: none;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-top-cat {
    position: relative;
    margin-left: 1em;
    padding-left: 1em;
  }
  .news-detail-top-cat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    margin-top: 0.7em;
    border-left: 1px solid #000;
    transform: translate3d(0, -50%, 0);
  }
  .news-detail-top-cat:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .news-detail-top-cat:first-child::before {
    content: none;
  }
}
@media all and (min-width: 781px) {
  .news-detail-top-cat__label {
    display: inline-block;
    vertical-align: top;
    color: #868686;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-top-cat__label {
    display: inline-block;
    vertical-align: top;
    color: #868686;
  }
}
@media all and (min-width: 781px) {
  .news-detail-content {
    margin-top: 2.5rem;
  }
  .news-detail-content:first-child {
    margin-top: 0;
  }
  .news-detail-content h2, .news-detail-content h3, .news-detail-content h4, .news-detail-content h5, .news-detail-content h6 {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.3125rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .news-detail-content h2::before, .news-detail-content h3::before, .news-detail-content h4::before, .news-detail-content h5::before, .news-detail-content h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 0.8em;
    border-radius: 1rem;
    background: #094;
    transform: translate3d(0, -50%, 0);
  }
  .news-detail-content h2:first-child, .news-detail-content h3:first-child, .news-detail-content h4:first-child, .news-detail-content h5:first-child, .news-detail-content h6:first-child {
    margin-top: 0;
  }
  .news-detail-content h2:last-child, .news-detail-content h3:last-child, .news-detail-content h4:last-child, .news-detail-content h5:last-child, .news-detail-content h6:last-child {
    margin-bottom: 0;
  }
  .news-detail-content p, .news-detail-content ul {
    margin-top: 1.6em;
    font-size: 0.9375rem;
  }
  .news-detail-content p:first-child, .news-detail-content ul:first-child {
    margin-top: 0;
  }
  .news-detail-content p a, .news-detail-content ul a {
    color: #094;
    text-decoration: none;
    word-break: break-all;
    transition: opacity 0.3s ease-in-out;
  }
  .news-detail-content p a:hover, .news-detail-content ul a:hover {
    opacity: 0.7;
  }
  .news-detail-content p a[target=_blank]:not([href$=".pdf"])::after, .news-detail-content ul a[target=_blank]:not([href$=".pdf"])::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1.6em;
    margin: 0 0.25em;
    background: url("../../assets/img/common/ico_link_ex01_on.svg") no-repeat center center;
    background-size: contain;
  }
  .news-detail-content p a[href$=".pdf"]::after, .news-detail-content ul a[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1.6em;
    margin: 0 0.25em;
    background: url("../../assets/img/common/ico_link_pdf01_on.svg") no-repeat center center;
    background-size: contain;
  }
  .news-detail-content p em, .news-detail-content p strong, .news-detail-content p b, .news-detail-content ul em, .news-detail-content ul strong, .news-detail-content ul b {
    font-weight: 700;
  }
  .news-detail-content ul li {
    position: relative;
    padding-left: 1em;
  }
  .news-detail-content ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
  }
  .news-detail-content figure {
    display: block;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .news-detail-content figure:first-child {
    margin-top: 0;
  }
  .news-detail-content figure:last-child {
    margin-bottom: 0;
  }
  .news-detail-content img {
    display: block;
    margin: 0 auto;
    margin-top: 4rem;
    margin-bottom: 4rem;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
  }
  .news-detail-content img:first-child {
    margin-top: 0;
  }
  .news-detail-content img:last-child {
    margin-bottom: 0;
  }
  .news-detail-content a:has(img) {
    display: inline-block;
    vertical-align: top;
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
  .news-detail-content a img {
    transition: opacity 0.3s ease-in-out;
  }
  .news-detail-content a:hover img {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .news-detail-content {
    margin-top: 2.5rem;
  }
  .news-detail-content:first-child {
    margin-top: 0;
  }
  .news-detail-content h2, .news-detail-content h3, .news-detail-content h4, .news-detail-content h5, .news-detail-content h6 {
    position: relative;
    margin-top: 2.5rem;
    margin-bottom: 1.25rem;
    padding-left: 1.3125rem;
    font-size: 1.125rem;
    font-weight: 700;
  }
  .news-detail-content h2::before, .news-detail-content h3::before, .news-detail-content h4::before, .news-detail-content h5::before, .news-detail-content h6::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1rem;
    height: 1rem;
    margin-top: 0.8em;
    border-radius: 1rem;
    background: #094;
    transform: translate3d(0, -50%, 0);
  }
  .news-detail-content h2:first-child, .news-detail-content h3:first-child, .news-detail-content h4:first-child, .news-detail-content h5:first-child, .news-detail-content h6:first-child {
    margin-top: 0;
  }
  .news-detail-content h2:last-child, .news-detail-content h3:last-child, .news-detail-content h4:last-child, .news-detail-content h5:last-child, .news-detail-content h6:last-child {
    margin-bottom: 0;
  }
  .news-detail-content p, .news-detail-content ul {
    margin-top: 1.6em;
    font-size: 0.9375rem;
  }
  .news-detail-content p:first-child, .news-detail-content ul:first-child {
    margin-top: 0;
  }
  .news-detail-content p a, .news-detail-content ul a {
    color: #094;
    text-decoration: none;
    word-break: break-all;
    transition: opacity 0.3s ease-in-out;
  }
  .news-detail-content p a:hover, .news-detail-content ul a:hover {
    opacity: 0.7;
  }
  .news-detail-content p a[target=_blank]:not([href$=".pdf"])::after, .news-detail-content ul a[target=_blank]:not([href$=".pdf"])::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1rem;
    height: 1.6em;
    margin: 0 0.25em;
    background: url("../../assets/img/common/ico_link_ex01_on.svg") no-repeat center center;
    background-size: contain;
  }
  .news-detail-content p a[href$=".pdf"]::after, .news-detail-content ul a[href$=".pdf"]::after {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 1.25rem;
    height: 1.6em;
    margin: 0 0.25em;
    background: url("../../assets/img/common/ico_link_pdf01_on.svg") no-repeat center center;
    background-size: contain;
  }
  .news-detail-content p em, .news-detail-content p strong, .news-detail-content p b, .news-detail-content ul em, .news-detail-content ul strong, .news-detail-content ul b {
    font-weight: 700;
  }
  .news-detail-content ul li {
    position: relative;
    padding-left: 1em;
  }
  .news-detail-content ul li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
  }
  .news-detail-content figure {
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  .news-detail-content figure:first-child {
    margin-top: 0;
  }
  .news-detail-content figure:last-child {
    margin-bottom: 0;
  }
  .news-detail-content img {
    display: block;
    margin: 0 auto;
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
  }
  .news-detail-content img:first-child {
    margin-top: 0;
  }
  .news-detail-content img:last-child {
    margin-bottom: 0;
  }
  .news-detail-content a:has(img) {
    display: inline-block;
    vertical-align: top;
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

/* CSS Document */
/* outline */
@media all and (min-width: 781px) {
  .product-outline {
    margin-top: 2.5rem;
  }
  .product-outline:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .product-outline {
    margin-top: 2.5rem;
  }
  .product-outline:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .product-outline-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media all and (min-width: 781px) {
  .product-outline-column__parts {
    width: calc(0.5 * 100% - 0.78125 * 1rem);
    margin-left: 1.5625rem;
  }
  .product-outline-column__parts:nth-child(2n+1) {
    margin-left: 0;
  }
  .product-outline-column__parts:nth-child(n+3) {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 780px) {
  .product-outline-column__parts {
    margin-top: 1.5625rem;
  }
  .product-outline-column__parts:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .product-outline__inner {
    position: relative;
    height: 100%;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 2rem;
    padding-right: 2rem;
    border-radius: 0.5rem;
  }
  .product-outline__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #094;
    border-radius: 0.5rem;
  }
  .product-outline__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .product-outline__inner {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.5rem;
  }
  .product-outline__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #094;
    border-radius: 0.5rem;
  }
  .product-outline__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .product-outline-desc__term {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 780px) {
  .product-outline-desc__term {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 781px) {
  .product-outline-desc__term__label {
    font-weight: 700;
    color: #094;
  }
}
@media screen and (max-width: 780px) {
  .product-outline-desc__term__label {
    font-weight: 700;
    color: #094;
  }
}
@media all and (min-width: 781px) {
  .product-outline-desc__defin {
    margin-top: 1.25rem;
  }
  .product-outline-desc__defin:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .product-outline-desc__defin {
    margin-top: 1.25rem;
  }
  .product-outline-desc__defin:first-child {
    margin-top: 0;
  }
}

/* CSS Document */
/* section */
@media all and (min-width: 781px) {
  .recruit-section--lv1 {
    padding-top: 1.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-section--lv1 {
    padding-top: 1.25rem;
    padding-bottom: 4.375rem;
  }
}
@media all and (min-width: 781px) {
  .recruit-section--lv1__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-section--lv1__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 781px) {
  .recruit-section--lv1-heading {
    position: relative;
  }
  .recruit-section--lv1-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-section--lv1-heading {
    position: relative;
  }
  .recruit-section--lv1-heading::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #F0F0F0;
  }
}
@media all and (min-width: 781px) {
  .recruit-section--lv1-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.8125rem;
    line-height: 1.4;
    font-size: 2.1875rem;
    font-weight: bold;
  }
  .recruit-section--lv1-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #094;
  }
  .recruit-section--lv1-heading__label > span {
    font-size: 80%;
  }
  .recruit-section--indent .recruit-section--lv1-heading__label {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .recruit-section--indent .recruit-section--lv1-heading__label > span:first-child {
    display: inline-block;
    width: 1.5em;
    font-size: 100%;
    text-indent: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-section--lv1-heading__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 0.8125rem;
    line-height: 1.4;
    font-size: 1.75rem;
    font-weight: bold;
  }
  .recruit-section--lv1-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #094;
  }
  .recruit-section--lv1-heading__label > span {
    display: inline-block;
    font-size: 64.2857142857%;
  }
  .recruit-section--indent .recruit-section--lv1-heading__label {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  .recruit-section--indent .recruit-section--lv1-heading__label > span:first-child {
    display: inline-block;
    width: 1.5em;
    font-size: 100%;
    text-indent: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-section--lv1-body {
    margin-top: 2.5rem;
  }
  .recruit-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-section--lv1-body {
    margin-top: 3.125rem;
  }
  .recruit-section--lv1-body:first-child {
    margin-top: 0;
  }
}

/* intro */
@media all and (min-width: 781px) {
  .recruit-intro {
    margin-top: 4.375rem;
  }
  .recruit-intro:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-intro {
    margin-top: 4.375rem;
  }
  .recruit-intro:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-intro__inner {
    position: relative;
    padding-top: 1.34375rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    border-radius: 0.9375rem;
  }
  .recruit-intro__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.9375rem;
  }
  .recruit-intro__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .recruit-intro__inner {
    position: relative;
    padding-top: 1.34375rem;
    padding-bottom: 1.875rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.5rem;
  }
  .recruit-intro__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.5rem;
  }
  .recruit-intro__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .recruit-intro-lead-txt {
    line-height: 1.7;
    font-size: 1.875rem;
    text-align: center;
    font-weight: 700;
    color: #094;
  }
  .recruit-intro-lead-txt em {
    font-size: 133.3333333333%;
  }
}
@media screen and (max-width: 780px) {
  .recruit-intro-lead-txt {
    line-height: 1.4;
    font-size: 1.625rem;
    text-align: center;
    font-weight: 700;
    color: #094;
  }
  .recruit-intro-lead-txt em {
    display: inline-block;
    line-height: 1.7;
    font-size: 138.4615384615%;
  }
}

/* feature */
@media all and (min-width: 781px) {
  .recruit-feature {
    margin-top: 2.5rem;
  }
  .recruit-feature:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature {
    margin-top: 2.5rem;
  }
  .recruit-feature:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-list__item {
    margin-top: 6.25rem;
  }
  .recruit-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-list__item {
    margin-top: 2.5rem;
  }
  .recruit-feature-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .recruit-feature-container--reverse {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-img {
    margin-top: 2rem;
    text-align: center;
  }
  .recruit-feature-img:first-child {
    margin-top: 0;
  }
  .recruit-feature-container .recruit-feature-img {
    flex-shrink: 0;
    margin-top: 0;
    align-self: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-img {
    margin-top: 2rem;
    text-align: center;
  }
  .recruit-feature-img:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-img-list__item {
    margin-top: 2.5rem;
  }
  .recruit-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-img-list__item {
    margin-top: 2.25rem;
  }
  .recruit-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: 28.5rem;
    width: 100%;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: 28.5rem;
    width: 100%;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .recruit-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .recruit-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-content {
    margin-top: 2rem;
  }
  .recruit-feature-content:first-child {
    margin-top: 0;
  }
  .recruit-feature-container .recruit-feature-content {
    flex-grow: 1;
    margin-top: 0;
    margin-left: 5.5rem;
  }
  .recruit-feature-container .recruit-feature-content:first-child {
    margin-left: 0;
  }
  .recruit-feature-container--reverse .recruit-feature-content {
    margin-left: 0;
    margin-right: 5.5rem;
  }
  .recruit-feature-container--reverse .recruit-feature-content:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-content {
    margin-top: 2rem;
  }
  .recruit-feature-content:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-column {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (min-width: 781px) {
  .recruit-feature-column__parts:first-child {
    flex-shrink: 0;
    width: 28.5rem;
  }
  .recruit-feature-column__parts + .recruit-feature-column__parts {
    flex-grow: 1;
    margin-left: 5.5rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-feature-column__parts + .recruit-feature-column__parts {
    margin-top: 4rem;
  }
  .recruit-feature-column__parts + .recruit-feature-column__parts:first-child {
    margin-top: 0;
  }
}

/* lower */
@media all and (min-width: 781px) {
  .recruit-lower {
    margin-top: 2.5rem;
  }
  .recruit-lower:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower {
    margin-top: 2.5rem;
  }
  .recruit-lower:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-list__item {
    width: calc(0.5 * 100% - 0.78125 * 1rem);
    margin-left: 1.5625rem;
  }
  .recruit-lower-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .recruit-lower-list__item:nth-child(n+3) {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-list__item {
    width: 17.75rem;
    margin: 0 auto;
    margin-top: 2.5rem;
  }
  .recruit-lower-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-container {
    color: #FFF;
  }
  .recruit-lower-container a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #FFF;
    text-decoration: none;
  }
  .recruit-lower-container a .recruit-lower-img__label {
    transition: opacity 0.3s ease-in-out;
  }
  .recruit-lower-container a:hover .recruit-lower-img__label {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-container {
    color: #FFF;
  }
  .recruit-lower-container a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    color: #FFF;
    text-decoration: none;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-container__inner {
    position: relative;
    border-radius: 0.9375rem;
    overflow: hidden;
  }
  .recruit-lower-container__inner::before {
    content: "";
    display: block;
    padding-top: 19.6875rem;
  }
  .recruit-lower-container__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #6BCA05 0%, #6BCA05 47%, #009944 100%);
  }
  .recruit-lower-container__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-container__inner {
    position: relative;
    border-radius: 0.9375rem;
    overflow: hidden;
  }
  .recruit-lower-container__inner::before {
    content: "";
    display: block;
    padding-top: 26.3125rem;
  }
  .recruit-lower-container__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #6BCA05 0%, #6BCA05 47%, #009944 100%);
  }
  .recruit-lower-container__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-img__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 19.4375rem;
    overflow: hidden;
  }
  .recruit-lower-img__label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-img__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 19.4375rem;
    overflow: hidden;
  }
  .recruit-lower-img__label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: right;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: right;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-desc__term {
    line-height: 1.4;
    font-size: 1.0625rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-desc__term {
    line-height: 1.4;
    font-size: 1rem;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-desc__term__label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
  }
  .recruit-lower-desc__term__label em {
    display: inline-block;
    margin-right: 0.125em;
    font-size: 205.8823529412%;
  }
  .recruit-lower-desc__term__label em:last-child {
    margin-right: 0;
  }
  .recruit-lower-desc__term__label > span {
    display: inline-block;
    font-size: 64.7058823529%;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-desc__term__label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
  }
  .recruit-lower-desc__term__label em {
    display: inline-block;
    margin-right: 0.125em;
    font-size: 218.75%;
  }
  .recruit-lower-desc__term__label em:last-child {
    margin-right: 0;
  }
  .recruit-lower-desc__term__label > span {
    display: inline-block;
    font-size: 93.75%;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-desc__defin {
    margin-top: 0.1875rem;
  }
  .recruit-lower-desc__defin:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-desc__defin {
    margin-top: 0.1875rem;
  }
  .recruit-lower-desc__defin:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-lower-txt {
    line-height: 1.4;
    font-size: 0.6875rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 780px) {
  .recruit-lower-txt {
    line-height: 1.4;
    font-size: 0.6875rem;
    font-weight: 700;
  }
}

/* detail */
@media all and (min-width: 781px) {
  .recruit-detail-hero__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-container {
    color: #FFF;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-container {
    width: 17.75rem;
    margin: 0 auto;
    color: #FFF;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-container__inner {
    position: relative;
    max-width: 51.25rem;
    margin: 0 auto;
    border-radius: 0.9375rem;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
    overflow: hidden;
  }
  .recruit-detail-hero-container__inner::before {
    content: "";
    display: block;
    padding-top: 29.375rem;
  }
  .recruit-detail-hero-container__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #6BCA05 0%, #6BCA05 47%, #009944 100%);
  }
  .recruit-detail-hero-container__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-container__inner {
    position: relative;
    border-radius: 0.9375rem;
    overflow: hidden;
  }
  .recruit-detail-hero-container__inner::before {
    content: "";
    display: block;
    padding-top: 26.3125rem;
  }
  .recruit-detail-hero-container__inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #6BCA05 0%, #6BCA05 47%, #009944 100%);
  }
  .recruit-detail-hero-container__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-img__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 19.4375rem;
    overflow: hidden;
  }
  .recruit-detail-hero-img__label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-img__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 19.4375rem;
    overflow: hidden;
  }
  .recruit-detail-hero-img__label img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: right;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-content {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    text-align: right;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-heading {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-heading {
    line-height: 1.4;
    font-size: 1.125rem;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-heading__label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
  }
  .recruit-detail-hero-heading__label em {
    display: inline-block;
    margin-right: 0.125em;
    font-size: 194.4444444444%;
  }
  .recruit-detail-hero-heading__label em:last-child {
    margin-right: 0;
  }
  .recruit-detail-hero-heading__label > span {
    position: relative;
    display: block;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .recruit-detail-hero-heading__label > span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #FFF;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-heading__label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
  }
  .recruit-detail-hero-heading__label em {
    display: inline-block;
    margin-right: 0.125em;
    font-size: 194.4444444444%;
  }
  .recruit-detail-hero-heading__label em:last-child {
    margin-right: 0;
  }
  .recruit-detail-hero-heading__label > span {
    position: relative;
    display: block;
    padding-bottom: 0.625rem;
    margin-bottom: 0.625rem;
  }
  .recruit-detail-hero-heading__label > span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #FFF;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-hero-txt {
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-hero-txt {
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media all and (min-width: 781px) {
  .recruit-detail-content {
    padding-top: 6.25rem;
  }
  .recruit-detail-content:first-child {
    padding-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-detail-content {
    padding-top: 3.125rem;
  }
  .recruit-detail-content:first-child {
    padding-top: 0;
  }
}

/* schedule */
@media all and (min-width: 781px) {
  .recruit-schedule {
    margin-top: 2.5rem;
  }
  .recruit-schedule:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule {
    margin-top: 2.5rem;
  }
  .recruit-schedule:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-schedule-list__item {
    position: relative;
    height: 6.9375rem;
  }
  .recruit-schedule-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1875rem;
    margin-top: -0.78125rem;
    margin-left: 4.53125rem;
    padding-top: 3.8125rem;
    background: url("../../assets/img/common/ico_schedule01.svg") no-repeat center center;
    background-size: contain;
    transform: translate3d(-50%, -100%, 0);
  }
  .recruit-schedule-list__item:first-child::before {
    content: none;
  }
  .recruit-schedule-list__item:last-child {
    height: auto;
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule-list__item {
    position: relative;
    height: 6.9375rem;
  }
  .recruit-schedule-list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0.1875rem;
    margin-top: -0.78125rem;
    margin-left: 4.53125rem;
    padding-top: 3.8125rem;
    background: url("../../assets/img/common/ico_schedule01.svg") no-repeat center center;
    background-size: contain;
    transform: translate3d(-50%, -100%, 0);
  }
  .recruit-schedule-list__item:first-child::before {
    content: none;
  }
  .recruit-schedule-list__item:last-child {
    height: auto;
  }
}
@media all and (min-width: 781px) {
  .recruit-schedule-desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule-desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (min-width: 781px) {
  .recruit-schedule-desc__term {
    position: relative;
    flex-shrink: 0;
    width: 5.3125rem;
    padding-right: 2.1875rem;
    text-align: right;
    line-height: 1.4;
    font-size: 1.125rem;
  }
  .recruit-schedule-desc__term::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    border: 0.4375rem solid #094;
    border-radius: 1.5625rem;
    background: #FFF;
    transform: translate3d(0, -50%, 0);
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule-desc__term {
    position: relative;
    flex-shrink: 0;
    width: 5.3125rem;
    padding-right: 2.1875rem;
    text-align: right;
    line-height: 1.4;
    font-size: 1.125rem;
  }
  .recruit-schedule-desc__term::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.5625rem;
    height: 1.5625rem;
    border: 0.4375rem solid #094;
    border-radius: 1.5625rem;
    background: #FFF;
    transform: translate3d(0, -50%, 0);
  }
}
@media all and (min-width: 781px) {
  .recruit-schedule-desc__term__label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule-desc__term__label {
    display: inline-block;
    vertical-align: top;
    font-weight: 700;
  }
}
@media all and (min-width: 781px) {
  .recruit-schedule-desc__defin {
    flex-grow: 1;
    margin-left: 0.625rem;
  }
  .recruit-schedule-desc__defin:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule-desc__defin {
    flex-grow: 1;
    margin-left: 0.625rem;
  }
  .recruit-schedule-desc__defin:first-child {
    margin-left: 0;
  }
}
@media all and (min-width: 781px) {
  .recruit-schedule-txt {
    line-height: 1.4;
    font-size: 1.125rem;
    font-weight: 700;
  }
}
@media screen and (max-width: 780px) {
  .recruit-schedule-txt {
    line-height: 1.4;
    font-size: 1.125rem;
    font-weight: 700;
  }
}

/* CSS Document */
/* menu */
@media all and (min-width: 781px) {
  .sitemap-menu {
    margin-top: 2.5rem;
  }
  .sitemap-menu:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu {
    margin-top: 2.5rem;
  }
  .sitemap-menu:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3.4375rem;
  }
  .sitemap-menu-list:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-list {
    margin-top: 3.4375rem;
  }
  .sitemap-menu-list:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-list__item {
    width: calc(0.2 * 100%);
  }
  .sitemap-menu-list__item:nth-child(n+6) {
    margin-top: 3.4375rem;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-list__item {
    margin-top: 2.25rem;
  }
  .sitemap-menu-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc {
    padding-left: 0.9375rem;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc {
    padding-left: 0.9375rem;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc__term {
    line-height: 1.5;
    font-size: 0.9375rem;
  }
  .sitemap-menu-desc__term a {
    color: #094;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  .sitemap-menu-desc__term a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc__term {
    line-height: 1.5;
    font-size: 0.9375rem;
  }
  .sitemap-menu-desc__term a {
    color: #094;
    text-decoration: none;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc__term__label {
    font-weight: 700;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc__term__label {
    font-weight: 700;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc__defin {
    margin-top: 1.0625rem;
    padding-left: 1.3125rem;
  }
  .sitemap-menu-desc__defin:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc__defin {
    margin-top: 1.0625rem;
    padding-left: 1.3125rem;
  }
  .sitemap-menu-desc__defin:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc__defin__label {
    display: inline-block;
    vertical-align: top;
    color: #868686;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc__defin__label {
    display: inline-block;
    vertical-align: top;
    color: #868686;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc-list {
    margin-top: 1.0625rem;
  }
  .sitemap-menu-desc-list:first-child {
    margin-top: 0;
  }
  .sitemap-menu-list__item:not(:has(.sitemap-menu-desc)) .sitemap-menu-desc-list {
    padding-top: 2.46875rem;
    padding-left: 2.25rem;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc-list {
    margin-top: 1.0625rem;
  }
  .sitemap-menu-desc-list:first-child {
    margin-top: 0;
  }
  .sitemap-menu-list__item:not(:has(.sitemap-menu-desc)) .sitemap-menu-desc-list {
    padding-left: 2.25rem;
  }
}
@media all and (min-width: 781px) {
  .sitemap-menu-desc-list__item {
    margin-top: 0.75rem;
    line-height: 1.4;
    font-size: 0.8125rem;
  }
  .sitemap-menu-desc-list__item:first-child {
    margin-top: 0;
  }
  .sitemap-menu-desc-list__item a {
    color: #000;
    text-decoration: none;
    transition: opacity 0.3s ease-in-out;
  }
  .sitemap-menu-desc-list__item a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 780px) {
  .sitemap-menu-desc-list__item {
    margin-top: 0.75rem;
    line-height: 1.4;
    font-size: 0.8125rem;
  }
  .sitemap-menu-desc-list__item:first-child {
    margin-top: 0;
  }
  .sitemap-menu-desc-list__item a {
    color: #000;
    text-decoration: none;
  }
}
/* CSS Document */
/* hero */
@media all and (min-width: 781px) {
  .top-hero {
    position: relative;
    overflow: hidden;
  }
  .top-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: calc(50% + 20.625rem);
    height: 100%;
    background: linear-gradient(to bottom, #DBE7F9, #E8FAF2);
    transform-origin: left bottom;
    transform: skew(-28.5deg);
  }
  .top-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(50% + 21.25rem);
    height: calc(100% - 3.75rem);
    background: linear-gradient(151.5deg, #9EF0B5, #179AB7);
    opacity: 0.9;
    transform-origin: right top;
    transform: skew(-28.5deg);
  }
  .top-hero[id=js-hero] {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  .top-hero[id=js-hero].is-active {
    opacity: 1;
  }
  .top-hero > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .top-hero {
    position: relative;
    overflow: hidden;
  }
  .top-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4.0625rem);
    margin-top: -4.0625rem;
    background: url("../../assets/img/top/bg_hero01_sp.png") no-repeat top center;
    background-size: 100% auto;
  }
  .top-hero::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% + 4.0625rem);
    margin-top: -4.0625rem;
    background: url("../../assets/img/top/bg_hero02_sp.png") no-repeat top center;
    background-size: 100% auto;
  }
  .top-hero[id=js-hero] {
    opacity: 0;
    transition: opacity 0.8s ease;
  }
  .top-hero[id=js-hero].is-active {
    opacity: 1;
  }
  .top-hero > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .top-hero__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: clamp(20rem, 100%, 90rem);
    height: 35.125rem;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .top-hero__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 calc(50% - 50vw);
    padding-top: 3.75rem;
    background: linear-gradient(to bottom, transparent, #FFF);
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .top-hero__inner {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    height: 38.4375rem;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 781px) {
  .top-hero-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 3.75rem;
  }
}
@media screen and (max-width: 780px) {
  .top-hero-container {
    padding-top: 5rem;
  }
}
@media all and (min-width: 781px) {
  .top-hero-content {
    position: relative;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(50% + 2.5rem);
    padding-left: 1.25rem;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .top-hero-content {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .top-hero-img {
    flex-grow: 1;
    margin-left: -4.5rem;
    margin-right: 2rem;
    text-align: right;
  }
}
@media screen and (max-width: 780px) {
  .top-hero-img {
    margin-top: 5.625rem;
  }
}
@media all and (min-width: 781px) {
  .top-hero-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 41.8125rem;
    transform: translate3d(0, 0, 0);
    will-change: auto;
    animation: infiniteScroll 90s linear infinite;
  }
  .top-hero-img__label img {
    width: 100%;
    backface-visibility: hidden;
  }
  .top-hero-img__label img + img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
  }
  .top-hero-img__label picture {
    width: 100%;
    backface-visibility: hidden;
  }
  .top-hero-img__label picture + picture {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(0, 100%, 0);
  }
}
@media screen and (max-width: 780px) {
  .top-hero-img__label {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 154.1875rem;
    transform: translate3d(0, 0, 0);
    will-change: auto;
    animation: infiniteScrollSP 90s linear infinite;
  }
  .top-hero-img__label img {
    width: 100%;
    backface-visibility: hidden;
  }
  .top-hero-img__label img + img {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .top-hero-img__label picture {
    width: 100%;
    backface-visibility: hidden;
  }
  .top-hero-img__label picture + picture {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
@media all and (min-width: 781px) {
  .top-hero-heading__label {
    position: relative;
    display: block;
    margin-top: 1.125rem;
    padding-bottom: 0.9375rem;
    padding-left: 0.3125rem;
    padding-right: 0.3125rem;
  }
  .top-hero-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 2.4375rem;
    border-radius: 0.3125rem;
    background: #26974E;
  }
  .top-hero-heading__label > * {
    position: relative;
    z-index: 1;
  }
  .top-hero-heading__label:first-child {
    margin-top: 0;
  }
  .top-hero-heading__label:nth-child(1) {
    width: 17.5rem;
  }
  .top-hero-heading__label:nth-child(2) {
    width: 27.5rem;
  }
}
@media screen and (max-width: 780px) {
  .top-hero-heading__label {
    position: relative;
    display: block;
    margin: 0 auto;
    margin-top: 1.6875rem;
    padding-bottom: 0.625rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
  .top-hero-heading__label::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 0.9375rem;
    border-radius: 0.3125rem;
    background: #26974E;
  }
  .top-hero-heading__label > * {
    position: relative;
    z-index: 1;
  }
  .top-hero-heading__label:first-child {
    margin-top: 0;
  }
  .top-hero-heading__label:nth-child(1) {
    width: 11.875rem;
  }
  .top-hero-heading__label:nth-child(2) {
    width: 18.625rem;
  }
}

/* content */
/* section */
@media all and (min-width: 781px) {
  .top-section--lv1 {
    padding-top: 3.125rem;
    padding-bottom: 6.25rem;
  }
  .top-section--lv1:nth-child(2n) {
    background: #F7F7F7;
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1 {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
  .top-section--lv1:nth-child(2n) {
    background: #F7F7F7;
  }
}
@media all and (min-width: 781px) {
  .top-section--lv1__inner {
    width: clamp(20rem, 100%, 65rem);
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media all and (min-width: 781px) {
  .top-section--lv1-heading {
    position: relative;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1-heading {
    position: relative;
    text-align: center;
  }
}
@media all and (min-width: 781px) {
  .top-section--lv1-heading-sub {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1-heading-sub {
    display: block;
  }
  .top-section--lv1__inner .top-section--lv1-heading-sub {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media all and (min-width: 781px) {
  .top-section--lv1-heading-sub__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    mix-blend-mode: multiply;
  }
  .top-section--lv1-heading-sub__label::before {
    content: "";
    display: block;
  }
  .top-section--news .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_news.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--news .top-section--lv1-heading-sub__label::before {
    padding-top: 10.0625rem;
  }
  .top-section--company-message .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_company_message.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--company-message .top-section--lv1-heading-sub__label::before {
    padding-top: 10.0625rem;
  }
  .top-section--company-about .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_company_about.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--company-about .top-section--lv1-heading-sub__label::before {
    padding-top: 10.0625rem;
  }
  .top-section--product .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_product.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--product .top-section--lv1-heading-sub__label::before {
    padding-top: 10.0625rem;
  }
  .top-section--contact .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_contact.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--contact .top-section--lv1-heading-sub__label::before {
    padding-top: 7.4375rem;
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1-heading-sub__label {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    mix-blend-mode: multiply;
  }
  .top-section--lv1-heading-sub__label::before {
    content: "";
    display: block;
  }
  .top-section--news .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_news_sp.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--news .top-section--lv1-heading-sub__label::before {
    padding-top: 5.4375rem;
  }
  .top-section--company-message .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_company_message_sp.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--company-message .top-section--lv1-heading-sub__label::before {
    padding-top: 6.625rem;
  }
  .top-section--company-about .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_company_about_sp.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--company-about .top-section--lv1-heading-sub__label::before {
    padding-top: 5.4375rem;
  }
  .top-section--product .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_product_sp.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--product .top-section--lv1-heading-sub__label::before {
    padding-top: 5.4375rem;
  }
  .top-section--contact .top-section--lv1-heading-sub__label {
    background: url("../../assets/img/top/heading_section01_contact_sp.svg") no-repeat center center;
    background-size: auto 100%;
  }
  .top-section--contact .top-section--lv1-heading-sub__label::before {
    padding-top: 5.4375rem;
  }
}
@media all and (min-width: 781px) {
  .top-section--lv1-heading__label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-size: 2.1875rem;
    font-weight: 700;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1-heading__label {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    font-size: 2.1875rem;
    font-weight: 700;
    transform: translate3d(-50%, -50%, 0);
  }
}
@media all and (min-width: 781px) {
  .top-section--lv1-body {
    margin-top: 2.5rem;
  }
  .top-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .top-section--lv1-body {
    margin-top: 3.75rem;
  }
  .top-section--lv1-body:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .top-section--contact {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 780px) {
  .top-section--contact {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}

/* feature */
@media all and (min-width: 781px) {
  .top-feature {
    margin-top: 2.5rem;
  }
  .top-feature:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .top-feature {
    margin-top: 2.5rem;
  }
  .top-feature:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .top-feature-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .top-feature-container--reverse {
    flex-direction: row-reverse;
  }
}
@media all and (min-width: 781px) {
  .top-feature-img {
    flex-shrink: 0;
    align-self: flex-start;
    text-align: center;
  }
}
@media screen and (max-width: 780px) {
  .top-feature-img {
    text-align: center;
  }
}
@media all and (min-width: 781px) {
  .top-feature-img-list__item {
    margin-top: 2.5rem;
  }
  .top-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .top-feature-img-list__item {
    margin-top: 1.25rem;
  }
  .top-feature-img-list__item:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .top-feature-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: 28.5rem;
    width: 100%;
    border-radius: 0.9375rem;
    overflow: hidden;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
  }
  .top-feature-list__item .top-feature-img__label {
    max-width: 11.25rem;
    border-radius: 0.5rem;
    filter: drop-shadow(0 0.25rem 0.46875rem rgba(0, 0, 0, 0.15));
  }
}
@media screen and (max-width: 780px) {
  .top-feature-img__label {
    display: inline-block;
    vertical-align: top;
    max-width: 21.875rem;
    width: 100%;
    border-radius: 0.9375rem;
    overflow: hidden;
    filter: drop-shadow(0.4375rem 0.875rem 0.78125rem rgba(0, 0, 0, 0.15));
    transform: translate3d(0, 0, 0);
  }
  .top-feature-list__item .top-feature-img__label {
    max-width: 10.3125rem;
    border-radius: 0.5rem;
    filter: drop-shadow(0 0.25rem 0.46875rem rgba(0, 0, 0, 0.15));
  }
}
@media all and (min-width: 781px) {
  .top-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .top-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .top-feature-img__caption {
    display: block;
    margin-top: 0.9375rem;
    line-height: 1.4;
    font-size: 1rem;
    font-weight: 700;
  }
  .top-feature-img__caption:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .top-feature-content {
    margin-top: 1.875rem;
  }
  .top-feature-content:first-child {
    margin-top: 0;
  }
  .top-feature-container .top-feature-content {
    flex-grow: 1;
    margin-top: 0;
    margin-left: 5.5rem;
  }
  .top-feature-container .top-feature-content:first-child {
    margin-left: 0;
  }
  .top-feature-container--reverse .top-feature-content {
    margin-left: 0;
    margin-right: 5.5rem;
  }
  .top-feature-container--reverse .top-feature-content:first-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 780px) {
  .top-feature-content {
    margin-top: 2.25rem;
  }
  .top-feature-content:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .top-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 780px) {
  .top-feature-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media all and (min-width: 781px) {
  .top-feature-list__item {
    width: calc(0.2 * 100% - 1.25 * 1rem);
    margin-left: 1.5625rem;
  }
  .top-feature-list__item:nth-child(5n+1) {
    margin-left: 0;
  }
  .top-feature-list__item:nth-child(n+6) {
    margin-top: 1.5625rem;
  }
}
@media screen and (max-width: 780px) {
  .top-feature-list__item {
    width: calc(0.5 * 100% - 0.625 * 1rem);
    margin-left: 1.25rem;
  }
  .top-feature-list__item:nth-child(2n+1) {
    margin-left: 0;
  }
  .top-feature-list__item:nth-child(n+3) {
    margin-top: 2.25rem;
  }
}

/* contact */
@media all and (min-width: 781px) {
  .top-contact {
    margin-top: 2.5rem;
  }
  .top-contact:first-child {
    margin-top: 0;
  }
}
@media screen and (max-width: 780px) {
  .top-contact {
    margin-top: 2.5rem;
  }
  .top-contact:first-child {
    margin-top: 0;
  }
}
@media all and (min-width: 781px) {
  .top-contact__inner {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    border-radius: 0.9375rem;
    overflow: hidden;
  }
  .top-contact__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.9375rem;
  }
  .top-contact__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media screen and (max-width: 780px) {
  .top-contact__inner {
    position: relative;
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    border-radius: 0.9375rem;
    overflow: hidden;
  }
  .top-contact__inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #094;
    border-radius: 0.9375rem;
  }
  .top-contact__inner > * {
    position: relative;
    z-index: 1;
  }
}
@media all and (min-width: 781px) {
  .top-contact-column {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
}
@media all and (min-width: 781px) {
  .top-contact-column__parts {
    width: 31.25rem;
  }
  .top-contact-column__parts:first-child {
    flex-shrink: 0;
  }
  .top-contact-column__parts + .top-contact-column__parts {
    flex-grow: 1;
    margin-left: 1.75rem;
  }
}
@media screen and (max-width: 780px) {
  .top-contact-column__parts + .top-contact-column__parts {
    margin-top: 0.9375rem;
  }
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInN0eWxlLmNzcyIsIi4uLy4uLy4uL3NyYy9hc3NldHMvY3NzL3N0eWxlLnNjc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL2Nzcy9jb25maWcvX21peGluLnNjc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL2Nzcy9jb25maWcvX2tleWZyYW1lcy5zY3NzIiwiLi4vLi4vLi4vc3JjL2Fzc2V0cy9jc3MvaW5jL3BhZ2UvX2NvbXBhbnkuc2NzcyIsIi4uLy4uLy4uL3NyYy9hc3NldHMvY3NzL2luYy9wYWdlL19jb250YWN0LnNjc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL2Nzcy9pbmMvcGFnZS9fY3NyLnNjc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL2Nzcy9pbmMvcGFnZS9fbmV3cy5zY3NzIiwiLi4vLi4vLi4vc3JjL2Fzc2V0cy9jc3MvaW5jL3BhZ2UvX3Byb2R1Y3Quc2NzcyIsIi4uLy4uLy4uL3NyYy9hc3NldHMvY3NzL2luYy9wYWdlL19yZWNydWl0LnNjc3MiLCIuLi8uLi8uLi9zcmMvYXNzZXRzL2Nzcy9pbmMvcGFnZS9fc2l0ZW1hcC5zY3NzIiwiLi4vLi4vLi4vc3JjL2Fzc2V0cy9jc3MvaW5jL3BhZ2UvX3RvcC5zY3NzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBLGdCQUFnQjtBQ0NoQixpQkFBQTtBQ0RBOztvREFBQTtBQXFEQTs7O0VBQUE7QUNyREE7O29EQUFBO0FBSUE7RUFDQztJQUFHLGFBQUE7SUFBYyxVQUFBO0VIV2hCO0VHVkQ7SUFBRyxjQUFBO0lBQWUsVUFBQTtFSGNqQjtFR2JEO0lBQUssY0FBQTtJQUFlLFVBQUE7RUhpQm5CO0FBQ0Y7QUdoQkE7RUFDQztJQUFHLGNBQUE7SUFBZSxVQUFBO0VIb0JqQjtFR25CRDtJQUFJLGNBQUE7SUFBZSxVQUFBO0VIdUJsQjtFR3RCRDtJQUFLLGFBQUE7SUFBYyxVQUFBO0VIMEJsQjtBQUNGO0FHekJBO0VBQ0M7SUFBRywrQkFBQTtFSDRCRjtFRzNCRDtJQUFLLG1DQUFBO0VIOEJKO0FB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 */