@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@100..900&display=block");


/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: #222222;
}
@media screen and (min-width: 896px) {
  a {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }
}



html {
  scroll-behavior: auto;
}


html.noscroll,
body.noscroll {
  overflow: hidden;
}

body {
  overflow-x: hidden;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  body {
    font-size: 3.7333333333vw;
  }
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

img {
 /* 20250727width: 100%;*/
 width: auto;
  height: auto;
  vertical-align: bottom;
}

svg {
  width: 100%;
  height: auto;
}

.slick-list:focus {
  outline: none !important;
}

.en {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 10vw;
}

.enb {
  font-family: "Jost", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

@media screen and (min-width: 897px) {
  .tel {
    pointer-events: none;
  }
}
.tel.no_link {
  pointer-events: none;
}

.externallink {
  position: relative;
  font-size: 1.2857142857vw;
  letter-spacing: 0.01em;
  padding-right: 1.5714285714vw;
  display: inline-block;
  transition: color 0.35s ease;
}
@media screen and (max-width: 896px) {
  .externallink {
    font-size: 3.7333333333vw;
    padding-right: 5vw;
  }
}
.externallink::after {
  content: "";
  background: url(../../img/common/svg_external01.svg) no-repeat;
  background-size: contain;
  width: 1.1428571429vw;
  height: 0.8571428571vw;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 896px) {
  .externallink::after {
    width: 3.7333333333vw;
    height: 2.6666666667vw;
  }
}
.externallink::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #222222;
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: right;
}
@media screen and (min-width: 897px) {
  .externallink:hover {
    color: #6F2D96;
  }
  .externallink:hover::before {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.flx {
  display: flex;
}

.ablt {
  position: absolute;
}

.lead {
  font-size: 1.0714285714vw;
  letter-spacing: -0.03em;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .lead {
    font-size: 3.7333333333vw;
  }
}
.lead.type_white {
  color: #F4F4F4;
}

.basebtn {
  border: 1px solid #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5714285714vw;
  gap: 0.8571428571vw;
  padding-inline: 4.2857142857vw 3.5714285714vw;
  width: max-content;
}
@media screen and (min-width: 897px) {
  .basebtn {
    height: 5.3571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .basebtn {
    height: 18vw;
    border-radius: 2vw;
    min-width: 66.6666666667vw;
    gap: 5.8666666667vw;
  }
}
.basebtn .txt {
  overflow: hidden;
  position: relative;
  font-size: 1vw;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 896px) {
  .basebtn .txt {
    font-size: 3.7333333333vw;
  }
}
.basebtn .txt .maintxt {
  display: flex;
}
.basebtn .txt .maintxt span {
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  width: max-content;
  display: block;
}
.basebtn .txt .hidetxt {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.basebtn .txt .hidetxt span {
  display: flex;
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  transform: translateY(102%);
  opacity: 0;
  display: block;
  width: max-content;
}
.basebtn .icon {
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1);
  width: 2.6428571429vw;
  padding-bottom: 0.4vw;
}
@media screen and (max-width: 896px) {
  .basebtn .icon {
    width: 8vw;
    padding-bottom: 1.7vw;
  }
}
@media screen and (min-width: 897px) {
  .basebtn:hover .icon {
    transform: translateX(1.0714285714vw);
  }
  .basebtn:hover .txt .maintxt span {
    transform: translateY(-102%);
    opacity: 0;
  }
  .basebtn:hover .txt .hidetxt span {
    transform: translateY(0);
    opacity: 1;
  }
}
.basebtn.type_white {
  border: 1px solid #F4F4F4;
}
.basebtn.type_white .txt {
  color: #F4F4F4;
}
.basebtn.type_white .icon {
  filter: brightness(0) invert(1);
}
.basebtn.type_recruit {
  background-color: #222222;
}
.basebtn.type_recruit .txt {
  color: #F4F4F4;
}
.basebtn.type_recruit .icon {
  filter: brightness(0) invert(1);
}

.loopSlider01 {
  background: #F4F4F4;
  padding: 0.8571428571vw 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
}
@media screen and (max-width: 896px) {
  .loopSlider01 {
    padding: 1.8vw 0;
  }
}
.loopSlider01 ul {
  align-items: center;
  gap: 1.4285714286vw;
  height: auto !important;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul {
    gap: 2vw;
  }
}
.loopSlider01 ul li.txt {
  font-size: 2.2857142857vw;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul li.txt {
    font-size: 5.0666666667vw;
  }
}
.loopSlider01 ul li.icon {
  width: 4.4285714286vw;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul li.icon {
    width: 10vw;
  }
}
.loopSlider01 ul li.icon.icon03 {
  margin-inline: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .loopSlider01 ul li.icon.icon03 {
    margin-inline: 3vw;
  }
}

.common_h2 {
  display: flex;
  gap: 1.2857142857vw;
  flex-direction: column;
}
@media screen and (max-width: 896px) {
  .common_h2 {
    gap: 2.5vw;
  }
}
.common_h2 .jp {
  font-size: 1.1428571429vw;
  letter-spacing: 0.06em;
  opacity: 0;
  transform: translateY(100%);
  transition: all 1s cubic-bezier(0.2, 1, 0.21, 1);
  color: #1432AA;
}
@media screen and (max-width: 896px) {
  .common_h2 .jp {
    font-size: 3.4666666667vw;
  }
}
.common_h2 .entxt {
  display: flex;
  flex-direction: column;
}
.common_h2 .entxt .maintxt {
  display: flex;
  font-size: 10.2857142857vw;
}
@media screen and (max-width: 896px) {
  .common_h2 .entxt .maintxt {
    font-size: 11vw;
  }
}
.common_h2 .entxt .maintxt:nth-of-type(2), .common_h2 .entxt .maintxt:nth-of-type(3), .common_h2 .entxt .maintxt:nth-of-type(4), .common_h2 .entxt .maintxt:nth-of-type(5), .common_h2 .entxt .maintxt:nth-of-type(6) {
  margin-top: -0.9vw;
}
.common_h2 .entxt .maintxt span {
  transform: translateX(20%) translateY(-50%) rotateX(50deg) rotateY(20deg) translateZ(0px);
  opacity: 0;
  transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
}
.common_h2.on .entxt .maintxt span {
  transform: translateX(0) translateY(0) rotateX(0) rotateY(0) translateZ(0px);
  opacity: 1;
}
.common_h2.on .jp {
  opacity: 1;
  transform: translateY(0);
}
.common_h2.type_white .jp {
  color: #F4F4F4;
}
.common_h2.type_white .entxt {
  color: #F4F4F4;
}

.common_txtbox-tag {
  background: #222222;
  border-radius: 10vw;
  border: 1px solid #222222;
  letter-spacing: -0.01em;
  font-size: 1.2857142857vw;
  width: max-content;
  padding: 0 1vw;
  color: #F4F4F4;
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  .common_txtbox-tag {
    height: 2.7142857143vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0.1vw;
  }
}
@media screen and (max-width: 896px) {
  .common_txtbox-tag {
    font-size: 3.7333333333vw;
    padding: 1vw 3.7vw;
  }
}
.common_txtbox-ttl {
  display: flex;
  flex-direction: column;
  margin-top: 1.2142857143vw;
  gap: 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .common_txtbox-ttl {
    margin-top: 4vw;
  }
}
.common_txtbox-subttl {
  font-size: 2.2857142857vw;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-top: 1.5vw;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .common_txtbox-subttl {
    font-size: 5.6vw;
    margin-top: 3vw;
  }
}
.common_txtbox-txt {
  margin-top: 0.7142857143vw;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .common_txtbox-txt {
    margin-top: 3vw;
  }
}
.common_txtbox .btnwrap {
  margin-top: 2.9285714286vw;
}

.bread {
  position: absolute;
  bottom: -4.2857142857vw;
  right: 2.1428571429vw;
}
@media screen and (max-width: 896px) {
  .bread {
    bottom: -9vw;
    right: 5vw;
  }
}
.bread .slash {
  width: 4.5714285714vw;
  height: 1px;
  background-color: #969CA7;
}
.bread .flx {
  gap: 0.6428571429vw;
  font-weight: 500;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .bread .flx {
    gap: 1.8666666667vw;
  }
}
.bread li {
  display: flex;
  align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .bread li {
    gap: 1.8666666667vw;
  }
}
@media screen and (min-width: 897px) {
  .bread li span {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .bread li span {
    font-size: 3.2vw;
  }
}
.bread li a {
  position: relative;
  color: #969CA7;
  transition: color 0.35s ease;
}
@media screen and (min-width: 897px) {
  .bread li a {
    font-size: 0.9285714286vw;
  }
}
@media screen and (max-width: 896px) {
  .bread li a {
    font-size: 3.2vw;
  }
}
.bread li a::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #1432AA;
  transform: scaleX(0);
  transition: transform 0.35s ease;
  transform-origin: right;
}
@media screen and (max-width: 896px) {
  .bread li a::after {
    bottom: 0;
  }
}
@media screen and (min-width: 897px) {
  .bread li a:hover {
    color: #1432AA;
  }
  .bread li a:hover::after {
    transform-origin: left;
    transform: scaleX(1);
  }
}

body.nav-open {
  overflow: hidden;
}

.commontxtbox.type_white {
  color: #F4F4F4;
}
.commontxtbox.type_white .commontxtbox__ttl .entxt {
  color: #CBCBCB;
}
.commontxtbox.type_white .lead {
  color: #CBCBCB;
}
.commontxtbox__num {
  letter-spacing: 0.02em;
  font-size: 1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox__num {
    font-size: 3.7333333333vw;
  }
}
.commontxtbox__ttl {
  display: flex;
  flex-direction: column;
  gap: 1.1428571429vw;
  margin-top: 0.6vw;
}
.commontxtbox__ttl .jptxt {
  font-size: 2.6428571429vw;
  line-height: 1.2;
}
@media screen and (max-width: 896px) {
  .commontxtbox__ttl .jptxt {
    font-size: 6.4vw;
  }
}
.commontxtbox__ttl .entxt {
  letter-spacing: 0.06em;
  font-size: 1vw;
  line-height: 1.4;
}
@media screen and (max-width: 896px) {
  .commontxtbox__ttl .entxt {
    font-size: 3.2vw;
  }
}
.commontxtbox .lead {
  margin-top: 1.8571428571vw;
}
@media screen and (min-width: 897px) {
  .commontxtbox .lead {
    width: 22.5vw;
  }
}
.commontxtbox .underlink01 {
  margin-top: 2.5vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox .underlink01 {
    margin-top: 5vw;
  }
}

.commontxtbox02 {
  display: flex;
  flex-direction: column;
  gap: 2.4vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox02 {
    gap: 5vw;
  }
}
.commontxtbox02__ttl {
  font-size: 4.5vw;
  line-height: 1.45;
  font-weight: 500;
}
@media screen and (max-width: 896px) {
  .commontxtbox02__ttl {
    font-size: 6.4vw;
    line-height: 1.4;
  }
}
.commontxtbox02__ttl .underline {
  text-decoration: underline;
  font-weight: 700;
  text-decoration-thickness: 0.3vw;
  text-underline-offset: 0.6vw;
}
@media screen and (max-width: 896px) {
  .commontxtbox02__ttl .underline {
    text-decoration-thickness: 0.6vw;
    text-underline-offset: 0.9vw;
  }
}
.commontxtbox02__ttl .type_en {
  letter-spacing: 0.1em;
}
@media screen and (min-width: 897px) {
  .commontxtbox02 .lead {
    width: 60.7142857143vw;
    margin-inline: auto 0;
    font-size: 1.2857142857vw;
  }
}

.underlink01 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9285714286vw;
  width: max-content;
  padding-bottom: 0.7142857143vw;
}
.underlink01::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #F4F4F4;
  transform: scaleX(1);
  transition: transform 0.35s ease;
  opacity: 0.6;
  transform-origin: right;
}
.underlink01 .txt {
  overflow: hidden;
  position: relative;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .underlink01 .txt {
    font-size: 3.7333333333vw;
  }
}
.underlink01 .txt .maintxt {
  display: flex;
}
.underlink01 .txt .maintxt span {
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  width: max-content;
  display: block;
}
.underlink01 .txt .hidetxt {
  display: flex;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.underlink01 .txt .hidetxt span {
  display: flex;
  transition: transform 1s cubic-bezier(0.2, 1, 0.21, 1), opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  transform: translateY(102%);
  opacity: 0;
  display: block;
  width: max-content;
}
.underlink01 .circle_arrow__icon {
  background: url(../../img/common/header/ico_arrow_r01.svg) no-repeat;
  background-position: center;
}
.underlink01.type_white {
  color: #F4F4F4;
}
.underlink01.type_white .circle_arrow__circle path {
  stroke: #F4F4F4;
}
.underlink01.type_white .circle_arrow__icon {
  filter: brightness(0) invert(1);
}
.underlink01:hover .txt .maintxt span {
  transform: translateY(-102%);
  opacity: 0;
}
.underlink01:hover .txt .hidetxt span {
  transform: translateY(0);
  opacity: 1;
}
.underlink01:hover .circle_arrow__circle.hover path {
  stroke-dashoffset: 395.897;
  stroke-dashoffset: 0;
}
.underlink01:hover .circle_arrow__icon {
  transform: translate(0, 0);
}
.underlink01:hover .circle_arrow__icon.default {
  transform: translate(150%, 0);
}

.linkarea01 {
  display: flex;
  position: relative;
}
@media screen and (max-width: 896px) {
  .linkarea01 {
    flex-direction: column;
  }
}
@media screen and (min-width: 897px) {
  .linkarea01:hover .linkarea01__link--bg {
    opacity: 0;
  }
  .linkarea01:hover .linkarea01__link--txtbox {
    opacity: 0.4;
  }
  .linkarea01:hover .linkarea01__link--linktxt {
    opacity: 0.4;
  }
}
.linkarea01__link {
  width: 33.3333333333%;
  position: relative;
  z-index: 3;
  border-left: 1px solid rgba(244, 244, 244, 0.4);
}
@media screen and (max-width: 896px) {
  .linkarea01__link {
    width: 100%;
    border-top: 1px solid rgba(244, 244, 244, 0.4);
    border-left: none;
  }
}
.linkarea01__link:nth-of-type(1) {
  border-left: none;
}
@media screen and (max-width: 896px) {
  .linkarea01__link:nth-of-type(1) {
    border-top: none;
  }
}
@media screen and (min-width: 897px) {
  .linkarea01__link:hover .linkarea01__link--txtbox {
    opacity: 1;
  }
  .linkarea01__link:hover .linkarea01__link--linktxt {
    opacity: 1;
  }
}
.linkarea01__link--bg {
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
}
.linkarea01__link--bg img {
  height: 42.8571428571vw;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--bg img {
    object-position: top;
    height: 66vw;
  }
}
@media screen and (max-width: 896px) {
  .linkarea01__link--bg.type_philosophy img {
    object-position: 50% 25%;
  }
}
.linkarea01__link--txtbox {
  position: absolute;
  top: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9285714286vw;
  color: white;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (min-width: 897px) {
  .linkarea01__link--txtbox {
    left: 50%;
    translate: -50% -50%;
  }
}
@media screen and (max-width: 896px) {
  .linkarea01__link--txtbox {
    gap: 2vw;
    translate: 0 -50%;
    left: 5vw;
    align-items: flex-start;
  }
}
.linkarea01__link--txtbox .jp {
  font-size: 0.9285714286vw;
  font-weight: 700;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--txtbox .jp {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.linkarea01__link--txtbox .entxt {
  font-size: 4.8571428571vw;
  text-align: center;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--txtbox .entxt {
    font-size: 9vw;
    text-align: left;
  }
}
.linkarea01__link--linktxt {
  position: absolute;
  display: flex;
  align-items: center;
  z-index: 3;
  bottom: 2.8571428571vw;
  right: 2.8571428571vw;
  gap: 0.8571428571vw;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .linkarea01__link--linktxt {
    bottom: 4vw;
    gap: 3vw;
    right: 5vw;
  }
}
.linkarea01__link--linktxt .txt {
  color: #F4F4F4;
  font-size: 1.1428571429vw;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--linktxt .txt {
    font-size: 4vw;
  }
}
.linkarea01__link--linktxt .icon {
  width: 1.7857142857vw;
}
@media screen and (max-width: 896px) {
  .linkarea01__link--linktxt .icon {
    width: 5.8666666667vw;
  }
}
.linkarea01__bgwrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 896px) {
  .linkarea01__bgwrap {
    display: none;
  }
}
.linkarea01__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1s cubic-bezier(0.2, 1, 0.21, 1);
  opacity: 0;
}
.linkarea01__bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.linkarea01__bg.show {
  opacity: 1;
}

.deco_ink01 {
  position: absolute;
  width: 50vw;
  pointer-events: none;
}

.deco_ink02 {
  position: absolute;
  width: 53.5714285714vw;
  pointer-events: none;
}

.deco_ink03 {
  position: absolute;
  pointer-events: none;
  width: 50.2857142857vw;
}

.deco_ink04 {
  position: absolute;
  width: 46.9285714286vw;
  pointer-events: none;
}

.deco_ink05 {
  position: absolute;
  width: 45.1428571429vw;
  pointer-events: none;
}

.deco_ink06 {
  position: absolute;
  pointer-events: none;
  width: 43.3571428571vw;
}

.deco_ink07 {
  position: absolute;
  pointer-events: none;
  width: 41vw;
}

.deco_ink08 {
  position: absolute;
  pointer-events: none;
  width: 40.3571428571vw;
}

.deco_ink09 {
  position: absolute;
  width: 28.0714285714vw;
  pointer-events: none;
}

.deco_ink10 {
  position: absolute;
  width: 43.5714285714vw;
  pointer-events: none;
}

#contents {
  overflow: hidden;
}

.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}

@keyframes uneune {
  0% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 70% 60% 60% 90%/70% 80% 40% 90%;
  }
  50% {
    border-radius: 60% 40% 70% 60%/40% 60% 50% 60%;
  }
  75% {
    border-radius: 90% 60% 40% 70%/70% 50% 80% 40%;
  }
  100% {
    border-radius: 60% 50% 70% 80%/50% 60% 50% 70%;
    transform: rotate(360deg);
  }
}
.circle_arrow {
  position: relative;
  overflow: hidden;
  width: 1.9285714286vw;
  height: 1.9285714286vw;
}
.circle_arrow__circle {
  position: absolute;
  top: 7%;
  left: 7%;
  width: 86%;
  height: 86%;
  overflow: initial;
}
.circle_arrow__circle path {
  stroke: #CBCBCB;
  stroke-width: 4;
}
.circle_arrow__circle.hover path {
  stroke: #1432AA;
  stroke-dasharray: 395.896;
  stroke-dashoffset: 395.897;
  transition: all 1.25s cubic-bezier(0.2, 1, 0.21, 1);
}
.circle_arrow__icon {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../img/common/header/ico_arrow_r01.svg);
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
  transition: transform 1.25s cubic-bezier(0.2, 1, 0.21, 1);
}
.circle_arrow__icon.active {
  transform: translate(-150%, 0%);
  background-image: url(../../img/common/header/ico_arrow_r_blue01.svg);
  background-position: center;
  background-size: 40% auto;
  background-repeat: no-repeat;
}

.svg_anim svg {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  width: 100%;
  height: auto;
}
.svg_anim svg path {
  fill: none;
  stroke: #1432AA;
  stroke-width: 1px;
}
.svg_anim.on svg {
  transition: stroke-dashoffset 1s;
  stroke-dashoffset: 2000;
}

.fade_y {
  transform: translateY(3%);
  opacity: 0;
}
.fade_y.on {
  opacity: 1;
  transition: opacity 1.2s cubic-bezier(0.2, 1, 0.21, 1), transform 1.2s cubic-bezier(0.2, 1, 0.21, 1);
  transform: translateY(0%);
}

.img_anim {
  filter: brightness(1.6);
  overflow: hidden;
  opacity: 0;
}
.img_anim img {
  transform: scale(1.1);
}
.img_anim.on {
  opacity: 1;
  filter: brightness(1);
  transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
}
.img_anim.on img {
  transform: scale(1);
  transition: transform 2s cubic-bezier(0.2, 1, 0.21, 1);
}

.counter {
  display: flex;
  overflow: hidden;
  color: #222222;
}
.counter .num-container {
  height: 20.2857142857vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@media screen and (max-width: 896px) {
  .counter .num-container {
    height: 26.6666666667vw;
  }
}
.counter .num-list {
  display: flex;
  flex-direction: column;
  transition: transform 2s cubic-bezier(0.2, 1, 0.21, 1);
}
.counter .num-list span {
  font-variant-numeric: tabular-nums;
  display: block;
  text-align: center;
  letter-spacing: -0.05em;
  padding-right: 0.05em;
  font-size: 20.2857142857vw;
}
@media screen and (max-width: 896px) {
  .counter .num-list span {
    font-size: 26.6666666667vw;
  }
}
.counter.on .num-list {
  transform: translateY(-83.2%) !important;
}

@keyframes strokeAnim01 {
  0% {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 395.897;
  }
  30% {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: -395.897;
  }
  100% {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: -395.897;
  }
}
@keyframes arrowDownAnim01 {
  0% {
    opacity: 1;
    transform: translateY(-40%);
  }
  25% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(70%);
  }
}
#stage {
  overflow: hidden;
}

.top{
  position: relative;               /* 親がrelativeでもOK */
  left: 50%;                        /* 親の左端から50%移動 */
  margin-left: -50vw;               /* 画面幅の半分分左へズラす */
  width: 100vw;  
}

.top__mv {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 896px) {
  .top__mv {
    height: 80dvh;
    min-width: 100vw;
  }
}
.top__mv .mv__movie {
  width: 100%;
  height: 100%;
}
.top__mv .mv__movie video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top__mv .mv__ttl {
  position: absolute;
  bottom: 7.6428571429vw;
  left: 3.9285714286vw;
  width: 54.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__mv .mv__ttl {
    width: 87.4666666667vw;
    bottom: auto;
    top: 53%;
    left: 5vw;
    translate: 0 -50%;
  }
}
.top__mv .circle_arrow {
  position: absolute;
  width: 17.7142857143vw;
  height: 17.7142857143vw;
  bottom: -2.2857142857vw;
  overflow: hidden;
  right: 5.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__mv .circle_arrow {
    display: none;
  }
}
.top__mv .circle_arrow__circle.base path {
  stroke-width: 1px;
}
.top__mv .circle_arrow__circle.hover path {
  stroke-width: 1px;
  animation: strokeAnim01 5s cubic-bezier(0.2, 1, 0.21, 1) infinite;
}
.top__mv .circle_arrow__icon {
  background-image: url(../../img/top/mv/ico_arrow_d_blue01.svg);
  background-position: center;
  background-size: 7% auto;
  background-repeat: no-repeat;
}
.top__mv .circle_arrow__icon.default {
  animation: arrowDownAnim01 5s cubic-bezier(0.2, 1, 0.21, 1) infinite;
}
.top__mv .circle_arrow__icon.active {
  background-image: url(../../img/top/mv/ico_arrow_d_blue01.svg);
  background-position: center;
  background-size: 7% auto;
  background-repeat: no-repeat;
  animation: arrowDownAnim01 5s 2.5s cubic-bezier(0.2, 1, 0.21, 1) infinite;
  filter: brightness(0);
}
.top__statement {
  height: 100vh;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__statement {
    height: 154.6666666667vw;
  }
}
.top__statement .splide {
  height: 100%;
}
@media screen and (max-width: 896px) {
  .top__statement .splide {
    filter: brightness(0.8);
  }
}
.top__statement .splide__track {
  height: 100%;
}
.top__statement .splide__list {
  height: 100%;
}
.top__statement .splide__slide {
  height: 100%;
}
.top__statement .splide__slide img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: top;
  transition: 7s linear;
}
.top__statement .splide__slide.is-active {
  animation: mv01-fadeIn 2s cubic-bezier(0.2, 1, 0.21, 1) both;
}
.top__statement .splide__slide.is-active img {
  transform: scale(1.1);
  transition-delay: 0s;
}
.top__statement .statement__txtwrap {
  position: absolute;
  left: 5vw;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (max-width: 896px) {
  .top__statement .statement__txtwrap {
    width: 90%;
    top: 48%;
  }
}
.top__statement .statement__txtwrap .txt .innertxt {
  text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.15);
  font-size: 1.2857142857vw;
  line-height: 2.69;
  letter-spacing: -0.02em;
}
@media screen and (min-width: 897px) {
  .top__statement .statement__txtwrap .txt .innertxt {
    padding-right: 5vw;
    color: #F4F4F4;
  }
}
@media screen and (max-width: 896px) {
  .top__statement .statement__txtwrap .txt .innertxt {
    font-size: 4vw;
    line-height: 2.3;
    color: #F4F4F4;
  }
}
.top__statement .statement__txtwrap .txt .innertxt.sp {
  display: inline;
}
@media screen and (min-width: 897px) {
  .top__statement .statement__txtwrap .txt .innertxt.sp {
    display: none;
  }
}
.top__statement .statement__txtwrap .txt .innertxt.pc {
  display: inline;
}
@media screen and (max-width: 896px) {
  .top__statement .statement__txtwrap .txt .innertxt.pc {
    display: none;
  }
}
.top__business {
  padding: 16.4285714286vw 0 8.5714285714vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__business {
    padding: 20vw 5vw;
  }
}
@media screen and (min-width: 897px) {
  .top__business .common_h2 {
    margin-left: 5.7142857143vw;
  }
}
.top__business .business__bgline {
  position: absolute;
  top: 7.8571428571vw;
  left: 0;
  width: 100%;
}
.top__business .business__deco {
  right: -14.6428571429vw;
  top: -20.4vw;
}
.top__business .business__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 5.7142857143vw;
}
@media screen and (min-width: 897px) {
  .top__business .business__wrap {
    padding-inline: 6.2142857143vw 10.3571428571vw;
    margin-inline: auto;
  }
}
@media screen and (max-width: 896px) {
  .top__business .business__wrap {
    flex-direction: column;
    gap: 6vw;
  }
}
@media screen and (min-width: 897px) {
  .top__business .business__imgbox {
    width: 56.5vw;
    position: relative;
  }
}
.top__business .business__imgbox .imgwrap {
  width: 100%;
  transition: all 2s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (min-width: 897px) {
  .top__business .business__imgbox .imgwrap {
    opacity: 0;
    transform: translateX(-5%);
    filter: blur(5px);
  }
  .top__business .business__imgbox .imgwrap.on {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
  }
}
.top__business .business__imgbox .imgwrap.img01 {
  position: relative;
  z-index: 4;
}
.top__business .business__imgbox .imgwrap.img02 {
  z-index: 3;
  transition-delay: 0.35s;
}
.top__business .business__imgbox .imgwrap.img03 {
  z-index: 2;
  transition-delay: 0.7s;
}
.top__business .business__imgbox .imgwrap.img02, .top__business .business__imgbox .imgwrap.img03 {
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (min-width: 897px) {
  .top__business .business__txtbox {
    width: 20.7142857143vw;
  }
}
.top__business .business__txtbox .basebtn {
  margin-top: 3vw;
}
@media screen and (max-width: 896px) {
  .top__business .business__txtbox .basebtn {
    margin-top: 5vw;
  }
}
.top__business .pincharea {
  position: relative;
}
.top__business .pincharea .spScroll {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 37.3333333333vw;
  translate: -50% -50%;
  transition: all 0.3s ease;
  z-index: 10;
}
@media screen and (min-width: 897px) {
  .top__business .pincharea .spScroll {
    display: none;
  }
}
.top__business .pincharea .spScroll.hide {
  opacity: 0;
  visibility: hidden;
}
.top__mt .mt__ttl {
  margin-left: 5vw;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 897px) {
  .top__mt .mt__ttl .entxt .maintxt {
    font-size: 10.2857142857vw;
  }
}
@media screen and (max-width: 896px) {
  .top__mt .mt__ttl .entxt .maintxt {
    font-size: 10vw;
  }
}
.top__mt .mt__txtbox {
  margin-top: -2.5vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__mt .mt__txtbox {
    margin-top: -5vw;
  }
}
@media screen and (min-width: 897px) {
  .top__mt .mt__txtbox--bg {
    clip-path: inset(0% 5% 0% 5%);
  }
}
@media screen and (max-width: 896px) {
  .top__mt .mt__txtbox--bg img {
    height: 140vw;
    object-fit: cover;
  }
}
.top__mt .mt__txtbox--inner {
  position: absolute;
  bottom: 6.4285714286vw;
  left: 5.7142857143vw;
  z-index: 4;
}
@media screen and (min-width: 897px) {
  .top__mt .mt__txtbox--inner {
    width: 23.5714285714vw;
  }
}
@media screen and (max-width: 896px) {
  .top__mt .mt__txtbox--inner {
    width: 90%;
    bottom: 20vw;
    left: 5%;
  }
}
.top__mt .mt__txtbox--inner .basebtn {
  margin-top: 3vw;
}
@media screen and (max-width: 896px) {
  .top__mt .mt__txtbox--inner .basebtn {
    margin-top: 5vw;
  }
}
.top__ff {
  position: relative;
  z-index: 4;
}
.top__ff .ff__bgline {
  position: absolute;
  top: 7.1428571429vw;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 897px) {
  .top__ff .ff__ttl .entxt {
    font-size: 10.2857142857vw;
  }
}
.top__ff .ff__txtbox {
  padding: 13.5714285714vw 4.8571428571vw 15.3571428571vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__ff .ff__txtbox {
    padding: 20vw 5vw 15vw;
  }
}
.top__ff .ff__txtbox--deco.deco_ink04 {
  right: -15.8571428571vw;
  top: -22.8571428571vw;
}
@media screen and (max-width: 896px) {
  .top__ff .ff__txtbox--deco.deco_ink04 {
    scale: 1.2;
    transform-origin: right top;
  }
}
.top__ff .ff__txtbox--deco.deco_ink10 {
  left: -4.7142857143vw;
  bottom: -2.1428571429vw;
}
@media screen and (max-width: 896px) {
  .top__ff .ff__txtbox--deco.deco_ink10 {
    scale: 1.2;
    transform-origin: left bottom;
    width: 70vw;
    bottom: -21vw;
    left: -35vw;
  }
}
@media screen and (min-width: 897px) {
  .top__ff .ff__txtbox--inner {
    width: 23.5714285714vw;
    position: absolute;
    bottom: 5.657143vw;
    right: 5.7142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__txtbox--inner {
    position: relative;
    z-index: 3;
    margin-top: 4vw;
  }
}
.top__ff .ff__txtbox--inner .basebtn {
  margin-top: 3vw;
}
@media screen and (max-width: 896px) {
  .top__ff .ff__txtbox--inner .basebtn {
    margin-top: 5vw;
  }
}
.top__ff .ff__middle {
  display: flex;
  flex-direction: column;
}
.top__ff .ff__outer {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 897px) {
  .top__ff .ff__outer {
    height: 100vh;
  }
}
.top__ff .ff__outer .commontxtbox {
  transition: all 1s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (min-width: 897px) {
  .top__ff .ff__outer .commontxtbox {
    position: absolute;
    top: 50%;
    left: 5.7142857143vw;
    translate: 0 -50%;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox {
    width: 90%;
    margin: 7vw auto 18vw;
    color: #222222;
  }
  .top__ff .ff__outer .commontxtbox:nth-of-type(1) {
    order: 2;
  }
  .top__ff .ff__outer .commontxtbox:nth-of-type(2) {
    order: 4;
  }
  .top__ff .ff__outer .commontxtbox:nth-of-type(3) {
    order: 6;
  }
  .top__ff .ff__outer .commontxtbox:nth-of-type(4) {
    order: 8;
  }
  .top__ff .ff__outer .commontxtbox .commontxtbox__ttl {
    margin-top: 4vw;
    gap: 1.5vw;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .commontxtbox__ttl {
    margin-top: 1.5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .commontxtbox__ttl .entxt {
    color: #222222;
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .commontxtbox__ttl .jptxt {
    font-size: 7.4666666667vw;
    margin-left: -0.6vw;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .lead {
    color: #222222;
    margin-top: 4vw;
  }
}
@media screen and (max-width: 896px) and (min-width: 897px) {
  .top__ff .ff__outer .commontxtbox .lead {
    opacity: 0.7;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .underlink01 {
    margin-top: 8vw;
    color: #222222;
    gap: 4vw;
    padding-bottom: 2.3vw;
  }
}
@media screen and (max-width: 896px) and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .underlink01 {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__outer .commontxtbox .underlink01::after {
    background-color: #222222;
  }
  .top__ff .ff__outer .commontxtbox .underlink01 .circle_arrow {
    width: 6.9333333333vw;
    height: 6.9333333333vw;
  }
  .top__ff .ff__outer .commontxtbox .underlink01 .circle_arrow__circle.base path {
    stroke: #222222;
  }
  .top__ff .ff__outer .commontxtbox .underlink01 .circle_arrow__circle.hover path {
    stroke: #222222;
  }
  .top__ff .ff__outer .commontxtbox .underlink01 .circle_arrow__icon.default {
    filter: brightness(0);
  }
}
.top__ff .ff__outer .commontxtbox.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 897px) {
  .top__ff .ff__wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__wrapper {
    display: contents;
  }
}
@media screen and (min-width: 897px) {
  .top__ff .ff__card {
    width: 100%;
    height: 100%;
    transform: scaleY(0) translateY(0);
    transform-origin: bottom;
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 896px) {
  .top__ff .ff__card {
    filter: brightness(1.6);
    overflow: hidden;
    opacity: 0;
  }
  .top__ff .ff__card:nth-of-type(1) {
    order: 1;
  }
  .top__ff .ff__card:nth-of-type(2) {
    order: 3;
  }
  .top__ff .ff__card:nth-of-type(3) {
    order: 5;
  }
  .top__ff .ff__card:nth-of-type(4) {
    order: 7;
  }
  .top__ff .ff__card img {
    transform: scale(1.1);
  }
  .top__ff .ff__card.on {
    opacity: 1;
    filter: brightness(1);
    transition: all 1.7s cubic-bezier(0.2, 1, 0.21, 1);
  }
  .top__ff .ff__card.on img {
    transform: scale(1);
    transition: transform 2s cubic-bezier(0.2, 1, 0.21, 1);
  }
}
.top__ff .ff__card img {
  object-position: top;
  transition: 7s linear;
}
@media screen and (min-width: 897px) {
  .top__ff .ff__card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.top__ff .ff__card.first {
  transform: scaleY(1) translateY(0);
  transform-origin: bottom;
}
@media screen and (max-width: 896px) {
  .top__product {
    display: flex;
    flex-direction: column;
    padding: 3vw 0 0;
  }
}
.top__product .product__head {
  padding: 12.8571428571vw 5.7142857143vw 0;
}
@media screen and (max-width: 896px) {
  .top__product .product__head {
    display: contents;
  }
}
@media screen and (max-width: 896px) {
  .top__product .product__head .common_h2 {
    order: 1;
    margin-inline: 5vw;
  }
}
.top__product .product__head--inner {
  margin-top: 2.8571428571vw;
  display: flex;
  gap: 4.3571428571vw;
}
@media screen and (max-width: 896px) {
  .top__product .product__head--inner {
    display: contents;
  }
}
@media screen and (min-width: 897px) {
  .top__product .product__head--inner .lead {
    width: 57.1428571429vw;
  }
}
@media screen and (max-width: 896px) {
  .top__product .product__head--inner .lead {
    order: 2;
    margin-top: 4vw;
    margin-inline: 5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__product .product__head--inner .basebtn {
    order: 4;
    margin-left: 5vw;
    margin-top: 8vw;
  }
}
.top__product .product__card {
  width: 38.2857142857vw !important;
}
@media screen and (max-width: 896px) {
  .top__product .product__card {
    width: 78vw !important;
  }
}
.top__product .product__card a {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 897px) {
  .top__product .product__card a:hover .product__card--imgbox img {
    transform: scale(1.1);
  }
}
.top__product .product__card--imgbox {
  overflow: hidden;
}
.top__product .product__card--imgbox img {
  height: 40vw;
  object-fit: cover;
  transition: transform 1.5s cubic-bezier(0.2, 1, 0.21, 1);
}
@media screen and (max-width: 896px) {
  .top__product .product__card--imgbox img {
    height: 75vw;
  }
}
.top__product .product__card--txtbox {
  position: absolute;
  bottom: 2.5vw;
  left: 1.8571428571vw;
  display: flex;
  flex-direction: column;
  gap: 0.7857142857vw;
}
@media screen and (max-width: 896px) {
  .top__product .product__card--txtbox {
    gap: 2vw;
    bottom: 6vw;
    left: 5vw;
  }
}
.top__product .product__card--txtbox .jptxt {
  font-size: 2.5714285714vw;
  letter-spacing: -0.01em;
  text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 896px) {
  .top__product .product__card--txtbox .jptxt {
    font-size: 5.8666666667vw;
  }
}
.top__product .product__card--txtbox .entxt {
  font-size: 1.0714285714vw;
  color: #969CA7;
}
@media screen and (max-width: 896px) {
  .top__product .product__card--txtbox .entxt {
    font-size: 3.2vw;
  }
}
.top__product .product__card .circle_arrow {
  display: none;
}
.top__product .product__slider {
  padding-top: 3.5714285714vw;
  padding-bottom: 8.7142857143vw;
}
@media screen and (min-width: 897px) {
  .top__product .product__slider {
    margin-left: 5.7142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .top__product .product__slider {
    margin-left: 5vw;
    padding-bottom: 15vw;
    padding-top: 10vw;
    order: 3;
  }
}
.top__product .product__slider.splide {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 2vw;
}
.top__product .product__slider.splide .splide__arrow--prev {
  opacity: 1;
  top: 0;
  left: 0;
}
.top__product .product__slider.splide .splide__arrow--next {
  opacity: 1;
  top: 0;
  left: 0;
}
.top__product .product__slider.splide .splide__arrow--prev:disabled, .top__product .product__slider.splide .splide__arrow--next:disabled {
  opacity: 0.5;
}
.top__product .product__slider.splide .splide__arrows {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.3vw;
  padding-right: 5vw;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 896px) {
  .top__product .product__slider.splide .splide__arrows {
    gap: 2vw;
  }
}
.top__product .product__slider.splide .splide__arrow {
  width: 5.8571428571vw;
  height: 5.8571428571vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: initial;
  transform: none;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
  border-radius: 50%;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__product .product__slider.splide .splide__arrow {
    width: 12vw;
    height: 12vw;
  }
}
.top__product .product__slider.splide .splide__arrow .circle_arrow {
  width: 100%;
  height: 100%;
}
.top__product .product__slider.splide .splide__arrow .circle_arrow__circle {
  width: 86%;
  height: 86%;
}
.top__product .product__slider.splide .splide__arrow .circle_arrow__circle svg path {
  stroke: #222222;
}
.top__product .product__slider.splide .splide__arrow .circle_arrow__icon {
  background-size: 23% auto;
}
.top__product .product__slider.splide .splide__arrow.prev {
  transform: rotate(180deg);
}
@media screen and (min-width: 897px) {
  .top__product .product__slider.splide .splide__arrow:hover .circle_arrow__circle.hover path {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  .top__product .product__slider.splide .splide__arrow:hover .circle_arrow__icon {
    transform: translate(0, 0);
  }
  .top__product .product__slider.splide .splide__arrow:hover .circle_arrow__icon.default {
    transform: translate(150%, 0);
  }
}
.top__product .product__slider.splide .pagination {
  position: absolute;
  top: 6.8vw;
  left: 8.8vw;
  display: flex;
  gap: 11.4285714286vw;
  z-index: 3;
}
@media screen and (max-width: 896px) {
  .top__product .product__slider.splide .pagination {
    top: 9vw;
    left: 18.8vw;
    display: flex;
    gap: 19vw;
    z-index: 3;
  }
}
.top__product .product__slider.splide .pagination::after {
  content: "";
  display: block;
  position: absolute;
  width: 8.5714285714vw;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #C9C9C9;
}
@media screen and (max-width: 896px) {
  .top__product .product__slider.splide .pagination::after {
    width: 13vw;
  }
}
.top__discover {
  position: relative;
}
.top__discover .discover__bgline {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top__discover .discover__head {
  padding: 13.7142857143vw 0 8.8571428571vw;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head {
    padding: 31vw 5vw 18vw;
  }
}
.top__discover .discover__head::before {
  position: absolute;
  left: 50%;
  bottom: 0;
  background: rgba(34, 34, 34, 0.4);
  content: "";
  translate: -50% 0;
  width: 1px;
  height: 6vw;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head::before {
    height: 12vw;
  }
}
.top__discover .discover__head::after {
  position: absolute;
  left: 50%;
  top: 100%;
  background: #F4F4F4;
  content: "";
  translate: -50% 0;
  width: 1px;
  height: 3.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head::after {
    height: 8vw;
  }
}
.top__discover .discover__head--ttl {
  width: max-content;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}
.top__discover .discover__head--ttl .jp {
  color: #222222;
  padding-left: 10.7857142857vw;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head--ttl .jp {
    padding-left: 20vw;
  }
}
.top__discover .discover__head--ttl .jp::before {
  content: "";
  position: absolute;
  width: 9.4285714286vw;
  height: 1px;
  background: #222222;
  top: 50%;
  left: 0;
  transform: scaleX(0);
  translate: 0 -50%;
  transition: transform 1s 0.3s cubic-bezier(0.2, 1, 0.21, 1);
  transform-origin: left;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head--ttl .jp::before {
    width: 16vw;
  }
}
.top__discover .discover__head--ttl .entxt {
  align-items: center;
}
.top__discover .discover__head--ttl.on .jp::before {
  transform: scaleX(1);
}
.top__discover .discover__head .lead {
  text-align: center;
  margin-top: 2.8571428571vw;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head .lead {
    margin-top: 4vw;
  }
}
.top__discover .discover__head--deco.deco_ink01 {
  right: -19.3571428571vw;
  bottom: -25vw;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head--deco.deco_ink01 {
    scale: 1.2;
    transform-origin: right bottom;
    bottom: -37vw;
  }
}
.top__discover .discover__head--deco.deco_ink02 {
  left: -27.2857142857vw;
  top: -9vw;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__head--deco.deco_ink02 {
    scale: 1.2;
    left: -36.285714vw;
    top: -3vw;
    transform-origin: left bottom;
    width: 62vw;
  }
}
.top__discover .discover__history {
  position: relative;
}
.top__discover .discover__history img{
  width: 100%;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__history {
    background: #2F2F2F;
  }
}
.top__discover .discover__history--bg {
  display: flex;
  justify-content: space-between;
  background: #222222;
}
.top__discover .discover__history--bg .imgwrap {
  width: 100%;
  filter: brightness(0.45);
  opacity: 0;
  overflow: hidden;
  transition: all 1s cubic-bezier(0.2, 1, 0.21, 1);
}
.top__discover .discover__history--bg .imgwrap img {
  transform: scale(1.1);
  transition: all 1.5s cubic-bezier(0.2, 1, 0.21, 1);
}
.top__discover .discover__history--bg .imgwrap.img02 {
  transition-delay: 0.15s;
}
.top__discover .discover__history--bg .imgwrap.img02 img {
  transition-delay: 0.15s;
}
.top__discover .discover__history--bg .imgwrap.img03 {
  transition-delay: 0.3s;
}
.top__discover .discover__history--bg .imgwrap.img03 img {
  transition-delay: 0.3s;
}
.top__discover .discover__history--bg .imgwrap.img04 {
  transition-delay: 0.45s;
}
.top__discover .discover__history--bg .imgwrap.img04 img {
  transition-delay: 0.45s;
}
.top__discover .discover__history--bg.on .imgwrap {
  opacity: 1;
}
.top__discover .discover__history--bg.on .imgwrap img {
  transform: scale(1);
}
@media screen and (min-width: 897px) {
  .top__discover .discover__history--txtbox {
    position: absolute;
    top: 47%;
    left: 5.7142857143vw;
    translate: 0 -50%;
  }
}
@media screen and (max-width: 896px) {
  .top__discover .discover__history--txtbox {
    color: #F4F4F4;
    margin-top: -20vw;
    padding: 0 5vw 20vw;
  }
}
@media screen and (min-width: 897px) {
  .top__discover .discover__history--ttl .entxt {
    font-size: 9.8571428571vw;
    letter-spacing: -0.02em;
  }
}
@media screen and (max-width: 896px) {
  .top__discover .discover__history--ttl .entxt .maintxt {
    font-size: 10vw;
  }
}
.top__discover .discover__history--inner {
  margin-top: 2.5vw;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__history--inner {
    margin-top: 4vw;
  }
}
@media screen and (min-width: 897px) {
  .top__discover .discover__history--inner .lead {
    width: 35.7142857143vw;
    color: #F4F4F4;
    opacity: 0.8;
  }
}
.top__discover .discover__history--inner .basebtn {
  margin-top: 3vw;
}
@media screen and (max-width: 896px) {
  .top__discover .discover__history--inner .basebtn {
    margin-top: 5vw;
  }
}
.top__number {
  background: #2F2F2F;
  position: relative;
  padding: 14.0714285714vw 5.7142857143vw 49.5714285714vw;
  display: flex;
  z-index: 4;
}
@media screen and (min-width: 897px) {
  .top__number {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 896px) {
  .top__number {
    padding: 0 0 25vw;
    flex-direction: column;
  }
}
.top__number .number__deco.deco_ink05 {
  left: -8.2142857143vw;
  top: -15vw;
}
@media screen and (max-width: 896px) {
  .top__number .number__deco.deco_ink05 {
    scale: 1.2;
    transform-origin: left top;
    display: none;
  }
}
.top__number .number__deco.deco_ink09 {
  right: -3.0714285714vw;
  bottom: -5vw;
}
@media screen and (max-width: 896px) {
  .top__number .number__deco.deco_ink09 {
    scale: 1.2;
    transform-origin: right bottom;
    bottom: -14vw;
    display: none;
  }
}
.top__number .number__txtbox {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 897px) {
  .top__number .number__txtbox {
    width: max-content;
  }
}
@media screen and (max-width: 896px) {
  .top__number .number__txtbox {
    display: contents;
  }
}
@media screen and (max-width: 896px) {
  .top__number .number__txtbox--ttl {
    order: 1;
    width: max-content;
    margin-inline: auto;
    margin-left: 5%;
  }
}
.top__number .number__txtbox--inner {
  margin-top: 3.4285714286vw;
}
@media screen and (max-width: 896px) {
  .top__number .number__txtbox--inner {
    width: 90%;
    margin-inline: auto;
    order: 3;
    margin-top: 7vw;
  }
}
@media screen and (min-width: 897px) {
  .top__number .number__txtbox--inner .lead {
    width: 25vw;
  }
}
@media screen and (max-width: 896px) {
  .top__number .number__txtbox--inner .lead {
    width: 100%;
  }
}
.top__number .number__txtbox--inner .basebtn {
  margin-top: 3vw;
}
@media screen and (max-width: 896px) {
  .top__number .number__txtbox--inner .basebtn {
    margin-top: 7vw;
  }
}
.top__number .number__imgbox {
  overflow: hidden;
}
@media screen and (min-width: 897px) {
  .top__number .number__imgbox {
    bottom: 5.7142857143vw;
    left: 5.7142857143vw;
    width: 58.2142857143vw;
    position: absolute;
  }
}
@media screen and (max-width: 896px) {
  .top__number .number__imgbox {
    position: relative;
    width: 90%;
    margin-inline: auto;
    margin-top: 7vw;
    order: 2;
  }
}
.top__number .number__imgbox--counterwrap {
  position: absolute;
  bottom: -5vw;
  left: -2.5vw;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 896px) {
  .top__number .number__imgbox--counterwrap {
    bottom: -4vw;
    left: 0;
  }
}
.top__number .number__imgbox--score {
  margin-top: -5vw;
}
@media screen and (max-width: 896px) {
  .top__number .number__imgbox--score {
    margin-top: -6vw;
  }
}
.top__recruit {
  position: relative;
}
@media screen and (min-width: 897px) {
  .top__recruit .recruit__box--txtbox {
    position: absolute;
    left: 7.1428571429vw;
    top: 15vw;
  }
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--txtbox {
    padding: 3vw 5vw 20vw;
    position: relative;
  }
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--ttl {
    position: absolute;
    top: -30vw;
    left: 5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--ttl .entxt .maintxt {
    font-size: 14.6vw;
  }
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--ttl .jp {
    font-style: 3.4666666667vw;
  }
}
.top__recruit .recruit__box--inner .lead {
  margin-top: 3.1428571429vw;
}
@media screen and (min-width: 897px) {
  .top__recruit .recruit__box--inner .lead {
    width: 35.7142857143vw;
  }
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--inner .lead {
    color: #222222;
  }
}
.top__recruit .recruit__box--inner .basebtn {
  margin: 3vw 0 0;
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--inner .basebtn {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 896px) {
  .top__recruit .recruit__box--inner .basebtn {
    border: 1px solid #222222;
  }
  .top__recruit .recruit__box--inner .basebtn .txt {
    color: #222222;
  }
  .top__recruit .recruit__box--inner .basebtn .icon {
    filter: brightness(0);
  }
}
.top__news {
  padding: 3vw 10vw 5vw;
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 896px) {
  .top__news {
    padding: 8vw 5vw 6vw;
  }
}
.top__news .news__deco {
  right: -8.4285714286vw;
  top: -1.0714285714vw;
}
@media screen and (max-width: 896px) {
  .top__news .news__deco {
    scale: 1.2;
    transform-origin: right top;
  }
}
.top__news .news__inner {
  display: flex;
  flex-direction: column;
  gap: 2.7142857143vw;
  margin-top: 3.9285714286vw;
}
@media screen and (max-width: 896px) {
  .top__news .news__inner {
    gap: 9vw;
    margin-top: 12vw;
  }
}
.top__news .news__box {
  padding-bottom: 2.5vw;
  border-bottom: 1px solid #CACACA;
  position: relative;
}
@media screen and (max-width: 896px) {
  .top__news .news__box {
    padding-bottom: 5vw;
  }
}
.top__news .news__box::after {
  height: 1px;
  width: 100%;
  background-color: #1432AA;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  transform: scaleX(0);
  transition: transform 0.5s;
  transform-origin: right;
}
@media screen and (min-width: 897px) {
  .top__news .news__box:hover::after {
    transform: scaleX(100%);
    transform-origin: left;
  }
  .top__news .news__box:hover .news__box--head {
    opacity: 0.3;
  }
  .top__news .news__box:hover .news__box--title .txt {
    opacity: 0.3;
  }
  .top__news .news__box:hover .circle_arrow__circle.hover path {
    stroke-dashoffset: 395.897;
    stroke-dashoffset: 0;
  }
  .top__news .news__box:hover .circle_arrow__icon {
    transform: translate(0, 0);
  }
  .top__news .news__box:hover .circle_arrow__icon.default {
    transform: translate(150%, 0);
  }
}
.top__news .news__box--txtbox {
  display: flex;
  flex-direction: column;
  gap: 1.2857142857vw;
}
@media screen and (max-width: 896px) {
  .top__news .news__box--txtbox {
    gap: 2vw;
  }
}
.top__news .news__box--head {
  display: flex;
  align-items: center;
  gap: 1.4285714286vw;
  max-width: 65.7857142857vw;
  transition: opacity 0.5s;
}
@media screen and (max-width: 896px) {
  .top__news .news__box--head {
    gap: 2vw 4vw;
    flex-wrap: wrap;
    max-width: 90%;
  }
}
.top__news .news__box--head .date {
  letter-spacing: -0.03em;
  font-size: 1.2142857143vw;
}
@media screen and (max-width: 896px) {
  .top__news .news__box--head .date {
    font-size: 3.7333333333vw;
  }
}
.top__news .news__box--head .category__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.7142857143vw;
}
@media screen and (max-width: 896px) {
  .top__news .news__box--head .category__wrap {
    gap: 1.5vw;
  }
}
.top__news .news__box--head .category__wrap .tag {
  border: 1px dotted #222222;
  letter-spacing: -0.03em;
  font-size: 0.8571428571vw;
  padding: 0.5vw 0.5714285714vw;
}
@media screen and (max-width: 896px) {
  .top__news .news__box--head .category__wrap .tag {
    font-size: 3.2vw;
    padding: 1vw 2vw;
  }
}
.top__news .news__box--title {
  font-size: 1.2857142857vw;
  font-weight: 500;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width: 897px) {
  .top__news .news__box--title {
    padding-right: 5vw;
  }
}
@media screen and (max-width: 896px) {
  .top__news .news__box--title {
    font-size: 3.7333333333vw;
    padding-right: 10%;
    line-height: 1.6;
  }
}
.top__news .news__box--title .txt {
  transition: opacity 0.5s;
  display: block;
}
.top__news .news__box .circle_arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 897px) {
  .top__news .news__box .circle_arrow {
    width: 1.8571428571vw;
    height: 1.8571428571vw;
  }
}
@media screen and (max-width: 896px) {
  .top__news .news__box .circle_arrow {
    width: 6.6666666667vw;
    height: 6.6666666667vw;
  }
}
.top__news .basebtn {
  margin-top: 4.2857142857vw;
}
@media screen and (min-width: 897px) {
  .top__news .basebtn {
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 896px) {
  .top__news .basebtn {
    margin-top: 10vw;
  }
}
@media screen and (max-width: 896px) {
  .top .linkarea01 {
    padding-inline: 5vw;
  }
}

.basebtn.back_black{
 background-color: #0000006b;
    border: none;
}
.basebtn.back_white{
 background-color: #ffffffd9;
    border: none;
}
/*# sourceMappingURL=style.css.map */
