/*--------------------------------------------------------------------------
   Index
---------------------------------------------------------------------------*/
#Content {
  max-width: 100%;
  padding-top: 0;
}

#Index #Main {
  height: 640px;
  background-image: url("../../images/index/kv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 960px) {
  #Index #Main {
    height: 450px;
    width: 108%;
    margin-left: -4%;
    margin-right: -4%;
  }
}
#Index #Main:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_top.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center top;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 960px) {
  #Index #Main:after {
    height: 25px;
    background-size: 100% 25px;
  }
}
#Index #Main .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#Index #Main .logos {
  position: relative;
  width: 100%;
  height: auto;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 960px) {
  #Index #Main .logos {
    top: 50%;
  }
}
#Index #Main .logos .logo {
  width: 100%;
  max-width: 391px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #Index #Main .logos .logo {
    width: 80%;
  }
}
#Index #Main .scroll {
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  max-width: 76px;
}
@media screen and (max-width: 960px) {
  #Index #Main .scroll {
    bottom: 60px;
    max-width: 60px;
  }
}
#Index #Sec {
  position: relative;
  background-color: #FFFFFF;
  background-image: url("../../images/index/bg_health.png");
}
@media screen and (max-width: 960px) {
  #Index #Sec {
    width: 110%;
    margin-left: -5%;
    margin-right: -5%;
    padding-left: 4%;
    padding-right: 4%;
    box-sizing: border-box;
  }
}
#Index #Sec:after {
  content: "";
  width: 100%;
  height: 50px;
  background-image: url("../../images/common/bg_box_bottom.png");
  background-repeat: no-repeat;
  background-size: 100% 50px;
  background-position: center bottom;
  position: absolute;
  bottom: -50px;
  left: 0;
  background-color: #FAE7E1;
}
@media screen and (max-width: 960px) {
  #Index #Sec:after {
    background-size: 100% 25px;
    height: 25px;
    bottom: -25px;
  }
}
#Index #About {
  height: 400px;
}
@media screen and (max-width: 960px) {
  #Index #About {
    height: auto;
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
#Index #About .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#Index #About .ttl {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 320px;
  z-index: 2;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #Index #About .ttl {
    width: 80%;
    left: 0;
    position: relative;
    display: block;
    margin-right: -3vw;
  }
}
#Index #About .ttl a {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-right: 50px;
  background-color: #ED6942;
  box-sizing: border-box;
  font-size: 130%;
  border-radius: 10px;
  line-height: 120%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#Index #About .ttl a:hover {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  color: #ED6942;
  background-color: #FAE7E1;
}
#Index #About .ttl a:hover:after {
  border-top: 3px solid #ED6942;
  border-right: 3px solid #ED6942;
}
@media screen and (max-width: 960px) {
  #Index #About .ttl a {
    padding: 10px;
    border-radius: 0;
  }
}
#Index #About .ttl a span {
  font-size: 80%;
  margin-bottom: 5px;
}
#Index #About .ttl a:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  right: 25px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#Index #About .ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: -webkit-linear-gradient(135deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Index #About .ttl:after {
    border-radius: 4px;
    left: 5px;
    bottom: -5px;
  }
}
#Index #About .pic {
  max-width: 560px;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 960px) {
  #Index #About .pic {
    position: relative;
    margin-top: -10vw;
  }
}
#Index #About .pic img {
  position: relative;
  z-index: 1;
  border-radius: 10px;
}
@media screen and (max-width: 960px) {
  #Index #About .pic img {
    border-radius: 4px;
  }
}
#Index #About .pic:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: -webkit-linear-gradient(135deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Index #About .pic:after {
    bottom: -5px;
    left: -5px;
  }
}
#Index #Health {
  height: 690px;
  position: relative;
}
@media screen and (max-width: 960px) {
  #Index #Health {
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
}
#Index #Health .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
}
#Index #Health .txt {
  position: absolute;
  top: 100px;
  right: 30px;
  font-size: 180%;
  line-height: 150%;
  color: #ED6942;
}
@media screen and (max-width: 960px) {
  #Index #Health .txt {
    position: relative;
    top: 0;
    right: 0;
    padding-left: 5vw;
    margin-bottom: 10px;
  }
}
#Index #Health .ttl {
  position: absolute;
  display: inline-block;
  top: 240px;
  left: 220px;
  z-index: 2;
}
@media screen and (max-width: 960px) {
  #Index #Health .ttl {
    width: 80%;
    top: auto;
    left: auto;
    bottom: -5vw;
    right: -3vw;
    display: block;
  }
}
#Index #Health .ttl a {
  color: #FFFFFF;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 25px;
  padding-right: 50px;
  background-color: #ED6942;
  box-sizing: border-box;
  font-size: 130%;
  border-radius: 10px;
  line-height: 120%;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#Index #Health .ttl a:hover {
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
  color: #ED6942;
  background-color: #FAE7E1;
}
#Index #Health .ttl a:hover:after {
  border-top: 3px solid #ED6942;
  border-right: 3px solid #ED6942;
}
@media screen and (max-width: 960px) {
  #Index #Health .ttl a {
    padding: 15px 10px;
    border-radius: 0;
  }
}
#Index #Health .ttl a span {
  font-size: 80%;
}
#Index #Health .ttl a:after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: 50%;
  right: 25px;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-top: 3px solid #FFFFFF;
  border-right: 3px solid #FFFFFF;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
}
#Index #Health .ttl:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: -webkit-linear-gradient(135deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Index #Health .ttl:after {
    border-radius: 4px;
    left: 5px;
    bottom: -5px;
  }
}
#Index #Health .pic {
  max-width: 560px;
  position: absolute;
  right: 40px;
  bottom: 100px;
}
@media screen and (max-width: 960px) {
  #Index #Health .pic {
    position: relative;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: 0;
  }
}
#Index #Health .pic img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #Index #Health .pic img {
    border-radius: 4px;
  }
}
#Index #Health .pic:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 0;
  background-color: #FDD2C9;
  background-image: -webkit-linear-gradient(135deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-image: linear-gradient(-45deg, #fdd2c9 25%, #ed6942 25%, #ed6942 50%, #fdd2c9 50%, #fdd2c9 75%, #ed6942 75%, #ed6942);
  background-size: 4px 4px;
}
@media screen and (max-width: 960px) {
  #Index #Health .pic:after {
    bottom: -5px;
    right: -5px;
  }
}
#Index #Voice {
  position: relative;
  z-index: 1;
}
#Index #Voice .inner {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding-top: 100px;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner {
    padding-top: 20px;
  }
}
#Index #Voice .inner .voice-ttl dt {
  max-width: 200px !important;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner .voice-ttl dt {
    max-width: 150px !important;
  }
}
#Index #Voice .inner .list {
  width: 100%;
}
#Index #Voice .inner .list a:hover .pic {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
#Index #Voice .inner .list dl {
  display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner .list dl {
    display: block;
    margin-bottom: 25px;
  }
}
#Index #Voice .inner .list dl dt {
  padding-right: 20px;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner .list dl dt {
    padding-right: 0;
  }
}
#Index #Voice .inner .list .cate {
  display: none;
}
#Index #Voice .inner .list .ttl {
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner .list .ttl {
    margin-top: 5px;
    max-width: 100%;
  }
}
#Index #Voice .inner .list .txt {
  width: 100%;
  max-width: 670px;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner .list .txt {
    margin-top: 5px;
    max-width: 100%;
  }
}
#Index #Voice .inner .list .date {
  display: none;
}
#Index #Voice .inner .list .pic {
  width: 100%;
  max-width: 270px;
  border-radius: 10px;
  box-sizing: border-box;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
@media screen and (max-width: 960px) {
  #Index #Voice .inner .list .pic {
    max-width: 100%;
  }
}
#Index #Fb {
  max-width: 500px;
  margin: 0 auto;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #Index #Fb {
    margin-top: 30px;
  }
}
