/* ------------------ 共通ページ ------------------ */

@charset "utf-8";

html {
  font-size: 62.5%;
  letter-spacing: 1px;
  max-width: 1280px;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.sp-on {
  display: none;
}

/* ------------------ header ------------------ */
header {
  padding: 1.5% 2%;
  border-bottom: solid 1px #f1f0eb;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
}

.top-logo {
  width: 38%;
}

.nav-pc {
  width: 62%;
}

.nav-pc ul {
  display: flex;
  justify-content: right;
  align-items: center;
  font-size: clamp(10px, 1.3vw, 17px);
  font-weight: bold;
  /* color: #ffffff; */
}

.nav-pc ul li {
  border-left: solid 1px #000000;
  padding: 1% 3%;
}



.nav-pc ul li:last-child {
  border: none;
  width: 35%;
  padding-right: 0;
}

.nav-pc ul li:nth-child(2) {
  border-right: solid 1px #000000;
}


.nav-pc .line-link {
  color: #ffffff;
  display: inline-block;
  background-color: #27aa41;
  border-radius: 100px;
  padding: 5% 10%;
}


.nav-pc .line {
  width: 12%;
  margin-right: 2%;
  margin-bottom: -1%;
}

#sp-menu {
  display: none;
}

#nav-sp {
  display: none;
}




/* ------------------ LINEエリア ------------------ */
#line-area {
  background-image: url(../img/line-area-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 6% 0;
}

.line-area-wrapper {
  background-color: #ffffff;
  width: 53%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 0.7%;
}

.line-area-container {
  border: solid 2px #e3007f;
  border-radius: 10px;
  text-align: right;
  padding: 4%;
}

.speech-bubble {
  position: absolute;
  top: -5%;
  left: 43%;
  width: 15%;
}

.speech-bubble-sp {
  display: none;
}

.line-woman {
  position: absolute;
  bottom: 0;
  left: 27%;
  width: 22%;
}

.line-area-box {
  display: inline-block;
  text-align: center;
}

.line-area-title {
  font-size: clamp(10px, 2.8vw, 36px);
  font-weight: bold;
  display: flex;
  justify-content: right;
  align-items: last baseline;
  margin-bottom: 5%;
}

.line-area-title .font-color {
  line-height: 0.9;
  color: #d21277;
}

#line-area .line-link {
  font-size: clamp(10px, 1.2vw, 15px);
  font-weight: bold;
  color: #ffffff;
  display: inline-block;
  background-color: #27aa41;
  border-radius: 100px;
  padding: 8% 10%;
}


#line-area .line {
  width: 12%;
  margin-right: 2%;
  margin-bottom: -1%;
}


/* ------------------ footer ------------------ */
footer {}

.footer-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5% 0;
}

.footer-logo {
  width: 25%;
  margin-right: 3%;
}

.footer-container {
  font-size: clamp(10px, 1.2vw, 15px);
  font-weight: 500;
  line-height: 1.5;
}

.tel {
  font-family: Avenir, sans-serif;
  font-size: clamp(10px, 2vw, 26px);
  font-weight: 800;
  color: #e3007f;
}

.number {
  font-size: clamp(10px, 3vw, 50px);
}

.copyright {
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  background-color: #e3007f;
  padding: 1.5% 0;
}












/* ------------------ SP ------------------ */
@media screen and (max-width: 960px) {
  .sp-on {
    display: block;
  }

  /* ------------------ header SP ------------------ */
  header {
    padding: 0;
  }

  .header-wrapper {
    padding: 5%;
    align-items: center;
  }

  .top-logo {
    width: 80%;
    /* height: auto; */
    /* object-fit: contain; */
  }

  .nav-pc {
    display: none;
  }

  #sp-menu {
    display: block;
    width: 12%;
  }

  #nav-sp {
    font-size: clamp(10px, 6vw, 77px);
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    background-color: #e3007f;
  }

  #nav-sp ul {
    margin: 0 5%;
  }

  #nav-sp li {
    padding: 8% 0;
    border-top: solid 1px #ffffff;
  }

  #nav-sp-company {
    font-size: clamp(10px, 4vw, 51px);
    font-weight: 500;
  }

  #nav-sp-tel {
    font-family: Avenir, sans-serif;
    font-size: clamp(10px, 6vw, 77px);
    font-weight: 800;
    line-height: 1.5;
  }

  .nav-sp-number {
    font-size: clamp(10px, 10vw, 120px);
  }

  .nav-sp-line-link {
    background-color: #27aa41;
    display: flex;
    justify-content: center;
    padding: 4% 0;
  }

  .nav-sp-line {
    width: 8%;
    margin-right: 2%;
  }




  /* ------------------ LINEエリア SP ------------------ */
  #line-area {
    background-image: url(../img/line-area-bg-sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 30% 5% 25%;
  }

  .line-area-wrapper {
    /* background-color: #ffffff; */
    width: 100%;
    /* margin: 0 auto; */
    /* border-radius: 10px; */
    padding: 3%;
  }

  .line-area-container {
    border: solid 3px #e3007f;
    /* border-radius: 10px; */
    text-align: center;
    padding: 10% 5%;
    position: relative;
  }

  .speech-bubble {
    display: none;
  }

  .speech-bubble-sp {
    display: block;
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translateX(-50%);
    width: 65%;
  }

  .line-woman {
    position: static;
    /* bottom: 0; */
    /* left: 27%; */
    width: 75%;
    display: block;
    margin: 22% auto 0 auto;
  }

  .line-area-box {
    display: block;
    /* text-align: center; */
  }

  .line-area-title {
    font-size: clamp(10px, 9vw, 115px);
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: last baseline;
    margin-bottom: 5%;
  }

  .line-area-title .font-color {
    /* line-height: 0.9; */
    /* color: #d21277; */
  }

  #line-area .line-link {
    font-size: clamp(10px, 4.5vw, 58px);
    /* font-weight: bold;/ */
    /* color: #ffffff; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: #27aa41; */
    /* border-radius: 50px; */
    padding: 6% 0%;
    width: 85%;
    margin: 0 auto;
  }

  #line-area .line {
    width: 10%;
    /* margin-right: 2%; */
    /* margin-bottom: -1%; */
  }

  /* ------------------ footer SP ------------------ */
  footer {}

  .footer-wrapper {
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    flex-direction: column;
    margin: 10% 5% 5%;
  }

  .footer-logo {
    width: 100%;
    margin-right: 0%;
  }

  .footer-container {
    font-size: clamp(10px, 4.5vw, 58px);
    /* font-weight: 500; */
    line-height: 1.8;
    text-align: center;
    margin-top: 5%;
  }

  .tel {
    /* font-family: Avenir, sans-serif; */
    font-size: clamp(10px, 6vw, 77px);
    /* font-weight: 800; */
    /* color: #e3007f; */
  }

  .number {
    font-size: clamp(10px, 10vw, 128px);
  }

  .copyright {
    font-size: clamp(10px, 4vw, 51px);
    /* font-weight: 500; */
    /* color: #ffffff; */
    /* text-align: center; */
    /* background-color: #e3007f; */
    padding: 4% 0;
  }



















}