@import 'https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap';
:root {
  --color-black: #000;
  --color-white: #fff;
  --color-red: #D01212;
  --color-green: #22C635;
  --font-color: #111827;
  --font-jp: "Noto Sans JP", sans-serif;
  --font-en: "Oswald", sans-serif;
  --font-mincho: "Zen Old Mincho", serif;
  --hover-opacity: .7;
  --hover-transition: .3s;
  --sp-container-width: calc(100% - 32px);
  --pc-container-width: calc(100% - 160px);
  --leading-trim: calc((1em - 1lh) / 2);
  --gradation_orange: linear-gradient(90deg, #F2A700 0%, #ED6A10 100%);
}

.recruit-main {
  overflow: clip;
  font-family: var(--font-jp);
}
.recruit-main--top {
  padding-bottom: 160px;
}
@media (max-width: 768px) {
  .recruit-main--top {
    padding-bottom: 0;
  }
}
.recruit-main--subpage {
  padding: 0 16px;
}
.recruit-main--company {
  background: url("../img/company_bg.svg");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 1920px auto;
}
@media (min-width: 1921px) {
  .recruit-main--company {
    background-size: 100% auto;
  }
}
@media (max-width: 768px) {
  .recruit-main--company {
    background-image: url("../img/company_bg_sp.svg");
    background-size: 100% auto;
  }
}
.recruit-main--culture {
  background: url("../img/culture_bg.svg");
  background-repeat: no-repeat;
  background-position: top 150px center;
  background-size: 1920px auto;
}
@media (min-width: 1921px) {
  .recruit-main--culture {
    background-size: 100% auto;
  }
}
.recruit-main__inner {
  width: 1000px;
  max-width: 100%;
  padding: 60px 0 120px;
  margin-inline: auto;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 768px) {
  .recruit-main__inner {
    background: none;
  }
  .recruit-main__inner--company, .recruit-main__inner--culture {
    padding-bottom: 0;
  }
  .recruit-main__inner--workstyle {
    padding-bottom: 20px;
  }
}
.recruit-main img {
  max-width: 100%;
  height: auto;
}

.recruit-button01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 370px;
  max-width: 100%;
  padding: 10px 24px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--white, #FFF);
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
  border-radius: 80px;
}
@media (any-hover: hover) {
  .recruit-button01 {
    transition: opacity var(--hover-transition, 0.3s);
  }
  .recruit-button01:hover {
    opacity: var(--hover-opacity, 0.7);
  }
}
.recruit-button01.is-empty {
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 167, 0, 0.5) 0%, rgba(237, 106, 16, 0.5) 100%);
}

.recruit-button02 {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  width: 340px;
  padding: 20px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  color: #FFF;
  text-align: center;
  background: linear-gradient(90deg, #F2A700 0%, #ED6A10 100%);
  border-radius: 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}
@media (any-hover: hover) {
  .recruit-button02 {
    transition: opacity var(--hover-transition, 0.3s);
  }
  .recruit-button02:hover {
    opacity: var(--hover-opacity, 0.7);
  }
}
.recruit-button02.is-empty {
  pointer-events: none;
  background: linear-gradient(90deg, rgba(242, 167, 0, 0.5) 0%, rgba(237, 106, 16, 0.5) 100%);
}

.recruit-button03 {
  display: block;
  width: 343px;
  max-width: 100%;
  padding: 2px;
  background: linear-gradient(90deg, #F2A700 0%, #ED6A10 100%);
  border-radius: 40px;
}
.recruit-button03__inner {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  padding: 16px;
  background: #fff;
  border-radius: 40px;
  transition: background-color var(--hover-transition, 0.3s);
}
.recruit-button03__inner::after {
  display: block;
  width: 37px;
  height: 7px;
  content: "";
  background: url("../img/arrow01.svg") no-repeat center/contain;
}
.recruit-button03__text {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: background-color var(--hover-transition, 0.3s);
}
@media (any-hover: hover) {
  .recruit-button03:hover .recruit-button03__inner {
    background: none;
  }
  .recruit-button03:hover .recruit-button03__inner::after {
    background-image: url("../img/arrow05.svg");
  }
  .recruit-button03:hover .recruit-button03__text {
    color: #fff;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
  }
}

.recruit-title01 {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 768px) {
  .recruit-title01 {
    gap: 0;
  }
}
.recruit-title01__main {
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-title01__main {
    font-size: 36px;
  }
}
.recruit-title01__sub {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  color: var(--text-black, #333);
}
.recruit-title01__sub::after {
  display: block;
  width: 57px;
  height: 1px;
  content: "";
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
}

.top__kv {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  height: 760px;
  padding: 60px 16px;
  background: url("../img/top_kv.webp") no-repeat left center/cover;
}
@media (max-width: 768px) {
  .top__kv {
    height: 352px;
    padding: 16px;
    background-image: url("../img/top_kv_sp.webp");
    background-position: center center;
  }
}
.top__title {
  width: 1310px;
  max-width: 100%;
  font-family: var(--font-jp);
  font-size: 88px;
  font-style: normal;
  font-weight: 700;
  line-height: 110%;
  color: #FFF;
  text-shadow: 0 0 10px rgba(51, 51, 51, 0.1);
}
@media (max-width: 768px) {
  .top__title {
    font-size: 40px;
  }
}
.top__apply {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
  padding: 24px 16px 32px;
  font-family: var(--font-jp);
  background: #F3F3F3;
}
@media (max-width: 768px) {
  .top__apply {
    gap: 8px;
  }
}
.top__apply-text {
  margin-inline: -6px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #3C3C43;
  text-align: center;
}
.top__about {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 128px 16px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0.13%, #FFF 20.03%, #FFF 80.26%, rgba(255, 255, 255, 0) 97.29%), url("../img/top_about_bg.webp") lightgray 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .top__about {
    gap: 32px;
    padding-block: 80px;
    background: linear-gradient(110deg, rgba(255, 255, 255, 0) 0.13%, #FFF 19.94%, #FFF 79.78%, rgba(255, 255, 255, 0) 97.29%), url("../img/top_about_bg_sp.webp") lightgray 50%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
  }
}
.top__about-label {
  font-family: var(--font-mincho);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
  background: linear-gradient(180deg, #000 0%, #0038B4 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.top__about-title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-black, #333);
  text-align: center;
}
@media (max-width: 768px) {
  .top__about-title {
    font-size: 20px;
  }
}
.top__about-text {
  width: 600px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .top__about-text {
    font-size: 15px;
    line-height: 2.8;
  }
}
.top__about-button {
  margin-inline: auto;
}
.top__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  max-width: 100%;
  padding: 40px 24px;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .top__nav {
    gap: 24px;
    padding: 64px 16px;
  }
}
.top__nav-link {
  display: flex;
  gap: 4px;
  align-items: center;
  padding: 8px 32px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #2F2F2F;
  border-bottom: 1px solid #F2A700;
}
@media (any-hover: hover) {
  .top__nav-link {
    transition: opacity var(--hover-transition, 0.3s);
  }
  .top__nav-link:hover {
    opacity: var(--hover-opacity, 0.7);
  }
}
@media (max-width: 768px) {
  .top__nav-link {
    justify-content: center;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .top__nav-link img {
    width: auto;
    height: 49px;
  }
}
.top__section {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .top__section {
    padding: 0;
  }
}
.top__section-inner {
  position: relative;
  width: 1440px;
  max-width: 100%;
  padding: 0 16px;
  margin-inline: auto;
}
.top__section-label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 180px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--bg-grey, #F5F5F5);
}
.top__section-label--reverse {
  right: auto;
  left: 0;
}
@media (max-width: 768px) {
  .top__section-label {
    top: 24px;
    right: auto;
    left: 0;
    font-size: 56px;
  }
}
.top__section-image {
  position: absolute;
  top: 180px;
  right: 0;
  width: min(49.3055555556vw, 710px);
  max-width: 100%;
}
.top__section-image--reverse {
  right: auto;
  left: 0;
}
.top__section-image img {
  width: 100%;
}
@media (min-width: 769px) {
  .top__section-image--sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .top__section-image {
    position: static;
    width: 100%;
    margin-bottom: 24px;
  }
  .top__section-image--pc {
    display: none;
  }
}
.top__section-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 1000px;
  max-width: 100%;
  padding-top: 80px;
  margin-inline: auto;
}
.top__section-content--reverse {
  align-items: flex-end;
  text-align: right;
}
@media (max-width: 768px) {
  .top__section-content {
    gap: 0;
    padding-block: 80px;
  }
  .top__section-content--reverse {
    align-items: flex-start;
    text-align: left;
  }
}
.top__section-title {
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-black, #333);
  letter-spacing: 3px;
}
@media (max-width: 768px) {
  .top__section-title {
    margin-bottom: 40px;
    font-size: 36px;
    line-height: 1.4;
    letter-spacing: 0;
  }
}
.top__section-lead {
  max-width: min(47.9166666667vw, 690px);
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .top__section-lead {
    max-width: 100%;
    margin-bottom: 32px;
    font-size: 20px;
    line-height: 1.4;
  }
}
.top__section-text {
  max-width: min(47.9166666667vw, 690px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .top__section-text {
    max-width: 100%;
    margin-bottom: 24px;
    font-size: 15px;
    line-height: 2.8;
  }
}

.recruit-header {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 1000px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .recruit-header {
    padding: 0 4px;
  }
}
.recruit-header__back-link {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.8;
  color: var(--text-black, #333);
}
@media (any-hover: hover) {
  .recruit-header__back-link {
    transition: opacity var(--hover-transition, 0.3s);
  }
  .recruit-header__back-link:hover {
    opacity: var(--hover-opacity, 0.7);
  }
}
.recruit-header__back-link::before {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  content: "";
  background: url("../img/arrow03.svg") no-repeat center/contain;
}
.recruit-header__text {
  width: 486px;
  max-width: calc(50% - 10px);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #3C3C43;
}
@media (max-width: 768px) {
  .recruit-header__text {
    width: 100%;
    max-width: 100%;
    padding-block: 15px;
  }
}
.recruit-header__image {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 50%;
}
@media (max-width: 1024px) {
  .recruit-header__image {
    max-width: calc(50% - 20px);
  }
}
@media (max-width: 768px) {
  .recruit-header__image {
    position: static;
    width: 100%;
    max-width: 100%;
  }
}
.recruit-header__image img {
  width: 100%;
  max-width: 495px;
}
@media (max-width: 768px) {
  .recruit-header__image img {
    max-width: 100%;
  }
}

.recruit-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 40px 0;
}
@media (max-width: 768px) {
  .recruit-nav {
    grid-template-columns: 1fr;
  }
}
.recruit-nav__item--last {
  grid-area: 2/1/3/3;
}
@media (max-width: 768px) {
  .recruit-nav__item--last {
    grid-area: auto;
  }
}
.recruit-nav__link {
  position: relative;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  padding: 16px 0;
  background: #FFF;
}
@media (any-hover: hover) {
  .recruit-nav__link {
    transition: opacity var(--hover-transition, 0.3s);
  }
  .recruit-nav__link:hover {
    opacity: var(--hover-opacity, 0.7);
  }
}
.recruit-nav__link::before {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(90deg, #F2A700 0%, #ED6A10 100%);
}
.recruit-nav__link::after {
  display: block;
  width: 18px;
  aspect-ratio: 1;
  content: "";
  background: url("../img/arrow02.svg");
}
.recruit-nav__link span {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.recruit-company-message {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 72px 0;
}
@media (max-width: 768px) {
  .recruit-company-message {
    gap: 0;
    padding: 0;
  }
}
.recruit-company-message__top {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 24px 51px;
  width: 872px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .recruit-company-message__top {
    grid-template-columns: 1fr;
    margin-bottom: 60px;
  }
}
.recruit-company-message__text {
  align-self: center;
}
@media (max-width: 768px) {
  .recruit-company-message__text {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.recruit-company-message__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #151515;
}
@media (max-width: 768px) {
  .recruit-company-message__title {
    font-size: 26px;
    line-height: 1.5;
  }
}
.recruit-company-message__description {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-company-message__description {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 2.5;
  }
}
.recruit-company-message__profile {
  position: relative;
}
@media (max-width: 768px) {
  .recruit-company-message__profile {
    margin-bottom: 80px;
  }
}
.recruit-company-message__image {
  display: block;
  width: 100%;
}
.recruit-company-message__name {
  position: absolute;
  right: 0;
  bottom: -4px;
  text-align: right;
  transform: translateY(100%);
}
@media (max-width: 768px) {
  .recruit-company-message__name {
    bottom: 0;
    padding: 4px 8px;
    background: rgba(255, 255, 255, 0.9);
  }
}
.recruit-company-message__name-title {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #242424;
}
.recruit-company-message__name-text {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #242424;
}
.recruit-company-message__name-english {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: #242424;
}
.recruit-company-message__message {
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-company-message__message {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 2.8;
  }
}
.recruit-company-message__message a {
  color: #ED9032;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .recruit-company-message__message a {
    transition: opacity 0.3s;
  }
  .recruit-company-message__message a:hover {
    opacity: 0.7;
  }
}
.recruit-company-message__bottom {
  display: grid;
  grid-template-columns: 210px 1fr;
  gap: 40px;
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .recruit-company-message__bottom {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 28px 20px;
  }
}
.recruit-company-message__bottom-image {
  align-self: center;
  padding: 25px 26px 25px 25px;
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-image {
    padding: 0;
  }
}
.recruit-company-message__bottom-image img {
  display: block;
  width: 100%;
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-image img {
    width: 108px;
  }
}
.recruit-company-message__bottom-profile {
  padding: 20px 20px 20px 0;
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-profile {
    padding: 0;
  }
}
.recruit-company-message__bottom-profile-company {
  margin-bottom: 4px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 15px;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-profile-company {
    margin-bottom: 9px;
  }
}
.recruit-company-message__bottom-profile-name {
  margin-bottom: 4px;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-profile-name {
    margin-bottom: 9px;
    font-size: 26px;
    line-height: 30px;
  }
}
.recruit-company-message__bottom-profile-english {
  margin-bottom: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  color: var(--text-black, #333);
  letter-spacing: 1.44px;
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-profile-english {
    margin-bottom: 16px;
  }
}
.recruit-company-message__bottom-profile-description {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-company-message__bottom-profile-description {
    font-size: 14px;
    font-weight: 500;
    line-height: 28.5px;
  }
}

.recruit-company-overview {
  padding: 40px 0;
}
@media (max-width: 768px) {
  .recruit-company-overview {
    padding: 16px 0;
    margin-inline: -8px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.recruit-company-overview__inner {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .recruit-company-overview__inner {
    gap: 24px;
  }
}
.recruit-company-overview__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-black, #333);
}
.recruit-company-overview__items {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.recruit-company-overview__item {
  display: grid;
  grid-template-columns: 240px 1fr;
  border: 1px solid var(--2, #CCC);
}
@media (max-width: 768px) {
  .recruit-company-overview__item {
    grid-template-columns: 1fr;
  }
}
.recruit-company-overview__item-label {
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black, #333);
  background: rgba(99, 181, 118, 0.5);
  border-right: 1px solid var(--2, #CCC);
}
@media (max-width: 768px) {
  .recruit-company-overview__item-label {
    justify-content: center;
    border-right: none;
  }
}
.recruit-company-overview__item-value {
  padding: 16px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black, #333);
  background: #fff;
}
@media (max-width: 768px) {
  .recruit-company-overview__item-value {
    font-size: 15px;
    line-height: 2.8;
  }
}
.recruit-company-overview__map iframe {
  width: 100%;
  height: 316px;
}
.recruit-company-overview__map-text {
  margin-top: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black, #333);
}

.recruit-company-other {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding-top: 64px;
  border-top: 1px solid var(--2, #CCC);
}
@media (max-width: 768px) {
  .recruit-company-other {
    padding: 60px 0 64px;
    border: none;
  }
}
.recruit-company-other__title {
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-black, #333);
}
.recruit-company-other__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .recruit-company-other__links {
    grid-template-columns: 1fr;
  }
}
.recruit-company-other__link {
  display: block;
  padding: 2px;
  background: var(--gradation_orange, #F2A700);
}
.recruit-company-other__link > span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 0;
  background: #fff;
  transition: background-color 0.3s ease;
}
@media (max-width: 768px) {
  .recruit-company-other__link > span {
    padding-block: 6px;
  }
}
.recruit-company-other__link > span span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  text-align: center;
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 768px) {
  .recruit-company-other__link > span span {
    font-size: 15px;
    line-height: 2.8;
  }
}
@media (any-hover: hover) {
  .recruit-company-other__link:hover > span {
    background: none;
  }
  .recruit-company-other__link:hover > span span {
    color: #fff;
    background: initial;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: initial;
  }
}

.recruit-staff-members {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 768px) {
  .recruit-staff-members {
    gap: 40px;
  }
}

.recruit-staff {
  display: flex;
  flex-direction: column;
  gap: 80px;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .recruit-staff {
    gap: 48px;
    padding: 0;
  }
}
.recruit-staff__profile {
  position: relative;
  padding: 0 40px;
}
@media (max-width: 768px) {
  .recruit-staff__profile {
    padding: 0;
    padding-bottom: 110px;
    margin-inline: -16px;
  }
}
.recruit-staff__image img {
  display: block;
  width: 664px;
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .recruit-staff__image img {
    width: 100%;
  }
}
.recruit-staff__info {
  position: absolute;
  right: 40px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 7px 9px;
  align-items: flex-start;
  width: 286px;
}
@media (max-width: 768px) {
  .recruit-staff__info {
    right: auto;
    bottom: 0;
    left: 0;
    width: auto;
  }
}
.recruit-staff__department {
  width: fit-content;
  padding: 8px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--white, #FFF);
  text-align: center;
  background: #333;
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
}
@media (max-width: 768px) {
  .recruit-staff__department {
    padding: 8px;
    font-size: 14px;
  }
}
.recruit-staff__names {
  display: flex;
  gap: 4px;
  align-items: center;
}
.recruit-staff__title {
  flex-shrink: 0;
  padding: 8px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white, #FFF);
  text-align: center;
  background: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-staff__title {
    font-size: 26px;
    line-height: 1.5;
  }
}
.recruit-staff__roman {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-staff__roman {
    font-size: 18px;
  }
}
.recruit-staff__year {
  padding: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--white, #FFF);
  text-align: center;
  background: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-staff__year {
    font-size: 14px;
  }
}
.recruit-staff__message {
  position: relative;
  padding: 53px 0;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: #222438;
  text-align: center;
  background: var(--bg-grey, #F5F5F5);
}
@media (max-width: 768px) {
  .recruit-staff__message {
    padding: 70px 16px;
    margin-inline: -16px;
    font-size: 20px;
  }
}
.recruit-staff__message::before {
  position: absolute;
  top: 24px;
  right: 38px;
  content: url("../img/staff_deco01.svg");
}
@media (max-width: 768px) {
  .recruit-staff__message::before {
    top: 16px;
    right: 16px;
  }
}
.recruit-staff__message::after {
  position: absolute;
  bottom: 24px;
  left: 38px;
  content: url("../img/staff_deco02.svg");
}
@media (max-width: 768px) {
  .recruit-staff__message::after {
    bottom: 16px;
    left: 16px;
  }
}
.recruit-staff__sections {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: flex-start;
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 768px) {
  .recruit-staff__sections {
    gap: 48px;
    padding: 0 4px;
  }
}
.recruit-staff__section {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  align-self: stretch;
}
@media (max-width: 768px) {
  .recruit-staff__section {
    gap: 20px;
  }
}
.recruit-staff__section-title {
  padding: 8px;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: var(--white, #FFF);
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
}
@media (max-width: 768px) {
  .recruit-staff__section-title {
    font-size: 18px;
    line-height: 1.8;
  }
}
.recruit-staff__section-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4;
  color: var(--text-black, #333);
}

.recruit-staff-list {
  padding-bottom: 80px;
  margin-top: 80px;
  margin-bottom: 80px;
  border-bottom: 1px solid #63B576;
}
@media (max-width: 768px) {
  .recruit-staff-list {
    padding: 20px 4px 0;
    margin-top: 40px;
    margin-bottom: 100px;
    border-bottom: none;
  }
}
.recruit-staff-list__title {
  margin-bottom: 24px;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  color: var(--text-black, #333);
}
@media (max-width: 768px) {
  .recruit-staff-list__title {
    margin-bottom: 32px;
  }
}
.recruit-staff-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 768px) {
  .recruit-staff-list__items {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.recruit-staff-list__item {
  display: grid;
  grid-template-columns: 89px 1fr;
  gap: 12px;
}
.recruit-staff-list__thumb {
  overflow: hidden;
}
.recruit-staff-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: scale 0.3s ease;
}
@media (max-width: 768px) {
  .recruit-staff-list__thumb img {
    height: 108px;
  }
}
.recruit-staff-list__department {
  width: fit-content;
  padding: 0 8px;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--white, #FFF);
  background: var(--gradation_orange, linear-gradient(90deg, #F2A700 0%, #ED6A10 100%));
}
.recruit-staff-list__name {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 9px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--text-black, #333);
  border-bottom: 1px solid var(--text-black, #333);
}
.recruit-staff-list__name::after {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 24px;
  aspect-ratio: 1;
  content: "";
  background: url("../img/arrow04.svg") no-repeat center/contain;
}
.recruit-staff-list__year {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: fit-content;
  padding: 2px 8px 3px;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--white, #FFF);
  text-align: center;
  background: var(--green, #63B576);
}
@media (any-hover: hover) {
  .recruit-staff-list__item:hover .recruit-staff-list__thumb img {
    scale: 1.1;
  }
}

.recruit-workstyle-content {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding: 40px 0 80px;
}
@media (max-width: 768px) {
  .recruit-workstyle-content {
    gap: 80px;
    padding-bottom: 100px;
  }
}

.recruit-workstyle-block-wrap {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 768px) {
  .recruit-workstyle-block-wrap {
    padding: 0 4px;
  }
}

.recruit-workstyle-block {
  display: flex;
  flex-direction: column;
  gap: 80px;
  width: 780px;
  max-width: 100%;
  margin-inline: auto;
}
.recruit-workstyle-block__intro {
  display: grid;
  grid-template-columns: 430px 1fr;
}
@media (max-width: 768px) {
  .recruit-workstyle-block__intro {
    display: flex;
    flex-direction: column-reverse;
  }
}
.recruit-workstyle-block__intro-texts {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 768px) {
  .recruit-workstyle-block__intro-texts {
    gap: 24px;
  }
}
.recruit-workstyle-block__title {
  padding: 0 16px;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
  color: #2F2F2F;
}
@media (max-width: 768px) {
  .recruit-workstyle-block__title {
    font-size: 26px;
    line-height: 1.5;
    text-align: right;
  }
}
.recruit-workstyle-block__text {
  width: 415px;
  max-width: 100%;
  padding: 0 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: #3C3C43;
}
@media (max-width: 768px) {
  .recruit-workstyle-block__text {
    font-size: 16px;
  }
}
.recruit-workstyle-block__items {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
.recruit-workstyle-block__item {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 24px;
}
@media (max-width: 768px) {
  .recruit-workstyle-block__item {
    grid-template-columns: 1fr;
  }
}
.recruit-workstyle-block__item-image {
  text-align: center;
}
@media (max-width: 768px) {
  .recruit-workstyle-block__item-image img {
    width: 150px;
  }
}
.recruit-workstyle-block__item-body {
  display: flex;
  flex-direction: column;
  gap: 9px;
  align-self: center;
}
.recruit-workstyle-block__item-title {
  padding-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.8;
  color: var(--text-black, #333);
  border-bottom: 1px solid var(--text-black, #333);
}
.recruit-workstyle-block__item-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.8;
  color: var(--text-black, #333);
}

.u-mb2 {
  margin-bottom: 2px;
}

.u-mb8 {
  margin-bottom: 8px;
}

.u-mb12 {
  margin-bottom: 12px;
}

.u-mb16 {
  margin-bottom: 16px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb24 {
  margin-bottom: 24px;
}

.u-mb32 {
  margin-bottom: 32px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb64 {
  margin-bottom: 64px;
}

@media (width <= 768px) {
  .u-mb40sp {
    margin-bottom: 40px;
  }
  .u-mb80sp {
    margin-bottom: 80px;
  }
}
@media (width >= 769px) {
  .u-mb64pc {
    margin-bottom: 64px;
  }
  .u-mb32pc {
    margin-bottom: 32px;
  }
}
@media (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .u-sp {
    display: none !important;
  }
}

.clearfix::after {
  clear: both;
  display: block;
  content: "";
}

.u-visibility-hidden {
  visibility: hidden;
}

.u-marker {
  font-weight: 700;
  background: #F9DC00;
}

.recruit-main [data-aos=fade-up] {
  transform: translate3d(0, 20px, 0);
}