@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
共通パーツ
=============================*/
.map {
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .map {
    margin-top: 20px;
  }
}

.iframe-wrap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.iframe-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.map iframe {
  width: 100%;
}

body {
  font-family: serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 849px) {
  body {
    font-size: 12px;
  }
}

p {
  line-height: 1.8;
}

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

.section {
  padding-top: 60px;
  padding-bottom: 50px;
}
@media screen and (max-width: 849px) {
  .section {
    padding-top: 40px;
  }
}

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

.section-title {
  font-size: 28px;
  color: #005091;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 5px;
}
@media screen and (max-width: 849px) {
  .section-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 2px;
  }
}

.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-color: #F2F2F2;
}

.red {
  color: #b10011 !important;
}

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

.mt {
  margin-top: 70px;
}

.mt_02 {
  margin-top: 70px;
}
@media screen and (max-width: 849px) {
  .mt_02 {
    margin-top: 30px;
  }
}

.de_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 849px) {
  .de_wrapper {
    display: block;
  }
}
.de_wrapper img {
  width: 25%;
}
@media screen and (max-width: 849px) {
  .de_wrapper img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.de_wrapper p {
  width: 70%;
}
@media screen and (max-width: 849px) {
  .de_wrapper p {
    width: 100%;
  }
}

p {
  text-align: justify;
}

.decision-left {
  font-family: "ゴシック";
}

.p {
  font-family: "ゴシック";
}

.graph02 {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  display: block;
  padding: 60px 0px;
}

/*=============================
header
=============================*/
header {
  width: 100%;
  display: flex;
  padding: 15px 30px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
@media screen and (max-width: 849px) {
  header {
    padding: 13px 15px;
  }
}
header .header-l {
  width: 170px;
}
@media screen and (max-width: 849px) {
  header .header-l {
    width: 110px;
  }
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 849px) {
  header .header-r {
    width: 150px;
  }
}

/*=============================
top
=============================*/
@media screen and (max-width: 849px) {
  .top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.top .top-title {
  width: 85%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-left: 10%;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 849px) {
  .top .top-title {
    width: 100%;
    margin-bottom: 0px;
    flex-direction: column;
    margin-left: 0%;
  }
}
.top .top-title img {
  width: 10%;
}
@media screen and (max-width: 849px) {
  .top .top-title img {
    width: 30%;
    margin-bottom: 15px;
  }
}
.top .top-title p {
  width: 85%;
  text-align: justify;
  font-size: 28px;
  font-weight: bold;
  color: #005091;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
@media screen and (max-width: 849px) {
  .top .top-title p {
    width: 90%;
    font-size: 15px;
    letter-spacing: 2px;
    text-align: center;
  }
}
.top .p {
  margin-bottom: 40px;
}
@media screen and (max-width: 849px) {
  .top .p {
    margin-bottom: 20px;
  }
}
.top img {
  margin-bottom: 40px;
}
@media screen and (max-width: 849px) {
  .top img {
    margin-bottom: 20px;
  }
}
.top .graph01 {
  margin-top: 70px;
}
@media screen and (max-width: 849px) {
  .top .graph01 {
    margin-top: 20px;
  }
}

/*=============================
case
=============================*/
.case {
  background-color: #F2F2F2;
  padding-bottom: 90px;
}
@media screen and (max-width: 849px) {
  .case {
    padding-bottom: 40px;
  }
}
.case img {
  margin-bottom: 20px;
}
.case .img {
  margin-bottom: 0px;
}

/*=============================
change
=============================*/
@media screen and (max-width: 849px) {
  .change {
    padding-bottom: 40px;
  }
}
.change .section-title span {
  color: #b10011;
  font-weight: bold;
}
.change img {
  margin-top: 30px;
}

/*=============================
decision
=============================*/
.decision {
  padding-bottom: 90px;
}
@media screen and (max-width: 849px) {
  .decision {
    padding-bottom: 40px;
  }
}
.decision .section-title {
  color: #005091;
}
.decision .decision-wrapper {
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 849px) {
  .decision .decision-wrapper {
    display: block;
  }
}
.decision .decision-wrapper .decision-left {
  width: 45%;
  margin-right: 3%;
}
@media screen and (max-width: 849px) {
  .decision .decision-wrapper .decision-left {
    width: 100%;
    margin-right: 0;
  }
}
.decision .decision-wrapper .decision-right {
  width: 45%;
}
@media screen and (max-width: 849px) {
  .decision .decision-wrapper .decision-right {
    width: 100%;
    margin-top: 20px;
  }
}

.decision-center {
  background-color: #F2F2F2;
}
.decision-center .decision-wrapper {
  display: flex;
  margin-right: auto;
  flex-direction: row-reverse;
}
@media screen and (max-width: 849px) {
  .decision-center .decision-wrapper {
    display: block;
  }
}
.decision-center .decision-wrapper .decision-left {
  width: 45%;
  margin-left: 3%;
}
@media screen and (max-width: 849px) {
  .decision-center .decision-wrapper .decision-left {
    width: 100%;
    margin-right: 0;
  }
}
.decision-center .decision-wrapper .decision-right {
  width: 45%;
}
@media screen and (max-width: 849px) {
  .decision-center .decision-wrapper .decision-right {
    width: 100%;
    margin-top: 20px;
  }
}

/*=============================
contact
=============================*/
.contact {
  padding-bottom: 30px;
}
@media screen and (max-width: 849px) {
  .contact {
    padding-bottom: 0px;
  }
}
.contact .contact-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact .contact-title {
  font-size: 27px;
  color: #333;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 849px) {
  .contact .contact-title {
    line-height: 1.7;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 2px;
  }
}
.contact .contact-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 849px) {
  .contact .contact-img {
    margin-bottom: 25px;
  }
}
.contact img {
  margin-bottom: 20px;
}
@media screen and (max-width: 849px) {
  .contact img {
    margin-bottom: 10px;
  }
}
.contact .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 849px) {
  .contact .img {
    margin-bottom: 20px;
  }
}
.contact .img-b {
  margin-bottom: 0px;
}

.satisfaction {
  margin-bottom: 50px;
  width: 100%;
}
@media screen and (max-width: 849px) {
  .satisfaction {
    margin-bottom: 30px;
  }
}
.satisfaction .cs_blue {
  background-color: #152142;
  text-align: center;
  color: #fff;
  font-size: 24px;
  padding: 5px;
  margin-bottom: 20px;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 849px) {
  .satisfaction .cs_blue {
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
}
.satisfaction .satisfaction_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .satisfaction .satisfaction_img {
    max-width: 450px;
  }
}
.satisfaction .satisfaction_img p {
  margin-top: 10px;
  text-align: left;
  font-size: 11px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .satisfaction .satisfaction_img p {
    letter-spacing: 0px;
    font-size: 8px;
  }
}

/*=============================
map
=============================*/
.map .inner {
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .map .inner {
    width: 85%;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding-top: 100px;
  padding-bottom: 80px;
}
@media screen and (max-width: 849px) {
  .footer {
    padding-bottom: 30px;
    padding-top: 30px;
  }
}
.footer .section-title {
  color: #333;
  font-weight: normal;
}
@media screen and (max-width: 849px) {
  .footer .section-title {
    font-weight: bold;
  }
}
.footer .img {
  margin-bottom: 80px;
}
@media screen and (max-width: 849px) {
  .footer .img {
    width: 100%;
    margin: 0 auto 40px;
  }
}
.footer .footer-wrapper {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 849px) {
  .footer .footer-wrapper {
    width: 80%;
  }
}/*# sourceMappingURL=style.css.map */