@charset "UTF-8";

.l-headerLogo{
  opacity: 0;
  pointer-events: none;
}
.l-headerLogo.w{
  opacity: 1;
  pointer-events: inherit;
}
.l-headerLogo::after{
  color: #fff;
}

.mv{
  position: relative;
}
.mv .tit{
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: clamp(1rem, 1.4vw, 1.7rem);
  color: #fff;
  z-index: 1;
}
.mv .tit strong{
  display: block;
  font-size: clamp(2.8rem, 5vw, 6rem);
  line-height: 1;
  margin: 0 auto 15px;
}
.mv .img span{
  right: inherit;
  left: 5px;
}
@media(max-width: 768px) {
  .mv .tit strong{
    margin: 0 auto 5px;
  }
}
#main{
  background-color: #aacdd4;
}

.content_area .head{
  padding: 130px 0;
  color: #357f8b;
}
.content_area .head .midashi{
  font-size: clamp(2rem, 2.8vw, 3.4rem);
  line-height: 1.4;
  margin: 0 0 50px;
  text-align: center;
}
.content_area .head .midashi strong{
  display: block;
  font-size: clamp(4rem, 8vw, 10rem);
}
.content_area .head .txt{
  font-size: clamp(1.4rem, 1.6vw, 1.7rem);
  line-height: 1.8;
  text-align: center;
}
@media(max-width: 768px) {
  .content_area .head{
    padding: 40px 0 30px;
  }
  .content_area .head .midashi{
    margin: 0 0 20px;
  }
  .content_area .head .txt{
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
}

@media(min-width: 769px) {
  .head-img span{
    color: #333;
  }
}

.sec .inner{
  max-width: 1120px;
  width: 90%;
  margin: 0 auto;
}
.sec .inner .flex{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec .img .out{
  bottom: -1.5rem;
  color: #333;
}
.sec .midashi{
  font-size: clamp(1.8rem, 2.2vw, 2.8rem);
  line-height: 1.4;
  margin: 0 0 30px;
}
.sec .txt{
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 1.8;
  margin: 0;
}
.sec .txt span{
  display: block;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
}
@media(max-width: 768px) {
  .sec .midashi{
    margin: 0 0 20px;
  }
}

.sec01{
  padding: 130px 0;
}
.sec01 .box01{
  margin-bottom: 50px;
}
.sec01 .box01 .txt-box{
  width: 45%;
}
.sec01 .box01 .img{
  width: 52%;
}
.sec01 .box02{
  padding-bottom: 120px;
}
.sec01 .box02 .img{
  width: 49%;
}
.sec01 .box03 .txt-box{
  width: 52%;
}
.sec01 .box03 .txt-box .list-wrap{
 padding-top: 20px;
}
.sec01 .box03 .txt-box .list-wrap .list{
  width: 49%;
}
.sec01 .box03 .txt-box .list-wrap .list .box{
  margin-top: 10px;
}
.sec01 .box03 .txt-box .list-wrap .list .box .t1{
  padding: 5px 10px;
  color: #fff;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  line-height: 1.2;
}
.sec01 .box03 .txt-box .list-wrap .list .box ul{
  background-color: #fff;
  padding: 10px 10px 5px;
  border: solid 1px;
}
.sec01 .box03 .txt-box .list-wrap .list .box ul li{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.sec01 .box03 .txt-box .list-wrap .list .box ul li strong{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  text-align: center;
  color: #fff;
}
.sec01 .box03 .txt-box .list-wrap .list .box ul li span{
  display: block;
  width: calc(100% - 25px);
  font-size: clamp(1.1rem, 1.2vw, 1.3rem);
  line-height: 1.4;
}
.sec01 .box03 .txt-box .list-wrap .list .box.type1 .t1,
.sec01 .box03 .txt-box .list-wrap .list .box.type1 ul li strong{
  background-color: #2b8022;
}
.sec01 .box03 .txt-box .list-wrap .list .box.type1 ul{
  border-color: #2b8022;
}
.sec01 .box03 .txt-box .list-wrap .list .box.type2 .t1,
.sec01 .box03 .txt-box .list-wrap .list .box.type2 ul li strong{
  background-color: #00a3af;
}
.sec01 .box03 .txt-box .list-wrap .list .box.type2 ul{
  border-color: #00a3af;
}
.sec01 .box03 .txt-box .list-wrap .list .box.type3 .t1,
.sec01 .box03 .txt-box .list-wrap .list .box.type3 ul li strong{
  background-color: #c56c2b;
}
.sec01 .box03 .txt-box .list-wrap .list .box.type3 ul{
  border-color: #c56c2b;
}
.sec01 .box03 .img{
  width: 45%;
}
.sec01 .box04{
  margin: 130px auto 0;
  max-width: 960px;
  border: solid 1px #4e6d6b;
  padding: 30px;
}
.sec01 .box04 .txt-box{
  width: 45%;
}
.sec01 .box04 .img{
  width: 52%;
}

@media(max-width: 768px) {
  .sec01{
    padding: 40px 0;
  }
  .sec01 .box01{
    display: block;
    margin-bottom: 30px;
  }
  .sec01 .box01 .txt-box{
    width: 100%;
    margin-bottom: 20px;
  }
  .sec01 .box01 .img{
    width: 100%;
  }
  .sec01 .box02{
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .sec01 .box02 .img{
    width: 100%;
    margin: 0 0 30px;
  }
  .sec01 .box03{
    display: block;
  }
  .sec01 .box03 .txt-box{
    width: 100%;
  }
  .sec01 .box03 .txt-box .list-wrap{
   padding-top: 20px;
  }
  .sec01 .box03 .txt-box .list-wrap .list{
    width: 90%;
    margin: 0 auto;
  }
  .sec01 .box03 .img{
    width: 100%;
    margin-top: 30px;
  }
  .sec01 .box04{
    margin: 60px auto 0;
    padding: 20px 10px;
    display: block;
  }
  .sec01 .box04 .txt-box{
    width: 100%;
    margin-bottom: 20px;
  }
  .sec01 .box04 .img{
    width: 100%;
  }
}

.sec02{
  padding: 130px 0;
  background-color: #d4e6e9;
}
.sec02 .head-box{
  text-align: center;
  margin: 0 0 50px;
}
.sec02 .list{
  margin-top: 100px;
}
.sec02 .list li{
  width: calc(100% / 3 - 20px);
}
.sec02 .list li:nth-child(4){
  width: 80%;
  margin: 50px auto 0;
}
.sec02 .list li .name{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 10px 0;
  color: #374d4b;
}
.sec02 .list li .name strong{
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  text-align: center;
  color: #fff;
  background-color: #357f8b;
  margin-top: 5px;
}
.sec02 .list li .name span{
  display: block;
  width: calc(100% - 25px);
  font-size: clamp(1.5rem, 1.8vw, 2rem);
  line-height: 1.4;
}
.sec02 .list li .txt{
  font-size: clamp(1.2rem, 1.3vw, 1.4rem);
  color: #374d4b;
}
@media(max-width: 768px) {
  .sec02{
    padding: 40px 0;
    background-color: #d4e6e9;
  }
  .sec02 .head-box{
    margin: 0 0 30px;
  }
  .sec02 .head-box .txt{
    text-align: left;
  }
  .sec02 .list{
    margin-top: 50px;
    display: block;
  }
  .sec02 .list li{
    width: 100% ;
    margin: 0 0 30px;
  }
  .sec02 .list li .img{
    width: 80%;
    margin: 0 auto;
  }
  .sec02 .list li:nth-child(4){
    width: 100%;
    margin: 0 0 30px;
  }
  .sec02 .list li:nth-child(4) .img{
    width: 100%;
  }
  .sec02 .list li .name strong{
    margin-top: 1px;
  }
}

.sec03{
  padding: 130px 0;
}
.sec03 .txt-box{
  text-align: center;
  margin: 0 0 50px;
}
.sec03 .txt-box .midashi{
  font-size: clamp(1.8rem, 2.2vw, 3rem);
}
.sec03 .txt-box .midashi strong{
  display: block;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  margin: 0 0 40px;
}
.sec03 .txt-box .midashi span{
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.6rem);
  margin-top: 10px;
}
.sec03 .txt-box .txt2{
  text-align: center;
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 1.6;
  margin: 30px auto 50px;
  background-color: #357f8b;
  color: #fff;
  max-width: 640px;
  padding: 10px 5px;
}
.sec03 .map{
  margin: 0 0 100px;
  position: relative;
}
.sec03 .map .hover-btn{
  position: absolute;
  background-color: #397d87;
  border: solid 1px #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  z-index: 3;
  font-size: clamp(1.3rem, 2.2vw, 2.8rem);
  cursor: pointer;
}
.sec03 .map .hover-btn.h1{
  bottom: 20%;
  left: 20%;
}
.sec03 .map .hover-btn.h2{
  bottom: 43.5%;
  left: 20%;
}
.sec03 .map .hover-btn.h3{
  bottom: 65%;
  left: 43%;
}
.sec03 .map .hover-btn.h4{
  bottom: 78%;
  left: 60.5%;
}
.sec03 .map .balloon{
  position: absolute;
  max-width: 410px;
  width: 90%;
  opacity: 0;
  transition: .3s;
  z-index: 5;
  transform: translate(-50%,-45%);
  box-shadow: 5px 5px 5px rgba(0,0,0,.5);
  pointer-events: none;
  top: 50%;
  left: 50%;
}
.sec03 .map .balloon.b1{
}
.sec03 .map span{
}
@media(min-width: 769px) {
  .sec03 .map .hover-btn:hover + .balloon{
    opacity: 1;
    transform: translate(-50%,-50%);
  }
}

@media(max-width: 768px) {
  .sec03{
    padding: 40px 0;
  }
  .sec03 .txt-box{
    margin: 0 0 30px;
  }
  .sec03 .txt-box .txt{
    text-align: left;
  }
  .sec03 .txt-box .midashi strong{
    margin: 0 0 20px;
  }
  .sec03 .txt-box .midashi span{
    margin-top: 5px;
  }
  .sec03 .txt-box .txt2{
    margin: 10px auto 30px;
  }
  .sec03 .map{
    margin: 0 0 50px;
    position: relative;
  }
  .sec03 .map .hover-btn{
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .sec03 .map .hover-btn.h1{
    bottom: 19%;
    left: 20%;
  }
  .sec03 .map .hover-btn.h2{
    bottom: 42%;
    left: 20%;
  }
  .sec03 .map .hover-btn.h3{
    bottom: 63.5%;
    left: 43%;
  }
  .sec03 .map .hover-btn.h4{
    bottom: 76.5%;
    left: 60.5%;
  }
  .sec03 .map .balloon span{
    position: absolute;
    top: 0;
    left: 0;
    right: inherit;
    bottom: inherit;
    transform: translate(-50%,-50%);
    padding: 5px;
    border-radius: 50px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    color: #000;
    text-align: center;

  }
  .sec03 .map .hover-btn.act + .balloon{
    opacity: 1;
    transform: translate(-50%,-50%);
    pointer-events: inherit;
  }
}
