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

.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%;
  position: relative;
  font-family: "Noto Serif JP", serif;
  background-color: #fff;
  padding: 80px 0;
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 40px 0;
  }
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 4vw;
  }
}
#section01 h1 span {
  display: inline-block;
  text-align: center;
  width: 250px;
  padding-bottom: 0.25em;
  border-bottom: 1px solid #005428;
}
@media screen and (max-width:800px) {
  #section01 h1 span {
    width: 50vw;
  }
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 150px;
}
@media screen and (max-width:800px) {
  #section02 {
    padding-bottom: 75px;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
#section02 h2 {
  text-align: center;
  padding-bottom: 0.5em;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    font-size: 4.6vw;
  }
}
#section02 dl {
  width: 100%;
  border-top: 1px solid #666;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section02 dl {
    margin-bottom: 30px;
  }
}
#section02 dl.lastbox {
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section02 dl.lastbox {
    margin-bottom: 15px;
  }
}
#section02 dl dt {
  width: 18.75%;
  border-bottom: 1px solid #666;
  background-color: #ededed;
  padding: 0.75em 0.75em;
}
@media screen and (max-width:800px) {
  #section02 dl dt {
    width: 6em;
  }
}
#section02 dl dd {
  width: 81.25%;
  border-bottom: 1px solid #666;
  padding: 0.75em 0.75em;
}
@media screen and (max-width:800px) {
  #section02 dl dd {
    width: calc(100% - 6em);
  }
}
#section02 dl p.indents {
  text-indent: -1em;
  padding-left: 1em;
}
#section02 dl p.indents_spaces {
  letter-spacing: -0.02em;
}
@media screen and (max-width:800px) {
  #section02 dl p.indents_spaces {
    letter-spacing: 0em;
  }
}
#section02 .yokokubox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section02 .yokokubox .yokoku {
  width: 18.75%;
  border: 1px solid #666;
  background-color: #fff;
  padding: 0.75em 0.75em;
  display: flex;
  align-items: center;
}
@media screen and (max-width:800px) {
  #section02 .yokokubox .yokoku {
    width: 6em;
    padding: 0.25em 0;
    margin: 5vw auto 2.5vw 0;
  }
}
#section02 .yokokubox .yokoku span {
  display: block;
  width: 100%;
  text-align: center;
}
#section02 .yokokubox .text {
  width: 81.25%;
  padding: 0em 0.75em;
}
@media screen and (max-width:800px) {
  #section02 .yokokubox .text {
    width: 100%;
    padding: 0em 0em;
  }
}/*# sourceMappingURL=outline.css.map */