/* TOP共通 */
body {
  font-family: var(--familyNotoSans);
}
.vertical-rl {
  text-orientation: unset;
}

.h2-ja {
  font-size: var(--32);
  font-family: var(--familyZenOldMincho);
  font-weight: 500;
  line-height: 120%; 
  letter-spacing: 0.15em;
}
.h2-en {
  font-size: var(--14);
  line-height: 120%;
  letter-spacing: 0.07rem;
  margin-top: 2.5rem;
  opacity: .5;
}

/* 縦書き */
.vertical-rl {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;

  @media screen and (max-width: 1000px) {
    -ms-writing-mode: unset;
    writing-mode: unset;
    white-space: initial;
  }
}
.no-pc {
  display: none;
}

@media screen and (max-width: 1000px) {
  .h2-ja {
    letter-spacing: 0.08em;
    line-height: 1.75;
  }
  .h2-en {
    display: block;
    margin-top: 1rem
  }
  .no-pc {
    display: inline-block;
  }
  .no-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .button {
    min-width: 10rem;
  }
  .no-tab {
    display: inline-block;
  }
  .no-sp {
    display: none;
  }
}

/* ================= */
/* TOPファーストビュー */
/* ================= */
.fv {
  position: relative;
  height: clamp(960px, 93vw, 1400px);
  overflow: hidden;
}
.fv__text-wrapper {
  position: absolute;
  width: 100%;
  height: min(100svh, 1080px);
  top: 0;
  left: 0;
  z-index: 3;
}

.fv__picture img {
  width: 100%;
}
.fv__texts {
  display: flex;
  align-items: flex-start;
  gap: 3.84514vw;
  position: absolute;
  top: calc(204 / 1440 * 100vw);
  right: calc(93.78 / 1440 * 100vw);

  .img-right {
    width: min(8.284vw, 84.66px);
  }
  .img-left {
    width: min(5.328vw, 85.37px);
  }
}
.fv__lead {
  width: min(9.296vw, 158.2px);
  position: absolute;
  bottom: 13.11vh;
  left: 7.3611vw;
}

/* スライダー/ */
.swiper,
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
}
.swiper-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  inset: 0;
  z-index: 2;
}
.swiper-slide:first-of-type::before {
  display: none;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: zoom 7s linear forwards;
}
@keyframes zoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.08);
  }
}
.swiper-pagination-bullet {
  position: relative;
  width: 60px;
  height: 22px;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
  background: rgba(255 255 255 / 0.4);
}

.swiper-pagination-bullet::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: calc(var(--progress, 0) * 100%);
  height: 2px;
  transform: translateY(-50%);
  background: #fff;
}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  top: auto;
  bottom: clamp(1.375rem, -0.5rem + 2.08vw, 2rem);
  left: auto;
  right: clamp(3rem, -3rem + 6.67vw, 5rem);
  width: fit-content;
}

.fv__bg-gradation {
  display: block;
  width: 100%;
  height: var(--gradation-height);
  background: linear-gradient(0deg, #20291E 0%, rgba(32, 41, 30, 0.00) 100%);
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .fv__text-wrapper {
    height: min(100svh, 72vw);
  }
}
@media screen and (max-width: 1000px) {
  .fv__text-wrapper {
    height: min(100svh, 45rem);
  }
  .fv__texts {
    top: calc(122 / 1000 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .fv {
    height: 67.75rem;
  }
  .fv__texts {
    top: 9.05875rem;
  }
  .fv__lead {
    width: 92.96px;
    padding-bottom: 92.96px;
    bottom: auto;
    top: 47vh;
  }
  .fv__texts {
    top: 144.94px;
    gap: 38.8px;
    .img-right {
      width: 52.84px;
    }
    .img-left {
      width: 53.28px;
    }
  }
  .swiper-pagination-bullet {
    width: 48px;
  }
  .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 20px;
  }
  .fv__text-wrapper {
    height: min(100svh, 852.75rem);
  }
}
/* ================= */
/* 100年とこれから */
/* ================= */
.history {
  overflow-x: clip;
  padding-top: var(--gradation-margin);
  padding-bottom: 25rem;
  padding-right: var(--padding-side);
  padding-left: var(--padding-side);
  position: relative;
}

.history__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1%;
  max-width: 1280px;
  margin: 0 auto;
}

.history__details-hdg {
  font-family: var(--familyZenOldMincho);
  font-size: 2rem;
  letter-spacing: 1px;
  line-height: 2;
  order: 3;
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.history__details {
  font-family: var(--familyZenOldMincho);
  writing-mode: vertical-rl;
  white-space: nowrap;
}

.history__details p {
  font-size: 1.2rem;
  line-height: 2.4;
}

.history__details p + p {
  margin-right: 5%;
}

.history__button {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 5rem;
  padding: 1.5em 1.33em;
  text-align: justify;
  border-left: 1px solid rgba(255, 255, 255, 0.40);
  border-right: 1px solid rgba(255, 255, 255, 0.40);
  position: relative;
}
.history__button p {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  font-feature-settings: 'vert' on;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.09rem;
  font-family: var(--familyZenOldMincho);
  font-size: var(--18);
}
.history__button::after {
  content: "";
  background-color: #fff;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  display: inline-block;
  margin: 0 auto;
}

.history__bg {
  display: inline-block;
  position: absolute;
  top: 20.368125rem;
  left: 37%;
  transform: translateX(-50%);
}
.histry__map-rounds {
  display: inline-block;
  width: 8.60875rem;
  aspect-ratio: 1 / 1;
  position: absolute;
  bottom: 0;
  left: 7.015625rem;
  
  span {
    aspect-ratio: 1 / 1;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  span:nth-of-type(1) {
    width: 8.60875rem;
    opacity: 0.05;
    z-index: 1;
  }
  span:nth-of-type(2) {
    width: 5.28125rem;
    opacity: 0.05;
    z-index: 2;
  }
  span:nth-of-type(3) {
    width: 2.36875rem;
    opacity: 0.1;
    z-index: 3;
  }
  span:nth-of-type(4) {
    width: 0.295625rem;
    opacity: 0.4;
    z-index: 4;
  }
}
@media screen and (max-width: 1200px) {
  .history {
    padding-inline: calc(128 / 1000 * 100%);
    padding-bottom: 8rem;
  }
  .history__container {
    display: grid;
    grid-template-columns: auto 9%;
    column-gap: 5rem;
    row-gap: 10rem;
  }
  .history__details-hdg {
    font-size: 2.8vw
  }
  .history__details p {
    font-size: 1.76vw;
  }
  .history__button-wrapper {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
  }
  .history__button {
    width: fit-content;
    flex-direction: row;
    border-bottom: 1px solid rgba(255, 255, 255, 0.50);
    border-right: none;
    border-left: none;
    gap: 1.75rem;
    padding: 0 0.5rem 1rem 0;
  }
  .history__button p {
    font-size: 0.8125rem;
    line-height: 1.5;
    -ms-writing-mode: unset;
    writing-mode: unset;
  }
  .history__button::after {
    margin: auto;
  }
  .history__bg {
    top: 10rem;
    max-width: 26.38875rem;
  }
}

@media screen and (max-width: 767px) {
  .history {
    padding-inline: 2.5rem;
  }
  .history__container {
    column-gap: 0;
    grid-template-columns: 1fr;
    position: relative;
    row-gap: 12.5rem;
  }
  .history-lead-svg {
    width: 3.93rem;
    position: absolute;
    top: 0;
    right: 0;
  }
  .history__details-hdg {
    width: 3.93rem;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .history__details-hdg {
    font-size: 1.4rem;
    right: -1.6rem;
  }
  .history__details {
    grid-row: 1 / 2;
    grid-column: 1 / 2;
    flex: 1;
    margin-top: 8rem;
    writing-mode: initial;
  }
  .history__details > p {
    font-family: var(--familyZenOldMincho);
    line-height: 2.4;
    letter-spacing: 0.08em;
    font-size: 1rem;
  }
  .history__details p + p {
    margin-top: 1.5rem;
  }
  .history__button {
    font-size: 3.33vw;
    margin-left: auto;
  }
  .history-lead-texts {
    display: none;
  }
  .history__bg {
    width: 20.13rem;
    top: auto;
    bottom: 6.5rem;
    left: auto;
    right: -5.8rem;
    transform: none;
  }

  .histry__map-rounds {
    left: 2.5rem;
    bottom: -2rem;
    
    span:nth-of-type(1) {
      width: 5.23rem;
    }
    span:nth-of-type(2) {
      width: 3.21rem;
    }
    span:nth-of-type(3) {
      width: 1.438125rem;
    }
  }
}

/* ================= */
/* 100年とこれから */
/* ================= */
.fukamushi {
  padding-top: 15rem;
  padding-bottom: var(--gradation-height);
  overflow: hidden;
  position: relative;
}
.fukamushi::before {
  content: "";
  background-color: rgb(0 0 0 / .4);
  backdrop-filter: blur(4px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.fukamushi::after {
  content: "";
  background: linear-gradient(0deg, #657052 0%, rgba(101, 112, 82, 0.00) 100%);
  width: 100%;
  height: var(--gradation-height);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.fukamushi__bg-rellax {
  display: block;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fukamushi__container {
  position: relative;
  z-index: 2;
}
.fukamushi__contents {
  display: grid;
  gap: 8rem;
  grid-template-columns: auto 1fr;
}

.fukamushi__contents-hdg {
  flex: 0 0 auto;
  align-self: flex-start;
  white-space: nowrap;
}

.fukamushi__contents-hdg h2 {
  display: inline-block;
}

.hukamushiCard__details {
  flex: 1;
  order: 2;
}
.hukamushi__lead-text {
  font-size: var(--18);
  line-height: 240%;
  letter-spacing: 0.09rem;
}
.fukamushi__introduction {
  flex: 1;
  min-width: 0;
}
.hukamushiCard {
  background: rgba(32, 41, 30, 0.60);
  backdrop-filter: blur(32px);
  display: flex;
  gap: 8.33%;
  padding: 5rem 8.33%;
}
.hukamushiCard:nth-of-type(1) {
  margin-top: 3rem;
}
.hukamushiCard:nth-of-type(2) {
  margin-top: 1rem;
}
.hukamushiCard__en {
  font-size: var(--12);
  line-height: 200%;
  letter-spacing: 0.066rem;
  opacity: 0.6;
}
.hukamushiCard__img {
  flex: 0 1 20rem;
}
.hukamushiCard__title {
  font-family: var(--familyZenOldMincho);
  font-size: var(--28);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.154rem;
  margin-top: 1rem;
}
.hukamushiCard__text {
  font-size: var(--14);
  margin-top: 1.5rem;
  letter-spacing: 0.08em;
}
.hukamushiCard__button {
  margin-top: 4rem;
  margin-left: auto;
}
.hukamushiCard__button.for-sp {
  display: none;
}
@media screen and (max-width: 1000px) {
  .fukamushi__contents {
    display: block;
  }
  .hukamushi__lead-text {
    margin-top: 3.5rem;
  }
  .hukamushiCard {
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .fukamushi {
    padding-top: 8rem;
  }
  .hukamushiCard {
    display: block;
    padding: 3rem 2rem;
  }
  .hukamushiCard__img {
    margin-top: 2rem;
  }
  .hukamushiCard__button {
    margin-top: 2rem;
  }
  .hukamushiCard__button.for-sp {
    display: flex;
  }
  .hukamushiCard__text {
    letter-spacing: 0.04em;
    line-height: 2;
  }
}

/* ================= */
/* 企業情報 */
/* ================= */
.information {
  padding-top: var(--gradation-margin);
  padding-bottom: var(--section-margin);
  background-color: var(--light-green);
}
.information__container {
  position: relative;
  z-index: 2;
}
.information__contents {
  display: grid;
  gap: 8rem;
  grid-template-columns: auto 1fr;
}

.information__contents h2 {
  white-space: nowrap;
}

.information__lead-text {
  font-size: 1.125rem;
  line-height: 240%;
  letter-spacing: 0.09rem;
}

.information__cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 3.5rem;
}

.informationCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 10rem 2rem 3rem 2rem;
  overflow: hidden;
  position: relative;
  transition: all .3s;
  
  &::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
  }
  &::after {
    content: "";
    background: linear-gradient(0deg, rgba(25, 30, 24, 0.70) 0%, rgba(25, 30, 24, 0.00) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    transition: all .3s;
  }
}

.informationCard:nth-of-type(1) {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
  &::before {
    background: url(../../images/top/information-1.webp) no-repeat center center / cover;
  }
}
.informationCard:nth-of-type(2) {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  &::before {
    background: url(../../images/top/information-2.webp) no-repeat center center / cover;
  }
}
.informationCard:nth-of-type(3) {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  &::before {
    background: url(../../images/top/information-3.webp) no-repeat center center / cover;
  }
}

.informationCard__en {
  font-size: var(--12);
  line-height: 2;
  letter-spacing: 0.06rem;
  opacity: 0.6;
}
.informationCard__title {
  font-family: var(--familyZenOldMincho);
  font-size: var(--26);
  font-weight: 500;
  line-height: 175%;
  letter-spacing: 0.13rem;
  margin-top: 0.5rem;
}
.informationCard__text {
  font-size: var(--14);
  line-height: 200%;
  letter-spacing: 0.07rem;
  margin-top: 1.5rem;
  position: relative;
  padding-right: 3rem;
}
.informationCard__text::after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  right: 0;
  bottom: -1rem;
}
.information__lead-text {
  font-size: var(--18);
  line-height: 240%;
  letter-spacing: 0.09rem;
}

@media (hover:hover) {
  .informationCard:hover::after {
    backdrop-filter: blur(6px);
  }
}

@media screen and (max-width: 1000px) {
  .information__contents {
    display: block;
  }
  .information__lead-text:first-of-type {
    margin-top: 3.5rem;
  }
  .informationCard__text {
    padding-right: 0;
  }
  .informationCard__text::after {
    right: -4px;
  }
}

@media screen and (max-width: 767px) {
  .information {
    padding-bottom: 6rem;
  }
  .information__cards {
    display: block;
  }
  .informationCard + .informationCard {
    margin-top: 1rem;
  }
}
/* ================= */
/* お取引をご検討のお客様へ */
/* ================= */
.partners {
  padding-top: var(--section-margin);
  padding-bottom: var(--gradation-height);
  overflow: hidden;
  position: relative;
}
.partners::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.30);
  backdrop-filter: blur(8px);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.partners::after {
  content: "";
  background: linear-gradient(0deg, #20291E 0%, rgba(32, 41, 30, 0.00) 100%);
  width: 100%;
  height: var(--gradation-height);
  position: absolute;
  bottom: -1px;
  left: 0;
}
.partners__bg-rellax {
  display: block;
  object-fit: cover;
  position: absolute;
  inset: 0;
  width: auto;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.partners__container {
  position: relative;
  z-index: 2;
}
.partners__contents {
  display: flex;
  gap: 8rem;
}

.partners__introduction {
  flex: 1;
}
.partners__lead-text {
  font-size: var(--18);
  line-height: 240%;
  letter-spacing: 0.09rem;
}

.partners__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 3.5rem;
}
.partnersCard {
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(32px);
  padding: 1.5rem;
  height: 100%;
  min-height: 12.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  transition: background-color .3s;
}
.partnersCard__text {
  display: block;
  width: 100%;
  font-size: var(--16);
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04rem;
  text-align: center;
  position: relative;
}
.partnersCard__text::after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
}

.partnersCard:last-of-type {
  grid-row: 3 / 4;
  grid-column: 1 / 4;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  min-height: unset;
  padding: 1.5rem;

  &::after {
    content: "";
    background-color: #fff;
    border-radius: 50%;
    width: 0.25rem;
    height: 0.25rem;
    position: absolute;
    top: 50%;
    right: 1.5rem;
    box-shadow: 0 0 0 0 rgba(255,255,255,.4);
    transition: box-shadow .3s ease;
  }
  
  .partnersCard__text {
    width: fit-content;
  }
  .partnersCard__text::after {
    display: none;
  }
}

@media (hover:hover) {
  .partnersCard:hover {
    background-color: rgba(255, 255, 255, 0.2);
    }
  .partnersCard:last-of-type:hover::after {
    box-shadow: 0 0 0 1rem rgba(255,255,255,.1);
  }
}

@media screen and (max-width: 1000px) {
  .partnersCard {
    min-height: 11.03125rem;
  }
  .partners__lead-text:first-of-type {
    margin-top: 3.5rem;
  }
  .partnersCard:last-of-type {
    padding: 1rem 1.5rem;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .partners__cards {
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
  }
  .partnersCard:last-of-type {
    grid-row: 5 / 6;
    grid-column: 1 / 3;
    gap: 1rem;
  }
  .partnersCard__text::after,
  .partnersCard:last-of-type::after {
    transform: none;
    top: auto;
    bottom: -0.23rem;
    right: -0.25rem;
  }
  .partnersCard:last-of-type::after {
    bottom: 1rem;
    right: 1rem;
  }

  .partnersCard__icon {
    display: grid;
    place-items: center;
    width: 5.5rem;

    img {
      width: 100%;
    }
  }
  .partnersCard:nth-of-type(1) .partnersCard__icon {
    height: 7.333125rem;
  }
  .partnersCard:nth-of-type(2) .partnersCard__icon {
    height: 4.833125rem;
  }
  .partnersCard:nth-of-type(3) .partnersCard__icon,
  .partnersCard:nth-of-type(4) .partnersCard__icon,
  .partnersCard:nth-of-type(5) .partnersCard__icon,
  .partnersCard:nth-of-type(6) .partnersCard__icon {
    height: 5.970625rem;
  }
}
/* ================= */
/* お知らせ */
/* ================= */
.news {
  background-color: #20291E;
  padding-top: var(--gradation-margin);
  padding-bottom: var(--section-margin);
  position: relative;
}
.news__container {

}
.news__contents {
  display: flex;
  gap: 8rem;
}

.news__introduction {
  flex: 1;
}
.news__lead-text {
  font-size: var(--18);
  line-height: 240%;
  letter-spacing: 0.09rem;
}

.news__categories {
  border-left: 1px solid rgba(255, 255, 255, 0.3);;
  margin-top: 5rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  row-gap: 1rem;
  width: fit-content;
}
.news__categories:has(.newsCategory:first-child.is-active) {
  border-left: 1px solid transparent;
}
.newsCategory {
  box-shadow: none;
  border: none;
  background-color: inherit;
  display: inline-block;
  font-size: var(--12);
  line-height: 1.5;
  letter-spacing: 0.03rem;
  opacity: 0.8;
  padding: 0.25em 2em 0.33em 2em;
  position: relative;
  cursor: pointer;
}
.newsCategory::after {
  content: "";
  background: rgba(255, 255, 255, 0.3);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.newsCategory:has(+ .newsCategory.is-active)::after,
.newsCategory.is-active::after {
  content: none;
}

.newsCategory.animation-hoverLine::before {
  width: 60%;
  inset: auto 20% 0px 20%;
}
.newsCategory.is-active {
  background-color: rgba(255, 255, 255, 0.2);
}

.js-news-content {
  display: none;
}
.js-news-content.is-active {
  display: block;
}

.news__lists {
  display: grid;
  gap: 2rem;
  margin-top: 4rem;
}

.newsList__link {
  display: block;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--white-line);
}
.newsList__head {
  display: flex;
  align-items: center;
  gap: 0;
}
.newsList__tags {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.25rem;
  column-gap: 1rem;
  margin-left: 1rem;
}
.newsList__time {
  display: inline-flex;
  align-items: center;
  font-size: var(--14);
  line-height: 1.5;
  letter-spacing: 0.035rem;
  opacity: 0.6;
  position: relative;
}
.newsList__time::after {
  content: "";
  background-color: #fff;
  width: 1px;
  height: 1.3125rem;
  display: inline-block;
  margin-left: 1rem;
}

.newsList__tag {
  font-size: var(--13);
  line-height: 1.5;
  letter-spacing: 0.0325rem;
}
.newsList__title {
  font-family: var(--familyZenOldMincho);
  font-size: var(--19);
  line-height: 1.75;
  letter-spacing: 0.095rem;
  margin-top: 0.875rem;
  position: relative;
  padding-right: 1.75rem;
}
.newsList__title::after {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 0.25rem;
  height: 0.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.newsList__noArticle-text {
  font-family: var(--familyZenOldMincho);
  font-size: var(--16);
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.095rem;
  padding-right: 1.75rem;
}
.news__button {
  margin-left: auto;
  margin-top: 5rem;
  width: 15rem;
}
@media screen and (max-width: 1000px) {
  .news__contents {
    display: block;
  }
  .news__lead-text:first-of-type {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .news__categories {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 1rem;
    margin-top: 4rem;
    width: 100%;
  }
  .news__lists {
    margin-top: 3rem;
  }
  .newsCategory {
    padding: 0;
    width: 100%;
    text-align: center;
    line-height: 1.5rem;
  }
}
/* ================= */
/* 採用情報 */
/* ================= */
.recruit {
  position: relative;
  overflow-x: clip;
  padding-top: 4rem;

  .h2-en {
    display: block;
  }
  .h2-ja {
    display: block;
    margin-top: 1rem;
  }
}
.recruit__container {
  /* 1440~1920pxレスポンシブ間 */
  padding-right: var(--40-160);
  padding-left: var(--40-160);
  max-width: 1600px;
}
.recruit__contents {
  display: flex;
  gap: 2.5rem;
  background: #455230;
  backdrop-filter: blur(0px);
  padding: 6rem 7.5rem;
  overflow: hidden;
  position: relative;
  align-items: flex-end;
}
.recruit__images-relative {
  position: relative;
}
.recruit__lead {
  font-family: var(--familyZenOldMincho);
  font-size: var(--24);
  font-weight: 500;
  line-height: 240%;
  letter-spacing: 0.132rem;
  margin-top: 1.5rem;
}

.recruit__texts {
  flex: 1;
}
.recruit__text {
  font-family: var(--familyZenOldMincho);
  font-size: var(--15);
  line-height: 240%;
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}
.recruit__bg-round {
  display: block;
  width: 145.1389vw;
  position: absolute;
  top: 2rem;
  left: 60%;
  transform: translateX(-50%);
  z-index: -1;
  img {
    width: 100%;
  }
}
.recruit__images {
  max-width: 752px;
  width: 52.22vw;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  position: absolute;
  top: -4rem;
  right: -2.5rem;
  z-index: 2;
}
.recruit__images.for-sp {
  display: none;
}
.recruit__button {
  height: fit-content;
}

@media screen and (max-width: 1180px) {
  .recruit__images img {
    width: 19.6vw;
  }
}

@media screen and (max-width: 1000px) {
  .recruit__images {
    max-width: 620px;
    top: -6rem;
    right: 0;
  }
  .recruit__images img {
    width: 19.6vw;
  }
  .recruit__bg-round {
    top: 21vw;
  }
}
@media screen and (max-width: 767px) {
  .recruit {
    padding-top: 0;
  }
  .recruit__container {
    padding-inline: 0;
  }
  .recruit__images.no-sp {
    display: none;
  }
  .recruit__images {
    position: relative;
    width: 496px;
    top: auto;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3.5rem;
    img {
      width: 10rem;
    }
  }
  .recruit__images.for-sp {
    display: flex;
  }
  .recruit__contents {
    display: block;
    padding: 6rem 2.5rem 5rem 2.5rem;
  }
  .recruit__button {
    margin-top: 3.5rem;
    margin-left: auto;
  }
  .recruit__bg-round {
    width: 266.41vw;
    top: 15.875rem;
    left: 50%;
    transform: translateX(-50%) rotate(-22.94deg);
  }
  .recruit__text {
    margin-top: 1rem;
  }
}