html {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 62.5%;
}

.section-wrap {
  padding: 3.0em 2.0em;
}

@media screen and (min-width:1024px) {
  .section-wrap {
    padding: 8.0em 15.0em;
  }
}

.section-text {
  font-size: 1.6rem;
  line-height: 1.6;
  padding-top: 1.5em;
}

@media screen and (min-width:1024px) {
  .section-text {
    font-size: 1.6rem;
  }
}

.section-title {
  font-size: 3.2rem;
  font-weight: 900;
}

.section-link {
  text-decoration: none;
  color: #000;
}

.title-sub {
  font-size: 1.2rem;
  ;
}

.title-sub::before {
  content: '';
  border-left: 2px solid #DEDEDE;
  margin-right: 3px;
}

.sp {
  display: block;
}

@media screen and (min-width:768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width:768px) {
  .pc {
    display: block;
  }
}

header .navbar {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}

header .navbar-brand {
  background-image: url(../img/logo.png);
  display: inline-block;
  width: 4em;
  height: 4.2em;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width:1024px) {
  header .navbar-brand {
    margin-right: 30rem;
  }
}

header .navbar-brand__tel {
  background-image: url(../img/nav/tel.png);
  display: inline-block;
  width: 4em;
  height: 4.2em;
  background-position: center;
  background-size: cover;
}

header .navbar-toggler {
  font-size: 2.0rem;
}

@media screen and (min-width:1024px) {
  header .nav-link {
    font-size: 1.6rem;
    margin-right: 1.0em;
  }
}

#contents .top-image__wrap img{
  width: 100%;
}

#fvpage {
  padding-top: 30vw;
}

@media screen and (min-width:768px) {
  #fvpage {
    padding-top: 18vw;
  }
}

@media screen and (min-width:1024px) {
  #fvpage {
    padding-top: 18vw;
  }
}

#fvpage .title {
  font-size: 2.8rem;
}

#fvpage .list-content {
  font-size: 1.2rem;
}

#fvpage .list-content a{
  text-decoration: none;
  color: #000;
}

#contents .results-list__wrap {
  padding: 2em 2em;
  margin: 3em 0;
  background-color: #d6d6d6;
}

@media screen and (min-width:768px) {
#contents .results-list__wrap dt {
  font-size: 1.8rem;
  }
}

@media screen and (min-width:768px) {
#contents .results-list__wrap dd {
  font-size: 1.8rem;
  }
}

#company .company-content__image__wrap {
  text-align: center;
  padding-top: 3em;
}

#company .company-content__image {
  width: 30%;
}

@media screen and (min-width:1024px) {
  #company .company-content__image {
    width: 15%;
  }
}

#contact {
  background-color: #dedede;
}

#contact .contact-content__wrap {
  text-align: center;
  margin-top: 3em;
}

#contact .contact-button {
  background-color: #fff;
  padding: 1em 1em;
  border: none;
  font-size: 2.0rem;
}

@media screen and (min-width:1024px) {
  #contact .contact-button {
    font-size: 3.0rem;
    padding: 1.5em 1.5em;
    margin-top: 3em;
  }
}

  #contact .contact-button__sm {
    font-size: 1.2rem;
  }

  @media screen and (min-width:1024px) {
    #contact .contact-button__sm {
      font-size: 1.6rem;
    }
  }

  #contact .contact-action__wrap__soudan {
    background-color: #444;
    text-align: center;
    color: #fff;
    padding: 2em 2em;
  }

  @media screen and (min-width:1024px) {
    #contact .contact-action__wrap__soudan {
      padding: 6em 0;
    }
  }

  #contact .contact-action__wrap__soudan a {
    text-decoration: none;
    color: #fff;
  }

  #contact .contact-action__soudan__title {
    font-size: 2.4rem;
  }

  #contact .contact-action__soudan__text {
    font-size: 1.2rem;
  }

  #form {
    background-color: #444;
  }

  #form .form-title {
    font-size: 2.0rem;
    color: #fff;
  }

  #form .form-check-label {
    font-size: 1.6rem;
    color: #fff;
  }

  #form .form-btn {
    font-size: 2.0rem;
    color: #fff;
    margin-top: 2em;
  }

  #form .form-required {
    color: #f95151;
    font-size: 1.2rem;
  }

  #footer {
    text-align: center;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  #footer .footer-title {
    font-size: 2.0rem;
    font-weight: 700;
    padding-bottom: 2em;
  }

  #footer .footer-logo {
    width: 30%;
  }

  @media screen and (min-width:1024px) {
    #footer .footer-logo {
      width: 10%;
    }
  }

  #footer .footer-company {
    font-size: 1.2rem;
  }

  #footer .footer-adress {
    font-size: 1.2rem;
  }
