.title-style1 {
  -moz-text-align-last: center;
       text-align-last: center;
  margin-bottom: clamp(1.563rem, 1.042rem + 2.22vw, 3.125rem);
}
.title-style1-en span, .title-style1-ja span {
  display: inline-block;
}
.title-style1-ja span {
  font-weight: 900;
  font-size: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .title-style1-ja span br {
    display: none;
  }
}

.btn-style1 a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border: 2px solid #fff;
  background: #fff;
  color: #1D1F23;
}
.btn-style1 a .icon {
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}
.btn-style1 a .icon svg {
  height: clamp(0.813rem, 0.75rem + 0.27vw, 1rem);
}

.site-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  mix-blend-mode: exclusion;
}
.site-header .container {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .site-header .logo {
    width: 100%;
    max-width: 164px;
  }
}
.site-header .logo img {
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .site-header .logo img {
    width: auto;
    max-width: 164px;
  }
}
.site-header .hbg {
  position: relative;
  z-index: 120;
  width: 25px;
  height: 13px;
  cursor: pointer;
  pointer-events: auto;
}
.site-header .hbg .line {
  display: block;
  position: absolute;
  left: 0;
  width: 25px;
  height: 3px;
  background: #fff;
}
.site-header .hbg .line:first-child {
  top: 0;
}
.site-header .hbg .line:nth-child(2) {
  top: 5px;
}
.site-header .hbg .line:nth-child(3) {
  top: 10px;
}
@media screen and (min-width: 1024px) {
  .site-header .hbg {
    display: none;
  }
}
.site-header .menu {
  display: none;
}
@media screen and (min-width: 1024px) {
  .site-header .menu {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .site-header .menu .menu-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-header .menu .menu-list .item {
  margin-left: clamp(1.25rem, 0.833rem + 1.78vw, 2.5rem);
}
.site-header .menu .menu-list .item a {
  color: #fff;
}

.site-main__hero {
  position: relative;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.site-main__hero:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.site-main__hero .hero-movie {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.site-main__hero .hero-movie video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.site-main__hero .hero-catch {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
}
.site-main__service {
  position: relative;
}
.site-main__service .service-desc {
  margin-top: -7px;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-desc {
    margin-top: -8px;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__service .service-list .item {
  position: relative;
  padding: 20px;
  border: 2px solid #fff;
  color: #333;
  margin-top: 40px;
  border-radius: 5px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item {
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item {
    padding: 30px;
    width: calc(33.3% - 26.6px);
  }
}
.site-main__service .service-list .item:before {
  position: absolute;
  bottom: 0;
  right: 10px;
  font-size: clamp(6.25rem, 4.167rem + 8.89vw, 12.5rem);
  opacity: 0.15;
  line-height: 0.85;
  font-weight: 900;
}
.site-main__service .service-list .item:first-child {
  margin-top: 0;
}
.site-main__service .service-list .item:first-child:before {
  content: "1";
}
.site-main__service .service-list .item:nth-child(2):before {
  content: "2";
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item:nth-child(2n) {
    margin-right: 40px;
  }
}
@media screen and (min-width: 768px) {
  .site-main__service .service-list .item:nth-child(-n+2) {
    margin-top: 0;
  }
}
.site-main__service .service-list .item:nth-child(3):before {
  content: "3";
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item:nth-child(-n+3) {
    margin-top: 0;
  }
}
.site-main__service .service-list .item:nth-child(4):before {
  content: "4";
}
.site-main__service .service-list .item:nth-child(5):before {
  content: "5";
}
.site-main__service .service-list .item:nth-child(6):before {
  content: "6";
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item:nth-child(7) {
    margin-inline: auto;
  }
}
.site-main__service .service-list .item:nth-child(7):before {
  content: "7";
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item:nth-child(8) {
    margin-inline: auto;
  }
}
.site-main__service .service-list .item:nth-child(8):before {
  content: "8";
}
.site-main__service .service-list .item .icon,
.site-main__service .service-list .item .title,
.site-main__service .service-list .item .desc {
  position: relative;
  z-index: 5;
}
.site-main__service .service-list .item .icon img {
  height: 35px;
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .icon img {
    height: 50px;
  }
}
.site-main__service .service-list .item .title {
  margin-top: 20px;
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
  font-weight: 900;
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .title {
    margin-top: 25px;
  }
}
.site-main__service .service-list .item .desc {
  margin-top: 15px;
  line-height: 1.6em;
}
@media screen and (min-width: 1024px) {
  .site-main__service .service-list .item .desc {
    margin-top: 20px;
  }
}
.site-main__features {
  position: relative;
  overflow: hidden;
  background: #fff;
  color: #333;
}
.site-main__features .features-desc {
  margin-top: -7px;
  text-align: center;
  line-height: 1.8em;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-desc {
    margin-top: -8px;
    margin-bottom: 40px;
  }
}
.site-main__features .features-list .item {
  margin-top: 50px;
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.site-main__features .features-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item:nth-child(odd) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item:nth-child(odd) .img {
    margin-left: clamp(2.188rem, 1.458rem + 3.11vw, 4.375rem);
  }
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item:nth-child(even) .img {
    margin-right: clamp(2.188rem, 1.458rem + 3.11vw, 4.375rem);
  }
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item .img {
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item .contents {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.site-main__features .features-list .item .contents .title {
  margin-top: 20px;
  font-weight: 900;
  font-size: clamp(0.938rem, 0.625rem + 1.33vw, 1.875rem);
  line-height: 1.4em;
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item .contents .title {
    margin-top: 0;
  }
}
.site-main__features .features-list .item .contents .desc {
  margin-top: 12px;
  line-height: 1.8em;
}
@media screen and (min-width: 1024px) {
  .site-main__features .features-list .item .contents .desc {
    margin-top: 20px;
  }
}
.site-main__features .scl-text {
  position: absolute;
  top: 0;
  padding: 0 7.5px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .site-main__features .scl-text {
    padding: 0 15px;
  }
}
.site-main__features .scl-text .infiniteslide_wrap {
  height: 100% !important;
}
.site-main__features .scl-text .scl-text-wrap {
  display: none;
}
.site-main__features .scl-text .scl-text-wrap .item {
  margin-bottom: 15px;
}
.site-main__features .scl-text .scl-text-wrap .item img {
  width: 15px;
}
@media screen and (min-width: 1024px) {
  .site-main__features .scl-text .scl-text-wrap .item img {
    width: 30px;
  }
}
.site-main__features .scl-text-tb {
  left: 0;
  border-right: 2px solid #1D1F23;
}
.site-main__features .scl-text-bt {
  right: 0;
  border-left: 2px solid #1D1F23;
}
.site-main__company .overview dl {
  border-top: 1px solid #fff;
  padding: 25px 0;
}
@media screen and (min-width: 768px) {
  .site-main__company .overview dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 35px 0;
  }
}
.site-main__company .overview dl:last-child {
  border-bottom: 1px solid #fff;
}
.site-main__company .overview dl dt,
.site-main__company .overview dl dd {
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .site-main__company .overview dl dt {
    width: 200px;
  }
}
.site-main__company .overview dl dd {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .site-main__company .overview dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .site-main__brand .brand-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.site-main__brand .brand-list .item {
  -moz-text-align-last: center;
       text-align-last: center;
  position: relative;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .site-main__brand .brand-list .item {
    margin-top: 0;
    width: calc(50% - 20px);
    margin-right: 40px;
  }
}
.site-main__brand .brand-list .item:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .site-main__brand .brand-list .item:nth-child(2n) {
    margin-right: 0;
  }
}
.site-main__brand .brand-list .item a {
  display: block;
  color: #fff;
}
.site-main__brand .brand-list .item a .title {
  margin-top: 20px;
  letter-spacing: 0;
}
.site-main__group {
  background: #fff;
  color: #333;
}
@media screen and (min-width: 768px) {
  .site-main__group .group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.site-main__group .group-list .item {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .site-main__group .group-list .item {
    margin-top: 0;
    width: calc(25% - 11.25px);
    margin-right: 15px;
  }
  .site-main__group .group-list .item:nth-child(4n) {
    margin-right: 0;
  }
}
.site-main__group .group-list .item:first-child {
  margin-top: 0;
}

.site-footer {
  -moz-text-align-last: center;
       text-align-last: center;
}

.drawer {
  position: fixed;
  z-index: 110;
  top: 15px;
  right: 15px;
  width: auto;
  height: auto;
  background: #fff;
  overflow-y: auto;
  padding: 0 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .drawer {
    display: none;
  }
}
.drawer .close-btn {
  margin-left: auto;
  margin-top: 27px;
  position: relative;
  z-index: 120;
  width: 25px;
  height: 13px;
  cursor: pointer;
}
.drawer .close-btn .line {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 25px;
  height: 3px;
  background: #1D1F23;
}
.drawer .close-btn .line:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer .close-btn .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.drawer .drawer-menu-list {
  margin: 15px 0 30px;
}
.drawer .drawer-menu-list .item:not(:first-child) {
  margin-top: 30px;
}
.drawer .drawer-menu-list .item a {
  padding-right: 30px;
  font-size: clamp(0.938rem, 0.833rem + 0.44vw, 1.25rem);
}

.is-drawer {
  opacity: 1;
  pointer-events: auto;
}
.is-drawer .close-btn {
  pointer-events: auto;
}