@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;
}
#section01 .backimg {
  position: relative;
  width: 100%;
  height: 18.33vw;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    height: 30vw;
  }
}
#section01 .backimg figure {
  width: 100%;
  position: relative;
}
#section01 h1 {
  width: 100%;
  text-align: center;
  font-weight: 700;
  position: absolute;
  top: 46%;
  left: 0;
  font-size: 38px;
  font-family: "Noto sans JP";
  color: #fff;
  transform: translate(0, -50%);
  letter-spacing: 0.05em;
}
@media screen and (max-width:800px) {
  #section01 h1 {
    font-size: 5vw;
  }
}
#section01 .minis {
  position: absolute;
  color: #fff;
  bottom: 8px;
  right: 8px;
  z-index: 15;
}

#section02 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
  padding: 90px 0 80px 0;
}
@media screen and (max-width:800px) {
  #section02 {
    padding: 40px 0 40px 0;
  }
}
#section02 h2 {
  width: 25%;
  max-width: 120px;
  margin: 0 auto 55px auto;
}
@media screen and (max-width:800px) {
  #section02 h2 {
    margin: 0 auto 27.5px auto;
  }
}
#section02 .section__in {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
#section02 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section02 .base_text {
    margin-bottom: 30px;
  }
}
#section02 .zubox {
  width: 85%;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #section02 .zubox {
    width: 100%;
  }
}
#section02 .zubox figure {
  width: 45.82%;
  margin: 0 auto 20px 0;
  position: relative;
}
@media screen and (max-width:800px) {
  #section02 .zubox figure {
    margin-bottom: 30px;
  }
}
#section02 .zubox figure .fuki01 {
  position: absolute;
  width: 155.66%;
  top: 11%;
  left: 67.5%;
}
#section02 .zubox figure .fuki01 div.inbox {
  transform: scale(0.5);
  opacity: 0;
  transform-origin: center left;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02 .zubox figure .fuki01 div.inbox.active {
  transform: scale(1);
  opacity: 1;
  transform-origin: center left;
}
#section02 .zubox figure .fuki02 {
  position: absolute;
  width: 155.66%;
  top: 56%;
  left: 67.5%;
}
@media screen and (max-width:800px) {
  #section02 .zubox figure .fuki02 {
    width: 155.66%;
    top: 58%;
  }
}
#section02 .zubox figure .fuki02 div.inbox {
  transform: scale(0.5);
  opacity: 0;
  transform-origin: center left;
  transition: all 0.8s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
}
#section02 .zubox figure .fuki02 div.inbox.active {
  transform: scale(1);
  opacity: 1;
  transform-origin: center left;
}
#section02 .minitext {
  width: 100%;
  line-height: 140%;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width:800px) {
  #section02 .minitext {
    font-size: 2.75vw;
  }
}

.sp_only_inlne {
  display: none;
}
@media screen and (max-width:800px) {
  .sp_only_inlne {
    display: inline-block;
  }
}

#section03 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
}
#section03 .section__in {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
}
#section03 .zu02 {
  width: 100%;
  max-width: 540px;
  margin: 0 auto 68px auto;
}
@media screen and (max-width:800px) {
  #section03 .zu02 {
    margin: 0 auto 30px auto;
  }
}
#section03 .timesbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #section03 .timesbox {
    margin-bottom: 25px;
  }
}
#section03 .timesbox .left {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section03 .timesbox .left {
    width: 100%;
  }
}
#section03 .timesbox .right {
  width: 47%;
}
@media screen and (max-width:800px) {
  #section03 .timesbox .right {
    margin-top: 10vw;
    width: 100%;
  }
}
#section03 .timesbox p {
  display: inline-block;
}
#section03 .timesbox span.kk2 {
  display: inline-block;
  margin-right: -0.5em;
}
#section03 .timesbox span.kk1 {
  display: inline-block;
  margin-left: -0.5em;
}
#section03 .timesbox h4 {
  width: 100%;
  background-color: #005428;
  padding: 0.4em 0.85em 0.5em 0.85em;
  line-height: 100%;
  color: #fff;
  margin: 0.55em 0;
}
#section03 .timesbox .bigtt {
  font-size: 46px;
  color: #005428;
  font-weight: 500;
  padding-left: 0.15em;
}
@media screen and (max-width:800px) {
  #section03 .timesbox .bigtt {
    font-size: 10vw;
  }
}
#section03 .timesbox ul {
  width: 100%;
}
#section03 .timesbox ul li {
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 15px;
}
#section03 .timesbox ul li:last-child {
  margin-bottom: 0;
}
#section03 .timesbox .kyu {
  padding-left: 0.4em;
}
#section03 .timesbox .scale_s {
  display: inline-block;
  transform: scale(0.95, 1);
  transform-origin: top left;
  width: 125%;
}
@media screen and (max-width:800px) {
  #section03 .timesbox .uetext {
    margin-bottom: 0.5em;
  }
}
#section03 .minitext {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 120px;
  border-bottom: 1px solid #005428;
}
@media screen and (max-width:800px) {
  #section03 .minitext {
    margin-bottom: 40px;
    padding-bottom: 50px;
    border-bottom: 0px solid #005428;
  }
}

#section04 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section04 h2 {
  width: 14%;
  max-width: 68px;
  margin: 0 auto 55px auto;
}
@media screen and (max-width:800px) {
  #section04 h2 {
    margin: 0 auto 27.5px auto;
  }
}
#section04 .section__in {
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
  margin-bottom: 120px;
  border-bottom: 1px solid #005428;
}
@media screen and (max-width:800px) {
  #section04 .section__in {
    padding: 0px 0 40px 0;
    margin-bottom: 80px;
  }
}
#section04 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 60px;
}
@media screen and (max-width:800px) {
  #section04 .base_text {
    margin-bottom: 30px;
  }
}
#section04 .maintext {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section04 .maintext {
    margin-bottom: 80px;
  }
}
#section04 .maintext span.conters {
  display: inline-block;
  text-align: left;
}
#section04 .maintext span.conters div {
  display: inline-block;
  text-align: left;
}
#section04 .maintext p {
  display: inline-block;
}
#section04 .maintext span.kk2 {
  display: inline-block;
  margin-right: -0.5em;
}
#section04 .maintext span.kk1 {
  display: inline-block;
  margin-left: -0.5em;
}
#section04 .maintext h4 {
  width: 100%;
  background-color: #005428;
  padding: 0.4em 0.85em 0.5em 0.85em;
  line-height: 100%;
  color: #fff;
  margin: 0.55em 0;
}
#section04 .maintext .bigtt {
  font-size: 60px;
  color: #005428;
  font-weight: 500;
  padding-left: 0.15em;
}
@media screen and (max-width:800px) {
  #section04 .maintext .bigtt {
    font-size: 10vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .maintext .f18 {
    font-size: 3.6vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .maintext .scale_s_sp {
    display: inline-block;
    transform: scale(1, 1);
    transform-origin: top left;
    width: 125%;
  }
}
#section04 .maintext .scale_s_sp .f40 {
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #section04 .maintext .scale_s_sp .f40 {
    font-size: 6vw;
  }
}
#section04 .maintext .scale_s_sp .f26 {
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #section04 .maintext .scale_s_sp .f26 {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .maintext .scale_s_sp .f16 {
    font-size: 3.4vw;
  }
}
#section04 .busbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section04 .busbox {
    margin-bottom: 50px;
  }
}
#section04 .busbox.busbox2 {
  margin-bottom: 0px;
}
#section04 .busbox .left {
  width: 62.2%;
}
@media screen and (max-width:800px) {
  #section04 .busbox .left {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section04 .busbox .left figure {
  width: 100%;
  max-width: 481px;
}
@media screen and (max-width:800px) {
  #section04 .busbox .left figure {
    max-width: 800px;
  }
}
#section04 .busbox .left figure.long {
  width: 100%;
  max-width: 508px;
}
@media screen and (max-width:800px) {
  #section04 .busbox .left figure.long {
    max-width: 800px;
  }
}
#section04 .busbox .left h3 {
  font-weight: 600;
  color: #005428;
}
#section04 .busbox .left .textin {
  font-weight: 600;
  margin-bottom: 0.25em;
}
#section04 .busbox .left .textin span {
  font-size: 90%;
  display: inline-block;
  padding-left: 0.2em;
}
#section04 .busbox .left .textin.long {
  margin-bottom: 0.5em;
}
#section04 .busbox .left .text01 {
  font-weight: 500;
}
#section04 .busbox .left .text02 {
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section04 .busbox .left .text02 {
    margin-bottom: 1em;
  }
}
#section04 .busbox .left p {
  display: inline-block;
}
#section04 .busbox .left span.kk2 {
  display: inline-block;
  margin-right: -0.5em;
}
#section04 .busbox .left span.kk1 {
  display: inline-block;
  margin-left: -0.5em;
}
#section04 .busbox .right {
  width: 34.14%;
}
@media screen and (max-width:800px) {
  #section04 .busbox .right {
    width: 100%;
  }
}
#section04 .busbox .right p {
  display: inline-block;
}
#section04 .busbox .right span.kk2 {
  display: inline-block;
  margin-right: -0.5em;
}
#section04 .busbox .right span.kk1 {
  display: inline-block;
  margin-left: -0.5em;
}
#section04 .busbox .right h4 {
  width: 100%;
  background-color: #005428;
  padding: 0.4em 0.85em 0.5em 0.85em;
  line-height: 100%;
  color: #fff;
  margin: 0.55em 0;
}
#section04 .busbox .right .bigtt {
  font-size: 60px;
  color: #005428;
  font-weight: 500;
  padding-left: 0.15em;
}
@media screen and (max-width:800px) {
  #section04 .busbox .right .bigtt {
    font-size: 10vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .busbox .right .f18 {
    font-size: 3.6vw;
  }
}
#section04 .busbox .right .f40 {
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 .busbox .right .f40 {
    font-size: 6vw;
  }
}
#section04 .busbox .right .f26 {
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section04 .busbox .right .f26 {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  #section04 .busbox .right .f16 {
    font-size: 3.4vw;
  }
}
#section04 .minitext {
  width: 100%;
  line-height: 140%;
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section04 .minitext {
    margin-top: 1.5em;
    font-size: 2.75vw;
  }
}
#section04 .minitext p {
  text-indent: -1em;
  padding-left: 1em;
}

#section05 {
  width: 100%;
  font-family: "Noto Serif JP", serif;
  position: relative;
  z-index: 10;
  background-color: #fff;
}
#section05 h2 {
  width: 15%;
  max-width: 74px;
  margin: 0 auto 55px auto;
}
@media screen and (max-width:800px) {
  #section05 h2 {
    margin: 0 auto 27.5px auto;
  }
}
#section05 .section__in {
  width: 90%;
  max-width: 860px;
  margin: 0 auto;
  padding: 0px 0 80px 0;
}
@media screen and (max-width:800px) {
  #section05 .section__in {
    padding: 0px 0 40px 0;
  }
}
#section05 .base_text {
  text-align: center;
  line-height: 160%;
  margin-bottom: 80px;
}
@media screen and (max-width:800px) {
  #section05 .base_text {
    margin-bottom: 60px;
    font-size: 4.2vw;
  }
}
#section05 .carbox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-bottom: 70px;
}
@media screen and (max-width:800px) {
  #section05 .carbox {
    margin-bottom: 50px;
  }
}
#section05 .carbox .left {
  width: 68%;
}
@media screen and (max-width:800px) {
  #section05 .carbox .left {
    width: 100%;
    margin-bottom: 3.5vw;
  }
}
#section05 .carbox .left figure {
  width: 100%;
  max-width: 522px;
}
@media screen and (max-width:800px) {
  #section05 .carbox .left figure {
    max-width: 800px;
  }
}
#section05 .carbox .left figure.long {
  width: 100%;
  max-width: 508px;
}
@media screen and (max-width:800px) {
  #section05 .carbox .left figure.long {
    max-width: 800px;
  }
}
#section05 .carbox .left h3 {
  font-weight: 600;
  color: #005428;
}
#section05 .carbox .left .textin {
  font-weight: 600;
  margin-bottom: 0.25em;
}
#section05 .carbox .left .textin span {
  font-size: 90%;
  display: inline-block;
  padding-left: 0.2em;
}
#section05 .carbox .left .textin.long {
  margin-bottom: 0.5em;
}
#section05 .carbox .left .text01 {
  font-weight: 500;
}
#section05 .carbox .left .text02 {
  margin-bottom: 2em;
}
@media screen and (max-width:800px) {
  #section05 .carbox .left .text02 {
    margin-bottom: 1em;
  }
}
#section05 .carbox .left p {
  display: inline-block;
}
#section05 .carbox .left span.kk2 {
  display: inline-block;
  margin-right: -0.5em;
}
#section05 .carbox .left span.kk1 {
  display: inline-block;
  margin-left: -0.5em;
}
#section05 .carbox .right {
  width: 30%;
}
@media screen and (max-width:800px) {
  #section05 .carbox .right {
    width: 100%;
  }
}
#section05 .carbox .right .undertext {
  margin-top: 15px;
  margin-bottom: 60px;
}
#section05 .carbox .right p {
  display: inline-block;
}
#section05 .carbox .right span.kk2 {
  display: inline-block;
  margin-right: -0.5em;
}
#section05 .carbox .right span.kk1 {
  display: inline-block;
  margin-left: -0.5em;
}
#section05 .carbox .right h4 {
  width: 100%;
  background-color: #005428;
  padding: 0.4em 0.85em 0.5em 0.85em;
  line-height: 100%;
  color: #fff;
  margin: 0.55em 0;
}
#section05 .carbox .right .bigtt {
  font-size: 60px;
  color: #005428;
  font-weight: 500;
  padding-left: 0.05em;
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .bigtt {
    font-size: 11vw;
  }
}
#section05 .carbox .right .bigtt span {
  font-size: 75%;
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .f18 {
    font-size: 3.6vw;
  }
}
#section05 .carbox .right .f40 {
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .f40 {
    font-size: 7.5vw;
  }
}
#section05 .carbox .right .f36 {
  font-weight: 500;
  color: #005428;
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .f36 {
    font-size: 5.8vw;
  }
}
#section05 .carbox .right .f26 {
  font-weight: 500;
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .f26 {
    font-size: 5vw;
  }
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .f20 {
    font-size: 3.4vw;
    margin-left: -0.5em;
  }
}
@media screen and (max-width:800px) {
  #section05 .carbox .right .f16 {
    font-size: 3.4vw;
  }
}
#section05 .carbox .right .base_text {
  line-height: 150%;
  text-align: left;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  width: 110%;
}
#section05 .carbox .right figure {
  width: 100%;
  position: relative;
}
#section05 .carbox .right figure figcaption {
  position: absolute;
  bottom: 7px;
  right: 8px;
  line-height: 100%;
  color: #fff;
}
#section05 .minitext {
  width: 100%;
  line-height: 140%;
  margin-top: 25px;
}
@media screen and (max-width:800px) {
  #section05 .minitext {
    margin-top: 1.5em;
    font-size: 2.75vw;
  }
}
#section05 .minitext p {
  text-indent: -1em;
  padding-left: 1em;
}

.kuro {
  display: inline-block;
  margin-left: 0.25em;
  padding: 0.05em 0.5em 0.25em 0.5em;
  background-color: #000;
  color: #fff;
  line-height: 100%;
  font-size: 90%;
  vertical-align: 2px;
}/*# sourceMappingURL=access.css.map */