@charset "UTF-8";

/* CSS Document */
.nav-inquiry {
  border-bottom: 3px solid #80CED7 ;
}

.main {
  padding-top: 70px;
  text-align: left;
}

.section-lead {
  text-align: center;
}

.lead1 {
  margin-bottom: 60px;
}

.section-lead__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  padding: 0 7%;
  margin-bottom: 70px;
  border-left: solid #80CED7 16px;
  font-size: 2.8rem;
  font-weight: 600;
  text-align: center;
}

.section-lead__tel {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  color: #007EA7;
  font-size: 2.4rem;
  font-weight: 600;
}

.section-lead__tel__icon {
  width: 2.36%;
  max-width: 26px;
  margin-right: 1.81%;
}

.lead2 {
  padding: 0 12.27%;
  margin-bottom: 100px;
  color: #CC80CE;
  text-align: left;
}

.lead3, .lead4, .lead5 {
  padding: 0 6.36%;
  margin-bottom: 70px;
  text-align: left;
}

.lead3__emphasis {
  color: #CC80CE;
}

.lead5 {
  margin-bottom: 125px;
}

.form-area {
  padding-bottom: 70px;
}

.psskobe-form__item {
  /*display: flex;
  justify-content: space-between;
  align-items: center;*/
  padding: 0 6.36%;
  margin-bottom: 30px;
}

.psskobe-form__label {
  display: block;
}

.psskobe-form__required {
  color: #CC8080;
  padding-left: 1rem;
  font-size: 2.0rem;
}

.psskobe-form__input {
  width: 100%;
  height: 60px;
  border: #CCDBDC solid 1px;
}

#field-message {
  height: 360px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

.psskobe-form__submit button {
  margin-bottom: 100px;
  text-align: center;
  display: block;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding: 1rem 1rem;
  text-align: center;
  color: #FFF;
  background-color: #007EA7;
  border: 3px solid #007EA7;
  border-radius: 35px;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.8;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.5s;
}

.text__small {
  font-size: 2.0rem;
}

.psskobe-form__submit button:hover {
  opacity: 1;
}

.psskobe-form__submit button {
  position: relative;
  z-index: 1;
}

.psskobe-form__submit button::before {
  content: '';
  position: absolute;
  width: 0px;
  height: 0px;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 1;
}

@media (hover: hover) {
  .psskobe-form__submit:hover button::before {
    width: auto;
    height: 500%;
    opacity: 0;
    transition: 0.5s ease-in;
  }

  .psskobe-form__submit:hover button {
    color: #007EA7;
    background-color: #FFF;
    transition: color 0s, background-color 0.5s;
    transition-delay: 0.3s;
  }
}

@media (hover: none) {
  .psskobe-form__submite:active button::before {
    width: auto;
    height: 500%;
    top: -200%;
    left: 50%;
    opacity: 0;
    transition: 0.5s ease-in;
  }

  .psskobe-form__submit:active button {
    color: #007EA7;
    background-color: #FFF;
    transition: color 0s, background-color 0.5s;
    transition-delay: 0.3s;
  }
}

@media(min-width:429px) {
  a[href^="tel:"] {
    color: #007EA7;
    pointer-events: none;
    cursor: default;
    text-decoration: none;
}
}


@media(max-width:768px) {
  .section-lead__title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    padding: 0 7%;
    margin-bottom: 40px;
    border-left: solid #80CED7 15px;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
  }

  .section-lead__tel {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 79.36%;
    max-width: 250px;
    height: 50px;
    margin: 0 auto 40px;
    border-radius: 5px;
    background-color: #007EA7;
    color: #FFF;
    font-size: 1.8rem;
    font-weight: 600;
  }

  .section-lead__tel__icon {
    position: absolute;
    left: 6%;
    width: 8.25%;
    max-width: 26px;
    margin: unset;
  }

  a[href^="tel:"] {
    color: #FFF;
    text-decoration: none;
}

  .lead2 {
    padding: 0;
    margin-bottom: 60px;
    color: #CC80CE;
    text-align: left;
  }

  .lead3, .lead4, .lead5 {
    padding: 0;
    margin-bottom: 60px;
    text-align: left;
  }



  .psskobe-form__required {
    color: #CC8080;
    padding-left: 1rem;
    font-size: 1.4rem;
  }

  .psskobe-form__submit button {
    display: block;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    padding: 1.2rem 1rem;
    text-align: center;
    color: #FFF;
    background-color: #007EA7;
    border: 3px solid #007EA7;
    border-radius: 35px;
    font-size: 2.0rem;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: 0.5s;
  }

  .text__small {
    font-size: 1.2rem;
  }
}