@charset "UTF-8";
/*基本の緑*/
/*薄い緑*/
/*薄いグレー*/
/*スマホメニューの色*/
/*スマホメニューの色*/
#mainimgbox {
  background: url(../images/top/mainimg.jpg) top center no-repeat;
  background-size: cover;
}
#mainimgbox #mainimginner {
  width: 1330px;
  margin: 0 auto;
  padding: 300px 0 270px 0;
}
#mainimgbox #mainimginner #mainimgtxt {
  text-align: left;
}
#mainimgbox #mainimginner #mainimgtxt p {
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-clip-path: polygon(0% 100%, 9% 3%, 100% 3%, 91% 100%);
          clip-path: polygon(0% 100%, 9% 3%, 100% 3%, 91% 100%);
  padding: 20px 80px;
  font-size: 40px;
  margin-bottom: 60px;
}
#mainimgbox #mainimginner #mainimgtxt p span {
  color: #00A29A;
}

#section01 {
  padding: 80px 0 120px 0;
}
#section01 h2 {
  font-size: 35px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#section01 h2:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background-color: #00A29A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section01 p {
  font-size: 20px;
  text-align: center;
}
#section01 .itembox {
  margin-top: 70px;
  margin-bottom: 50px;
}
#section01 .itembox .iteminner {
  width: 31.25%;
}
#section01 .itembox .iteminner .imgbox {
  height: 253px;
}
#section01 .itembox .iteminner dl {
  margin-top: 20px;
  text-align: left;
}
#section01 .itembox .iteminner dl dt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
}
#section01 .itembox .iteminner.item01 .imgbox {
  background: url(../images/top/linkimg01.jpg) center center no-repeat;
  background-size: cover;
}
#section01 .itembox .iteminner.item02 .imgbox {
  background: url(../images/top/linkimg02.jpg) center center no-repeat;
  background-size: cover;
}
#section01 .itembox .iteminner.item03 .imgbox {
  background: url(../images/top/linkimg03.jpg) center center no-repeat;
  background-size: cover;
}
#section01 .btnbox a {
  background-color: #00A29A;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  width: 300px;
}

#section02 .txtbox {
  width: 50%;
  background-color: #00A29A;
}
#section02 .txtbox .txtboxinner {
  padding: 100px 50px 70px 0;
  padding-left: calc((100vw - 1100px) / 2);
  color: #fff;
}
#section02 .txtbox .txtboxinner h2 {
  font-size: 35px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  text-align: left;
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#section02 .txtbox .txtboxinner h2:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
}
#section02 .txtbox .txtboxinner dl {
  margin-bottom: 150px;
  text-align: left;
}
#section02 .txtbox .txtboxinner dl dt {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 97px;
}
#section02 .txtbox .txtboxinner dl dd {
  font-size: 20px;
}
#section02 .imgbox {
  width: 50%;
  background: url(../images/top/img01.jpg) left center no-repeat;
  background-size: cover;
}
#section02 .btnbox a {
  border: 1px #fff solid;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  width: 300px;
}

#section03 {
  background-color: #E8F7F6;
  padding: 130px 0 180px 0;
}
#section03 h2 {
  font-size: 35px;
  padding-bottom: 20px;
  margin-bottom: 100px;
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#section03 h2:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background-color: #00A29A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section03 .itembox {
  margin-bottom: 120px;
}
#section03 .itembox .itemboxinner {
  width: 31.25%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
}
#section03 .itembox .itemboxinner .imgbox {
  height: 186px;
}
#section03 .itembox .itemboxinner .txtbox {
  padding: 20px;
}
#section03 .itembox .itemboxinner p.days {
  font-size: 16px;
  margin-bottom: 10px;
}
#section03 .itembox .itemboxinner p.ttl {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;
}
#section03 .btnbox a {
  background-color: #00A29A;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  width: 300px;
}

#section04 {
  padding: 170px 0 120px 0;
}
#section04 h2 {
  font-size: 35px;
  padding-bottom: 20px;
  margin-bottom: 130px;
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
}
#section04 h2:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background-color: #00A29A;
  position: absolute;
  bottom: 0;
  left: 0;
}
#section04 .ttlbox {
  width: 30%;
}
#section04 .ttlbox p {
  margin-bottom: 190px;
}
#section04 .listbox {
  width: 65%;
}
#section04 .itembox {
  margin-bottom: 120px;
}
#section04 .itembox .itemboxinner {
  width: 45.4545454545%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
          box-shadow: 0px 0px 10px -2px rgba(0, 0, 0, 0.6);
  margin-bottom: 40px;
}
#section04 .itembox .itemboxinner .imgbox {
  height: 186px;
}
#section04 .itembox .itemboxinner .txtbox {
  padding: 20px;
}
#section04 .itembox .itemboxinner p.days {
  font-size: 16px;
  margin-bottom: 10px;
}
#section04 .itembox .itemboxinner p.ttl {
  font-size: 18px;
  margin-bottom: 0px;
  font-weight: bold;
}
#section04 .btnbox {
  text-align: left;
}
#section04 .btnbox a {
  background-color: #00A29A;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  width: 300px;
  text-align: center;
}

#section05 {
  background-color: #E8F7F6;
  padding: 130px 0 180px 0;
}
#section05 h2 {
  font-size: 35px;
  padding-bottom: 20px;
  margin-bottom: 100px;
  position: relative;
  font-family: "ヒラギノ丸ゴ ProN", "Hiragino Maru Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
#section05 h2:after {
  content: "";
  width: 40px;
  height: 3px;
  display: block;
  background-color: #00A29A;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section05 .newsbox {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 75px;
}
#section05 .newsbox dl {
  text-align: left;
}
#section05 .newsbox dl dt {
  width: 8em;
  float: left;
}
#section05 .newsbox dl dd {
  padding-left: 9em;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px #707070 dotted;
}
#section05 .btnbox a {
  background-color: #00A29A;
  padding: 15px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  width: 300px;
}

/* -------------------------------sp--------------------------------------------- */
@media screen and (max-width: 1100px) {
  #section02 .txtbox .txtboxinner {
    padding-left: 20px;
  }
}
@media screen and (max-width: 840px) {
  #mainimgbox {
    background: url(../images/top/mainimg_sp.jpg) top center no-repeat;
    background-size: cover;
  }
  #mainimgbox #mainimginner {
    width: auto;
    padding: 0px;
    height: 540px;
  }
  #mainimgbox #mainimginner #mainimgtxt {
    position: relative;
    height: 100%;
  }
  #mainimgbox #mainimginner #mainimgtxt p {
    font-size: 24px;
    margin-bottom: 20px;
    padding: 10px 40px;
  }
  #mainimgbox #mainimginner #mainimgtxt .sp_block {
    position: absolute;
    left: 10px;
    bottom: 10px;
  }

  #section01 h2 {
    font-size: 24px;
  }
  #section01 p {
    font-size: 16px;
  }
  #section01 .itembox .iteminner {
    width: 100%;
    margin-bottom: 40px;
  }
  #section01 .itembox .iteminner:last-child {
    margin-bottom: 0;
  }
  #section01 .itembox .iteminner dl dt {
    font-size: 20px;
  }

  #section02 .txtbox {
    width: 100%;
  }
  #section02 .txtbox .txtboxinner {
    padding: 100px 20px 70px 20px;
  }
  #section02 .txtbox .txtboxinner h2 {
    text-align: center;
    font-size: 24px;
  }
  #section02 .txtbox .txtboxinner h2:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #section02 .txtbox .txtboxinner dl {
    margin-bottom: 50px;
  }
  #section02 .txtbox .txtboxinner dl dt {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  #section02 .txtbox .txtboxinner dl dd {
    font-size: 18px;
  }
  #section02 .imgbox {
    width: 100%;
    background: url(../images/top/img01_sp.jpg) left center no-repeat;
    background-size: cover;
    height: 411px;
  }

  #section03 {
    padding: 80px 0;
  }
  #section03 h2 {
    text-align: center;
    font-size: 24px;
  }
  #section03 .itembox .itemboxinner {
    width: 100%;
    margin-bottom: 40px;
  }
  #section03 .itembox .itemboxinner:last-child {
    margin-bottom: 0;
  }

  #section04 {
    padding: 80px 0;
  }
  #section04 h2 {
    text-align: center;
    font-size: 24px;
  }
  #section04 .ttlbox {
    width: 100%;
  }
  #section04 .ttlbox p {
    margin-bottom: 40px;
  }
  #section04 .ttlbox .btnbox {
    display: none;
  }
  #section04 .listbox {
    width: 100%;
  }
  #section04 .itembox {
    margin-bottom: 40px;
  }
  #section04 .itembox .itemboxinner {
    width: 100%;
    margin-bottom: 40px;
  }
  #section04 .itembox .itemboxinner:last-child {
    margin-bottom: 0;
  }
  #section04 .sp_block .btnbox {
    text-align: center;
  }

  #section05 {
    padding: 80px 0;
  }
  #section05 h2 {
    text-align: center;
    font-size: 24px;
  }
  #section05 .newsbox dl dt {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  #section05 .newsbox dl dd {
    width: 100%;
    padding-left: 0;
  }
}