@charset "UTF-8";
/*=============================
color
=============================*/
/*=============================
responsive
=============================*/
/*=============================
common
=============================*/
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
}

body {
  background-color: #fff;
  font-family: serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  color: #333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 849px) {
  body {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

.section {
  padding: 70px 0;
}
@media screen and (max-width: 849px) {
  .section {
    padding: 40px 0;
  }
}

.inner {
  width: 85%;
  margin: 0 auto;
  max-width: 1160px;
}
@media screen and (max-width: 849px) {
  .inner {
    width: 87%;
    min-width: auto;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

.section-title {
  font-size: 32px;
  color: #005091;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 7px;
}
@media screen and (max-width: 849px) {
  .section-title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.pt0 {
  padding-top: 0px;
}

.pc {
  display: block;
}
@media screen and (max-width: 849px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 849px) {
  .sp {
    display: block;
  }
}

.bgg {
  background: rgba(224, 224, 224, 0.5);
}

.small {
  font-size: 13px;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media screen and (max-width: 849px) {
  .small {
    font-size: 10px;
    font-weight: bold;
  }
}

p {
  text-align: justify;
  font-family: "游ゴシック Medium", sans-serif;
}

a {
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
  transition: all ease 0.5s;
}

/*=============================
header
=============================*/
header {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
@media screen and (max-width: 849px) {
  header {
    padding: 10px 15px;
  }
}
header .header_left {
  width: 200px;
}
@media screen and (max-width: 849px) {
  header .header_left {
    width: 110px;
  }
  header .header_left img {
    width: 100%;
  }
}
header .header_right {
  width: 230px;
}
@media screen and (max-width: 849px) {
  header .header_right {
    width: 130px;
  }
}

/*=============================
top
=============================*/
.top {
  padding: 70px 0 50px;
}
@media screen and (max-width: 849px) {
  .top {
    padding: 40px 0 20px;
  }
}
.top .top-title {
  width: 65%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width: 849px) {
  .top .top-title {
    width: 100%;
    flex-direction: column;
  }
}
.top .top-title img {
  width: 15%;
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .top .top-title img {
    width: 30%;
    max-width: 120px;
  }
}
.top .top-title h1 {
  width: 85%;
  margin: 0 auto;
  text-align: center;
  font-size: 48px;
  font-weight: 600;
  color: #005091;
  letter-spacing: 7px;
}
@media screen and (max-width: 849px) {
  .top .top-title h1 {
    margin-top: 20px;
    padding-left: 15px;
    width: 90%;
    font-size: 24px;
    letter-spacing: 2px;
    text-align: center;
  }
}
.top .p {
  margin: 30px auto 40px;
}
@media screen and (max-width: 849px) {
  .top .p {
    margin: 10px auto 20px;
  }
}

.graph02 {
  margin-top: 40px;
}
@media screen and (max-width: 849px) {
  .graph02 {
    margin-top: 25px;
  }
}

/*=============================
contact
=============================*/
.contact .contact-title {
  font-size: 2.8rem;
  color: #333;
  line-height: 2;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 849px) {
  .contact .contact-title {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 1.3rem;
    font-weight: bold;
  }
}
.contact img {
  margin: 0 auto 30px;
  width: 60%;
  max-width: 750px;
}
@media screen and (max-width: 849px) {
  .contact img {
    width: 85%;
    max-width: 500px;
    margin-bottom: 15px;
  }
}
.contact .contact_map {
  width: 80%;
  max-width: 750px;
  margin: 70px auto;
}
@media screen and (max-width: 849px) {
  .contact .contact_map {
    width: 85%;
    margin: 40px auto;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding-bottom: 70px;
}
@media screen and (max-width: 849px) {
  .footer {
    padding-bottom: 20px;
  }
}
.footer .footer-wrapper {
  width: 60%;
  margin: 0 auto;
  max-width: 550px;
}
@media screen and (max-width: 849px) {
  .footer .footer-wrapper {
    width: 80%;
    max-width: 400px;
  }
}
.footer .footer-wrapper img {
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .footer .footer-wrapper img {
    width: 100%;
    margin: 0 auto 40px;
  }
}/*# sourceMappingURL=style.css.map */