@charset "utf-8";
/* 事業とサービス
------------------------------------------------------------*/
.head_imgarea_bg {
  background-image: url("../img/service/head_bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
}
.service_area {
  padding-top: 3%;
  padding-bottom: 5%;
  position: relative;
}
.service_area2 {
  padding-top: 8%;
  padding-bottom: 5%;
  position: relative;
  background-color: #f1f4f4;
}
.service_box {
  padding-bottom: 5%;
}
.service_ttl {
  font-size: 30px;
  display: flex;
  align-items: center;
  color: rgba(255, 255, 255, 1.00);
  margin-bottom: 3%;
  font-family: 'Noto Serif JP', serif;
}
@media (max-width: 786px) {
  .service_ttl {
    font-size: 20px;
    margin-bottom: 10%;
  }
}
.service_ttl:before {
  position: relative;
  top: 0px;
  margin: 0 15px 0 0;
  content: url("../img/home/servise/house_ico.png");
}
.service_ttl:after {
  margin-left: 5px;
  border-top: 1px solid #fff;
  content: "";
  flex-grow: .1;
}
.brand_box {
  background-color: #fbfcfc;
  box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -webkit-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  -moz-box-shadow: 0 0 5px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
}
.brand_box2 {
  margin-bottom: 5%;
  position: relative;
}
.brand_type {
  font-size: 15px;
  text-align: center;
  margin-top: 10px;
  font-family: 'Noto Serif JP', serif;
}
.brand_name_g {
  font-size: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #199867;
  font-weight: bold;
}
.brand_name_y {
  font-size: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #9b8509;
  font-weight: bold;
}
.brand_name_r {
  font-size: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #b41c00;
  font-weight: bold;
}
.brand_name_b {
  font-size: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #197698;
  font-weight: bold;
}
.brand_name_p {
  font-size: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #9a1c4c;
  font-weight: bold;
}
.brand_name_s {
  font-size: 30px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #D16E00;
  font-weight: bold;
}
.brand_tx {
  font-size: 20px;
  padding-left: 10%;
  padding-right: 10%;
}
.brand_tx2 {
  font-size: 18px;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 15px;
}
.brand_item {
  font-size: 16px;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-left: 10%;
  padding-right: 10%;
}
.brand_item li {
  margin-right: 5px;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #d8e1e1;
  display: inline-block;
  margin-bottom: 5px;
  white-space: nowrap;
}
@media (max-width: 786px) {
  .brand_name_g {
    font-size: 25px;
  }
  .brand_name_y {
    font-size: 25px;
  }
  .brand_name_r {
    font-size: 25px;
  }
  .brand_name_b {
    font-size: 25px;
  }
  .brand_name_p {
    font-size: 25px;
  }
	.brand_name_s {
    font-size: 25px;
  }
  .brand_tx {
    font-size: 18px; 
	  padding-left: 5%;
  padding-right: 5%;
  }

.brand_tx2 {
  padding-left: 5%;
  padding-right: 5%;
}
.brand_item {
  font-size: 14px;  
	padding-left: 5%;
  padding-right: 5%;
}
}
.brand_link {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.brand_link {
  background: #14aa5a;
  border: 1px solid #000;
  color: #fff;
  display: block;
  max-width: 100%;
  padding: 10px 10px;
  text-align: center;
  font-size: 14px;
  position: absolute;
  bottom: 0px;
  margin-top: auto;
}

.brand_link.slide {
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.brand_link.name_g {
  background: #bbe0d1;
}
.brand_link.name_y {
  background: #e3ddbb;
}
.brand_link.name_p {
  background: #e9cfd9;
}
.brand_link.name_r {
  background: #f2d8d3;
}
.brand_link.name_b {
  background: #cbe0e8;
}
.brand_link.name_s {
    background-color: rgba(209,110,0,0.5);
}
.brand_link.slide::after {
  background: #14aa5a;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.brand_link.slide:hover {
  color: #fff;
}
.brand_link.slide:hover::after {
  transform: scale(1, 1);
}
.brand_link a:hover {
  color: #fff;
}
.service_mainttl {
  font-size: 42px;
  text-align: center;
  position: relative;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 2em;
  line-height: 1.0;
}
@media (max-width: 768px) {
 .service_mainttl {
    font-size: 32px;
	 margin-top: 2em;
	 margin-bottom: 1em;
  }
}
.service_mainttl:before {
  content: '';
  position: absolute;
  top: -35px;
  display: inline-block;
  width: 30px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #14AA5A;
  border-radius: 2px;
}
.service_box1 {
    position: relative;
    margin-bottom: 5%;
}
.service_box11 {
  position: absolute;
  width: 40%;
  right: 10%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}
.service_box2 {
  position: relative;
	margin-bottom: 5%;
}
.service_box22 {
  position: absolute;
  width: 40%;
  left: 10%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}
.service_box3 {
  position: relative;
	margin-bottom: 5%;
}
.service_box33 {
  position: absolute;
  width: 40%;
  right: 10%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}
.service_box4 {
  position: relative;
	margin-bottom: 5%;
}
.service_box44 {
  position: absolute;
  width: 40%;
  left: 10%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}
.service_box5 {
  position: relative;
	margin-bottom: 5%;
}
.service_box55 {
  position: absolute;
  width: 40%;
  right: 10%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}
.service_box6 {
  position: relative;
	margin-bottom: 5%;
}
.service_box66 {
  position: absolute;
  width: 40%;
  left: 10%;
  background-color: #FFFFFF;
  padding-top: 2%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
}
@media (max-width: 992px) {
.service_box1 {
    position: static;
}
.service_box11 {
	position: static;
	width: 90%;
	right: 0%;
	background-color: #FFFFFF;
	padding-top: 5%;
	padding-right: 5%;
	padding-bottom: 5%;
	padding-left: 5%;
	margin-right: auto;
	margin-left: auto;
	margin-top: -30px;
	z-index: 1;
}
.service_box2 {
    position: static;
}
.service_box22 {
  position: static;
  width: 90%;
  left: 0%;
  background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
	z-index: 1;
}
.service_box3 {
    position: static;
}
.service_box33 {
  position: static;
  width: 90%;
  right: 0%;
  background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
	z-index: 1;
}
.service_box4 {
    position: static;
}
.service_box44 {
  position: static;
  width: 90%;
  left: 0%;
  background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
	z-index: 1;
}
.service_box5 {
    position: static;
}
.service_box55 {
  position: static;
  width: 90%;
  right: 0%;
  background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
	z-index: 1;
}
.service_box6 {
    position: static;
}
.service_box66 {
  position: static;
  width: 90%;
  left: 0%;
  background-color: #FFFFFF;
    padding-top: 5%;
    padding-right: 5%;
    padding-bottom: 5%;
    padding-left: 5%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -30px;
	z-index: 1;
}
}
.service_h3 {
  font-size: 38px;
  font-family: 'Noto Serif JP', serif;
  line-height: 1.0;
  margin-bottom: 15px;
  font-weight: bold;
}
@media (max-width: 768px) {
.service_h3 {
  font-size: 24px;  
}
}
.service_h3 span {
  color: #14aa5a;
}
.service_tx {
  font-size: 18px;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
.service_tx {
  font-size: 16px;
}
}
.target_brand {
  font-size: 18px;
  background-color: #334f83;
  color: #fff;
  padding-top: 3px;
  padding-right: 10px;
  padding-bottom: 3px;
  padding-left: 10px;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
.target_brand {
  font-size: 15px;  
}
}
.service_listtx {
  font-size: 18px;
}
.service_listtx i {
  font-size: 30px;
}
.brand_listname_g {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #199867;
  font-weight: bold;
}
.brand_listname_y {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #9b8509;
  font-weight: bold;
}
.brand_listname_r {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #b41c00;
  font-weight: bold;
}
.brand_listname_b {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #197698;
  font-weight: bold;
}
.brand_listname_p {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #9a1c4c;
  font-weight: bold;
}
.brand_listname_s {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
  margin-bottom: 10px;
  color: #D16E00;
  font-weight: bold;
}
@media (max-width: 768px) {
.service_listtx {
  font-size: 12px;
}
.service_listtx i {
  font-size: 18px;
}
.brand_listname_g {
  font-size: 18px;
}
.brand_listname_y {
  font-size: 18px;
}
.brand_listname_r {
  font-size: 18px;
}
.brand_listname_b {
  font-size: 18px;
}
.brand_listname_p {
  font-size: 18px;
}
}