@charset "UTF-8";
/*---------------
    mediaquery
----------------*/
/*---------------
    Theme Color
----------------*/
/*-------------
    keyframes
--------------*/
@-webkit-keyframes border-appear {
  to {
    width: 100%;
  }
}
@keyframes border-appear {
  to {
    width: 100%;
  }
}

/*--------------
    mixin
---------------*/
/*=======================
サービス全般
========================*/
#service {
  /*-----------------------
        製造業ページ
    ------------------------*/
}

#service .wrapper {
  overflow: visible;
}

@media screen and (max-width: 768px) {
  #service .wrapper {
    overflow: hidden;
  }
}

#service .main {
  background-color: #f7f7f7;
}

#service .content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 3%;
}

#service .content-head {
  padding-bottom: 10px;
  border-bottom: 1px solid #212020;
  margin-bottom: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 768px) {
  #service .content-head {
    margin-bottom: 4rem;
  }
}

#service .content-lists {
  margin-left: auto;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1200px) {
  #service .content-lists {
    display: none;
  }
}

#service .content-lists li {
  margin: 0 1.5rem;
  position: relative;
}

#service .content-lists li:not(:first-child)::before {
  content: "/";
  position: absolute;
  left: -2rem;
}

#service .content-title {
  font-size: 3rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  #service .content-title {
    font-size: 2.5rem;
  }
}

#service .content .product-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  #service .content .product-lists {
    display: block;
  }
}

#service .content .product-card {
  width: calc((100% - 40px) / 3);
  background-color: #fff;
  padding: 2rem 1.5rem;
}

@media screen and (max-width: 768px) {
  #service .content .product-card {
    width: 100%;
    margin-bottom: 4rem;
    padding: 3rem 2rem;
  }
}

#service .content .product-title {
  font-size: 2rem;
  font-weight: 400;
  text-align: center;
  margin-bottom: 4rem;
  position: relative;
}

#service .content .product-title::after {
  content: "";
  width: 35px;
  height: 5px;
  background-color: #DC000C;
  position: absolute;
  top: 140%;
  left: 0;
  right: 0;
  margin: auto;
}

#service .content .product-img {
  margin-bottom: 2rem;
}

#service .content .product-links .col-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1000px) {
  #service .content .product-links .col-02 {
    gap: 10px;
  }
}

#service .content .product-links .col-02 ul {
  width: 50%;
}

#service .content .product-links li {
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  #service .content .product-links li {
    font-size: 1.5rem;
    font-weight: 300;
  }
}

#service .content .product-links li a:hover {
  color: #DC000C;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#service .main-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 10rem 0 15rem;
}

@media screen and (max-width: 768px) {
  #service .main-inner {
    margin: 8rem 0 10rem;
  }
}





/* risk mv */
.property .hero::after {
  background-image: url(./../img/property_mv.jpg);
}
.compensation .hero::after {
  background-image: url(./../img/compensation_mv.jpg);
}
.labor .hero::after {
  background-image: url(./../img/labor_mv.jpg);
}
.cost-and-profit .hero::after {
  background-image: url(./../img/cost-and-profit_mv.jpg);
}
.welfare-programme .hero::after {
  background-image: url(./../img/welfare-programme_mv.jpg);
}
.other .hero::after {
  background-image: url(./../img/other_mv.jpg);
}

/* risk共通 */
.content-risk__text{
	font-size: 1.8rem;
	font-weight: 300;
	padding-left: 2rem;
	margin-bottom: 10rem;
}

.content-risk__text li{
	list-style: disc;
	padding-bottom: 2rem;
	line-height: 3.2rem
	;
	}

.content-head h3{
	margin-top:-150px;
	padding-top:150px;
}

.content__foot-text{
	font-weight: 300;
	line-height: 2em;
}





/* Industry mv */
#service.Industry01 .hero::after {
  background-image: url(./../img/manufactuaring_mv.jpg);
}
#service.Industry02 .hero::after {
  background-image: url(./../img/construction_mv.jpg)
}
#service.Industry03 .hero::after {
  background-image: url(./../img/transportation_mv.jpg)
}
#service.Industry04 .hero::after {
  background-image: url(./../img/service_mv.jpg)
}
#service.Industry05 .hero::after {
  background-image: url(./../img/it_mv.jpg)
}
#service.Industry06 .hero::after {
  background-image: url(./../img/other-business_mv.jpg)
}