@charset "UTF-8";
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* Edge用 ------------*/
/* IE用 ------------*/
/* Font styles ------------*/
/* Color styles ------------*/
/* sassファイル行頭で記述 */
/* 375pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
/*------------------------------------------------
main-header
------------------------------------------------*/
@media screen and (max-width: 767px) {
  .main-header .main-header__en {
    width: 76.2666666667vw;
  }
}

/*------------------------------------------------
lcl-bg
------------------------------------------------*/
.lcl-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
}
.lcl-bg.lcl-bg--gray {
  opacity: 1;
  visibility: visible;
  background: #f5f5f5;
}

/*------------------------------------------------
lcl-logo
------------------------------------------------*/
.lcl-logo {
  position: fixed;
  top: calc(50% - 245px);
  right: 10%;
  width: 490px;
  height: 490px;
}
@media screen and (max-width: 767px) {
  .lcl-logo {
    top: 40%;
    right: -10.6666666667vw;
    width: 74.6666666667vw;
    height: 74.6666666667vw;
  }
}
.lcl-logo .lcl-logo__in {
  -webkit-transform: scale(0) rotate(180deg);
          transform: scale(0) rotate(180deg);
  -webkit-transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, -webkit-transform 1.2s;
  transition: opacity 1.2s, transform 1.2s;
  transition: opacity 1.2s, transform 1.2s, -webkit-transform 1.2s;
}
.lcl-logo.js-load--on .lcl-logo__in {
  -webkit-transform: scale(1) rotate(0deg);
          transform: scale(1) rotate(0deg);
}

/*------------------------------------------------
lcl-lead
------------------------------------------------*/
.lcl-lead {
  padding: 110px 0 165px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-lead {
    padding: 17.3333333333vw 5.3333333333vw 36.5333333333vw;
  }
}
.lcl-lead .lcl-lead__ttl {
  font-weight: 700;
  font-size: 32px;
  line-height: 1.9;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__ttl {
    font-size: 5.8666666667vw;
    line-height: 1.8;
    margin-bottom: 8vw;
  }
}
.lcl-lead .lcl-lead__txt {
  font-size: 16px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .lcl-lead .lcl-lead__txt {
    font-size: 3.7333333333vw;
  }
}

/*------------------------------------------------
lcl-strengths
------------------------------------------------*/
.lcl-strengths {
  padding: 80px 0 120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-strengths {
    padding: 10.6666666667vw 5.3333333333vw 16vw;
  }
}
.lcl-strengths .lcl-strengths__ttl {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths__ttl {
    margin-bottom: 20px;
  }
}
.lcl-strengths .lcl-strengths-in__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .lcl-strengths .lcl-strengths-in__block {
    min-width: 1000px;
    max-width: 1400px;
  }
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in__block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .lcl-strengths .lcl-strengths-in__block.lcl-strengths-in__block--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.lcl-strengths .lcl-strengths-in__block.lcl-strengths-in__block--reverse .lcl-strengths-in-block__info {
  padding: 0 0 0 50px;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in__block.lcl-strengths-in__block--reverse .lcl-strengths-in-block__info {
    padding: 0;
  }
}
.lcl-strengths .lcl-strengths-in__block:not(:last-child) {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in__block:not(:last-child) {
    margin-bottom: 6.6666666667vw;
  }
}
.lcl-strengths .lcl-strengths-in-block__info {
  min-width: 400px;
  width: 45%;
  padding-right: 50px;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block__info {
    min-width: 100%;
    width: 100%;
    padding-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-strengths .lcl-strengths-in-block-info__num {
  color: #0081cc;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block-info__num {
    font-size: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.lcl-strengths .lcl-strengths-in-block-info__num:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 20px;
  height: 1px;
  background: #0081cc;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block-info__num:before {
    width: 5.3333333333vw;
  }
}
.lcl-strengths .lcl-strengths-in-block-info__ttl {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.6;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block-info__ttl {
    font-size: 5.8666666667vw;
    margin-bottom: 4vw;
  }
}
.lcl-strengths .lcl-strengths-in-block-info__txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block-info__txt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block-info__txt {
    line-height: 1.9;
  }
}
.lcl-strengths .lcl-strengths-in-block__fig {
  min-width: 550px;
  width: 55%;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lcl-strengths .lcl-strengths-in-block__fig {
    min-width: 100%;
    width: 100%;
    border-radius: 2.6666666667vw;
  }
}

/*------------------------------------------------
lcl-mission
------------------------------------------------*/
.lcl-mission {
  position: relative;
  z-index: 1;
  padding-bottom: 110px;
  height: 909px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .lcl-mission {
    padding-bottom: 18.6666666667vw;
    height: auto;
  }
}
.lcl-mission:after {
  content: "";
  background: #fff;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  min-width: 850px;
  width: 85%;
  height: 90px;
  position: absolute;
  top: 414px;
  left: 0;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .lcl-mission:after {
    min-width: calc(100% - 5.3333333333vw);
    width: calc(100% - 5.3333333333vw);
    height: 10.6666666667vw;
    border-radius: 0px 5.3333333333vw 0px 0px;
    top: 56.2666666667vw;
  }
}
.lcl-mission .lcl-mission__bgarea {
  width: 100%;
  height: 504px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission__bgarea {
    height: 66.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission__bgarea .slick-list {
    height: 66.6666666667vw;
  }
}
.lcl-mission .lcl-mission__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .lcl-mission .lcl-mission__bg {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission__bg {
    height: 66.6666666667vw;
  }
}
.lcl-mission .lcl-mission__bg.lcl-mission__bg--01 {
  background-image: url(../img/mission/img_01.jpg);
}
.lcl-mission .lcl-mission__bg.lcl-mission__bg--02 {
  background-image: url(../img/mission/img_02.jpg);
}
.lcl-mission .lcl-mission__bg.lcl-mission__bg--03 {
  background-image: url(../img/mission/img_03.jpg);
}
.lcl-mission .lcl-mission__bg.lcl-mission__bg--active {
  opacity: 1;
  z-index: 2;
}
.lcl-mission .lcl-mission__main.scr-anin--on .lcl-mission-main-list__item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lcl-mission .lcl-mission__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (min-width: 768px) {
  .lcl-mission .lcl-mission__in {
    min-width: 1015px;
    max-width: 1500px;
    width: 85%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .lcl-mission .lcl-mission__in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission__in {
    padding: 0 2.6666666667vw 0 5.3333333333vw;
    width: calc(100% - 5.3333333333vw);
  }
}
.lcl-mission .lcl-mission__header {
  width: 180px;
  margin-right: 93px;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission__header {
    width: 100%;
    margin-right: 0;
    margin-bottom: 13.3333333333vw;
  }
}
.lcl-mission .lcl-mission-header__ttl {
  font-weight: 700;
  font-size: 40px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 13px;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission-header__ttl {
    font-size: 8vw;
    margin-bottom: 3.7333333333vw;
  }
}
.lcl-mission .lcl-mission-header__txt {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission-header__txt {
    font-size: 4vw;
  }
}
.lcl-mission .lcl-mission__block {
  width: calc(100% - 473px);
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission__block {
    width: 100%;
  }
}
.lcl-mission .lcl-mission-main-list__item {
  font-size: 26px;
  line-height: 1.7;
  counter-increment: cnt_counter;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission-main-list__item {
    font-size: 4.8vw;
  }
}
.lcl-mission .lcl-mission-main-list__item:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission-main-list__item:not(:last-child) {
    margin-bottom: 8vw;
    padding-bottom: 8vw;
    border-bottom: 1px solid #dddddd;
  }
}
.lcl-mission .lcl-mission-main-list__item:before {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #0081cc;
  content: counter(cnt_counter, decimal-leading-zero);
  display: inline-block;
  margin-right: 38px;
}
@media screen and (max-width: 767px) {
  .lcl-mission .lcl-mission-main-list__item:before {
    font-size: 5.3333333333vw;
    margin-right: 6.4vw;
  }
}
.lcl-mission .lcl-mission-main-list__item.lcl-mission__bg--02 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
@media screen and (min-width: 768px) {
  .lcl-mission .lcl-mission-main-list__item.lcl-mission__bg--02 {
    padding-left: 40px;
  }
}
.lcl-mission .lcl-mission-main-list__item.lcl-mission__bg--03 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (min-width: 768px) {
  .lcl-mission .lcl-mission-main-list__item.lcl-mission__bg--03 {
    padding-left: 80px;
  }
}