<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
  Sass 使用ルール
　　∟ 使っていいのは「入れ子」「変数」「@extend」 のみ。
　　∟ 「変数」「@extend で使用するclass」は必ずファイル先頭にまとめること。
*/
/* color変数 */
/* font-weight */
.link_button_center {
  margin: 43px auto 40px;
}

.card_border {
  border: 1px solid #919191;
}

.card_border__item-inner {
  padding: 25px 20px;
}

.card_border__item-inner .link_button {
  margin: 0;
}

.card_border__title {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin-bottom: 12px;
}

.card_border__text {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section02 .card_wrap .card_item {
  margin-bottom: 23px;
}

.section02 .card_wrap .card_item figcaption span {
  font-size: 1rem;
  text-align: center;
}

.section03 {
  padding-top: 40px;
}

.section04 {
  padding-top: 10px;
}

.section04__listWrap .section04__item {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 80px;
  background-color: #f0f1f2;
  border-radius: 40px;
  width: 100%;
  height: 80px;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section04__listWrap .section04__item span {
  font-size: 1.4rem;
  display: block;
  text-align: center;
}

.section04__listWrap .section04__item-arrow {
  width: 14px;
  height: auto;
  margin: 2px auto;
  transform: rotate(90deg);
}

.section04__listWrap .section04__item::before {
  content: "";
  position: absolute;
  top: 28%;
  left: 44px;
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
}

.section04__listWrap .section04__item:first-child::before {
  background-image: url(../img/business/icon-talk.svg);
  width: 28px;
  height: 23px;
  top: 34%;
}

.section04__listWrap .section04__item:nth-child(3)::before {
  background-image: url(../img/business/icon-compass.svg);
  width: 22px;
  height: 30px;
}

.section04__listWrap .section04__item:nth-child(5)::before {
  background-image: url(../img/business/icon-saw.svg);
  width: 25px;
  height: 30px;
}

.section04__listWrap .section04__item:last-child::before {
  background-image: url(../img/business/icon-truck.svg);
  width: 30px;
  height: 18px;
  top: 40%;
  left: 40px;
}

.section04__listWrap .section04__item-text {
  line-height: 1.25;
}

.section04__listWrap .section04__item-text span {
  line-height: 1.4;
}

.section04__catch {
  text-align: center;
  margin: 20px 0;
}

.section05 {
  padding-top: 40px;
}

.section05 ul li {
  position: relative;
  width: 100%;
  height: 100px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}

.section05 ul li a {
  background-image: url(../img/top/section03-bg02.png), url(../img/top/section03-bg02-hover.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  transition: all .3s;
}

.section05 ul li a::after {
  content: "";
  background: url(../img/icon-arrow-orange.svg) no-repeat;
  background-size: 11px;
  background-position: center;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  display: inline-block;
  bottom: 35px;
  right: 20px;
}

.section05 ul li:last-child a {
  background-image: url(../img/business/section03-bg01.png), url(../img/business/section03-bg01-hover.png);
  background-repeat: no-repeat, no-repeat;
  background-size: cover, 0 0;
}

@media screen and (min-width: 768px) {
  .link_button_center {
    margin: 50px auto 80px;
  }
  .card_wrap .card_item {
    margin-bottom: 0;
  }
  .card_wrap .card_item:nth-child(-n+3) {
    margin-bottom: 8px;
  }
  .card_wrap .card_item figure img {
    margin-bottom: 10px;
  }
  .section02 .card_wrap {
    justify-content: center;
    gap: 20px;
  }
  .section03 {
    padding-top: 80px;
  }
  .section04 {
    padding-top: 75px;
  }
  .section04__listWrap {
    max-width: 1075px;
    margin: 0 auto;
  }
  .section04__listWrap.sp_only {
    display: none;
  }
  .section04__catch {
    text-align: center;
    margin: 30px 0;
  }
  .section05 {
    padding-top: 120px;
  }
  .section05 ul {
    display: flex;
  }
  .section05 ul li {
    width: 50%;
    height: 200px;
    font-size: 2.4rem;
  }
  .section05 ul li a {
    transition: all .3s;
  }
  .section05 ul li a:hover {
    background-size: 0 0,cover;
    color: #000;
  }
  .section05 ul li a::after {
    right: 20px;
    bottom: 20px;
  }
  .section05 ul li:last-child a:hover {
    background-size: 0 0,cover;
  }
}

@media screen and (min-width: 960px) {
  /* fv text */
  .fv {
    height: 512px;
  }
  .fv_img {
    margin-top: -532px;
  }
  .fv_text_wrap {
    padding: 13px 0 0;
  }
  .fv_text {
    padding: 70px 70px 40px;
  }
  .card_border {
    display: flex;
    align-items: center;
  }
  .card_border__item:first-child {
    width: 600px;
    height: auto;
  }
  .card_border__item-inner {
    padding: 5px 60px;
    text-align: left;
  }
  .card_border__item-inner .link_button {
    margin: 0;
  }
  .card_border__title {
    font-size: 2.4rem;
    line-height: 1.5;
    margin-bottom: 18px;
  }
  .card_border__text {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 25px;
  }
}

@media screen and (min-width: 1501px) {
  .section02 {
    padding-top: 90px;
  }
}
</pre></body></html>