@charset "utf-8";
/* sec_contents
=============================================== */
.sec_contents{
  overflow: hidden;
}
.sec_contents .wrap_msg{
  display: flex;
  justify-content:space-between;
}
.sec_contents .wrap_msg+.wrap_msg{
  margin-top: 238px;
}
.sec_contents .wrap_msg .ttl_sec{
  margin-bottom: 25px;
  font-size: 2.4rem;
  font-weight: 600;
}
.sec_contents .wrap_msg .ttl_sec::after{
  content: '';
  display: block;
  margin-top: 20px;
  width: 64px;
  height: 2px;
  background-image: -moz-linear-gradient( 0deg, rgb(245,93,68) 0%, rgba(245,93,68,0.85) 70%, rgba(245,93,68,0.70196) 100%);
  background-image: -webkit-linear-gradient( 0deg, rgb(245,93,68) 0%, rgba(245,93,68,0.85) 70%, rgba(245,93,68,0.70196) 100%);
  background-image: -ms-linear-gradient( 0deg, rgb(245,93,68) 0%, rgba(245,93,68,0.85) 70%, rgba(245,93,68,0.70196) 100%);
}
.sec_contents .wrap_msg .ttl_sec+*{
  margin-top: 25px;
}
.sec_contents .wrap_msg .ttl_sec+.txt_lead{
  margin-top: 40px;
}

.sec_contents .wrap_msg .txt_lead {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.667;
  margin-bottom: 40px;
}
.sec_contents .wrap_msg .txt+.txt{
  margin-top: 1em;
}
.sec_contents .wrap_msg .box_img figure{
  position: relative;
  width: 96.96%;
}
.sec_contents .wrap_msg .box_img figure::before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;  
  height: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;  
  z-index: 1;
}
.sec_contents .wrap_msg .box_img figure.deco1::before{
  width: 126.25%;
  aspect-ratio: 808 / 744;
  transform: translate(-8%,-4.7%);
  background-image: url(../../messege/img/deco_img1.png);
}
.sec_contents .wrap_msg .box_img figure.deco2::before{
  width: 124.68%;
  aspect-ratio: 798 / 555;
  transform: translate(-8.5%,-4.7%);
  background-image: url(../../messege/img/deco_img2.png);
}
.sec_contents .wrap_msg .box_img img{
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
  z-index: 0;
}

.sec_contents .wrap_msg .list{
  text-indent: 0;
}
.sec_contents .wrap_msg .list li+li{
  margin-top: 30px;
}
.sec_contents .wrap_msg .list em{
  display: block;
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-family: var(--font-min);
  font-size: 2.2rem;
  line-height: var(--lh-sub);
}
.sec_contents .wrap_msg .list em:before {
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
	content:"";
  background-image: -moz-linear-gradient( -45deg, rgb(245,93,68) 0%, rgba(245,93,68,0.85) 70%, rgba(245,93,68,0.70196) 100%);
  background-image: -webkit-linear-gradient( -45deg, rgb(245,93,68) 0%, rgba(245,93,68,0.85) 70%, rgba(245,93,68,0.70196) 100%);
  background-image: -ms-linear-gradient( -45deg, rgb(245,93,68) 0%, rgba(245,93,68,0.85) 70%, rgba(245,93,68,0.70196) 100%);  
}
@media (min-width :835px){
  .sec_contents .wrap_msg .area_text{
    width: 50%;
  }
  .sec_contents .wrap_msg .area_text>*{
    max-width: 680px;
  }  
  .sec_contents .wrap_msg .box_img{
    width: 50%;
    padding-left: 60px;
  }  
}
@media screen and (max-width :834px){
  .sec_contents .wrap_msg{
    flex-direction: column;
  }
  .sec_contents .wrap_msg+.wrap_msg{
    margin-top: 120px;
  }
  .sec_contents .wrap_msg .ttl_sec{
    margin-bottom: 25px;
    font-size: 1.7rem;
  }
  .sec_contents .wrap_msg .ttl_sec::after{
    margin-top:12px;
    width: 40px;
  }
  .sec_contents .wrap_msg .ttl_sec+*{
    margin-top: 25px;
  }
  .sec_contents .wrap_msg .ttl_sec+.txt_lead{
    margin-top: 28px;
  }
  .sec_contents .wrap_msg .txt_lead {
    font-size: 2rem;
    line-height: 1.7;
    margin-bottom: 30px;
  }
  .sec_contents .wrap_msg .box_img{
    margin-top: 40px;
    padding:0 3.6%;
  }
  .sec_contents .wrap_msg .box_img figure{
    width: 100%;
  }
  .sec_contents .wrap_msg .box_img img{
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    z-index: 0;
  }

  .sec_contents .wrap_msg .list li+li{
    margin-top: 25px;
  }
  .sec_contents .wrap_msg .list em{
    margin-bottom: 10px;
    padding-left: 15px;
    font-size: 1.7rem;
  }
  .sec_contents .wrap_msg .list em:before {
    top: 7px;
     width: 7px;
    height: 7px;
  }
}