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

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -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, #00486e 0%, #00789b 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;
}

#section01 .ontext {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: white;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: all 1.2s ease-out;
  opacity: 1;
}

#section01 .ontext.active {
  opacity: 0;
}

#section01 .ontext h2 {
  width: 100%;
  text-align: center;
}

#section01 .ontext h2 figure.base01 {
  width: 42%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section01 .ontext h2 figure.base01 {
    width: 80%;
  }
}

#section01 .ontext2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: flex;
  align-items: center;
  transition: all 1.2s ease-out;
  opacity: 0;
}

#section01 .ontext2.active {
  opacity: 1;
}

#section01 .ontext2 h2 {
  width: 100%;
  text-align: center;
}

#section01 .ontext2 h2 figure.base01 {
  width: 42%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section01 .ontext2 h2 figure.base01 {
    width: 80%;
  }
}

#section02 {
  width: 100%;
  background-image: url(../images/sec02_back_pc.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  padding: 80px 0 145px 0;
  font-weight: 500;
}

@media (max-width: 800px) {
  #section02 {
    padding: 80px 0 60px 0;
  }
}

#section02 h2 {
  width: 65%;
  max-width: 800px;
  margin: 0 auto 25px auto;
}

#section02 p.text01 {
  text-align: center;
  width: 90%;
  margin: 0 auto 60px auto;
  line-height: 180%;
}

#section02 h3 {
  width: 70%;
  max-width: 530px;
  margin: 0 auto 40px auto;
}

#section02 .merit3 {
  width: 90%;
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section02 .merit3 li {
  width: 30%;
}

@media (max-width: 800px) {
  #section02 .merit3 li {
    width: 78%;
    margin: 0 auto 40px auto;
  }
}

#section02 .merit3 li .listbox {
  width: 100%;
  border: 1px solid #E50012;
  position: relative;
}

#section02 .merit3 li .listbox .ue {
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
}

#section02 .merit3 li .listbox figure {
  width: 100%;
  margin-top: 0px;
}

#section02 .merit3 li .listbox h4 {
  text-align: center;
  width: 90%;
  margin: 0 auto 20px auto;
  font-weight: 600;
}

#section02 .merit3 li .listbox p.text02 {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 20px;
  line-height: 160%;
}

#section02 .merit3 li a.linkslink {
  display: block;
  width: 170px;
  margin: 15px auto 0 auto;
  padding: 8px 0 10px 0;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #E50012;
}

#section03 {
  width: 100%;
  padding-bottom: 100px;
}

@media (max-width: 800px) {
  #section03 {
    padding-bottom: 50px;
  }
}

#section03 .title {
  width: 100%;
  position: relative;
}

#section03 .title .title__in {
  position: absolute;
  width: 100%;
  height: 100%;
  max-width: 1040px;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0%);
}

@media (max-width: 800px) {
  #section03 .title .title__in {
    width: 45%;
  }
}

#section03 .title .title__in .waku {
  width: 32.5%;
  background-color: #E50012;
  display: flex;
  height: 100%;
  position: relative;
  align-items: center;
}

@media (max-width: 800px) {
  #section03 .title .title__in .waku {
    width: 100%;
  }
}

#section03 .title .title__in .waku h2 {
  width: 75%;
  margin: 30px auto 0 auto;
}

@media (max-width: 800px) {
  #section03 .title .title__in .waku h2 {
    margin: 10px auto 0 auto;
  }
}

#section03 h3 {
  width: 70%;
  max-width: 386px;
  margin: 100px auto 20px auto;
}

@media (max-width: 800px) {
  #section03 h3 {
    width: 47.5%;
    margin-bottom: 4vw;
    margin: 50px auto 20px auto;
  }
}

#section03 p {
  text-align: center;
  line-height: 180%;
}

#section03 ul {
  width: 90%;
  max-width: 1040px;
  margin: 50px auto 25px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#section03 ul li {
  width: 30%;
  margin-bottom: 35px;
}

@media (max-width: 800px) {
  #section03 ul li {
    width: 47.5%;
    margin-bottom: 4vw;
  }
}

#section03 ul li a {
  display: block;
  position: relative;
}

#section03 ul li a:hover > .colormask {
  opacity: 1;
}

#section03 ul li .colormask {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 10px;
  background-color: rgba(229, 0, 18, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s ease-out;
}

#section03 ul li .colormask .inbox {
  width: 100%;
  height: 100%;
  position: relative;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
}

#section03 ul li .colormask .inbox .textcenter {
  width: 100%;
  text-align: center;
}

#section03 ul li .colormask .inbox .textcenter h6 {
  width: 90%;
  margin: 0 auto 5px auto;
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  line-height: 160%;
  font-weight: 500;
  color: #fff;
}

#section03 ul li .colormask .inbox .textcenter p {
  text-align: center;
  font-weight: 500;
  color: #fff;
}

#section03 a.linkslink {
  display: block;
  width: 170px;
  margin: 15px auto 0 auto;
  padding: 8px 0 10px 0;
  line-height: 100%;
  color: #fff;
  font-weight: 500;
  text-align: center;
  background-color: #E50012;
}

#section04 {
  width: 100%;
  display: flex;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  #section04 {
    margin-bottom: 10px;
    flex-wrap: wrap;
    position: relative;
  }
}

#section04 .photo {
  width: 50%;
}

@media (max-width: 800px) {
  #section04 .photo {
    width: 100%;
  }
}

#section04 .title {
  width: 50%;
  background-color: #E50012;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  #section04 .title {
    width: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    transform: translate(-50%, 0%);
  }
}

#section04 .title .inbox {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 800px) {
  #section04 .title .inbox {
    margin-top: 15px;
  }
}

#section04 .title .inbox h2 {
  width: 35%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section04 .title .inbox h2 {
    width: 60%;
  }
}

#section04 .title a.linkslink_white {
  display: block;
  width: 170px;
  margin: 30px auto 0 auto;
  padding: 8px 0 10px 0;
  line-height: 100%;
  color: #E50012;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 800px) {
  #section04 .title a.linkslink_white {
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 3vw;
  }
}

#section05 {
  width: 100%;
  display: flex;
  margin-bottom: 110px;
}

@media (max-width: 800px) {
  #section05 {
    margin-bottom: 40px;
    flex-wrap: wrap;
    position: relative;
  }
}

#section05 .photo {
  width: 50%;
}

@media (max-width: 800px) {
  #section05 .photo {
    width: 100%;
  }
}

#section05 .title {
  width: 50%;
  background-color: #E50012;
  display: flex;
  align-items: center;
}

@media (max-width: 800px) {
  #section05 .title {
    width: 50%;
    left: 50%;
    position: absolute;
    height: 100%;
    transform: translate(-50%, 0%);
  }
}

#section05 .title .inbox {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 800px) {
  #section05 .title .inbox {
    margin-top: 15px;
  }
}

#section05 .title .inbox h2 {
  width: 50%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section05 .title .inbox h2 {
    width: 85%;
  }
}

#section05 .title a.linkslink_white {
  display: block;
  width: 170px;
  margin: 30px auto 0 auto;
  padding: 8px 0 10px 0;
  line-height: 100%;
  color: #E50012;
  font-weight: 500;
  text-align: center;
  background-color: #fff;
}

@media (max-width: 800px) {
  #section05 .title a.linkslink_white {
    width: 80%;
    margin: 10px auto 0 auto;
    font-size: 3vw;
  }
}
/*# sourceMappingURL=top.css.map */