@charset "UTF-8";
/*
	Filename: service
	Version: 1.0.1
*/
#sec_01 .wrap, #sec_02 .wrap, #sec_03 .wrap {
  width: 1075px;
}
@media screen and (max-width: 1150px) {
  #sec_01 .wrap, #sec_02 .wrap, #sec_03 .wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 750px) {
  #sec_01 .wrap, #sec_02 .wrap, #sec_03 .wrap {
    padding: 0 20px;
  }
}

.midasi_04 {
  position: relative;
  margin-bottom: 35px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 45px;
  font-weight: 700;
  color: #e6002d;
  text-align: center;
}
.midasi_04::after {
  content: "";
  display: block;
  position: absolute;
	bottom: -23px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
  width: 34px;
  height: 5px;
  background: #e6002d;
}
.midasi_05 {
  margin-bottom: 35px;
  font-size: 56px;
  font-weight: 700;
  text-align: center;
}
.link_btn {
  display: block;
  width: 745px;
  max-width: 95%;
  margin: 0 auto;
  padding: 15px 10px;
  background: #e6002d;
  border: 1px solid #595757;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  transition: .3s;
}
.link_btn:hover {
  background: #fff;
  color: #e6002d;
  opacity: 1;
  transition: .3s;
}
.glay {
  background: #f7f8f8;
}
@media screen and (max-width: 750px) {
  .midasi_04 {
    font-size: 30px;
  }
  .midasi_05 {
    font-size: 30px;
  }
}
/*-----------------------------------------------------
	#sec_01
------------------------------------------------------*/
#sec_01 {
  padding-bottom: 195px;
}
#sec_01 .wrap p {
  margin-bottom: 100px;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#sec_01 .wrap .flex {
  margin-bottom: 55px;
}
#sec_01 .wrap .col4 {
  width: 24.5%;
  margin-bottom: 55px;
  text-align: center;
}
#sec_01 .wrap .col4 img {
  width: 100%;
  border: 1px solid #e2e2e3;
}
#sec_01 .wrap .col4 h4 {
  position: relative;
  width: 66.5%;
  margin: -48px auto 0;
  padding: 26px 10px;
  background: #e6002d;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  z-index: 1;
}
#sec_01 .wrap .col4:nth-of-type(2) h4 {
  padding: 43px 10px;
}
@media screen and (max-width: 1000px) {
  #sec_01 .wrap .flex::after {
    width: 32.5%;
    display: block;
    content:"";
  }
  #sec_01 .wrap .col4 {
    width: 32.5%;
  }
  #sec_01 .wrap .col4 h4 {
    position: relative;
    width: 75%;
    margin: -48px auto 0;
    padding: 26px 10px;
    background: #e6002d;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    z-index: 1;
  }
}
@media screen and (max-width: 750px) {
  #sec_01 {
    padding-bottom: 80px;
  }
  #sec_01 .wrap p {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #sec_01 .wrap .flex {
    margin-bottom: 30px;
  }
  #sec_01 .wrap .col4 {
    width: 49%;
  }
  #sec_01 .wrap .col4 h4 {
    width: 90%;
    margin: -30px auto 0;
    padding: 20px 10px;
    font-size: 18px;
  }
  #sec_01 .wrap .col4:nth-of-type(2) h4 {
    padding: 34px 10px;
  }
}

/*-----------------------------------------------------
	#sec_02
------------------------------------------------------*/
#sec_02 {
  padding-top: 175px;
  padding-bottom: 195px;
}
#sec_02 .wrap p {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#sec_02 .wrap img {
  max-width: 100%;
}
#sec_02 .wrap h4 {
  position: relative;
  width: 745px;
  max-width: 95%;
  margin: -45px auto 100px;
  padding: 50px 10px 50px;
  background: #e6002d;
  font-size: 33px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.3;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #sec_02 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #sec_02 .wrap p {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #sec_02 .wrap h4 {
    margin: -45px auto 50px;
    padding: 30px 10px 30px;
    font-size: 25px;
  }
}
/*-----------------------------------------------------
	#sec_03
------------------------------------------------------*/
#sec_03 {
  padding-top: 175px;
  padding-bottom: 195px;
}
#sec_03 .wrap p {
  margin-bottom: 80px;
  font-size: 24px;
  line-height: 1.8;
  text-align: center;
}
#sec_03 .wrap .flex {
  margin-bottom: 89px;
}
#sec_03 .wrap img {
  display: block;
  width: 66%;
  z-index: 1;
}
#sec_03 .wrap h4 {
  width: 34%;
  z-index: 2;
}
#sec_03 .wrap h4 span {
  display: block;
  margin-top: 158px;
  margin-left: -45px;
  padding: 50px 10px 50px;
  background: #e6002d;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (max-width: 1150px) {
  #sec_03 .wrap h4 span {
    margin-top: 13.739vw;
    margin-left: -120px;
  }
}

@media screen and (max-width: 750px) {
  #sec_03 {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #sec_03 .wrap p {
    margin-bottom: 30px;
    font-size: 18px;
  }
  #sec_03 .wrap .flex {
    margin-bottom: 50px;
  }
  #sec_03 .wrap img {
    width: 100%;
  }
  #sec_03 .wrap h4 {
    width: 95%;
    margin: 0 auto;
  }
  #sec_03 .wrap h4 span {
    display: block;
    margin-top: -30px;
    margin-left: 0;
    padding: 30px 10px 30px;
    font-size: 25px;
  }
}



