/* ----------------------------------------------------------------------------
PROFILE
---------------------------------------------------------------------------- */
.l_page_content {
  background: none;
}

#sec_lead {
  position: relative;
  background-image: linear-gradient(0deg, #fffafb, #ffffff);
}
#sec_lead .l_flex {
  justify-content: space-between;
}
#sec_lead .txt {
  line-height: 2;
}
@media screen and (min-width: 1281px) {
  #sec_lead {
    padding: 120px 0;
  }
  #sec_lead .img {
    width: 534px;
  }
  #sec_lead .txt_wrap {
    width: 568px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_lead {
    padding: 100px 0;
  }
  #sec_lead .img {
    width: 46%;
  }
  #sec_lead .txt_wrap {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  #sec_lead .txt {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  #sec_lead {
    padding: 80px 0;
  }
  #sec_lead .l_flex {
    display: block;
  }
  #sec_lead .txt_wrap {
    margin-top: 20px;
  }
}

#sec_qualification {
  margin-top: 50px;
}
.list_qualification li {
  margin-right: 15px;
}
.list_qualification li .label {
  background: #fff;
  padding: 0 10px;
  border: 1px solid #d8b4a0;
  border-radius: 20px;
  line-height: 40px;
}
@media screen and (min-width: 768px) {
  .list_qualification {
    display: flex;
    flex-wrap: wrap;
  }
  .list_qualification li {
    margin-top: 20px;
  }
  .list_qualification li .label {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  .list_qualification li {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .list_qualification li {
    margin-top: 12px;
    display: block;
    font-size: 13px;
  }
  .list_qualification li .label {
    display: inline-block;
    line-height: 1.4;
    padding: 5px 10px;
  }
  .list_qualification li span {
    display: block;
  }
}

/* --------------------------------------
SEC_SERVICE
-------------------------------------- */
.is_dark #sec_story:before {
  opacity: 0;
}
.is_dark #sec_story .txt {
  color: #4a4a4a;
}

#sec_story {
  transition: 0.5s;
  position: relative;
}
#sec_story:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../../assets/img/common/co_bg_01.webp) repeat;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  opacity: 1;
}
#sec_story .txt {
  line-height: 2;
  color: #fff;
  transition: 0.3s;
}
#sec_story .txt em {
  font-weight: bold;
}
#sec_story .txt + .txt {
  margin-top: 20px;
}
@media screen and (min-width: 1281px) {
  #sec_story {
    padding: 120px 0 0;
  }
  #sec_story .detail_wrap {
    padding-left: 15%;
    margin-top: 90px;
  }
  #sec_story .detail_wrap + .detail_wrap {
    margin-top: 120px;
  }
  #sec_story .txt_wrap {
    width: calc(100% - 310px);
  }
  #sec_story .js_change_color {
    padding-bottom: 120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_story {
    padding: 100px 0 0;
  }
  #sec_story .detail_wrap {
    width: 80%;
    margin: 70px auto 0;
  }
  #sec_story .detail_wrap + .detail_wrap {
    margin-top: 100px;
  }
  #sec_story .txt_wrap {
    width: calc(100% - 250px);
  }
  #sec_story .js_change_color {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  #sec_story .l_flex {
    justify-content: space-between;
  }
  #sec_story .detail_wrap .img {
    width: 190px;
  }
  #sec_story .txt_l {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #sec_story {
    padding: 80px 0 0;
  }
  #sec_story .l_flex {
    display: block;
  }
  #sec_story .detail_wrap {
    margin-top: 60px;
  }
  #sec_story .txt {
    margin-top: 20px;
  }
  #sec_story .txt_l {
    font-size: 20px;
  }
  #sec_story .js_change_color {
    padding-bottom: 80px;
  }
}

/* --------------------------------------
SEC_MESSAGE
-------------------------------------- */
#sec_message {
  background: #fffafb;
}
#sec_message .txt {
  margin-top: 20px;
}
#sec_message .img {
  position: relative;
  line-height: 0;
}
#sec_message .title_en {
  line-height: 0;
  text-align: right;
  color: rgba(216, 180, 160, 0.4);
}
#sec_message .l_flex {
  justify-content: space-between;
}
@media screen and (min-width: 1281px) {
  #sec_message {
    padding: 120px 0;
  }
  #sec_message .title_en {
    font-size: 140px;
    position: relative;
    left: -100px;
  }
  #sec_message .img {
    width: 467px;
  }
  #sec_message .txt_wrap {
    width: calc(100% - 467px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1280px) {
  #sec_message {
    padding: 100px 0;
  }
  #sec_message .title_en {
    font-size: 100px;
    position: relative;
    left: -20px;
  }
  #sec_message .img {
    width: 40%;
  }
  #sec_message .txt_wrap {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  #sec_message {
    padding: 80px 0;
  }
  #sec_message .l_flex {
    display: block;
  }
  #sec_message .txt_wrap {
    margin-top: 70px;
  }
  #sec_message .title_en {
    font-size: 62px;
  }
}

#sec_news {
  background: #fffafb;
}/*# sourceMappingURL=profile.css.map */