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

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

@media screen and (max-width: 768px) {
  p {
    text-align: justify;
  }
}

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

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

.section_title01 {
  font-size: 32px;
  color: #002063;
  font-weight: 600;
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .section_title01 {
    font-size: 18px;
    letter-spacing: 3px;
    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;
  }
}

.caption {
  font-size: 11px;
  letter-spacing: 0px;
}
@media screen and (max-width: 768px) {
  .caption {
    font-size: 8px;
    letter-spacing: normal;
    line-height: 1.5em;
  }
}

/*=============================
header
=============================*/
header {
  width: 95%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  header {
    padding: 10px 0px;
  }
}
header .header_left {
  width: 200px;
}
@media screen and (max-width: 768px) {
  header .header_left {
    width: 120px;
  }
}
header .header_right {
  width: 230px;
}
@media screen and (max-width: 768px) {
  header .header_right {
    width: 150px;
  }
}

/*=============================
strong
=============================*/
.strong h1 {
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 7px;
  text-align: center;
  color: #002063;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .strong h1 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    margin-left: 7px;
  }
}
.strong .strong_wrapper {
  margin: 30px auto 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .strong .strong_wrapper {
    display: block;
    margin: 15px 0px 30px;
  }
}
.strong .strong_wrapper .strong_left {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .strong .strong_wrapper .strong_left {
    width: 100%;
  }
}
.strong .strong_wrapper .strong_right {
  width: 25%;
}
@media screen and (max-width: 768px) {
  .strong .strong_wrapper .strong_right {
    width: 50%;
    max-width: 250px;
    margin: 15px auto;
  }
}

.customer_satisfaction {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .customer_satisfaction {
    margin-top: 30px;
  }
}
.customer_satisfaction h2 {
  background-color: #002063;
  color: #fff;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  padding: 5px;
}
@media screen and (max-width: 768px) {
  .customer_satisfaction h2 {
    font-size: 16px;
    padding: 10px;
    padding-left: 20px;
    line-height: 1.3;
  }
}
.customer_satisfaction img {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .customer_satisfaction img {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 10px;
  }
}

/*=============================
net
=============================*/
.net {
  background-color: rgba(234, 232, 232, 0.561);
}
.net .section_title01 {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .net .section_title01 {
    font-size: 16px;
  }
}
.net h2 {
  font-size: 24px;
  text-align: center;
  color: #002063;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .net h2 {
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
  }
}
.net h2 span {
  font-size: 7px;
  vertical-align: top;
}
.net .net_wrapper01 {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.net .img-wrapper-left {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .net .img-wrapper-left {
    width: 90%;
    max-width: 400px;
    margin: 0 auto;
    margin-left: 3%;
  }
}
.net .img-wrapper-right {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .net .img-wrapper-right {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 50px;
    margin-top: -40px;
  }
}
@media screen and (max-width: 768px) {
  .net .suumo {
    max-width: 600px;
    margin: 0 auto;
  }
}
.net .net_wrapper03 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .net .net_wrapper03 {
    display: block;
    margin: 30px auto 0;
    text-align: center;
  }
}
.net .net_wrapper03 .net_left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .net .net_wrapper03 .net_left {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
}
.net .net_wrapper03 .net_right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .net .net_wrapper03 .net_right {
    width: 100%;
    max-width: 600px;
    margin: 10px auto 0;
  }
}
.net .net_wrapper03 .net_right span {
  color: #c30d23;
}

/*=============================
band
=============================*/
.band {
  background-image: url(../img/bg_band.jpg);
  background-size: cover;
  padding: 0px 0px 70px;
}
@media screen and (max-width: 768px) {
  .band {
    background-position: 13%;
    padding: 10px 0px 40px;
  }
}
.band .inner {
  width: 100%;
  max-width: 1366px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .band .inner {
    width: 95%;
  }
}
.band .inner p {
  font-size: 65px;
  letter-spacing: 0.3em;
  text-align: center;
  margin: 0 auto;
  color: rgba(35, 24, 21, 0.2549019608);
}
@media screen and (max-width: 768px) {
  .band .inner p {
    font-size: 28px;
    line-height: 1;
  }
}
.band .inner h1 {
  font-size: 48px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #fff;
  font-weight: bold;
  margin-top: 10px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .band .inner h1 {
    margin-top: 20px;
    font-size: 20px;
    margin-left: 15px;
  }
}

/*=============================
sell
=============================*/
.sell {
  background: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .sell {
    padding: 25px 0px;
  }
}
.sell .section_title {
  font-size: 27px;
  text-align: center;
  color: #002063;
  margin-bottom: 30px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sell .section_title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.sell .red {
  color: #c30d23;
}
.sell .mt {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .sell .mt {
    margin-top: 10px;
  }
}
.sell .mb {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sell .mb {
    margin-bottom: 30px;
  }
}
.sell img {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sell img {
    margin-top: 30px;
  }
}

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

.head-border {
  margin-top: 60px;
  font-size: 27px;
  font-weight: 500;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .head-border {
    margin-top: 30px;
    font-size: 17px;
  }
}
.head-border:before, .head-border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #333;
}
.head-border:before {
  margin-right: 1rem;
}
.head-border:after {
  margin-left: 1rem;
}

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

/*=============================
contact
=============================*/
@media screen and (max-width: 768px) {
  .contact {
    padding: 30px 0px;
  }
}
.contact p {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .contact p {
    margin-bottom: 10px;
  }
}
.contact h2 {
  font-size: 22px;
  font-weight: 600;
  color: #002063;
}
@media screen and (max-width: 768px) {
  .contact h2 {
    font-size: 15px;
  }
}
.contact .how {
  margin: 50px 0px 30px;
}
@media screen and (max-width: 768px) {
  .contact .how {
    margin: 30px 0px 20px;
  }
}
.contact .btn1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .contact .btn1 {
    margin-bottom: 20px;
  }
}
.contact .contact_title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .contact .contact_title {
    font-size: 20px;
  }
}
.contact .contact_wrapper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .contact .contact_wrapper {
    display: block;
  }
}
.contact .contact_wrapper .left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contact .contact_wrapper .left {
    width: 100%;
    margin-bottom: 15px;
  }
}
.contact .contact_wrapper .right {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .contact .contact_wrapper .right {
    width: 100%;
  }
}

/*=============================
map
=============================*/
.map {
  padding: 30px 0px;
}
.map iframe {
  width: 100%;
  height: 650px;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 400px;
  }
}

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