
/* pickup4 */

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


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

.pickup4 .mv_list  li img {
	width: 100%;
	height: auto;
}
.pickup4 h2 {
  font-size: 32px;
  text-align: center;
  color: #25448e;
  padding: 70px 0;
    font-size: clamp(22px, 2.5vw, 32px);
}
.pickup4 .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;
}
.pickup4 .feature_list li {
  width: 49.5%;
  margin-bottom: 1%;
}
.pickup4 .feature_list img {
  width: 100%;
  height: auto;
}

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

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

/* messages4 */
/*
#messages4 {
  background: #ffedce;
  padding: 50px 0 130px;
}

.messages4 .messages4_list {
  display: flex;
  width: 100%;
  max-width: 1370px;
  margin: 0 auto;
  align-items: self-end;
}
.messages4 .messages4_list li img {
  width: 100%;
  height: auto;
}
.messages4 .messages4_list li:first-child {
  width: 26%;
  margin-right: 5%;
}
.messages4 .messages4_list li:last-child {
  width: 69%;
}

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

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

.messages4 .messages4_list li img {
  width: 100%;
  height: auto;
}

.messages4 .messages4_list li:first-child {
  width: 26%;
  margin-right: 5%;
}
/* messages */
#messages4 {
  background: #ffedce;
  background-image: linear-gradient(#ffedcef1, #ffedcef1),
      url(../img/noise.png);
  background-repeat: repeat;
  background-size: 300px;
  padding: 50px 0 130px;
  position: relative;
}

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

.messages4 .messages4_list li img {
  width: 100%;
  height: auto;
}

.messages4 .messages4_list li:first-child {
  width: 26%;
  margin-right: 5%;
}

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

.message4_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; /* 画像より前面に表示 */
}

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

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

  #messages4 {
    background: #ffedce;
    padding: 0 15px 40px;
  }
  
  .message4_text {
    font-size: 0.75rem;
    width: 90%;
  }
}

.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: 5vh;
}
.pp17 img {
  width: 10vw;
  height: auto
}
.pp18 {
  position: absolute;
  right: 1vw;
  top: 19vh;
}
.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 */
#pickup4_area1 {
  background: #fff;
  padding:0 0 0;
  position: relative;}
.pickup4_area1 {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  background: #fff;
}
.pickup4_area1 h2 {
  margin: 0 auto;
  text-align: center;
  padding-top: 5px;
}
.pickup4_area1 h2 img {
  height: auto;
  width: 100%;
  max-width: 70%;/*modYD 35%*/
}
.pickup4_area1 .details {
    margin: 20px auto 0;
    position: relative;
    z-index: 2;
}
.pickup4_area1 .details img {
  width: 100%;
  height: auto;
}

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

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

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

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

@media screen and (max-width: 768px) {
#pickup4_area1 {
    background: #fff;
    padding: 0;
    position: relative;
}
    .pickup4_area1 {
        width: 100%;
        padding: 0 15px;
    }
    .pickup4_area1 h2 img {
        height: 95px;
        width: auto;
        max-width: 100%;
    }
#pickup4_area1 .cloud {
    bottom: -10px;/*modYD*/
}
.details-under-area {
	height: 100px;
	width: 100%
}
}


.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
}

}