@charset "UTF-8";
/*=============================
レスポンシブ
=============================*/
/*=============================
共通パーツ
=============================*/
body {
  font-family: sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 819px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.8;
}

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

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

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

.section-title {
  font-family: serif;
  font-size: 30px;
  color: #005091;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .section-title {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
  }
}

.pt0 {
  padding-top: 0px;
}

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

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

.bgg {
  background-color: #ebebec;
}

.red {
  color: #b10011 !important;
  font-weight: bold;
}

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

.mt {
  margin-top: 70px;
}

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

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

/*=============================
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: 819px) {
  header {
    padding: 15px 20px;
  }
}
header .header-l {
  width: 200px;
}
@media screen and (max-width: 819px) {
  header .header-l {
    width: 35%;
    max-width: 200px;
  }
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 819px) {
  header .header-r {
    width: 40%;
    max-width: 230px;
  }
}

/*=============================
top
=============================*/
.top {
  background-color: #ebebec;
}
@media screen and (max-width: 819px) {
  .top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.top .top-title {
  width: 85%;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media screen and (max-width: 819px) {
  .top .top-title {
    width: 100%;
    margin-bottom: 0px;
    flex-direction: column;
  }
}
.top .top-title img {
  width: 15%;
}
@media screen and (max-width: 819px) {
  .top .top-title img {
    width: 30%;
    margin-bottom: 15px;
  }
}
.top .top-title h1 {
  font-family: serif;
  width: 80%;
  text-align: justify;
  font-size: 40px;
  font-weight: bold;
  color: #005091;
  letter-spacing: 7px;
  margin-bottom: 20px;
}
@media screen and (max-width: 819px) {
  .top .top-title h1 {
    width: 100%;
    font-size: 22px;
    margin-left: 20px;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-align: center;
  }
}
.top .p {
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .top .p {
    margin-bottom: 20px;
  }
}
.top img {
  margin-bottom: 40px;
}
@media screen and (max-width: 819px) {
  .top img {
    margin-bottom: 20px;
  }
}

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

/*=============================
change
=============================*/
@media screen and (max-width: 819px) {
  .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: 819px) {
  .decision {
    padding-bottom: 40px;
  }
}
.decision .section-title {
  color: #005091;
}
.decision .decision-wrapper {
  display: flex;
  margin-right: auto;
}
@media screen and (max-width: 819px) {
  .decision .decision-wrapper {
    display: block;
  }
}
.decision .decision-wrapper .decision-left {
  width: 45%;
  margin-right: 3%;
}
@media screen and (max-width: 819px) {
  .decision .decision-wrapper .decision-left {
    width: 100%;
    margin-right: 0;
  }
}
.decision .decision-wrapper .decision-right {
  width: 45%;
}
@media screen and (max-width: 819px) {
  .decision .decision-wrapper .decision-right {
    width: 100%;
    margin-top: 20px;
  }
}

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

/*=============================
contact
=============================*/
.contact {
  padding-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .contact {
    padding-bottom: 0px;
  }
}
.contact .contact-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact .contact-title {
  font-family: serif;
  font-size: 30px;
  color: #333;
  line-height: 2;
  font-weight: normal;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 819px) {
  .contact .contact-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: bold;
  }
}
.contact .contact-img {
  margin-bottom: 60px;
}
@media screen and (max-width: 819px) {
  .contact .contact-img {
    margin-bottom: 25px;
  }
}
.contact .satisfaction {
  margin-bottom: 60px;
}
@media screen and (max-width: 819px) {
  .contact .satisfaction {
    margin-bottom: 40px;
  }
}
.contact .satisfaction h2 {
  font-family: serif;
  color: #fff;
  background-color: #000036;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
}
@media screen and (max-width: 819px) {
  .contact .satisfaction h2 {
    font-size: 15px;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
}
.contact .satisfaction .satisfaction_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 819px) {
  .contact .satisfaction .satisfaction_img {
    width: 90%;
    max-width: 400px;
  }
}
.contact .satisfaction .satisfaction_img p {
  margin-top: 10px;
  text-align: left;
  font-size: 12px;
  letter-spacing: 0px;
}
@media screen and (max-width: 819px) {
  .contact .satisfaction .satisfaction_img p {
    letter-spacing: 0px;
    font-size: 10px;
  }
}
.contact img {
  margin-bottom: 30px;
}
@media screen and (max-width: 819px) {
  .contact img {
    margin-bottom: 15px;
  }
}
.contact .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 819px) {
  .contact .img {
    margin-bottom: 20px;
  }
}
.contact .img-b {
  margin-bottom: 0px;
}

/*=============================
map
=============================*/
.map .map-inner {
  width: 100%;
  margin: 0 auto;
}
.map .map-inner iframe {
  width: 100%;
  height: 600px;
}
@media screen and (max-width: 819px) {
  .map .map-inner iframe {
    height: 300px;
  }
}

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