@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
共通パーツ
=============================*/
body {
  font-family: serif;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  letter-spacing: .2em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}

p {
  line-height: 1.8;
}

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

.section {
  padding-top: 90px;
}

@media screen and (max-width: 768px) {
  .section {
    padding-top: 40px;
  }
}

.inner {
  width: 90%;
  margin: 0 auto;
  max-width: 1200px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 90%;
  }
}

.section-title {
  font-size: 30px;
  color: #3b65b0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

/*=============================
top
=============================*/
.top {
  background-color: #ebebec;
}

@media screen and (max-width: 768px) {
  .top {
    padding-top: 30px;
  }
}

.top .top-title {
  width: 75%;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  .top .top-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top .top-title img {
    margin-bottom: 25px;
  }
}

.top .p {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .top .p {
    margin-bottom: 20px;
  }
}

.top img {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .top img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .top img:last-child {
    margin-bottom: 0px;
  }
}

/*=============================
case
=============================*/
.case {
  background-color: #ebebec;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .case {
    padding-bottom: 40px;
  }
}

.case img {
  margin-bottom: 20px;
}

.case .img {
  margin-bottom: 0px;
}

/*=============================
change
=============================*/
.change {
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  .change {
    padding-bottom: 40px;
  }
}

.change .section-title {
  margin-bottom: 0px;
}

.change .section-subtitle {
  color: #3b65b0;
  text-align: center;
  font-size: 27px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .change .section-subtitle {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 20px;
  }
}

.change .section-subtitle span {
  color: #b10011;
}

@media screen and (max-width: 768px) {
  .change .section-subtitle span {
    font-weight: bold;
  }
}

.change img {
  margin-top: 30px;
}

/*=============================
decision
=============================*/
.decision {
  background-color: #ebebec;
  padding-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .decision {
    padding-bottom: 40px;
  }
}

.decision .section-title {
  color: #b10011;
}

.decision .decision-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .decision .decision-wrapper {
    display: block;
  }
}

/*=============================
contact
=============================*/
.contact .section-title {
  color: #333;
  line-height: 2;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .contact .section-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 14px;
  }
}

.contact img {
  margin-bottom: 20px;
}

.contact .img {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .contact .img {
    margin-bottom: 20px;
  }
}

.contact .img-b {
  margin-bottom: 0px;
}

/*=============================
map
=============================*/
.map iframe {
  width: 100%;
  margin-top: 70px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .map iframe {
    margin-top: 30px;
  }
}

/*=============================
footer
=============================*/
.footer {
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .footer {
    padding-bottom: 30px;
  }
}

.footer .section-title {
  color: #333;
}

.footer .img {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .footer .img {
    width: 70%;
    margin: 0 auto 40px;
  }
}

.footer .footer-wrapper {
  width: 70%;
  margin: 0 auto;
}
/*# sourceMappingURL=style.css.map */