@charset "UTF-8";
/*****************************
  cmn
*****************************/
.pagehead{
  mask-image: url(../../images/ob/mask_head.svg);
  -webkit-mask-image: url(../../images/ob/mask_head.svg);
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: bottom;
  -webkit-mask-position: bottom;
  mask-size: cover;
  -webkit-mask-size: cover;
  padding: 15rem 0 30rem;
}

/*****************************
  pagesec-health
*****************************/
.pagesec-health{
  margin-top: -25rem;
  padding: 0;
}
.pagesec-health .boxinner{
  box-shadow: 0 0 20px rgba(154, 167, 182, .22);
  margin-bottom: 10rem;
  padding: 6rem 4rem;
}
.pagesec-health .secbox{
  background: #F3F7EC;
  border-radius: 16px;
  margin-top: 5rem;
  padding: 6rem 4rem;
}
.pagesec-health .secbox .pointlist{
  margin-top: 3rem;
  gap: 0 2% ;
}
.pagesec-health .secbox .pointlist li{
  background: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  padding: 2rem ;
  width: 32%;
  margin-top: 20px;
}
@media only screen and (max-width: 1024px) {
.pagesec-health .secbox .pointlist li{
  margin-top: 0px;
}
}

.pagesec-health .secbox .pointlist li p{
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
}
.pagesec-health .secbox .pointlist li img{
  display: block;
  margin: 0 auto;
  width: 50%;
}

@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .pagesec-health .secbox .pointlist {
    gap: 2rem 2%;
    justify-content: center;
  }
  .pagesec-health .secbox .pointlist li {
    width: 35%;
  }
}
@media only screen and (max-width: 820px) {
  .pagesec-health .secbox .pointlist {
    gap: 1rem 2%;
  }
  .pagesec-health .secbox .pointlist li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-health .boxinner,
  .pagesec-health .secbox{
    padding: 3rem 2rem;
  }
  .pagesec-health .secbox .pointlist li {
    max-width: 280px;
    padding: 2rem 1rem;
    width: 100%;
  }
}

/*****************************
  pagesec-housing
*****************************/
.pagesec-housing .box{
  margin-top: 4rem;
}
.pagesec-housing .fimgbox img{
  border-radius: 16px;
}
.pagesec-housing .ftxtbox li{
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 1rem;
  padding-left: 2.4rem;
  position: relative;
}
.pagesec-housing .ftxtbox li::before{
  content: "●";
  color: #8DAACB;
  position: absolute;
  top: 0;
  left: 0;
}
.pagesec-housing .ftxtbox p{
  padding-left: 2.4rem;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  
}
@media only screen and (max-width: 820px) {
  .pagesec-housing .ftxtbox li {
    font-size: 1.6rem;
    padding-left: 2rem;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .pagesec-housing .fimgbox,
  .pagesec-housing .ftxtbox {
    width: 100%;
  }
  .pagesec-housing .fimgbox{
    margin-top: 2rem;
  }
}

/*****************************
  pagesec-life
*****************************/
.pagesec-life{
  padding: 0;
}
.lifebox {
  margin: 4rem 0;
}
.lifebox .lifeitem{
  background: #E8EEF5;
  border-radius: 16px;
  padding: 2rem;
  width: 48%;
}
.lifebox .whiteinner{
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}
.lifebox dt{
  border-bottom: 3px dashed #D2E397;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  padding: 1rem 0;
  text-align: center;
}
.lifebox dd li{
  font-weight: 500;
  margin-top: 1rem;
  padding-left: 2rem;
  position: relative;
}
.lifebox dd li::before{
  content: "●";
  color: #8DAACB;
  position: absolute;
  top: 0;
  left: 0;
}

.voicebox{
  background: #8DAACB;
  border-radius: 10px;
  padding: 3rem 6rem;
}
.voicebox .voicettl{
  color: #fff;
  font-family: "M PLUS 1", sans-serif;
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.voicearea{
  background: #fff;
  border-radius: 16px;
  gap: 5%;
  padding: 3rem 6rem;
}
.voicearea .fimgbox {
  width: 38%;
}
.voicearea .fimgbox img{
  border-radius: 16px;
}
.voicearea .ftxtbox{
  width: 54%;
}
.voicearea .ftxtbox dt{
  border-bottom: 3px dashed #D2E397;
  padding-bottom: 1rem;
}
.voicearea .ftxtbox dt .year{
  display: block;
}
.voicearea .ftxtbox dt .name{
  font-size: 2.4rem ;
  font-weight: bold;
}
.voicearea .ftxtbox dd{
  font-weight: 500;
  margin-top: 3rem;
}



@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
}
@media only screen and (max-width: 820px) {
  .lifebox .whiteinner,
  .lifebox .whiteinner .ftxtbox{
    position: relative;
    height: 100%;
  }
  .lifebox .whiteinner .fimgbox{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100px;
  }
  .lifebox .whiteinner .ftxtbox{
    width: 100%;
    z-index: 1;
  }
  .voicearea .fimgbox {
    margin-bottom: 2rem;
    width: 50%;
  }
  .voicearea .ftxtbox {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .lifebox .lifeitem{
    margin-bottom: 2rem;
    width: 100%;
  }
  .lifebox .whiteinner .fimgbox {
    width: 80px;
  }
  .voicebox{
    padding: 2rem;
  }
  .voicebox .voicettl {
    font-size: 2.4rem;
  }
  .voicearea {
    padding: 3rem 2rem;
  }
  .voicearea .fimgbox {
    width: 90%;
  }
}
@media only screen and (max-width: 350px) {
  .lifebox .whiteinner .fimgbox {
    width: 60px;
  }
}

/*****************************
  pagesec-others
*****************************/
.benefitbox{
  background: #E8EEF5;
  border-radius: 16px;
  margin-top: 4rem;
  padding: 3rem 6rem;
}
.benefitbox ul {
  gap: 2rem 1%;
}
.benefitbox li{
  background: #fff;
  border-radius: 16px;
  padding: 2rem;
  width: 32%;
}
.benefitbox li .ttl{
  font-family: "M PLUS 1", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.benefitbox li .imgbox{
  margin: 1rem auto;
  width: 80%;
}
@media only screen and (max-width: 1180px) {
  
}
@media only screen and (max-width: 1024px) {
  .benefitbox {
    padding: 3rem;
  }
}
@media only screen and (max-width: 820px) {
  .benefitbox li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  
}
@media only screen and (max-width: 767px) {
  .benefitbox {
    padding: 2rem;
  }
  .benefitbox li {
    width: 100%;
  }
  .benefitbox li .imgbox {
    width: 120px;
  }
}
@media only screen and (max-width: 350px) {
}
