@charset "utf-8";
/* ======================================================
   業務紹介ページ（page-business.css）
====================================================== */

/*-------------------------------------------
  BUSINESSセクション
-------------------------------------------*/
.section-business-text {
    margin-top: 40px;
    font-weight: 700;
    font-size: 2.8rem;
}
.section-business-text p:nth-child(2) {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 20px;
}
.section-content-wrap {
    display: flex;
    gap: 3.33%;
    justify-content: space-between;
}
.section-content-wrap .section-content {
    width: 50%;
}
.section-content-wrap .section-content .section-content-item {
    width: 100%;
    background-color: #fff;
}
.section-content-wrap.first-wrap .section-content  {
margin-top: 50px;
}
.section-content {
  margin-top: 104px;
}
.section-content-item {
   padding: 30px;
   /* display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between; */
}
.section-content-item .img {
    flex: 1;
}
.section-content-item .item-flex {
    display: flex;
    justify-content: center;
    gap: 20px;
    min-height: 158px;
    }
    .section-content-item .item-flex .item {
        flex: 1;
    }
.section-content-support .item {
  display: flex;
}
.section-content-item p {
    font-size: 1.8rem;
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}
.section-content-item > p {
    margin-top: 30px;
}
/* 技術課 */
.section-content-item1 img {
    /* height: 249px; */
}
/* 生産課 */
.section-content-item2 img {
    /* height: 184px; */
}
/* 地域との共存 */
.section-content-item-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    flex-wrap: wrap;
}
.img-aed1 img {
  margin-left: auto;
}
.img-aed2 img {
  margin-right: auto;
}
/* 防災訓練 */
.section-content-bousai-drill .item {
  width: 100%;
  max-height: 150px;
  height: auto;
  aspect-ratio: 166 / 150;
}
.section-content-bousai-drill .item img {
  width: 100%;
  height: 100%;
}
.section-content-bousai-drill .item-flex {
  gap: 10px;
}
/* 青背景のアイテム */
.section-content-item-wrap  .section-content-item {
    padding-top: 80px;
    width: 48%;
    background-color: #EFF2F9;
    position: relative;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
}
.section-content-item-wrap  .section-content-item:nth-of-type(n + 3) {
    margin-top: 4%;
}
.section-content-wrap .section-content-item:nth-of-type(3) .item-flex .item:first-of-type .img {
    text-align: right;
  }

.section-content-item .section-subtitle-under {
    position: absolute;
    top: 0;
    left: 0;
}
.section-content-item .item-flex .item .img {
   /* min-height: 158px; */
    display: flex;
    justify-content: center;
    align-items: center;
}
.section-content-item a {
  text-decoration: underline;
}

/*-------------------------------------------
  SCOPE　OF SUPPLYセクション
-------------------------------------------*/
.sp-br {
  display: none;
}
.scope {
    background-color: #F2F2F2;
}
.scope-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.scope-title {
    font-size: 2.8rem;
    font-weight: 700;
}
.scope-texts {
    margin-top: 20px;
}
.scope-text:nth-child(n + 2) {
    margin-top: 30px;
}
.scope-text p {
    font-size: 2rem;
}
.scope-text p:first-child {
    color: #193078;
    font-weight: 700;
}
.scope-text p:nth-child(2) {
    font-weight: 500;
    padding-left: 2rem;
}
.scope-right {
    width: 480px;
}

/*-------------------------------------------
  MOVIEセクション
-------------------------------------------*/
.movie {
    margin-bottom: 16%;
}
.movie-text {
    font-size: 2.8rem;
    font-weight: bold;
    line-height: 2.357;
}
.movie-videos {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.movie-video {
    width: 48%; 
  }
  .video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; 
    height: 0;
    overflow: hidden;
  }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .movie-items {
    margin-top: 30px;
    display: flex;
  }
  .movie-item {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    gap: 5%;
    text-align: center;
    padding: 8px 10px;
    flex: 1;
    border: 2px solid #193078;
    background-color: #fff;
    color: #193078;
  } 
  .movie-item p {
    line-height: 1.2;
  }
  .movie-item span {
  font-size: 1.2rem;
  }
  .movie-item:hover {
    opacity: 1 !important;
  }
  .movie-item:hover {
    background-color: #193078;
  }
  .movie-item:hover p {
    color: #fff;
  }
  .movie-item:first-child {
    margin-right: 9px;
  }
  .movie-item img {
    width: 20px;
    height: 20px;
  }
  .movie-item-qr {
    display: block;
    margin-left: 16px;
    margin-top: -8px;
  }
  .movie-item-qr img {
    height: 74px;
  }
  .movie-item-qr p {
    font-size: 1.2rem;
    margin-top: -8px;

  }
