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

.fixBtn {
  position: fixed;
  right: 3%;
  bottom: 3%;
}
.fixBtn img {
  width: 86px;
}

header {
  width: 100%;
  background-color: #F0F8F8;
  margin-bottom: 50px;
}
.topImg {
  max-width: 800px;
  margin: 0 auto;
}
.topImg h1 {
  text-align: right;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 3rem;
  margin-bottom: 30px;
  padding-top: 30px;
  padding-left: 3%;
  padding-right: 3%;
}
.topImg h1 span {
  font-size: 5rem;
  color: #00A29A;
}
.topImg figure img {
  width: 90%;
}
.mainCont01,
.mainCont02,
.mainCont03,
.mainCont04 {
  max-width: 800px;
  margin: 0 auto;
  background: url("../img/line_down.png") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 25px;
  margin-bottom: 60px;
}
.mainCont01 .mainTit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00A29A;
  font-size: 2rem;
}
.mainCont01 .mainTit span {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  display: block;
  line-height: 0.8;
  color: #000000;
}
.mainTitSub {
margin-top: 5px;
}
.mainCont01 .mainList {
  background-color: #F0F8F8;
  margin-top: 20px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-right: 3%;
  padding-bottom: 20px;
  padding-left: 3%;
}
.mainCont01 .mainList li {
  background: url("../img/icon_check.png") no-repeat left center;
  background-size: 24px;
  padding-left: 35px;
  margin-bottom: 15px;
  font-size: 1.6rem;
}
.mainCont01 .mainSum {
  display: flex;
}
.mainCont01 .mainSum img {
  width: 70px;
  margin-bottom: 20px
}
.mainCont01 .mainSum p {
  font-size: 1.2rem;
  padding: 10px;
}
.mainCont02 .mainTit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00A29A;
  font-size: 3rem;
}
.mainCont02 .mainTit span {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  display: block;
  line-height: 0.8;
  color: #000000;
}
.mainCont02 h3,
.mainCont03 h3{
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00A29A;
  font-size: 1.2rem;
  margin-top: 30px;
}
.mainCont02Img01,
.mainCont02Img02{
  margin-top: 10px;
  margin-bottom: 0px;
}
.mainCont02Img01 img {
  width: 50%;
}
.mainCont02Img02 {
  text-align: center;
}
.mainCont02Img02 img {
  width: 70%;
}
.mainCont03 .mainTit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00A29A;
  font-size: 2rem;
}
.mainCont03 .mainTit span {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  display: block;
  line-height: 0.8;
  color: #000000;
}
.mainCont03Sum {
  background: url("../img/img_003.png") no-repeat right bottom;
  background-size: 50%;
  padding-bottom: 300px;
  margin-bottom: 10px;
}
.mainCont03Sum p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00A29A;
  font-size: 2rem;
  margin-top: 50px;
}
.mainCont04 .mainTit {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00A29A;
  font-size: 2rem;
  margin-bottom: 100px;
}
.mainCont04 .mainTit span {
  font-family: din-2014, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 5rem;
  display: block;
  line-height: 0.8;
  color: #000000;
  padding-top: 40px;
}
.mainCont04 {
  background: url("../img/img_004.png") no-repeat right top;
  background-size: 40%;
}
.mainCont04Btn {
  text-align: center;
}
.mainCont04Btn img {
  width: 60%;
}

/* smartdevice-------------------------------------------------------------- */
@media screen and (max-width:768px) {

.topImg {
  max-width: 100%;
}
.topImg h1 {
  font-size: 2rem;
  padding-left: 3%;
  padding-right: 3%;
}
.topImg h1 span {
  font-size: 3.4rem;
}
.topImg figure img {
    width: 100%;
}
.mainCont01 .mainTit {
  font-size: 1.6rem;
}
.mainCont01,
.mainCont02,
.mainCont03,
.mainCont04 {
  margin-left: 3%;
  margin-right: 3%;
}
.mainCont01 .mainList li {
  background-size: 17px;
  padding-left: 25px;
  margin-bottom: 5px;
  font-size: 1.2rem;
}
.mainCont01 .mainSum img {
  margin-bottom: 0px
}
.mainCont01 .mainSum p {
  font-size: 0.9rem;
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 5px;
  padding-right: 10px;
}
.mainCont02 .mainTit {
  font-size: 2rem;
}
.mainCont02 h3 {
  font-size: 1.2rem;
}
.mainCont02Img02 img {
  width: 100%;
}
.mainCont03 .mainTit {
  font-size: 2rem;
}
.mainCont03Sum {
  background-size: 50%;
  padding-bottom: 130px;
}
.mainCont03Sum p {
  font-size: 1.6rem;
  margin-top: 50px;
}
.mainCont04 .mainTit {
  font-size: 1.4rem;
  margin-bottom: 50px;
}
.mainCont04Btn {
  padding-bottom: 60px;
}
.mainCont04Btn img {
  width: 100%;
}

}

@media screen and (max-width:412px) {
.topImg h1 {
  font-size: 1.8rem;
}
.topImg h1 span {
  font-size: 3rem;
}

}

@media screen and (max-width:320px) {
.topImg h1 {
  font-size: 1.5rem;
}
.topImg h1 span {
  font-size: 2.8rem;
}

}

