@charset "UTF-8";
html {
  scroll-behavior: smooth;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: left;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  /*letter-spacing: .1em;*/
  color: #221815;
}

.is-sp {
  display: none !important;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 850px) {
  .is-pc {
    display: none !important;
  }
  .is-sp {
    display: block !important;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.header__inner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__logo {
  padding-left: 30px;
}
.header__logo img {
  height: 30px;
}
.header__nav__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__nav .nav__list {
  display: flex;
  gap: 30px;
  list-style: none;
}
.header__nav .nav__list li {
  position: relative;
  padding: 21px 0;
  cursor: pointer;
}
.header__nav .nav__list li:hover > a {
  text-decoration: underline;
}
.header__nav .nav__list li a {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.header__nav .nav__list li.has-megamenu:hover .header__nav .nav__list li.has-megamenu:hover .megamenu, .header__nav .nav__list li.has-megamenu.active .megamenu {
  display: block;
}
.header__nav .nav__list .icon {
  height: 20px;
}
.header .megamenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #111;
  padding: 10px 10px;
  z-index: 10;
}
.header .megamenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.header .megamenu ul li {
  padding: 0;
}
.header .megamenu ul li a {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px;
  /* 218.75% */
  letter-spacing: 0.64px;
  white-space: nowrap;
}
.header .megamenu ul li a:hover {
  text-decoration: underline;
}
.header__contact .contact-button {
  margin-left: 30px;
  background-color: #000;
  color: #fff;
  padding: 21px 24px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  transition: all 0.3s;
}
.header__contact .contact-button:hover {
  opacity: 0.7;
}
.header__contact .contact-button img {
  height: 15px;
  margin-right: 6px;
}

.fv {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

.fv.is-visible {
  opacity: 1;
}

.section-hero {
  margin-top: 66px;
  background-image: url(images/hero-bg.svg);
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}
.section-hero .hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}
.section-hero .hero__left {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
}
.section-hero .hero__left img {
  display: block;
  width: 100%;
  height: auto;
}
.section-hero .hero__left .hero__text-ja {
  max-width: 446px;
  margin-bottom: 117px;
}
.section-hero .hero__left .hero__text-en {
  max-width: 791px;
}
.section-hero .hero-slider {
  max-width: 80%;
  min-height: 720px;
  width: 821px;
  position: absolute;
  bottom: 0;
  right: 0;
  aspect-ratio: 16/9;
}
.section-hero .hero-slider .hero-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.7s ease-in-out;
}
.section-hero .hero-slider .hero-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: bottom;
     object-position: bottom;
}
.section-hero .hero-slider .hero-slide.active {
  opacity: 1;
  z-index: 1;
}

.section-news {
  background: linear-gradient(-170deg, #E3008B, #EA4D00);
  color: #fff;
  padding: 40px 0px;
}
.section-news .news__inner {
  padding-left: calc(50% - 600px);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .section-news .news__inner {
    padding-left: 20px;
  }
}
.section-news .news__title h2 {
  color: #FFF;
  /* en_ttl */
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
}
.section-news .news__title p {
  text-align: right;
  color: #FFF;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-news .news__list {
  flex: 1 1 700px;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.section-news .news__list .news__item {
  display: flex;
  max-width: 100%;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding: 24px 26px;
  gap: 20px;
  color: #FFF;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.64px;
}
.section-news .news__list .news__item.--first {
  border-top: 1px solid rgb(255, 255, 255);
}
.section-news .news__list .news__item .news__date {
  min-width: 120px;
}
.section-news .news__list .news__item .news__text {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  flex: 1;
}
.section-news .news__list .news__accordion {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease;
}
.section-news .news__list .news__more button {
  margin-top: 10px;
  background: none;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  padding: 8px 0;
  border-bottom: 1px solid #fff;
}
.section-news .news__list .news__more button span.news__label {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.section-news .news__list .news__more button img {
  width: 17px;
  height: 17px;
}

.bg-wrap {
  background-image: url(images/about-bg.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-wrap2 {
  background-image: url(images/sustainability-bg-pc.svg);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-about {
  padding: 80px 20px 0;
}
.section-about .about__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-about .section-title {
  text-align: right;
}
.section-about .section-title span {
  display: block;
}
.section-about .section-title span:first-child {
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-about .section-title span:last-child {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-about .about__text {
  max-width: 500px;
  margin: 30px 0 0 auto;
  overflow: hidden;
  color: #000;
  text-overflow: ellipsis;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}
.section-about .about__features {
  display: flex;
  gap: 46px;
  margin-top: 30px;
}
.section-about .about__features .feature {
  flex: 1;
  background: #f7f7f7;
  padding: 30px;
  border: 2px solid var(--Linear, #E3008B);
  background: #FFF;
}
.section-about .about__features .feature h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-family: Koulen;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 100% */
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-about .about__features .feature p {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
}

.section-business {
  padding: 80px 0 0;
  overflow: hidden;
}
.section-business .business__inner {
  padding-left: calc(50% - 600px);
}
@media screen and (max-width: 1200px) {
  .section-business .business__inner {
    padding-left: 20px;
  }
}
.section-business .section-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 46px;
}
.section-business .section-title span {
  display: block;
}
.section-business .section-title span:first-child {
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* en_ttl */
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 85.455% */
}
.section-business .section-title span:last-child {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1.04px;
}
.section-business .business__item {
  display: flex;
  align-items: center;
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  padding: 50px 120px 50px 50px;
  margin-bottom: 8px;
  gap: 37px;
}
.section-business .business__item img {
  width: 100%;
  max-width: 550px;
}
.section-business .business__item .business__text p:first-child {
  color: #FFF;
  font-family: "Noto Sans JP";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.section-business .business__item .business__text p:first-child span {
  display: block;
  text-decoration: underline;
}
.section-business .business__item .business__text p:last-child {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}
.section-business .business__item .business__text h3 {
  color: #FFF;
  margin: 30px 0;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 60px */
  letter-spacing: 1.6px;
}

.section-reason {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}
.section-reason .reason__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-reason .section-title {
  margin-bottom: 40px;
}
.section-reason .section-title span {
  display: block;
}
.section-reason .section-title span:first-child {
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* en_ttl */
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
}
.section-reason .section-title span:last-child {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-reason .reason__lead {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 40px;
}
.section-reason .reason__items {
  display: flex;
  gap: 80px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section-reason .reason__item {
  flex: 1 1 300px;
  background: #fff;
  position: relative;
  text-align: left;
}
.section-reason .reason__item .reason__image {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.section-reason .reason__item .reason__image img {
  width: 100%;
  display: block;
}
.section-reason .reason__item h3 {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.96px;
  margin: 20px 0;
}
.section-reason .reason__item p {
  position: relative;
  z-index: 1;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}

.section-gallery {
  margin-bottom: 30px;
  overflow: hidden;
  background: #000;
}
.section-gallery .swiper-wrapper {
  transition-timing-function: linear;
}
.section-gallery .gallery-row .swiper-slide {
  height: auto;
}
.section-gallery .gallery-row .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.section-instagram {
  position: relative;
  color: #fff;
  padding: 80px 20px;
  overflow: hidden;
}
.section-instagram::before {
  z-index: 1;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section-instagram .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
.section-instagram .instagram__overlay {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.section-instagram .instagram__overlay .section-title {
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.section-instagram .instagram__overlay .section-title span.--main {
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /* en_ttl */
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
}
.section-instagram .instagram__overlay .section-title span:last-child {
  color: #FFF;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-instagram .instagram__overlay .section-title .icon-instagram {
  display: inline-block;
  vertical-align: top;
  width: 86px;
  height: 86px;
  background: url("images/icon-instagram.svg") no-repeat center/cover;
  margin-right: 28px;
}
.section-instagram .instagram__overlay .instagram__desc {
  margin: 40px 0;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}
.section-instagram .instagram__overlay .instagram__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.section-instagram .instagram__overlay .insta-card {
  background: #fff;
  color: #000;
}
.section-instagram .instagram__overlay .insta-card .insta-label {
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  color: #fff;
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  padding: 6px;
}
.section-instagram .instagram__overlay .insta-card .insta-time {
  padding: 10px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 30px */
  letter-spacing: 0.8px;
}
.section-instagram .instagram__overlay .insta-card .insta-info {
  padding: 20px;
  border-top: 1px solid #000;
}
.section-instagram .instagram__overlay .insta-card .insta-info__top {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
}
.section-instagram .instagram__overlay .insta-card .insta-image {
  width: 70px;
}
.section-instagram .instagram__overlay .insta-card .insta-image img {
  border-radius: 50%;
  width: 100%;
}
.section-instagram .instagram__overlay .insta-card .insta-account {
  flex: 1 1 200px;
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.56px;
}
.section-instagram .instagram__overlay .insta-card .insta-account strong {
  color: #000;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
}
.section-instagram .instagram__overlay .insta-card .insta-button {
  display: flex;
  padding: 9px 12px 10px 12px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: #000;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 0 auto;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  transition: all 0.3s;
}
.section-instagram .instagram__overlay .insta-card .insta-button:hover {
  opacity: 0.7;
}
.section-instagram .instagram__overlay .insta-card .insta-button img {
  width: 11px;
}

.section-sustainability {
  padding: 80px 20px 0;
  text-align: center;
}
.section-sustainability .sustainability__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.section-sustainability .section-title {
  text-align: center;
}
.section-sustainability .section-title span {
  display: block;
}
.section-sustainability .section-title span:first-child {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-sustainability .section-title span:last-child {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-sustainability .sustainability__circles {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.section-sustainability .sustainability__circles .circle-item {
  border-radius: 150px;
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  display: flex;
  width: 230px;
  height: 230px;
  padding: 60px 10px 35px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 13px;
  aspect-ratio: 1/1;
  position: relative;
}
.section-sustainability .sustainability__circles .circle-item .circle-number {
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
  color: #FFF;
  text-align: center;
  font-family: Koulen;
  font-size: 29px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  /* 137.931% */
}
.section-sustainability .sustainability__circles .circle-item p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}

.section-company {
  padding: 80px 20px;
}
.section-company .company__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.section-company .section-title {
  text-align: right;
}
.section-company .section-title span {
  display: block;
}
.section-company .section-title span:first-child {
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-company .section-title span:last-child {
  color: #000;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-company .company__table {
  width: 100%;
  margin: 35px auto 0;
  border-collapse: collapse;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  background: #fff;
}
.section-company .company__table th,
.section-company .company__table td {
  padding: 20px 26px;
  border: 1px solid #ccc;
  text-align: left;
}
.section-company .company__table th {
  width: 30%;
  background: #212121;
  font-weight: bold;
  color: #fff;
}

.section-recruit {
  background: url("images/recruit-bg.png") top 10% center/cover no-repeat;
  color: #fff;
  padding: 120px 20px;
  position: relative;
}
.section-recruit::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.section-recruit .recruit__inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.section-recruit .recruit__right {
  max-width: 600px;
}
.section-recruit .recruit__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.section-recruit .section-title {
  display: flex;
  align-items: baseline;
}
.section-recruit .section-title span {
  display: block;
}
.section-recruit .section-title span:first-child {
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-family: Koulen;
  font-size: 110px;
  font-style: normal;
  font-weight: 400;
  line-height: 94px;
  /* 85.455% */
  background: var(--Linear, linear-gradient(213deg, #E3008B 7.39%, #EA4D00 83.65%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section-recruit .section-title span:last-child {
  color: #fff;
  font-size: 26px;
  font-style: italic;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.04px;
}
.section-recruit .recruit__catch {
  width: 100%;
  max-width: 371px;
  margin: 0 auto 76px;
}
.section-recruit .recruit__catch img {
  width: 100%;
}
.section-recruit .recruit__desc {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
  margin-bottom: 55px;
}
.section-recruit .recruit__desc span {
  padding-left: 12px;
  display: inline-block;
}
.section-recruit .recruit__buttons {
  display: flex;
  gap: 20px;
}
.section-recruit .btn {
  width: -moz-fit-content;
  width: fit-content;
  padding: 9px 12px 10px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #000;
  background-color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  cursor: pointer;
  transition: all 0.3s;
}
.section-recruit .btn:hover {
  opacity: 0.7;
}

/* モーダル */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}
.modal.active {
  display: flex;
}
.modal .modal__content {
  background: #000;
  color: #fff;
  padding: 100px 90px;
  max-width: 1000px;
  width: 90%;
  position: relative;
  text-align: center;
}
.modal .modal__content h3 {
  color: #FFF;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 36px */
  letter-spacing: 0.96px;
  margin-bottom: 30px;
}
.modal .modal__content p {
  text-align: left;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.64px;
}
.modal .modal__content .insta__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  list-style: none;
  padding: 0;
}
.modal .modal__content .insta__list li {
  background: #fff;
  color: #000;
  padding: 10px;
}
.modal .modal__content .insta__list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 27px */
  letter-spacing: 0.72px;
  gap: 23px;
}
.modal .modal__content .insta__list li a img {
  width: 50px;
  height: 50px;
}
.modal .modal__content .modal__close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  color: #fff;
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.footer {
  background: var(--0000002-paints, linear-gradient(226deg, #2E2E2E 5.22%, #000 70.63%), #000);
  color: #fff;
  padding: 80px 20px 20px;
}
.footer .footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}
.footer .footer__left {
  flex: 1 1 300px;
}
.footer .footer__left .footer-logo {
  display: block;
  height: 52px;
  margin-bottom: 138px;
}
.footer .footer__left .btn.contact-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  align-items: center;
  gap: 8px;
  background: #fff;
  padding: 13px 36px;
  text-decoration: none;
  margin-bottom: 80px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  transition: all 0.3s;
}
.footer .footer__left .btn.contact-btn:hover {
  opacity: 0.7;
}
.footer .footer__left .btn.contact-btn img {
  width: 19.848px;
  height: 15.01px;
}
.footer .footer__left small {
  display: block;
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.52px;
}
.footer .footer__right {
  flex: 1 1 500px;
}
.footer .footer__right .footer__nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer__right .footer__nav li {
  margin-bottom: 10px;
}
.footer .footer__right .footer__nav li a,
.footer .footer__right .footer__nav li button {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  background: none;
  border: none;
  text-align: left;
  padding: 8px 0;
  display: inline-block;
  width: 100%;
  cursor: pointer;
}
.footer .footer__right .footer__nav li a:hover {
  text-decoration: underline;
}
.footer .footer__right .footer__nav li .arrow {
  float: right;
  transition: transform 0.3s;
}
.footer .footer__right .footer__nav .footer__subnav {
  list-style: none;
  overflow: hidden;
  padding-left: 1em;
  max-height: 0;
  transition: max-height 0.4s ease;
}
.footer .footer__right .footer__nav .footer__subnav li {
  margin-bottom: 6px;
}
.footer .footer__right .footer__nav .footer__parent .arrow {
  display: flex;
  align-items: center;
  transform: rotate(180deg);
}
.footer .footer__right .footer__nav .footer__parent .arrow img {
  width: 10px;
}
.footer .footer__right .footer__nav .footer__parent.open .arrow {
  transform: rotate(0deg);
}
@media (min-width: 850px) {
  .footer .footer__right .footer__nav {
    display: block;
    flex-wrap: wrap;
    gap: 32px;
  }
  .footer .footer__right .footer__nav li {
    margin-bottom: 8px;
  }
  .footer .footer__right .footer__nav .footer__parent {
    display: flex !important;
    align-items: center;
    gap: 24px;
  }
  .footer .footer__right .footer__nav .footer__parent button {
    width: auto;
  }
  .footer .footer__right .footer__nav .footer__subnav {
    display: flex !important;
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-left: 0;
    gap: 24px;
  }
  .footer .footer__right .footer__nav .footer__subnav li {
    margin-bottom: 0;
  }
  .footer .footer__right .footer__nav .footer__accordion-toggle {
    pointer-events: none;
  }
  .footer .footer__right .footer__nav .arrow {
    display: none !important;
  }
}
.footer .footer__right .footer__sns {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.footer .footer__right .footer__sns img {
  width: 20px;
}
.footer .footer__right .footer__sns a {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-decoration: none;
}
.footer .footer__right .footer__sns a:hover {
  text-decoration: underline;
}

@media (max-width: 850px) {
  .mobile-header {
    background: #fff;
  }
  .mobile-header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-header__inner > div {
    display: flex;
    align-items: center;
  }
  .mobile-header .logo {
    display: block;
    height: 28px;
    padding-left: 28px;
  }
  .mobile-header__insta {
    margin-right: 15px;
  }
  .mobile-header__insta img {
    width: 25px;
    height: 25px;
  }
  .mobile-header__mail {
    background-color: #000;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mobile-header__mail img {
    width: 19.848px;
    height: 15.01px;
  }
  .mobile-header button#menuToggle {
    width: 60px;
    height: 60px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
  .mobile-header button#menuToggle .hamburger {
    position: relative;
  }
  .mobile-header button#menuToggle .hamburger::before, .mobile-header button#menuToggle .hamburger::after {
    transition: all 0.4s;
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background: #000;
    left: 18px;
  }
  .mobile-header button#menuToggle .hamburger::before {
    top: -4px;
  }
  .mobile-header button#menuToggle .hamburger::after {
    top: 4px;
  }
  .mobile-header button#menuToggle.active .hamburger::before {
    top: 0px;
    transform: rotate(45deg);
  }
  .mobile-header button#menuToggle.active .hamburger::after {
    top: 0px;
    transform: rotate(-45deg);
  }
  #drawerMenu {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s;
    pointer-events: none;
  }
  #drawerMenu.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .drawer {
    position: fixed;
    z-index: 9999;
    inset: 60px 0 0 0;
    background: #fff;
    padding: 30px 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .drawer.active {
    display: flex;
  }
  .drawer .drawer__contact {
    margin-bottom: 40px;
    background-color: #000;
    display: flex;
    width: 280px;
    height: 60px;
    padding: 21px 24px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
  }
  .drawer .drawer__contact img {
    height: 15.01px;
  }
  .drawer .drawer__nav {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
  }
  .drawer .drawer__nav li {
    margin-bottom: 40px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
  }
  .drawer .drawer__nav li a {
    color: #000;
    text-decoration: none;
    font-size: 16px;
  }
  .drawer .drawer__sns {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 14px;
  }
  .drawer .drawer__sns img {
    height: 20px;
    margin-bottom: 16px;
  }
  .drawer .drawer__sns a {
    margin-bottom: 20px;
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* 250% */
    letter-spacing: 0.56px;
    color: #000;
    text-decoration: none;
  }
  .section-hero {
    min-height: auto;
    z-index: 1;
  }
  .section-hero::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #000;
    -webkit-clip-path: polygon(115% 0, 100% 100%, -15% 100%);
            clip-path: polygon(115% 0, 100% 100%, -15% 100%);
    z-index: -1;
  }
  .section-hero::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: url(images/hero-text-en-sp.svg);
    background-position: bottom 30px left;
    background-repeat: no-repeat;
    background-size: 100%;
  }
  .section-hero .hero__left {
    position: static;
    transform: translateY(0%);
    padding: 30px 20px 0;
  }
  .section-hero .hero__left img {
    display: block;
    width: 100%;
    height: auto;
  }
  .section-hero .hero__left .hero__text-ja {
    max-width: 320px;
    margin-bottom: 0;
  }
  .section-hero .hero__left .hero__text-en {
    display: none;
  }
  .section-hero .hero-slider {
    max-width: 100%;
    position: static;
    aspect-ratio: 75/114;
    min-height: auto;
  }
  .section-hero .hero-slider .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
  }
  .section-hero .hero-slider .hero-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
  }
  .section-hero .hero-slider .hero-slide.active {
    opacity: 1;
    z-index: 1;
  }
  .section-news {
    padding: 40px 20px;
  }
  .section-news .news__inner {
    padding-left: 0;
    gap: 24px;
  }
  .section-news .news__title {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
  .section-news .news__title h2 {
    line-height: 1;
    font-size: 70px;
  }
  .section-news .news__title p {
    font-size: 16px;
  }
  .section-news .news__list {
    flex: 1 1 700px;
    display: flex;
    flex-direction: column;
  }
  .section-news .news__list .news__item {
    display: block;
    border-bottom: 1px solid rgb(255, 255, 255);
    padding: 15px 0;
  }
  .section-news .news__list .news__item.--first {
    border-top: 1px solid rgb(255, 255, 255);
  }
  .section-news .news__list .news__item span {
    display: block;
  }
  .section-news .news__list .news__item .news__text {
    -webkit-line-clamp: 2;
  }
  .section-news .news__list .news__more button {
    margin: 16px 0 0 auto;
    display: flex;
  }
  .bg-wrap {
    background-image: none;
  }
  .bg-wrap2 {
    background-image: none;
  }
  .section-about {
    padding: 60px 20px 0;
  }
  .section-about .about__inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .section-about .section-title {
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
  .section-about .section-title span:first-child {
    font-size: 60px;
    line-height: 1;
  }
  .section-about .section-title span:last-child {
    font-size: 16px;
  }
  .section-about .about__text {
    margin: 23px 0 0 auto;
  }
  .section-about .about__features {
    position: relative;
    display: block;
    margin-top: 70px;
  }
  .section-about .about__features::before {
    content: "";
    background-image: url(images/about-bg-sp.svg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100vw;
    left: -20px;
    top: -35px;
    position: absolute;
    height: 200%;
    z-index: -1;
  }
  .section-about .about__features .feature {
    padding: 20px;
    margin-bottom: 10px;
  }
  .section-business {
    padding: 80px 0 0;
    overflow: hidden;
  }
  .section-business .business__inner {
    padding: 0 20px;
  }
  .section-business .section-title {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
  }
  .section-business .section-title span {
    display: block;
  }
  .section-business .section-title span:first-child {
    font-size: 60px;
  }
  .section-business .section-title span:last-child {
    text-align: right;
    font-size: 16px;
  }
  .section-business .business__item {
    display: block;
    padding: 30px;
  }
  .section-business .business__item .business__text {
    margin-top: 20px;
  }
  .section-business .business__item .business__text p:first-child {
    font-size: 18px;
  }
  .section-business .business__item .business__text h3 {
    margin: 15px 0;
    font-size: 28px;
  }
  .section-reason {
    padding: 60px 20px 100px;
  }
  .section-reason .section-title {
    margin-bottom: 40px;
  }
  .section-reason .section-title span:first-child {
    line-height: 1;
    font-size: 60px;
  }
  .section-reason .section-title span:last-child {
    font-size: 16px;
  }
  .section-gallery {
    margin-bottom: 30px;
    overflow: hidden;
    background: #000;
  }
  .section-gallery .gallery-row-bottom .swiper-slide {
    transform: translateX(-50%);
  }
  .section-instagram .instagram__overlay .section-title {
    display: block;
    align-items: baseline;
    gap: 8px;
    width: -moz-fit-content;
    width: fit-content;
    text-align: right;
  }
  .section-instagram .instagram__overlay .section-title span {
    display: block;
  }
  .section-instagram .instagram__overlay .section-title span.--main {
    line-height: 1;
    font-size: 60px;
  }
  .section-instagram .instagram__overlay .section-title span:last-child {
    font-size: 16px;
  }
  .section-instagram .instagram__overlay .section-title .icon-instagram {
    margin-bottom: 10px;
    display: block;
    width: 48px;
    height: 48px;
  }
  .section-instagram .instagram__overlay .instagram__cards {
    gap: 20px;
  }
  .section-instagram .instagram__overlay .insta-card .insta-image {
    width: 50px;
  }
  .section-sustainability {
    padding: 60px 20px 40px;
    background-image: url(images/sustainability-bg.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-sustainability .section-title {
    text-align: center;
  }
  .section-sustainability .section-title span:first-child {
    line-height: 1;
    font-size: 60px;
  }
  .section-sustainability .section-title span:last-child {
    font-size: 16px;
  }
  .section-sustainability .sustainability__circles {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .section-sustainability .sustainability__circles .circle-item {
    width: 162.153px;
    height: 162.153px;
    padding: 42.301px 10px 24.675px 10px;
    gap: 10px;
  }
  .section-sustainability .sustainability__circles .circle-item .circle-number {
    font-size: 20.445px;
  }
  .section-sustainability .sustainability__circles .circle-item p {
    font-size: 13px;
  }
  .section-company {
    padding: 40px 20px 60px;
  }
  .section-company .section-title {
    text-align: right;
  }
  .section-company .section-title span:first-child {
    line-height: 1;
    font-size: 60px;
  }
  .section-company .section-title span:last-child {
    font-size: 16px;
  }
  .section-company .company__table {
    width: 100%;
    margin: 24px auto 0;
    display: block;
  }
  .section-company .company__table th,
  .section-company .company__table td {
    display: block;
    padding: 15px;
  }
  .section-company .company__table th {
    width: 100%;
  }
  .section-recruit {
    background: url("images/recruit-bg-sp.png") top 10% center/cover no-repeat;
    padding: 100px 20px;
  }
  .section-recruit .recruit__wrap {
    display: block;
  }
  .section-recruit .section-title {
    display: block;
  }
  .section-recruit .section-title span {
    display: block;
  }
  .section-recruit .section-title span:first-child {
    margin: 0;
    font-size: 60px;
    line-height: 1;
  }
  .section-recruit .section-title span:last-child {
    font-size: 16px;
  }
  .section-recruit .recruit__catch {
    margin: 0 auto 20px;
  }
  .section-recruit .recruit__desc {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  /* モーダル */
  .modal .modal__content {
    padding: 50px 20px;
    text-align: left;
  }
  .modal .modal__content .insta__list {
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 10px;
  }
  .modal .modal__content .insta__list li {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    min-height: 54px;
  }
  .modal .modal__content .insta__list li a {
    font-size: 14px;
    line-height: 1.1;
    gap: 5px;
    word-break: break-all;
  }
  .modal .modal__content .insta__list li a img {
    width: 28.766px;
    height: 28.766px;
  }
  .footer .footer__inner {
    display: block;
  }
  .footer .footer__left .footer-logo {
    margin: 0 auto 30px;
  }
  .footer .footer__left .btn.contact-btn {
    margin: 0 auto 40px;
  }
  .footer .footer__right .footer__sns {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
  }
  .footer .footer__right .footer__sns > p {
    width: 100%;
  }
  .footer .footer__right .footer__sns img {
    display: block;
  }
  .footer .footer__right .footer__sns a {
    width: 50%;
    margin-top: 16px;
    display: block;
  }
  .footer small {
    display: block;
    text-align: center;
    margin-top: 80px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.52px;
  }
}
#scroll-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 70px;
  /* お好みでサイズ調整 */
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 1000;
  /* 必要に応じて */
}
@media (max-width: 850px) {
  #scroll-to-top {
    bottom: 20px;
    right: 20px;
    width: 50px;
  }
}
#scroll-to-top:hover {
  cursor: pointer;
  opacity: 0.7;
}
#scroll-to-top img {
  width: 100%;
}

#scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#scroll-to-top.visible:hover {
  cursor: pointer;
  opacity: 0.7;
}/*# sourceMappingURL=style.css.map */