@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共通ここまで***/
body {
  /*background-color: #fff;*/
  background-color: black;
}

#section01 {
  width: 100%;
  z-index: 2;
  font-family: "Noto Serif JP", serif;
  overflow: hidden;
  padding: 130px 0 0px 0;
  color: #fff;
}
@media screen and (max-width:1200px) {
  #section01 {
    padding: 120px 0 0px 0;
  }
}
@media screen and (max-width:800px) {
  #section01 {
    padding: 125px 0 0px 0;
  }
}
#section01 h1 {
  margin: 0 auto 80px auto;
  text-align: center;
}
@media screen and (max-width:1200px) {
  #section01 h1 {
    margin: 0 auto 70px auto;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 {
    margin: 0 auto 35px auto;
  }
}
#section01 h1 figure {
  width: 48%;
  max-width: 190px;
  margin: 0 auto 18px auto;
}
@media screen and (max-width:1200px) {
  #section01 h1 figure {
    width: 15.8333333333%;
  }
}
@media screen and (max-width:800px) {
  #section01 h1 figure {
    width: 48%;
  }
}
#section01 h1 span {
  display: block;
  text-align: center;
  line-height: 100%;
}
#section01 .maps {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width:800px) {
  #section01 .maps {
    margin: 0 auto 25px auto;
  }
}
#section01 ul.cvbox {
  width: 90%;
  max-width: 525px;
  margin: 0 auto 24px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width:800px) {
  #section01 ul.cvbox {
    font-size: 3.6vw;
  }
}
#section01 ul.cvbox li.long {
  width: 100%;
  margin-bottom: 12px;
}
#section01 ul.cvbox li.long a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  color: #fff;
  background-color: #0081cc;
}
#section01 ul.cvbox li.left {
  width: 48.5%;
}
#section01 ul.cvbox li.left a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  /*color: #fff;
  background-color: #000;*/
  background-color: #947748;
}
#section01 ul.cvbox li.right {
  width: 48.5%;
}
#section01 ul.cvbox li.right a {
  display: block;
  text-align: center;
  width: 100%;
  padding: 0.8em 0em 0.85em 0em;
  line-height: 100%;
  color: #fff;
  /*background-color: #004098;*/
  background-color: #752c39;
}
#section01 .base_text {
  text-align: center;
  margin-bottom: 140px;
}
@media screen and (max-width:800px) {
  #section01 .base_text {
    margin-bottom: 60px;
    font-size: 3.4vw;
  }
}
#section01 .base_text2 {
  text-align: center;
  color: #000;
  color: white;
}

.close_waku {
  width: 90%;
  max-width: 1000px;
  margin: 150px auto 80px auto;
  text-align: center;
}
@media screen and (max-width:800px) {
  .close_waku {
    margin: 40px auto 40px auto;
  }
}
.close_waku a {
  display: inline-block;
  padding: 0.75em 4em 0.85em 4em;
  /*border: 1px solid #000;
  color: #000;*/
  border: 1px solid white;
  color: white;
  line-height: 100%;
  transition: all 0.4s ease-out 0.01s;
}
@media screen and (max-width:800px) {
  .close_waku a {
    padding: 0.75em 4em 0.85em 4em;
    font-size: 3vw;
  }
}
.close_waku a:hover {
  color: #fff;
  background-color: #000;
}

#color_back {
  width: 100%;
  padding: 90px 0 60px 0;
  /*background-color: #eeeceb;*/
  background-color: #1e1e1e;
}
@media screen and (max-width:800px) {
  #color_back {
    padding: 25px 0 35px 0;
  }
}/*# sourceMappingURL=map.css.map */