@charset "utf-8";


.mainview-service {
  width: 100%;
  height: 400px;
  margin-top: 150px;
  background-image: url(../img/service-main.png);
  background-repeat: no-repeat;
  background-position:center;
  background-size: cover;
}

@media (max-width:768px) {
    
  .mainview-service {
    margin-top: 144px;
  }
}

.service {
  margin-top: 70px;
  padding-bottom: 80px;
}

.service-01,.service-02,.service-03 {
  padding-bottom: 60px;
}


.service-link-wrap {
  width: 100%;
  max-width: 768px;
  display: flex;
 justify-content: space-around;
margin: 0 auto;
margin-top: 30px;
}

.service-link-btn {
  width: 180px;
  height: 60px;
  background-color: #B40019;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 3.2;
  border: solid 1px #fff;
}

.service-link-btn:hover {
  background-color: #000;
}

@media (max-width:540px) {
  .service-link-wrap {
    max-width: 340px;
    flex-wrap: wrap;
  }

  .service-link-btn {
    width: 170px;
    height: 60px;
}
}

.fa-chevron-down {
  margin-left: 0.5em;
}

.service-box-ttl-wrap {
  font-weight: bold;
  margin-left: 25px;
  text-align: center;
  padding-top: 70px;
}

.service-box-num {
  font-size: 55px;
  color: #B40019;
  line-height: 0.6;
}

.service-box-ttl {
  color: #333;
  font-size: 25px;
}

.service-box-ttl-eg {
  color: #B40019;
  padding-top: -15px;
  font-size: 13px;
  line-height: 1.2;
}

.service-item-border {
  width: 50px;
  border-bottom: solid 3px #B40019;
  margin: 0 auto;
  margin-top: -5px;
}

.service-01-svg-wrap {
  width: 100%;
  max-width: 550px;
  display: flex;
  justify-content: space-around;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
}

.service-01-svg {
  width: 150px;
  height: 150px;
}

.service-01-svg-box p {
  font-size: 22px;
  color: #B40019;
  font-weight: bold;
  margin-top: 0.5em;
}

@media (max-width:540px) {
  
.service-01-svg-wrap {
  max-width: 400px;
  flex-wrap: wrap;
  justify-content: space-around;
}
.service-01-svg {
  width: 110px;
  height:110px;
}

.service-01-svg-box p {
  font-size: 17px;
  margin-top: 0.5em;
}

}

.service-text {
  max-width: 540px;
  margin: 0 auto;
}

.flow {
  margin-top: 40px;
}

.flow-box {
  width: 90%;
  max-width: 540px;
  font-weight: bold;
  margin: 0 auto;
  background-color: #fff;
  border: solid 1px #333;
  padding:5px 0;
  color: #B40019;
}

.flow-box span {
  color: #333;
}

.flow-arrow {
  width: 90px;
  height: auto;
  margin: 3px auto;
}

.service-02 {
  width: 90%;
  max-width: 560px;
  margin: 0 auto;
}

.service-03-textarea {
  width: 90%;
  max-width: 540px;
  padding: 30px 0 25px 0;
  background-color: #fff;
  border: solid 2px #B40019;
  margin: 0 auto;
  margin-top: 20px;
}

.service-03-textarea p {
  width: 80%;
  margin: 0 auto;
}

.service-04 .service-01-svg-wrap {
  flex-wrap: wrap;
}

@media (max-width:540px) {

.service-04 .service-01-svg-wrap {
max-width: 420px;
}

}

.service-04-copy {
  line-height: 1.1;
}
