/* media query */
#contents .mainimg {
  background-image: url(../images/mainimg.jpg);
}

#contents .copyArea {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}

@media all and (max-width: 1400px) {
  #contents .copyArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .copyArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}

@media screen and (max-width: 1100px) {
  #contents .copyArea {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .copyArea {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

#contents .healingzeroArea {
  text-align: center;
  padding: 0 30px 100px;
}

@media screen and (max-width: 1100px) {
  #contents .healingzeroArea {
    padding: 0 30px 50px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .healingzeroArea {
    text-align: left;
  }
}

#contents .healingzeroArea > h3 {
  font-size: 1.4em;
  margin-bottom: 30px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .healingzeroArea > h3 {
    font-size: 1.2em;
    text-align: center;
  }
}

#contents .healingzeroArea > p.img {
  max-width: 400px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .healingzeroArea > p.img {
    margin-bottom: 30px;
  }
}

#contents .healingzeroArea > p small {
  font-size: 0.8em;
  display: block;
  margin-top: 15px;
  line-height: 160%;
}

#contents .linkArea > div {
  height: 400px;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > div {
    height: 300px;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div {
    height: 250px;
  }
}

#contents .linkArea > div > p {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#contents .linkArea > div > section {
  background-color: rgba(255, 255, 255, 0.7);
  width: 860px;
  padding: 75px;
}

@media screen and (max-width: 1100px) {
  #contents .linkArea > div > section {
    width: 600px;
  }
}

@media screen and (max-width: 960px) {
  #contents .linkArea > div > section {
    padding: 40px 50px;
  }
}

@media screen and (max-width: 740px) {
  #contents .linkArea > div > section {
    width: 80%;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div > section {
    padding: 30px;
  }
}

#contents .linkArea > div > section > h3 {
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > div > section > h3 {
    font-size: 1.3em;
  }
}

@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div > section > h3 {
    font-size: 1.2em;
  }
}

#contents .linkArea > div > section > h3 > span {
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #4e4a54;
  margin-right: 15px;
  font-size: 0.8em;
}

@media screen and (max-width: 960px) {
  #contents .linkArea > div > section > h3 > span {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}

#contents .linkArea > div:hover > p {
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}

#contents .linkArea > div:hover > section > h3 > span {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
/*# sourceMappingURL=index.css.map */