body {
  background-color: #42C6F5;
}
.business-section {
  background-color: #42C6F5!important;
}
.business-message {
  background-color: #42C6F5 !important;
  padding: 0px !important;

}
.black-back {
  background-color: black;
  padding: 10px 14px 10px 50px;
  margin-top: 180px;
}
.black-back-title {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}
.black-back-en {
  font-size: 100px;
  color: #42C6F5;
  font-weight: bold;
  line-height: 1.5;
  margin: 0px;
  font-family: "Roboto Condensed", sans-serif!important;
}
.black-back-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.business-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* PCで2列 */
  width: 100%;
}

.business-grid a {
  display: block;
  position: relative;
}

.business-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease;
}

/* ホバー時に暗くする */
.business-grid a:hover img {
  opacity: 0.7;
}

/* スマホでは1列 */
@media (max-width: 768px) {
  .business-grid {
    grid-template-columns: 1fr;
  }
}

.business-work { 
background-color: #EAF7FE !important;
}
.business-text {
  color: #42C6F5;
}
.sales-division {
  max-width: 1340px;
  margin: 0 auto;
  padding: 40px 20px;
  padding-top: 90px;
}

.image-area img {
  width: 90%;
  border-radius: 12px;
  display: block;
  margin-bottom: 20px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  border:solid 2px #428AF5
}

.catch-copy {
  margin: 0 auto;
  display: flex;
  background: #428AF5;
  color: #fff;
  border-radius: 12px;
  padding: 70px;
  gap: 40px;
  top: -100px;
    padding-top: 150px;
    padding-bottom: 120px;
    position: relative;
}
.catch-copy-box {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
}

.catch-left h2 {
  font-size: 24px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  font-weight: bold;
}
.catch-left {
  position: relative;
}

.catch-left .highlight-title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  z-index: 10;
}
.path-img7 {
position: absolute;
z-index: 1;
width: 350px;
top: 20px;
}



.catch-right p {
  font-size: 22px;
  line-height: 2;
  font-feature-settings: 'palt' on;
}


.bm-business-message h3,
.bm-business-profile h3 {
  font-size: 60px;
  color: #428AF5;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif!important;
  letter-spacing: 1px;
}

.bm-business-message h4,
.bm-business-profile h4 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
}
.bm-business-message{
display: flex;
align-items: center;
max-width: 1200px;
margin: 0 auto;
border-bottom: solid 1px #428AF5;
padding: 40px 0px;
}

.business-message-box {
  width: 45%;
}
.bm-business-profile{
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 0px;
  }

.bm-business-message p {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}

.bm-business-profile li {
  font-size: 18px;
  line-height: 2;
  font-weight: 500;
}
@media screen and (max-width: 969px) {
  .bm-business-profile li {
  font-size: 16px;
  font-feature-settings: 'palt' on;
  line-height: 162%;
}

}
.profile ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: 2;
}

.bm-business-profile li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}

.bm-business-profile li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 20px;
  height: 20px;
  background: url("../images-recruit/checkbox.webp") no-repeat center center;
  background-size: contain; /* 画像を縮小して収める */
}
@media screen and (max-width: 969px) {
.bm-business-profile li::before {
  top: 3px;
}
}
.catch-copy-box2 {
  max-width: 1200px;
  margin: 0 auto;
  display: flex
;
  gap: 40px;
  color: #000000;
}

.business-work1 {
  background-color: #FFE8E2 !important;

}
.catch-copy1 {
  background-color: #FC945C;
}
.image-area1 img {
  border: solid 2px #FC945C;
}
.bm-business-message1{
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: solid 1px #FC945C;
  padding: 40px 0px;
  }

  .bm-business-message1 h3,
.bm-business-profile1 h3 {
  font-size: 60px;
  color: #FC945C;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif!important;
  letter-spacing: 1px;
}


.business-work2 {
  background-color: #FFFEE2 !important;

}
.catch-copy2 {
  background-color: #FFD447;
}
.image-area2 img {
  border: solid 2px #FFD447;
}
.bm-business-message2{
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: solid 1px #FFD447;
  padding: 40px 0px;
  }

  .bm-business-message2 h3,
.bm-business-profile2 h3 {
  font-size: 60px;
  color: #FFD447;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif!important;
  letter-spacing: 1px;
}

.business-work3 {
  background-color: #F2E2FF !important;

}
.catch-copy3 {
  background-color: #B65CFC;
}
.image-area3 img {
  border: solid 2px #B65CFC;
}
.bm-business-message3{
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  border-bottom: solid 1px #B65CFC;
  padding: 40px 0px;
  }

  .bm-business-message3 h3,
.bm-business-profile3 h3 {
  font-size: 60px;
  color: #B65CFC;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif!important;
  letter-spacing: 1px;
}

.revenue-section {
  background-color: #FFFDF5 !important;
  padding-bottom: 230px;
}
.revenue-text {
  color: #FF9000;
}


.sales-growth {
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 20px;
}

.label {
  display: inline-block;
  background: #FF9000; /* オレンジ */
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  padding: 4px 5px;
  border-radius: 3px;
  margin-bottom: 20px;
}
@media screen and (max-width: 969px) {
  .label {
  font-size: 16px;
  padding: 3px 8px;
  border-radius: 0;
  margin-bottom: 15px;
}
}

.growth-catch {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
}

.growth-desc {
  font-size: 22px;
  line-height: 2;
  color: #000;
  margin: 0;
}
.uriage {
  margin-top: 30px;
}
@media screen and (max-width: 969px) {
  .business-1 {
    width: 100%;
}
  .black-back {
    background-color: black;
    padding: 10px 20px;
    margin-top: 60px;
  }
  .black-back-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
  }
  .black-back-title br{
    display: none;
  }
  .black-back-en {
    font-size: 40px;
    color: #42C6F5;
    font-weight: bold;
    line-height: 1.5;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 0;
  }
  .black-back-flex {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .bm-business-message h3,
.bm-business-profile h3 {
  font-size: 32px;
  margin-bottom: 10px;
  font-family: "Roboto Condensed", sans-serif!important;
  letter-spacing: 1px;
}
.bm-business-message p {
  font-size: 16px;
  line-height: 1.5;
}
  .sales-division {
    max-width: 1340px;
    margin: 0 auto;
    padding: 40px 0px;
}
  .business-work {
    padding: 80px 0px;
  }
  .catch-copy-box {
    display: block;
    padding: 0px;

  }
  .image-area img {
    width: 95%;
    margin-left: 0;
  }
  .catch-left .highlight-title {
    margin-bottom: 50px;
    font-size: 28px;
  }
  .catch-right p {
    font-size: 15px;
    line-height: 175%;
    font-feature-settings: 'palt' on;
    font-weight: 500;
}
  .catch-copy {
    margin: 0 auto;
    display: flex
;
    background: #428AF5;
    color: #fff;
    border-radius: 12px;
    padding: 100px 20px 50px 30px;
    gap: 40px;
    top: -90px;
    position: relative;
    margin-left: 20px;
}
.catch-copy1 {
  margin: 0 auto;
  display: flex
;
  background: #FC945C;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  gap: 40px;
  top: -90px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  margin-left: 20px;
}
.catch-copy2 {
  margin: 0 auto;
  display: flex
;
  background: #FFD447;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  gap: 40px;
  top: -90px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  margin-left: 20px;
}
.catch-copy3 {
  margin: 0 auto;
  display: flex
;
  background: #B65CFC;
  color: #fff;
  border-radius: 12px;
  padding: 30px;
  gap: 40px;
  top: -90px;
  padding-top: 150px;
  padding-bottom: 50px;
  position: relative;
  margin-left: 20px;
}
.bm-business-message {
display: block;
padding: 20px 20px;
padding-bottom: 50px;
}
.bm-business-profile {
  display: block;
padding: 40px 20px 0;
padding-bottom: 50px;
}
.business-message-box {
  width: 100%;
}
.growth-catch {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 20px;
}

.growth-desc {
  font-size: 15px;
  line-height: 2;
  color: #000;
  margin: 0;
}

}

.curtain {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.curtain > img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}


/* 共通アニメーション */
.curtain::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateY(0%);
  z-index: 2;
  animation: curtain-open 0.8s ease forwards;
  animation-play-state: paused;
}

/* 色の指定（クラスで分ける） */
.pink-curtain::after {
  background: #F18AD9;
}

.blue-curtain::after {
  background: #42C6F5;
}

.orange-curtain::after {
  background: #F49E02;;
}

.black-curtain::after {
  background: #000;;
}
/* 開始トリガー */
.curtain.is-open::after {
  animation-play-state: running;
}

/* 下から上に開く */
@keyframes curtain-open {
  from { transform: translateY(0%); }
  to   { transform: translateY(-100%); }
}
