@charset "UTF-8";
.page-head-section .head-visual {
  background-image: url(../img/page_bg.jpg);
}

.page-section01 {
  margin-top: 40px;
  padding: 80px 0;
  background: url(../img/section_bg01.jpg) no-repeat right bottom;
  background-size: cover;
}
.page-section01 .section-contents {
  padding: 2em;
  margin-left: 60%;
  background: rgba(255, 255, 255, .75);
  box-sizing: border-box;
}
.page-section01 .box-title {
  font-size: 214%;
  line-height: 1.3;
  margin-bottom: 10px;
}
.page-section01 .box-text {
  font-size: 115%;
}

.page-section02 {
  background: url(../../common/img/page_bg01.png) no-repeat center top;
  background-size: contain;
  padding: 100px 0;
}
.page-section02 .itemlist {
  max-width: 759px;
  margin: auto;
}
.page-section02 li {
  margin-bottom: 50px;
}
.page-section02 li:last-child {
  margin-bottom: 0;
}
.page-section02 .item-text {
  position: relative;
  background: #c3e8ff url(../../common/img/page_bg02.png) no-repeat center;
  background-size: 100%;
  padding: 25px 32px;
}
.page-section02 .icon {
  background: #09f;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  width: 110px;
  line-height: 110px;
  position: absolute;
  left: 30px;
  top: 25px;
  font-size: 200%;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", sans-serif;
}
.page-section02 .text {
  padding-left: 130px;
}
.page-section02 .text p {
  font-size: 115%;
}
.page-section02 .text .title {
  font-size: 200%;
  line-height: 1.3;
  margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .page-section01 {
    margin-top: 25px;
    padding: 30px 0;
  }
  .page-section01 .section-contents {
    padding: 1.5em;
    margin-left: 0;
  }
  .page-section01 .box-title {
    font-size: 150%;
  }
  .page-section01 .box-text {
    font-size: 100%;
  }
  .page-section02 {
    padding: 30px 0;
  }
  .page-section02 li {
    margin-bottom: 20px;
  }
  .page-section02 .item-text {
    padding: 14px;
  }
  .page-section02 .icon {
    width: 76px;
    line-height: 76px;
    left: 14px;
    top: 14px;
    font-size: 129%;
  }
  .page-section02 .text {
    padding-left: 90px;
  }
  .page-section02 .text p {
    font-size: 100%;
  }
  .page-section02 .text .title {
    font-size: 129%;
    margin-bottom: 5px;
  }
}

/*------------------------------------------
  Clearfix
------------------------------------------*/
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}