/* ==================================================
  Home Common
================================================== */
.home {
  position: relative;

}

.home__label {
  margin: 0 0 8px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.04em;
}

.home__title {
  margin: 0;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.4;
  font-weight: 400;
font-family: "Oswald", sans-serif;
	color:#e50012;
	
}

.home__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

@media (max-width: 767px) {
  .home__label {
    font-size: 16px;
  }

  .home__title {
    font-size: 24px;
  }

  .home__text {
    font-size: 14px;
    line-height: 1.9;
  }
}

/* ==================================================
  Hero
================================================== */
/*
.home#hero .hero-swiper{
	line-height:0;
}

.home#hero .hero-swiper img{
	max-width:auto;
	width:100vw;
}
*/
/* ==================================================
  Hero
================================================== */

section.home#hero {
  position: relative;
}

.hero-swiper {
  position: relative;
  width: 100%;
}

.hero-swiper .swiper-slide {
  position: relative;
}

.hero-swiper .swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-swiper .swiper-slide img {
  display: block;

  width: 100%;
  height: auto;
}

/* --------------------------------
  Arrow
-------------------------------- */
.hero-swiper__arrow {
  position: absolute;
  top: 50%;

  z-index: 20;

  width: 54px;
  height: 54px;

  border: 1px solid rgba(255,255,255,.7);
  border-radius: 50%;

  background: rgba(255,255,255,.08);

  transform: translateY(-50%);

  cursor: pointer;

  transition:
    opacity .3s,
    background .3s;
}

.hero-swiper__arrow:hover {
  background: rgba(255,255,255,.18);
}

.hero-swiper__arrow::before {
  content: "";

  position: absolute;
  top: 50%;

  width: 10px;
  height: 10px;

  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.hero-swiper__arrow--prev {
  left: 32px;
}

.hero-swiper__arrow--prev::before {
  left: 22px;
  transform: translateY(-50%) rotate(-135deg);
}

.hero-swiper__arrow--next {
  right: 32px;
}

.hero-swiper__arrow--next::before {
  right: 22px;
  transform: translateY(-50%) rotate(45deg);
}

/* --------------------------------
  SP
-------------------------------- */
@media (max-width: 767px) {

  .hero-swiper .swiper-slide {
    min-height: auto;
  }

  .hero-swiper__arrow {
    width: 42px;
    height: 42px;
  }

  .hero-swiper__arrow--prev {
    left: 16px;
  }

  .hero-swiper__arrow--next {
    right: 16px;
  }

  .hero-swiper__arrow--prev::before {
    left: 16px;
  }

  .hero-swiper__arrow--next::before {
    right: 16px;
  }

}

/* ==================================================
  News
================================================== */

section.home#news{
background-image:url(../../assets/images/common/section__bg--geometric.svg);
	background-size:100% auto;
	background-repeat:repeat-y;
	background-position:0% 0%;
  padding: 90px 20px;
}

.home-news__inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 48px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(0,0,0,.14);
	border-radius:0.25rem;
}

.home-news__title {
  margin: 0 0 28px;
  text-align: center;
  line-height: 1.3;
}

.home-news__title-ja,
.home-news__title-en {
  display: block;
}

.home-news__title-ja {
  font-size: 20px;
  font-weight: 700;
}

.home-news__title-en {
  color: #d90012;
  font-size: 12px;
  font-weight: 700;
}

.home-news__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-news__item {
  border-bottom: 1px solid #e5e5e5;
}

.home-news__link {
  display: grid;
  grid-template-columns: 120px 1fr 28px;
  gap: 18px;
  align-items: center;
  padding: 14px 0;
  color: inherit;
  text-decoration: none;
}

.home-news__thumb img {
  display: block;
  width: 120px;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.home-news__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  align-items: center;
  margin-bottom: 6px;
  font-size: 12px;
}

.home-news__date {
  font-weight: 700;
}

.home-news__cat {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 78px;
  min-height: 24px;
  padding: 2px 12px;
  border-radius: 999px;
  background: #d90012;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.home-news__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}

.home-news__arrow {
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #d90012;
  border-radius: 50%;
}

.home-news__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 1px solid #d90012;
  border-right: 1px solid #d90012;
  transform: translate(-60%, -50%) rotate(45deg);
}

.home-news__button {
  margin-top: 28px;
  text-align: center;
}

.home-news__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 140px;
  min-height: 40px;
  padding: 10px 28px;
  background: #d90012;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s;
	border-radius:0.25rem;
}

.home-news__button a:hover,
.home-news__link:hover .home-news__text {
  opacity: .75;
}

/* SP */
@media (max-width: 767px) {

  .home-news {
    padding: 64px 16px;
  }

  .home-news__inner {
    padding: 30px 20px;
  }

  .home-news__title {
    margin-bottom: 22px;
  }

  .home-news__title-ja {
    font-size: 18px;
  }

  .home-news__link {
    grid-template-columns: 90px 1fr;
    gap: 12px;
  }

  .home-news__thumb img {
    width: 90px;
  }

  .home-news__arrow {
    display: none;
  }

  .home-news__text {
    font-size: 13px;
  }

  .home-news__button a {
    width: 100%;
  }

}

/* ==================================================
  Mission / Vision
================================================== */
#mission,
#vision {
  min-height: 520px;
  background-position: center;
  background-size: cover;
}

#mission {
  background-image: url("../../assets/images/home/mission__bg.webp");
}

#vision {
  background-image: url("../../assets/images/home/vision__bg.webp");
}

/*
#mission::before,
#vision::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
}
*/

#mission::before {
  background: linear-gradient(90deg, rgba(255,255,255,.9), rgba(255,255,255,.72) 34%, rgba(255,255,255,.08) 68%, rgba(255,255,255,0));
}

#vision::before {
  background: linear-gradient(270deg, rgba(255,255,255,.9), rgba(255,255,255,.72) 34%, rgba(255,255,255,.08) 68%, rgba(255,255,255,0));
}

#mission .home__inner,
#vision .home__inner {
  position: relative;
  z-index: 1;
  max-width: 1180px;
  min-height: 520px;
  margin: 0 auto;
  padding: 120px 24px;
  display: flex;
  align-items: center;
}

#vision .home__inner {
  justify-content: flex-end;
}

#mission .home__content,
#vision .home__content {
  max-width: 480px;
  padding: 1.5rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

#mission .home__content::before,
#vision .home__content::before {
  content: "";
  position: absolute;
  inset: 0;
	background-color: rgba(255,255,255,0.2);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  z-index: -1;
}
#mission .home__title,
#vision .home__title {
  margin-bottom: 24px;
}

#mission h2,
#vision h2 {
	line-height:1.4;
  margin-bottom: 24px;
}


@media (max-width: 767px) {
  #mission{
    min-height: auto;
    padding-top: 260px;
    background-position: 75% 25%;
  }
  #vision {
    min-height: auto;
    padding-top: 260px;
    background-position: 25% 25%;
  }

  #mission::before,
  #vision::before {
    display: none;
  }

  #mission .home__inner,
  #vision .home__inner {
    min-height: auto;
    padding: 1.25rem 1rem;
    display: block;
    background: #fff;
  }

  #mission .home__content,
  #vision .home__content {
    max-width: none;
	  padding:1rem;
  }

  #mission .home__title,
  #vision .home__title {
    margin-bottom: 18px;
  }
}


/* ==================================================
  Value
================================================== */
#value {
  padding: 90px 20px;
	background-image:url(../../assets/images/home/value__bg.webp);
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
  text-align: center;
}

#value .home__inner {
  max-width: 1080px;
  margin: 0 auto;
}

.value__heading {
  margin-bottom: 46px;
}

#value .home__label {
font-size: clamp(24px, 3vw, 38px);
font-family: "Oswald", sans-serif;
	color:#e50012;
	font-weight:400;
}

#value .home__title {
  font-size: 18px;
	color:#111;
	font-weight:600;
}

.value__list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 42px 36px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.value__item {
  grid-column: span 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.value__item:nth-child(4) {
  grid-column: 2 / span 2;
}

.value__item:nth-child(5) {
  grid-column: 4 / span 2;
}

.value__icon {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
  object-fit: contain;
}

.value__item h3 {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 800;
  line-height: 1.6;
}

.value__item p {
  margin: 0;
  font-size: 1rem;
	font-weight:500;
  line-height: 1.8;
}

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

  .value__list {
    display: block;
  }

  .value__item {
    margin-bottom: 36px;
  }

  .value__item:last-child {
    margin-bottom: 0;
  }

  .value__item:nth-child(4),
  .value__item:nth-child(5) {
    grid-column: auto;
  }

  #value .home__label {
    font-size: 24px;
  }

  #value .home__title {
    font-size: 16px;
  }

  .value__item h3 {
    font-size: 17px;
  }
}


/* ==================================================
  IR
================================================== */
#ir {
background-image:url(../../assets/images/common/section__bg--geometric.svg);
	background-size:100% auto;
	background-repeat:repeat-y;
	background-position:0% 0%;
  padding: 100px 20px 120px;

}

#ir .home__inner {
  position: relative;
  z-index: 1;
  max-width: 980px;
  margin: 0 auto;
}

.ir__box {
  padding: 56px 60px 42px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.ir__heading {
  margin-bottom: 36px;
  text-align: center;
}

#ir .home__title,
#ir .home__label {
}

#ir .home__title {
  font-size:clamp(24px, 3vw, 38px);
}

.ir__news {
  min-height: 180px;
}

.ir__button {
  margin-top: 28px;
  text-align: center;
}

.ir__button a,
.service__button a,
.recruit__button a,
.group__button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 12px 34px;
  background: #d90012;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .3s, transform .3s;
	border-radius:0.25rem;
}

.ir__button a:hover,
.service__button a:hover,
.recruit__button a:hover,
.group__button a:hover {
  opacity: .8;
}

.ir__nav {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #dcdcdc;
  box-shadow: 0 8px 20px rgba(0,0,0,.08);
}

.ir__nav li {
  background: #fff;
}

.ir__nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 20px;
  color: #111;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.ir__nav a::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-top: 2px solid #d90012;
  border-right: 2px solid #d90012;
  transform: rotate(45deg);
}

.ir__nav a:hover {
  background: #d90012;
  color: #fff;
}

.ir__nav a:hover::after {
  border-color: #fff;
}

@media (max-width: 767px) {
  #ir {
    padding: 70px 16px 80px;
  }

  .ir__box {
    padding: 38px 22px 32px;
  }

  #ir .home__title {
    font-size: 24px;
  }

  .ir__news {
    min-height: 120px;
  }

  .ir__nav {
    grid-template-columns: 1fr;
  }

  .ir__nav a {
    min-height: 60px;
    justify-content: space-between;
    padding: 18px 20px;
    font-size: 13px;
  }
}


/* ==================================================
  Service
================================================== */
#service {
  padding: 100px 20px;
	background-image:url(../../assets/images/home/service__bg.webp);
	background-size:cover;
	background-position:50% 100%;
	background-repeat:no-repeat;
}

#service .home__heading {
  margin-bottom: 56px;
  text-align: center;
}

#service .home__title {
  font-size: clamp(24px, 3vw, 38px);
}

#service .service__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

#service .service__item {
  display: block;
  background: #fff;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
	padding:0.35rem;
	border-radius:0.15rem;
}

#service .service__item:hover {
  transform: translateY(-6px);
  box-shadow: 0 14px 32px rgba(0,0,0,.14);
}

#service .service__image {
  overflow: hidden;
}

#service .service__image img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform .5s;
}

#service .service__item:hover .service__image img {
  transform: scale(1.06);
}

#service .service__content {
  padding: 22px 4px 12px;
}

#service .service__title {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
	text-align:center;
}

#service .service__text {
  margin: 0;
  color: #555;
  font-size: 13px;
  line-height: 1.5;
	font-weight:500;
}

#service .service__button {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 1024px) {
  #service .service__list {
    grid-template-columns: repeat(1, 1fr);
	  gap:0.75rem;
  }
}

@media (max-width: 767px) {
  #service {
    padding: 72px 20px;
  }

  #service .home__heading {
    margin-bottom: 40px;
  }

  #service .home__title {
    font-size: 24px;
  }

  .service__list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .service__content {
    padding: 18px 16px 20px;
	  grid-column: 1 / -1;
  }

  .service__title {
    font-size: 17px;
  }
}


/* ==================================================
  Recruit
================================================== */
#recruit {
  position: relative;
  background: #f5f5f5;
  overflow: hidden;
}

.recruit__inner {
  position: relative;
  min-height: 760px;
}

.recruit__image {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.recruit__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 左の白いエリア */
.recruit__content {
  position: relative;
  z-index: 2;
  width: min(42vw, 620px);
  min-height: 760px;

  padding:
    90px
    clamp(24px, 5vw, 90px)
    90px
    clamp(24px, 6vw, 120px);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

#recruit .group__heading {
  margin-bottom: 40px;
}

#recruit .home__label {
  position: relative;
  margin: 0 0 12px;
  color: #d90012;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.12em;
	color:#111;
}


#recruit .home__title {
  margin: 0;
  color: #d90012;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
}

.recruit__catch {
  margin: 0 0 36px;
  color: #b30010;
  font-family: "Noto Serif JP", serif;
  font-size: 2.25rem;
  line-height: 1.55;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.recruit__text {
  margin: 0 0 46px;
  color: #222;

  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0.08em;
	font-weight:500;
}

.recruit__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 26px;

  width: 260px;
  min-height: 60px;

  background: #d90012;
  color: #fff;

  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-decoration: none;

  transition:
    opacity .3s,
    transform .3s;
}

.recruit__button:hover {
  opacity: .8;
  transform: translateY(-2px);
}

.recruit__button span {
  position: relative;
  width: 44px;
  height: 1px;
  background: #fff;
}

.recruit__button span::after {
  content: "";
  position: absolute;
  top: -4px;
  right: 0;

  width: 9px;
  height: 9px;

  border-top: 1px solid #fff;
  border-right: 1px solid #fff;

  transform: rotate(45deg);
}

.home#recruit .group__heading{
text-align:left;
}

/* SP */
@media (max-width: 992px) {

  .recruit__inner {
    min-height: auto;
  }

  .recruit__image {
    position: relative;
  }

  .recruit__content {
    width: auto;
    min-height: auto;

    padding: 56px 20px 64px;

    clip-path: none;
    background: #fff;
  }

  #recruit .group__heading {
    margin-bottom: 28px;
  }

  #recruit .home__label {
    font-size: 15px;
  }

  #recruit .home__label::after {
    width: 54px;
    margin-top: 10px;
  }

  #recruit .home__title {
    font-size: 24px;
  }

  .recruit__catch {
    margin-bottom: 28px;
    font-size: 1.75rem;
    line-height: 1.55;
  }

  .recruit__text {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 2;
  }

  .recruit__button {
    width: 100%;
    min-height: 56px;
  }

}

/* ==================================================
  Group
================================================== */
#group {
  padding: 90px 20px 100px;
background-image:url(../../assets/images/common/section__bg--geometric.svg);
	background-size:100% auto;
	background-repeat:repeat-y;
	background-position:0% 0%;
}

.group__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.group__heading {
  margin-bottom: 48px;
  text-align: center;
}

#group .home__title,
#group .home__label {

}

#group .home__title {
  font-size: clamp(24px, 3vw, 38px);
}

.group__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.group__item span,
.group__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0,0,0,.08);
  transition: transform .3s, box-shadow .3s;
}

.group__item a:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 28px rgba(0,0,0,.12);
}

.group__item img {
  display: block;
  max-width: 100%;
  object-fit: contain;
}

.group__button {
  margin-top: 42px;
  text-align: center;
}

@media (max-width: 1024px) {
  .group__list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  #group {
    padding: 70px 16px 80px;
  }

  .group__heading {
    margin-bottom: 34px;
  }

  #group .home__title {
    font-size: 24px;
  }

  .group__list {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .group__item img {
    max-height: 66px;
  }

  .group__button a {
    width: 100%;
  }
}