@charset "utf-8";
/* CSS Document */

@import url("reset.css");

/*--Link------------------------------------------------------------*/
a, a:link { color: #20a7cf; text-decoration: none; }
a:visited { color: #20a7cf; }
a:hover, a:active { text-decoration: none; }
a:focus { outline: none; }

/*-- #contents----------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contents-inner {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
}


/*--header----------------------------------------------------------*/
header {
  width: 100%;
}

#main-img {
  background: url("../images/head_bg.png") no-repeat center;
  background-size: cover;
  position: relative;
}

#main-img h1 {
  text-align: center;
}

#main-img h1 img {
  max-width: 95%;
}

.btn-scroll {
  position: absolute;
  text-align: center;
  bottom: 10vh;
  left: calc( 50% - 5.5rem );
}

.btn-scroll a { 
  color: #fff;
  font-size: 1.1rem;
  position: relative;
  padding-bottom: 20px;
}

.btn-scroll a:hover {
  opacity: 0.5;
}

.btn-scroll a:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  content: " ";
  position: absolute;
  bottom: 0;
  left: calc( 50% - 10px );
}


/*--Retina--*/
@media screen and (max-width: 640px) {
  .btn-scroll {
    bottom: 5vh;
    left: calc( 50% - 5rem );
  }
  .btn-scroll a { 
    font-size: 0.9rem;
    padding-bottom: 15px;
  }
}


/*--footer----------------------------------------------------------*/
footer {
  width: 100%;
  padding: 40px 0 20px;
  text-align: center;
}

footer h2.copyright {
  font-size: 1rem;
  font-weight: 700;
}


/*--Retina--*/
@media screen and (max-width: 640px) {
  footer { padding: 20px 0 10px; }
  footer h2.copyright { font-size: 0.8rem; }
}


/*--section----------------------------------------------------------*/
main .contents-inner {
  padding: 80px 0;
}

main img {
  max-width: 100%;
}

/* .lead-txt */
.lead-txt {
  font-size: 1.25rem;
  text-align: center;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.4;
}


/*--Retina--*/
@media screen and (max-width: 640px) {
  main .contents-inner {
    padding: 40px 0;
    width: 95%;
  }
  .lead-txt {
    font-size: 1rem;
    margin-top: 20px;
  }
}

/*--#sec01----------------------------------------------------*/
#sec01 {
  text-align: center;
}

#sec01 .sec-ttl {
  padding: 0 70px;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  position: relative;
  display: inline-block;
  color: #f06400;
  font-weight: 700;
}
#sec01 .sec-ttl:before,
#sec01 .sec-ttl:after {
  background: url("../images/sec01_ttl.png") no-repeat left top;
  content: "";
  width: 67px;
  height: 53px;
  display: block;
  position: absolute;
}
#sec01 .sec-ttl:before {
  left: 0;
  bottom: 0;
}
#sec01 .sec-ttl:after {
  right: 0;
  bottom: 0;
  transform: scale(-1, 1);
}

/* .box-list */
.box-list {
  margin-top: 30px;
}

.box-list li {
  padding: 40px 0;
  text-align: left;
  display: flex;
  background: url("../images/sec01_line.png") repeat-x bottom;
}

.box-list li .box-inner {
  width: 50%;
  margin-left: 2%;
}

.box-list li h3 {
  font-size: 2.5rem;
  font-weight: 700;
}

.box-list li p {
  margin-top: 10px;
  font-size: 1.12rem;
  line-height: 1.4;
}

/* .b-txt */
.b-txt {
  margin-top: 60px;
  color: #f06400;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}
.b-txt span {
  font-size: 2.3rem;
}


/*--Retina--*/
@media screen and (max-width: 640px) {
  #sec01 .sec-ttl {
    padding: 0 35px;
    font-size: 2rem;
    line-height: 1.2;
  }
  #sec01 .sec-ttl:before,
  #sec01 .sec-ttl:after {
    width: 30px;
    height: 24px;
    background-size: contain;
  }
  .box-list {
    margin-top: 10px;
  }
  .box-list li {
    padding: 20px 0;
    display: block;
  }
  .box-list li .box-inner {
    width: 100%;
    margin-left: 0;
  }
  .box-list li h3 {
    margin-top: 10px;
    font-size: 1.8rem;
  }
  .box-list li p {
    margin-top: 5px;
    font-size: 1rem;
  }
  .b-txt {
    margin-top: 30px;
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .b-txt span {
    font-size: 1.5rem;
  }
}

/*--#sec02----------------------------------------------------*/
#sec02 {
  background: url(../images/sec02_bg.png) no-repeat center;
  background-size: cover;
  color: #fff;
}

#sec02 .sec-ttl {
  padding: 70px 0 0;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  position: relative;
  font-weight: 700;
}

#sec02 .sec-ttl:before {
  background: url("../images/sec02_ttl.png") no-repeat left top;
  content: "";
  width: 56px;
  height: 54px;
  display: block;
  position: absolute;
  top: 0;
  left:  calc(50% - 28px);
}

/* .box-list02 */
.box-list02 {
  margin: 20px auto 0;
  width: 90%;
}

.box-list02 li {
  padding: 20px 0;
  text-align: left;
  border-bottom: 1px solid #fff;
}
.box-list02 li:last-of-type {
  border-bottom: none;
}

.box-list02 li h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #f0f000;
  position: relative;
  padding-left: 60px;
  line-height: 1;
}
.box-list02 li h3:before {
  background: url("../images/sec02_icon.png") no-repeat left top;
  content: "";
  width: 40px;
  height: 31px;
  display: block;
  position: absolute;
  left: 0;
  top: calc( 50% - 17px );
}

.box-list02 li p {
  margin-top: 20px;
  font-size: 1rem;
  line-height: 1.4;
}


/*--Retina--*/
@media screen and (max-width: 640px) {
  #sec02 .sec-ttl {
    padding: 30px 0 0;
    font-size: 2rem;
    line-height: 1.2;
  }
  #sec02 .sec-ttl:before {
    background-size: cover;
    width: 28px;
    height: 27px;
    left:  calc( 50% - 14px );
  }

  .box-list02 {
    margin-top: 10px;
  }
  .box-list02 li {
    padding: 10px 0;
  }
  .box-list02 li h3 {
    font-size: 1.3rem;
    padding-left: 30px;
    line-height: 1.4;
  }
  .box-list02 li h3:before {
    background-size: cover;
    width: 20px;
    height: 15px;
    top: calc( 50% - 9px );
  }
  .box-list02 li p {
    margin-top: 10px;
    font-size: 0.9rem;
  }
}


/*--#sec03----------------------------------------------------*/
#sec03 .sec-ttl {
  padding: 80px 0 0;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
#sec03 .sec-ttl:before {
  background: url("../images/sec03_ttl.png") no-repeat left top;
  content: "";
  width: 80px;
  height: 65px;
  display: block;
  position: absolute;
  top: 0;
  left:  calc(50% - 40px);
}

/* .qa-list */
.qa-list {
  width: 90%;
  margin: 0 auto;
}
.qa-list dt {
  margin-top: 50px;
  padding-left: 60px;
  font-size: 1.3rem;
  position: relative;
  line-height: 1.4;
}
.qa-list dt:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: -8px;
  content: ' ';
  background: url(../images/sec03_icon_q.png) no-repeat center;
}

.qa-list dd {
  font-size: 1.3rem;
  padding-left: 60px;
  margin-top: 25px;
  color: #ed6d00;
  position: relative;
  line-height: 1.4;
  font-weight: 700;
}
.qa-list dd:before {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  left: 0;
  top: -8px;
  content: ' ';
  background: url(../images/sec03_icon_a.png) no-repeat center;
}


/*--Retina--*/
@media screen and (max-width: 640px) {
  #sec03 .sec-ttl {
    padding: 40px 0 0;
    font-size: 2rem;
  }
  #sec03 .sec-ttl:before {
    background-size: contain;
    width: 40px;
    height: 33px;
    left:  calc(50% - 20px);
  }

  .qa-list dt {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 1.15rem;
  }
  .qa-list dd {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1.15rem;
  }

  .qa-list dt:before,
  .qa-list dd:before {
    background-size: contain;
    width: 20px;
    height: 20px;
    top: 0;
  }
}


/*--#sec04----------------------------------------------------*/
#sec04 {
  background: url(../images/sec04_bg.png) repeat #f07800;
  color: #fff;
}

#sec04 .sec-ttl {
  padding: 70px 0 0;
  font-size: 3.5rem;
  text-align: center;
  line-height: 1;
  position: relative;
  font-weight: 700;
}
#sec04 .sec-ttl:before {
  background: url("../images/sec04_ttl.png") no-repeat left top;
  content: "";
  width: 63px;
  height: 47px;
  display: block;
  position: absolute;
  top: 0;
  left:  calc(50% - 32px);
}

/* .list-btn */
.list-btn {
  text-align: center;
}

.list-btn li {
  margin-top: 40px;
}

.list-btn a {
  padding: 20px;
  width: 50%;
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 1.3rem;
  border-radius: 40px;
}
.list-btn a:hover {
  opacity: 0.8;
}

.mail-btn {
  background-image: -moz-linear-gradient( 90deg, rgb(0,105,168) 0%, rgb(0,150,240) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(0,105,168) 0%, rgb(0,150,240) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(0,105,168) 0%, rgb(0,150,240) 100%);
}

.line-btn {
  margin-top: 20px;
  background-image: -moz-linear-gradient( 90deg, rgb(4,140,60) 0%, rgb(6,199,85) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(4,140,60) 0%, rgb(6,199,85) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(4,140,60) 0%, rgb(6,199,85) 100%);
}

/*--Retina--*/
@media screen and (max-width: 640px) {
  #sec04 .sec-ttl {
    padding: 40px 0 0;
    font-size: 2rem;
  }
  #sec04 .sec-ttl:before {
    background-size: contain;
    width: 32px;
    height: 24px;
    left:  calc(50% - 16px);
  }

  .list-btn li {
    margin-top: 30px;
  }
  .list-btn li img {
    zoom: 0.7;
  }
  .list-btn a {
    padding: 15px;
    width: 80%;
    font-size: 1.15rem;
    border-radius: 30px;
  }
  .line-btn {
    margin-top: 10px;
  }
}


/*=====================================================================*/
@media (min-width: 751px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  }
}

.pc { display: block; }	
.sp { display: none; }


/*--Retina------------------------------------------------------------*/
@media screen and (max-width: 640px) {
  .pc { display: none; }	
  .sp { display: block; }
}
