@charset "UTF-8";
#slide_wrap {
  max-width: 100%;
  min-width: 1040px;
  margin-bottom: 30px;
}

/*
@media screen and (max-width: 999px) {
	#slider1 {
		width: 130%;
		margin-left: -15%;
	}
}
*/
section#message {
  margin-bottom: 50px;
}

section#message .message {
  font-size: 14px;
  line-height: 1.8;
  text-align: center;
  margin-bottom: 30px;
}

.btn_request {
  max-width: 280px;
  margin: auto;
}

/* 事業案内 */
#service {
  margin-top: 60px;
  margin-bottom: 40px;
}

.service_th {
  margin-bottom: 15px;
}

.service_info {
  margin-bottom: 60px;
}

.service_info .col {
  margin-bottom: 15px;
}

.service_info h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 10px;
}

#service .service_info_txt {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}

.service_info .btn_more {
  max-width: 208px;
  margin-inline: auto;
}

/* 事業一覧 */
.s_lineup .m-col-25 {
  position: relative;
  margin-bottom: 16px;
}
.s_lineup .m-col-25::after {
  content: "";
  position: absolute;
  z-index: 1;
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background: url(../common/img/dot_v.png) repeat-y right top/1px 3px;
}
.s_lineup .m-col-25:last-of-type::after {
  display: none;
}
.s_lineup .m-col-25 .pic {
  text-align: center;
  padding-top: 15px;
}
.s_lineup .m-col-25:nth-child(1n) .s_lineup_item span {
  border-color: #e8604f;
}
.s_lineup .m-col-25:nth-child(2n) .s_lineup_item span {
  border-color: #9bc869;
}
.s_lineup .m-col-25:nth-child(3n) .s_lineup_item span {
  border-color: #1f85c8;
}

.s_lineup .s_lineup_item {
  font-size: 14px;
  letter-spacing: 1.2px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

.s_lineup .s_lineup_item span {
  display: block;
  width: 50px;
  margin: auto;
  padding-bottom: 8px;
  border-bottom: solid #e8604f 2px;
}

/*
.s_lineup .ico {
	display: none;
	width: 100%;
	text-align: center;
}
*/
.s_lineup_txt {
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #about h1 {
    padding: 0 2.5%;
  }
}