@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : business.css                              */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.business .h1_wrap {
  background: url(../../business/img/h1_bg.jpg) no-repeat center center/cover;
}

.business {
  background: #f2f2f2;
}

.intro_wrap {
  max-width: 800px;
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.content_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 100px;
}

.content_wrap:first-of-type {
  margin-top: 100px;
}

.content_wrap:last-of-type {
  margin-bottom: 0;
}

.content_wrap:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content_wrap .text_box {
  width: 41.6666%;
  max-width: 500px;
}

.content_wrap .text_box h3 {
  font-size: 35px;
  letter-spacing: 5px;
  color: #1b0c0c;
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 1px solid #9f9f9f;
}

.content_wrap .text_box .ttl_s {
  font-size: 22px;
  font-weight: bold;
  color: #3b2526;
  letter-spacing: 1.5px;
  margin-bottom: 10px;
}

.content_wrap .text_box .text {
  line-height: 2.4;
  letter-spacing: 1.5px;
}

.content_wrap .text_box .btn01 {
  margin-top: 40px;
}

.content_wrap .img_box {
  width: 45.8333%;
  max-width: 550px;
}

.btn03 a {
  max-width: 420px;
  margin: 100px auto;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .intro_wrap {
    max-width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .content_wrap {
    display: block;
    margin-bottom: 50px;
  }
  .content_wrap:first-of-type {
    margin-top: 40px;
  }
  .content_wrap .text_box {
    width: 100%;
    max-width: 100%;
  }
  .content_wrap .text_box h3 {
    text-align: center;
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .content_wrap .text_box .ttl_s {
    font-size: 16px;
    letter-spacing: 1;
    margin-bottom: 5px;
  }
  .content_wrap .text_box .btn01 {
    margin: 20px 0;
  }
  .content_wrap .img_box {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .btn03 a {
    max-width: 100%;
    margin: 50px auto;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=business.css.map */