<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ================================================= *
 *        	私たちにできること – イル デザイン
 * ================================================= */
#page-title {
  position: relative;
  height: 320px;
}
.page-title-title {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media (min-width: 992px) {
  #page-title {
    height: 494px;
    padding: 0 !important;
  }
}
@media (max-width: 767px) {
  #page-title {
    margin-bottom: -60px;
  }
}
@media (max-width: 480px) {
  .page-title-title {
    width: 300px;
  }
}

.page-title-title {
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.merit__ttl {
  position: relative;
  z-index: 1;
}
.merit__ttl h2 {
  font-size: 30px;
  line-height: 1.2;
}
@media (max-width: 480px) {
	.merit__txt {
		padding-left: 10px;
		padding-right: 10px;
	}
}
/*
.merit__ttl::before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  margin-top: -80px;
  color: #e5bf93;
  font-size: 54px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
*/
/*
.merit01 .merit__ttl::before {
  content: "\f4b8";
}
.merit02 .merit__ttl::before {
  content: url("../images/home/merit_icon01_on.png");
}
.merit03 .merit__ttl::before {
  content: "\f4ce";
}
.merit04 .merit__ttl::before {
  content: url("../images/home/merit_icon06_on.png");
}
.merit05 .merit__ttl::before {
  content: "\f1b8";
}
.merit06 .merit__ttl::before {
  content: "\f0b1";
}
*/

@media (max-width: 991px) {
  .vc_column-inner {
    background-color: rgba(255, 255, 255, 0) !important;
  }
  .gem-textbox-content {
    background-color: rgba(255, 255, 255, 0.9) !important;
  }
}
@media (max-width: 767px) {
  .gem-textbox-content {
    margin-bottom: -60px;
    padding-bottom: 0 !important;
  }
  .merit06 {
    margin-bottom: 60px;
  }
}
@media (max-width: 480px) {
  .vc_column-inner {
    padding: 0 !important;
  }
}
</pre></body></html>