/* ======================================================================
services
====================================================================== */
#service .l-main-visual {
  background: url(../img/service/service_img_main.jpg) no-repeat center;
  background-size: cover;
}
.inner__sub-title{
  text-align: center;
}
.services-contents {
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  gap: 6rem 3rem;
}
.services-contents a {
  width: calc((100% - 3rem) / 2);
}
@media screen and (max-width: 980px) {
  .services-contents {
    flex-direction: column;
  }
  .services-contents a {
    width: 100%;
  }
}
.ttl{
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
  margin: 0.3em 0;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-size: 1.358333333vw;
  line-height: 2.5;
}
.ttl .num {
  line-height: 1.3;
  border-bottom: 2px solid #2fb9e1;
  color: #2fb9e1;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: "Lato", sans-serif;
}
@media screen and (max-width: 980px) {
  .ttl {
    font-size: 18px;
  }
}

/* ======================================================================
service01
====================================================================== */
#service01 .l-main-visual {
  background: url(../img/service/01system/system_img_main.jpg) no-repeat center;
  background-size: cover;
}
.service-contents-wrap01{
  padding-bottom: 0;
}
.service-contents-wrap02{
  padding: 100px 5% 100px;
  background:#f2f9f9;
}
.inner_sv01chart{
  width: 55vw;
}
.service-contents-wrap03 {
  padding: 100px 5% 100px;
}
@media screen and (max-width: 980px) {
  .service-contents-wrap02,.service-contents-wrap03{
    padding: 60px 5%;
  }
  .inner_sv01chart{
    width: 100%;
  }
}
.sv_col-wrap{
  width: 60.5vw;
  margin: 0 auto;
}
.sv_col{
	display: flex;
	width: 100%;
	gap: 1.5em;
	margin: 2em 0;
  justify-content: center;
}
.svimg_col{
	width: 10%;
}
@media screen and (max-width: 980px) {
  .sv_col-wrap{
    width: 100%;
  }
  .sv_col{
    margin: 4em 0;
  }
  .svimg_col {
    width: 30%;
  }
}
.svimg_col >img{
	width: 100%;
}
.svtxt_col{
	width: 85%;
  align-self: center;
}
.svtxt_col h4{
	margin: 0 0 0.5em;
  text-align: left;
  font-size: 28px;
}
@media screen and (max-width: 980px) {
  .svtxt_col h4{
    font-size: 20px;
  }
}

/* ======================================================================
service02
====================================================================== */
#service02 .l-main-visual {
  background: url(../img/service/02cost/cost_img_main.jpg) no-repeat center;
  background-size: cover;
}
ul.svmerit_list{
  width: 65vw;
  margin: 0 auto 100px;
  list-style: none;
}
ul.svmerit_list li{
  margin: 0 0 20px;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  margin-left: 1.5em;
  position: relative;
}
ul.svmerit_list li::before{
  position: absolute;
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/service/icon_check.png) no-repeat center;
  background-size: contain;
  top: 55%;
  left: -1.3em;
  transform: translateY(-50%);
}
@media screen and (max-width: 980px) {
  ul.svmerit_list {
    width: 100%;
  }
  ul.svmerit_list li {
    font-size: 20px;
  }
}

.sv02_img-wrap{
  width: 55vw;
  margin: 0 auto 2.5em;
}
.sv02__sub-title{
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  padding: 1em 0;
  border: 4px solid #21a9b2;
  background: #fff;
}
.sv02__sub-title span{
  flex-grow: 1;
}
span.environment_page-logo {
  display: inline-block;
  width: 35%;
  flex-grow: 0;
  margin: 0 0.3rem;
}
.pc-none{
  display: none;
}
@media screen and (max-width: 980px) {
  .sp-none{
    display: none;
  }
  .pc-none{
    display: flex;
    flex-wrap: wrap;
    white-space: wrap;
  }
}

/* ======================================================================
service03
====================================================================== */
#service03 .l-main-visual {
  background: url(../img/service/03support/support_img_main.jpg) no-repeat center;
  background-size: cover;
}
.sv03_imgwrap{
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 980px) {
  
}

/* ======================================================================
service04
====================================================================== */
#service04 .l-main-visual {
  background: url(../img/service/04management/management_img_main.jpg) no-repeat center;
  background-size: cover;
}
.sv04_flex{
  display: flex;
  gap: 5rem;
  width: 55vw;
  margin: 0 auto;
}
.sv04_flex img{
 width: calc((100% - 10rem)/3) ;
}
.sv04__sub-title{
  color: #f29600;
}
@media screen and (max-width: 980px) {
  .sv04_flex {
    flex-direction: column;
    align-items: center;
    width: 90%;
  }
  .sv04_flex img{
    width: 80%;
  }
}
