@import "entry-style.css";

/* ===================== ヘッダー ===================== */
.hidden-except-header {
  display: none;
}

.header {
  position: relative;
  position: fixed;
  z-index: 500;
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-height: 93px;
  padding: 8px 40px 0;
  background-color: #fff;
  border-bottom: 1px solid var(--graph-blue-04);
  opacity: 1;
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
}
.header--hidden {
  pointer-events: none;
  opacity: 0;
  transform: translateY(-20px);
}
.header::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: url("../img/common/bg-header-top.svg");
  background-repeat: repeat-x;
}
.header__logo {
  padding-top: 22px;
}
.header__contents .header__link {
  display: flex;
  justify-content: end;
  padding: 12px 0 15px;
  font-size: 12px;
  line-height: 18px;
}
@media (any-hover: hover) {
  .header__contents .header__link-recruit:hover {
    color: var(--recruit-blue);
    text-decoration: none;
    transition: var(--transition-fast);
  }
  .header__contents .header__link-recruit:hover .header__link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .header__contents .header__link-recruit:hover .header__link-text {
    background-size: 0;
  }
}
.header__contents .header__link-recruit::after {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  vertical-align: middle;
  content: "";
  background-image: url("../img/common/ic-link-blank-12.svg");
  background-repeat: no-repeat;
}
.header__contents .header__link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.header__contents .header__navi {
  display: flex;
}
.header__contents .header__navi .header__list-radiobutton {
  display: none;
}
.header__contents .header__navi .header__list-radiobutton:checked ~ .header__list-button {
  padding-bottom: 16px;
  background-size: 100% 2px;
}
.header__contents .header__navi .header__list-radiobutton:checked ~ .header__navi-contents {
  z-index: 200;
  grid-template-rows: 1fr;
  padding: 16px 32px 40px;
}
.header__contents .header__navi .header__list-button {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  color: var(--text-color);
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .header__contents .header__navi .header__list-button:hover {
    padding-bottom: 16px;
    text-decoration: none;
    background-size: 100% 2px;
  }
}
.header__contents .header__navi .header__list-button--last-arrow::after {
  display: inline-block;
  width: 16px;
  height: 12px;
  content: "";
  background-image: url("../img/common/ic-header-last-arw.svg");
  background-repeat: no-repeat;
  background-position-x: 4px;
}
@media (width <= 1023px) {
  .header__contents .header__navi .header__list-button--last-arrow::after {
    background-image: none;
  }
}
.header__contents .header__navi .header__list-button--right-arrow::after {
  display: inline-block;
  width: 16px;
  height: 12px;
  content: "";
  margin-top: 1px;
  background-image: url("../img/common/ic-header-right-arw.svg");
  background-repeat: no-repeat;
  background-position-x: 4px;
}
@media (width <= 1023px) {
  .header__contents .header__navi .header__list-button--right-arrow::after {
    margin-top: 0;
    background-image: none;
  }
}
.header__contents .header__navi .header__list {
  position: relative;
  padding: 1.5px 20px 0;
  font-size: 14px;
  line-height: 21px;
}
.header__contents .header__navi .header__list:focus .header__list-button {
  padding-bottom: 14px;
  background-size: 100% 2px;
  outline: none;
}
@media (max-width: 767px) {
  .header__contents .header__navi .header__list:focus .header__list-button {
    background-size: 0;
  }
}
.header__contents .header__navi .header__list:nth-child(2) .header__navi-contents {
  left: -12px;
}
.header__contents .header__navi .header__list:nth-child(6) .header__navi-contents {
  right: -180px;
}
.header__contents .header__navi .header__list:nth-child(7) .header__navi-contents {
  right: -40px;
}
.header__contents .header__navi .header__navi-contents {
  position: absolute;
  top: 40px;
  z-index: 0;
  display: grid;
  grid-template-rows: 0fr;
  width: 292px;
  padding: 0 32px;
  background: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.1);
  transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__contents .header__navi .header__navi-contents .header__navi-content {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  font-size: 16px;
}
.header__contents .header__navi .header__navi-contents .header__navi-list:first-of-type .header__navi-list--link {
  padding-top: 0;
}
.header__contents .header__navi .header__navi-contents .header__navi-list-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-size: 14px;
  line-height: 150%;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  border-bottom: 1px solid var(--graph-blue-04);
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.header__contents .header__navi .header__navi-contents .header__navi-list-link:focus {
  padding-bottom: 17px;
  color: var(--recruit-blue);
  text-decoration: none;
  background-size: 100% 2px;
  border: none;
  outline: none;
}
@media (any-hover: hover) {
  .header__contents .header__navi .header__navi-contents .header__navi-list-link:hover {
    padding-bottom: 17px;
    color: var(--recruit-blue);
    text-decoration: none;
    background-size: 100% 2px;
    border: none;
    outline: none;
  }
}
.header__contents .header__navi .header__navi-contents .header__navi-list-link::after {
  display: block;
  flex-shrink: 0;
  width: 14px;
  height: 8px;
  content: "";
  background-image: url("../img/common/ic-arw-14-8.svg");
  background-repeat: no-repeat;
}
.header__contents .header__navi .header__navi-contents .header__navi-list-link--blank::after {
  height: 14px;
  background-image: url("../img/common/ic-link-blank-14.svg");
  background-repeat: no-repeat;
}
.header .sp-only {
  display: none;
}

@media (width <= 1023px) {
  .header {
    align-items: center;
    padding: 10px 20px 5px 19px;
    min-height: 60px;
  }
  .header__logo {
    padding: 0;
  }
  .header__logo-image {
    width: 172px;
  }
  .header__menuicon {
    position: relative;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  .header__menuicon:focus-visible {
    outline: 2px solid #0056b3;
  }
  .header__menuicon.visible .header__menuicon-frame-bar:nth-last-of-type(1) {
    opacity: 0;
  }
  .header__menuicon.visible .header__menuicon-frame-bar:nth-last-of-type(2) {
    transform: translateY(0) rotate(45deg);
  }
  .header__menuicon.visible .header__menuicon-frame-bar:nth-last-of-type(3) {
    transform: translateY(0) rotate(-45deg);
  }
  .header__menuicon.visible + .header__contents {
    top: 60px;
    opacity: 1;
  }
  .header__menuicon-frame {
    position: relative;
    display: block;
    width: 24px;
    height: 2px;
  }
  .header__menuicon-frame-bar {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--subtext-color);
    border-radius: 2px;
    transition: all 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__menuicon-frame-bar:nth-last-of-type(2) {
    transform: translateY(-6px) rotate(0deg);
  }
  .header__menuicon-frame-bar:nth-last-of-type(3) {
    transform: translateY(6px) rotate(0deg);
  }
  .header__contents {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: calc(100dvh - 60px);
    padding: 40px 32px;
    overflow-y: auto;
    visibility: hidden;
    background: #fff;
    opacity: 0;
    transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), top 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .header__contents .header__navi {
    flex-direction: column;
  }
  .header__contents .header__navi .header__list {
    padding: 0;
  }
  .header__contents .header__navi .header__list .header__list-button::after {
    position: absolute;
    top: 32px;
    right: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    content: url("../img/common/ic-plus.svg");
    transform: translateY(-50%);
  }
  .header__contents .header__navi .header__list.visible .header__list-button::after {
    content: url("../img/common/ic-minus.svg");
  }
  .header__contents .header__navi .header__list-link .header__list-button::after {
    height: 20px;
    content: url("../img/common/ic-arw-16-10.svg");
  }
  .header__contents .header__navi .header__list-link.visible .header__list-button::after {
    content: url("../img/common/ic-arw-16-10.svg");
  }
  .header__contents .header__navi .header__list:focus .header__list-button {
    padding: 0;
    border-bottom: 1px solid var(--graph-blue-04);
  }
  .header__contents .header__navi .header__list-radiobutton {
    display: none;
  }
  .header__contents .header__navi .header__list-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 64px;
    padding: 0;
    font-size: 16px;
    color: var(--text-color);
    border-bottom: 1px solid var(--graph-blue-04);
  }
}
@media (width <= 1023px) and (any-hover: hover) {
  .header__contents .header__navi .header__list-button:hover {
    height: 63px;
    padding: 0;
    margin-bottom: 1px;
    color: var(--recruit-blue);
    border: none;
  }
}
@media (width <= 1023px) {
  .header__contents .header__navi .header__list .header__navi-contents {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    width: auto;
    padding: 0;
    box-shadow: none;
  }
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list {
    margin-bottom: 24px;
  }
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link {
    column-gap: 8px;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    border: none;
    transition: none;
  }
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:focus {
    background: none;
    border: none;
  }
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:focus .header__navi-list-text {
    background-size: 100% 1px;
  }
}
@media (width <= 1023px) and (max-width: 767px) {
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:focus .header__navi-list-text {
    background-size: 0;
  }
}
@media (width <= 1023px) and (any-hover: hover) {
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:hover {
    background: none;
    border: none;
  }
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:hover .header__navi-list-text {
    background-size: 100% 1px;
  }
}
@media (width <= 1023px) and (any-hover: hover) and (max-width: 767px) {
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:hover .header__navi-list-text {
    background-size: 0;
  }
}
@media (width <= 1023px) {
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-link:focus {
    color: var(--text-color);
    background-size: 0;
  }
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list-text {
    padding-bottom: 3px;
    text-decoration: none;
    background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
    transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-decoration-break: clone;
  }
  .header__contents .header__navi .header__list.visible .header__navi-contents {
    z-index: 200;
    grid-template-rows: 1fr;
    padding: 24px 0 20px;
    border-bottom: 1px solid var(--graph-blue-04);
  }
  .header .pc-only {
    display: none;
  }
  .header .sp-only {
    display: block;
  }
}
@media (width <= 767px) {
  .header__contents .header__navi .header__list-button {
    transition: none;
  }
}
@media (width <= 767px) and (any-hover: hover) {
  .header__contents .header__navi .header__list-button:hover {
    height: 64px;
    margin-bottom: 0;
    color: var(--text-color);
    background: none;
    border-bottom: 1px solid var(--graph-blue-04);
  }
}
@media (width <= 767px) {
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list--link .header__navi-list-text {
    transition: none;
  }
}
@media (width <= 767px) and (any-hover: hover) {
  .header__contents .header__navi .header__list .header__navi-contents .header__navi-content .header__navi-list--link:hover .header__navi-list-text {
    color: var(--text-color);
    background: none;
  }
}


.header__bottom {
  
  @media (min-width: 1024px) {
    display: flex;
  }
}


/* 言語切り替え */
.header__language {
  position: relative;
  margin-top: -2px;
  margin-left: 20px;
  line-height: 1;
  
  @media (max-width: 1023px) {
    margin-top: 0;
    margin-left: auto;
    margin-right: 10px;
  }

  @media (min-width: 1024px) {
    &:has(*:focus-visible) .header__language-button {
      background-color: var(--background);
    }
  }
}

.header__language-button {
  position: relative;
  padding-block: 4px;
  padding-inline: 16px 28px;
  border-radius: 20px;
  font-size: 12px;
  line-height: 1.5;
  border: 1px solid rgba(var(--subtext-color-rgb), 0.68);
  font-family: inherit;
  letter-spacing: -0.05em;

  @media( hover: hover ) and (min-width: 1024px) {
    transition: background-color 0.3s;

    &:hover,
    &:focus-visible {
      background-color: var(--background);
    }
  }

  @media (max-width: 1023px) {
    padding: 10px;
    border: none;
    border-radius: 0;
  }
}

.header__language-button::after {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: '';
  background: url('../img/common/ic-arw-language.svg') center center / contain no-repeat;
  /* transition: transform 0.3s ease; */

  @media (max-width: 1023px) {
    display: none;
  }
}

.header__language-button.is-visible::after {
  transform: translateY(-50%) rotate(180deg);
}

.header__language-contents {
  position: absolute;
  top: calc(100% + 1px);
  left: 50%;
  transform: translateX(-50%);
  display: none;
  background: #fff;
  padding: 8px 16px 8px 12px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);

  @media (max-width: 1023px) {
    position: fixed;
    top: 60px;
    left: auto;
    right: 0;
    transform: none;
    padding: 4px 12px;
  }

  a {
    display: flex;
    align-items: center;
    column-gap: 12px;  
    padding: 8px;  
    font-size: 14px;
    font-weight: 500;

    &.is-current {
      pointer-events: none;
    }

    @media( hover: hover ) {
      transition: background-color 0.3s;

      &:hover,
      &:focus-visible {
        color: var(--text-color);
        text-decoration: none;
        background-color: var(--background);
      }
    }

    &:not(:last-of-type) {
      border-bottom: 1px solid var(--bdr02);
    }

    &:not(:first-of-type) {
      margin-top: 4px;
    }

    .icon {
      flex-shrink: 0;
      display: inline-block;
      width: 24px;
      height: 24px;
      content: '';
      border-radius: 50%;
      border: 1px solid var(--recruit-blue);
    }

    &.is-current .icon {
      display: grid;
      place-items: center;
      
      &::after {
        content: '';
        display: block;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: var(--recruit-blue);
      }
    }
  }
}

.header__language-contents.is-visible {
  display: block;
}

/* フォーカスアウトライン */
.header__language-button:focus-visible {
  outline: 2px solid var(--recruit-blue);
}


/* ===================== フッター ===================== */
.footer {
  border-top: 1px solid var(--gray);

  @media (max-width: 767px) {
    padding-inline: 20px;
  }
}
.footer__contents {
  box-sizing: content-box;
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  max-width: 1200px;
  padding: 80px 40px 64px;
  margin: 0 auto;
}
@media (width <= 1023px) {
  .footer__contents {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
  }
}
@media (max-width: 767px) {
  .footer__contents {
    display: block;
    padding: 80px 0px 38px;
  }
  .footer__contents .footer__content .footer__content-link.footer__content-nav-title,
  .footer__contents .footer__content .footer__content-nav-title {
    margin: 20px 0 0 !important;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: var(--text-color);
    cursor: pointer;
  }
  .footer__contents .footer__content .footer__content-nav-title.footer__content-link--no-margin {
    margin-top: 0 !important;
  }
}
.footer__content-text {
  font-size: 14px;
  font-weight: 500;
}
@media (width <= 1023px) {
  .footer__content:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1;
  }
}
@media (width <= 1023px) {
  .footer__content:nth-of-type(2) {
    grid-row: 2;
    grid-column: 1;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footer__content:nth-of-type(2) {
    margin-top: 0;
  }
}
@media (width <= 1023px) {
  .footer__content:nth-of-type(3) {
    grid-row: 3;
    grid-column: 1;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .footer__content:nth-of-type(3) {
    margin-top: 0;
  }
}
@media (width <= 1023px) {
  .footer__content:nth-of-type(4) {
    grid-row: 1/4;
    grid-column: 2;
  }
}
@media (max-width: 767px) {
  .footer__content-nav-title {
    position: relative;
  }
}
.footer__content-nav-title-text {
  padding-bottom: 3px;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .footer__content-nav-title-text {
    padding-bottom: 0;
  }
}
@media (any-hover: hover) {
  .footer__content-nav-title:hover .footer__content-nav-title-text {
    color: var(--recruit-blue);
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .footer__content-nav-title:hover .footer__content-nav-title-text {
    color: var(--text-color);
    background-size: 0;
  }
}
@media (max-width: 767px) {
  .footer__content-nav-title::after {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 24px;
    content: url("../img/common/ic-plus.svg");
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .footer__content-nav-title.footer__content-title.visible::after {
    content: url("../img/common/ic-minus.svg");
  }
}
@media (max-width: 767px) {
  .footer__content-nav-title.footer__content-title + .footer__content-wrapper {
    visibility: hidden;
  }

  .footer__content-nav-title.footer__content-title.visible + .footer__content-wrapper {
    grid-template-rows: 1fr;
    padding: 20px 0;
    visibility: visible;
  }
}
.footer__content-title {
  width: 100%;
  margin-bottom: 24px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 700;
  line-height: 24px;
  color: var(--subtext-color);
  text-align: left;
}
.footer__content-title:not(:first-of-type) {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .footer__content-wrapper {
    display: grid;
    grid-template-rows: 0fr;
    padding: 0;
    transition: grid-template-rows 0.5s cubic-bezier(0.4, 0, 0.2, 1), padding 0.5s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (max-width: 767px) {
  .footer__content-wrapper .footer__content-navi {
    overflow: hidden;
  }
}
.footer__content-navi {
  display: grid;
  row-gap: 20px;
}
.footer__content-link {
  display: inline-block;
  width: auto;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__content-link-text {
  padding-bottom: 3px;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer__content-link--blank-14::after {
  display: inline-block;
  margin-bottom: 3px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  margin-left: 8px;
  vertical-align: middle;
}
.footer__content-link--arrow-14-8::after {
  margin-bottom: 3px;
  right: 0;
  display: inline-block;
  width: 14px;
  height: 8px;
  content: "";
  background: url("../img/common/ic-arw-14-8.svg");
  margin-left: 8px;
  vertical-align: middle;
}
@media (any-hover: hover) {
  .footer__content-link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .footer__content-link:hover .footer__content-link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .footer__content-link:hover .footer__content-link-text {
    color: var(--text-color);
    background-size: 0;
  }
}
.footer__content-link:last-of-type {
  margin: 0;
}
@media (max-width: 767px) {
  .footer__content-link.footer__content-nav-title::after {
    width: 16px;
    height: 16px;
    background: url("../img/common/ic-link-blank-16.svg") no-repeat;
  }
}
.footer__bottom {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: space-between;
  padding: 8px 40px 40px;
  border-top: 1px solid var(--bdr02);
}
@media (max-width: 767px) {
  .footer__bottom {
    padding: 0px 0px 40px;
  }
}
.footer__copy {
  margin-top: 32px;
  margin-right: 10px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 24px;
  color: var(--subtext-color);
}
@media (max-width: 767px) {
  .footer__copy {
    width: 100%;
    margin-top: 36px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 100%;
    margin-top: 38px;
    margin-left: 6px;
  }
}
.footer__navi {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .footer__navi {
    flex-direction: column;
    gap: 16px;
    margin-top: 40px;
  }
}
.footer__list {
  font-size: 12px;
  line-height: 18px;
}
.footer__list-link {
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.footer__list-link--arrow-12-6::after {
  display: inline-block;
  width: 20px;
  height: 6px;
  content: "";
  background-image: url("../img/common/ic-arw-12-6.svg");
  background-repeat: no-repeat;
  background-position-x: 8px;
}
.footer__list-link--blank-12::after {
  display: inline-block;
  width: 20px;
  height: 12px;
  content: "";
  background-image: url("../img/common/ic-link-blank-12.svg");
  background-repeat: no-repeat;
  background-position-x: 8px;
}
@media (any-hover: hover) {
  .footer__list-link:hover {
    text-decoration: none;
  }
  .footer__list-link:hover .footer__list-link-text {
    color: var(--recruit-blue);
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .footer__list-link:hover .footer__list-link-text {
    color: var(--text-color);
    background-size: 0;
  }
}
.footer__list-link-text {
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .footer .pc-only {
    display: none;
  }
}
.footer .sp-only {
  display: none;
}
@media (max-width: 767px) {
  .footer .sp-only {
    display: block;
  }
}

/* ===================== 目次 ===================== */
.main {
  position: relative;
  overflow-x: hidden;
}

.toc {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 200;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.toc.is-hidden {
  transform: translateX(100%);
}
.toc__open {
  position: absolute;
  top: 0;
  left: -50px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 72px;
  cursor: pointer;
  background: var(--background);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 4px 8px 0 rgba(15, 43, 87, 0.2);
}
.toc__open::after {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/common/ic-toc-arw-open.svg");
}
@media (max-width: 767px) {
  .toc__open::after {
    background-position-y: -1px;
  }
}
.toc__open:focus-visible {
  outline: 2px solid #0056b3;
}
@media (max-width: 767px) {
  .toc__open {
    left: -40px;
    width: 40px;
    height: 56px;
  }
}
.toc__open.is-hidden {
  display: none;
}
@media (width >= 1920px) {
  .toc__open.is-hidden {
    transform: translateX(0);
  }
}
.toc__open-text {
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  color: var(--recruit-blue);
}
@media (max-width: 767px) {
  .toc__open-text {
    font-size: 12px;
    line-height: 150%;
  }
}
.toc__contents {
  display: none;
  column-gap: 16px;
  width: 296px;
  min-height: 108px;
  max-height: calc(100vh - 120px - 20px);
  padding: 32px 0 40px;
  background: var(--background);
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  box-shadow: 0 4px 8px 0 rgba(15, 43, 87, 0.2);
}
@media (max-width: 767px) {
  .toc__contents {
    width: 240px;
    min-height: 92px;
    max-height: calc(100dvh - 120px - 20px);
    padding: 24px 0 32px;
  }
}
@media (width >= 1920px) {
  .toc__contents {
    display: flex !important;
    padding-left: 16px;
  }
}
.toc__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 44px;
  cursor: pointer;
  background: #fff;
}
.toc__close::before {
  display: block;
  width: 20px;
  height: 20px;
  content: "";
  background-image: url("../img/common/ic-toc-arw-close.svg");
}
.toc__close:focus-visible {
  outline: 2px solid #0056b3;
}
@media (max-width: 767px) {
  .toc__close:focus-visible {
    outline: none;
  }
}
@media (width >= 1920px) {
  .toc__close {
    display: none;
  }
}
.toc__navi {
  width: 100%;
  padding-right: 32px;
  overflow-y: scroll;
}
.toc__navi::-webkit-scrollbar {
  width: 4px;
}
.toc__navi::-webkit-scrollbar-thumb {
  background-color: #757575;
  border-radius: 40px;
}
.toc__list {
  display: flex;
  column-gap: 4px;
  align-items: center;
  padding-block: 10px;
  padding-left: 27px;
}
.toc__list:last-child {
  padding-bottom: 0;
}
.toc__link {
  position: relative;
  padding-bottom: 3px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .toc__link {
    transition: none;
  }
}
.toc__link::before {
  position: absolute;
  top: calc(50% - 12px);
  left: -20px;
  display: block;
  width: 8px;
  height: 12px;
  content: "";
  border-bottom: 1px solid var(--text-color);
}
@media (any-hover: hover) {
  .toc__link:hover {
    background-size: 100% 1px;
    color: var(--recruit-blue);
    text-decoration: none;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .toc__link:hover {
    background-size: 0;
  }
}
@media (any-hover: hover) {
  .toc__link:hover::before {
    border-color: var(--recruit-blue);
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .toc__link:hover {
    color: var(--text-color);
    text-decoration: none;
    background: none;
  }
}
.toc__link--bold {
  font-weight: 700;
}
.toc__link--bold::before {
  border-bottom-width: 2px;
}


/* .standard-swiper {
  width: 100%;
}
.standard-swiper .swiper-button-prev,
.standard-swiper .swiper-button-next {
  top: 0;
  margin-top: 0;
}
.standard-swiper .swiper-pagination {
  top: 0;
}
.standard-swiper__pagination-wrapper {
  position: relative;
  display: flex;
  gap: 96px;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .standard-swiper__pagination-wrapper {
    gap: 148px;
    margin: 24px auto 40px;
  }
}
.standard-swiper__pagination {
  top: 12px !important;
  display: flex;
  justify-content: center;
}
.standard-swiper__pagination .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 !important;
  background-color: transparent;
  opacity: 1;
}
.standard-swiper__pagination .swiper-pagination-bullet-active::before {
  background-color: var(--recruit-blue) !important;
}
.standard-swiper__pagination .swiper-pagination-bullet::before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  content: "";
  background-color: #dfe2e5;
  border-radius: 50%;
}
.standard-swiper__button {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: 1px solid var(--gray);
  border-radius: 50%;
}
@media (any-hover: hover) {
  .standard-swiper__button:hover::after {
    border: 2px solid var(--recruit-blue);
  }
}
.standard-swiper__button::after {
  position: absolute;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  content: "";
  border: 2px solid transparent;
  border-radius: 50%;
  transition: var(--transition);
}
.standard-swiper__button::before {
  width: 18px;
  height: 10px;
  content: "";
  background-color: var(--recruit-blue);
  mask-image: url("../img/common/ic-arw-18-10-thin.svg");
}
.standard-swiper__button.swiper-button-disabled {
  opacity: 1;
}
.standard-swiper__button.swiper-button-disabled::before {
  background-color: var(--gray);
}
@media (any-hover: hover) {
  .standard-swiper__button.swiper-button-disabled:hover::after {
    border: 2px solid transparent;
  }
}
.standard-swiper__button--prev::before {
  transform: scaleX(-1);
}

.swiper {
  overflow: visible;
}

.swiper-pagination-hidden {
  display: none;
} */

.parent-page__link {
  position: relative;
  padding-right: calc(8px + 1em);
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (max-width: 767px) {
  .parent-page__link {
    font-size: 16px;
  }
}
.parent-page__link::after {
  display: inline-block;
  width: 20px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-20-10.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .parent-page__link::after {
    right: 0;
    display: inline-block;
    width: 16px;
    height: 10px;
    content: "";
    background: url("../img/common/ic-arw-16-10.svg");
  }
}
@media (any-hover: hover) {
  .parent-page__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .parent-page__link:hover .parent-page__link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .parent-page__link:hover .parent-page__link-text {
    background-size: 0;
  }
}
.parent-page__link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}

.lower-page-content {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .lower-page-content {
    flex-direction: column;
    margin-top: 32px;
  }
}

.sitemap .lower-page-content {
  margin-top: 35px;

  @media (max-width: 767px) {
    margin-top: 25px;
  }
}

.lower-page-column {
  width: 100%;
}

.link__page-link-wrap {
  width: calc(50% - 12px);
}
@media (max-width: 767px) {
  .link__page-link-wrap {
    width: 100%;
  }
}
.link__page-link {
  position: relative;
  display: inline-block;
  min-height: 24px;
  padding-right: calc(8px + 1em);
  color: var(--text-color);
  transition: var(--transition-fast);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .link__page-link {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .link__page-link {
    font-size: 1.4rem;
  }
}

.sitemap .link__page-link {
  font-size: 2rem;

  @media (max-width: 767px) {
    font-size: 1.6rem;
  }
}

@media (any-hover: hover) {
  .link__page-link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .link__page-link:hover .link__page-link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .link__page-link:hover .link__page-link-text {
    background-size: 0;
  }
}
.link__page-link::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (max-width: 767px) {
  .link__page-link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.link__page-link--blank::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .link__page-link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
@media (max-width: 767px) {
  .link__page-link--blank::after {
    width: 14px;
    height: 14px;
    content: "";
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
.link__page-link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}

.section__business-image-wrapper {
  padding-top: 24px;
  margin-bottom: 40px;
}

.section__decimal-list {
  padding: 0 0 0 2em;
  margin: 0 0 40px;
}
.section__decimal-list li {
  padding-left: 0;
  text-indent: 0;
  list-style-type: decimal;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .section__decimal-list li {
    font-size: 14px;
  }
}
.section__decimal-list li ol {
  padding: 0 0 0 1em;
}
.section__decimal-list li ol li {
  list-style-type: lower-alpha;
}
.section__table {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.section__table--wide-table .section__table-text:last-child {
  width: 68.359%;
}
.section__table--charge-table {
  width: auto;
}
.section__table--charge-table .section__table-text {
  vertical-align: middle;
}
.section__table--charge-table td.section__table-text {
  width: 36.75%;
}
@media (max-width: 767px) {
  .section__table--charge-table td.section__table-text {
    width: 40.72%;
  }
}
.section__table-title {
  padding: 20px;
  background: var(--graph-blue-04);
  border: 1px solid var(--graph-blue-04);
  border-right: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section__table-title {
    font-size: 14px;
  }
}
.section__table-title:last-child {
  border-right: 1px solid var(--graph-blue-04);
}
@media (max-width: 767px) {
  .section__table-title {
    padding: 16px;
  }
}
.section__table-text {
  padding: 20px;
  border: 1px solid var(--graph-blue-04);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .section__table-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .section__table-text {
    padding: 16px;
  }
}
.section .notice .notice__text .notice__text-block {
  display: block;
}

.license-epb .section__decimal-list:last-of-type {
  margin-bottom: 0;
}
.license-epb .section__table-wrapper + * {
  margin-top: 40px;
}

.section__disc-list {
  padding: 0 0 0 1em;
  margin: 0 0 40px;
}
.section__disc-list li {
  padding-left: 1em;
  text-indent: -0.5em;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .section__disc-list li {
    font-size: 1.4rem;
  }
}
.section__disc-list li::before {
  display: inline-block;
  content: "・";
}
.section__disc-list ul {
  padding: 0;
}
.section__disc-list ul li {
  position: relative;
  padding-left: 1em;
}
.section__disc-list ul li::before {
  display: inline-block;
  content: "・";
}
.section__block-link {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .section__block-link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .section__block-link:hover .section__block-link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section__block-link:hover .section__block-link-text {
    background-size: 0;
  }
}
.section__block-link .section__block-link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.section__sub-heading + .section__text .section__block-link-wrap {
  margin-top: 8px;
}
.section__block-link-wrap {
  display: block;
}

.acse .section__text {
  margin-bottom: 40px;
}
.acse .section__disc-list {
  padding-left: 0;
  margin-bottom: 0;
}
.acse .section-link-area {
  margin: 80px 0 0;
}
@media (max-width: 767px) {
  .acse .section-link-area {
    margin: 64px 0 0;
  }
}

.section__title + .section__text .section__block-link-wrap {
  margin-top: 24px;
}
@media (max-width: 767px) {
  .section__title + .section__text .section__block-link-wrap {
    margin-top: 16px;
  }
}

.errorpage .section-wrapper {
  padding-top: 120px;
  text-align: center;
}
@media (max-width: 767px) {
  .errorpage .section-wrapper {
    padding-top: 80px;
    text-align: left;
  }
}
.errorpage .link__page-link-wrap {
  width: 100%;
  margin-top: 64px;
}
@media (max-width: 767px) {
  .errorpage .link__page-link-wrap {
    margin-top: 56px;
    text-align: right;
  }
}

/* ===================== 共通 ===================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
@media (width <= 1023px) {
  html {
    scroll-padding-top: 80px;
  }
}

body {
  width: 100%;
  font-family: Inter, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, Arial, sans-serif;
  line-height: 2;
  color: var(--text-color);
  -webkit-text-size-adjust: 100%;
}
body.invisible {
  overflow-y: hidden;
}

a {
  color: var(--text-color);
}
@media (any-hover: hover) {
  a:hover {
    color: var(--recruit-blue);
    text-decoration: underline;
  }
}

input::placeholder {
  font-size: 16px;
  color: #999;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* ----------------共通パーツ---------------- */
.breadcrumbs {
  width: 100%;
  padding: 19px 40px 0;
  margin: 0 auto;
}
@media (width <= 1023px) {
  .breadcrumbs {
    padding: 19px 20px 0;
  }
}
.breadcrumbs__item {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}
.breadcrumbs__link {
  position: relative;
  display: inline-block;
  min-height: 24px;
  text-decoration: underline;
  font-weight: 500;
  line-height: 150%;
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    color: var(--recruit-blue);
  }
}
.breadcrumbs__link::after {
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-inline: 4px;
  content: "";
  background: url("../img/common/ic-breadcrumbs.svg") no-repeat;
}

.breadcrumbs__text {
  font-size: 1.2rem;
}

.bottom-breadcrumbs {
  display: flex;
  flex-direction: row;
  max-width: 1104px;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  .bottom-breadcrumbs {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    padding: 0 20px;
  }
}
.bottom-breadcrumbs .breadcrumbs {
  padding: 20px 40px 28px;
}
@media (max-width: 767px) {
  .bottom-breadcrumbs .breadcrumbs {
    padding: 24px 16px 24px 0;
  }
}

.section-wrapper {
  box-sizing: border-box;
  max-width: calc(var(--content-width) + 80px);
  padding: 80px 40px 0;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .section-wrapper {
    width: 100%;
    max-width: 1024px;
  }
}
@media (max-width: 767px) {
  .section-wrapper {
    max-width: 100%;
    padding: 64px 20px 0;
  }
}

.section {
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .section {
    max-width: 100%;
    padding-bottom: 80px;
  }
}

.section--column {
  padding-top: 115px;
  padding-inline: 40px;

  @media (max-width: 767px) {
    padding-inline: 20px;
    padding-block: 64px;
  }
}

.section--top-topics {
  padding-top: 120px;
  padding-inline: 40px;

  @media (max-width: 767px) {
    padding-top: 64px;
    padding-bottom: 56px;
    padding-inline: 20px;
  }
}


.section__title {
  position: relative;
  margin-top: 80px;
  margin-bottom: 32px;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
@media (max-width: 767px) {
  .section__title {
    margin-bottom: 24px;
  }
}
.section__title:first-child {
  margin-top: 0;
}
.section__sub-title {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
@media (max-width: 767px) {
  .section__sub-title {
    font-size: 2rem;
  }
}

.section__title + .section__sub-title {
  margin-top: 0;
}

.section__sub-title + .section__sub-heading {
  margin-top: 0;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .section__sub-title {
    margin-bottom: 16px;
  }
}
.section__sub-heading {
  margin-top: 40px;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section__sub-heading {
    font-size: 1.8rem;
  }
}
.section__sub-heading--s {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .section__sub-heading--s {
    font-size: 1.4rem;
  }
}
.section__sub-heading--xs {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .section__sub-heading--xs {
    font-size: 1.4rem;
  }
}
.section__text {
  margin-bottom: 32px;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .section__text {
    font-size: 1.4rem;
  }
}
.section__text + .section__title {
  margin-top: 104px;
}
.section__text a {
  position: relative;
  font-weight: 500;
}
.section__text a[target=_blank] {
  display: inline;
  padding-right: 24px;
}
.section__text a[target=_blank]::after {
  position: absolute;
  bottom: 2px;
  display: inline;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .section__text a[target=_blank]::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
@media (max-width: 767px) {
  .section__text a[target=_blank]::after {
    padding-right: 22px;
    width: 14px;
    height: 14px;
    content: "";
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
.section__text:last-of-type {
  margin-bottom: 0;
}
.section__text .section__text-link {
  transition: var(--transition-fast);
}
.section__text .section__text-link {
  position: relative;
  background: linear-gradient(var(--text-color), var(--text-color)) 0 100%/100% 1px no-repeat;
  background-position: bottom;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .section__text .section__text-link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
    background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/100% 2px no-repeat;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section__text .section__text-link:hover {
    background: none;
  }
}
.section__text:has(+ .section__nav-text) {
  margin-bottom: 8px;
}
.section__list + .section__text {
  margin-top: 32px;
}
.section__item {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  margin-left: 1em;
  text-indent: -0.5em;
}
@media (max-width: 767px) {
  .section__item {
    font-size: 1.4rem;
  }
}
.section__item::before {
  display: inline-block;
  content: "・";
}
.section__nav-text {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section__nav-text {
    font-size: 1.4rem;
  }
}
.section__nav-text--left {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section__nav-text--left {
    font-size: 1.4rem;
  }
}
.section__nav-text--center {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section__nav-text--center {
    font-size: 1.4rem;
  }
}
.section__nav-text--right {
  text-align: right;
}
.section__nav-rss {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  transition: var(--transition-fast);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section__nav-rss {
    font-size: 1.4rem;
  }
}
.section__nav-rss::after {
  position: relative;
  top: 9px;
  right: 0;
  margin-left: 8px;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  background: #fff url("../img/common/ic-rss.svg") no-repeat;
  background-position: 10px 8px;
  border: 1px solid var(--gray);
  border-radius: 16px;
}
@media (max-width: 767px) {
  .section__nav-rss::after {
    width: 24px;
    height: 24px;
    content: "";
    background: url("../img/common/ic-rss-sp.svg") no-repeat;
    background-position: 7px 5px;
    border-radius: 12px;
  }
}
@media (max-width: 767px) {
  .section__nav-rss::after {
    top: 6px;
  }
}
@media (any-hover: hover) {
  .section__nav-rss:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .section__nav-rss:hover .section__nav-rss-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section__nav-rss:hover .section__nav-rss-text {
    background-size: 0;
  }
}
.section__nav-rss .section__nav-rss-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.section__nav-area {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section__nav-area {
    flex-direction: column;
    align-items: stretch;
  }
}
.section__nav-area .section__text:last-child {
  margin-bottom: 0;
}
.section__nav-area ul li {
  margin-bottom: 16px;
}
.section__nav-area ul li:last-child {
  margin-bottom: 0;
}
.section__nav-blank {
  position: relative;
  display: block;
  display: inline-block;
  margin: 0;
  line-height: 150%;
  transition: var(--transition);
}
@media (max-width: 767px) {
  .section__nav-blank {
    padding: 2px 0;
  }
}
.section__nav-blank::after {
  position: relative;
  top: 2px;
  left: 8px;
  display: inline-block;
  background-size: 100%;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .section__nav-blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
@media (max-width: 767px) {
  .section__nav-blank::after {
    top: 2px;
  }
}
@media (any-hover: hover) {
  .section__nav-blank:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .section__nav-blank:hover .section__nav-blank-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section__nav-blank:hover .section__nav-blank-text {
    background-size: 0;
  }
}
.section__nav-blank .section__nav-blank-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.section__nav-next {
  position: relative;
  display: block;
  transition: var(--transition);
}
.section__nav-next::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  position: relative;
  top: -2px;
  left: 0;
  display: inline-block;
  margin-left: 8px;
  background-size: 100%;
}
@media (max-width: 767px) {
  .section__nav-next::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
    top: -1px;
    left: auto;
  }
}
@media (max-width: 767px) {
  .section__nav-next {
    padding: 4px 0;
  }
}
@media (any-hover: hover) {
  .section__nav-next:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .section__nav-next:hover .section__nav-next-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section__nav-next:hover .section__nav-next-text {
    background-size: 0;
  }
}
.section__nav-next .section__nav-next-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.section__nav-text--prev {
  position: relative;
  display: block;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .section__nav-text--prev:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .section__nav-text--prev:hover .section__nav-text--prev-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section__nav-text--prev:hover .section__nav-text--prev-text {
    background-size: 0;
  }
}
.section__nav-text--prev .section__nav-text--prev-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.section__child-section {
  padding-top: 24px;
  margin-bottom: 80px;
}
.section__child-section .section__sub-title {
  margin-top: 0;
}
.section__child-section + .section__child-section {
  padding-top: 0;
}
.section__child-section .cassette-xl-column,
.section__child-section .sustaina-3__list {
  margin-top: 32px;
}

@media (max-width: 767px) {
  .section__nav-text + .section__nav-text--right {
    margin-top: 40px;
  }
}

.nav-list-back {
  position: relative;
}
.nav-list-back__link {
  position: relative;
  padding-block: 3px;
  padding-left: calc(8px + 1em);
  text-decoration: none;
  transition: var(--transition);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .nav-list-back__link {
    font-size: 1.4rem;
  }
}
.nav-list-back__link::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%) rotate(180deg);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (any-hover: hover) {
  .nav-list-back__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .nav-list-back__link:hover .nav-list-back__link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .nav-list-back__link:hover .nav-list-back__link-text {
    background-size: 0;
  }
}
.nav-list-back__link .nav-list-back__link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}

.nav-page-top {
  display: block;
  margin-right: auto;
}
.nav-page-top__link {
  position: relative;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-left: auto;
  text-align: right;
  border: 1px solid var(--gray);
  border-radius: 28px;
}
@media (max-width: 767px) {
  .nav-page-top__link {
    position: static;
    width: 44px;
    height: 44px;
    border-radius: 22px;
  }
}
@media (width >= 769px) {
  .nav-page-top__link::before {
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    content: "";
    border: 2px solid transparent;
    border-radius: 50%;
    transition: var(--transition);
  }
}
.nav-page-top__link::after {
  display: block;
  width: 14px;
  height: 26px;
  content: "";
  background: url("../img/common/ic-page-top.svg") no-repeat;
}
@media (max-width: 767px) {
  .nav-page-top__link::after {
    width: 12px;
    height: 20px;
    background: url("../img/common/ic-page-top-sp.svg") no-repeat;
  }
}
@media (any-hover: hover) {
  .nav-page-top__link:hover::before {
    border: 2px solid var(--recruit-blue);
  }
}

.entry-header__title {
  margin-bottom: 14px;
  color: var(--indeed-blue);
  font-size: clamp(24px, 5vw, 40px);
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);

  @media (max-width: 767px) {
    margin-bottom: 24px;
  }
}
.entry-header__sub-title {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .entry-header__sub-title {
    font-size: 14px;
  }
}
/* .entry-header__data-area {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 24px 0;
  margin-bottom: 40px;
  border-top: 1px solid var(--graph-blue-04);
  border-bottom: 1px solid var(--graph-blue-04);
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .entry-header__data-area {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .entry-header__data-area {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
    flex-direction: column;
    padding: 16px 0;
  }
} */
.entry-header__date {
  display: block;
  margin-top: 24px;
  padding-block: 23px;
  border-top: 1px solid var(--graph-blue-04);
  border-bottom: 1px solid var(--graph-blue-04);
  font-size: 1.6rem;
  line-height: 1.8;
}

@media (max-width: 767px) {
  .entry-header__date {
    padding-block: 16px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 180%;
  }
}
@media (max-width: 767px) {
  .entry-header__caomany-name {
    font-size: 12px;
    font-weight: 400;
    line-height: 180%;
  }
}

.entry-header__eye-catch {
  max-width: 600px;
  margin-inline: auto;
  margin-top: 40px;
  margin-bottom: 110px;

  @media (max-width: 767px) {
    margin-bottom: -4px;
  }

  img {
    width: 100%;
  }
}

.entry__inner {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
}
@media (max-width: 848px) {
  .entry__inner {
    width: 100%;
    max-width: 100%;
  }
}

/**
 * entry-link-area
 */
.entry-link-area {
  padding: 40px;
  margin-top: 120px;
  margin-bottom: 40px;
  background: #F3F5FA;

  > *:last-child {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 767px) {
  .entry-link-area {
    padding: 20px;
    margin-top: 80px;
  }
}
.entry-link-area__title {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .entry-link-area__title {
    font-size: 1.8rem;
  }
}

.entry-link-area__title-large {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 150%;

  @media (max-width: 767px) {
    margin-top: 32px;
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

.entry-link-area__text {
  margin-bottom: 24px;
  font-size: 1.6rem;
  line-height: 1.8;

  @media (max-width: 767px) {
    font-size: 1.4rem;
  }
}

.entry-link-area__item {
  position: relative;
}
.entry-link-area__item:not(:last-child) {
  margin-bottom: 16px;
}
.entry-link-area__link {
  min-height: 24px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.entry-link-area__link:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .entry-link-area__link {
    font-size: 1.4rem;
  }
}
.entry-link-area__link::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  margin-left: 8px;
}
@media (max-width: 767px) {
  .entry-link-area__link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.entry-link-area__link[target=_blank]::after {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .entry-link-area__link[target=_blank]::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
.entry-link-area__link {
  text-decoration: none;
}
@media (any-hover: hover) {
  .entry-link-area__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .entry-link-area__link:hover .entry-link-area__link-text {
    color: var(--recruit-blue);
    text-decoration: none;
    background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/100% 2px no-repeat;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .entry-link-area__link:hover .entry-link-area__link-text {
    background: none;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .entry-link-area__link:hover .entry-link-area__link-text {
    background: linear-gradient(var(--text-color), var(--text-color)) 0 100%/100% 1px no-repeat;
  }
}
.entry-link-area__link-text {
  padding-bottom: 3px;
}
.entry-link-area__link-text {
  position: relative;
  background: linear-gradient(var(--text-color), var(--text-color)) 0 100%/100% 1px no-repeat;
  background-position: bottom;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.section-link-area {
  padding: 40px;
  margin-top: 120px;
  margin-bottom: 40px;
  background: #F3F5FA;
}
@media (max-width: 767px) {
  .section-link-area {
    padding: 20px;
    margin-top: 80px;
  }
}
.section-link-area__title {
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .section-link-area__title {
    font-size: 1.8rem;
  }
}
.section-link-area__item {
  position: relative;
}
.section-link-area__item:not(:last-child) {
  margin-bottom: 16px;
}
.section-link-area__link {
  min-height: 24px;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 150%;
}
.section-link-area__link:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .section-link-area__link {
    font-size: 1.4rem;
  }
}
.section-link-area__link::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  margin-left: 8px;
}
@media (max-width: 767px) {
  .section-link-area__link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.section-link-area__link[target=_blank]::after {
  display: inline-block;
  margin-bottom: -2px;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .section-link-area__link[target=_blank]::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
.section-link-area__link {
  display: inline-block;
  transition: var(--transition-fast);
}
@media (any-hover: hover) {
  .section-link-area__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .section-link-area__link:hover .section-link-area__link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .section-link-area__link:hover .section-link-area__link-text {
    background-size: 0;
  }
}
.section-link-area__link .section-link-area__link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .pagination {
    gap: 10px;
    margin-top: 40px;
  }
}
.pagination__button {
  position: relative;
  display: flex;
  gap: 8px;
  align-items: center;
  transition: var(--transition);
}
.pagination__button:focus-visible {
  outline: 2px solid #0056b3;
}
.pagination__button::before {
  display: inline-block;
  width: 44px;
  height: 44px;
  content: "";
  border: 1px solid var(--gray);
  border-radius: 22px;
}
.pagination__button::after {
  top: 17px;
  position: absolute;
  width: 18px;
  height: 10px;
  content: "";
  background-color: var(--recruit-blue);
  mask-image: url("../img/common/ic-arw-18-10-thin.svg");
}
.pagination__button.pagination__button--off {
  color: var(--gray);
  pointer-events: none;
}
.pagination__button.pagination__button--off::after {
  background-color: var(--gray);
}
.pagination__button.pagination__button--off:focus {
  outline: none;
}
.pagination__button:not(.pagination__button--off) .pagination__button-text {
  padding-bottom: 0 !important;
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
@media (any-hover: hover) {
  .pagination__button:not(.pagination__button--off):hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .pagination__button:not(.pagination__button--off):hover .pagination__button-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .pagination__button:not(.pagination__button--off):hover .pagination__button-text {
    background-size: 0;
  }
}
.pagination__button-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .pagination__button-text {
    display: none;
  }
}
.pagination__button--prev::after {
  left: 13px;
  transform: rotate(180deg);
}
.pagination__button--next {
  flex-direction: row-reverse;
}
.pagination__button--next::after {
  right: 13px;
}
.pagination__list {
  display: flex;
  gap: 8px;
  align-items: baseline;
}
@media (width <= 374px) {
  .pagination__list {
    gap: 0;
  }
}
.pagination__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}
@media (width <= 374px) {
  .pagination__item:not(.pagination__item--dotted, .pagination__item--hidden) + .pagination__item:not(.pagination__item--dotted) {
    margin-left: 8px;
  }
}
.pagination__item--dotted {
  margin: 0 -8px;
}
.pagination__item--dotted + .pagination__current {
  margin-left: 8px;
}
@media (width <= 374px) {
  .pagination__item--dotted {
    margin: 0;
  }
  .pagination__item--dotted ~ .pagination__item--hidden + .pagination__current {
    margin-left: 8px;
  }
}
.pagination__item--hidden {
  display: none;
}
.pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
}
.pagination__current {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: var(--graph-blue-04);
  border-radius: 50px;
}
@media (width <= 374px) {
  .pagination__current + .pagination__item--hidden ~ .pagination__item--dotted, .pagination__current + .pagination__item--dotted {
    margin-left: 8px;
  }
}

.notice__text, .notice__list {
  color: var(--subtext-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}
.notice__link {
  position: relative;
  padding: 6px 0;
  font-weight: 500;
  text-decoration: none;
  white-space: normal;
}
.notice__link .notice__link-text {
  padding-bottom: 3px;
  background: linear-gradient(var(--text-color), var(--text-color)) 0 100%/100% 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .notice__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .notice__link:hover .notice__link-text {
    background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/100% 2px no-repeat;
  }
}
.notice__item {
  margin-left: 1em;
  text-indent: -1em;
}
.notice__link--blank {
  position: relative;
  padding-right: 2em;
  transition: var(--transition);
}
.notice__link--blank::after {
  position: absolute;
  bottom: 8px;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  text-decoration: none;
  vertical-align: middle;
  content: "";
  background: url("../img/common/ic-link-blank-12.svg");
}

/* ----------------not found---------------- */
/* ----------------コンポーネント---------------- */
.cassette-xl-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 32px;
  max-width: 1024px;
}
@media (max-width: 767px) {
  .cassette-xl-column {
    display: flex;
    flex-direction: column;
    gap: 40px 32px;
  }
}
.cassette-xl-column__link {
  width: 100%;
  text-decoration: none;
}
@media (any-hover: hover) {
  .cassette-xl-column__link:hover {
    text-decoration: none;
  }
}
.cassette-xl-column__picture {
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .cassette-xl-column__picture {
    margin-bottom: 24px;
  }
}
.cassette-xl-column__image {
  width: 100%;
  max-width: 496px;
  height: auto;
}
@media (max-width: 767px) {
  .cassette-xl-column__image {
    max-width: 100%;
  }
}
.cassette-xl-column__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-xl-column__title {
    font-size: 18px;
  }
}
.cassette-xl-column__text {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .cassette-xl-column__text {
    font-size: 14px;
  }
}
.cassette-xl-column__title-link {
  position: relative;
  padding-right: 30px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-xl-column__title-link {
    font-size: 14px;
  }
}
.cassette-xl-column__title-link::after {
  display: inline-block;
  width: 18px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-18-10.svg");
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cassette-xl-column__title-link::after {
    right: 0;
    display: inline-block;
    width: 16px;
    height: 10px;
    content: "";
    background: url("../img/common/ic-arw-16-10.svg");
  }
}
.cassette-xl-column__title-link--blank {
  position: relative;
  padding-right: 24px;
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-xl-column__title-link--blank {
    font-size: 14px;
  }
}
.cassette-xl-column__title-link--blank::after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .cassette-xl-column__title-link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}

.cassette-xl-row {
  display: flex;
  flex-direction: column;
  gap: 80px 0;
  max-width: 1024px;
}
@media (max-width: 767px) {
  .cassette-xl-row {
    gap: 40px 0;
  }
}
.cassette-xl-row__item {
  width: 100%;
}
.cassette-xl-row__link {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .cassette-xl-row__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .cassette-xl-row__link:hover .cassette-xl-row__title {
    color: var(--recruit-blue);
  }
  .cassette-xl-row__link:hover .cassette-xl-row__image {
    transform: scale(1.05);
  }
  .cassette-xl-row__link:hover .cassette-xl-row__link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .cassette-xl-row__link:hover .cassette-xl-row__link-text {
    background-size: 0;
  }
}
.cassette-xl-row__link .cassette-xl-row__link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.cassette-xl-row__link .cassette-xl-row__picture {
  overflow: hidden;
}
.cassette-xl-row__link .cassette-xl-row__picture .cassette-xl-row__image {
  transition: var(--transition);
}
@media (max-width: 767px) {
  .cassette-xl-row__link {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .cassette-xl-row__image {
    width: 100%;
    padding-left: 0;
  }
}
.cassette-xl-row__text-area {
  width: calc(60.15625% - 32px);
  padding-left: 32px;
}
@media (max-width: 767px) {
  .cassette-xl-row__text-area {
    width: 100%;
    padding-bottom: 16px;
    padding-left: 0;
  }
}
.cassette-xl-row__title {
  margin-bottom: 48px;
  transition: var(--transition);
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
@media (max-width: 767px) {
  .cassette-xl-row__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cassette-xl-row__title {
    margin-top: 24px;
    margin-bottom: 0;
  }
}
.cassette-xl-row__text {
  box-sizing: border-box;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .cassette-xl-row__text {
    font-size: 14px;
  }
}
.cassette-xl-row__title-link {
  position: relative;
  padding-right: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-xl-row__title-link {
    font-size: 14px;
  }
}
.cassette-xl-row__title-link::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  position: relative;
  right: -8px;
  display: inline-block;
}
@media (max-width: 767px) {
  .cassette-xl-row__title-link::after {
    right: 0;
    display: inline-block;
    width: 16px;
    height: 10px;
    content: "";
    background: url("../img/common/ic-arw-16-10.svg");
  }
}
.cassette-xl-row__title-link--blank {
  position: relative;
  padding-right: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-xl-row__title-link--blank {
    font-size: 14px;
  }
}
.cassette-xl-row__title-link--blank::after {
  position: relative;
  right: -8px;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .cassette-xl-row__title-link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}

.cassette-x-column {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px 32px;
  max-width: 1024px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .cassette-x-column {
    display: flex;
    flex-direction: column;
    gap: 40px 0;
    padding-top: 16px;
  }
}
.cassette-x-column__item {
  display: grid;
  width: 100%;
}
@media (max-width: 767px) {
  .cassette-x-column__item {
    width: 100%;
  }
}
.cassette-x-column__link {
  display: grid;
  width: 100%;
  text-decoration: none;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .cassette-x-column__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .cassette-x-column__link:hover .cassette-x-column__image {
    transform: scale(1.05);
  }
  .cassette-x-column__link:hover .newsroom__press-link-text,
  .cassette-x-column__link:hover .cassette-x-column__title-link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .cassette-x-column__link:hover .newsroom__press-link-text,
  .cassette-x-column__link:hover .cassette-x-column__title-link-text {
    background-size: 0;
  }
}
.cassette-x-column__link .newsroom__press-link-text,
.cassette-x-column__link .cassette-x-column__title-link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.cassette-x-column__link .cassette-x-column__picture {
  aspect-ratio: 320/213;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cassette-x-column__link .cassette-x-column__picture {
    aspect-ratio: auto;
  }
}
.cassette-x-column__link .cassette-x-column__picture .cassette-x-column__image {
  transition: var(--transition);
}
.cassette-x-column__content {
  position: relative;
}
@media (max-width: 767px) {
  .cassette-x-column__content {
    display: flex;
    flex-direction: column;
    gap: 12px 24px;
  }
}
@media (max-width: 767px) {
  .cassette-x-column__image {
    width: 100%;
    padding-left: 0;
  }
}
.cassette-x-column__text-area {
  margin-top: 16px;
}
@media (max-width: 767px) {
  .cassette-x-column__text-area {
    margin-top: 0;
  }
}
.cassette-x-column__title {
  margin-bottom: 12px;
}
.cassette-x-column__text {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .cassette-x-column__text {
    font-size: 14px;
  }
}
.cassette-x-column__title-link {
  position: relative;
  padding-right: 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-x-column__title-link {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cassette-x-column__title-link {
    position: relative;
    bottom: auto;
    padding-right: 22px;
  }
}
.cassette-x-column__title-link::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cassette-x-column__title-link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.cassette-x-column__title-link--blank {
  position: relative;
  padding-right: 36px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-x-column__title-link--blank {
    font-size: 14px;
  }
}
.cassette-x-column__title-link--blank::after {
  right: 0;
  width: 20px;
  height: 24px;
  content: "";
  background: url("../img/common/ic-link-blank-20.svg");
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  transform: translateY(-50%);
}

.cassette-x-row {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 40px 32px;
  max-width: 1024px;
}
@media (max-width: 767px) {
  .cassette-x-row {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
  }
}
.cassette-x-row__item {
  width: 100%;
  max-width: 496px;
}
@media (max-width: 767px) {
  .cassette-x-row__item {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .cassette-x-row__item:not(:last-child) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--graph-blue-04);
  }
}
.cassette-x-row__link {
  display: flex;
  flex-direction: row;
  gap: 16px;
  width: 100%;
  transition: var(--transition);
}
@media (any-hover: hover) {
  .cassette-x-row__link:hover {
    text-decoration: none;
  }
  .cassette-x-row__link:hover .cassette-x-row__image {
    transform: scale(1.05);
  }
  .cassette-x-row__link:hover .cassette-x-row__title-link-text {
    color: var(--recruit-blue);
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .cassette-x-row__link:hover .cassette-x-row__title-link-text {
    background-size: 0;
  }
}
.cassette-x-row__link .cassette-x-row__title-link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.cassette-x-row__link .cassette-x-row__picture {
  overflow: hidden;
}
.cassette-x-row__link .cassette-x-row__picture .cassette-x-row__image {
  transition: var(--transition);
}
.cassette-x-row__picture {
  width: 100%;
  max-width: 46.7741935%;
}
@media (max-width: 767px) {
  .cassette-x-row__picture {
    width: 57.7777778%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .cassette-x-row__image {
    width: 100%;
    min-width: 130px;
    height: auto;
  }
}
.cassette-x-row__text-area {
  width: 50%;
}
@media (max-width: 767px) {
  .cassette-x-row__text-area {
    min-width: 56.418%;
  }
}
.cassette-x-row__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-x-row__title {
    font-size: 18px;
  }
}
.cassette-x-row__title-link {
  position: relative;
  padding-right: 24px;
  text-align: left;
}
.cassette-x-row__title-link::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cassette-x-row__title-link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.cassette-x-row__title-link--blank::after {
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .cassette-x-row__title-link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
.cassette-x-row__text {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .cassette-x-row__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cassette-x-row__text {
    padding-right: 0;
  }
}

.cassette-m-column {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 32px;
  max-width: 1024px;
}
@media (max-width: 767px) {
  .cassette-m-column {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 0;
  }
  .cassette-m-column .cassette-m-column__item:last-child .cassette-m-column__link {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cassette-m-column__content {
    display: flex;
    flex-direction: column;
    flex-direction: row;
    gap: 24px 16px;
  }
}
.cassette-m-column__item {
  width: 100%;
  max-width: 496px;
}
@media (max-width: 767px) {
  .cassette-m-column__item {
    max-width: 100%;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--graph-blue-04);
  }
  .cassette-m-column__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .cassette-m-column__item:last-child .cassette-m-column__content {
    gap: 0 16px;
    padding-bottom: 0;
  }
}
.cassette-m-column__item:nth-child(n+5) a {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .cassette-m-column__item:nth-child(n+5) a {
    margin-top: 0;
  }
}
.cassette-m-column__link {
  transition: var(--transition);
}
@media (any-hover: hover) {
  .cassette-m-column__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .cassette-m-column__link:hover .cassette-m-column__image {
    transform: scale(1.05);
  }
  .cassette-m-column__link:hover .cassette-m-column__link-text,
  .cassette-m-column__link:hover .leadership__main {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .cassette-m-column__link:hover .cassette-m-column__link-text,
  .cassette-m-column__link:hover .leadership__main {
    background-size: 0;
  }
}
.cassette-m-column__link .cassette-m-column__link-text,
.cassette-m-column__link .leadership__main {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.cassette-m-column__link .cassette-m-column__link-text {
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .cassette-m-column__link {
    display: flex;
    flex-direction: row;
    gap: 32px 16px;
    align-items: flex-start;
    padding-bottom: 24px;
  }
}
.cassette-m-column__link .cassette-m-column__picture {
  overflow: hidden;
}
.cassette-m-column__link .cassette-m-column__picture .cassette-m-column__image {
  transition: var(--transition);
}
.cassette-m-column__link .cassette-m-column__title {
  display: block;
}
.cassette-m-column__picture {
  min-width: 46.7741935%;
}
@media (max-width: 767px) {
  .cassette-m-column__picture {
    width: 38.8059701%;
    min-width: 130px;
    height: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cassette-m-column__image {
    width: 100%;
    min-width: 130px;
  }
}
@media (max-width: 767px) {
  .cassette-m-column__text-area {
    width: 100%;
  }
}
.cassette-m-column__title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-m-column__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cassette-m-column__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cassette-m-column__title {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.cassette-m-column__title-arw {
  position: relative;
  padding-right: 30px;
}
.cassette-m-column__title-arw::after {
  display: inline-block;
  width: 18px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-18-10.svg");
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .cassette-m-column__title-arw::after {
    right: 0;
    display: inline-block;
    width: 16px;
    height: 10px;
    content: "";
    background: url("../img/common/ic-arw-16-10.svg");
  }
}
.cassette-m-column__title-link {
  position: relative;
  padding-right: 30px;
  text-align: left;
}
.cassette-m-column__title-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (max-width: 767px) {
  .cassette-m-column__title-link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.cassette-m-column__title-link--blank {
  position: relative;
  padding-right: 24px;
}
@media (max-width: 767px) {
  .cassette-m-column__title-link--blank {
    padding-right: 20px;
  }
}
.cassette-m-column__title-link--blank::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .cassette-m-column__title-link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
@media (max-width: 767px) {
  .cassette-m-column__title-link--blank::after {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
  }
}
.cassette-m-column__text {
  box-sizing: border-box;
  min-height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .cassette-m-column__text {
    font-size: 14px;
  }
}

.cassette-s-row__item {
  border-bottom: 1px solid var(--graph-blue-04);
}
.cassette-s-row__item:last-child {
  border-bottom: none;
}
.cassette-s-row__item:first-child:last-child {
  border-bottom: 1px solid var(--graph-blue-04);
}
.cassette-s-row__link {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 24px;
  transition: var(--transition);
}
@media (max-width: 767px) {
  .cassette-s-row__link {
    display: flex;
    flex-direction: column;
    padding: 16px 0;
  }
  .cassette-s-row__link .cassette-s-row__title {
    padding-right: 24px;
  }
}
.cassette-s-row__link::after {
  position: absolute;
  top: 50%;
  right: 4px;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (max-width: 767px) {
  .cassette-s-row__link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
.cassette-s-row__link::after .cassette-s-row__title {
  position: relative;
  padding-right: 0;
}
.cassette-s-row__link[href$=".pdf"] {
  content: none;
}
.cassette-s-row__link[target=_blank]::after {
  content: none;
}
.cassette-s-row__link[target=_blank] .cassette-s-row__title::after {
  position: relative;
  top: 2px;
  left: 8px;
  display: inline-block;
  background-size: 100%;
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .cassette-s-row__link[target=_blank] .cassette-s-row__title::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
.cassette-s-row__link[target=_blank] .cassette-s-row__title .cassette-s-row__text-area::after {
  content: none;
}
@media (any-hover: hover) {
  .cassette-s-row__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .cassette-s-row__link:hover .cassette-s-row__link-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .cassette-s-row__link:hover .cassette-s-row__link-text {
    background-size: 0;
  }
}
.cassette-s-row__link .cassette-s-row__link-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
@media (max-width: 767px) {
  .cassette-s-row__link--pdf {
    padding: 24px 0;
  }
}
.cassette-s-row__link--blank {
  right: 0;
  width: 20px;
  height: 24px;
  content: "";
  background: url("../img/common/ic-link-blank-20.svg");
  position: relative;
  top: 4px;
  left: 8px;
  display: inline-block;
  background-size: 100%;
}
@media (max-width: 767px) {
  .cassette-s-row__link--blank {
    padding: 16px 0;
  }
}
.cassette-s-row__title {
  position: relative;
  width: calc(100% - 152px);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .cassette-s-row__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .cassette-s-row__title {
    width: 100%;
  }
}
.cassette-s-row__time {
  width: 152px;
  color: var(--subtext-color);
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .cassette-s-row__time {
    width: 100%;
    margin-bottom: 8px;
  }
}

.cassette-two-column {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .cassette-two-column {
    flex-direction: column;
    padding-top: 0;
    margin-bottom: 0;
  }
}
.cassette-two-column__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 35.253%;
  max-width: 330px;
}
@media (max-width: 767px) {
  .cassette-two-column__inner {
    display: contents;
  }
}
.cassette-two-column__inner .section__text {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .cassette-two-column__inner .section__text {
    order: 1;
    width: 100%;
    margin-bottom: 24px;
  }
}
.cassette-two-column__image-wrapper {
  display: flex;
  justify-content: center;
  width: 60.546%;
  height: 100%;
}
@media (max-width: 767px) {
  .cassette-two-column__image-wrapper {
    order: 2;
    width: 100%;
    margin-bottom: 40px;
  }
}

.link__underlined {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  font-weight: 500;
  white-space: nowrap;
  transition: var(--transition);
}
@media (max-width: 767px) {
  .link__underlined {
    order: 3;
    padding-bottom: 10px;
    margin: 0 0 0 auto;
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .link__underlined:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .link__underlined:hover::after {
    animation: buttonhover 0.6s 0s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .link__underlined:hover::after {
    animation: none;
  }
}
.link__underlined::after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--recruit-blue);
}

.link__underlined-text {
  position: relative;
  display: block;
  padding-right: 26px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .link__underlined-text {
    padding-right: 24px;
  }
}
.link__underlined-text::after {
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .link__underlined-text::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}

/* ----------------個別ページ用セクション---------------- */
.lower-header-single {
  background: none;
}

.lower-header {
  background: var(--background-h1);
}
.lower-header__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
}
.lower-header__inner:not(:has(.lower-header__text)) {
  padding-bottom: 117px;
}
@media (max-width: 767px) {
  .lower-header__inner:not(:has(.lower-header__text)) {
    padding-bottom: 123px;
  }
}
@media (max-width: 1200px) {
  .lower-header__inner {
    box-sizing: border-box;
    width: 100%;
    max-width: 1024px;
    padding: 0 40px;
  }
}
@media (max-width: 767px) {
  .lower-header__inner {
    width: 100%;
    max-width: 100%;
    padding: 0 20px 53px;
  }
}
.lower-header__inner::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  display: block;
  width: 100%;
  max-width: 865px;
  aspect-ratio: 865/170;
  content: "";
  background: url("../img/common/bg-header.svg") no-repeat bottom right;
  background-size: 100%;
}

@media screen and (width <= 767px) {
  .lower-header__inner::after {
    aspect-ratio: 343/92;
    background-image: url("../img/common/bg-header-s.svg");
    max-width: calc(100% - 16px * 2);
  }
}

.lower-header__title {
  margin-bottom: 30px;
  padding-top: 64px;
  font-size: clamp(3.2rem, 5vw, 4.8rem);
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
@media (max-width: 767px) {
  .lower-header__title {
    margin-bottom: 23px;
    padding-top: 56px;
  }
}
.lower-header__text {
  padding-bottom: 88px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 180%;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .lower-header__text {
    min-height: 75px;
    padding-bottom: 0;
    font-size: 1.4rem;
  }
}

/* ===================== TOP ===================== */
.main-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 325px;
  color: #fff;
  background: url("../img/top/main-visual.jpg") no-repeat bottom;
  background-size: cover;
}
@media (max-width: 767px) {
  .main-visual {
    min-height: 325px;
    background: url("../img/top/main-visual_sp.jpg") no-repeat bottom;
    background-size: cover;
  }
}
.main-visual__title {
  width: 100%;
  max-width: 1104px;
  padding: 0 47px;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  font-optical-sizing: auto;
  line-height: 150%;
}
@media (max-width: 767px) {
  .main-visual__title {
    padding-inline: 20px;
    font-size: min(35px, calc(35 / 375 * 100vw));
    line-height: 130%;
    text-align: center;
  }
}

.section__inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.top .section-wrapper {
  max-width: none;
  padding: 0;
}

/* .top .section {
  padding: 120px 40px;
}
@media (max-width: 767px) {
  .top .section {
    padding: 64px 20px;
  }
} */

/* .top .section__title {
  margin-bottom: 40px;
  line-height: 100%;
}
@media (max-width: 767px) {
  .top .section__title {
    margin: 0 0 24px;
    line-height: 150%;
  }
} */
/* .top .service .cassette-two-column__image-wrapper {
  min-height: 280px;
}
@media (max-width: 767px) {
  .top .service .cassette-two-column__image-wrapper {
    min-height: auto;
  }
}
.top .service .cassette-two-column__image {
  margin-top: 30px;
  object-fit: contain;
  object-position: top;
}
@media (max-width: 767px) {
  .top .service .cassette-two-column__image {
    margin-top: 0;
  }
}
.top .news {
  overflow: hidden;
}
.top .news .section__text {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .top .news .section__text {
    margin-bottom: 24px;
  }
}
.top .news .section__cassette-text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .top .news .section__cassette-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .top .news .section__cassette-text {
    font-size: 14px;
  }
}
.top .news .section__link-wrap {
  margin-bottom: 40px;
  text-align: right;
}
@media (max-width: 767px) {
  .top .news .section__link-wrap {
    order: 2;
    margin-bottom: 0;
  }
}
.top .news .section__cassette-image-container {
  overflow: hidden;
  text-align: center;
}
.top .news .section__cassette-image-container .section__cassette-image {
  width: 100%;
  height: auto;
  transition: var(--transition);
}
.top .news .section__cassette-container {
  height: auto;
  border-color: var(--bdr);
  border-style: solid;
  border-width: 1px 1px 1px 0;
}
.top .news .section__cassette {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100%;
  padding: 24px;
  font-size: 20px;
  color: var(--text-color);
  cursor: pointer;
  transition: var(--transition);
}
@media (max-width: 767px) {
  .top .news .section__cassette {
    padding: 20px 16px;
  }
}
@media (any-hover: hover) {
  .top .news .section__cassette:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .top .news .section__cassette:hover .section__cassette-image {
    transform: scale(1.05);
  }
  .top .news .section__cassette:hover .section__cassette-more-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .top .news .section__cassette:hover .section__cassette-more-text {
    background-size: 0;
  }
}
.top .news .section__cassette-more {
  right: 30px;
  bottom: 30px;
  position: absolute;
  padding-right: calc(8px + 1em);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .top .news .section__cassette-more {
    font-size: 14px;
  }
}
.top .news .section__cassette-more::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (max-width: 767px) {
  .top .news .section__cassette-more::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
@media (max-width: 767px) {
  .top .news .section__cassette-more {
    right: 16px;
    bottom: 22px;
  }
}
.top .news .section__cassette-more .section__cassette-more-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.top .news .section__contents {
  padding-bottom: 50px;
  line-height: 1;
}
@media (max-width: 767px) {
  .top .news .section__contents {
    padding-bottom: 44px;
  }
}
.top .news .section__contents time {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--subtext-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .top .news .section__list-change {
    display: flex;
    flex-direction: column;
  }
}
.top .news .swiper::before {
  position: absolute;
  top: 0;
  left: calc((-100vw + var(--content-width)) / 2);
  z-index: 2;
  width: calc((100vw - var(--content-width)) / 2);
  height: 100%;
  content: "";
  background-color: #fff;
}
@media (width <= 1200px) {
  .top .news .swiper::before {
    left: calc((-100vw + var(--content-width) - 80px) / 2);
    width: calc((100vw - var(--content-width) + 80px) / 2);
  }
}
@media (width <= 1024px) {
  .top .news .swiper::before {
    left: -40px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .top .news .swiper::before {
    display: none;
  }
}
.top .news .swiper-wrapper {
  border-left: 1px solid var(--bdr);
} */

.top .cassette-s-row {
  width: 100%;
  max-width: 848px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .cassette-s-row__title {
    font-size: 14px;
  }
}
.top .cassette-s-row__link {
  padding: 32px 18px 32px 12px;
}
@media (max-width: 767px) {
  .top .cassette-s-row__link {
    padding: 16px 0;
  }
}
.top .nav-page-top {
  width: 100%;
  max-width: 1104px;
  padding: 16px 0;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .top .nav-page-top {
    padding: 14px 20px;
  }
}

/* ===================== SERVICE ===================== */
.service .section-wrappe {
  padding-bottom: 80px;
  margin-top: 0;
}
.service .section-wrappe:last-child {
  margin-bottom: 0;
}
.service .section__title {
  margin-top: 0;
}
.service .cassette-m-column {
  gap: 0 32px;
}
.service .cassette-m-column__item {
  display: contents;
  width: 100%;
  max-width: 496px;
}
@media (max-width: 767px) {
  .service .cassette-m-column__item {
    max-width: 100%;
    margin-bottom: 24px;
    border-bottom: 1px solid var(--graph-blue-04);
  }
  .service .cassette-m-column__item:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }
  .service .cassette-m-column__item:last-child .cassette-m-column__content {
    gap: 0 16px;
    padding-bottom: 0;
  }
}
.service .cassette-m-column__item:first-child a {
  padding-top: 0;
}
.service .cassette-m-column__item:last-child a {
  padding-bottom: 0;
  border-bottom: none;
}
.service .cassette-m-column__link {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  align-items: center;
  color: var(--text-color);
  transition: var(--transition);
}
@media (any-hover: hover) {
  .service .cassette-m-column__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
}
@media (max-width: 767px) {
  .service .cassette-m-column__link {
    display: flex;
    flex-direction: row;
    gap: 32px 16px;
    align-items: flex-start;
    padding: 24px 0;
    border-bottom: 1px solid var(--graph-blue-04);
  }
}
.service .cassette-m-column__picture {
  aspect-ratio: 232/154;
  background: var(--bg);
}
@media (max-width: 767px) {
  .service .cassette-m-column__picture {
    width: 38.8059701%;
    min-width: 130px;
  }
}
.service .cassette-m-column__text-area {
  display: contents;
}
@media (max-width: 767px) {
  .service .cassette-m-column__text-area {
    display: flex;
    flex-direction: column;
  }
}
.section__title + .cassette-m-column {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .section__title + .cassette-m-column {
    padding-top: 16px;
  }
}

button {
  display: inline-block;
  overflow: visible;
  /* outline: 1px; */
}

button:focus-visible {
  /* outline: 1; */
}

/* ===================== SERVICE詳細 ===================== */
.service-detail__wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 120px;
}
.service-detail__header {
  width: calc(100% - 400px);
}
.service-detail__title {
  margin-bottom: 40px;
  font-size: 56px;
  font-weight: 700;
  line-height: 84px;
  color: var(--recruit-blue);
  text-align: left;
}
.service-detail__lead-text {
  font-size: 32px;
  font-weight: 500;
  line-height: 48px;
  text-align: left;
}
.service-detail__picture {
  width: 360px;
  margin-left: 40px;
}
.service-detail__text {
  width: calc(100% - 400px);
  font-size: 16px;
  line-height: 32px;
  text-align: left;
}
.service-detail__sub-title {
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}
.service-detail__area {
  padding: 40px;
  margin-bottom: 120px;
  background: var(--background-h1);
}
.service-detail__web-item {
  font-size: 16px;
  line-height: 24px;
}
.service-detail__web-link {
  position: relative;
  color: var(--text-color);
  text-decoration: none;
}
.service-detail__web-link::after {
  position: relative;
  content: "→";
}
.service-detail__slider {
  display: flex;
  flex-direction: row;
  gap: 32px;
}
.service-detail__slider-link {
  display: block;
  width: 100%;
  max-width: 232px;
  color: var(--text-color);
}
.service-detail__slider-picture {
  margin-bottom: 18px;
}
.service-detail__slider-title {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}
.service-detail__slider-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

/* ===================== SUSTAINABILITY ===================== */
.sustainability .section__list {
  margin-top: 0;
}

.sustaina-2__list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 16px 32px;
}
@media (max-width: 767px) {
  .sustaina-2__list {
    display: flex;
    flex-direction: column;
  }
}
.sustaina-2__item {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .sustaina-2__item {
    font-size: 18px;
  }
}
.sustaina-2__item::before {
  content: none;
}
.sustaina-2__picture {
  display: block;
  margin-bottom: 16px;
}
.sustaina-2__title {
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .sustaina-2__title {
    font-size: 18px;
  }
}
.sustaina-2__text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .sustaina-2__text {
    font-size: 14px;
  }
}

.sustaina-3__list {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .sustaina-3__list {
    display: flex;
    flex-direction: column;
    gap: 40px 32px;
  }
}
.sustaina-3__item {
  list-style-type: none;
}
.sustaina-3__title-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 126px;
  margin-bottom: 16px;
  background: var(--background-h1);
}
@media (max-width: 767px) {
  .sustaina-3__title-area {
    margin-bottom: 12px;
  }
}
.sustaina-3__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .sustaina-3__title {
    font-size: 18px;
  }
}
.sustaina-3__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .sustaina-3__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .sustaina-3__text {
    margin-bottom: 12px;
  }
}
.sustaina-3__picture {
  margin-bottom: 8px;
}

/* ===================== 企業情報  ===================== */
.about__title {
  margin-bottom: 12px;
  font-size: clamp(20px, 2.2vw, 24px) !important;
  word-break: keep-all;
  overflow-wrap: anywhere;
  transition: var(--transition);
  line-break: strict;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
@media (max-width: 767px) {
  .about__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .about__title {
    margin-bottom: 16px;
  }
}
.about .cassette-x-column__title-link--blank::after {
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .about .cassette-x-column__title-link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}

@media (any-hover: hover) {
  a:hover .about__title {
    color: var(--recruit-blue);
  }
}

/* ===================== 会社概要 ===================== */
.profile__table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--graph-blue-04);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .profile__table {
    font-size: 14px;
  }
}
.profile__header {
  width: 25.78125%;
  max-width: 264px;
  padding: 20px;
  background: var(--graph-blue-04);
  border-bottom: 1px solid #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .profile__header {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .profile__header {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    padding: 16px;
    border-bottom: none;
  }
}
.profile__header:last-child {
  border-bottom: 1px solid var(--graph-blue-04);
}
.profile__cell {
  width: calc(100% - 264px);
  padding: 20px;
  border: 1px solid var(--graph-blue-04);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .profile__cell {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .profile__cell {
    display: inline-block;
    width: 100%;
    padding: 16px;
  }
}
.profile__link {
  position: relative;
  padding-bottom: 2px;
  font-weight: 500;
  text-decoration: none;
  border-bottom: none;
}
.profile__link {
  position: relative;
  background: linear-gradient(var(--text-color), var(--text-color)) 0 100%/100% 1px no-repeat;
  background-position: bottom;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
@media (any-hover: hover) {
  .profile__link:hover {
    color: var(--recruit-blue);
    text-decoration: none;
    background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/100% 2px no-repeat;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .profile__link:hover {
    background: none;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .profile__link:hover {
    background: linear-gradient(var(--text-color), var(--text-color)) 0 100%/100% 1px no-repeat;
  }
}
.profile__link--blank {
  position: relative;
  margin-right: 2em;
  font-weight: 500;
  text-decoration: none !important;
  border-bottom: none;
  transition: var(--transition-fast);
}
.profile__link--blank::after {
  position: absolute;
  top: 50%;
  right: -24px;
  display: block;
  margin-right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: "";
  background: url("../img/common/ic-link-blank-16.svg") no-repeat;
}
@media (max-width: 767px) {
  .profile__link--blank::after {
    width: 14px;
    height: 14px;
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
@media (max-width: 767px) {
  .profile__link--blank::after {
    width: 14px;
    height: 14px;
    content: "";
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
    right: -22px;
    margin-right: 0;
  }
}
@media (any-hover: hover) {
  .profile__link--blank:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .profile__link--blank:hover .profile__link--blank-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .profile__link--blank:hover .profile__link--blank-text {
    background-size: 0;
  }
}
.profile__link--blank .profile__link--blank-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.profile__link--text {
  position: relative;
  margin-right: 2em;
  font-weight: 500;
  text-decoration: none !important;
  border-bottom: none;
  transition: var(--transition-fast);
}
.profile__link--text::after {
  position: absolute;
  top: 50%;
  right: -24px !important;
  display: block;
  margin-right: 0;
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (max-width: 767px) {
  .profile__link--text::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
    right: -22px;
    margin-right: 0;
  }
}
@media (any-hover: hover) {
  .profile__link--text:hover {
    color: var(--recruit-blue);
    text-decoration: none;
  }
  .profile__link--text:hover .profile__link--blank-text {
    background-size: 100% 1px;
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .profile__link--text:hover .profile__link--blank-text {
    background-size: 0;
  }
}
.profile__link--text .profile__link--blank-text {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
.profile br + a {
  display: inline-block;
  margin-top: 32px;
}
@media (max-width: 767px) {
  .profile br + a {
    margin-top: 16px;
  }
}

.profile-company {
  padding-block: 13px;
  border-bottom: 1px solid var(--graph-blue-04);
}
.profile-company:first-child {
  padding-top: 0;
}
.profile-company:last-child {
  padding-bottom: 0;
  border: none;
}
.profile-company__link {
  display: inline-block;
}
.profile-company__link--ml32 {
  margin-left: 2rem;
}

/* ===================== 役員一覧 ===================== */
.leadership__name {
  margin-top: 16px;
  margin-bottom: 12px;
  word-break: break-all;
}
@media (max-width: 767px) {
  .leadership__name {
    margin-top: 0;
    margin-bottom: 8px;
  }
}
.leadership__main {
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .leadership__main {
    font-size: 18px;
  }
}
.leadership__furigana {
  display: block;
  color: var(--subtext-color);
  background: none !important;
  transition: var(--transition) !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
.leadership__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

@media (any-hover: hover) {
  a:hover .leadership__furigana {
    color: var(--recruit-blue);
  }
}

/* ===================== 役員詳細 ===================== */
.leadership-detail .lower-header__title {
  padding-top: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .leadership-detail .lower-header__title {
    margin-bottom: 16px;
  }
}
.leadership-detail .lower-header__frigana {
  display: inline-block;
  margin-left: 16px;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .leadership-detail .lower-header__frigana {
    display: block;
    margin-left: 0;
    font-size: 18px;
    line-height: 180%;
  }
}

.photo-caption {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .photo-caption {
    flex-direction: column;
    gap: 40px;
    align-items: center;
    margin-bottom: 40px;
  }
}
.photo-caption__photo {
  width: 40vw;
  max-width: 408px;
  height: auto;
}
@media (max-width: 767px) {
  .photo-caption__photo {
    width: 59.4666vw;
  }
}
.photo-caption__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .photo-caption__text {
    font-size: 14px;
  }
}

.job-title {
  margin-bottom: 64px;
  font-size: 18px;
  line-height: 180%;
}
@media (max-width: 767px) {
  .job-title {
    margin-bottom: 40px;
    font-size: 14px;
  }
}

.dl-table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .dl-table {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
.dl-table__date, .dl-table__text {
  box-sizing: border-box;
  display: flex;
  padding: 24px;
  border-bottom: 1px solid var(--bdr02);
}
@media (max-width: 767px) {
  .dl-table__date, .dl-table__text {
    width: 100% !important;
    padding: 0 0 16px;
  }
}
.dl-table__date {
  width: 25.78%;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .dl-table__date {
    font-size: 14px;
  }
}
.dl-table__date:last-of-type {
  border-bottom: none;
}
@media (max-width: 767px) {
  .dl-table__date {
    padding-top: 16px !important;
    border-bottom: none !important;
  }
}
.dl-table__text {
  flex-direction: column;
  gap: 16px;
  width: 74.22%;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .dl-table__text {
    font-size: 14px;
  }
}
.dl-table__text:last-child {
  border-bottom: none;
}

/* ===================== ニュース ===================== */
.newsroom__date {
  display: block;
  margin-bottom: 8px;
  color: var(--subtext-color);
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .newsroom__date {
    margin-bottom: 4px;
  }
}
.newsroom__press-link {
  right: 0;
  bottom: 0;
  position: absolute;
  padding-right: calc(8px + 1em);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .newsroom__press-link {
    font-size: 14px;
  }
}
.newsroom__press-link::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  content: "";
  transform: translateY(-50%);
  right: 0;
  display: inline-block;
  width: 16px;
  height: 10px;
  content: "";
  background: url("../img/common/ic-arw-16-10.svg");
}
@media (max-width: 767px) {
  .newsroom__press-link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
  }
}
@media (max-width: 767px) {
  .newsroom__press-link {
    position: relative;
    margin-top: 8px;
    text-align: right;
  }
}
.newsroom__no-articles {
  padding-top: 24px;
}
.newsroom__no-articles-text {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  justify-content: center;
  padding: 32px;
  color: var(--subtext-color);
  border-top: 1px solid var(--graph-blue-04);
  border-bottom: 1px solid var(--graph-blue-04);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
@media (max-width: 767px) {
  .newsroom__no-articles-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .newsroom__no-articles-text {
    padding: 24px 0;
  }
}
.newsroom__no-articles-text + .section__nav-area {
  margin-top: 40px;
}
.newsroom .cassette-x-column {
  gap: 40px 32px;
}
.newsroom .cassette-x-column__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}
.newsroom .section__title + .cassette-s-row {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .newsroom .section__title + .cassette-s-row {
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  .data .cassette-s-row__title {
    padding-right: 0;
  }
}

.cassette-x-column + .section__nav-area {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .cassette-x-column + .section__nav-area {
    margin-top: 40px;
  }
}

.pressrelease .cassette-x-column {
  gap: 40px 32px;
  padding-top: 0;
}
.pressrelease .cassette-x-column__content {
  position: relative;
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .pressrelease .cassette-x-column__content {
    padding-bottom: 0;
  }
}
.pressrelease .cassette-x-column__text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  -webkit-box-orient: vertical;
}

.entry-contents {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .entry-contents {
    margin-bottom: 80px;
  }
}

/* ===================== 採用情報 ===================== */
/* .employment .section-wrapper {
  margin-top: -20px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .employment .section-wrapper {
    margin-top: 0;
    padding-bottom: 80px;
  }
} */
.employment__link {
  position: relative;
}
@media (max-width: 767px) {
  .employment__link {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    color: var(--indeed-blue);
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .employment__link {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .employment__link::after {
    right: 0;
    display: inline-block;
    width: 14px;
    height: 8px;
    content: "";
    background: url("../img/common/ic-arw-14-8.svg");
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    transform: translateY(-50%);
  }
}
.employment__link--blank {
  position: relative;
}
.employment__link--blank::after {
  width: 24px;
  height: 24px;
  content: "";
  background: url("../img/common/ic-link-blank-24.svg");
}
@media (max-width: 767px) {
  .employment__link--blank::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    color: var(--indeed-blue);
    width: 14px;
    height: 14px;
    content: "";
    background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .employment__link--blank::after {
    font-size: 20px;
  }
}
.employment .cassette-xl-row__title {
  position: relative;
}
@media (max-width: 767px) {
  .employment .cassette-xl-row__title-link {
    display: none;
  }
}
@media (max-width: 767px) {
  .employment .cassette-xl-row__title-link--blank {
    display: none;
  }
}
.employment .section__title + .cassette-xl-row,
.employment .section__title + .cassette-x-row {
  padding-top: 24px;
}
@media (max-width: 767px) {
  .employment .section__title + .cassette-xl-row,
  .employment .section__title + .cassette-x-row {
    padding-top: 16px;
  }
}

/* ===================== 経営理念 ===================== */
.vision-mission-values .section__sub-title {
  display: flex;
  gap: 16px;
  place-items: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  .vision-mission-values .section__sub-title {
    gap: 10px;
  }
}
.vision-mission-values .section__text {
  margin-bottom: 40px;
}
.vision-mission-values .section__text:last-of-type {
  margin-bottom: 0;
}
.vision-mission-values__title {
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 180%;
}
@media (max-width: 767px) {
  .vision-mission-values__title {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .vision-mission-values__title {
    font-size: 18px;
  }
}
.vision-mission-values__eng-sub-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .vision-mission-values__eng-sub-title {
    font-size: 18px;
  }
}

/* ===================== 社長メッセージ ===================== */
.message .lower-header__text {
  font-weight: 700;
}
.message .section-wrapper {
  max-width: calc(var(--single-width) + 80px);
}
.message .section__title {
  margin-top: 72px;
}
@media (max-width: 767px) {
  .message .section__title {
    margin-top: 56px;
  }
}
.message .section__text:first-of-type {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .message .section__text:first-of-type {
    margin-top: 40px;
  }
}
.message__name-area {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .message__name-area {
    margin-top: 56px;
  }
}
.message__name {
  display: flex;
  gap: 8px;
  place-items: center;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 150%;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .message__name {
    font-size: 20px;
  }
}
.message__name-ruby {
  color: var(--subtext-color);
  font-size: 12px;
  font-weight: 400;
  line-height: 180%;
}
.message__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
}

/* ===================== 募集職種一覧 ===================== */
.position .section:nth-of-type(n + 2) .section__title {
  margin-top: 0;
}
.position__note {
  font-size: 18px;
  font-weight: 500;
  line-height: 180%;
}
.position__note--amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
.position .section__title {
  margin-top: 24px;
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .position .section__title {
    margin-bottom: 48px;
  }
}
.position .section__sub-title:nth-of-type(n + 2) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .position .section__sub-title:nth-of-type(n + 2) {
    margin-top: 56px;
  }
}
.position__body {
  overflow: hidden;
  transition: max-height 1.1s ease;
}
.position__body--separator {
  padding-bottom: 32px;
  margin-top: 40px;
  border-bottom: 1px solid var(--bdr02);
}
.position__data-title {
  margin-top: 64px;
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .position__data-title {
    font-size: 18px;
  }
}
.position__data-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.position__data-item {
  display: grid;
  grid-template-columns: 112px 1fr;
  column-gap: 32px;
}
@media (max-width: 767px) {
  .position__data-item {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.position__data-desc {
  color: var(--subtext-color);
  word-break: keep-all;
  white-space: pre-wrap;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .position__data-desc {
    font-size: 14px;
  }
}
.position__data-detail {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .position__data-detail {
    font-size: 14px;
  }
}
.position__data-detail > div:nth-child(n+2) {
  margin-top: 32px;
}
.position .cassette-xl-column {
  gap: 64px 32px;
  margin-top: 44px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .position .cassette-xl-column {
    row-gap: 56px;
    margin-top: 12px;
  }
}
.position .cassette-xl-column__item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 0;
}
.position .cassette-xl-column__title {
  padding: 25px 24px;
  margin-bottom: 0;
  background-color: var(--background);
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .position .cassette-xl-column__title {
    font-size: 18px;
  }
}
.position__area-list {
  margin-top: 24px;
}
.position__area-desc {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
}
@media (max-width: 767px) {
  .position__area-desc {
    font-size: 14px;
  }
}
.position__area-detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  margin-top: 4px;
}
.position__apply-button-area {
  text-align: center;
}
.position__apply-button-area--mt32 {
  margin-top: 32px;
}
.position__apply-button-area--mt64 {
  margin-top: 64px;
}
.position__apply-button {
  position: relative;
  display: inline-block;
  min-width: 200px;
  height: 56px;
  font-size: 14px;
  font-weight: 500;
  line-height: 56px;
  color: #fff;
  text-align: center;
  background-color: var(--recruit-blue);
  border-radius: 36px;
}
.position__apply-button:visited {
  color: #fff;
}
@media (any-hover: hover) {
  .position__apply-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: #00479b;
  }
}
.position__apply-button::after {
  width: 14px;
  height: 14px;
  content: "";
  background: url("../img/common/ic-link-blank-14.svg") no-repeat;
  position: absolute;
  top: 50%;
  right: 14px;
  display: inline-block;
  content: "";
  background-color: #fff;
  background-image: none;
  mask-image: url("../img/common/ic-link-blank-14.svg");
  transform: translateY(-50%);
}
.position .nav-list-back {
  margin-top: 40px;
}
.position .nav-list-back__link {
  display: inline-block;
  min-height: 24px;
}
.position__title {
  margin-top: 40px;
  margin-bottom: 24px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 150%;
  color: var(--indeed-blue);
}
@media (max-width: 767px) {
  .position__title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .position__title {
    margin-bottom: 16px;
    text-align: left;
  }
}
.position__text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}
@media (max-width: 767px) {
  .position__text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .position__text {
    text-align: left;
  }
}

.accordion__button-area {
  padding-bottom: 32px;
  margin-top: 40px;
  text-align: right;
  border-bottom: 1px solid var(--bdr02);
}
@media (max-width: 767px) {
  .accordion__button-area {
    padding-bottom: 24px;
  }
}
.accordion__button-area.is-open {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .accordion__button-area.is-open {
    margin-top: 40px;
  }
}
.accordion__button-area.is-open .accordion__button::after {
  background-image: url("../img/common/ic-minus_32.svg");
}
.accordion__button {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
  position: relative;
  height: 32px;
  padding-right: 40px;
  padding-bottom: 0;
  font-size: 16px;
  color: var(--text-color);
}
@media (max-width: 767px) {
  .accordion__button {
    height: 24px;
    padding-right: 32px;
    font-size: 14px;
  }
}
.accordion__button:focus-visible {
  outline: 2px solid #0056b3;
}
.accordion__button::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-left: 8px;
  content: "";
  background-image: url("../img/common/ic-plus_32.svg");
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .accordion__button::after {
    width: 24px;
    height: 24px;
    background-size: contain;
  }
}
.accordion__button > span {
  padding-bottom: 3px;
  text-decoration: none;
  background: linear-gradient(var(--recruit-blue), var(--recruit-blue)) 0 100%/0 1px no-repeat;
  transition: background 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  box-decoration-break: clone;
}
@media (any-hover: hover) {
  .accordion__button:hover > span {
    background-size: 100% 1px;
    color: var(--recruit-blue);
  }
}
@media (any-hover: hover) and (max-width: 767px) {
  .accordion__button:hover > span {
    background-size: 0;
  }
}


/*  .c-slider
--------------------------------------------- */
.c-slider {
  --control-height: 44px;

  .c-slider__control {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 12px;
    height: var(--control-height);
    width: fit-content;
    margin-inline: auto;
    
    &:not(:has(.swiper-button-lock)) {
      margin-top: 40px;
    }
  }
 
  /* prev/next buttons */
  .swiper-button-prev,
  .swiper-button-next {
    position: static;
    width: var(--control-height);
    height: var(--control-height);
    margin-top: 0;
    top: 50%;
    border-radius: 50%;
    border: 1px solid var(--gray);

    &:after {
      content: '';
      display: block;
      width: 16px;
      height: 9px;
      mask-position: center;
      mask-repeat: no-repeat;
      mask-size: contain;
      background-color: var(--recruit-blue);
    }

    &[aria-disabled="false"] {
      @media (hover: hover) and (pointer: fine) {
        transition: opacity .3s, border-color .3s;
        
        &:hover {
          border-color: var(--recruit-blue);
          opacity: .8;         
        }
      }
    }
  }

  .swiper-button-prev {
    left: 0;

    &:after {
      mask-image: url("../img/common/ic-arw-slider-left.svg");
    }
  }

  .swiper-button-next {
    right: 0;

    &:after {
      mask-image: url("../img/common/ic-arw-slider-right.svg");
    }
  }

  .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;

    &::after {
      background-color: var(--gray);
    }
  }

  /* pagination */
  .swiper-pagination {
    position: static;
    transform: translateX(0) !important;
    height: var(--control-height);
    display: flex;
    align-items: center;
    max-width: fit-content;
    margin-inline: auto;
  }

  .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap:8px;
    --swiper-pagination-color: var(--recruit-blue);
    width: 8px;
    height: 8px;
    flex-shrink: 0;
    outline-offset: 3px;
    outline-color: var(--indeed-blue);
    opacity: 1;
    background-color: var(--gray);

    &.swiper-pagination-bullet-active {
      background-color: var(--recruit-blue);
    }
  }


  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next,
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(calc(4/8));
    background-color: var(--graph-blue-04);
  }

  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev,
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(calc(6/8));
    background-color: var(--graph-blue-04);
  }

  .swiper-pagination-bullet-active-main {
    transform: scale(1);
    background-color: var(--recruit-blue);
  }
}

.c-slider--type2 .c-slider__control {
  &:not(:has(.swiper-button-lock)) {
    margin-top: 64px;
    @media (max-width: 767px) {
      margin-top: 16px;
    }
  }
}


/*  tag-cloud
--------------------------------------------- */
.tag-cloud__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  @media (max-width: 767px) {
    gap: 12px 16px;
  }
}

.tag-cloud__link {
  display: block;
  padding: 1px 10px;
  border-radius: 4rem;
  border: 1px solid var(--recruit-blue);
  font-size: 1.4rem;
  font-family: var(--font-noto-sans-jp);
  color: var(--recruit-blue);
}

/*  .c-feed-post
--------------------------------------------- */
.c-feed-post {

  @media (max-width: 1024px) {
    &:not(:first-of-type) {
      border-top: 1px solid var(--bdr02);
    }
  }
}

.c-feed-post__link {
  display: grid;
  gap: 24px;
  grid-template-columns: 148px auto;
  transition: color var(--transition);

  @media (max-width: 1024px) {
    padding-block: 24px;
  }

  @media (max-width: 767px) {
    grid-template-columns: 100px auto;
    gap: 17px;
  }

  @media (hover: hover) and (pointer: fine) {
    &:hover,
    &:focus-visible {
      text-decoration: none;
      color: var(--recruit-blue);
    }
  }
}

.c-feed-post__thumbnail {
  aspect-ratio: 148/99;
  overflow: hidden;

  @media (max-width: 767px) {
    aspect-ratio: 100 / 66;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-feed-post__link:hover .c-feed-post__thumbnail img,
  .c-feed-post__link:focus-visible .c-feed-post__thumbnail img {
    transform: scale(1.1);
  }
}

.c-feed-post__date {
  font-size: 1.4rem;
  line-height: 1.8;
  color: var(--subtext-color);
}

.c-feed-post__tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 3px 12px;
}

.c-feed-post__tag {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--subtext-color);
}

.c-feed-post__title {
  position: relative;
  margin-top: 8px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 25px;

  @media (max-width: 767px) {
    padding-right: 30px;
    font-size: 1.4rem;
  }

  &::after {
    position: absolute;
    top: 1rem;
    right: 0;
    content: "";
    display: block;
    width: 14px;
    height: 7px;
    background: url("../img/common/ic-arw-14-7.svg") no-repeat center center;
    background-size: contain;

    @media (max-width: 767px) {
      top: 0.5em;
    }
  }
}

/*  .c-feed-post-2
--------------------------------------------- */
.c-feed-post-2__link {
  display: grid;
  gap: 32px;
  grid-template-columns: 408px auto;
  color: var(--indeed-blue);

  @media (max-width: 1024px) {
    grid-template-columns: 335px auto;
  }

  @media (max-width: 767px) {
    display: block;
  }

  @media (hover: hover) and (pointer: fine) {
    transition: color var(--transition);
    
    &:hover,
    &:focus-visible {
      text-decoration: none;
    }
  }
}

.c-feed-post-2__thumbnail {
  aspect-ratio: 408 / 272;
  overflow: hidden;

  @media (max-width: 767px) {
    max-width: 335px;
  }

  img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition);
  }
}

@media (hover: hover) and (pointer: fine) {
  .c-feed-post-2__link:hover .c-feed-post-2__thumbnail img,
  .c-feed-post-2__link:focus-visible .c-feed-post-2__thumbnail img {
    transform: scale(1.1);
  }
}

.c-feed-post-2__date {
  display: block;
  margin-top: -2px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  color: var(--subtext-color);

  @media (max-width: 767px) {
    margin-top: 12px;
  }
}

.c-feed-post-2__title {
  position: relative;
  margin-top: 19px;
  padding-right: 28px;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: bold;

  @media (max-width: 767px) {
    margin-top: 4px;
    padding-right: 22px;
    font-size: 2rem;
    /* line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden; */
  }

  &::after {
    position: absolute;
    top: 1.2rem;
    right: 0;
    content: "";
    display: block;
    width: 16px;
    aspect-ratio: 16 / 8;
    background: url("../img/common/ic-arw-16-8.svg") no-repeat center center;
    background-size: contain;

    @media (max-width: 767px) {
      width: 14px;
    }
  }
}

/*  .c-btn-more
--------------------------------------------- */
.c-btn-1 {
  display: grid;
  place-items: center;
  max-width: 200px;
  min-height: 56px;
  margin-inline: auto;
  padding-inline: 35px;
  border-radius: 50px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  background: var(--recruit-blue) url("../img/common/ic-link-blank-14-white.svg") right 14px center / 14px auto no-repeat;

  &:focus-visible {
    outline-offset: 4px;
  }

  @media (hover: hover) and (pointer: fine) {
    transition: color var(--transition), background-color var(--transition);
    
    &:hover,
    &:focus-visible {
      text-decoration: none;
      color: #fff;
      background-color: var(--indeed-blue);
    }
  }
}

/*  .c-btn-more
--------------------------------------------- */
.c-btn-more {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: inherit;
  width: fit-content;
  margin-inline: auto;
  color: inherit;

  @media (hover: hover) and (pointer: fine) {
    transition: var(--transition);
    
    &:hover,
    &:focus-visible {
      color: var(--recruit-blue);
    }
  }

  @media (max-width: 767px) {
    font-size: 1.4rem;
  }

  &::after {
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    border: 1px solid var(--gray);
    border-radius: 50%;
    background: url(../img/common/ic-plus.svg) center center / 12px auto no-repeat;

    @media (max-width: 767px) {
      width: 24px;
      height: 24px;
      background-size: 8px auto;
    }
  }

  /* span {
    position: relative;

    &::after {
      position: absolute;
      bottom: -8px;
      left: 0;
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background-color: var(--recruit-blue);
      transition: width var(--transition);
    }

    @media (hover: hover) and (pointer: fine) {
      &:hover,
      &:focus-visible {
        &::after {
          width: 100%;
        }
      }
    }
  } */
}


/* ===================== 採用情報  ===================== */
/* .p-job-count */
.p-job-count {
  margin-bottom: 24px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;

  span {
    font-size: calc(24/18*1em);
    font-weight: 700;
    line-height: 1.5;
    color: var(--indeed-blue);
  }
}

/* .p-job-sections */
.p-job-sections {

  .section:last-of-type {
    @media (min-width: 768px) {
      padding-bottom: 104px;
    }
  }
}

/* .p-job-desc */
.p-job-desc {
  padding-top: 32px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--graph-blue-04);

  @media (max-width: 767px) {
    padding-top: 24px;
    padding-bottom: 14px;
  }
}

.p-job-desc__title {
  margin-bottom: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: var(--indeed-blue);

  @media (max-width: 767px) {
    margin-bottom: 16px;
    font-size: 2rem;
  }
}

.p-job-desc__sub-title {
  margin-top: 64px;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: bold;

  @media (max-width: 767px) {
    /* margin-top: 56px; */
    font-size: 1.8rem;
  }
}

.p-job-desc__tr:first-of-type :where(.p-job-desc__th, .p-job-desc__td) {
  padding-top: 0;
}

.p-job-desc__tr:last-of-type :where(.p-job-desc__th, .p-job-desc__td) {
  padding-bottom: 0;
}

.p-job-desc__tr {

  @media (max-width: 767px) {
    display: block;

    &:not(:first-of-type) {
      margin-top: 32px;
    }
  }
}

.p-job-desc__th,
.p-job-desc__td {
  padding-block: 17px;
  font-size: 1.6rem;
  line-height: 1.5;

  @media (max-width: 767px) {
    display: block;
    padding-block: 0;
    font-size: 1.4rem;
  }
}

.p-job-desc__th {
  width: 144px;
  padding-right: 32px;
  font-weight: bold;
  color: var(--subtext-color);
  line-height: 1.5;

  @media (max-width: 767px) {
    width: 100%;
    margin-bottom: 12px;
    padding-right: 0;
  }
}

.p-job-desc__td {
  line-height: 1.8;
}

.p-job-desc__text {

  & + & {
    margin-top: 2em;
  }
}