/* sec01
--------------------------------------------------------- */
.sec01 {
  margin-bottom: 99px;
}
/* sec02
--------------------------------------------------------- */
.sec02 .sec02Title h2 {
  width: 211px;
  height: 61px;
  line-height: 61px;
  background: #f51a89;
  color: #fff;
  margin-bottom: 61px;
}
.sec02 .sec02Title h3 {
  width: 210px;
  font-size: 26px;
  margin: 0 auto 56px;
  background: linear-gradient(transparent 50%, #fcee21 50%);
}
.sec02 .sec02Title p {
  width: 911px;
  margin: 0 auto 115px;
  text-align: center;
  font-size: 16px;
}
.sec02 .contentsBox02 {
  width: 920px;
  margin: 0 auto 102px;
}
.sec02 .contentsBox02 h3 {
  font-size: 42px;
}
.sec02 .contentsBox02 h3 span {
  font-size: 30px;
}
.sec02 .contentsBox02 .box02List {
  width: 428px;
}
.sec02 .contentsBox02 .box02List .box02ListItem {
  margin-bottom: 15px;
}
.sec02 .contentsBox02 .box02List .box02ListItem h4 {
  width: 64px;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c5c5c5;
}
.sec02 .contentsBox02 .box02List .box02ListItem p {
  width: 304px;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 2px solid #c5c5c5;
}

/* sec03
--------------------------------------------------------- */
.sec03 {
  margin-bottom: 59px;
}
.sec03 .sec03Title {
  display: flex;
  margin: 0 113px 45px;
}
.sec03 .sec03Title h2 {
  width: 233px;
  height: 62px;
  line-height: 62px;
  background: #f51a89;
  color: #fff;
  margin: 0 45px 0 0;
}
.sec03 .sec03Title .text1 {
  margin-right: 129px;
  margin-top: 6px;
}
.sec03 .sec03Title .text1 h3 {
  font-size: 18px;
  line-height: 1.61;
}
.sec03 .sec03Title .text1 p {
  font-size: 24px;
  line-height: 1.21;
}
.sec03 .sec03Title .text2 {
  margin-top: 10px;
}
.sec03 .sec03Title .text2 h3 {
  font-size: 18px;
  line-height: 1.61;
}
.sec03 .sec03Title .text2 h3 span {
  font-size: 20px;
}
.sec03 .sec03Title .text2 p {
  font-size: 16px;
  line-height: 1.5;
  margin-left: 5px;
}
.sec03 .contentsBox03 {
  position: relative;
  z-index: 0;
}
.sec03 .contentsBox03 h3 {
  color: #fff;
  background: #000;
  width: 435px;
  height: 41px;
  line-height: 41px;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: 30px;
  left: 462px;
  z-index: 1;
}
.sec03 .contentsBox03 article {
  height: 436px;
  width: 50%;
  position: relative;
}
.sec03 .contentsBox03 article img {
  width: 100%;
}
.sec03 .contentsBox03 article .box03Text {
  width: 421px;
  height: 179px;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
}
.sec03 .contentsBox03 article .box03Text h4 {
  font-size: 16px;
  margin-top: 16px;
  margin-bottom: 14px;
}
.sec03 .contentsBox03 article .box03Text h4 span {
  font-size: 18px;
}
.sec03 .contentsBox03 article .box03Text a {
  width: 201px;
  height: 51px;
  line-height: 51px;
  color: #fff;
  font-size: 18px;
  border-radius: 25px;
  margin-bottom: 14px;
}
.sec03 .contentsBox03 article .lineBtnBox {
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.sec03 .contentsBox03 article .contactBtnBox {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.sec03 .contentsBox03 article .box03Text .lineBtn {
  background: rgba(0, 185, 0, 1);
}
.sec03 .contentsBox03 article .box03Text .contactBtn {
  background: rgba(18, 18, 18, 1);
}
.sec03 .contentsBox03 article .box03Text p {
  font-size: 14px;
  line-height: 1.71;
}

/* media screen
--------------------------------------------------------- */
@media screen and (max-width:1024px) {
  .sec03 .sec03Title {
    margin: 0 3% 45px;
  }
  .sec03 .sec03Title .text1 {
    margin-top: 0;
    margin-right: 3%;
    width: 50%;
  }
  .sec03 .sec03Title .text2 {
    margin-top: 0;
    width: 40%;
  }
  .sec03 {
    margin-bottom: 0;
  }
  .sec03 .contentsBox03 h3 {
    top: 2%;
    left: 30%;
  }
  .sec03 .contentsBox03 article .lineBtnBox {
    bottom: 27%;
  }
  .sec03 .contentsBox03 article .contactBtnBox {
    bottom: 27%;
  }
}
@media screen and (max-width:768px) {
  .sec01 img {
    width: 100%;
  }

  .sec02 .sec02Title {
    text-align: center;
  }
  .sec02 .sec02Title h2 {
    width: 100%;
    font-size: 300%;
    height: auto;
    padding: 2% 0;
  }
  .sec02 .sec02Title h3 {
    font-size: 250%;
    width: auto;
    display: inline-block;
    text-align: center;
  }
  .sec02 .sec02Title p {
    font-size: 150%;
    width: 83%;
  }
  .sec02 .contentsBox02 {
    display: block;
    width: 83%;
  }
  .sec02 .contentsBox02 .box02Title {
    text-align: center;
    margin-bottom: 10%;
  }
  .sec02 .contentsBox02 .box02List {
    width: 100%;
  }
  .sec02 .contentsBox02 .box02List .box02ListItem h4 {
    width: 20%;
    font-size: 150%;
  }
  .sec02 .contentsBox02 .box02List .box02ListItem p {
    width: 70%;
    font-size: 150%;
  }

  .sec03 {
    overflow: hidden;
    margin-bottom: 59px;
  }
  .sec03 .sec03Title {
    display: block;
    margin: 0 0 45px;
  }
  .sec03 .sec03Title h2 {
    width: 100%;
    font-size: 300%;
    height: auto;
    padding: 2% 0;
    margin-bottom: 3%;
  }
  .sec03 .sec03Title .text1 {
    width: 100%;
    margin: 0;
    text-align: center;
    margin-bottom: 1%;
  }
  .sec03 .sec03Title .text1 h3 {
    font-size: 200%;
    margin: 0 auto;
  }
  .sec03 .sec03Title .text1 p {
    font-size: 300%;
  }
  .sec03 .sec03Title .text2 {
    width: 100%;
    margin: 0;
    text-align: center;
  }
  .sec03 .sec03Title .text2 h3 {
    font-size: 200%;
  }
  .sec03 .sec03Title .text2 h3 span {
    font-size: 150%;
  }
  .sec03 .sec03Title .text2 p {
    font-size: 200%;
  }
  .sec03 .contentsBox03 h3 {
    position: static;
    width: 83%;
    height: auto;
    margin: 0 auto;
    font-size: 250%;
    padding: 2%;
    line-height: 1.5;
    margin-bottom: 5%;
  }
  .sec03 .contentsBox03 .flex {
    display: block;
  }
  .sec03 .contentsBox03 article {
    width: 100%;
    height: 100%;
  }
  .sec03 .contentsBox03 article .box03Text {
    width: 83%;
    overflow: hidden;
  }
  .sec03 .contentsBox03 article .box03Text h4 {
    font-size: 200%;
  }
  .sec03 .contentsBox03 article .box03Text h4 span {
    font-size: 200%;
  }
  .sec03 .contentsBox03 article .box03Text a {
    width: auto;
    font-size: 220%;
    padding: 4% 15%;
    height: auto;
    border-radius: 50px;
  }
  .sec03 .contentsBox03 article .box03Text p {
    font-size: 150%;
    margin-bottom:5%;
  }
  .sec03 .contentsBox03 article .lineBtnBox {
    height: 80%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .sec03 .contentsBox03 article .contactBtnBox {
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}

@media screen and (max-width:640px) {
  .sec03 .sec03Title .text1 {
    width: 90%;
    margin: 0 auto;
  }
}

@media screen and (max-width:500px) {
  .sec02 .contentsBox02 h3 {
    font-size: 250%;
  }

  .sec03 .sec03Title .text1 h3 {
    font-size: 180%;
  }
  .sec03 .contentsBox03 h3 {
    width: 90%;
    font-size: 200%;
  }
  .sec03 .contentsBox03 article .box03Text {
    width: 90%;
  }
  .sec03 .contentsBox03 article .box03Text h4 {
    font-size: 150%;
    margin-top: 2%;
    margin-bottom: 0;
  }
  .sec03 .contentsBox03 article .box03Text h4 span {
    font-size: 150%;
  }
  .sec03 .contentsBox03 article .box03Text a {
    padding: 2% 10%;
    font-size: 180%;
    margin-bottom: 3%;
  }
  .sec03 .contentsBox03 article .box03Text p {
    font-size: 120%;
  }
}

@media screen and (max-width:390px) {
  .sec02 .contentsBox02 {
    width: 90%;
  }
  .sec02 .contentsBox02 h3 {
    font-size: 200%;
  }
  .sec02 .contentsBox02 .box02List .box02ListItem h4 {
    width: 30%;
  }
  .sec02 .contentsBox02 .box02List .box02ListItem p {
    width: 65%;
  }

  .sec03 .sec03Title .text1 h3 {
    font-size: 140%;
  }
  .sec03 .sec03Title .text1 p {
    font-size: 230%;
  }
  .sec03 .sec03Title .text2 {
    margin-top: 10%;
  }
  .sec03 .sec03Title .text2 h3 {
    font-size: 150%;
  }
  .sec03 .sec03Title .text2 p {
    font-size: 130%;
  }
  .sec03 .contentsBox03 h3 {
    font-size: 150%;
  }
  .sec03 .contentsBox03 article .box03Text h4 {
    font-size: 120%;
  } 
  .sec03 .contentsBox03 article .box03Text a {
    font-size: 130%;
    padding: 2% 10%;
    margin-bottom: 2%;
    line-height: normal;
  }
  .sec03 .contentsBox03 article .box03Text p {
    font-size: 105%;
  }
}