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

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

.mbn {
  margin-bottom: -40px !important;
  font-size: 35px !important;
}

@media screen and (max-width: 849px) {
  .mbn {
    font-size: 20px !important;
    margin-bottom: -20px !important;
  }
}

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: 1170px;
}

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

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

@media screen and (max-width: 849px) {
  .section-title {
    font-size: 17px;
    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-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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          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: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.p {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.mitei {
  font-size: 11px;
}

.graph01 {
  margin-top: 35px;
}

@media screen and (max-width: 849px) {
  .graph01 {
    margin-top: 20px;
  }
}

.map_img {
  padding: 80px 0px 0px;
}

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

.graph {
  padding: 70px 0px;
}

@media screen and (max-width: 849px) {
  .graph {
    padding: 30px 0px;
  }
}

/*=============================
header
=============================*/
header {
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0px;
}

@media screen and (max-width: 849px) {
  header {
    padding: 10px 0px;
  }
}

header .header_left {
  width: 200px;
}

@media screen and (max-width: 849px) {
  header .header_left {
    width: 120px;
  }
}

header .header_right {
  width: 230px;
}

@media screen and (max-width: 849px) {
  header .header_right {
    width: 150px;
  }
}

@media screen and (max-width: 849px) {
  .it {
    margin-bottom: 0px !important;
  }
}

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

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

.top .section_title {
  font-size: 35px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  color: #005091;
}

@media screen and (max-width: 849px) {
  .top .section_title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.top .section_title img {
  width: 15%;
}

@media screen and (max-width: 849px) {
  .top .section_title img {
    width: 30%;
    margin-bottom: 15px;
  }
}

.top .section_title p {
  width: 80%;
  text-align: justify;
  font-size: 45px;
  font-weight: bold;
  color: #3b65b0;
  letter-spacing: 7px;
  margin-bottom: 20px;
}

@media screen and (max-width: 849px) {
  .top .section_title p {
    width: 90%;
    font-size: 20px;
    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;
  }
}

.top_wrapper01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

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

.top_wrapper01 .top_wrapper_left {
  width: 47%;
}

@media screen and (max-width: 849px) {
  .top_wrapper01 .top_wrapper_left {
    width: 100%;
  }
}

.top_wrapper01 .top_wrapper_left h1 {
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

@media screen and (max-width: 849px) {
  .top_wrapper01 .top_wrapper_left h1 {
    font-size: 20px;
    padding-bottom: 10px;
  }
}

.top_wrapper01 .top_wrapper_left h2 {
  font-size: 22px;
  font-weight: bold;
  color: #c75c43;
  margin-top: 15px;
}

@media screen and (max-width: 849px) {
  .top_wrapper01 .top_wrapper_left h2 {
    font-size: 15px;
    margin-top: 10px;
  }
}

.top_wrapper01 .top_wrapper_left p {
  text-align: left;
  letter-spacing: .1em;
}

.top_wrapper01 .top_wrapper_left img {
  margin-top: 20px;
}

.top_wrapper01 .top_wrapper_right {
  width: 47%;
}

@media screen and (max-width: 849px) {
  .top_wrapper01 .top_wrapper_right {
    width: 100%;
  }
}

.top_wrapper01 .top_wrapper_right h1 {
  font-size: 25px;
  color: transparent;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.top_wrapper01 .top_wrapper_right h2 {
  font-size: 22px;
  font-weight: bold;
  color: #c75c43;
  margin-top: 15px;
}

@media screen and (max-width: 849px) {
  .top_wrapper01 .top_wrapper_right h2 {
    font-size: 15px;
    margin-top: 10px;
  }
}

.top_wrapper01 .top_wrapper_right p {
  text-align: left;
  letter-spacing: 1px;
}

.top_wrapper01 .top_wrapper_right .bb {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}

.top_wrapper02 {
  margin-top: 50px;
}

.top_wrapper02 .wrapper02_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.top_wrapper02 .wrapper02_items .item {
  width: 30%;
  margin-bottom: 30px;
  font-family: sans-serif;
}

@media screen and (max-width: 849px) {
  .top_wrapper02 .wrapper02_items .item {
    width: 100%;
    margin-bottom: 40px;
  }
}

.top_wrapper02 .wrapper02_items .item h1 {
  font-size: 30px;
  letter-spacing: .1em;
  font-weight: bold;
  font-family: serif;
  margin-bottom: 30px;
}

@media screen and (max-width: 849px) {
  .top_wrapper02 .wrapper02_items .item h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.top_wrapper02 .wrapper02_items .item h2 {
  font-size: 23px;
  font-weight: bold;
  color: #c0b466;
  margin-bottom: 5px;
}

@media screen and (max-width: 849px) {
  .top_wrapper02 .wrapper02_items .item h2 {
    font-size: 17px;
  }
}

.top_wrapper02 .wrapper02_items .item p {
  letter-spacing: normal;
  font-size: 13px;
}

.top_wrapper02 .wrapper02_items .item .p {
  font-size: 17px;
  letter-spacing: .1em;
}

@media screen and (max-width: 849px) {
  .top_wrapper02 .wrapper02_items .item .p {
    font-size: 14px;
  }
}

.top_wrapper02 .wrapper02_items .item .bb {
  margin-bottom: 10px;
}

/*=============================
history
=============================*/
.history {
  background-color: #ebe2d4;
}

.history .history_title {
  font-size: 28px;
  text-align: center;
  margin-bottom: 50px;
  font-weight: bold;
}

@media screen and (max-width: 849px) {
  .history .history_title {
    font-size: 18px;
    margin-bottom: 40px;
  }
}

.history .history_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.history .history_wrapper .history_item {
  width: 30%;
}

@media screen and (max-width: 849px) {
  .history .history_wrapper .history_item {
    width: 100%;
    margin-bottom: 50px;
  }
  .history .history_wrapper .history_item:last-child {
    margin-bottom: 0px;
  }
}

.history .history_wrapper .history_item h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 849px) {
  .history .history_wrapper .history_item h1 {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: center;
  }
}

.history .history_wrapper .history_item p {
  margin-bottom: 25px;
  font-size: 15px;
  letter-spacing: normal;
  font-family: sans-serif;
}

@media screen and (max-width: 849px) {
  .history .history_wrapper .history_item p {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.history .history_wrapper .history_item .bb {
  margin-bottom: 55px;
}

@media screen and (max-width: 849px) {
  .history .history_wrapper .history_item .bb {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 849px) {
  .history .history_wrapper .history_item img {
    width: 80%;
    margin: 0 auto;
  }
}

/*=============================
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: -webkit-box;
  display: -ms-flexbox;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          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: 80px;
}

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

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

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

@media screen and (max-width: 849px) {
  .contact .contact_svg {
    margin-bottom: 30px;
  }
}

.contact .contact-title {
  font-size: 30px;
  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: 13px;
    font-weight: bold;
  }
}

.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;
}

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

@media screen and (max-width: 849px) {
  .map iframe {
    margin-bottom: 0px !important;
  }
}

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

@media screen and (max-width: 849px) {
  .footer {
    padding-bottom: 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 */