@charset "UTF-8";
/*
Theme Name: heros
Version: 1.0
Description: herosオリジナルテーマ
Author: mido
*/
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.5;
}

a {
  color: #333;
  text-decoration: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

li {
  list-style: none;
}

main {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 60px;
}
@media (max-width: 480px) {
  main {
    padding: 0 20px;
  }
}

h1 {
  font-size: 2.5rem;
  font-weight: 600;
}
@media (max-width: 880px) {
  h1 {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  h1 {
    font-size: 1.5rem;
  }
}

.header-logo-group {
  padding: 35px 0 10px 0;
  display: flex;
  height: 120px;
  align-items: center;
}
@media (max-width: 660px) {
  .header-logo-group {
    height: 60px;
    flex-direction: column;
  }
}
@media (max-width: 880px) {
  .header-logo-group {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .header-logo-group {
    align-items: flex-start;
    margin: 13px 5px 15px 0;
  }
}

.header-logo-text {
  text-align: center;
}

.header-logo {
  max-width: 100px;
}
@media (max-width: 480px) {
  .header-logo {
    max-width: 80px;
  }
}

.header-h2 {
  font-size: 1.7rem;
}
@media (max-width: 880px) {
  .header-h2 {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  .header-h2 {
    font-size: 1.1rem;
  }
}

.header-button-group-contact {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.header-button-line {
  max-width: 120px;
}
@media (max-width: 480px) {
  .header-button-line {
    max-width: 100px;
  }
}

.header-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
@media (max-width: 830px) {
  .header-flex {
    padding-top: 10px;
  }
}
@media (max-width: 480px) {
  .header-flex {
    flex-direction: column-reverse;
    align-items: baseline;
    padding-bottom: 0;
  }
}

.header-text {
  text-align: right;
  font-size: 2.5rem;
  font-weight: 600;
  margin: 0 20px 20px 0;
}
@media (max-width: 880px) {
  .header-text {
    font-size: 2rem;
  }
}
@media (max-width: 480px) {
  .header-text {
    font-size: 1.6rem;
    margin: 0px 10px 10px 0;
    font-size: 1.3rem;
  }
}

.header-button-mail,
.header-button-tel {
  margin-right: 10px;
  max-width: 150px;
}
@media (max-width: 660px) {
  .header-button-mail,
  .header-button-tel {
    max-width: 110px;
  }
}

.header-button-tel [href^="tel:"] {
  pointer-events: none;
}
@media (max-width: 1170px) {
  .header-button-tel [href^="tel:"] {
    pointer-events: auto;
  }
}

.header-button-group {
  text-align: right;
  justify-content: right;
  padding-right: 30px;
  background-color: antiquewhite;
  display: flex;
  padding: 20px 0 20px 0;
}
@media (max-width: 830px) {
  .header-button-group {
    padding-right: 0;
  }
}

.header-button-group ul {
  display: flex;
}

.header-button-group li {
  margin-right: 30px;
  font-size: 1.5rem;
}
@media (max-width: 480px) {
  .header-button-group li {
    font-size: 0.9rem;
  }
}

.top-h2 {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 20px 0 0 20px;
}
@media (max-width: 480px) {
  .top-h2 {
    font-size: 1.4rem;
  }
}

.top {
  width: 90%;
  margin: 0 auto;
}

.top-txt {
  font-size: 2rem;
  padding-top: 20px;
}
@media (max-width: 480px) {
  .top-txt {
    font-size: 1.4rem;
  }
}

.onayami-text3 {
  font-size: 2.4rem;
  font-weight: 600;
  padding: 50px 20px 40px 20px;
  text-align: center;
  line-height: 2.3;
}
@media (max-width: 880px) {
  .onayami-text3 {
    font-size: 2.3remc;
  }
}
@media (max-width: 480px) {
  .onayami-text3 {
    font-size: 1.8rem;
    line-height: 2.3;
  }
}

.onayami-flex {
  margin-bottom: 30px;
  display: flex;
}
@media (max-width: 480px) {
  .onayami-flex {
    flex-direction: column;
  }
}

.onayami-pic2 {
  margin: 0 auto;
}
@media (max-width: 480px) {
  .onayami-pic2 {
    margin-top: 30px;
  }
}

.onayami-pic3 {
  width: 68%;
  margin: 50px auto;
}
@media (max-width: 480px) {
  .onayami-pic3 {
    margin-top: 80px;
  }
}

.onayami3-text {
  text-align: center;
  font-size: 2rem;
  margin: 10px auto 50px auto;
}
@media (max-width: 480px) {
  .onayami3-text {
    font-size: 1.6rem;
    margin: 0 10px 30px 10px;
  }
}

.onayami3-text-br {
  display: none;
}
@media (max-width: 660px) {
  .onayami3-text-br {
    display: block;
  }
}

.onayami1-text-br {
  display: none;
}
@media (max-width: 660px) {
  .onayami1-text-br {
    display: block;
  }
}

.onayami-text2,
.onayami-text-question {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 2.5;
}
@media (max-width: 480px) {
  .onayami-text2,
  .onayami-text-question {
    font-size: 1.8rem;
    margin: 30px 10px;
  }
}

.onayami-br {
  display: none;
}
@media (max-width: 480px) {
  .onayami-br {
    display: block;
  }
}

.onayami-br2 {
  display: none;
}
@media (max-width: 830px) {
  .onayami-br2 {
    display: block;
  }
}

.onayami1-text,
.onayami2-text {
  text-align: center;
  padding-top: 20px;
  font-size: 1.6rem;
}

.onayami-dots {
  background-image: radial-gradient(circle at center, orange 20%, transparent 20%);
  /* 点の色とサイズ調整 */
  background-position: top right;
  /* 点の位置 */
  background-repeat: repeat-x;
  /* 横方向に繰り返し */
  background-size: 1em 0.3em;
  /* 点の間隔とサイズ調整 */
  padding-top: 0.4em;
  /* 縦方向の位置調整 */
  color: #F77905;
}

.strongpoint {
  padding-top: 110px;
}
@media (max-width: 480px) {
  .strongpoint {
    padding-top: 50px;
  }
}

.strongpoint-h3-icon {
  margin-right: 30px;
  max-width: 80px;
}
@media (max-width: 480px) {
  .strongpoint-h3-icon {
    max-width: 50px;
  }
}

.strongpoint-title-flex {
  display: flex;
  align-items: center;
  margin: 70px 25px;
}
@media (max-width: 480px) {
  .strongpoint-title-flex {
    margin: 0 20px;
  }
}

.strongpoint1-icon,
.strongpoint2-icon {
  max-width: 100px;
  margin-right: 30px;
}
@media (max-width: 480px) {
  .strongpoint1-icon,
  .strongpoint2-icon {
    max-width: 65px;
  }
}

.strongpoint-flex {
  justify-content: center;
}

.strongpoint-flex1,
.strongpoint-flex2 {
  align-items: center;
  display: flex;
  margin: 0 15px;
}

.strongpoint-flex1 {
  display: flex;
  margin-top: 30px;
  margin-bottom: 30px;
}

.strongpoint-flex2 {
  margin-bottom: 30px;
}

.strongpoint1-text,
.strongpoint2-text {
  font-size: 1.7rem;
  font-weight: 600;
  flex: 1;
}
@media (max-width: 830px) {
  .strongpoint1-text,
  .strongpoint2-text {
    font-size: 1.5rem;
  }
}

.strongpoint-h2 {
  font-size: 2.2rem;
  color: #F77905;
}
@media (max-width: 480px) {
  .strongpoint-h2 {
    font-size: 1.7rem;
  }
}

.strongpoint-line {
  background: linear-gradient(transparent 70%, yellow 70%);
}

.strongpoint-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.strongpoint-text-group {
  text-align: left;
}

.content-group {
  margin: 70px 50px;
}
@media (max-width: 480px) {
  .content-group {
    width: 93%;
    margin: 0 auto;
  }
}

.content-flex1,
.content-flex2 {
  display: flex;
  margin-bottom: 45px;
}
@media (max-width: 480px) {
  .content-flex1,
  .content-flex2 {
    display: none;
  }
}

.splide {
  display: none;
}
@media (max-width: 480px) {
  .splide {
    display: block;
    margin-bottom: 20px;
  }
}

.splide__text {
  text-align: center;
  font-size: 1.6rem;
  margin: 20px 0 30px 0;
}

.content-icon {
  margin-right: 30px;
  max-width: 80px;
}
@media (max-width: 480px) {
  .content-icon {
    max-width: 50px;
  }
}

.content-text {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 10px;
}

.content-text-small1 {
  margin-top: 30px;
}

.content-text-small1,
.content-text-small2,
.content-text-small3 {
  font-size: 1.6rem;
}

.content-text-group {
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
@media (max-width: 830px) {
  .content-text-group {
    margin: 0 10px 0 10px;
  }
}

.content-h2 {
  color: #F77905;
  font-size: 2.2rem;
}
@media (max-width: 480px) {
  .content-h2 {
    font-size: 1.6rem;
  }
}

.content-title-flex {
  display: flex;
  align-items: center;
  margin: 70px 25px;
}
@media (max-width: 480px) {
  .content-title-flex {
    margin: 40px 20px 0 20px;
  }
}

.content-group-each {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .content-group-each {
    padding: 50px 0 20px 0;
  }
}

.request-number {
  width: 4%;
  margin-right: 30px;
}
@media (max-width: 830px) {
  .request-number {
    margin-bottom: 15px;
  }
}

.request-number-text {
  font-size: 1.6rem;
  text-align: left;
}
@media (max-width: 480px) {
  .request-number-text {
    text-align: left;
  }
}

.request-text-wrapper {
  display: flex;
  justify-content: center;
  line-height: 1.5;
}

.request-flex {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media (max-width: 830px) {
  .request-flex {
    flex-direction: column;
  }
}

.request-group {
  margin-top: 50px;
  text-align: center;
}
@media (max-width: 830px) {
  .request-group {
    margin: 50px 10px;
  }
}

.request-title-flex {
  display: flex;
  align-items: center;
  margin: 70px 25px;
}
@media (max-width: 480px) {
  .request-title-flex {
    margin: 60px 20px 0 20px;
  }
}

.request-title-wrapper {
  display: flex;
  justify-content: flex-end;
}

.request-h3 {
  color: #F77905;
  font-size: 2.2rem;
}
@media (max-width: 480px) {
  .request-h3 {
    font-size: 1.6rem;
  }
}

.request-h3-icon {
  margin-right: 30px;
  max-width: 80px;
}
@media (max-width: 480px) {
  .request-h3-icon {
    max-width: 50px;
  }
}

.request-text {
  font-size: 2rem;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 480px) {
  .request-text {
    font-size: 1.4rem;
    margin: 0 10px;
  }
}

.request-text-br {
  display: none;
}
@media (max-width: 365px) {
  .request-text-br {
    display: block;
  }
}

.request-button-mail,
.request-button-tel {
  width: 20%;
}
@media (max-width: 480px) {
  .request-button-mail,
  .request-button-tel {
    width: 30%;
  }
}

.line-it-button {
  display: block;
  margin: 0 auto 10px auto;
  max-width: 200px;
}

.request-button-flex {
  display: flex;
  justify-content: center;
  margin: 50px auto;
}

.request-women-group {
  display: flex;
  justify-content: center;
}

.request-women-text {
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .request-women-text {
    font-size: 1.5rem;
  }
}

.request-women {
  max-width: 250px;
}
@media (max-width: 480px) {
  .request-women {
    max-width: 180px;
  }
}

.request-women-wrapper {
  margin-bottom: 70px;
}

.request-button-line {
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 660px) {
  .request-button-line {
    max-width: 100px;
  }
}

.footer {
  margin-top: 45px;
  padding: 30px 50px;
  background-color: antiquewhite;
}
@media (max-width: 480px) {
  .footer {
    padding: 20px 15px 10px 15px;
  }
}

.footer-logo {
  width: 7%;
  margin-bottom: 10px;
  margin-right: 10px;
}
@media (max-width: 480px) {
  .footer-logo {
    width: 16%;
  }
}

.footer-name {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-address {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .footer-address {
    font-size: 1.4rem;
  }
}

.footer-text1 {
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .footer-text1 {
    font-size: 1.4rem;
  }
}

.footer-text2 {
  margin-bottom: 30px;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .footer-text2 {
    font-size: 1.4rem;
  }
}

.footer-button-group ul {
  display: flex;
  justify-content: center;
}

.footer-button-group li {
  margin-right: 20px;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  .footer-button-group li {
    font-size: 1.1rem;
    margin-bottom: 50px;
  }
}

.footer-logo-flex {
  display: flex;
  margin-top: 30px;
}

.small {
  text-align: center;
  display: block;
}

.splide__slide img {
  height: auto;
  width: 100%;
}

/* TOPボタン */
#scrollToTopBtn {
  display: none;
  /* ボタンの非表示 */
  position: fixed;
  bottom: 20px;
  right: 5px;
  background-color: #F9B576;
  color: #fff;
  border: none;
  border-radius: 10%;
  padding: 10px;
  cursor: pointer;
  z-index: 999;
  opacity: 0.6;
  font-size: 1.6rem;
}
@media (max-width: 480px) {
  #scrollToTopBtn {
    bottom: 10px;
    padding: 6px;
  }
}

/* ボタンの表示/非表示 */
#scrollToTopBtn.active {
  display: block;
}

.contact {
  max-width: 960px;
  /*横幅*/
  margin: 0 auto;
  /*中央寄せ*/
  padding: 60px 0;
}

#contact-id {
  margin: 0 20px;
}

.contact-title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #F77905;
  margin-top: 10px;
  margin-bottom: 50px;
}

.contact-title-small {
  text-align: center;
  font-size: 1.4rem;
  color: gray;
  margin-top: 80px;
}

.lead {
  margin-bottom: 40px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 100px;
}

.label-area {
  font-size: 1.6rem;
}
@media (max-width: 830px) {
  .label-area {
    font-size: 1.4rem;
  }
}

.input-area {
  border: 1px solid;
  height: 30px;
  display: block;
}
@media (max-width: 480px) {
  .input-area {
    margin-top: 15px;
  }
}

.input-area-inquiry {
  border: 1px solid;
  height: 200px;
}
@media (max-width: 480px) {
  .input-area-inquiry {
    margin-top: 15px;
  }
}

.wpcf7-form-control-wrap {
  height: 100%;
  display: block;
}

.input-area p {
  height: 100%;
}

.input-area-inquiry p {
  height: 100%;
}

.wpcf7-validates-as-required {
  font-size: 1.5rem;
  padding: 3px 0px 4px 10px;
  height: 100%;
  width: 100%;
}

.input-box {
  display: flex;
  margin-bottom: 50px;
  justify-content: center;
}
@media (max-width: 480px) {
  .input-box {
    flex-direction: column;
  }
}

.input-box > p {
  width: 200px;
}

.label-area {
  margin-right: 20px;
}

.form-field input {
  height: 30px;
}

.action-box {
  width: 100px;
  margin: 0 auto 100px auto;
  border-radius: 10px;
}

.haveto {
  color: #F77905;
  margin-left: 4px;
  font-size: 1.3rem;
}

.has-spinner {
  color: #fff;
  font-size: 1.7rem;
  background-color: #F9B576;
  text-align: center;
  width: 80px;
  height: 40px;
  border-radius: 10px;
}

.wpcf7-list-item input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.wpcf7-list-item {
  text-align: center;
  display: block;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #F9B576;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */