<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   : about.css                                  */
/* update : 2021                                      */
/* -------------------------------------------------- */
/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* 共通 */
.h2 {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  margin-bottom: 40px;
}

.h2:after {
  content: none;
}

.h2.tac {
  text-align: center;
}

.intro_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 120px 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.intro_wrap .intro_l {
  width: 58.3%;
}

.intro_wrap .intro_r {
  margin-right: -10px;
  width: 34.2%;
}

.intro_tit {
  padding-top: 0;
}

.sub_tit {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #c9c9c7;
  margin: 25px 0 20px;
  padding-bottom: 8px;
  letter-spacing: 2px;
}

.for_them span {
  padding: 7px 15px;
  display: inline-block;
  background: #3b2526;
  color: #fff;
  border-radius: 10px;
  font-size: 12px;
  margin-right: 9px;
  line-height: 1;
}

.link_wrap {
  background: #e8e8e5;
  padding: 80px 0;
}

.link_wrap ul {
  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;
}

.link_wrap ul li {
  width: 31.6666%;
  max-width: 380px;
}

.link_wrap ul li a {
  display: block;
  max-width: 100%;
  background: #3b2526;
  text-align: center;
  color: #fff;
  padding: 20px;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.link_wrap ul li a p {
  position: relative;
  display: inline-block;
  letter-spacing: 2px;
}

.link_wrap ul li a p.link_full:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/feature/img/icon_kisekae.svg) no-repeat;
  background-size: contain;
  left: -30px;
  width: 13px;
  height: 22px;
}

.link_wrap ul li a p.link_cal:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/feature/img/icon_callender.svg) no-repeat;
  background-size: contain;
  left: -30px;
  width: 20px;
  height: 23px;
}

.link_wrap ul li a p.link_pf:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/feature/img/icon_cloud.svg) no-repeat;
  background-size: contain;
  top: 10%;
  left: -30px;
  width: 24px;
  height: 18px;
}

.link_wrap ul li a p.link_func:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: url(/feature/img/icon_other.svg) no-repeat;
  background-size: contain;
  left: -30px;
  width: 20px;
  height: 20px;
}

.link_wrap ul li a:hover p.link_full:before {
  background: url(/feature/img/icon_kisekae_hover.svg) no-repeat;
}

.link_wrap ul li a:hover p.link_cal:before {
  background: url(/feature/img/icon_callender_hover.svg) no-repeat;
}

.link_wrap ul li a:hover p.link_pf:before {
  background: url(/feature/img/icon_cloud_hover.svg) no-repeat;
}

.link_wrap ul li a:hover p.link_func:before {
  background: url(/feature/img/icon_other_hover.svg) no-repeat;
}

/* ---------------全デバイス共通(PC)-end--------------------- */
/*----------------------------------------------------------*/
/* pcホバー用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width: 560px) {
  /* --------------pcホバー用のCSS END----------------- */
}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 959px) {
  /* tablet */
  /* -------------------tablet END------------------------- */
}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px) {
  /* sp */
  .intro_wrap {
    display: block;
    padding: 50px 20px;
  }
  .intro_wrap .intro_l {
    width: 100%;
    margin-bottom: 20px;
  }
  .intro_wrap .intro_r {
    margin: 0 auto;
    width: 90%;
  }
  .sub_tit {
    text-align: center;
    font-size: 15px;
    margin: 12px 0 10px;
    padding-bottom: 4px;
    letter-spacing: 2px;
  }
  .for_them {
    text-align: center;
  }
  .for_them span {
    padding: 5px;
    margin: 0 0 5px 0;
  }
  .link_wrap {
    padding: 40px 0;
  }
  .link_wrap ul {
    display: block;
  }
  .link_wrap ul li {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .link_wrap ul li:last-child {
    margin-bottom: 0;
  }
  .link_wrap ul li a {
    display: block;
    padding: 10px;
  }
  .link_wrap ul li a p.calendar:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(/feature/img/icon_callender.svg) no-repeat;
    background-size: contain;
    left: -30px;
    width: 20px;
    height: 23px;
  }
  .link_wrap ul li a p.cloud:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(/feature/img/icon_cloud.svg) no-repeat;
    background-size: contain;
    top: 10%;
    left: -30px;
    width: 24px;
    height: 18px;
  }
  .link_wrap ul li a p.function:before {
    content: '';
    position: absolute;
    display: inline-block;
    background: url(/feature/img/icon_other.svg) no-repeat;
    background-size: contain;
    left: -30px;
    width: 20px;
    height: 20px;
  }
  .link_wrap ul li a:hover p.calendar:before {
    background: url(/feature/img/icon_callender_hover.svg) no-repeat;
  }
  .link_wrap ul li a:hover p.cloud:before {
    background: url(/feature/img/icon_cloud_hover.svg) no-repeat;
  }
  .link_wrap ul li a:hover p.function:before {
    background: url(/feature/img/icon_other_hover.svg) no-repeat;
  }
  /* ---------------------SP END----------------------------- */
}
/*# sourceMappingURL=feature_under.css.map */</pre></body></html>