@charset "UTF-8";
/**** 共通カラー ****/
/* --------------------------------------
IDENTIFY
-------------------------------------- */
#sec_lead {
  position: relative;
}
#sec_lead:before {
  content: "";
  width: 100%;
  height: calc(100% - 80px);
  position: absolute;
  top: 80px;
  left: 0;
  background: linear-gradient(#ffe7d0 0%, #e2f1ff 100%);
  opacity: 0.5;
}
#sec_lead .l_inner_s {
  position: relative;
}
#sec_lead .copy {
  text-align: center;
  line-height: 2;
  margin: 70px auto 60px;
}
@media screen and (min-width: 768px) {
  #sec_lead {
    padding-bottom: 140px;
  }
  #sec_lead .copy {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  #sec_lead {
    padding-bottom: 70px;
  }
  #sec_lead .copy {
    font-size: 16px;
  }
}

#sec_message .title_s {
  position: relative;
}
#sec_message .title_s span {
  background: #fff;
  display: inline-block;
  position: relative;
  padding-right: 20px;
}
#sec_message .title_s:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #12426C;
  position: absolute;
  left: 0;
  top: 50%;
}
#sec_message .img {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 1240px) {
  #sec_message .img {
    width: 450px;
  }
  #sec_message .txt {
    width: 450px;
    margin-left: 150px;
  }
}
@media screen and (min-width: 768px) {
  #sec_message {
    padding: 110px 0 0;
  }
  #sec_message .l_flex {
    align-items: flex-start;
  }
  #sec_message .title_s {
    margin-top: 40px;
  }
  #sec_message .copy {
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1239px) {
  #sec_message .txt {
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_message {
    padding: 70px 0 0;
  }
  #sec_message .l_flex {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  #sec_message .title_wrap {
    text-align: left;
    margin-top: 50px;
  }
  #sec_message .title_s {
    margin-top: 30px;
  }
  #sec_message .copy {
    margin-top: 20px;
  }
}/*# sourceMappingURL=identity.css.map */