@font-face {
  font-family: 'objective-bold';
  src: url("webfont-objective/objective-bold.woff2") format("woff2"), url("webfont-objective/objective-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.hp_fadeIn {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  letter-spacing: 0.05rem;
  font-family: 'objective-bold',sans-serif;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

video {
  max-width: 100%;
}

.hp_cMain {
  color: #7ad6bb;
}

.hp_textBlack {
  color: #000000;
}

.hp_textGrey {
  color: #454545;
}

.hp_textWhite {
  color: white;
}

.hp_bgGrey {
  background-color: #F0F0F0;
}

.hp_bgBlack {
  background-color: #262626;
}

.hp_bgWhite {
  background-color: white;
}

.hp_bgMain {
  background-color: #7ad6bb;
}

.el_sectionTitle {
  font-size: 4.688vw;
  text-align: center;
  position: relative;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .el_sectionTitle {
    font-size: 10vw;
  }
}

.el_sectionTitle:before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-45%);
          transform: translateX(-45%);
  z-index: -1;
  text-shadow: 1px 1px 0 #7ad6bb, -1px 1px 0 #7ad6bb, 1px -1px 0 #7ad6bb, -1px -1px 0 #7ad6bb;
}

.el_result {
  font-size: 2.5vw;
  line-height: 1;
}

@media all and (max-width: 767px) {
  .el_result {
    font-size: 18px;
  }
}

.el_result span:nth-child(1) {
  font-size: 7.813vw;
  vertical-align: -20%;
  margin: 0 25px;
}

@media all and (max-width: 767px) {
  .el_result span:nth-child(1) {
    margin: 0 10px;
  }
}

.el_result span:nth-child(2) {
  font-size: 4.6vw;
}

.el_titleEn {
  display: block;
  text-align: center;
  font-size: 1.563vw;
  margin-bottom: 33px;
}

@media all and (max-width: 767px) {
  .el_titleEn {
    font-size: 12px;
  }
}

.ly_header {
  position: absolute;
  top: 36px;
  left: 36px;
  width: 130px;
}

.ly_header .bl_logo {
  width: 130px;
  height: auto;
}

@media all and (max-width: 767px) {
  .ly_header .bl_logo {
    width: 100px;
  }
}

.ly_hero {
  margin-top: 63vh;
}

@media all and (max-width: 767px) {
  .ly_hero {
    margin-top: 85vh;
  }
}

.ly_hero .bl_heroVideo {
  position: fixed;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  width: 100%;
  height: 63vh;
  -o-object-fit: cover;
     object-fit: cover;
}

@media all and (max-width: 767px) {
  .ly_hero .bl_heroVideo {
    height: 85vh;
  }
}

.ly_hero .bl_heroMain {
  font-size: 14.063vw;
  margin-left: 9.92188vw;
  line-height: 1.22;
  position: relative;
}

.ly_hero .bl_heroMain span {
  display: inline-block;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.ly_greeting {
  padding-top: 20.3125vw;
  padding-bottom: 21.64062vw;
  width: 100%;
}

.ly_greeting .bl_greeting {
  width: 63.67188vw;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .ly_greeting .bl_greeting {
    width: 80%;
  }
}

.ly_greeting .bl_greeting_title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 41px;
}

@media all and (max-width: 767px) {
  .ly_greeting .bl_greeting_title {
    font-size: 18px;
  }
}

.ly_greeting .bl_greeting_detail {
  font-size: 24px;
  margin-bottom: 50px;
}

@media all and (max-width: 767px) {
  .ly_greeting .bl_greeting_detail {
    font-size: 12px;
  }
}

.ly_skill {
  padding-top: 12.8125vw;
  padding-bottom: 18.67188vw;
}

.ly_skill .el_sectionTitle {
  margin-bottom: 16.17188vw;
}

.ly_skill .el_sectionTitle:before {
  content: "Skills";
  color: #F0F0F0;
}

.ly_skill .bl_skillItem {
  min-width: 90%;
  width: 100%;
  margin-bottom: 389px;
  position: relative;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem {
    margin-bottom: 100px;
  }
}

.ly_skill .bl_skillItem:nth-of-type(2) {
  margin-bottom: 0px;
}

.ly_skill .bl_skillItem .el_result {
  position: relative;
  text-align: center;
  width: 65.39062vw;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem .el_result {
    width: 100%;
  }
}

.ly_skill .bl_skillItem .bl_skillDesign {
  font-size: 23.438vw;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  position: absolute;
  top: -242px;
  left: -20px;
  line-height: 0.76;
  letter-spacing: 0.01rem;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem .bl_skillDesign {
    font-size: 31.25vw;
  }
}

.ly_skill .bl_skillItem_bg {
  width: 100%;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_bg {
    width: 90%;
    margin: 0 auto;
  }
}

.ly_skill .bl_skillItem_bg__left:before {
  content: '';
  position: absolute;
  top: -9.84375vw;
  left: 0;
  width: 65.39062vw;
  height: 35.3125vw;
  background-color: #7ad6bb;
  z-index: -1;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_bg__left:before {
    height: 70.3125vw;
  }
}

.ly_skill .bl_skillItem_bg__right {
  margin-left: auto;
  margin-right: 0;
}

.ly_skill .bl_skillItem_bg__right:after {
  content: '';
  position: absolute;
  top: -9.84375vw;
  right: 0;
  width: 65.39062vw;
  height: 35.3125vw;
  background-color: #7ad6bb;
  z-index: -1;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_bg__right:after {
    height: 70.3125vw;
  }
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_bg__right {
    margin: 0 auto;
  }
}

.ly_skill .bl_skillItem_bg__right .el_result {
  margin-right: 0;
  margin-left: auto;
}

.ly_skill .bl_skillItem_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80.07812vw;
  margin: 57px auto 0;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_flex {
    display: block;
  }
}

.ly_skill .bl_skillItem_flex_img {
  width: 48%;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_flex_img {
    width: 100%;
    margin: 0 auto 30px;
  }
}

.ly_skill .bl_skillItem_flex_detail {
  width: 41%;
  font-size: 1.563vw;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .ly_skill .bl_skillItem_flex_detail {
    width: 100%;
    font-size: 12px;
  }
}

.ly_skill .bl_skillItem_flex__rev {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.ly_work .el_sectionTitle {
  margin-bottom: 92px;
}

.ly_work .el_sectionTitle::before {
  content: "Works";
  color: white;
}

.ly_work .bl_border {
  padding-top: 16.5625vw;
  padding-bottom: 6.79687vw;
  width: 80.07812vw;
  position: relative;
  height: auto;
  margin: 0 auto;
}

.ly_work .bl_border:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: -4.80469vw;
  background-color: #454545;
}

.ly_work .bl_workItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 80.07812vw;
  margin: 0 auto;
  margin-bottom: 158px;
  position: relative;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workItem {
    display: block;
    margin-bottom: 100px;
  }
}

.ly_work .bl_workItem:nth-of-type(3) {
  margin-bottom: 121px;
}

.ly_work .bl_workItem_img {
  width: 48%;
  position: relative;
  max-height: 400px;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workItem_img {
    width: 80%;
    max-width: 90%;
    margin-bottom: 20px;
  }
}

.ly_work .bl_workItem_img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ly_work .bl_workItem_img::before, .ly_work .bl_workItem_img::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
}

.ly_work .bl_workItem_img:before {
  width: 3.90625vw;
  height: 3.90625vw;
  left: -6.75781vw;
  background-color: #7ad6bb;
}

.ly_work .bl_workItem_img:after {
  width: 1.40625vw;
  height: 1.40625vw;
  background-color: white;
  left: -5.50781vw;
}

.ly_work .bl_workItem_detail {
  width: 49%;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workItem_detail {
    width: 100%;
  }
}

.ly_work .bl_workItem_detail_date {
  font-size: 2.5vw;
  margin-bottom: 29px;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workItem_detail_date {
    margin-bottom: 10px;
    font-size: 20px;
  }
}

.ly_work .bl_workItem_detail_info {
  font-size: 1.563vw;
  line-height: 1.6;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workItem_detail_info {
    font-size: 14px;
  }
}

.ly_work .bl_workMind {
  width: 63.67188vw;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workMind {
    width: 100%;
  }
}

.ly_work .bl_workMind_title {
  font-size: 2.5vw;
  margin-bottom: 37px;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workMind_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

.ly_work .bl_workMind_detail {
  font-size: 1.563vw;
  line-height: 1.8;
}

@media all and (max-width: 767px) {
  .ly_work .bl_workMind_detail {
    font-size: 14px;
  }
}

.ly_output {
  padding-top: 16.71875vw;
  padding-bottom: 15.82031vw;
  position: relative;
}

.ly_output .el_result__output {
  text-align: right;
  margin-right: 17.65625vw;
  margin-bottom: 91px;
  position: relative;
  z-index: 3;
}

@media all and (max-width: 767px) {
  .ly_output .el_result__output {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

.ly_output .el_result__coffee {
  text-align: right;
  margin-right: 13.75vw;
  margin-bottom: 90.5px;
  position: relative;
  z-index: 3;
}

.ly_output .bl_outputText {
  font-size: 1.563vw;
  line-height: 1.7;
  position: relative;
  z-index: 3;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputText {
    font-size: 14px;
  }
}

.ly_output .bl_outputText__top {
  width: 37.57812vw;
  margin-left: auto;
  margin-right: 19.6875vw;
  margin-bottom: 981px;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputText__top {
    width: 80%;
    margin-right: 0px;
  }
}

.ly_output .bl_outputText__bottom {
  width: 44.76562vw;
  margin-left: auto;
  margin-right: 20.70312vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputText__bottom {
    width: 80%;
    margin-left: auto;
    margin-right: 13.75vw;
  }
}

.ly_output .bl_outputImg {
  width: 28.125vw;
  position: absolute;
  z-index: 2;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputImg {
    width: 40%;
  }
}

.ly_output .bl_outputImg__m {
  width: 37.57812vw;
  top: 406px;
  left: 1.71875vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputImg__m {
    width: 40%;
    top: 400px;
    left: 0;
  }
}

.ly_output .bl_outputImg__s1 {
  top: 642px;
  right: 10vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputImg__s1 {
    top: 550px;
    right: 0;
  }
}

.ly_output .bl_outputImg__s2 {
  top: 779px;
  left: 20.85938vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputImg__s2 {
    top: 700px;
    left: 0;
  }
}

.ly_output .bl_outputImg__s3 {
  top: 850px;
  right: 18.20312vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputImg__s3 {
    right: 0%;
  }
}

.ly_output .bl_outputImg__l {
  width: 41.01562vw;
  top: 1228px;
  left: 9.92188vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputImg__l {
    top: 1000px;
    left: 0;
  }
}

.ly_output .bl_outputBg {
  width: 41.01562vw;
  height: 313px;
  position: absolute;
  z-index: 1;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputBg {
    height: 1000px;
    width: 70%;
  }
}

.ly_output .bl_outputBg__top {
  top: 592px;
  left: 16.17188vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputBg__top {
    top: 350px;
  }
}

.ly_output .bl_outputBg__bottom {
  top: 1330px;
  right: 24.45312vw;
}

@media all and (max-width: 767px) {
  .ly_output .bl_outputBg__bottom {
    display: none;
  }
}

.ly_history {
  padding-top: 21.01562vw;
  padding-bottom: 12.73438vw;
}

.ly_history .el_sectionTitle {
  margin-bottom: 116px;
}

.ly_history .el_sectionTitle:before {
  content: 'History';
  color: white;
}

.ly_history .bl_history_list {
  width: 63.75vw;
  margin: 0 auto;
  font-size: 1.563vw;
}

@media all and (max-width: 767px) {
  .ly_history .bl_history_list {
    width: 90%;
  }
}

.ly_history .bl_history_list_date {
  float: left;
  padding-top: 38px;
  border-top: 1px solid #7ad6bb;
  padding-left: 4.84375vw;
}

@media all and (max-width: 767px) {
  .ly_history .bl_history_list_date {
    padding-left: 10px;
    padding-top: 20px;
    float: none;
    font-size: 18px;
  }
}

.ly_history .bl_history_list_detail {
  padding-top: 38px;
  padding-bottom: 23px;
  margin-left: 16.48438vw;
  border-top: 1px solid #262626;
}

@media all and (max-width: 767px) {
  .ly_history .bl_history_list_detail {
    padding-top: 20px;
    border-top: none;
    font-size: 12px;
    margin-left: 20px;
  }
}

.ly_value .bl_value_bgBlack {
  padding-top: 17.65625vw;
  padding-bottom: 10.15625vw;
  text-align: center;
}

.ly_value .bl_value_bgBlack .bl_valueTitle {
  font-size: 3.75vw;
  width: 53.90625vw;
  margin: 44px auto 0;
  display: inline-block;
}

@media all and (max-width: 767px) {
  .ly_value .bl_value_bgBlack .bl_valueTitle {
    font-size: 18px;
    text-align: center;
    width: auto;
  }
}

.ly_value .bl_valueSlider {
  max-width: 100%;
}

.ly_value .bl_valueMessage {
  padding-top: 206px;
  padding-bottom: 257px;
  background-image: url(img/value-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  text-align: left;
}

@media all and (max-width: 767px) {
  .ly_value .bl_valueMessage {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.ly_value .bl_valueMessage_detail {
  width: 63.75vw;
  margin: 0 auto 50px;
  font-size: 1.563vw;
  line-height: 2;
  position: relative;
}

@media all and (max-width: 767px) {
  .ly_value .bl_valueMessage_detail {
    width: 90%;
    font-size: 12px;
  }
}

.ly_value .bl_valueMessage .bl_bgGrey {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(38, 38, 38, 0.9);
}

.ly_footer {
  height: 27.03125vw;
}
/*# sourceMappingURL=styles.css.map */