/* ======= ここからコピペして結合してください =======*/


.dp_sec_container{
  width: 100%;
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.dp_sec_project, .dp_sec_en_circle{
  font-family: "M PLUS Rounded 1c", sans-serif;
}

.dp_sec_project{
  background: #7CDEFF;
  overflow: hidden;
}
.dp_sec_en_slide {
  padding: 10px 0 !important;
  overflow: hidden; /* はみ出し防止 */
}

/* 等速移動のキモ */
.dp_sec_en_slide .swiper-wrapper {
  transition-timing-function: linear !important;
}

/* スマホ時（919px以下）の設定 */
.dp_sec_en_slide .swiper-slide {
  width: 518px !important; /* スライド自体の幅を固定 */
}

.dp_sec_en_slide img {
  width: 100%;             /* スライド幅いっぱいに広げる */
  height: auto;
  display: block;
}

/* PC時（920px以上）の設定 */
@media (min-width: 920px) {
  .dp_sec_en_slide .swiper-slide {
    width: 1740px !important; /* PC用の巨大な幅 */
  }
}

.dp_sec_project_ttl__img{
  margin: 0 0 -1px 0;
}
.dp_sec_project_ttl__inner{

  position: relative;
  margin: 0 0 40px 0;
  padding: 0 20px;
}
.dp_sec_project_ttl__inner h2{
  font-size: 23px;
  margin: 0 0 10px 0;
  text-align: center;
}
@media (min-width: 920px) {
  .dp_sec_project_ttl__inner{
    text-align: center;
    position: relative;
    margin: -50px 0 50px 0;
    padding: 0 20px;
  }
  .dp_sec_project_ttl__inner h2{
    font-size: 40px;
    margin: 0 0 20px 0;
    text-align: center;
  }
}
.dp_sec_project_ttl__inner p{
  text-align: left;
}
@media (min-width: 920px) {
  .dp_sec_project_ttl__inner p{
    text-align: center;
  }
}

.dp_sec_pro_contents__wrap{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin: 0 0 40px 0;
}
@media (min-width: 920px) {
  .dp_sec_pro_contents__wrap{
    display: flex;
    flex-direction: column;
    gap: 60px;
    margin: 0 0 60px 0;
  }
}

.dp_sec_pro_contents{
  position: relative;
  background: #ffffff;
  padding: 25px 20px;
}
@media (min-width: 920px) {
  .dp_sec_pro_contents{
    padding: 60px 80px;
  }
}
.dp_sec_pro_contents img.dp_sec_pbl{
  position: absolute;
  top: -15px;
  left: -20px;
  width: 89px;
}
@media (min-width: 920px) {
  .dp_sec_pro_contents img.dp_sec_pbl{
    position: absolute;
    top: -15px;
    left: -10px;
    width: 180px;
  }
}
.dp_sec_pro_contents img.dp_sec_pro_cp01{
  position: absolute;
  top: 15%;
  left: -20px;
  width: 25%;
  transform: rotate(10deg);
}
@media (min-width: 920px) {
  .dp_sec_pro_contents img.dp_sec_pro_cp01{
    position: absolute;
    top: 10%;
    left: -50px;
    width: 225px;
  }
}
.dp_sec_pro_contents img.dp_sec_pro_cp02{
  position: absolute;
  top: 15%;
  right: -20px;
  width: 25%;
}
@media (min-width: 920px) {
  .dp_sec_pro_contents img.dp_sec_pro_cp02{
    position: absolute;
    top: 10%;
    right: -50px;
    width: 225px;
  }
}

.dp_sec_pro_contents img.dp_sec_pro_cp03{
  display: none;
}
@media (min-width: 920px) {
  .dp_sec_pro_contents img.dp_sec_pro_cp03{
    display: block;
    position: absolute;
    top: 18%;
    left: -50px;
    width: 280px;
  }
}

.dp_sec_pro_contents p{
  margin:20px 0 0 0;
}


.dp_sec_pro_more{
  display: flex;
  justify-content: center;
  margin: 0 0 200px 0;
}
@media (min-width: 920px) {
  .dp_sec_pro_more{
    display: flex;
    justify-content: center;
    margin: 0 0 200px 0;
  }
}

.dp_sec_pro_more a{
  max-width: 330px;
}
@media (min-width: 920px) {
  .dp_sec_pro_more a{
    max-width: 530px;
  }
}

.dp_sec_life{

}
.dp_sec_life__ttl{
  margin: -150px 0 0 0;
}
.dp_sec_life__fes_video{
  position: relative;
}
.dp_sec_life__fes_video_front{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  max-width: 80%;
  width: 80%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.dp_sec_life__fes_video_front img.dp_sec_fes_ttl{
  max-width: 220px;
}
@media (min-width: 920px) {
  .dp_sec_life__fes_video_front{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 785px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }
  .dp_sec_life__fes_video_front img.dp_sec_fes_ttl{
    max-width: 550px;
  }
}

.dp_sec_life_slide{
  background: #29236D;
  padding: 10px 0 !important;
}
@media (min-width: 920px) {
  .dp_sec_life_slide{
    background: #29236D;
    padding: 20px 0 !important;
  }
}
.dp_sec_life_slide img{
  width: 600px !important;
}
.dp_sec_life_slide .swiper-slide {
  width: 600px !important;
}
@media (min-width: 920px) {
  .dp_sec_life_slide img{
    width: 1471px !important;
  }
  .dp_sec_life_slide .swiper-slide {
    width: 1471px !important;
  }
}

.dp_sec_en_circle{
  background: url(../img/dp/dp_sec_circle_bg__sp.png) 0 0 no-repeat;
  background-size: cover;
  padding: 90px 0 40px 0;
  overflow: hidden;
}
@media (min-width: 920px) {
  .dp_sec_en_circle{
    background: url(../img/dp/dp_sec_circle_bg.png) 0 0 no-repeat;
    background-size: cover;
    padding: 150px 0 50px 0;
  }
}
.dp_sec_en_circle__ttl{
  gap: 20px;
  align-items: center;
  flex-direction: column;
  margin: 0 0 30px 0;
  justify-content: center;
  display: flex;
}
.dp_sec_en_circle__ttl p{
  text-align: center;
  color: #000;
  z-index: 10;
  position: relative;
  white-space: nowrap;
}

@media (min-width: 920px) {
  .dp_sec_en_circle__ttl{
    display: flex;
    gap: 150px;
    align-items: center;
    flex-direction: row;
    margin: 0 0 60px 0;
    justify-content: flex-start;
  }
  .dp_sec_en_circle__ttl p{
    text-align: left;
    color: #ffffff;
  }
}

.dp_sec_en_circle__ttl_circle{
  position: relative;
  display: flex;
  justify-content: center;
}
@media (min-width: 920px) {
  .dp_sec_en_circle__ttl_circle{
    position: relative;
  }
}
.dp_sec_en_circle__ttl_circle img{
  position: relative;
  z-index: 100;
  max-width: 260px ;
}
@media (min-width: 920px) {
  .dp_sec_en_circle__ttl_circle img{
    position: relative;
    z-index: 100;
    max-width: 260px ;
  }
}
.dp_sec_en_circle__ttl_circle:before{
  content: "";
  position: absolute;
  width: 390px;
  height: 390px;
  background:#FFE1A5;
  border-radius: 50%;
  top: 160%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
@media (min-width: 920px) {
  .dp_sec_en_circle__ttl_circle:before{
    content: "";
    position: absolute;
    width: 470px;
    height: 470px;
    background:#FFE1A5;
    border-radius: 50%;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
  }
}



.dp_sec_circle-slider-outer {
  padding-left: calc((100% - 1200px) / 2);
  overflow: visible;
}
.dp_sec_circle-slider-outer {
  padding-left: 0;
}

.dp_sec_circle-swiper {
  overflow: visible !important; /* これでスライドが左にはみ出しても見えるようになる */
}

/* スライドの幅調整 */
.dp_sec_circle-swiper .swiper-slide {
  width: 235px;
  height: auto;
}
@media (min-width: 920px) {
  .dp_sec_circle-swiper .swiper-slide {
    width: 350px;
    height: auto;
  }
}
.dp_sec_circle-swiper img {
  display: block;
  margin: 0 0 10px 0;
}
.dp_sec_circle-swiper{
 color:  #ffffff;
}

/* ナビゲーション（scroll）の配置 */
.dp_sec_navigation-container {
  display: none;
}
.dp_sec_circle-swiper .swiper-button-next {
  cursor: pointer;
  width: 145px;
}
@media (min-width: 920px) {
  .dp_sec_navigation-container {
    position: absolute;
    right: 0;
    top: -150px;
    color: #ffffff;
    display: flex;
    justify-content: flex-end;
  }
}

.dp_sec_circle_movie{
  position: relative;
  margin: 50px 0 0 0;
}
@media (min-width: 920px) {
  .dp_sec_circle_movie{
    position: relative;
    margin: 80px 0 0 0;
  }
}
.dp_sec_container__movie{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 10;
}
.dp_sec_circle_movie__inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dp_sec_circle_movie_ttle{
   width: 60%;
}
@media (min-width: 920px) {
  .dp_sec_circle_movie_ttle{
    width: 70%;
  }
}
.dp_sec_circle_movie_play{
 width: 30%;
  transform: translateY(-5%);
}
@media (min-width: 920px) {
  .dp_sec_circle_movie_play{
    width: 250px;
    transform: translateY(-20px);
  }
}
