<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
.case .h1_wrap {
  background: url(../../case/img/h1_bg.jpg) no-repeat center center/cover;
}

.intro_wrap {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

.intro_wrap .intro_tit {
  padding-top: 0;
}

.case {
  background: #f2f2f2;
}

.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:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.content_wrap .text_box {
  width: 54.1666%;
  max-width: 650px;
}

.content_wrap .text_box h3 {
  font-size: 28px;
  letter-spacing: 5px;
  color: #3b2526;
  margin-bottom: 40px;
}

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

.content_wrap .img_box {
  width: 37.5%;
  max-width: 450px;
}

.content_wrap .img_box img {
  width: 100%;
}

.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 */
  .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 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    padding-bottom: 8px;
  }
  .content_wrap .img_box {
    width: 100%;
    max-width: 100%;
  }
  .btn03 a {
    max-width: 100%;
    margin: 50px auto;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=case.css.map */</pre></body></html>