/* sec01
--------------------------------------------------------- */
.sec01 {
  padding-top: 20px;
  padding-bottom: 57px;
}
.sec01 h2 {
  text-align: left;
  color: #fdc0aa;
  font-size: 48px;
  line-height: 1.27;
}
/* sec02
--------------------------------------------------------- */
.sec02 {
  /* margin-bottom: 99px; */
  padding: 50px 0 50px;
  background: #f2f2f2;
}
.sec02 .leftContents {
  width: 742px;
}
.sec02 .leftContents article {
  position: relative;
  padding: 30px;
  background: #fff;
}
.sec02 .leftContents article .date {
  display: flex;
  margin-bottom: 10px;
}
.sec02 .leftContents article .date span{
  width: 105px;
  height: 31px;
  font-size: 16px;
  line-height: 31px;
  background: #fdc0aa;
  color: #fff;
  display: inline-block;
  text-align: center;
  margin-right: 31px;
}
.sec02 .leftContents article .date p {
  font-size: 16px;
  line-height: 31px;
  color: #c5c5c5;
}
.sec02 .leftContents article h2{
  font-size: 32px;
  line-height: 1.22;
  text-align: left;
  margin-bottom: 20px;
}
.sec02 .leftContents article .a_img {
  width: 682px;
  height: 402px;
  margin-bottom: 60px;
}
.sec02 .leftContents article .sentense {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 55px;
}
.sec02 .leftContents article .logo {
  width: 118px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.sec02 .leftContents article .snsBox {
  width: 421px;
  height: 53px;
  border-radius: 25px;
  background: #f2f2f2;
  display: flex;
  align-items: center;
  margin-left: auto;
}
.sec02 .leftContents article .snsBox p {
  font-size: 16px;
  margin-left: 24px;
  margin-right: 25px;
}
.sec02 .leftContents article .snsBox .snsIcon {
  width: 30px;
  margin-right: 15px;
}
.sec02 .leftContents article .snsBox .snsIcon:last-child {
  margin-right: 0;
}
.sec02 .rightContents {
  width: 341px;
}
.sec02 .rightContents .r_img {
  margin-bottom: 29px;
}
.sec02 .rightContents h2 {
  width: 341px;
  height: 61px;
  line-height: 61px;
  font-size: 27px;
  background: #f51a89;
  color: #fff;
  margin-bottom: 29px;
}
.sec02 .rightContents article {
  width: 341px;
  position: relative;
  margin-bottom: 30px;
}
.sec02 .rightContents article:last-child {
  margin-bottom: 132px;
}
.sec02 .rightContents article .r_contents_img img {
  width: 341px;
  height: 192px;
}
.sec02 .rightContents article .r_contents_text {
  background: #fff;
  padding: 36px 15px 15px;
}
.sec02 .rightContents article .r_contents_text .date {
  color: #c5c5c5;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}
.sec02 .rightContents article .r_contents_text h3 {
  font-size: 19px;
  margin-bottom: 15px;
}
.sec02 .rightContents article .r_contents_text p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 17px;
}
.sec02 .rightContents article .r_contents_text .logo {
  width: 51px;
  display: block;
}
.sec02 .rightContents article .r_contents_text .viewmore {
  width: 84px;
  margin-left: auto;
  margin-right: 15px;
  display: block;
}
.sec02 .rightContents article .a_title {
  width: 81px;
  height: 31px;
  line-height: 31px;
  background: #fdc0aa;
  color: #fff;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 176px;
  left: 15px;
}
/* sec03
--------------------------------------------------------- */
.sec03 {
  margin-top: 50px;
  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) {
  .sec02 .leftContents {
    width: 63%;
  }

  .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) {
  .sec02 {
    padding: 5% 0;
    margin-bottom: 0;
  }
  .sec02 .secInner {
    width: 100%;
  }
  .sec02 .contentsBox02 {
    display: block;
  }
  .sec02 .leftContents {
    width: 83%;

    margin: 0 auto 5%;
  }
  .sec02 .rightContents {
    width: 100%;
  }
  .sec02 .rightContents .r_img {
    width: 83%;
    margin: 0 auto 5%;
  }
  .sec02 .rightContents h2 {
    width: 100%;
    font-size: 300%;
    height: auto;
    padding: 2% 0;
  }
  .sec02 .rightContents article {
    width: 83%;
    margin: 0 auto 5%;
  }
  .sec02 .rightContents article:last-child {
    margin-bottom: 0;
  }
  .sec02 .rightContents article .r_contents_img {
    display: none;
  }
  .sec02 .rightContents article .a_title {
    left: auto;
    right: 0;
    top: 0;
    font-size: 150%;
    padding: 2% 3%;
    width: auto;
    height: auto;
  }
  .sec02 .rightContents article .r_contents_text {
    padding: 2%;
  }
  .sec02 .rightContents article .r_contents_text .date {
    font-size: 150%;
  }
  .sec02 .rightContents article .r_contents_text h3{
    font-size: 200%;
  }
  .sec02 .rightContents article .r_contents_text p {
    display: none;
  }
  .sec02 .rightContents article .r_contents_text .logo {
    width: 20%;
  }
  .sec02 .rightContents article .r_contents_text .viewmore {
    width: 20%;
    margin-right: 0;
  }
  .sec02 .rightContents article .r_contents_text .viewmore img {
    width: 100%;
  }

  .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 .leftContents {
    width: 90%;
  }
  .sec02 .leftContents article .logo {
    width: 20%;
  }
  .sec02 .leftContents article .snsBox {
    width: auto;
  }
  .sec02 .rightContents article .r_contents_text h3 {
    font-size: 190%;
  }

  .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 .leftContents article {
    padding: 5%;
  }
  .sec02 .leftContents article .date span {
    width: 20%;
    margin-right: 5%;
  }
  .sec02 .leftContents article .logo {
    width: 15%;
    top: 20px;
    right: 20px;
  }
  .sec02 .leftContents article .snsBox {
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto;
    padding: 5% 10%;
    border-radius: 2em;
  }
  .sec02 .leftContents article .snsBox p {
    width: 100%;
    margin: 0 auto 5%;
    text-align: center;
  }
  .sec02 .rightContents article .a_title {
    font-size: 120%;
    padding: 1% 3%;
  }
  .sec02 .rightContents article .r_contents_text .date {
    font-size: 120%;
  }
  .sec02 .rightContents article .r_contents_text h3 {
    font-size: 150%;
  }
  .sec02 .rightContents article .r_contents_text .viewmore {
    width: 30%;
  }

  .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%;
  }
}
