@charset "utf-8";


/*============================
#lead
============================*/

#lead .inner {
  justify-content: center;
  align-items: center;
}

#lead ul {
  display: flex;
  margin-left: 50px;
}

#lead ul li {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  border: 1px solid #888;
  color: #888;
  padding-top: 64px;
}

#lead ul li:nth-of-type(2) {
  border-color: #555;
  color: #555;
}

#lead ul li:nth-of-type(3) {
  border-color: #222;
  color: #222;
}

#lead ul li:not(:last-of-type) {
  margin-right: -20px;
}

#lead ul li span {
  display: block;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

#lead ul li span.jp {
  font-size: 20px;
}

#lead ul li span.eng {
  font-size: 18px;
  margin-top: 10px;
  font-weight: 300;
}

@media only screen and (max-width: 1220px) {
  #lead .inner {
    display: block;
  }

  #lead p {
    font-size: 18px;
    font-weight: 500;
  }

  #lead ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
    margin-top: 20px;
  }

  #lead ul li {
    width: 120px;
    height: 120px;
    padding-top: 40px;
  }

  #lead ul li:not(:last-of-type) {
    margin-right: -15px;
  }

  #lead ul li span.jp {
    font-size: 18px;
  }

  #lead ul li span.eng {
    font-size: 14px;
  }
}

@media only screen and (max-width: 600px) {
  #lead ul {
    justify-content: center;
  }

}




/*============================
.concept
============================*/

.concept .photo {
  width: 75.135%;
}

.concept .photo img {
  width: 100%;
}

.concept .text {
  background-color: #fff;
  width: 580px;
  padding: 50px 0 60px 60px;
  position: relative;
  z-index: 10;
  margin-left: auto;
}

@media only screen and (max-width: 1040px) {
  h2 .eng {
    font-size: 30px;
  }

  .concept .photo {
    width: 90%;
  }

  .concept .text {
    width: 90%;
    padding: 30px 0 0 30px;
  }
}

/*
#comfortable
============================*/

#comfortable .text {
  margin-top: -170px;
}

@media only screen and (max-width: 1040px) {
  #comfortable .text {
    margin-top: -30px;
  }
}

/*
#heart
============================*/

#heart .inner {
  position: relative;
}

#heart .photo {
  width: 55.457%;
  margin-left: auto;
}

#heart .text {
  position: absolute;
  top: 25%;
  right: 43%;
  padding: 50px 60px 60px 0;
}

@media only screen and (max-width: 1300px) {
  #heart .text {
    right: auto;
    left: 7vw;
  }
}

@media only screen and (max-width: 1040px) {
  #heart .photo {
    width: 75%;
    margin-left: auto;
  }

  #heart .text {
    position: relative;
    left: 0;
    padding: 30px 30px 0 0;
    margin-right: auto;
    margin-top: -80px;
  }
}

/*
#professional
============================*/

#professional .text {
  margin-left: auto;
}

#professional .photo {
  margin-top: -170px;
}

@media only screen and (max-width: 1040px) {
  #professional .text {
    margin-left: auto;
    width: 100%;
    padding: 0;
  }

  #professional .photo {
    margin-top: 20px;
    width: 100%;
  }
}


/*============================
#about-link
============================*/

#about-link {
  background: url(../images/link-bg.jpg) no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: 200px;
  color: #fff;
}

#about-link a {
  display: block;
  padding: 120px 0;
}

#about-link a:hover {
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.5);
}

#about-link h2 {
  line-height: 1.2;
}

#about-link h2,
#about-link a {
  color: #fff;
}

#about-link .about-link-link {
  width: 480px;
  margin-top: 30px;
  display: block;
  border-bottom: 1px solid #fff;
  position: relative;
  line-height: 1;
  padding: 20px 0;
  font-size: 18px;
}

#about-link .about-link-link::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 24px;
}

@media only screen and (max-width: 1040px) {
  #about-link {
    background-image: url(../images/link-bg-sp.jpg);
    margin-top: 60px;
  }

  #about-link a {
    padding: 50px 0 60px;
  }

  #about-link .about-link-link {
    margin-top: 20px;
    width: 100%;
    font-size: 16px;
  }

}
