@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: 450px;
}
@media screen and (max-width:800px) {
  #section01 .title_block .page_title {
    width: 57%;
  }
  #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 140px;
  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 .box_wrap {
  margin-top: 30px;
}
#section02 .block .box_wrap .box {
  margin-top: 60px;
}
@media screen and (max-width:800px) {
  #section02 .block .box_wrap .box {
    margin-top: 54px;
  }
}
#section02 .block .box_wrap .box:first-child {
  margin-top: 0;
}
#section02 .block .box_wrap .box .box_title {
  color: #0D6521;
  font-weight: bold;
  padding-bottom: 17px;
  margin-bottom: 15px;
  border-bottom: 1px solid #707070;
}
#section02 .block .box_wrap .box .box_content {
  line-height: 1.7em;
}
#section02 .block .box_wrap .box .box_content .link_text {
  color: #0D6521;
  text-decoration: underline;
}
#section02 .block .box_wrap .box .textbold {
  font-weight: 700;
}

/******************/
.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;
}/*# sourceMappingURL=privacy.css.map */