@charset "UTF-8";
.root#concept .leading {
  text-align: center;
  padding: 100px 0 110px;
}

@media only screen and (max-width: 767px) {
  .root#concept .leading {
    text-align: left;
    padding: 0 0 50px;
  }
}

.root#concept .leading__texts__hl {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.66666666667;
  color: #003e72;
  margin-bottom: 40px;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1);
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .root#concept .leading__texts__hl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.25;
  }
}

.root#concept .leading__texts__rt {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3.125;
  /*pre animation*/
  transition: 3s all cubic-bezier(0.23, 1, 0.32, 1) 0.1s;
  opacity: 0;
  transform: translateY(25px);
}

@media only screen and (max-width: 767px) {
  .root#concept .leading__texts__rt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.14285714286;
  }
}

.root#concept .leading.is-animated .leading__texts__hl {
  opacity: 1;
  transform: translateY(0);
}

.root#concept .leading.is-animated .leading__texts__rt {
  opacity: 1;
  transform: translateY(0);
}

.root#concept .anony {
  padding: 110px 0 160px;
}

@media only screen and (max-width: 767px) {
  .root#concept .anony {
    padding: 50px 0 50px;
  }
}

.root#concept .anony__media01 {
  margin-bottom: 380px;
}

@media only screen and (max-width: 767px) {
  .root#concept .anony__media01 {
    margin-bottom: 120px;
  }
}

.root#concept .anony__media01:before {
  top: -90px;
}

@media only screen and (max-width: 767px) {
  .root#concept .anony__media01:before {
    top: -45px;
  }
}

.root#concept .anony__media02:before {
  top: -90px;
}

@media only screen and (max-width: 767px) {
  .root#concept .anony__media02:before {
    top: -45px;
  }
}
