@charset "UTF-8";

/* =============================================
   Top画像
============================================= */
.ly_kv2 .contents_top > img{ 
width: 100%;
height: auto;
}


@media screen and (min-width: 768px) {
.ly_companyProfile {
        padding-top: 153px;
        padding-bottom: 149px;
        margin-top: 0px;
    }
}


/* =============================================
   vision
============================================= */

.ly_about {
    position: relative;
    padding: 65px 0 70px 0;
    padding: 17.3333333333vw 0 8.666667vw 0;
}

.vision img{
max-width: 100%;
}

.bl_vision_txt{
    text-align: center;
    margin-top: 13px;
        font-size: 18px;
        line-height: 30px;
}

@media screen and (min-width: 768px) {
    .vision img{
max-width: 50%;
margin: 0 auto;
}
}


.bl_about_ttl {
  text-align: center;
}

.bl_about_txt {
  text-align: center;
}


/* =============================================
   top message
============================================= */



.ly_message {
  padding-top: 19.2vw;
  padding-bottom: 25.3333333333vw;
  margin-top: 0vw;
  margin-bottom: 100px;
}

.bl_message_ttl {
  font-size: 22px;
  font-size: 5.8666666667vw;
  font-weight: bold;
  color: var(--black-color);
  text-align: left;
}

.bl_message_txt {
  font-size: 14px;
  font-size: 3.7333333333vw;
  color: var(--about-text-color);
  text-align: left;
  margin-top: 23px;
  margin-top: 6.1333333333vw;
  line-height: 24px;
  line-height: 6.4vw;
}

.el_cont > p{
font-feature-settings: "palt";
font-size: 16px;
line-height: 30px;
}

.bl_message_txt > span {
  display: block;
}
.bl_message_txt > span:last-of-type {
  margin-top: 21px;
  margin-top: 5.6vw;
}



.el_ttl.el_ttl_message {
  width: 163px;
  width: 63.466667vw;
}
.el_ttl.el_ttl_message > img {
  margin-left: -12px;
  margin-left: -4.2vw;
}

.el_cont.el_cont_margin {
  margin-top: 28px;
  margin-top: 7.4666666667vw;
}


@media screen and (min-width: 768px) {
  
    .ly_message{
    width: 90%;
    padding-top: 73px;
    padding-bottom: 10px;
    margin: 0px auto 200px;
    background-color: var(--cont-bg-color);
  }

  .bl_message_ttl {
    font-size: 40px;
  }
  .bl_message_txt {
    margin-top: 40px;
    font-size: 22px;
    line-height: 40px;
     white-space: nowrap;
  }
  .bl_message_txt > span:last-of-type {
    margin-top: 19px;
  }

    .el_cont {
        margin-top: 80px;
    }

    .el_ttl.el_ttl_message {
    width: 281px;
  }
  .el_ttl.el_ttl_message > img {
    margin-left: -26px;
  }
  .el_cont.el_cont_margin {
    margin-top: 55px;
  }

    .ly_about {
        padding: 137px 0 105px;
    }


}

/* =============================================
   top message リスト
============================================= */
.bl_message_listItem{
    margin-top: -10%;
}

.bl_message_list > li:nth-child(n+2) {
  margin-top: 72px;
  margin-top: -20.8vw;
}

.bl_message_img {
width: 100%;
height: 263px;
height: 70.1333333333vw;
margin-top: 22px;
margin-top: 5.8666666667vw;
-webkit-filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
        filter: drop-shadow(0 15px 30px rgba(0, 0, 0, 0.12));
}


.ly_companyProfile{
      position: relative;
    padding-top: 19.2vw;
    padding-bottom: 25.3333333333vw;
    margin-top: 0;
}

@media screen and (min-width: 768px) {
  .bl_message_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 100px;
    margin-top: 100px;
  }
  .bl_message_list > li:nth-child(n+2) {
    margin-top: -10%;
    margin-left: 80px;
  }
  .bl_message_img {
        width: 100%;
        height: 500px;
        margin-top: -20px;
  }

.ly_companyProfile{
    padding-top: 72px;
    padding-bottom: 95px;
}

}

/* =============================================
   top message 名前
============================================= */

.name {
    width: 100%;
    left: 0;
    bottom: 50px;
    color: #222222;
    line-height: 1;
    margin-top: 50px;
}

.name p:nth-of-type(1) {
    font-size: 3em;
    margin-bottom: 10px;
    font-weight: bold;
}

.name p:nth-of-type(2) {
    font-size: 1.0769em;
    color: #808080;
}

.name p:nth-of-type(3) {
    font-size: 1.5em;
    color: #808080;
}