@charset "utf-8";
/* CSS Document */
.main {
  background-color: #FFFFFF;
}
.section-top {
  padding-bottom: 40px;
}
.section-top_image {
  height: 300px;
  background-image: url("../images/top.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
}
.section-top h2 {
  padding-top: 50px;
  text-align: center;
  font-size: 1.8rem;
  font-family: "游明朝";
  font-weight: 700;
  line-height: 4.0rem;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
.section-top h2 span {
  font-size: 3.0rem;
}
.section-top_counseling-button {
  background-color: #e98eae;
  padding: 10px 0px;
  width: 180px;
  color: #FFFFFF;
  margin: 30px auto 20px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
}
.section-top_counseling-button a {
  color: #FFFFFF;
  text-decoration: none;
}
.logo-kamei {
  height: 30px;
  display: block;
  margin-left: auto;
  padding: 0 24px 10px 0;
}
.section-top_message {
  font-size: 2.0rem;
  margin: 40px auto;
  font-family: "游明朝";
}
.section-top p {
  font-size: 1.4rem;
}
.section-top_first-button {
  background-color: #e98eae;
  padding: 10px 0px;
  width: 180px;
  color: #FFFFFF;
  margin: 40px auto 20px;
  border-radius: 50px;
  font-weight: 600;
}
.section-top_first-button a {
  color: #FFFFFF;
  text-decoration: none;
}
@media(min-width:1160px) {
  .section-top_image {
    height: 600px;
    margin-top: 80px;
  }
  .section-top h2 {
    padding-top: 200px;
    font-size: 3.0rem;
    line-height: 7.2rem;
  }
  .section-top h2 span {
    font-size: 6.0rem;
  }
  .section-top_counseling-button {
    display: none;
  }
  .logo-kamei {
    height: 70px;
    padding: 100px 140px 0 0;
  }
  .section-top_message {
    font-size: 3.0rem;
    margin: 100px auto 60px;
  }
  .section-top p {
    font-size: 1.8rem;
  }
  .section-top_first-button {
    font-size: 2.0rem;
    width: 350px;
    padding: 25px 0;
    margin-bottom: 70px;
  }
}
.section-quality {
  background: linear-gradient(180deg, #FFF, #e9eaef);
  padding: 20px 0 80px 0;
}
.section-quality h3 {
  font-size: 3.0rem;
  font-family: "游明朝";
  margin-bottom: 40px;
}
.section-quality ul {
  list-style: none;
  padding-left: 0;
}
.section-quality ul li img {
  height: 170px;
  width: 327px;
  background-color: #edccd3;
  opacity: 50%;
  display: block;
  margin: 0 auto;
}
.quality1, .quality2, .quality3, .quality4, .quality5, .quality6 {
  position: relative;
}
.section-quality h4 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  width: 100%;
  font-family: "游明朝";
  line-height: 3.0rem;
}
.section-quality ul li p {
  background-color: #FFFFFF;
  height: 200px;
  width: 327px;
  margin: 0 auto 40px;
  text-align: left;
  line-height: 3.0rem;
  padding: 20px;
  box-sizing: border-box;
}
.ai img {
  height: 240px;
  width: 240px;
  margin: 0 auto 30px;
}
.quality7 {
  font-size: 2.4rem;
  padding-bottom: 20px;
  font-family: "游明朝";
}
.ai p {
  font-size: 1.6rem;
  width: 327px;
  margin: 0 auto;
  text-align: left;
  line-height: 3.0rem;
  margin-top: 40px;
}
@media(min-width:1160px) {
  .section-quality {
    padding-bottom: 110px;
  }
  .section-quality h3 {
    font-size: 3.6rem;
    margin-bottom: 80px;
  }
  .section-quality ul {
    max-width: 1160px;
    padding: 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-quality ul li {
    display: inline-block;
    width: 320px;
  }
  .section-favorite ul li:nth-child(3) {
    margin-right: 0;
  }
  .section-favorite ul li:last-child {
    margin-right: 0;
  }
  .section-quality h4 {
    font-size: 2.4rem;
    line-height: 3.6rem;
  }
  .section-quality ul li p {
    font-size: 1.8rem;
  }
  .ai {
    display: flex;
    justify-content: center;
    margin-top: 40px;
  }
  .ai-image {
    margin-right: 50px;
  }
  .ai img {
    height: 400px;
    width: 400px;
  }
  .ai h5 {
    font-size: 3.6rem;
    text-align: left;
  }
  .ai p {
    font-size: 1.8rem;
    width: 700px;
  }
  .br-sp {
    display: none;
  }
}
.section-access {
  padding: 60px 0 80px;
}
.section-access h3 {
  font-size: 3.0rem;
  font-family: "游明朝";
  margin-bottom: 40px;
}
.section-access address {
  font-style: normal;
  line-height: 3.0rem;
  margin-bottom: 30px;
}
.section-access iframe {
  height: 200px;
  width: 327px;
}
@media(min-width:1160px) {
  .section-access {
    padding: 80px 0 120px;
  }
  .section-access h3 {
    font-size: 3.6rem;
    margin-bottom: 60px;
  }
  .access {
    display: flex;
    justify-content: center;
  }
  .section-access address {
    text-align: left;
    margin-right: 40px;
    font-size: 2.4rem;
    padding-top: 90px;
    line-height: 3.6rem;
  }
  .section-access iframe {
    height: 370px;
    width: 630px;
  }
}