@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%);
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 50%;
  -webkit-animation: Flash1 1s infinite;
          animation: Flash1 1s infinite;
  -webkit-animation: beyooon_a 1s forwards;
          animation: beyooon_a 1s forwards;
  -webkit-animation: beyooon_b 1s forwards;
          animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 72, 110)), to(rgb(0, 120, 155)));
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@-webkit-keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_a {
  0% {
    -webkit-transform: translate(-50%, 0%) scale(0.5);
            transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1.22);
            transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  88% {
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-50%, 0%) scale(1);
            transform: translate(-50%, 0%) scale(1);
  }
}
@-webkit-keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  16% {
    -webkit-transform: scale(1.32);
            transform: scale(1.32);
  }
  28% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
  }
  44% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  59% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
  }
  73% {
    -webkit-transform: scale(1.01);
            transform: scale(1.01);
  }
  88% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            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: 350px;
}
@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: 120px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 0 0 140px;
    margin-top: 60px;
  }
}
#section02 .section__in {
  width: 84%;
  max-width: 1000px;
  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 {
  margin-top: 94px;
}
@media screen and (max-width:800px) {
  #section02 .block {
    margin-top: 82px;
  }
}
#section02 .block:first-child {
  margin-top: 0;
}
#section02 .block .block_title {
  position: relative;
  top: 0;
  left: 0;
  padding-left: 0.9em;
}
#section02 .block .block_title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #0D6521;
}
@media screen and (max-width:800px) {
  #section02 .block .block_title:before {
    width: 0.8vw;
  }
}
#section02 .block .content_block {
  margin: 55px auto 0;
  max-width: 900px;
  width: 100%;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block {
    margin: 30px auto 0;
  }
}
#section02 .block .content_block .content_text {
  margin-top: 64px;
  line-height: 1.6em;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block .content_text {
    margin-top: 24px;
  }
}
#section02 .block .content_block .content_text:first-child {
  margin-top: 0;
}
#section02 .block .content_block .link {
  margin-top: 34px;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block .link {
    margin-top: 16px;
  }
}
#section02 .block .content_block .link .link_icon {
  position: relative;
  top: 0;
  left: 0;
}
#section02 .block .content_block .link .link_icon:after {
  content: "";
  position: absolute;
  top: 0;
  right: -22px;
  width: 0.8em;
  height: 100%;
  background: url(../images/copyright/link_icon.svg) no-repeat center/100% auto;
}
#section02 .block .content_block .mark_list {
  margin-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block .mark_list {
    margin-top: 20px;
  }
}
#section02 .block .content_block .mark_list li {
  width: 16%;
  margin-right: 5%;
  margin-top: 16px;
}
@media screen and (max-width:800px) {
  #section02 .block .content_block .mark_list li {
    width: 43%;
    margin-top: 8px;
    margin-right: 0;
  }
  #section02 .block .content_block .mark_list li:nth-child(odd) {
    margin-right: 14%;
  }
}
#section02 .block .content_block .mark_list li:nth-child(5) {
  margin-right: 0;
}

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

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

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

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

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

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

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

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

.counter1b, .counter2b, .counter3b, .counter4b, .counter5b, .counter6b, .counter7b, .counter8b {
  display: none;
}