@charset "UTF-8";
/* sp-only ------------*/
/* pc-only ------------*/
/* hover-only ------------*/
/* flex ------------*/
/* Font Awesome 疑似要素 ------------*/
/* transition ------------*/
/* IE用 ------------*/
/* Collor Settings ------------*/
/*------------------------------------------------
$c-"デザインデータ上のカラー名"
$bg-"デザインデータ上のカラー名" bg用
$gr-"デザインデータ上のカラー名" グラデーション用
------------------------------------------------*/
/* 750pxデザイン時のpxからvwを計算 ------------*/
/* calc内で使いたい場合: calc( 100% - vw(10) ); */
.w800 {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .w800 {
      width: 100%; } }

.ttl01 {
  font-weight: 800;
  font-size: 36px;
  line-height: 1.3;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ttl01 {
      font-size: 6.4vw; } }

.ttl02 {
  font-weight: 800;
  font-size: 28px;
  line-height: 1.3;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .ttl02 {
      font-size: 5.3333333333vw; } }

.ttl_bd {
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #13305c;
  font-size: 45px; }
  @media screen and (max-width: 767px) {
    .ttl_bd {
      margin-left: auto;
      margin-right: auto;
      font-size: 8vw;
      padding: 0 0 1.3333333333vw; } }
  .ttl_bd span {
    padding: 0px 40px;
    border-top: 4px #ff691f solid;
    border-bottom: 4px #ff691f solid; }
    @media screen and (max-width: 767px) {
      .ttl_bd span {
        padding: 0;
        border-top: 0.8vw #ff691f solid;
        border-bottom: 0.8vw #ff691f solid; } }

.ttl_fd {
  text-align: center; }
  .ttl_fd .ttl_fd__sub {
    display: inline-block;
    font-weight: bold;
    text-align: center;
    background: #13305c;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    font-size: 24px;
    padding: 5px 15px; }
    @media screen and (max-width: 767px) {
      .ttl_fd .ttl_fd__sub {
        padding: 1.3333333333vw 6.6666666667vw;
        font-size: 4.2666666667vw;
        margin-bottom: 0.6666666667vw; } }
    .ttl_fd .ttl_fd__sub:before {
      content: "";
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border-top: 10px solid #13305c;
      border-right: 10px solid transparent;
      border-left: 10px solid transparent; }
  .ttl_fd .ttl_fd__mainttl {
    font-weight: bold;
    font-size: 50px; }
    @media screen and (max-width: 767px) {
      .ttl_fd .ttl_fd__mainttl {
        font-size: 9.6vw; } }

.ttl_bg {
  font-weight: bold;
  text-align: center;
  position: relative;
  color: #fff;
  font-size: 30px;
  width: 600px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 767px) {
    .ttl_bg {
      width: 78.6666666667vw;
      height: 10.6666666667vw;
      font-size: 4.2666666667vw; } }
  .ttl_bg:before, .ttl_bg:after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid; }
  .ttl_bg:before {
    left: -30px;
    border-width: 0 30px 80px 0; }
    @media screen and (max-width: 767px) {
      .ttl_bg:before {
        left: -4vw;
        border-width: 0 4vw 10.6666666667vw 0; } }
  .ttl_bg:after {
    right: -30px;
    border-width: 0 0 80px 30px; }
    @media screen and (max-width: 767px) {
      .ttl_bg:after {
        right: -4vw;
        border-width: 0 0 10.6666666667vw 4vw; } }
  .ttl_bg--blue {
    background: #13305c; }
    .ttl_bg--blue:before {
      border-color: transparent #13305c transparent transparent; }
    .ttl_bg--blue:after {
      border-color: transparent transparent transparent #13305c; }
  .ttl_bg--orange {
    background: #ff691f; }
    .ttl_bg--orange:before {
      border-color: transparent #ff691f transparent transparent; }
    .ttl_bg--orange:after {
      border-color: transparent transparent transparent #ff691f; }

.bd_top {
  position: relative; }
  .bd_top:before, .bd_top:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #fed900;
    display: block;
    top: 0; }
    @media screen and (max-width: 767px) {
      .bd_top:before, .bd_top:after {
        width: 0.5333333333vw;
        height: 16vw; } }
  .bd_top:before {
    left: calc((100% - 650px) / 2);
    transform: rotate(-25deg); }
    @media screen and (max-width: 767px) {
      .bd_top:before {
        left: calc((100% - 84vw) / 2); } }
  .bd_top:after {
    right: calc((100% - 650px) / 2);
    transform: rotate(25deg); }
    @media screen and (max-width: 767px) {
      .bd_top:after {
        right: calc((100% - 84vw) / 2); } }

.bd_btm {
  position: relative; }
  .bd_btm:before, .bd_btm:after {
    position: absolute;
    content: "";
    width: 2px;
    height: 50px;
    background: #fed900;
    display: block;
    top: 0; }
    @media screen and (max-width: 767px) {
      .bd_btm:before, .bd_btm:after {
        width: 0.5333333333vw;
        height: 16vw; } }
  .bd_btm:before {
    left: calc((100% - 680px) / 2);
    transform: rotate(25deg); }
    @media screen and (max-width: 767px) {
      .bd_btm:before {
        left: calc((100% - 84vw) / 2); } }
  .bd_btm:after {
    right: calc((100% - 680px) / 2);
    transform: rotate(-25deg); }
    @media screen and (max-width: 767px) {
      .bd_btm:after {
        right: calc((100% - 84vw) / 2); } }

.contact {
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .contact {
      margin-bottom: 8vw; } }

.contact__ttl {
  background: #13305c;
  color: #fed900;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding: 20px 0px;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .contact__ttl {
      padding: 3.3333333333vw 0;
      margin-bottom: 4.6666666667vw; } }
  .contact__ttl:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-top: 15px solid #13305c;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent; }

.contact__in {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .contact__in {
      width: calc(100% - 8vw); } }

.contact__tel {
  display: block;
  text-align: center;
  background: #ff691f;
  color: #fff;
  border-radius: 10px;
  padding: 20px 0px;
  box-shadow: 0 10px 0 0px #b23b00;
  margin-bottom: 25px;
  transition: 0.3s ease; }
  .contact__tel:hover {
    transform: translateY(10px);
    box-shadow: 0 0px 0 0 #b23b00;
    transition: 0.3s ease; }
  @media screen and (max-width: 767px) {
    .contact__tel {
      border-radius: 1.3333333333vw;
      padding: 4vw 0 4vw;
      box-shadow: 0 1.3333333333vw 0 0 #b23b00;
      margin-bottom: 3.3333333333vw; } }
  .contact__tel .contact__num {
    font-weight: bold;
    line-height: 1;
    font-size: 50px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .contact__tel .contact__num {
        font-size: 8.5333333333vw;
        margin-bottom: 2.4vw; } }
    .contact__tel .contact__num .fa-phone {
      font-size: 45px; }
      @media screen and (max-width: 767px) {
        .contact__tel .contact__num .fa-phone {
          font-size: 7.2vw; } }
  .contact__tel .contact__time {
    font-weight: bold;
    line-height: 1;
    font-size: 20px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 10px 100px;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .contact__tel .contact__time {
        padding: 1.3333333333vw 0;
        width: 72vw;
        margin-left: auto;
        margin-right: auto;
        border-top: 0.4vw solid #fff;
        border-bottom: 0.4vw solid #fff;
        font-size: 4vw; } }

.contact__sub {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px; }
  @media screen and (max-width: 767px) {
    .contact__sub {
      margin-bottom: 4vw; } }

.contact__line {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00b901;
  color: #fff;
  width: calc(50% - 10px);
  padding: 20px 0px;
  box-shadow: 0 10px 0 0 #0c820d;
  border-radius: 10px;
  transition: 0.3s ease; }
  .contact__line:hover {
    transform: translateY(10px);
    box-shadow: 0 0px 0 0 #0c820d;
    transition: 0.3s ease; }
  @media screen and (max-width: 767px) {
    .contact__line {
      padding: 2.6666666667vw 0;
      border-radius: 1.3333333333vw;
      width: calc(50% - 1.3333333333vw);
      box-shadow: 0 1.3333333333vw 0 0 #0c820d; } }
  .contact__line .contact__lineicon {
    font-size: 45px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .contact__line .contact__lineicon {
        font-size: 9.3333333333vw;
        line-height: 1; } }
  .contact__line .contact__linettl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .contact__line .contact__linettl {
        font-size: 4vw;
        margin-left: 2.6666666667vw; } }

.contact__mail {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fe615d;
  color: #fff;
  width: calc(50% - 10px);
  padding: 20px 0px;
  box-shadow: 0 10px 0 0 #ab110d;
  border-radius: 10px;
  transition: 0.3s ease; }
  .contact__mail:hover {
    transform: translateY(10px);
    box-shadow: 0 0px 0 0 #ab110d;
    transition: 0.3s ease; }
  @media screen and (max-width: 767px) {
    .contact__mail {
      padding: 2.6666666667vw 0;
      border-radius: 1.3333333333vw;
      width: calc(50% - 1.3333333333vw);
      box-shadow: 0 1.3333333333vw 0 0 #ab110d; } }
  .contact__mail .contact__mailicon {
    font-size: 40px;
    line-height: 1; }
    @media screen and (max-width: 767px) {
      .contact__mail .contact__mailicon {
        font-size: 6.6666666667vw;
        line-height: 1; } }
  .contact__mail .contact__mailttl {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    margin-left: 15px; }
    @media screen and (max-width: 767px) {
      .contact__mail .contact__mailttl {
        font-size: 4vw;
        margin-left: 2.6666666667vw; } }

.contact__copy {
  font-weight: bold;
  text-align: center;
  font-size: 30px; }
  @media screen and (max-width: 767px) {
    .contact__copy {
      font-size: 5.3333333333vw; } }
  .contact__copy span {
    color: #ff0000; }

.contact__subcopy {
  font-weight: bold;
  text-align: center;
  font-size: 25px; }
  @media screen and (max-width: 767px) {
    .contact__subcopy {
      font-size: 4vw; } }

.contact-subtxt {
  font-size: 25px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px; }
  @media screen and (max-width: 767px) {
    .contact-subtxt {
      font-size: 4vw;
      margin-bottom: 1.3333333333vw; } }

.contact-txtwrap {
  color: #13305c;
  position: relative;
  font-size: 40px;
  padding: 0px 160px;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .contact-txtwrap {
      padding: 0;
      margin-bottom: 2.6666666667vw; } }
  .contact-txtwrap:before, .contact-txtwrap:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px; }
    @media screen and (max-width: 767px) {
      .contact-txtwrap:before, .contact-txtwrap:after {
        bottom: -2.6666666667vw; } }
  .contact-txtwrap:before {
    width: 260px;
    height: 180px;
    left: -40px;
    background: url(../img/contact/ico_02.png) center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .contact-txtwrap:before {
        left: -3.3333333333vw;
        width: 27.0666666667vw;
        height: 20.6666666667vw; } }
  .contact-txtwrap:after {
    width: 180px;
    height: 180px;
    right: 20px;
    background: url(../img/contact/ico_01.png) center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .contact-txtwrap:after {
        right: 0;
        width: 21.3333333333vw;
        height: 20.6666666667vw; } }
  .contact-txtwrap .contact-txt {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 800; }
    @media screen and (max-width: 767px) {
      .contact-txtwrap .contact-txt {
        font-size: 5.3333333333vw;
        padding: 0 14.6666666667vw; } }
  .contact-txtwrap .contact-txt__logo {
    display: inline-block;
    width: 100px; }
    @media screen and (max-width: 767px) {
      .contact-txtwrap .contact-txt__logo {
        width: 17.8666666667vw; } }

.lcl-lead {
  width: 680px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  margin-top: -2%;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .lcl-lead {
      width: 100%;
      padding: 0 2vw;
      margin-top: -6.6666666667vw;
      margin-bottom: 6.6666666667vw; } }
  .lcl-lead .lcl-lead__img {
    width: 210px; }
    @media screen and (max-width: 767px) {
      .lcl-lead .lcl-lead__img {
        width: calc(33% - 0.6666666667vw); } }

.lcl-box-corona {
  border-radius: 5px;
  border: #f00 solid 2px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  padding: 15px 20px; }
  @media screen and (max-width: 767px) {
    .lcl-box-corona {
      padding: 2.6666666667vw;
      width: calc(100% - 8vw);
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 20px; } }
  .lcl-box-corona .lcl-box-corona__ttl {
    color: #f00;
    font-weight: bold; }
    @media screen and (max-width: 767px) {
      .lcl-box-corona .lcl-box-corona__ttl {
        margin-bottom: 1.3333333333vw; } }

.lcl-radio {
  width: 650px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .lcl-radio {
      width: calc(100% - 8vw);
      margin-bottom: 5.3333333333vw; } }
  .lcl-radio .lcl-radio-bnr {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-radio .lcl-radio-bnr {
        margin-bottom: 2.6666666667vw; } }

.lcl-license {
  padding: 40px 45px;
  border: 1px solid #ccc;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px; }
  @media screen and (max-width: 767px) {
    .lcl-license {
      display: block;
      border: none;
      background-color: #f7f7f7;
      padding: 5.3333333333vw 4vw;
      margin-bottom: 8vw; } }
  .lcl-license .lcl-license__cnt {
    width: 380px; }
    @media screen and (max-width: 767px) {
      .lcl-license .lcl-license__cnt {
        width: 100%;
        margin-bottom: 4vw; } }
  .lcl-license .lcl-license__ttl {
    font-size: 27px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #13305c; }
    @media screen and (max-width: 767px) {
      .lcl-license .lcl-license__ttl {
        font-size: 5.3333333333vw;
        margin-bottom: 2.6666666667vw;
        text-align: center; } }
  .lcl-license .lcl-license__txt {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-license .lcl-license__txt {
        margin-bottom: 4vw; } }
  .lcl-license .lcl-license__logo {
    width: 260px; }
    @media screen and (max-width: 767px) {
      .lcl-license .lcl-license__logo {
        background-color: #fff;
        width: 56vw;
        padding: 2.6666666667vw 4vw;
        margin-right: auto;
        margin-left: auto;
        border-radius: 1.3333333333vw; } }
  .lcl-license .lcl-license__img {
    width: 310px; }
    @media screen and (max-width: 767px) {
      .lcl-license .lcl-license__img {
        width: 56vw;
        margin-right: auto;
        margin-left: auto; } }

.lcl-box-intro .lcl-box-intro__ttl {
  color: #13305c;
  margin-bottom: 20px; }
  .lcl-box-intro .lcl-box-intro__ttl:before {
    left: calc((100% - 700px) / 2); }
  .lcl-box-intro .lcl-box-intro__ttl:after {
    right: calc((100% - 700px) / 2); }
  @media screen and (max-width: 767px) {
    .lcl-box-intro .lcl-box-intro__ttl {
      margin-bottom: 2.6666666667vw; } }
.lcl-box-intro .lcl-box-intro__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .lcl-box-intro .lcl-box-intro__list {
      flex-wrap: wrap;
      padding: 0 4vw;
      margin-bottom: 4vw; } }
.lcl-box-intro .lcl-box-intro__item {
  width: 190px; }
  @media screen and (max-width: 767px) {
    .lcl-box-intro .lcl-box-intro__item {
      width: calc(50% - 1.3333333333vw); }
      .lcl-box-intro .lcl-box-intro__item:nth-child(-n + 2) {
        margin-bottom: 2.6666666667vw; } }
.lcl-box-intro .lcl-box-intro__txt {
  background: #13305c;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  font-weight: bold;
  padding: 8px 0px; }
  @media screen and (max-width: 767px) {
    .lcl-box-intro .lcl-box-intro__txt {
      font-size: 4vw; } }
  .lcl-box-intro .lcl-box-intro__txt span {
    color: #fed900; }

.lcl-box-chara .lcl-box-chara__arrow {
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__arrow {
      width: 2.6666666667vw;
      margin-bottom: 1.3333333333vw; } }
.lcl-box-chara .lcl-box-chara__ttl {
  color: #13305c;
  margin-bottom: 20px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__ttl {
      margin-bottom: 4vw; } }
  .lcl-box-chara .lcl-box-chara__ttl:before, .lcl-box-chara .lcl-box-chara__ttl:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-chara .lcl-box-chara__ttl:before, .lcl-box-chara .lcl-box-chara__ttl:after {
        bottom: -4vw; } }
  .lcl-box-chara .lcl-box-chara__ttl:before {
    width: 180px;
    height: 180px;
    left: 0px;
    background: url(../img/contact/ico_01.png) center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .lcl-box-chara .lcl-box-chara__ttl:before {
        left: 0px;
        width: 21.3333333333vw;
        height: 21.3333333333vw; } }
  .lcl-box-chara .lcl-box-chara__ttl:after {
    width: 260px;
    height: 180px;
    right: -70px;
    background: url(../img/contact/ico_02.png) center/cover no-repeat; }
    @media screen and (max-width: 767px) {
      .lcl-box-chara .lcl-box-chara__ttl:after {
        right: -3.3333333333vw;
        width: 30.8vw;
        height: 21.3333333333vw; } }
.lcl-box-chara .lcl-box-chara__logo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
.lcl-box-chara .lcl-box-chara__name {
  width: 120px;
  display: inline-block; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__name {
      width: 20vw; } }
.lcl-box-chara .lcl-box-chara__in {
  background: #f9efe2;
  padding: 40px 0px; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__in {
      width: 100%;
      padding: 8vw 4vw 4vw; } }
.lcl-box-chara .lcl-box-chara__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__list {
      margin-bottom: 4vw; } }
.lcl-box-chara .lcl-box-chara__item {
  background: #fff;
  width: calc(50% - 10px);
  text-align: center;
  font-size: 26px;
  line-height: 1.3;
  font-weight: bold;
  padding: 45px 0px 15px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__item {
      width: calc(50% - 1.3333333333vw);
      font-size: 5.0666666667vw;
      padding: 17.3333333333vw 0px 5.3333333333vw; } }
  .lcl-box-chara .lcl-box-chara__item .lcl-box-chara__ico {
    width: 60px;
    top: -20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    @media screen and (max-width: 767px) {
      .lcl-box-chara .lcl-box-chara__item .lcl-box-chara__ico {
        top: -3.2vw;
        width: 17.3333333333vw; } }
  .lcl-box-chara .lcl-box-chara__item .lcl-box-chara__txt span {
    color: #ff691f;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .lcl-box-chara .lcl-box-chara__item .lcl-box-chara__txt span {
        font-size: 6.6666666667vw; } }
.lcl-box-chara .lcl-box-chara__copy {
  color: #13305c; }
  @media screen and (max-width: 767px) {
    .lcl-box-chara .lcl-box-chara__copy {
      margin-bottom: 4vw; } }

.lcl-box-moving {
  background: url(../img/moving/bg.jpg) center/cover no-repeat;
  padding: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-moving {
      padding: 0 0 8vw; } }
  .lcl-box-moving .lcl-box-moving__in {
    background: #fff;
    margin: -40px auto 0;
    padding: 60px 0px 40px; }
    @media screen and (max-width: 767px) {
      .lcl-box-moving .lcl-box-moving__in {
        width: calc(100% - 8vw);
        margin: -5.3333333333vw auto 0;
        padding: 9.3333333333vw 0 6vw; } }
  .lcl-box-moving .lcl-box-moving__ttl {
    color: #13305c;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-box-moving .lcl-box-moving__ttl {
        margin-bottom: 2.6666666667vw; } }
    .lcl-box-moving .lcl-box-moving__ttl span {
      color: #ff691f; }
  .lcl-box-moving .lcl-box-moving__list {
    display: flex;
    justify-content: center;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-moving .lcl-box-moving__list {
        margin-bottom: 2.6666666667vw; } }
  .lcl-box-moving .lcl-box-moving__item {
    width: 200px; }
    @media screen and (max-width: 767px) {
      .lcl-box-moving .lcl-box-moving__item {
        width: 32vw; } }
    .lcl-box-moving .lcl-box-moving__item:not(:last-child) {
      margin-right: 20px; }
      @media screen and (max-width: 767px) {
        .lcl-box-moving .lcl-box-moving__item:not(:last-child) {
          margin-right: 4vw; } }
  .lcl-box-moving .lcl-box-moving__img {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-box-moving .lcl-box-moving__img {
        margin-top: 2vw;
        width: calc(100% - 13.3333333333vw); } }

.lcl-box-purchase {
  background: #f9efe2;
  padding: 60px 0 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-purchase {
      padding: 5.3333333333vw 0 5.3333333333vw; } }
  .lcl-box-purchase .lcl-box-purchase__ttl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-box-purchase .lcl-box-purchase__ttl {
        margin-bottom: 5.3333333333vw; } }
  .lcl-box-purchase .lcl-box-purchase__in {
    padding: 0 2vw; }
  .lcl-box-purchase .lcl-box-purchase__main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-purchase .lcl-box-purchase__main {
        width: 100%;
        justify-content: center;
        padding: 0 6.6666666667vw; } }
    .lcl-box-purchase .lcl-box-purchase__main .lcl-box-purchase__item {
      width: 180px; }
      @media screen and (max-width: 767px) {
        .lcl-box-purchase .lcl-box-purchase__main .lcl-box-purchase__item {
          width: 37.3333333333vw;
          margin-bottom: 2.6666666667vw; } }
      @media screen and (max-width: 767px) {
        .lcl-box-purchase .lcl-box-purchase__main .lcl-box-purchase__item:not(:nth-child(2n)) {
          margin-right: 2.6666666667vw; } }
  .lcl-box-purchase .lcl-box-purchase__sub {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .lcl-box-purchase .lcl-box-purchase__sub {
        width: 100%;
        justify-content: center;
        margin-bottom: 4vw; } }
    .lcl-box-purchase .lcl-box-purchase__sub .lcl-box-purchase__item {
      width: 140px; }
      @media screen and (max-width: 767px) {
        .lcl-box-purchase .lcl-box-purchase__sub .lcl-box-purchase__item {
          width: 29.3333333333vw; } }
      @media screen and (max-width: 767px) {
        .lcl-box-purchase .lcl-box-purchase__sub .lcl-box-purchase__item:not(:nth-child(3n)) {
          margin-right: 2vw; } }
      .lcl-box-purchase .lcl-box-purchase__sub .lcl-box-purchase__item:not(:nth-child(4n)) {
        margin-right: 10px; }
      .lcl-box-purchase .lcl-box-purchase__sub .lcl-box-purchase__item:nth-child(-n + 4) {
        margin-bottom: 10px; }
  .lcl-box-purchase .lcl-box-purchase__copy:before, .lcl-box-purchase .lcl-box-purchase__copy:after {
    height: 80px; }
    @media screen and (max-width: 767px) {
      .lcl-box-purchase .lcl-box-purchase__copy:before, .lcl-box-purchase .lcl-box-purchase__copy:after {
        height: 20vw; } }
  .lcl-box-purchase .lcl-box-purchase__copy span {
    color: #ff691f; }

.lcl-box-possible {
  background: url(../img/moving/bg.jpg) center/cover no-repeat;
  padding: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-possible {
      padding: 0 0 8vw; } }
  .lcl-box-possible .lcl-box-possible__in {
    background: #fff;
    margin: -40px auto 0;
    padding: 60px 50px 40px; }
    @media screen and (max-width: 767px) {
      .lcl-box-possible .lcl-box-possible__in {
        margin: -5.3333333333vw auto 0;
        width: calc(100% - 8vw);
        padding: 9.3333333333vw 0 6vw; } }
  @media screen and (max-width: 767px) {
    .lcl-box-possible .lcl-box-possible__list {
      padding: 0 4vw;
      margin-left: auto;
      margin-right: auto; } }
  .lcl-box-possible .lcl-box-possible__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-possible .lcl-box-possible__item {
        padding-bottom: 4vw; } }
    .lcl-box-possible .lcl-box-possible__item:nth-child(even) {
      flex-direction: row-reverse; }
    .lcl-box-possible .lcl-box-possible__item:not(:first-child) {
      padding-top: 20px; }
      @media screen and (max-width: 767px) {
        .lcl-box-possible .lcl-box-possible__item:not(:first-child) {
          padding-top: 4vw; } }
    .lcl-box-possible .lcl-box-possible__item:not(:last-child) {
      border-bottom: #ccc 2px solid; }
      @media screen and (max-width: 767px) {
        .lcl-box-possible .lcl-box-possible__item:not(:last-child) {
          border-bottom: #ccc 0.5333333333vw solid; } }
    .lcl-box-possible .lcl-box-possible__item .lcl-box-possible__txt {
      width: 100%; }
      @media screen and (max-width: 767px) {
        .lcl-box-possible .lcl-box-possible__item .lcl-box-possible__txt {
          width: 100%; } }
      .lcl-box-possible .lcl-box-possible__item .lcl-box-possible__txt h3 {
        color: #ff691f;
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .lcl-box-possible .lcl-box-possible__item .lcl-box-possible__txt h3 {
            font-size: 4.2666666667vw;
            margin-bottom: 0.6666666667vw; } }

.lcl-box-works {
  padding: 40px 0px 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-works {
      padding: 8vw 0; } }
  .lcl-box-works .lcl-box-works__ttl {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-box-works .lcl-box-works__ttl {
        margin-bottom: 2.6666666667vw; } }
  .lcl-box-works .lcl-box-works__mainttl {
    color: #13305c; }
    .lcl-box-works .lcl-box-works__mainttl span {
      color: #ff691f; }
  .lcl-box-works .lcl-box-works__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .lcl-box-works .lcl-box-works__list {
        padding: 0 5.3333333333vw; } }
    .lcl-box-works .lcl-box-works__list .slick-prev:before,
    .lcl-box-works .lcl-box-works__list .slick-next:before {
      display: none; }
    .lcl-box-works .lcl-box-works__list .slick-arrow {
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 19px;
      font-weight: bold;
      transition: 0.5s ease;
      cursor: pointer;
      background: #13305c;
      color: #fed900;
      z-index: 10; }
      @media screen and (max-width: 767px) {
        .lcl-box-works .lcl-box-works__list .slick-arrow {
          font-size: 5.3333333333vw;
          width: 10.6666666667vw;
          height: 10.6666666667vw;
          top: 0;
          bottom: -2.6666666667vw;
          margin: auto; } }
    .lcl-box-works .lcl-box-works__list .slick-prev {
      left: -20px;
      border-radius: 15px; }
      @media screen and (max-width: 767px) {
        .lcl-box-works .lcl-box-works__list .slick-prev {
          left: 0;
          border-radius: 5.3333333333vw; } }
    .lcl-box-works .lcl-box-works__list .slick-next {
      right: -20px;
      border-radius: 15px; }
      @media screen and (max-width: 767px) {
        .lcl-box-works .lcl-box-works__list .slick-next {
          right: 0;
          border-radius: 5.3333333333vw; } }
  .lcl-box-works .lcl-box-works__item {
    width: 190px;
    margin: 0 5px; }
    @media screen and (max-width: 767px) {
      .lcl-box-works .lcl-box-works__item {
        justify-content: space-between;
        width: calc(50% - 2vw); } }
    @media screen and (max-width: 767px) {
      .lcl-box-works .lcl-box-works__item:nth-child(-n + 2) {
        margin-bottom: 4vw; } }
    .lcl-box-works .lcl-box-works__item .lcl-box-works__txt {
      background: #13305c;
      color: #fed900;
      font-weight: bold;
      text-align: center;
      font-size: 18px;
      padding: 2px 0px; }
      @media screen and (max-width: 767px) {
        .lcl-box-works .lcl-box-works__item .lcl-box-works__txt {
          padding: 0.6666666667vw 0;
          font-size: 4.2666666667vw; } }

.lcl-box-flow {
  padding: 40px 0px 60px;
  background: #f9efe2; }
  @media screen and (max-width: 767px) {
    .lcl-box-flow {
      padding: 5.3333333333vw 0 6.6666666667vw; } }
  .lcl-box-flow .lcl-box-flow__ttl {
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__ttl {
        margin-bottom: 2.6666666667vw; } }
  .lcl-box-flow .lcl-box-flow__mainttl {
    color: #ff691f; }
  @media screen and (max-width: 767px) {
    .lcl-box-flow .lcl-box-flow__in {
      padding: 0 4vw 0; } }
  .lcl-box-flow .lcl-box-flow__list {
    display: flex;
    justify-content: center;
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__list {
        justify-content: space-between;
        margin-bottom: 8vw; } }
  .lcl-box-flow .lcl-box-flow__listttl {
    margin-bottom: 10px; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__listttl {
        margin-bottom: 4vw; } }
  .lcl-box-flow .lcl-box-flow__listitem {
    width: 150px; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__listitem {
        width: 29.3333333333vw; } }
    .lcl-box-flow .lcl-box-flow__listitem:not(:last-child) {
      margin-right: 15px; }
  .lcl-box-flow .lcl-box-flow__item {
    padding: 100px 30px 40px;
    background: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__item {
        padding: 16vw 4vw 8vw; } }
    .lcl-box-flow .lcl-box-flow__item:not(:last-child) {
      margin-bottom: 40px; }
      @media screen and (max-width: 767px) {
        .lcl-box-flow .lcl-box-flow__item:not(:last-child) {
          margin-bottom: 8vw; } }
  .lcl-box-flow .lcl-box-flow__ico {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    top: -20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__ico {
        width: 17.3333333333vw;
        top: -4vw; } }
  .lcl-box-flow .lcl-box-flow__itemttl {
    text-align: center;
    font-weight: bold;
    color: #13305c;
    font-size: 30px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .lcl-box-flow .lcl-box-flow__itemttl {
        font-size: 6.6666666667vw;
        margin-bottom: 1.3333333333vw; } }

.lcl-box-sake {
  background: #f9efe2;
  padding: 40px 0 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-sake {
      padding: 5.3333333333vw 0 6.6666666667vw; } }
  .lcl-box-sake .lcl-box-sake__ttl {
    color: #13305c;
    text-align: center;
    font-weight: bold;
    font-size: 50px; }
    @media screen and (max-width: 767px) {
      .lcl-box-sake .lcl-box-sake__ttl {
        font-size: 9.0666666667vw; } }
    .lcl-box-sake .lcl-box-sake__ttl:before, .lcl-box-sake .lcl-box-sake__ttl:after {
      height: 150px; }
      @media screen and (max-width: 767px) {
        .lcl-box-sake .lcl-box-sake__ttl:before, .lcl-box-sake .lcl-box-sake__ttl:after {
          height: 26.6666666667vw; } }
  .lcl-box-sake .lcl-box-sake__txt {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 30px; }
    @media screen and (max-width: 767px) {
      .lcl-box-sake .lcl-box-sake__txt {
        font-size: 4.8vw;
        margin-bottom: 0.6666666667vw; } }
  .lcl-box-sake .lcl-box-sake__img {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-sake .lcl-box-sake__img {
        margin-bottom: 2.6666666667vw;
        width: calc(100% - 8vw); } }
  .lcl-box-sake .lcl-box-sake__kind {
    padding: 0 4vw; }
  .lcl-box-sake .lcl-box-sake__ico {
    color: #fed900; }

.lcl-box-piano .lcl-box-piano-lead {
  color: #fff;
  background: url(../img/piano/bg.jpg);
  padding: 40px 0 40px; }
  @media screen and (max-width: 767px) {
    .lcl-box-piano .lcl-box-piano-lead {
      padding: 6.6666666667vw 0; } }
  .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__ttl {
    text-align: center;
    font-weight: bold;
    line-height: 1.1;
    font-size: 50px;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__ttl {
        font-size: 9.0666666667vw;
        margin-bottom: 3.3333333333vw; } }
  .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__txt {
    text-align: center;
    font-weight: bold;
    font-size: 25px;
    line-height: 1.3;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__txt {
        font-size: 4vw;
        line-height: 1.5;
        margin-bottom: 2.6666666667vw; } }
  .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__list {
    display: flex;
    justify-content: center; }
  .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__item {
    width: 180px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__item {
        width: 22.6666666667vw; } }
    .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__item:not(:last-child) {
      margin-right: 15px; }
      @media screen and (max-width: 767px) {
        .lcl-box-piano .lcl-box-piano-lead .lcl-box-piano-lead__item:not(:last-child) {
          margin-right: 4vw; } }
.lcl-box-piano .lcl-box-piano__subttl {
  color: #fff;
  background: #ff691f;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px; }
  @media screen and (max-width: 767px) {
    .lcl-box-piano .lcl-box-piano__subttl {
      padding: 2.6666666667vw 0; } }
.lcl-box-piano .lcl-box-piano-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 0px; }
  @media screen and (max-width: 767px) {
    .lcl-box-piano .lcl-box-piano-list {
      padding: 0; } }
  .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__item {
    background: #f9efe2;
    width: calc(50% - 10px);
    padding: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__item {
        width: calc(50% - 0.6666666667vw);
        padding: 3.3333333333vw 3.3333333333vw 4vw; } }
    .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__item:nth-child(-n + 2) {
      margin-bottom: 1.3333333333vw; }
  .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__ico {
    color: #fed900;
    background: #13305c;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    margin-left: auto;
    margin-right: auto;
    width: 50px;
    height: 50px;
    font-size: 30px;
    border-radius: 25px;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__ico {
        width: 10.6666666667vw;
        height: 10.6666666667vw;
        border-radius: 5.3333333333vw;
        font-size: 4.8vw;
        margin-bottom: 2vw; } }
  .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__ttl {
    font-weight: bold;
    text-align: center;
    color: #13305c;
    font-size: 25px;
    margin-bottom: 5px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-list .lcl-box-piano-list__ttl {
        font-size: 4.2666666667vw;
        margin-bottom: 2vw; } }
.lcl-box-piano .lcl-box-piano-flow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 0px; }
  @media screen and (max-width: 767px) {
    .lcl-box-piano .lcl-box-piano-flow {
      display: block;
      padding: 5.3333333333vw 4vw 8vw; } }
  .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(50% - 10px); }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__item {
        width: 100%; } }
    .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__item:not(:last-child) {
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__item:not(:last-child) {
          margin-bottom: 4vw; } }
  .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__ico {
    width: 80px; }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__ico {
        width: 17.3333333333vw; } }
  .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__txt {
    font-weight: bold;
    width: calc(100% - 100px); }
    @media screen and (max-width: 767px) {
      .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__txt {
        width: calc(100% - 18.6666666667vw); } }
    .lcl-box-piano .lcl-box-piano-flow .lcl-box-piano-flow__txt span {
      color: #ff691f; }

.lcl-box-voice {
  background: #f9efe2;
  padding: 0 0 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-voice {
      padding: 0 0 8vw; } }
  .lcl-box-voice .lcl-box-voice__in {
    background: #fff;
    margin: -40px auto 0;
    padding: 60px 50px 40px; }
    @media screen and (max-width: 767px) {
      .lcl-box-voice .lcl-box-voice__in {
        width: calc(100% - 8vw);
        margin: -5.3333333333vw auto 0;
        padding: 9.3333333333vw 0 6vw; } }
  @media screen and (max-width: 767px) {
    .lcl-box-voice .lcl-box-voice__list {
      padding: 0 4vw;
      margin-left: auto;
      margin-right: auto; } }
  .lcl-box-voice .lcl-box-voice__item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-voice .lcl-box-voice__item {
        padding-bottom: 4vw; } }
    .lcl-box-voice .lcl-box-voice__item:not(:first-child) {
      padding-top: 20px; }
      @media screen and (max-width: 767px) {
        .lcl-box-voice .lcl-box-voice__item:not(:first-child) {
          padding-top: 4vw; } }
    .lcl-box-voice .lcl-box-voice__item:not(:last-child) {
      border-bottom: #ccc 2px solid; }
      @media screen and (max-width: 767px) {
        .lcl-box-voice .lcl-box-voice__item:not(:last-child) {
          border-bottom: #ccc 0.5333333333vw solid; } }
    .lcl-box-voice .lcl-box-voice__item .lcl-box-voice__img {
      width: 100px; }
      @media screen and (max-width: 767px) {
        .lcl-box-voice .lcl-box-voice__item .lcl-box-voice__img {
          width: 20vw; } }
    .lcl-box-voice .lcl-box-voice__item .lcl-box-voice__txt {
      width: calc(100% - 120px); }
      @media screen and (max-width: 767px) {
        .lcl-box-voice .lcl-box-voice__item .lcl-box-voice__txt {
          width: calc(100% - 22.6666666667vw); } }
      .lcl-box-voice .lcl-box-voice__item .lcl-box-voice__txt h3 {
        font-weight: bold;
        font-size: 20px;
        margin-bottom: 5px; }
        @media screen and (max-width: 767px) {
          .lcl-box-voice .lcl-box-voice__item .lcl-box-voice__txt h3 {
            font-size: 4.2666666667vw;
            margin-bottom: 0.6666666667vw; } }

.lcl-box-reason {
  background: #f9efe2;
  padding: 60px 0 60px; }
  @media screen and (max-width: 767px) {
    .lcl-box-reason {
      padding: 5.3333333333vw 0 5.3333333333vw; } }
  .lcl-box-reason .lcl-box-reason__ttl {
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .lcl-box-reason .lcl-box-reason__ttl {
        margin-bottom: 5.3333333333vw; } }
  .lcl-box-reason .lcl-box-reason__in {
    padding: 0 4vw; }
  .lcl-box-reason .lcl-box-reason__main {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      .lcl-box-reason .lcl-box-reason__main {
        width: 100%; } }
  .lcl-box-reason .lcl-box-reason__item {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .lcl-box-reason .lcl-box-reason__item:not(:last-child) {
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: #efe4d5 solid 2px; }
      @media screen and (max-width: 767px) {
        .lcl-box-reason .lcl-box-reason__item:not(:last-child) {
          margin-bottom: 2vw;
          padding-bottom: 2vw; } }
  .lcl-box-reason .lcl-box-reason__img {
    width: 120px; }
    @media screen and (max-width: 767px) {
      .lcl-box-reason .lcl-box-reason__img {
        width: 20vw; } }
  .lcl-box-reason .lcl-box-reason__txt {
    width: calc(100% - 140px); }
    @media screen and (max-width: 767px) {
      .lcl-box-reason .lcl-box-reason__txt {
        width: calc(100% - 22.6666666667vw); } }
    .lcl-box-reason .lcl-box-reason__txt h3 {
      font-weight: bold;
      font-size: 20px;
      margin-bottom: 5px; }
      @media screen and (max-width: 767px) {
        .lcl-box-reason .lcl-box-reason__txt h3 {
          font-size: 4.2666666667vw;
          margin-bottom: 0.6666666667vw; } }

.lcl-seo {
  background: #f5f5f5;
  padding: 50px 0px; }
  @media screen and (max-width: 767px) {
    .lcl-seo {
      padding: 5.3333333333vw 4vw 6.1333333333vw; } }

.lcl-twitter {
  width: 800px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 767px) {
    .lcl-twitter {
      width: 100%;
      padding: 5.3333333333vw 4vw 24.8vw; } }

/*# sourceMappingURL=index.css.map */
