/* pickup5 */

#pickup5 {
  background: #7ae2e5;
  background-image: linear-gradient(#7ae2e5f1, #7ae2e5f1),
      url(../img/noise.png);
  background-repeat: repeat;
  background-size: 300px;
  position: relative;
}
.pickup5 {
  margin: 80px auto 0;
  padding: 160px 0 18vh;
  max-width: 1400px;
}

.pickup5 .mv_list {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
	z-index: 1;
	position: relative;
  margin: 0 auto;
}
.pickup5 .mv_list  li:first-child {
	width: 50%;
}
.pickup5 .mv_list  li:nth-child(2) {
	width: 40%;
}

.pickup5 .mv_list  li img {
	width: 100%;
	height: auto;
}
.pickup5 h2 {
  font-size: 32px;
  text-align: center;
  color: #25448e;
  padding: 70px 0;
    font-size: clamp(22px, 2.5vw, 32px);
}
.pickup5 .feature_list {
  display: flex;
  width: 100%;
  max-width: 1340px;
  justify-content: space-between;
  align-items: self-start;
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.pickup5 .feature_list li {
  width: 100%;
  margin-bottom: 1%;
}
.pickup5 .feature_list img {
  width: 100%;
  height: auto;
}

#pickup5 .cloud {
    position: absolute;
    bottom: -180px;/*modYD -10px*/
    z-index: 0;
}
#pickup5 .cloud  img {
    width: 100%;
    height: auto;
}
@media screen and (max-width: 1460px) {
.pickup5 {
  margin: 130px 0 0;
  padding: 160px 30px 180px;
}  
}
@media screen and (max-width: 768px) {
.pickup5 {
  margin: 75px 0 0;
  padding: 30px 15px 50px;
}
.pickup5 .mv_list {
flex-wrap: wrap;
flex-direction: column-reverse;
}
.pickup5 .mv_list  li:first-child {
	width: 100%;
}
.pickup5 .mv_list  li:nth-child(2) {
	width: 100%;
  text-align: center;
}
.pickup5 .mv_list  li:nth-child(2) img {
  width: 70%;

}
.pickup5 h2 {
    text-align: center;
    color: #25448e;
    padding: 20px 0;
    font-size: 16px;
    z-index: 1;
    position: relative;
}
.pickup5 .feature_list {
  flex-wrap: wrap;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.pickup5 .feature_list li {
  width: 100%;
  margin-bottom: 1%;
}
.pickup5 .feature_list img {
  width: 100%;
  height: auto;
}
#pickup5 .cloud {
    bottom: -40px;/*modYD -10px*/
}
}

/* messages5 */
#messages5 {
  background: #f9edf3;
  padding: 50px 0 130px;
}
.messages5 .messages5_list {
  display: flex;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  align-items: self-end;
}
.messages5 .messages5_list li img {
  width: 100%;
  height: auto;
}
.messages5 .messages5_list li:first-child {
  width: 26%;
  margin-right: 5%;
}
.messages5 .messages5_list li:last-child {
  width: 69%;
}

@media screen and (max-width: 768px) {
#messages5 {
  background: #ffedce;
  padding: 0 15px 40px;
}
}


.pp17 {
  position: absolute;
  left: 1vw;
  top: 25vh;
}
.pp17 img {
  width: 4vw;
  height: auto
}
.pp18 {
  position: absolute;
  right: 1vw;
  top: 32vh;
}
.pp18 img {
  width: 6vw;
  height: auto
}


.pp19 {
    position: absolute;
    right: 38vw;
    top: 56vh;
    z-index: 1;
}
.pp19 img {
  width: 4vw;
  height: auto
}
.pp20 {
  position: absolute;
  left: -10vw;
  top: 65vh;
}
.pp20 img {
  width: 5vw;
  height: auto
}
.pp21 {
  position: absolute;
  right: 1vw;
  bottom: 36vh;
}
.pp21 img {
  width: 6vw;
  height: auto
}

@media screen and (max-width: 768px) {

.pp17 {
  position: absolute;
  left: 1vw;
  top: 25vh;
}
.pp17 img {
  width: 10vw;
  height: auto
}
.pp18 {
  position: absolute;
  right: 1vw;
  top: 39vh;
}
.pp18 img {
  width: 14vw;
  height: auto
}


.pp19 {
    position: absolute;
    right: 3vw;
    top: 59vh;
    z-index: 1;
}
.pp19 img {
  width: 9vw;
  height: auto
}
.pp20 {
  position: absolute;
  left: 1vw;
  top: 50vh;
}
.pp20 img {
  width: 5vw;
  height: auto
}
.pp21 {
  position: absolute;
  right: 1vw;
  bottom: 36vh;
}
.pp21 img {
  width: 9vw;
  height: auto
}

}


/* area1 */
#pickup5_area1 {
  background: #fff;
  padding:0 0 0;
  position: relative;}
.pickup5_area1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}
.pickup5_area1 h2 {
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}
.pickup5_area1 h2 img {
  height: auto;
  width: 100%;
  max-width: 70%;/*modYD 35%*/
}
.pickup5_area1 .details {
    margin: 20px auto 50px;/*modYD 20px auto 0*/
    position: relative;
    z-index: 2;
}
.pickup5_area1 .details img {
  width: 100%;
  height: auto;
  margin:30px auto 50px;/*modYD*/
}

.details-under-area {
	height: 300px;
	width: 100%
}

#pickup5_area1 .cloud {
    position: absolute;
    bottom: -30px;/*modYD*/
    z-index: 0;
}
#pickup5_area1 .cloud img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1920px) {
.pickup5_area1 h2 img {
  height: auto;
  width: 100%;
  max-width: 1100px;
  margin:30px auto 50px;
}
}
@media screen and (max-width: 1460px) {
.pickup5_area1 {
  width: 100%;
  padding: 0 30px;

} 
.pickup5_area1 h2 img {
  height: auto;
  width: 100%;
  max-width: 640px;
}
}

@media screen and (max-width: 768px) {
#pickup5_area1 {
    background: #fff;
    padding: 0;
    position: relative;
}
    .pickup5_area1 {
        width: 100%;
        padding: 0 15px;
    }
    .pickup5_area1 h2 img {
        height: 65px;
        width: auto;
        max-width: 100%;
        margin:30px auto 0px;
    }
#pickup5_area1 .cloud {
    bottom: -50px;/*modYD*/
}
}


.pp22 {
  position: absolute;
  left: 1vw;
  top: -10vh;
}
.pp22 img {
  width: 9vw;
  height: auto
}
.pp23 {
  position: absolute;
  right: -5vw;
  top: 8vh;
}
.pp23 img {
  width: 9vw;
  height: auto
}


.pp24 {
    position: absolute;
    right: 5vw;
    top: 56vh;
    z-index: 1;
}
.pp24 img {
  width: 8vw;
  height: auto
}

@media screen and (max-width: 768px) {

.pp22 {
  position: absolute;
  left: 1vw;
  top: 0;
}
.pp22 img {
  width: 14vw;
  height: auto
}
.pp23 {
  position: absolute;
  right: 1vw;
  top: 3vh;
}
.pp23 img {
  width: 13vw;
  height: auto
}


.pp24 {
    position: absolute;
    right: 5vw;
    top: 26vh;
    z-index: 1;
}
.pp24 img {
  width: 11vw;
  height: auto
}

}

#messages5 {
  background: #f1ea99;
  background-image: linear-gradient(#f1ea99f1, #f1ea99f1),
      url(../img/noise.png);
  background-repeat: repeat;
  background-size: 300px;
  padding: 50px 0 130px;
  position: relative;
}

.messages5 .messages5_list {
  display: flex;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  align-items: self-end;
  padding-top: 10px;
}

.messages5 .messages5_list li img {
  width: 100%;
  height: auto;
}

.messages5 .messages5_list li:first-child {
  width: 26%;
  margin-right: 5%;
}

/* テキストを重ねるための変更 */
.messages5 .messages5_list li:last-child {
  width: 69%;
  position: relative; /* テキストを重ねるために追加 */
}

.message5_text {
  position: absolute;
  top: 50%; /* 枠画像の中央に配置 */
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%; /* テキストボックス幅 */
  text-align: left;
  font-size: 32px;
  color: #25448e;
  line-height: 1.6;
  z-index: 2; /* 画像より前面に表示 */
}

/* 画像をテキストの下に配置 */
.messages5 .messages5_list li:last-child img {
  display: block;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  #messages5 {
    background: #f1ea99;
    padding: 0 15px 40px;
  }
  
  .message5_text {
    font-size: 0.75rem;
    width: 90%;
  }
}

/* area2 */
#pickup5_area2 {
  background: #f9edf3;
  padding:0 0 0;
  position: relative;}
.pickup5_area2 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background:#f9edf3;
}
.pickup5_area2 h2 {
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}
.pickup5_area2 h2 img {
  height: auto;
  width: 100%;
  max-width: 40%;/*modYD 70%*/
}
.pickup5_area2 .details {
    margin: 20px auto 0px;/*modYD 20px auto 0*/
    position: relative;
    z-index: 2;
}
.pickup5_area2 .details img {
  width: 100%;
  height: auto;
  margin:30px auto 50px;/*modYD*/
}

.details-under-area {
	height: 300px;
	width: 100%
}

#pickup5_area2 .cloud {
    position: absolute;
    bottom: -100px;/*modYD*/
    z-index: 0;
}
#pickup5_area2 .cloud img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 1920px) {
.pickup5_area2 h2 img {
  height: auto;
  width: 100%;
  max-width: 490px;
  margin:30px auto 50px;
}
}
@media screen and (max-width: 1460px) {
.pickup5_area2 {
  width: 100%;
  padding: 0 30px;

} 
.pickup5_area2 h2 img {
  height: auto;
  width: 100%;
  max-width: 640px;
}
}

@media screen and (max-width: 768px) {
#pickup5_area2 {
    background: #f9edf3;
    padding: 0;
    position: relative;
}
    .pickup5_area2 {
        width: 100%;
        padding: 0 15px;
    }
.pickup5_area2 .details img {
  margin:0px auto 50px;/*modYD*/
}
    .pickup5_area2 h2 img {
        height: 100px;
        width: auto;
        max-width: 100%;
        margin:10px auto 10px;
    }
}