@charset "UTF-8";
.lead {
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 5rem 5vw 0 5vw;
  }
  .lead br {
    display: none;
  }
}

#visual_header {
  position: relative;
  min-height: 400px;
}
@media screen and (max-width: 767px) {
  #visual_header {
    min-height: 200px;
  }
}
#visual_header.noimg {
  min-height: 500px;
}
@media screen and (max-width: 767px) {
  #visual_header.noimg {
    min-height: 200px;
  }
  #visual_header.noimg.long {
    min-height: 300px;
  }
  #visual_header.noimg.long .title {
    top: 20%;
  }
  #visual_header.noimg .title {
    top: 35%;
  }
}
#visual_header .image {
  position: relative;
  line-height: 1;
}
#visual_header .image::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  background: rgba(0, 0, 0, 0.25);
}
#visual_header h1 {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #ffffff;
  position: absolute;
  bottom: 5rem;
  left: 3vw;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  #visual_header h1 {
    bottom: 2rem;
    font-size: 4vw;
    line-height: 1.5;
  }
}
#visual_header .title {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  z-index: 10;
  color: #ffffff;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #visual_header .title {
    text-align: center;
    right: 50%;
    width: 100%;
    transform: translateY(-50%) translateX(50%);
  }
}
#visual_header .title p.cat {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  #visual_header .title p.cat {
    font-size: 1.4rem;
  }
}
#visual_header .top_name {
  position: absolute;
  bottom: 5rem;
  left: 5rem;
  color: #ffffff;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  #visual_header .top_name {
    position: static;
    text-align: center;
    margin: 2rem 0 0 0;
  }
}

#business_model {
  overflow: visible !important;
  padding: 10rem 0 0 0;
}
@media screen and (max-width: 767px) {
  #business_model {
    padding: 5rem 0 0 0;
  }
}
#business_model .bmodel_flex {
  display: flex;
  justify-content: space-between;
  min-width: 900px;
}
@media screen and (max-width: 767px) {
  #business_model .bmodel_flex {
    display: block;
    min-width: 0;
  }
}
#business_model .bmodel_flex .left {
  width: 20%;
  padding: 0 3vw 0 0;
}
@media screen and (max-width: 767px) {
  #business_model .bmodel_flex .left {
    width: 100%;
    padding-right: 0;
  }
}
#business_model .bmodel_flex .left .menu {
  position: sticky;
  top: 180px;
  /* 固定ヘッダーの高さを考慮した値 */
}
@media screen and (max-width: 767px) {
  #business_model .bmodel_flex .left .menu {
    z-index: 500;
    height: 66px;
  }
  #business_model .bmodel_flex .left .menu ul {
    display: flex;
    justify-content: space-between;
  }
  #business_model .bmodel_flex .left .menu ul.fixed {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #ffffff;
  }
  #business_model .bmodel_flex .left .menu ul.sp {
    display: flex !important;
  }
  #business_model .bmodel_flex .left .menu ul li {
    width: 33.3333%;
    border: 1px solid #000;
    text-align: center;
  }
  #business_model .bmodel_flex .left .menu ul li p,
  #business_model .bmodel_flex .left .menu ul li a {
    font-size: 1.3rem;
    display: block;
  }
  #business_model .bmodel_flex .left .menu ul li:nth-of-type(1), #business_model .bmodel_flex .left .menu ul li:nth-of-type(2) {
    border-right: 0;
  }
}
#business_model .bmodel_flex .left .menu li p,
#business_model .bmodel_flex .left .menu li a {
  cursor: pointer;
}
#business_model .bmodel_flex .left .menu li p:hover,
#business_model .bmodel_flex .left .menu li a:hover {
  color: #555;
}
@media screen and (max-width: 767px) {
  #business_model .bmodel_flex .left .menu li p,
  #business_model .bmodel_flex .left .menu li a {
    padding: 2rem 0;
  }
}
#business_model .bmodel_flex .left .menu li.active {
  position: relative;
}
#business_model .bmodel_flex .left .menu li.active::before {
  content: "";
  width: 6px;
  height: 6px;
  content: "";
  background: #FF0000;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -1em;
  margin: -0.15em 0 0 0;
}
@media screen and (max-width: 767px) {
  #business_model .bmodel_flex .left .menu li.active::before {
    display: none;
  }
}
#business_model .bmodel_flex .left .menu li.active p,
#business_model .bmodel_flex .left .menu li.active a {
  color: #FF0000 !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #business_model .bmodel_flex .left .menu li.active p,
  #business_model .bmodel_flex .left .menu li.active a {
    color: #ffffff !important;
    background: #000;
  }
}
#business_model .bmodel_flex .right {
  flex: 1;
  position: relative;
}
#business_model .bmodel_flex .right .cardwrapper {
  position: relative;
  height: 100vh;
}
.panel {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
}
.panel .panel_header {
  position: relative;
  background: #F4F4F2;
  display: inline-flex;
  justify-content: space-between;
  padding: 5rem 5rem 0 5rem;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 767px) {
  .panel .panel_header {
    display: block;
    padding: 0;
  }
}
.panel .panel_header h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 0 0;
  font-size: clamp(18px, 1.8vw, 2.2rem);
}
@media screen and (max-width: 767px) {
  .panel .panel_header h2 {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    background: #555;
    color: #ffffff;
    border-radius: 5px 5px 0 0;
    padding: 2rem 0;
    font-size: 1.6rem;
  }
}
.panel .panel_header .numbers {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 767px) {
  .panel .panel_header .numbers {
    display: none;
  }
}
.panel .panel_header .numbers .now p {
  font-size: 3.2rem;
  padding: 0 0.5em;
  line-height: 1;
  color: #000;
  border-right: 1px solid #ccc;
}
.panel .panel_header .numbers .num {
  font-size: 1.4rem;
  padding: 0 1em;
  line-height: 1;
}
.panel .panel_main {
  background: #F4F4F2;
  padding: 5rem 8rem;
  position: relative;
  min-height: 50vh;
  height: 50vh;
  min-height: 400px;
  max-height: 460px;
  border-radius: 0 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .panel .panel_main {
    padding: 0;
    height: auto;
    max-height: none;
    min-height: 0;
  }
}
.panel .panel_main .panels {
  height: 100%;
}
.panel .panel_main .in {
  position: absolute;
  top: 5rem;
  left: 8rem;
  right: 8rem;
  width: calc(100% - 16rem);
  opacity: 0;
  /* GSAP will control this */
  visibility: hidden;
  /* GSAP will control this */
}
@media screen and (max-width: 767px) {
  .panel .panel_main .in {
    position: static;
    width: 100%;
  }
}
.panel .panel_main .in p {
  font-size: 1.4rem;
}
.panel .panel_main h3 {
  color: #FF0000;
  font-size: 2.4rem;
  margin: 0 0 0.5em 0;
  font-size: clamp(20px, 2.4vw, 2.8rem);
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .panel .panel_main h3 {
    font-size: 1.8rem;
    text-align: center;
  }
}
.panel .panel_main .illust_flex {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .panel .panel_main .illust_flex {
    display: block;
  }
}
.panel .panel_main .illust_flex .txt {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .panel .panel_main .illust_flex .txt {
    width: 100%;
    padding: 0 2rem;
  }
}
.panel .panel_main .illust_flex .txt p {
  line-height: 1.75;
}
.panel .panel_main .illust_flex .illust {
  flex: 1;
  padding: 0;
  max-height: 37vh;
  transform: translateY(-3rem);
  padding-right: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .panel .panel_main .illust_flex .illust {
    width: 100%;
    height: auto;
    transform: none;
    padding: 30px 0;
  }
}
.panel .panel_main .illust_flex .illust img {
  width: 100%;
  max-width: 480px;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .panel .panel_main .illust_flex .illust img {
    height: auto;
  }
}

.links {
  /*
  display: flex;
  gap: 5%;
  margin-top: -2rem;
  padding-right: 5%;
      @include media(sp) {
        padding: 3rem 0;
      }
  a{
    width: 50%;
    background-color: #fff;
    border-radius: 6px;
    line-height: 1;
    padding: 20px;
    text-align: center;
  }
  */
}
@media screen and (max-width: 767px) {
  .links {
    padding: 3rem 5%;
  }
}
.links a {
  color: #FF0000;
}
.links a:hover {
  text-decoration: underline;
}

.spacer {
  height: 20vh;
  /* 余白を半分の50vhに調整 */
}
@media screen and (max-width: 767px) {
  .spacer {
    display: none;
  }
}

#visual_header.businessmodel {
  background-image: url(../image/businessmodel/visual.jpg);
  background-size: cover;
}
#visual_header.businessmodel::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #visual_header.businessmodel {
    background-size: cover;
  }
}

.right {
  position: relative;
}

.image-section {
  position: relative;
  height: 1000vh;
}

.card-wrappers {
  position: sticky;
  top: 20vh;
  width: 100%;
  max-width: 1000px;
  height: 700px;
  margin: 0 auto;
  perspective: 1000px;
}

.card {
  position: absolute;
  transform-style: preserve-3d;
}

.card .image {
  width: 60%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.card .text {
  width: 50%;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}

.card .text h2 {
  margin: 0 0 0.5rem;
  font-size: 1.5rem;
}

.card .text p {
  margin: 0;
  color: #555;
}

.cardwrapper {
  max-width: 1200px;
  margin: auto;
  padding: 10rem;
}
.cardwrapper .cardw {
  position: relative;
}
.cardwrapper .cardw .cardd {
  background: #ffffff;
  transform: translateX(calc(100% - 240px));
}

/*ここから下が重要*/
.cardwrapper {
  width: 100%;
  margin-top: 80px;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.cardwrapper .feature_1 {
  background-color: #eee2d3;
  top: 0;
}
.cardwrapper .feature_2 {
  background-color: #c39c89;
  top: 80px;
}
.cardwrapper .feature_3 {
  background-color: #e7b09f;
  top: 160px;
}

#panel01 .panel .panel_header {
  width: 85% !important;
}
@media screen and (max-width: 767px) {
  #panel01 .panel .panel_header {
    width: 100% !important;
  }
}

#panel02 .panel .panel_header {
  width: 80% !important;
}
@media screen and (max-width: 767px) {
  #panel02 .panel .panel_header {
    width: 100% !important;
  }
}

#panel03 .panel .panel_header {
  width: 75% !important;
}
@media screen and (max-width: 767px) {
  #panel03 .panel .panel_header {
    width: 100% !important;
  }
}

#model {
  margin: 0 auto;
}
#model .pwrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #model .pwrap {
    position: static;
    margin: 0 0 5rem 0;
  }
}
#model .pwrap .panel-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5rem 0 0 5rem;
}
@media screen and (max-width: 767px) {
  #model .pwrap .panel-item {
    position: static;
    padding: 2rem 2rem 0 2rem;
    transform: none !important;
  }
}

.movie_btn {
  margin: 30vh 0 0 0;
}
@media screen and (max-width: 767px) {
  .movie_btn {
    margin: 2rem 0;
  }
}
.movie_btn a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.movie_btn a p {
  color: #ffffff;
  font-size: clamp(1rem, -0.16rem + 1.5vw, 2rem);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .movie_btn a p {
    flex: 1;
    text-align: center;
    font-size: 1.6rem;
  }
}
.movie_btn a:hover {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.2));
}
.movie_btn a:hover svg.over circle {
  stroke: #FF0000;
  animation: circles 2s 1;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.movie_btn a:hover span.c-icon.befores {
  animation-name: transformRightLeft;
}
.movie_btn a:hover span.c-icon.afters {
  animation-name: transformLeftRight;
  /* 修正: hover時のアニメーションを指定 */
  animation-delay: 0.2s;
  color: #FF0000;
}

svg.over {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 50px;
  transform: rotate(180deg);
}
svg.over circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke: #FF0000;
  z-index: 10;
  stroke-dasharray: 157;
  stroke-dashoffset: 157;
}

svg.bg {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 8;
  width: 50px;
}
svg.bg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  z-index: 10;
  stroke-dasharray: 157;
  stroke-dashoffset: 0;
}

.icons {
  background: none;
  position: relative;
  overflow: hidden;
  width: 30%;
  max-width: 50px;
  aspect-ratio: 1;
  border: 1px solid #fff;
  border-radius: 50%;
}
.icons .c-icon {
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
  font-size: 1.5rem;
  background-color: #ffffff;
  transition: all 0.3s ease;
  width: 30%;
  height: 50%;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
}

#sroll {
  display: none;
  position: fixed;
  width: 80%;
  bottom: 20px;
  right: 0%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sroll {
    display: none !important;
  }
}
#sroll span.arrow {
  position: relative;
  display: block;
  margin: auto;
  border-radius: 50%;
  background-color: #3e3e3e;
  width: 50px;
  height: 50px;
}
#sroll span.arrow i {
  display: block;
  width: 15px;
  height: 15px;
  position: relative;
  left: 50%;
  top: 8px;
  animation: scrollArrow 2s infinite;
}
#sroll span.arrow i::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(45deg);
  width: 15px;
  height: 15px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
}
#sroll span.en {
  font-size: 1.2rem;
}

@keyframes scrollArrow {
  0% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
@keyframes circles {
  0% {
    stroke-dashoffset: 157;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes transformLeftRight {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes transformRightLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}