@charset "UTF-8";
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

.ftEN {
  font-family: "Crimson Text", serif;
}

.inrWidth {
  position: relative;
  width: 1040px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1040px;
}

.outerWidth {
  position: relative;
  width: 1225px;
  margin-right: auto;
  margin-left: auto;
}

.fullWidth {
  width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1300px) {
  .fullWidth {
    width: 100%;
  }
  .outerWidth {
    width: 96%;
  }
  .inrWidth {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .fullWidth {
    width: 100%;
  }
  .inrWidth {
    width: 90%;
  }
}
.mv {
  background-image: url("../img/business/business_mv_pc.jpg");
}

@media screen and (max-width: 768px) {
  .mv {
    height: 250px;
    background-image: url("../img/business/business_mv_sp.jpg");
  }
  .mv__ttl {
    font-size: 2.8rem;
    line-height: 1.5;
  }
}
/*--services--*/
.services__contblk {
  padding: 100px 0;
}
.services__contblk--txt {
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1;
  margin-top: 48px;
}
.services__contblk--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 57px;
}
.services__contblk--other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 82px;
}

.cardblk {
  width: 49%;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 35px 25px;
}
.cardblk:nth-of-type(1) {
  background-color: #848E97;
}
.cardblk:nth-of-type(2) {
  background-color: #9B9162;
}
.cardblk:nth-of-type(3) {
  background-color: #90743E;
}
.cardblk:nth-of-type(4) {
  background-color: #384652;
}
.cardblk:nth-of-type(5) {
  background-color: #474a4d;
}
.cardblk:nth-of-type(n+3) {
  margin-top: 20px;
}
.cardblk__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.cardblk__main--img {
  width: 175px;
  -webkit-box-shadow: 10px 7px 16px -5px rgba(17, 17, 26, 0.51);
          box-shadow: 10px 7px 16px -5px rgba(17, 17, 26, 0.51);
}
.cardblk__main--txt {
  width: calc(100% - 212px);
  color: #fff;
  text-align: justify;
  margin-top: 4px;
}
.cardblk__main--txt--ttl {
  font-size: 2.4rem;
  line-height: 1.35;
}
.cardblk__main--txt--detail {
  font-size: 1.4rem;
  line-height: 1.9;
}
@media screen and (min-width: 769px) {
  .cardblk__main--txt--detail.ls02 {
    letter-spacing: -0.02em;
  }
}
.cardblk__btn {
  margin: auto;
  margin-top: 40px;
}
.cardblk__btn-p {
  margin-top: 50px;
}

.otherblk {
  width: 22%;
}
.otherblk__img {
  margin: auto;
  display: block;
  width: 62%;
  margin-bottom: 30px;
}
.otherblk__txt--ttl {
  font-size: 2.2rem;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 22px;
}
.otherblk__txt--detail {
  font-size: 1.4rem;
  line-height: 1.9;
  text-align: justify;
  margin-bottom: 20px;
  min-height: 78px;
}
@media screen and (max-width: 768px) {
  .services__contblk {
    padding: 100px 0;
  }
  .services__contblk--txt {
    text-align: justify;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 34px;
  }
  .services__contblk--card {
    display: block;
    margin-top: 30px;
  }
  .services__contblk--other {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .cardblk {
    width: 100%;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 20px 25px 30px;
    text-align: center;
  }
  .cardblk:nth-of-type(1) {
    background-color: #848E97;
  }
  .cardblk:nth-of-type(2) {
    background-color: #9B9162;
  }
  .cardblk:nth-of-type(3) {
    background-color: #90743E;
  }
  .cardblk:nth-of-type(4) {
    background-color: #384652;
  }
  .cardblk:nth-of-type(5) {
    background-color: #384652;
  }
  .cardblk:nth-of-type(n+3) {
    margin-top: 0px;
  }
  .cardblk:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .cardblk__main {
    display: block;
  }
  .cardblk__main--txt {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 15px;
  }
  .cardblk__main--txt--ttl {
    font-size: 2.4rem;
    line-height: 1.35;
    margin-bottom: 6px;
  }
  .cardblk__main--txt--detail {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .cardblk__btn {
    margin: auto;
    margin-top: 22px;
  }
  .otherblk {
    width: 47%;
  }
  .otherblk:nth-of-type(n+3) {
    margin-top: 50px;
  }
  .otherblk__img {
    margin: auto;
    display: block;
    width: 62%;
    margin-bottom: 30px;
  }
  .otherblk__txt--ttl {
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: left;
    margin-bottom: 10px;
  }
  .otherblk__txt--detail {
    font-size: 1.4rem;
    line-height: 1.9;
    text-align: justify;
    margin-bottom: 10px;
    min-height: 78px;
  }
}
/*--dealers--*/
.dealers__contblk {
  padding: 100px 0;
}
.dealers__contblk:nth-of-type(even) {
  background-color: #F7F7F7;
}
.dealers__contblk--contract {
  margin-top: 40px;
  width: 800px;
  background-color: #F7F7F7;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 36px 82px 36px 55px;
}
.dealers__contblk--contract--inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dealers__contblk--contract--inner--img {
  width: 150px;
}
.dealers__contblk--contract--inner--txt {
  width: calc(100% - 225px);
  line-height: 2.1;
}
.dealers__contblk--contract--btn {
  margin: auto;
  margin-top: 40px;
}
.dealers__contblk--lead {
  text-align: center;
  line-height: 2.1;
  padding: 34px 0 54px;
}
.dealers__contblk--stores--inner--ttl {
  line-height: 1;
  color: #CC0000;
  text-align: center;
  font-size: 2.8rem;
  letter-spacing: 1.5px;
  font-weight: 600;
}
.dealers__contblk--stores--btn {
  margin: 60px auto 0;
}

.storesbox {
  margin-top: 73px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.storesbox__blk {
  width: 32%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 60px 28px;
}
.storesbox__blk--merit {
  width: 80px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.storesbox__blk--ttl {
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.5;
  min-height: 54px;
}
.storesbox__blk--img {
  height: 100px;
  display: block;
  margin: 20px auto 25px;
}
.storesbox__blk--detail {
  font-size: 1.4rem;
  line-height: 1.9;
}

@media screen and (max-width: 768px) {
  .dealers__contblk {
    padding: 60px 0;
  }
  .dealers__contblk:nth-of-type(even) {
    background-color: #F7F7F7;
  }
  .dealers__contblk .ttlblk .subttl {
    line-height: 1.3;
  }
  .dealers__contblk--contract {
    margin-top: 40px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 20px;
  }
  .dealers__contblk--contract--inner {
    display: block;
  }
  .dealers__contblk--contract--inner--img {
    width: 130px;
    margin: auto;
    display: block;
  }
  .dealers__contblk--contract--inner--txt {
    width: 100%;
    line-height: 2;
    text-align: justify;
    padding-top: 25px;
  }
  .dealers__contblk--contract--btn {
    margin: auto;
    margin-top: 25px;
  }
  .dealers__contblk--lead {
    text-align: justify;
    line-height: 2;
    padding: 30px 20px 45px;
  }
  .dealers__contblk--stores--inner--ttl {
    line-height: 1;
    color: #CC0000;
    text-align: center;
    font-size: 2rem;
    letter-spacing: 1.5px;
  }
  .dealers__contblk--stores--btn {
    margin: 40px auto 0;
  }
  .storesbox {
    margin-top: 60px;
    display: block;
  }
  .storesbox__blk {
    width: 83%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 45px 20px 28px;
    margin: auto;
  }
  .storesbox__blk:nth-of-type(n+2) {
    margin-top: 50px;
  }
  .storesbox__blk--merit {
    width: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .storesbox__blk--ttl {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.5;
    min-height: auto;
  }
  .storesbox__blk--img {
    height: 90px;
    display: block;
    margin: 20px auto 25px;
  }
  .storesbox__blk--detail {
    font-size: 1.4rem;
    line-height: 2;
  }
}