@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: #d3e0fa;
  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: #164a95;
}

@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 h2 {
  text-align: center;
  margin-bottom: 100px;
  font-weight: 500;
  color: #164a95;
}

@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;
  }
}

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

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

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

@media (max-width: 800px) {
  #section03a .section__in {
    width: 94%;
  }
}

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

#section03a h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  color: #164a95;
}

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

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

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

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

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

@media (max-width: 800px) {
  #section03b .section__in {
    width: 94%;
  }
}

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

#section03b h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  color: #164a95;
}

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

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

#section03b ul.listgl {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

#section03b ul.listgl li {
  width: 22%;
  margin: 0 1.5% 20px 1.5%;
}

@media (max-width: 800px) {
  #section03b ul.listgl li {
    width: 46%;
    margin: 0 2% 5vw 2%;
  }
}

#section03b ul.listgl li figure {
  margin-bottom: 7.5px;
}

#section03b ul.listgl li h3 {
  font-weight: 500;
  margin-bottom: 4px;
  line-height: 125%;
}

@media (max-width: 800px) {
  #section03b ul.listgl li h3 {
    font-size: 3.8vw;
  }
}

#section03b ul.listgl li p {
  line-height: 140%;
}

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

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

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

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

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

#section03c h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  color: #164a95;
}

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

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

#section03c .voice_box {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 50px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media (max-width: 800px) {
  #section03c .voice_box {
    margin: 0 auto 55px auto;
  }
}

#section03c .voice_box figure {
  width: 30.2%;
  max-width: 300px;
}

@media (max-width: 800px) {
  #section03c .voice_box figure {
    width: 70%;
    max-width: 800px;
    margin: 0 auto 15px auto;
  }
}

#section03c .voice_box .text {
  width: 65%;
}

@media (max-width: 800px) {
  #section03c .voice_box .text {
    width: 100%;
  }
}

#section03c .voice_box .text h3 {
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  #section03c .voice_box .text h3 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 3.8vw;
  }
}

#section03c .voice_box .text .intext {
  line-height: 175%;
}

@media (max-width: 800px) {
  #section03c .voice_box .text .intext {
    line-height: 150%;
  }
}

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

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

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

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

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

#section03d h2 {
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
  color: #164a95;
}

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

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

#section03d dl {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 35px auto;
  border: 1px solid #164a95;
  padding: 30px;
}

@media (max-width: 800px) {
  #section03d dl {
    padding: 2.5vw;
    margin: 0 auto 6vw auto;
  }
}

#section03d dl dt {
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 1.7em;
  position: relative;
}

#section03d dl dt::before {
  content: "\f059";
  font-family: FontAwesome;
  font-size: 150%;
  position: absolute;
  left: 0;
  top: 0;
  color: #164a95;
}

@media (max-width: 800px) {
  #section03d dl dt {
    font-size: 3.8vw;
  }
}

#section03d dl dd {
  padding-left: 2.2em;
  width: 100%;
  line-height: 175%;
  color: #666;
}

@media (max-width: 800px) {
  #section03d dl dd {
    line-height: 150%;
  }
}

#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: #164a95;
}

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

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

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

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

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

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

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

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

#section05 {
  width: 100%;
  background-color: #d3e0fa;
  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: #164a95;
}

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

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

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

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


table {
    width: 100%;
}
table th {
    padding: 15px 10px;
    border-bottom: 1px solid #d3e0fa;
    border-right: 1px solid #d3e0fa;
}
table td {
    padding: 15px 10px;
    text-align: left;
    border-bottom: 1px solid #d3e0fa;
    border-right: 1px solid #d3e0fa;
}
table tr th:last-child ,
table tr td:last-child {
    border-right: none;
}
table span {
    font-size: 0.7em;
}
table.system td.tit {
    width:30%;
}
table.system td {
    width:70%;
}
table.system {
    margin-bottom: 50px;
}
table.system th {
    background: #d3e0fa;
}
table.pricelist {
    margin-bottom: 15px;
}
table.pricelist .tit,
table.pricelist .tit2 {
    color: #ffffff;
    background-color: #e64281;
    font-weight: 700;
}
table.pricelist td {
    width:26%;
    text-align: center;
}
table.pricelist td.tit {
    width:48%;
}
table.pricelist2 .tit,
table.pricelist2 .tit2 {
    background-color: #ff9700;
}
table.pricelist3 .tit,
table.pricelist3 .tit2 {
    background-color: #81a500;
}
table.pricelist3 td {
    width:13%;
}
p.notes {
    margin-bottom: 50px;
}
/*# sourceMappingURL=top.css.map */