:root{
    --business-contents-padding: 50px;
    --business-page-contents-gap: 40px;
}

.scrollbar-hide {
  -ms-overflow-style: none;  /* IE & Edge */
  scrollbar-width: none;     /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;             /* Chrome, Safari, Opera */
}

.business-page__works-movies-item:visited {
  color: inherit;
}
.business-page__text--underline{
    background: radial-gradient(circle at calc(100% - 15px) calc(100% - 15px), #FDFF05 15px, transparent 15px) ,
                radial-gradient(circle at 15px calc(100% - 15px), #FDFF05 15px, transparent 15px) ,
                linear-gradient(to bottom, #f6f6f6 calc(100% - 30px), transparent calc(100% - 30px)) ,
                linear-gradient(to right, transparent 15px, #FDFF05 15px, #FDFF05 calc(100% - 15px), transparent calc(100% - 15px));
    display:inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0 0.1em;
  }

  .business-page__text--underline3{
    background: radial-gradient(circle at calc(100% - 15px) calc(100% - 15px), #FDFF05 15px, transparent 15px) ,
                radial-gradient(circle at 15px calc(100% - 15px), #FDFF05 15px, transparent 15px) ,
                linear-gradient(to bottom, #f6f6f6 calc(100% - 30px), transparent calc(100% - 30px)) ,
                linear-gradient(to right, transparent 15px, #FDFF05 15px, #FDFF05 calc(100% - 15px), transparent calc(100% - 15px));
    display:inline;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 0 0 0;
  }

  .business-page__text--underline2{
    background: radial-gradient(circle at calc(100% - 5.8px) calc(100% - 5.8px), #FDFF05 5.8px, transparent 5.8px), radial-gradient(circle at 5.8px calc(100% - 5.8px), #FDFF05 5.8px, transparent 5.8px), linear-gradient(to bottom, #f6f6f6 calc(100% - 11.6px), transparent calc(100% - 11.6px)), linear-gradient(to right, transparent 5.8px, #FDFF05 5.8px, #FDFF05 calc(100% - 5.8px), transparent calc(100% - 5.8px));
    padding: 0 0 1px;
  }

section{
    max-width: var(--contents-max-width);
    margin: auto;
}

.business-page{
    background: #F6F6F6;
}

.business-page__section{
    display: flex;
    flex-direction: column;
    gap: calc(var(--business-page-contents-gap) + 10px);
    width: 100%;
}

.business-page__pr{
    
}
.business-page__top-image{
    width: 100%;
    position: relative;
}
.business-page__top-text-container{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 50px 0px 100px 0px;
    position: absolute;
    color: #FFFFFF;
    top: 22%;
    left: var(--business-contents-padding);
}

.business-page__top-text__large{
    font-family: 'MOBO-Bold';
    font-size: clamp(52px, 5vw, 64px);
    line-height: 1.25em;
    letter-spacing: 0.05em;
}

.business-page__top-text__small{
    font-family: 'MOBO-Bold';
    font-size: 32px;
    font-size: clamp(26px, 2.5vw, 32px);
    line-height: 2.5em;
    letter-spacing: 0.05em;
}

.business-page__container{
    display: flex;
    flex-direction: column;
    gap: 150px;
    padding-bottom: 100px;
    margin-top: calc(100px - var(--sticky-button-height));
    padding-left: var(--business-contents-padding);
    padding-right: var(--business-contents-padding);
}

.business-page__pr-contents{
    display: flex;
    gap: var(--business-page-contents-gap);
    justify-content: center;
    align-items: center;
}

.business-page__pr-contents-image{
    width: 332px;
}
.business-page__pr-contents-info{
    display: flex;
    flex-direction: column;
    gap: var(--business-page-contents-gap);
}

.business-page__pr-contents-info-title {
    font-family: 'MOBO-Bold';
    font-weight: 400;
    font-size: 38px;
    /* line-height: 1; */
    line-height: 1.6;
    color: #008CFF;
    letter-spacing: 0.05em;
  }

  .business-page__contents-text{
    font-family: "Noto Sans JP", serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.05em;
  }

  #pr-text{
    padding-bottom: 16px;
  }

  .business-page__pr-contents-info-text--link{
    color: #008CFF;
    text-decoration: underline;
  }

  .business-page__pr-contents-info-text--link:visited{
    color: #008CFF;
  }

  .business-page__pr-contents-info-item{
    padding-top: calc(var(--business-page-contents-gap) / 2);
  }

  .business-page__support-contents{
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  .business-page__item{
    padding: 20px 15px;
    border: 1px solid #D9D9D9;
    border-radius: 5px;
    background: #FFFFFF;
  }
  .business-page__item-header{

  }
  .business-page__item-img-container{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #008CFF;
    border-radius: 50%;
  }
  .business-page__item-img{
    /* height: fit-content; */
  }
  .business-page__item-title{
    font-family: 'MOBO-Bold';
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  .business-page__item-text{}

  .business-page__support-contents-container{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }
  .business-page__support-contents-item-container{
    display: flex;
    gap: 20px;
  }
  
  .business-page__support-contents-item-container--item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: calc(calc(100% - 40px) / 2);
  }

  .business-page__support-contents-item-container-header{
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    align-items: center;
  }

  .business-page__support-contents-item-container--item-img-container{
    width: 74px;
    height: 74px;
  }

  .business-page__support-contents-item-container--item-img{
    height: 45.5px;
  }

  .business-page__support-contents-item-container--item-title{
    text-align: center;
  }

  .business-page__support-contents-footer-text{
    font-family: 'MOBO-Bold';
    font-weight: 400;
    font-size: 48px;
    line-height: 1.75em;
    color: #008CFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .business-page__works-contents{
    display: flex;
    flex-direction: column;
    gap: var(--business-page-contents-gap);
  }

  .business-page__works-movies{
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }

  .business-page__works-movies-item{
    max-width: calc(calc((100% - 60px) / 4));
    display: flex;
    flex-direction: column;
    gap: 5px;
    flex: 0 0 auto; /* = flex-none */
    scroll-snap-align: start; /* snap-start */
  }

  .business-page__works-movies-item-title{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .business-page__works-movies-item-text{
    font-family: "Noto Sans JP", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    color: #7D7D7D;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .business-page__flow-contents{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .business-page__flow-contents-item{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .business-page__flow-contents-item-header{
    display: flex;
    gap: 15px;
    align-items: center;
  }

  .business-page__flow-contents-item-header-icon{
    width: 54px;
    height: 54px;
  }

  .business-page__flow-contents-item-img{
    /* width: 28px; */
    height: 35.38px;
  }

  .business-page__member-contents{
    display: flex;
    gap: 40px;
    align-items: center;
  }

  .business-page__member-image{
    width: 407px;
    border-radius: 15px;
  }

  .business-page__member-contents-info{
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .business-page__member-contents-info-header{
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .business-page__member-contents-info-header-post{
    font-family: 'MOBO-Bold';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }

  .business-page__member-contents-info-header-name{
    font-family: 'MOBO-Bold';
    font-weight: 400;
    font-size: 38px;
    line-height: 1em;
    letter-spacing: 0.05em;
  }

  .business-page__faq-contents{
    display: flex;
    flex-direction: column;
    gap: 25px;
  }

  .business-page__faq-item{
    display: flex;
        flex-direction: column;
        gap: 20px;
        cursor: pointer;
  }
  .business-page__faq-item-header{
    display: flex;
    gap: 15px;
    justify-content: space-between;
    align-items: center;
  }

  .business-page__faq-item-title-icon{
    display: flex;
    gap: 15px;
    align-items: center;
  }
  .business-page__faq-item-header-title{
    font-size: 18px;
  }

  .business-page__faq-item-header-icon{
    width: 48px;
    height: 48px;
    min-width: 48px;
  }

  .business-page__faq-contents-item-img{
    width: 36px;
  }

  /* 回答部分の初期状態（非表示） */
.business-page__faq-item-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
    opacity: 0;
    display: none;
}

/* 開いたとき */
.business-page__faq-item.open .business-page__faq-item-answer {
    max-height: 200px;
    opacity: 1;
    display: flex;
}

/* + / - アイコンのスタイル */
.business-page__faq-item-switch {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ＋ アイコン（初期状態） */
.business-page__faq-item-switch::before,
.business-page__faq-item-switch::after {
  content: "";
  position: absolute;
  background-color: #008CFF; /* アイコンの色 */
  transition: transform 0.3s ease-in-out;
  border-radius: 15px;
}

/* 縦棒 */
.business-page__faq-item-switch::before {
  width: 4px;
  height: 26px;
}

/* 横棒 */
.business-page__faq-item-switch::after {
  width: 26px;
  height: 4px;
}

/* マイナス（−）アイコンに変化 */
.business-page__faq-item.open .business-page__faq-item-switch::before {
    transform: rotate(90deg);
    opacity: 0;
}

.contact-page__container {
    padding-top: 0;
    width: 100%;
}

.business-page__contact-section{
  gap:15px;
  padding-bottom: 0px;
}

#contact {
  scroll-margin-top: 120px; /* 固定ヘッダーの高さを指定 */
}

@media screen and (min-width: 1025px) {
  .pc-tab-contents{
    display: flex;
  }
  .sp-contents{
    display: none;
  }
    .business-page{
        padding-top: 120px;
    }
    .business-page__works-movies-item-image-container {
      overflow: hidden;
    }
    .business-page__works-movies-item img {
      transition: transform 0.3s ease-in-out;
    }
    .business-page__works-movies-item img:hover {
      transform: scale(1.1);
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  :root{
    --business-contents-padding: 30px;
    --business-page-contents-gap: 40px;
}
.pc-tab-contents{
  display: flex;
}
.sp-contents{
  display: none;
}



  .business-page{
    padding-top: 120px;
  }

  /* .business-page__pr-contents {
    flex-direction: column;
} */

  .business-page__top-text__large {
    font-size: clamp(44px, 5vw, 64px);
  }

  .business-page__top-text-container {
    top: 50%;
    transform: translateY(-40%);
  }

  /* .business-page__pr-contents-image{
    order: 2;
  } */

  

  .business-page__support-contents-item-container {
    flex-wrap: wrap;
}

.business-page__support-contents-footer-text {
  font-size: clamp(32px, 4vw, 43px);
  white-space: nowrap;
}

.business-page__works-movies-item-title {
  font-size: clamp(15px, 2vw, 18px);
}

.business-page__works-movies-item-text {
  font-size: clamp(15px, 2vw, 18px);
}

.business-page__member-image {
  width: 300px;
}

}

@media screen and (max-width: 767px) {
   #pr-text{
    font-size: 14px;
  }
  .business-page__contents-text{
    font-size: 14px;
  }
  .business-page__item-title{
    font-size: 18px;
    line-height: 1.4;
  }
  .pc-tab-contents{
    display: none;
  }
  .sp-contents{
    display: flex;
  }
    .business-page{
        padding-top: 54px;
    }

    :root{
      --business-contents-padding: 15px;
      --business-page-contents-gap: 20px;
      
  }

  .business-page__container {
    gap: 100px;
}

  .business-page__text--underline {
    background:
    radial-gradient(circle at calc(100% - 8.25px) calc(100% - 8.25px), #FDFF05 8.25px, transparent 8.25px),
    radial-gradient(circle at 8.25px calc(100% - 8.25px), #FDFF05 8.25px, transparent 8.25px),
    linear-gradient(to bottom, #f6f6f6 calc(100% - 16.5px), transparent calc(100% - 16.5px)),
    linear-gradient(to right, transparent 8.25px, #FDFF05 8.25px, #FDFF05 calc(100% - 8.25px), transparent calc(100% - 8.25px));
  padding: 0 0 0.2em;
  }

  .business-page__text--underline3 {
    background: radial-gradient(circle at calc(100% - 11px) calc(100% - 11px), #FDFF05 11px, transparent 11px), radial-gradient(circle at 11px calc(100% - 11px), #FDFF05 11px, transparent 11px), linear-gradient(to bottom, #f6f6f6 calc(100% - 22px), transparent calc(100% - 22px)), linear-gradient(to right, transparent 11px, #FDFF05 11px, #FDFF05 calc(100% - 11px), transparent calc(100% - 11px));
    padding: 0 0 9px;
  }

  .business-page__item-img-container {
    scale: 0.8;
}

  .business-page__top-image {
    object-fit: cover;
    height: 400px;
}
  
    .business-page{
      padding-top: 54px;
    }
  
     .business-page__pr-contents {
      flex-direction: column;
  } 
  .business-page__pr-contents-info-title {
    font-size: 24px;
    line-height: 1.4;
    width: 100%;
}
    .business-page__top-text__large {
      font-size: clamp(44px, 5vw, 64px);
    }
  
    .business-page__top-text-container {
      top: 50%;
      transform: translateY(-40%);
    }
  
     .business-page__pr-contents-image{
      /* order: 2; */
      align-self: center;
    } 
  
    .business-page__support-contents-item-container {
      flex-wrap: wrap;
      flex-direction: column;
  }

  .business-page__support-contents-item-container--item {
    width: 100%;
}
  
.business-page__support-contents-footer-text-container{
  width: 100%;
  text-align: center;
  font-size: 6vw;
  line-height: 2;
}
  .business-page__support-contents-footer-text {
    font-size: clamp(32px, 4vw, 43px);
    font-size: 28px;
    white-space: wrap;
  }
  
  /* .business-page__works-movies {
    flex-wrap: wrap;
} */

  .business-page__works-movies-item {
    max-width: calc(calc((100% - 20px) / 2));
    color: inherit;
}

.business-page__works-movies-item:visited{
  color: inherit;
}
  
  .business-page__works-movies-item-title {
    /* font-size: clamp(15px, 2vw, 18px); */
    font-size: 12px;
  }
  
  .business-page__works-movies-item-text {
    /* font-size: clamp(15px, 2vw, 18px); */
    font-size: 12px;
  }
  
  .business-page__flow-contents-item-header-icon {
    min-width: 54px;
}

.business-page__member-contents {
  flex-direction: column;
}
  .business-page__member-image {
    width: 100%;
  }

  .business-page__faq-item-header {
    gap: 0px;
}

.business-page__faq-item-header-title{
  font-size: 16px;
}

.business-page__member-contents-info-header-post {
  font-size: 14px;
}

.business-page__member-contents-info-header-name {
  font-size: 28px;
}

#contact {
  scroll-margin-top: 74px; /* 固定ヘッダーの高さを指定 */
}

.about-us__movie-next-button:hover{
  transform: translateX(50%) translateY(-50%) scale(1.1);
}

}