@charset "UTF-8";
.slideArea01 {
  width: 990px;
  margin: 0 auto;
  background: url("../images/bg_index01.png") no-repeat 0 100%, url("../images/bg_index02.png") no-repeat 100% 100%;
}

@media screen and (max-width: 1000px) {
  .slideArea01 {
    width: 99%;
    background: url("../images/bg_index01.png") no-repeat 0 100%, url("../images/bg_index02.png") no-repeat 100% 100%;
    background-size: 7%;
  }
}

@media screen and (max-width: 960px) {
  .slideArea01 {
    width: 740px;
    background: url("../images/bg_index01.png") no-repeat 0 100%, url("../images/bg_index02.png") no-repeat 100% 100%;
    background-size: 7%;
  }
}

@media screen and (max-width: 767px) {
  .slideArea01 {
    width: 100%;
    background: none;
  }
}

.slide01 {
  width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
  .slide01 {
    width: 615px;
  }
}

@media screen and (max-width: 767px) {
  .slide01 {
    width: 86%;
  }
}

@media screen and (max-width: 500px) {
  .slide01 {
    width: 82%;
  }
}

.slide01 .slick-prev,
.slide01 .slick-next {
  width: 37px;
  height: 37px;
}

@media screen and (max-width: 767px) {
  .slide01 .slick-prev,
  .slide01 .slick-next {
    width: 22px;
    height: 22px;
  }
}

@media screen and (max-width: 500px) {
  .slide01 .slick-prev,
  .slide01 .slick-next {
    width: 18px;
    height: 18px;
  }
}

.slide01 .slick-prev:before,
.slide01 .slick-next:before {
  content: "";
}

.slide01 .slick-prev {
  left: -45px;
  background: url("../images/ico_index01.png") no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .slide01 .slick-prev {
    left: -30px;
    background-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .slide01 .slick-prev {
    left: -25px;
  }
}

@media screen and (max-width: 400px) {
  .slide01 .slick-prev {
    left: -22px;
  }
}

.slide01 .slick-next {
  right: -45px;
  background: url("../images/ico_index02.png") no-repeat 0 0;
}

@media screen and (max-width: 767px) {
  .slide01 .slick-next {
    right: -30px;
    background-size: 100%;
  }
}

@media screen and (max-width: 500px) {
  .slide01 .slick-next {
    right: -25px;
  }
}

@media screen and (max-width: 400px) {
  .slide01 .slick-next {
    right: -22px;
  }
}

.catchcopy01 {
  font-size: 19px;
  font-weight: bold;
  color: #0071bc;
  margin-top: 40px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .catchcopy01 {
    font-size: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 370px) {
  .catchcopy01 {
    font-size: 12px;
  }
}

.catchcopy01 span {
  font-size: 22px;
  color: #ff65b7;
}

@media screen and (max-width: 767px) {
  .catchcopy01 span {
    font-size: 17px;
  }
}

@media screen and (max-width: 370px) {
  .catchcopy01 span {
    font-size: 15px;
  }
}

.mainContent {
  padding: 20px 0 0;
}

.main01 {
  background: url(../images/bg_index03.jpg) repeat center 100px;
  padding: 0 0 36px;
}

@media screen and (max-width: 767px) {
  .main01 {
    background: none;
  }
}

.menuBox ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .menuBox ul {
    display: block;
  }
}

.menuBox h2 {
  color: #666;
  font-size: 24px;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

@media screen and (max-width: 800px) {
  .menuBox h2 {
    font-size: 18px;
  }
}

.menuBox h2 img {
  vertical-align: middle;
  margin-right: 0.25em;
}

.menuBox li {
  border: 1px solid #89c1ff;
  background-color: #fff;
  width: 32%;
  padding: 1.5% 1%;
}

@media screen and (max-width: 767px) {
  .menuBox li {
    width: 95%;
    margin: 10px auto;
    padding: 5%;
  }
}

.menuBox li > img {
  display: inline-block;
  margin-bottom: 10px;
}

.menuBox li a {
  padding: 4px 10px;
  border: 1.5px dotted #89c1ff;
  border-radius: 3px;
}

.menuBox .txt {
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  min-height: 3.5em;
}

@media screen and (max-width: 767px) {
  .menuBox .txt {
    font-size: 13px;
  }
}

.menuBox .blue a {
  color: #89c1ff;
}

.menuBox .blue .txt {
  color: #0071bc;
}

.menuBox .blue:last-child .txt {
  text-align: center;
}

.menuBox .orange a {
  color: #fbb03b;
  border: 1.5px dotted #fbb03b;
}

.menuBox .orange .txt {
  color: #fbb03b;
}

@media screen and (max-width: 767px) {
  .menuBox .orange .txt {
    color: #f15a24;
  }
}

.menuBox .topBtn {
  font-size: 17px;
}

.menuBox .btn01 {
  color: #89c1ff;
}

.bottomBox {
  margin-top: 28px;
}

.bottomBox #fbCont {
  max-width: 500px;
  width: 100%;
}

.bottomBox iframe {
  width: 100%;
}

.bottomBox .left {
  width: 60%;
}

@media screen and (max-width: 767px) {
  .bottomBox .left {
    width: 100%;
  }
}

.bottomBox .right {
  width: 31%;
}

@media screen and (max-width: 767px) {
  .bottomBox .right {
    width: 100%;
  }
}

.bottomBox .right h2 {
  color: #89c1ff;
  font-size: 24px;
}

.bottomBox .rankBox {
  text-align: center;
  padding: 48px 10px;
  background: url(../images/bg_index04.png) no-repeat center 98%, url(../images/bg_index04.png) no-repeat center 3% #fff;
}

.bottomBox .rankBox p {
  position: relative;
  padding: 8px 0 0;
}

.bottomBox .rankBox p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10%;
  display: inline-block;
  width: 80%;
  border-bottom: 1px dashed #b3b3b3;
}

.bottomBox .contactBtn {
  max-width: 295px;
  font-size: 30px;
  margin: 0 auto;
}

@media screen and (max-width: 800px) {
  .bottomBox .contactBtn {
    font-size: 24px;
  }
}


@media screen and (max-width: 767px) {
  .bottomBox .contactBtn a {
    margin-bottom: 16px;
  }
}

.marugo {
  font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}


.mainContent .main01 h2 span{
   position:relative;
}

.mainContent .menuBox ul li:last-child h2 span:before{
  position: absolute;
  top: -15px;
  left: -38px;
  content: "";
  width: 30px;
  height: 39px;
  background:url(../common/images/icon_common_04.png) center center;
  background-size: cover;
}

.mainContent .menuBox ul li:first-child h2 span:before{
  position: absolute;
  top: -16px;
  left: -44px;
  content: "";
  width: 39px;
  height: 39px;
  background:url(../common/images/icon_common_02.png) center center;
  background-size: cover;
}

.mainContent .menuBox ul li:nth-child(2) h2 span:before{
  position: absolute;
  top: -15px;
  left: -39px;
  content: "";
  width: 34px;
  height: 39px;
  background:url(../common/images/icon_common_03.png) center center;
  background-size: cover;
}

.menuBox ul li:first-child h2 {
   padding-left: 38px;
}

.menuBox ul li:nth-child(2) h2 {
   padding-left: 28px;
}

.menuBox ul li:last-child h2 {
   padding-left: 38px;
}



@media screen and (max-width: 425px) {
.mainContent .menuBox ul li:first-child h2 span:before {
    position: absolute;
    top: -21px;
    left: -44px;
    content: "";
    width: 39px;
    height: 39px;
    background: url(../common/images/icon_common_02.png) center center;
    background-size: cover;
}
.mainContent .menuBox ul li:nth-child(2) h2 span:before {
    position: absolute;
    top: -21px;
    left: -39px;
    content: "";
    width: 34px;
    height: 39px;
    background: url(../common/images/icon_common_03.png) center center;
    background-size: cover;
}
.mainContent .menuBox ul li:last-child h2 span:before {
    position: absolute;
    top: -20px;
    left: -38px;
    content: "";
    width: 30px;
    height: 39px;
    background: url(../common/images/icon_common_04.png) center center;
    background-size: cover;
}
.menuBox h2 {
    font-size: 18px;
    margin-top: 10px;
}
}

