@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%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

#section01 figure {
  width: 95%;
  max-width: 1150px;
  margin: 0 auto;
}

#section02 {
  width: 100%;
  background-color: #eaf6f8;
  padding: 100px 0;
  position: relative;
  z-index: 5;
  margin-top: -50px;
}

@media (max-width: 800px) {
  #section02 {
    padding: 50px 0;
    margin-top: -4vw;
  }
}

#section02 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

#section02 .section__in h2 {
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
  color: #3ca2c6;
}

@media (max-width: 800px) {
  #section02 .section__in h2 {
    margin-bottom: 25px;
  }
}

#section02 .section__in p {
  line-height: 240%;
  text-align: center;
}

#section03 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

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

#section03 .section__in {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

#section03 .bold {
  font-weight: 700;
}

#section03 .title {
  font-size: 1.5em;
  color: #3ca2c6;
  font-weight: 700;
}

#section03 h2 {
  text-align: center;
  margin-bottom: 100px;
  font-weight: 500;
  color: #3ca2c6;
}

@media (max-width: 800px) {
  #section03 h2 {
    margin-bottom: 40px;
  }
}

#section03 h2 span {
  display: block;
  text-align: center;
}

#section03 .flexbox {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#section03 .flexbox figure {
  width: 48.5%;
  max-width: 500px;
}

@media (max-width: 800px) {
  #section03 .flexbox figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section03 .flexbox p {
  width: 45%;
  max-width: 500px;
  line-height: 180%;
}

@media (max-width: 800px) {
  #section03 .flexbox p {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section03 .flexbox2 {
  width: 90%;
  max-width: 1100px;
  margin: 50px auto 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

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

#section03 .flexbox2 figure {
  width: 45%;
  max-width: 500px;
}

@media (max-width: 800px) {
  #section03 .flexbox2 figure {
    width: 100%;
    margin-bottom: 25px;
    order: 1;
  }
}

#section03 .flexbox2 p {
  width: 48.5%;
  max-width: 500px;
  line-height: 180%;
}

@media (max-width: 800px) {
  #section03 .flexbox2 p {
    width: 100%;
    margin-bottom: 25px;
    order: 2;
  }
}

#section04 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

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

#section04 .section__in1 {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
}

#section04 .section__in2 {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

#section04 h2 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  color: #3ca2c6;
}

@media (max-width: 800px) {
  #section04 h2 {
    margin-bottom: 30px;
  }
}

#section04 h2 span {
  display: block;
  text-align: center;
}

#section05 {
  width: 100%;
  background-color: #eaf6f8;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

@media (max-width: 800px) {
  #section05 {
    padding: 50px 0 65px 0;
  }
}

#section05 .section__in {
  width: 90%;
  max-width: 780px;
  margin: 0 auto;
}

#section05 h2 {
  text-align: center;
  margin-bottom: 70px;
  font-weight: 500;
  color: #3ca2c6;
}

@media (max-width: 800px) {
  #section05 h2 {
    margin-bottom: 25px;
  }
}

#section05 h2 span {
  display: block;
  text-align: center;
}

#section05 dl.outline {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

#section05 dl.outline dt {
  width: 10em;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  #section05 dl.outline dt {
    width: 5.5em;
    margin-bottom: 15px;
  }
}

#section05 dl.outline dd {
  margin-bottom: 25px;
  width: calc(100% - 10em);
}

@media (max-width: 800px) {
  #section05 dl.outline dd {
    width: calc(100% - 5.5em);
    margin-bottom: 15px;
  }
}

#section05 .iframe {
  width: 100%;
  height: 300px;
}

#section06 {
  width: 100%;
  background-color: #fff;
  padding: 100px 0;
  position: relative;
  z-index: 5;
}

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

#section06 .section__in {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
}

#section06 h2 {
  text-align: center;
  margin-bottom: 60px;
  font-weight: 500;
  color: #3ca2c6;
}

@media (max-width: 800px) {
  #section06 h2 {
    margin-bottom: 30px;
  }
}

#section06 h2 span {
  display: block;
  text-align: center;
}

#section06 .tel {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 800px) {
  #section06 .tel {
    width: 90%;
  }
}

#section06 .flexbox {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

#section06 .flexbox figure {
  width: 48.5%;
  max-width: 500px;
}

@media (max-width: 800px) {
  #section06 .flexbox figure {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section06 .flexbox p {
  width: 45%;
  max-width: 500px;
  line-height: 180%;
}

@media (max-width: 800px) {
  #section06 .flexbox p {
    width: 100%;
    margin-bottom: 25px;
  }
}

#section06 .title {
  text-align: center;
  display: block;
  font-size: 1.5em;
  color: #3ca2c6;
  font-weight: 700;
}


table {
	width: 100%;
}
table th{
	width: 25%;
	padding: 15px;
	background: #eee;
	border-bottom: 1px solid #fff;
}
table td{
	width: 75%;
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #eee;
}



/*# sourceMappingURL=top.css.map */