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

.img{
  position: relative;
}
.img span{
  position: absolute;
  bottom: 10px;
  right: 3%;
  font-size: 1rem;
  color: #fff;
  text-shadow: 0 0 2px rgba(0,0,0,.9), 0 0 2px rgba(0,0,0,.75);
}

.mv{
  position: relative;
  padding-bottom: 100px;
  background: url(../images/commonspace/main-bg.jpg) no-repeat bottom center;
}
.cont-tit{
  font-size: clamp(1.1rem, 1.4vw, 1.8rem);
  text-align: center;
  position: absolute;
  color: #fff;
  bottom: 50px;
  left: 0;
  width: 100%;
  z-index: 1;
}
.cont-tit strong{
  display: block;
  font-weight: 400;
  font-size: clamp(5rem, 8vw, 9rem);
}
@media(max-width: 768px) {
  .mv{
    padding-bottom: 50px;
    background: url(../images/commonspace/main-bg_sp.jpg) no-repeat bottom center;
  }
  .mv .img span{
    bottom: inherit;
    top: 10px;
  }
  .cont-tit{
    bottom: 20px;
  }
}

.head{
  text-align: center;
  padding: 100px 0;
  background: url(../images/commonspace/head-bg.jpg) repeat-y center center / cover;
}
.head .txt1{
  color: #424D75;
  font-size: clamp(1.8rem, 2.4vw, 3rem);
  line-height: 1.8;
  margin: 0 0 30px;
  font-weight: 600;
  letter-spacing: .15rem;
}
.head .txt2{
  font-size: clamp(1.4rem, 1.5vw, 1.6rem);
  line-height: 1.8;
  margin: 0;
}
.head .page-nav{
  max-width: 1040px;
  width: 90%;
  margin: 60px auto 60px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.head .page-nav a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 5px;
  position: relative;
  color: #fff;
  font-size: clamp(1.5rem, 1.6vw, 1.8rem);
  line-height: 1;
  width: 49%;
  transition: .3s;
}
.head .page-nav a:hover{
  opacity: .7;
}
.head .page-nav a:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 6px;
  background: url(../images/commonspace/arw-w.svg) no-repeat center center / cover;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.head .page-nav a:nth-of-type(1){
  background-color: #d49457;
}
.head .page-nav a:nth-of-type(2){
  background-color: #84bcb6;
}
.head .page-nav a.none{
  pointer-events: none;
}
.head .page-nav a.none:after{
  transform: translateY(-50%) rotate(-90deg);
}
.head .page-nav a span{
  display: block;
  background-color: #eacaab;
  color: #fff;
  font-size: clamp(1rem, 1.1vw, 1.2rem);
  padding: 2px 10px 4px;
  margin-left: 10px;
  width: fit-content;
}
.head .image-ill{
  max-width: 1110px;
  width: 90%;
  margin: 0 auto;
}
@media(max-width: 768px) {
  .head{
    padding: 50px 0;
    background: url(../images/commonspace/head-bg_sp.jpg) repeat-y center center / cover;
  }
  .head  .txt1{
    margin: 0 auto 30px;
    width: 90%;
  }
  .head  .txt2{
    width: 90%;
    margin: 0 auto;
    text-align: left;
  }
  .head .page-nav{
    margin: 30px auto;
  }
  .head .page-nav a{
    flex-direction: column;
    padding: 10px 5px;
  }
  .head .page-nav a:after{
    right: 5px;
  }
  .head .page-nav a span{
    margin: 5px 0 0;
  }
}

.cont{
  padding: 100px 0;
}
#area1{
  background-color: #edf5f4;
}
.cont .head-box{
  max-width: 1040px;
  width: 90%;
  margin: 0 auto 80px;
  text-align: center;
}
.cont .head-box .tit{
  margin: 0 auto 40px;
}
#area1 .head-box .tit{
  max-width: 505px;
  width: 90%;
}
.cont .head-box .txt1{
  font-size: clamp(1.6rem, 2.2vw, 2.6rem);
  line-height: 1.8;
  margin: 0 0 30px;
  font-weight: 600;
  letter-spacing: .15rem;
}
#area1 .head-box .txt1{
  color: #84bcb6;
}
.cont .head-box .txt2{
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 1.8;
  margin: 0;
}
.cont .midashi{
  font-size: clamp(1.6rem, 1.8vw, 2rem);
  font-weight: 600;
  line-height: 1.6;
}
.cont .midashi strong{
  display: block;
}
.cont .main{
  margin-bottom: 80px;
}
.cont .main .midashi{
  margin: 30px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cont .main .midashi strong{
  width: 203px;
  margin-right: 30px;
}
.cont .txt3{
  font-size: clamp(1.3rem, 1.4vw, 1.5rem);
  line-height: 2;
}
.cont .main .txt3{
  text-align: center;
}
.cont .list{
  max-width: 1040px;
  width: 90%;
  margin: 0 auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont .list li{
  width: 48%;
}
.cont .list li .midashi{
  margin: 10px 0 15px;
}
.cont .list li .midashi strong{
  margin: 0 0 5px -5px;
}
.cont .list li:nth-child(1) .midashi strong{
  width: 246px;
}
.cont .list li:nth-child(2) .midashi strong{
  width: 230px;
}
@media(max-width: 768px) {
  .cont{
    padding: 50px 0;
  }
  .cont .head-box{
    max-width: 1040px;
    width: 90%;
    margin: 0 auto 30px;
    text-align: center;
  }
  .cont .head-box .tit{
    margin: 0 auto 20px;
  }
  #area1 .head-box .tit{
    max-width: 400px;
    width: 90%;
  }
  .cont .head-box .txt1{
    margin: 0 0 20px;
  }
  .cont .head-box .txt2{
    text-align: left;
  }
  .cont .main{
    margin-bottom: 40px;
    text-align: center;
  }
  .cont .main .midashi{
    margin: 20px 0 10px;
    display: block;
  }
  .cont .main .midashi strong{
    width: 160px;
    margin: 0 auto 10px;
  }
  .cont .txt3{
    font-size: clamp(1.3rem, 1.4vw, 1.5rem);
    line-height: 2;
  }
  .cont .main .txt3{
    text-align: left;
    width: 90%;
    margin: 0 auto;
  }
  .cont .list{
    display: block;
  }
  .cont .list li{
    width: 100%;
    margin-bottom: 40px;
  }
  .cont .list li:last-child{
    margin-bottom: 0;
  }
  .cont .list li .img{
    width: 84%;
    margin: 0 auto;
  }
  .cont .list li .midashi{
    margin: 20px 0 10px;
    text-align: center;
  }
  .cont .list li .midashi strong{
    margin: 0 auto 10px;
  }
  .cont .list li:nth-child(1) .midashi strong{
    width: 210px;
  }
  .cont .list li:nth-child(2) .midashi strong{
    width: 198px;
  }
}