<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*----------------------------------------------------
    #各事業
----------------------------------------------------*/
.twocolumn__block {
  padding: 1.5em 0 4em;
}

/*----------------------------------------------------
    #ページに関するお問いわせ
----------------------------------------------------*/
.guidance__block {
  padding: 0.5em 1em;
}
.guidance__text {
  padding: 1em 0;
  color: #fff;
  font-size: 1.3125em;
  line-height: 1.5238095238;
}
@media (min-width: 992px) {
  .guidance__text {
    font-size: 1.3125em;
    line-height: 1.7142857143;
  }
}
.guidance__tel {
  padding: 1em 0;
  color: #fff;
  font-size: 1.125em;
  line-height: 2;
}
.guidance__tel a {
  color: #fff;
}
.guidance .btn__square {
  text-decoration: none;
  color: #fff;
  font-size: 1.125em;
  line-height: 1.5555555556;
  position: relative;
  z-index: 2;
  overflow: hidden;
  color: #fff !important;
}
@media (min-width: 992px) {
  .guidance .btn__square {
    font-size: 1.3125em;
    line-height: 1.7142857143;
  }
}
.guidance .btn__square::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  background: rgba(255, 255, 255, 0.2);
}
.guidance .btn__square:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.guidance .fa-arrow-right {
  color: #fff !important;
}

/*
Theme Name: 事業内容
Version: 0.9
*/</pre></body></html>