/*-------------------------------------

lp ページ

--------------------------------------*/

.html::before{
  content: nones;
}

@font-face {
  font-family: "LINESeedJP";
  src: url("../images/pages/lp/font/LINESeedJP_OTF_Bd.woff") format("woff2"),
    url("../images/pages/lp/font/LINESeedJP_OTF_Eb.woff") format("woff2"),
    url("../images/pages/lp/font/LINESeedSans_W_XBd.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.LINESeedJP {
  font-family: "LINESeedJP", sans-serif;
}
* {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
}

html {
  background: #f7f7f7;
  line-height: 1.5 !important;
  font-size: 10px;
}

body{
	margin: 0 !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  word-wrap: break-word;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.sp_only {
  display: none;
}
.myb-1r {
  margin-bottom: 1rem !important;
}
.myb-2r {
  margin-bottom: 2rem !important;
}
.myb-3r {
  margin-bottom: 3rem !important;
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
img {
  max-width: 100%;
}
.main-visual {
  position: relative;
}
.main-visual-img > img:nth-child(1) {
  width: 46%;
  position: absolute;
  left: 50%;
  top: 43%;
  transform: translate(-50%, -50%);
}
.fix-btn-lp {
  position: fixed;
  bottom: 6%;
  right: 1%;
  z-index: 99;
  width: 19em;
}

header {
  padding: 0;
  background: unset;
  position: absolute !important;
  z-index: 2;
  width: 100%;
  height: auto;
}
body#inquiry header,
body#completion header {
  display: flex;
  gap: 2rem;
  align-items: center;
  position: relative !important;
}

header img:nth-child(2) {
  width: calc(100% - 130px - 2rem)
}

header h1 {
  background: none;
  width: 130px;
}

#meiekiparklet header h1 img {
  background: #f8f7f3;
  padding: 1rem 2rem;
  width: 100%;
}

.catch-area {
  background: url("../images/pages/lp/bg01.png") no-repeat top;
  background-size: 100%;
  padding: 21% 0 4rem;
  margin-top: -18rem;
  position: relative;
}
.catch-area .catch-txt {
  background: url("../images/pages/lp/catch-bg.png") no-repeat top center;
  background-size: cover;
  padding: 8rem 0 19rem;
  width: 96%;
  margin: auto;
}

.catch01 {
  width: 250px;
  display: block;
  margin: auto;
}

.catch-txt > p:nth-child(2) {
  margin-top: 3rem;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 2.5;
}

.catch-bg01 {
  margin-top: -21rem;
}
.space-area {
  background: url("../images/pages/lp/bg01.png") no-repeat top 160px left;
  background-size: 100%;
}
.space-area .main-ttl {
  position: relative;
}

.space-area .main-ttl h2 {
  position: absolute;
  left: 50%;
  top: 70%;
  transform: translate(-50%, -50%);
}

.space-area .main-ttl h2:nth-child(2) > p {
  font-size: 3rem;
  background: #000;
  color: #f8e11b;
  width: fit-content;
  margin: auto;
  line-height: 1.5;
  margin-bottom: 5px;
  padding: 0 2rem;
}
.space-area .main-ttl h2:nth-child(2) > p span {
  color: #fff;
}

.space-area p.LINESeedJP {
  font-size: 3.4rem;
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 3px;
  letter-spacing: 3px;
  margin-top: 0;
}

.space-area p.LINESeedJP > span {
  color: #a71527;
  font-size: 5.8rem;
}

.map-box {
  position: relative;
}
.map-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #ffc625;
  padding: 34rem 11% 2rem;
  position: relative;
  border-radius: 20px;
  gap: 1rem;
}

.map-img > img:nth-child(1) {
  position: absolute;
  width: 78%;
  display: block;
  position: absolute;
  top: -31%;
  left: 50%;
  transform: translate(-50%, 0%);
}

.map-box {
  position: relative;
  margin-top: 33%;
}

.space-icon01,
.space-icon02,
.space-icon03 {
  position: absolute;
  z-index: 2;
}
.space-icon01 {
  width: 178px;
  top: -120px;
  left: -9px;
}
.space-icon03 {
  width: 200px;
  right: -90px;
  top: -19px;
}
.space-icon02 {
  bottom: -180px;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 110%;
  max-width: 110% !important;
  z-index: 2;
}

.map-img > dl {
  grid-area: 3 / 1 / 4 / 3;
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  gap: 2rem;
}

.map-img > dl > dt:nth-child(1) {
  color: #fff;
  font-size: 1.7rem;
  background: #b67d03;
  text-align: center;
  padding: 1rem;
}

.map-img > dl > dd:nth-child(2) {
  font-size: 1.6rem;
  margin: 0;
}

.passage-area {
  margin-top: -12rem;
  background: url("../images/pages/lp/bg02.png") no-repeat top center;
  background-size: auto;
  background-size: 100%;
  padding: 41rem 0 13rem;
  position: relative;
  z-index: -1;
}

.passage-area .main-ttl img:nth-child(1) {
  width: 65%;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
}

.passage-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  width: 88%;
  margin: 3rem auto;
}
.passage-txt {
  margin-bottom: 3rem;
}
.passage-txt > p:nth-child(1) {
  margin: auto;
}

.passage-txt > p:nth-child(1) > span {
  background: #000;
  color: #fff;
  display: block;
  font-size: 2.2rem;
  font-weight: bold;
  width: fit-content;
  margin: auto;
  margin-bottom: 1.5rem;
  padding: 0 1rem;
}

.passage-txt .attention-text {
  font-size: 1rem;
  text-align: center;
}

.features-area .main-ttl {
  position: relative;
}
.features-area .main-ttl h2 {
  font-size: 3rem;
  text-align: center;
  width: fit-content;
  margin: auto;
  position: relative;
}
.features-area .main-ttl h2::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -40%;
  width: 35px;
  height: 1px;
  background: #000;
  transform: rotate(45deg) translate(0%, -50%);
}
.features-area .main-ttl h2::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -40%;
  transform: rotate(-45deg) translate(0%, -50%);
  width: 35px;
  height: 1px;
  background: #000;
}

.features-area .feature-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 130px;
}
div.catch-block > p {
  font-size: 3rem;
  text-align: center;
}

div.catch-block > .catch-text {
  font-family: "LINESeedJP";
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}


div.catch-block > .catch-text .red-text {
  font-size: 2.2rem;
  background: #a71527;
  color: #fff;
  padding: 1rem 0.5em;
}

div.catch-block > .catch-text .yellow-text {
  font-size: 2.2rem;
  background: #fff000;
  color: #000;
  border: solid 1px #000;
  padding: 1rem 0.5em;
  font-weight: bold;
}
div.catch-block > .catch-text span:nth-child(3) {
  font-size: 2.7rem;
  display: flex;
  align-items: center;
  margin-left: -10px;
}
div.catch-block > .catch-text span:nth-child(3) span {
  font-size: 4.3rem;
}
div.catch-block p:nth-child(2) {
  font-size: 1.4rem;
  text-align: center;
  font-weight: bold;
}

.features-area {
  background: url("../images/pages/lp/bg01.png") no-repeat top 200px left 0;
  background-size: 100%;
}

.features-area .features-img {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 1rem;
  margin-top: 3rem;
  position: relative;
  padding: 0 1rem;
  z-index: 2;
}

.features-area .features-img::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 65%;
  background: #f0f2b9;
  background-size: auto;
  border: solid 1px #000;
  background-size: 100%;
  z-index: -1;
}

.utilization-box {
  background: #f7f7f7;
  border: solid 1px #251e1c;
  padding: 4rem;
  margin-top: 10rem;
}

.utilization-img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.utilization-ttl {
  max-width: 124% !important;
  position: absolute;
  top: 40%;
  left: 53%;
  transform: translate(-50%, -50%);
}

.utilization-icon01 {
  width: 46px;
  position: absolute;
  left: -66px;
  top: 40%;
}

.utilization-box {
  position: relative;
}
.utilization-icon02 {
  position: absolute;
  bottom: -15%;
  max-width: 110% !important;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 2;
}
.contact-area {
  background: url("../images/pages/lp/bg02.png") no-repeat top center;
  background-size: auto;
  background-size: 100%;
  padding: 33rem 0 20rem;
  margin-top: -14rem;
  position: relative;
}
.contact-area .main-ttl {
  position: relative;
}

.contact-area .main-ttl p:nth-child(2) {
  font-size: 1.8rem;
  text-align: center;
}
.contact-ttl {
  width: 23%;
  margin: auto;
  display: block;
  margin-bottom: 2rem;
}

.access-area {

  margin: 20rem auto 0;
  position: relative;
  z-index: 1;
}

.access-area > div:nth-child(1) {
  margin: auto;
  text-align: center;
}

.access-area .main-ttl h2:nth-child(1) {
  font-size: 3.4rem;
  text-align: center;
  margin-bottom: 3rem;
}


.tel-info > p:nth-child(1) {
  font-size: 2rem;
  margin-bottom: 0;
  margin-top: 4rem;
  font-family: "LINESeedJP", sans-serif;
}

.tel-info {
  text-align: center;
  font-family: "LINESeedJP", sans-serif;
}

.tel-info a {
  font-size: 5rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #000;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
  font-family: "LINESeedJP", sans-serif;
}

.icon-tel {
  width: 50px;
}

.btn {
  display: flex;
  font-size: 3rem;
  align-items: center;
  text-decoration: none;
  color: #000;
  gap: 1rem;
  color: #fff;
  justify-content: center;
  background: #c83b2d;
  width: fit-content;
  margin: 3rem auto;
  padding: 2rem 5rem;
  border-radius: 2rem;
}
.btn:hover {
  background: #000;
}
.icon-mail {
  width: 40px;
}

footer {
  background: url("../images/pages/lp/footer.png") no-repeat top center;
  background-size: auto;
  background-size: 100%;
  padding: 25rem 0 3rem;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  z-index: 2;
}

footer p {
  text-align: center;
  float: unset;
}
#meiekiparklet footer {
  margin-top: -18rem;
}
footer ul.clearfix {
  display: none;
}

.pagetop {
  display: none !important;
}



@media screen and (max-width: 736px) {



  .inner, .feature-inner, #service-wrapper {
    width: 94%;
    margin: 0 auto;
  }

  body {
    margin: 0 !important;
  }
  .sp_only {
    display: inherit;
  }
  .pc_only {
    display: none;
  }
  .main-visual-img > img:nth-child(1) {
    width: 80%;
    top: 46%;
  }
  
  header{
    padding: 0 !important;
    margin: 0 !important;
  } header h1{
    width: 100px !important;

  }
  header h1:nth-child(1) > a:nth-child(1) > img:nth-child(1){
  width: 100px !important;
  padding: 0 !important;
  background: none;
 }


header img:nth-child(2) {
  width: calc(100% - 100px - 0rem)
}

  .catch-area {
    background: url("../images/pages/lp/bg01-sp.png") no-repeat top;
    background-size: 100%;
    padding: 0 0 10rem;
    margin-top: -10rem;
    position: relative;
    padding: 4rem 0;
    margin-top: -1rem;
  }
  .catch-area .catch-txt {
    background: url("../images/pages/lp/catch-bg-sp.png") no-repeat top center;
    background-size: auto;
    background-size: cover;
    padding: 5rem 0;
    background-size: 100%;
    width: 100%;
    margin: auto;
  }

  .catch01 {
    width: 120px;
  }

  .catch-bg01 {
    margin-top: -7rem;
  }

  .catch-txt > p:nth-child(2) {
    font-size: 1rem;
  }

  .space-area .main-ttl h2:nth-child(2) > p {
    font-size: 1.5rem;
  }

  .space-area .main-ttl h2 {
    width: 62%;
  }

  .space-icon03 {
    display: none;
  }

  .space-icon01 {
    display: none;
  }

  .map-img {
    padding: 22rem 5% 5rem;
  }

  .map-img > img:nth-child(1) {
    width: 90%;
    top: -11%;
  }

  .map-img > dl {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .map-img > dl > dt:nth-child(1) {
    font-size: 1.2rem;
  }

  .map-img > dl > dd:nth-child(2) {
    font-size: 0.9rem;
    font-weight: bold;
  }

  .passage-area {
    margin-top: 6rem;
    background: url("../images/pages/lp/bg02-sp.png") no-repeat top center;
    background-size: 100%;
    padding: 10rem 0 5rem;
  }
  .space-area p.LINESeedJP {
    font-size: 1.4rem;
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 3px;
    letter-spacing: 1px;
    margin: 1em 0 5.5em;
  }

  .space-area p.LINESeedJP > span {
    font-size: 2.5rem;
  }
  .passage-txt .attention-text {
    line-height: 2;
  }
  .space-icon02 {
    bottom: -50px;
    width: 100%;
    max-width: 100% !important;
  }

  .map-box {
    margin-top: 18%;
  }

  .passage-img {
    gap: 1rem;
    width: 100%;
    margin: 1rem auto;
  }

  .passage-area .main-ttl img:nth-child(1) {
    width: 93%;
    margin-bottom: 1rem;
  }

  .passage-txt > p:nth-child(1) > span {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    padding: 0.5rem 1rem;
  }

  .passage-area > div:nth-child(1) > img:nth-child(4) {
    height: 44px;
    object-fit: cover;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 110% !important;
  }
  .features-area .main-ttl h2 {
    font-size: 1.4rem;
  }

  div.catch-block > p {
    font-size: 2rem;
  }

  div.catch-block > .catch-text {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }
  div.catch-block > .catch-text .red-text {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }

  div.catch-block > .catch-text .yellow-text {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }

  div.catch-block > .catch-text {
    font-size: 1.4rem;
  }

  div.catch-block p:nth-child(2) {
    font-size: 0.8rem;
  }
  .features-area .main-ttl h2::before {
    left: -60%;
    width: 25px;
  }

  .features-area .main-ttl h2::after {
    right: -60%;
    width: 25px;
  }

  .features-area .features-img {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .features-area .features-img::before {
    height: 85%;
  }
  .features-img > img {
    width: 31%;
  }

  .feature-ttl {
    display: none;
  }

  .utilization-box {
    padding: 1rem;
    margin-top: 4rem;
  }


  .utilization-box div.catch-block > .catch-text .red-text {
    /* font-size: 1.2rem; */
    /* font-size: .2rem; */
    /* font-size: .rem; */
    font-size: 0.8rem;
  }
  .utilization-box div.catch-block > .catch-text .yellow-text {
    font-size: 1.2rem;
    padding: 0.5rem 1rem;
  }
  .utilization-box div.catch-block > .catch-text {
    font-size: 1.1rem;
  }
  div.catch-block > .catch-text span:nth-child(3)  {
    width: 100%;
    display: block;
    font-size: 1.2rem;
  }
  div.catch-block > .catch-text span:nth-child(3) >span {
    font-size: 1.8rem;
  }
  .utilization-box
    div.catch-block:nth-child(2)
    > p:nth-child(1)
    > span:nth-child(1) {
    font-size: 1.1rem;
  }
  .utilization-ttl {
    display: none;
  }

  .utilization-img {
    gap: 1rem;
  }

  .utilization-icon01 {
    display: none;
  }
  .utilization-icon02 {
    display: none;
  }

  .contact-area {
    padding: 12rem 0 5rem;
    margin-top: 1rem;
    background: url("../images/pages/lp/bg02-sp.png") no-repeat top center;
    background-size: 100%;
  }

  .contact-ttl {
    width: 33%;
  }
  .contact-area .main-ttl p:nth-child(2) {
    font-size: 0.9rem;
    margin: 2rem 0px;
  }


.access-area  iframe{
  width: 100%;
  height: 300px;
}


.access-area .main-ttl h2:nth-child(1) {
  font-size: 2rem;
  margin-bottom: 2rem;
}

.access-area {
  margin: 5rem auto 0;
}


  .tel-info p:nth-child(1) {
    font-size: 1rem;
    margin-top: 2rem;
  }

  .tel-info  a {
    font-size: 2.5rem;
  }

  .icon-tel {
    width: 26px;
  }

  .btn {
    font-size: 1.5rem;
    margin: 1rem auto;
    padding: 1.5rem 2rem;
    border-radius: 1rem;
  }

  .icon-mail {
    width: 20px;
  }

 footer {
    background-size: 159%;
    padding: 11rem 0 5rem !important;
    font-size: 0.6rem;
    margin-top: 3rem;
  }
  #meiekiparklet footer {
    margin-top: -3rem;
  }

  .sp-footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 10;
  }
  .sp-footer ul{
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0  !important;
    padding: 0 !important;
  }
  .sp-footer li {
   
    list-style: none;

  }
  .sp-footer li:nth-child(1) > a:nth-child(1) > img:nth-child(1) {

  width: 18px;
}

  .sp-footer li {
    display: flex;
    height: 100%;
    align-items: center;
    gap: 1rem;
    justify-content: center;
    background: #ff971d;
    text-decoration: unset;
    font-size: 1.6rem;

  }
  .sp-footer li a{
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  height: 100%;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  background: #ff971d;
  text-decoration: unset;

  }
}
