@charset "UTF-8";
/*=============================
color
=============================*/
/*=============================
レスポンシブ
=============================*/
.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

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

/*=============================
共通パーツ
=============================*/
html {
  font-size: 62.5%;
  width: 100%;
}

body {
  background-color: #fff;
  color: #333;
  font-family: "Shippori Mincho", serif;
  font-feature-settings: "palt";
  letter-spacing: 0.2em;
  font-size: 1.6rem;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

p {
  line-height: 2;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  p {
    line-height: 1.8;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

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

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

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

.section-title {
  font-size: 2.8rem;
  letter-spacing: 0.2em;
  line-height: 1.6;
  color: #015092;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .section-title {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
}

.pt0 {
  padding-top: 0px;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .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: 768px) {
  .small {
    font-size: 10px;
    font-weight: bold;
  }
}

/*=============================
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: 768px) {
  header {
    padding: 13px 15px;
  }
}
header .header-l {
  width: 170px;
}
@media screen and (max-width: 768px) {
  header .header-l {
    width: 110px;
  }
}
header .header-r {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header-r {
    width: 150px;
  }
}

/*=============================
top
=============================*/
.top {
  background-color: #ebebec;
}
@media screen and (max-width: 768px) {
  .top {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.top .top-title h1 {
  text-align: center;
  font-size: 4.5rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  line-height: 1.6;
  color: #015092;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .top .top-title h1 {
    font-size: 2.4rem;
    margin-bottom: 30px;
    margin-left: 2%;
  }
}
@media screen and (max-width: 768px) {
  .top .section-title {
    padding-left: 10px;
  }
}
.top .p {
  margin-bottom: 40px;
  font-family: sans-serif;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .top .p {
    margin-bottom: 20px;
  }
}
.top img {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .top img {
    margin-bottom: 20px;
  }
}

/*=============================
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
=============================*/
@media screen and (max-width: 768px) {
  .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: 768px) {
  .decision {
    padding-bottom: 40px;
  }
}
.decision .section-title {
  color: #015092;
}
.decision p {
  font-family: sans-serif;
  text-align: justify;
}

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

.h3_border {
  font-size: 3.8rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  display: flex;
  align-items: center;
  width: 90%;
  margin: 60px auto;
}
@media screen and (max-width: 768px) {
  .h3_border {
    font-size: 1.8rem;
    margin: 40px auto 30px;
    font-weight: 600;
  }
}

.h3_border:before,
.h3_border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}

.h3_border:before {
  margin-right: 5rem;
}
@media screen and (max-width: 768px) {
  .h3_border:before {
    margin-right: 2rem;
  }
}

.h3_border:after {
  margin-left: 5rem;
}
@media screen and (max-width: 768px) {
  .h3_border:after {
    margin-left: 2rem;
  }
}

.graph01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .graph01 {
    margin-bottom: 35px;
  }
}

/*=============================
contact
=============================*/
.contact {
  margin-top: 80px;
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 40px;
    padding-bottom: 0px;
  }
}
.contact .contact-inner {
  width: 85%;
  max-width: 1200px;
  margin: 0 auto;
}
.contact .contact-title {
  font-size: 3.6rem;
  color: #333;
  font-weight: normal;
  text-align: center;
  letter-spacing: 0.2em;
  margin-bottom: 60px;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .contact .contact-title {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.17em;
  }
}
.contact .satisfaction .cs_blue {
  background-color: #000036;
  color: #fff;
  font-size: 2.4rem;
  padding: 15px 0;
  margin-bottom: 25px;
  letter-spacing: 0.25em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contact .satisfaction .cs_blue {
    font-size: 1.6rem;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
}
.contact .satisfaction .satisfaction_img {
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .contact .satisfaction .satisfaction_img {
    width: 90%;
    max-width: 450px;
  }
}
.contact .satisfaction .satisfaction_img p {
  margin-top: 10px;
  text-align: left;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact .satisfaction .satisfaction_img p {
    letter-spacing: 0px;
    font-size: 8px;
  }
}
.contact img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .contact img {
    margin-bottom: 15px;
  }
}
.contact .img {
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .contact .img {
    margin-bottom: 20px;
  }
}
.contact .img-b {
  margin-bottom: 0px;
}

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

/*=============================
footer
=============================*/
footer {
  padding: 60px 0px 70px;
}
@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0px 40px;
  }
}
footer img {
  width: 600px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  footer img {
    width: 280px;
  }
}/*# sourceMappingURL=style.css.map */