#brand{

}
.main-title{
    color: var(--green);
    text-align: center;
    font-size: 44px;
    font-weight: 500;
    margin-bottom: 180px;
}

#story .top-title{
    display: flex;
    align-items: baseline;
    gap: 30px;
}
#story .top-title .en{
    font-size: 40px;
    font-family: var(--font);
    color: var(--green);
}
#story .top-title .ja{
    font-size: 14px;
}
.sign{
    text-align: right;
    font-size: 16px;
}
.sign span{
    font-size: 20px;
    padding-left: 15px;
    display: inline-block;
}
#story .box-containerC{
    padding: 30px 0;
}
#story .box-containerC__group{
    width: 47%;
}
@media screen and (max-width: 768px) {
  #story .top-title{
    gap: 10px;
  }
  #story .top-title .en{
    font-size: 25px;
  }
  #story .top-title .ja{
    font-size: 11px;
  }
  #story.bg-gray{
    padding-top: 0;
  }
  #story .box-containerC{
    padding: 0;
  }
  #story .box-containerC__image{
    height: auto;
  }
  .main-title{
    font-size: 30px;
    margin-bottom: 90px;
  }
  #story .box-containerC__group{
    width: 85%;
  }
  .sign{
    font-size: 14px;
  }
  .sign span{
    font-size: 18px;
  }
}

/* =========================================
   PCファースト版 designA
========================================= */

/* ▼ PCデフォルト */
.designA__container {
    display: flex;
    position: relative;
    align-items: center;
    margin: auto;
    padding: 20px 120px;
    width: 100%;
    height: 1000px;
  }
  
  .designA__image {
    position: absolute;
    top: 0;
    right: 50%;
    width: 50%;
    height: 100%;
  }
  .designA__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .designA__group {
    position: relative;
    left: 50%;
    margin-left: 135px;
    width: 595px;
    max-width: 45%;
  }
  
  .designA__head {
    text-align: center;
  }
  
  .designA__en-heading {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 70px;
    font-family: var(--font);
    color: var(--green);
  }
  
  .designA__ja-heading {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
  }
  
  .designA__text {
    margin: 60px auto 0;
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  .designA__text span {
    font-weight: bold;
  }
  
  /* ▼ スマホ調整（768px以下） */
  @media screen and (max-width: 768px) {
    .designA__container {
      padding: 0 0 70px;
      display: block;
      height: auto;
    }
  
    .designA__image {
      position: static;
      width: 100vw;
    }
  
    .designA__group {
      position: static;
      margin: 50px auto 0;
      width: 100%;
      left: auto;
      max-width: none;
    }
  
    .designA__en-heading {
      font-size: 25px;
      margin-bottom: 0;
    }
  
    .designA__ja-heading {
      font-size: 14px;
      margin-top: 14px;
    }
  
    .designA__text {
      width: 85%;
      margin: 36px auto 0;
      font-size: 14px;
      line-height: 2.14;
    }
  }
  
  /* =========================================
     PCファースト版 designB
  ========================================= */
  
  /* ▼ PCデフォルト */
  .designB__container {
    display: flex;
    position: relative;
    align-items: center;
    margin: auto;
    padding: 20px 120px;
    width: 100%;
    height: 1000px;
  }
  
  .designB__image {
    position: absolute;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
  }
  .designB__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .designB__group {
    position: relative;
    margin-top: 0;
    width: 595px;
    max-width: 45%;
  }
  
  .designB__head {
    text-align: center;
  }
  
  .designB__en-heading {
    font-weight: 300;
    font-size: 40px;
    margin-bottom: 70px;
    font-family: var(--font);
    color: var(--green);
  }
  
  .designB__ja-heading {
    font-size: 22px;
    line-height: 1.7;
    font-weight: 500;
  }
  
  .designB__text {
    margin: 60px auto 0;
    width: 100%;
    font-size: 16px;
    line-height: 2;
  }
  .designB__text span {
    font-weight: bold;
  }
  
  /* ▼ スマホ調整（768px以下） */
  @media screen and (max-width: 768px) {
    .designB__container {
      padding: 0 0 70px;
      display: block;
      height: auto;
    }
  
    .designB__image {
      position: static;
      width: 100vw;
    }
  
    .designB__group {
      position: static;
      margin: 50px auto 0;
      width: 100%;
      max-width: none;
    }
  
    .designB__en-heading {
      font-size: 25px;
      margin-bottom: 0;
    }
  
    .designB__ja-heading {
      font-size: 14px;
      margin-top: 14px;
    }
  
    .designB__text {
      width: 85%;
      margin: 36px auto 0;
      font-size: 14px;
      line-height: 2.14;
    }
  }

#brand .bg-blue{
    padding: 160px 0;
}
.img-bg {
    padding-top: 40px;
    background: url(../../../images/pages/recruit/message-bg.png) #f2fafd no-repeat left / auto 100%;
    padding: 180px 0;
}
#brand .bg-blue .text{
    width: 90%;
    max-width: 780px;
    margin: 0 auto;
    font-size: 16px;
}
@media screen and (max-width: 768px) {
  #brand .bg-blue .text{
    font-size: 14px;
  }
  #brand .bg-blue{
    padding: 80px 0;
  }
}
#studio{
    margin: 180px 0;
}
#studio .map li{
    width: 50%;
}
#studio .map .japan-img{
    position: relative;
    flex-shrink: 0;
    width: 595px;
}
#studio .map .japan-img img{
    width: 595px;
}
/* 高槻 */
#studio .map .japan-img .drop01{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 37%;
    top: 22%;
}
/* 北千里 */
#studio .map .japan-img .drop02{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    left: 51%;
    top: 34%;
}
/* 都島 */
#studio .map .japan-img .drop03{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    left: 52%;
    bottom: 48%;
}
/* 蒲生 */
#studio .map .japan-img .drop04{
    position: absolute;
    width: 30px;
    height: 30px;
    display: inline-block;
    right: 37%;
    bottom: 46%;
}
/* 広がる薄い赤 東北01 中国02 中部03 九州04 関西05 関東06 */
.drop01::before,
.drop02::before,
.drop03::before,
.drop04::before{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(25, 167, 142, 0.5);
  transform: translate(-50%, -50%) scale(0.15);
  animation: ripple 1.2s ease-out infinite;
  pointer-events: none;
  will-change: transform, opacity;
}
.drop01::after,
.drop02::after,
.drop03::after,
.drop04::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@keyframes ripple {
    0% {
      transform: translate(-50%, -50%) scale(0.15);
      opacity: 0.9;
    }
    60% {
      opacity: 0.45;
    }
    100% {
      transform: translate(-50%, -50%) scale(1); /* 1 -> 幅20px のまま拡大表示 */
      opacity: 0;
    }
  }

  @media screen and (max-width:768px) {
    #studio{
      margin: 0;
    }
    #studio .map .japan-img{
      width: 100%;
    }
    #studio .map .japan-img img{
      width: 100%;
    }
    #studio .map .japan-img .drop01{
      right: 35%;
      top: 19%;
}
#studio .map .japan-img .drop02{
  left: 49%;
  top: 33%;
}
#studio .map .japan-img .drop03{
  left: 57%;
  bottom: 46%;
}
#studio .map .japan-img .drop04{
  right: 42%;
  bottom: 48%;
}

  .drop01::before,
  .drop02::before,
  .drop03::before,
  .drop04::before{
    width: 30px;
    height: 30px;
  }
    .drop01::after, .drop02::after, .drop03::after, .drop04::after, .drop05::after, .drop06::after{
        width: 5px;
        height: 5px;
    }
}




/* 数字で見るundeux */
#numbers{
    background-color: #f7f7f7;
    padding: 180px 0;
}
#numbers ul{
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
    gap: 24px;
    justify-content: space-between;
    max-width: 1440px;
  }
  #numbers ul li{
	width: calc((100% - 48px) / 3);
    background-color: #fff;
    text-align: center;
    padding: 83px 0;
  }
  #numbers ul li:last-child {
    margin-right: auto;
  }
  #numbers ul li img{
    margin: 30px 0;
  }
  #numbers ul li .sub{
    text-align: center;
    margin-bottom: -10px;
    font-weight: bold;
    font-size: 18px;
    color: var(--green);
  }
  #numbers ul li .text{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: var(--green);
  }
  #numbers ul li .numbers{
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: var(--green);
  }
  #numbers ul li .numbers span{
    font-size: 56px;
    font-weight: 500;
  }
  #numbers ul li .numbers span.note{
    width: 90%;
    font-size: 12px;
    display: inline-block;
    text-align: center;
  }
  #numbers .note{
    width: 90%;
    text-align: right;
    margin: 25px auto 0;
    font-size: 12px;
  }
  @media screen and (max-width:768px) {
    #numbers{
      padding: 90px 0;
    }
    #numbers ul{
        gap: 9px;
    }
    #numbers ul li{
        width: calc((100% - 15px) / 2);
        padding: 30px 0;
    }
    #numbers ul li .text{
        font-size: 14px;
    }
    #numbers ul li .numbers{
        font-size: 13px;
    }
    #numbers ul li .numbers span{
        font-size: 30px;
    }
    #numbers ul li .sub{
        font-size: 10px;
        margin-bottom: 0;
    }
    #numbers ul li img{
        margin: 10px 0;
        width: 60%;
        height: 75px;
    }
    #numbers ul li .numbers span.note{
      font-size: 10px;
      margin-top: 10px;
    }
  }

/* customer-voice */
  /* お客様の声 */
  .customer-voice{
    width: 90%;
    margin: 180px auto;
    max-width: 1440px;
  }
  .customer-voice_list{
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: space-between;
  }
  .customer-voice_list li{
    width: calc((100% - 56px) / 3);
  }
  .customer-voice_list li img{
    margin-bottom: 20px;
  }
  .customer-voice_list li .tag{
    display: flex;
    gap: 10px;
    margin-bottom: 27px;
  }
  .customer-voice_list li .tag p{
    background-color: var(--green);
    color: #fff;
    text-align: center;
    font-size: 12px;
    padding: 0 25px;
  }
  .customer-voice_list li .text{
    font-size: 16px;
    line-height: 1.7;
  }
  .customer-voice_list li .text span{
    display: inline-block;
    padding-top: 20px;
  }

  @media screen and (max-width:768px) {
    .customer-voice{
        margin: 100px auto 0;
    }
    .customer-voice_list li{
        margin-bottom: 35px;
        width: 100%;
    }
    .customer-voice_list li .tag{
        margin-bottom: 20px;
    }
    .customer-voice_list li .text{
        font-size: 14px;
        letter-spacing: 0.8px;
    }
    #studio{
        padding: 80px 0 0;
    }
    .customer-voice_list li .text span{
        padding-top: 10px;
    }
}



.studio-map{
  display: flex;
  margin-bottom: 180px;
}
.slider-wrapper {
  width: 585px;
  height: 460px;
  margin: 0 auto;
  position: relative;
}

.sample-slider {
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* 自作ドット */
.custom-pagination {
  display: flex;
  justify-content: flex-end; /* 右下に寄せる */
  gap: 6px;
  margin-top: 8px; /* 画像下にスペース */
}

.custom-pagination .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #9f9f9f; /* 非アクティブドット */
  cursor: pointer;
  opacity: 1;
  border: 1px solid #fff;    /* 背景とのコントラスト */
}

.custom-pagination .dot.active {
  background-color: #19a78e; /* アクティブドット */
  opacity: 1;
}

@media screen and (max-width:768px) {
  .studio-map{
    display: block;
  }
  .map{
    margin-bottom: 30px;
  }
  .slider-wrapper,
  .custom-pagination {
    width: 90%;
    margin: 20px auto 0;
  }
}
