@charset "UTF-8";
img {
  width: 100%;
}

.noto_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  padding-top: 84px;
  position: relative;
}
@media screen and (max-width:800px) {
  #section01 {
    padding-top: 68px;
  }
}
#section01 .section__in {
  width: 84%;
  max-width: 1100px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section01 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section01 .title_block .page_title {
  width: 680px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title {
    width: 83%;
  }
  #section01 .title_block .page_title span {
    color: #0D6521;
  }
}
#section01 .title_block .page_title--ja {
  margin-top: 30px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title--ja {
    margin-top: 15px;
    font-size: 6vw;
  }
}

#section02 {
  padding: 0 0 220px;
  overflow: hidden;
  max-width: 100vw;
  margin-top: 38px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0 0 70px;
    margin-top: 60px;
  }
}
#section02 .section__in {
  width: 84%;
  max-width: 780px;
  margin: 0 auto 0 auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width:800px) {
  #section02 .section__in {
    width: 84%;
    margin: 0 auto;
  }
}
#section02 .block {
  box-sizing: border-box;
  padding: 86px 0 65px;
}
@media screen and (max-width:800px) {
  #section02 .block {
    padding-top: 76px;
    padding-bottom: 75px;
  }
  #section02 .block:first-child {
    padding-top: 0;
  }
}
#section02 .block.block--bg {
  background: url(../images/company/number/bg.jpg) no-repeat center bottom/100% auto;
}
#section02 .block .section__in {
  max-width: 800px;
  margin: 0 auto;
  width: 80%;
}
#section02 .block .box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #section02 .block .box {
    display: block;
  }
}
#section02 .block .box .num_icon {
  width: 1.4%;
  position: relative;
  top: 0;
  left: 0;
}
@media screen and (max-width:800px) {
  #section02 .block .box .num_icon {
    width: 100%;
    line-height: 1em;
  }
  #section02 .block .box .num_icon img {
    width: 21vw;
  }
}
#section02 .block .box .num_icon:after {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 1px;
  height: 0%;
  background: #000;
  transition: all 0.6s linear 0.01s;
}
@media screen and (max-width:800px) {
  #section02 .block .box .num_icon:after {
    width: 0%;
    height: 1px;
    top: 67%;
    left: 30%;
  }
}
#section02 .block .box .num_icon.active:after {
  height: 60%;
}
@media screen and (max-width:800px) {
  #section02 .block .box .num_icon.active:after {
    height: 1px;
    width: 70%;
  }
}
#section02 .block .box .text_block {
  width: 55%;
}
@media screen and (max-width:800px) {
  #section02 .block .box .text_block {
    width: 100%;
    margin-top: 47px;
  }
}
#section02 .block .box .text_block h2 {
  color: #0D6521;
  margin-bottom: 8px;
  line-height: 1.25em;
}
#section02 .block .box .text_block .main_copy {
  color: #0D6521;
  margin-top: 40px;
}
@media screen and (max-width:800px) {
  #section02 .block .box .text_block .main_copy {
    line-height: 1em;
    width: 100%;
    margin-top: 15px;
  }
  #section02 .block .box .text_block .main_copy span {
    line-height: 1em;
  }
}
#section02 .block .box .text_block .main_copy .main_copy--textsmall {
  font-size: 24px;
}
@media screen and (max-width:800px) {
  #section02 .block .box .text_block .main_copy .main_copy--textsmall {
    font-size: 5vw;
  }
}
#section02 .block .box .text_block .main_copy .main_copy--textlarge {
  font-size: 82px;
  letter-spacing: 0.04em;
}
@media screen and (max-width:800px) {
  #section02 .block .box .text_block .main_copy .main_copy--textlarge {
    font-size: 16vw;
    letter-spacing: 0;
  }
}
#section02 .block .box .text_block .main_copy .main_copy--textmid {
  font-size: 64px;
  line-height: 1em;
}
@media screen and (max-width:800px) {
  #section02 .block .box .text_block .main_copy .main_copy--textmid {
    font-size: 10vw;
  }
}
#section02 .block .box .text_block .text {
  margin-top: 30px;
  line-height: 1.9em;
}
#section02 .block .box .img {
  width: 31.5%;
  margin-top: 36px;
}
@media screen and (max-width:800px) {
  #section02 .block .box .img {
    width: 100%;
    margin-top: 27px;
  }
}

/******************/
.counter1_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter1_all.counter__on {
  opacity: 1;
}

.counter2_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter2_all.counter__on {
  opacity: 1;
}

.counter3_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter3_all.counter__on {
  opacity: 1;
}

.counter4_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter4_all.counter__on {
  opacity: 1;
}

.counter5_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter5_all.counter__on {
  opacity: 1;
}

.counter6_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter6_all.counter__on {
  opacity: 1;
}

.counter7_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter7_all.counter__on {
  opacity: 1;
}

.counter8_all {
  opacity: 0;
  transition: all 0.4s ease-out 0.01s;
}
.counter8_all.counter__on {
  opacity: 1;
}

.counter1b, .counter2b, .counter3b, .counter4b, .counter5b, .counter6b, .counter7b, .counter8b {
  display: none;
  line-height: 1;
}/*# sourceMappingURL=company_number.css.map */