@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: 77.6vw;
  }
}

/*------------------------------------------------
lcl-navi
------------------------------------------------*/
.lcl-navi {
  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;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .lcl-navi {
    padding-top: 10.6666666667vw;
  }
}
.lcl-navi .lcl-navi__item:not(:last-of-type) {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-navi .lcl-navi__item:not(:last-of-type) {
    margin-right: 4vw;
  }
}
/*------------------------------------------------
lcl-header
------------------------------------------------*/
.lcl-header {
  padding-top: 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-header {
    padding-top: 8.5333333333vw;
  }
}
.lcl-header:before {
  content: "";
  background: #0081cc;
  width: 80px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lcl-header:before {
    width: 13.3333333333vw;
    height: 0.5333333333vw;
  }
}
.lcl-header .lcl-header__txt {
  font-family: Outfit;
  font-style: normal;
  font-weight: 400;
  font-weight: 700;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-header .lcl-header__txt {
    font-size: 8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-header .lcl-header__ttl {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .lcl-header .lcl-header__ttl {
    font-size: 4vw;
  }
}
/*------------------------------------------------
lcl-outline
------------------------------------------------*/
.lcl-outline {
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .lcl-outline {
    padding: 18.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.lcl-outline .lcl-outline__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline__header {
    margin-bottom: 10.6666666667vw;
  }
}
.lcl-outline .lcl-outline__table {
  width: 100%;
  border-collapse: collapse;
}
@media screen and (min-width: 768px) {
  .lcl-outline .lcl-outline__table tr:last-of-type .lcl-outline-table__th,
  .lcl-outline .lcl-outline__table tr:last-of-type .lcl-outline-table__td {
    border-bottom: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline__table tr {
    border-top: 1px solid #dddddd;
  }
}
.lcl-outline .lcl-outline-table__th,
.lcl-outline .lcl-outline-table__td {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  padding: 20px 0;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__th,
  .lcl-outline .lcl-outline-table__td {
    font-size: 3.4666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .lcl-outline .lcl-outline-table__th,
  .lcl-outline .lcl-outline-table__td {
    border-top: 1px solid #dddddd;
  }
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__th,
  .lcl-outline .lcl-outline-table__td {
    display: block;
    padding: 0;
  }
}
.lcl-outline .lcl-outline-table__th {
  vertical-align: top;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  width: 200px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__th {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__th {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__th {
    width: 100%;
    margin-right: 0;
    padding: 4vw 0 2.6666666667vw;
  }
}
.lcl-outline .lcl-outline-table__td {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  width: calc(100% - 220px);
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__td {
    font-size: 3.4666666667vw;
  }
}
@-moz-document url-prefix() {
  .lcl-outline .lcl-outline-table__td {
    width: calc(100% - 225px);
  }
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__td {
    width: 100%;
    padding: 0 0 4vw;
  }
}
.lcl-outline .lcl-outline-table__map {
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__map {
    height: 36vw;
    margin-bottom: 4vw;
  }
}
.lcl-outline .lcl-outline-table__mapinfo {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table__mapinfo {
    display: block;
  }
}
.lcl-outline .lcl-outline-table-mapinfo__link {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  color: #0081cc;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table-mapinfo__link {
    font-size: 3.4666666667vw;
  }
}
.lcl-outline .lcl-outline-table-mapinfo__link:after {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 1px;
  background: #0081cc;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.lcl-outline .lcl-outline-table-mapinfo__link .ico_svg {
  width: 18px;
  height: 18px;
  position: relative;
  top: 4px;
}
@media screen and (max-width: 767px) {
  .lcl-outline .lcl-outline-table-mapinfo__link .ico_svg {
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    top: 4px;
  }
}
.lcl-outline .lcl-outline-table-mapinfo__link .svg-path {
  fill: #0081cc;
  -webkit-transition: fill 0.3s;
  transition: fill 0.3s;
}
@media (hover: hover) {
  .lcl-outline .lcl-outline-table-mapinfo__link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: none), screen and (min-width: 768px) and (-ms-high-contrast: active) {
  .lcl-outline .lcl-outline-table-mapinfo__link:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

/*------------------------------------------------
lcl-message
------------------------------------------------*/
.lcl-message {
  padding: 80px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-message {
    padding: 0 0 21.3333333333vw;
  }
}
.lcl-message .lcl-message__wrap {
  position: relative;
}
.lcl-message .lcl-message__header {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message__header {
    margin-bottom: 10.6666666667vw;
    margin-left: 5.3333333333vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message__in {
    background: #fff;
  }
}
.lcl-message .lcl-message__fig {
  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;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message__fig {
    margin-bottom: 8vw;
  }
}
.lcl-message .lcl-message__fig:after {
  content: "";
  width: calc(100% - 35px);
  height: 50px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message__fig:after {
    content: none;
  }
}
.lcl-message .lcl-message-fig__img {
  width: 50%;
  display: block;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-fig__img {
    width: 100%;
  }
  .lcl-message .lcl-message-fig__img:nth-child(1) {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message__main {
    padding: 0 5.3333333333vw;
  }
}
.lcl-message .lcl-message-main__ttl {
  font-weight: 700;
  font-size: 22px;
  line-height: 2.1;
  letter-spacing: 0.02em;
  color: #0081cc;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-main__ttl {
    font-size: 5.3333333333vw;
    line-height: 1.7;
    margin-bottom: 2.1333333333vw;
  }
}
.lcl-message .lcl-message-main__name {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-main__name {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-main__name {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-main__name {
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-message .lcl-message-main__txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-main__txt {
    font-size: 3.4666666667vw;
  }
}
.lcl-message .lcl-message-main__txt:not(:last-of-type) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-message .lcl-message-main__txt:not(:last-of-type) {
    margin-bottom: 5.3333333333vw;
  }
}

/*------------------------------------------------
lcl-history
------------------------------------------------*/
.lcl-history {
  padding: 80px 0 110px;
}
@media screen and (max-width: 767px) {
  .lcl-history {
    padding: 0 5.3333333333vw 21.3333333333vw;
  }
}
.lcl-history .lcl-history__header {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history__header {
    margin-bottom: 10.6666666667vw;
  }
}
.lcl-history .lcl-history__in {
  position: relative;
  overflow: hidden;
}
.lcl-history .lcl-history__line {
  position: absolute;
  top: 0;
  left: 34px;
  width: 1px;
  height: 0;
  background: #bdbdbd;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history__line {
    left: 0.5333333333vw;
    width: 0.2666666667vw;
  }
}
.lcl-history .lcl-history__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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history__block {
    padding-left: 4vw;
  }
}
.lcl-history .lcl-history__block:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history__block:not(:last-child) {
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-history .lcl-history__block:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #0081cc;
  border-radius: 50%;
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history__block:before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    left: 0;
  }
}
.lcl-history .lcl-history-block__year {
  font-weight: 600;
  font-size: 28px;
  line-height: 2;
  letter-spacing: 0.05em;
  color: #0081cc;
  width: 131px;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history-block__year {
    font-size: 5.3333333333vw;
    width: 14.6666666667vw;
  }
}
.lcl-history .lcl-history-block__info {
  width: calc(100% - 131px);
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history-block__info {
    width: calc(100% - 14.6666666667vw);
  }
}
.lcl-history .lcl-history-block-info__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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.lcl-history .lcl-history-block-info__block:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history-block-info__block:not(:last-child) {
    margin-bottom: 1.3333333333vw;
  }
}
.lcl-history .lcl-history-block-info__month {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  text-align: right;
  color: #767676;
  width: 40px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history-block-info__month {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history-block-info__month {
    width: 10.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
.lcl-history .lcl-history-block-info__ttl {
  width: calc(100% - 70px);
}
@media screen and (max-width: 767px) {
  .lcl-history .lcl-history-block-info__ttl {
    width: calc(100% - 13.3333333333vw);
  }
}

/*------------------------------------------------
lcl-thought
------------------------------------------------*/
.lcl-thought {
  position: relative;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .lcl-thought {
    padding-bottom: 18.6666666667vw;
  }
}
.lcl-thought:after {
  content: "";
  background: #fff;
  border-radius: 0px 20px 0px 0px;
  position: absolute;
  width: calc(100% - 150px);
  height: 110px;
  position: absolute;
  top: 540px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .lcl-thought:after {
    width: calc(100% - 4vw);
    height: 5.3333333333vw;
    border-radius: 0px 2.6666666667vw 0px 0px;
    top: 58.9333333333vw;
  }
}
.lcl-thought .lcl-thought__bgarea {
  background: url(../img/thought/img_01.jpg) no-repeat center/cover;
  height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought__bgarea {
    height: 64vw;
  }
}
.lcl-thought .lcl-thought-bgarea__video {
  position: absolute;
  top: -80px;
  left: 0%;
  right: 0%;
  width: auto;
  height: auto;
  margin: 0 auto;
  min-width: 100%;
  min-height: 100%;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-bgarea__video {
    top: 0;
    left: 0;
    right: 0;
    max-width: 120%;
    min-height: auto;
  }
}
@media screen and (min-width: 768px) {
  .lcl-thought .lcl-thought__main {
    margin-top: -250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought__main {
    margin-top: -21.3333333333vw;
  }
}
.lcl-thought .lcl-thought__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;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 1600px) {
  .lcl-thought .lcl-thought__in {
    width: 85%;
  }
}
@media screen and (min-width: 768px) {
  .lcl-thought .lcl-thought__in {
    max-width: 1600px;
    width: 77%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .lcl-thought .lcl-thought__in {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought__in {
    padding: 0 5.3333333333vw;
  }
}
.lcl-thought .lcl-thought__header {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought__header {
    margin-bottom: 8vw;
  }
}
.lcl-thought .lcl-thought-header__txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-header__txt {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-header__txt {
    font-weight: 700;
  }
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-header__txt {
    margin-bottom: 4vw;
    padding: 0 2.6666666667vw;
  }
}
.lcl-thought .lcl-thought-header__ttl {
  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-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.lcl-thought .lcl-thought-header-ttl__line {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.8;
  color: #fff;
  padding: 0 15px;
  display: inline-block;
  background: #000;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-header-ttl__line {
    font-size: 6.6666666667vw;
    padding: 0 4vw;
  }
}
.lcl-thought .lcl-thought-header-ttl__line:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-header-ttl__line:not(:last-child) {
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-thought .lcl-thought__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;
}
.lcl-thought .lcl-thought__block:not(:last-child) {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought__block:not(:last-child) {
    margin-bottom: 10.6666666667vw;
  }
}
.lcl-thought .lcl-thought__block.lcl-thought__block--revese {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.lcl-thought .lcl-thought-block__in {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-block__in {
    width: 100%;
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-thought .lcl-thought-block__sub {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-block__sub {
    margin-bottom: 2.6666666667vw;
  }
}
.lcl-thought .lcl-thought-block__ttl {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-block__ttl {
    font-size: 6.4vw;
    margin-bottom: 5.3333333333vw;
  }
}
.lcl-thought .lcl-thought-block__txt {
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-block__txt {
    font-size: 3.4666666667vw;
  }
}
.lcl-thought .lcl-thought-block__txt:not(:last-of-type) {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-block__txt:not(:last-of-type) {
    margin-bottom: 4vw;
  }
}
.lcl-thought .lcl-thought-block__fig {
  width: 43%;
}
@media screen and (max-width: 767px) {
  .lcl-thought .lcl-thought-block__fig {
    width: 100%;
  }
}