@charset "utf-8";

p {
  line-height: 32px;
}

.navbar {
  background-color: #ffff;
  height: 80px;
}

.subtitle {
  color: #F4A809;
  font-size: 1.5rem;
  margin-bottom: 0;
  margin-right: 2rem;
}

.navbar h2 {
  color:#F4A809;
}

@media (max-width: 991.98px) {
  .navbar {
    padding: 0 !important;
  }

  .navbar-brand {
    max-width: 31%;
  }

  .subtitle {
    display: none;
  }

  .tel-nav {
    max-width: 10rem;
    padding: 0;
  }
  .navbar h2 {
    display: none;
  }
  .navbar img {
    font-size:100vw;
  }
}

main h3 {
  color: #333;
}

#mv {
  background: url('/img/mv.jpg') no-repeat;
  background-size: cover;
  height: 100vh;
  padding-top: 80px;
}

.mv-white-bg {
  background-color: #ffff;
  border-radius: 50%;
  width: 450px;
  height: 450px;
  padding: 2rem;
  gap: 1.5rem;
  opacity: 0.8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mv-white-bg h1 {
  font-size: 2rem;
  line-height: 150%;
}

.logo {
  width: 100%;
}

@media (max-width: 991.98px) {
  #mv {
    background-position: center;
  }

  #mv h1 {
    font-size: 1.75rem;
  }

  .mv-white-bg {
    background: #ffffff;
    width: 360px;
    height: 360px;
  }
}

h1, h2, h3, h4, h5 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

p {
  font-family: 'M PLUS 2', sans-serif;
}

#vision {
  margin-top: 8rem;
}

@media (max-width: 991.98px) {
  #vision {
    margin-top: 4rem;
  }
}

#vision h2 {
  color: #57BD69;
  border-bottom: solid 2px;
  padding-bottom: 2rem;
}

#vision p {
  text-align: center;
}

#area {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #FFF9ED;
}

#area h2 {
  color: #F4A809;
}

#area hr {
  border-bottom: solid 2px #F4A809;
}

#feature {
  padding-top: 4rem;
}

#feature h2 {
  color: #57BD69;
}

#feature h3 {
  border-bottom: solid 2px #57BD69;
  padding-bottom: 16px;
  line-height: 38px;
}

.section1, .section3, .section5 {
  background-color: #ffff;
  background-size: contain;
  height: 32rem;
  justify-content: center;
  padding-top: 3.5rem;
  align-items: center;
  color: #333333;
}

.section2, .section4 {
  background-color: #F2FCF4;
  background-size: contain;
  height: 32rem;
  padding-top: 3.5rem;
}

.section4 table th, .section4 table td {
  padding: 0.375rem;
  font-family: 'M PLUS 2', sans-serif;
}

.section4 table th {
  font-weight: normal;
  white-space: nowrap;
  color: #57BD69;
}

@media (max-width: 991.98px) {
  .order-lg-10 {
    order: 10 !important;
  }

  .section1, .section2, .section3, .section4, .section5 {
    height: auto;
    padding: 2rem 1rem 1rem 1rem;

  }

  #feature h3 {
    font-size: 20px;
  }
}

#staff {
  background-color: #FFF9ED;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#staff h2 {
  color: #F4A809;
}

#staff hr {
  border-bottom: solid 2px;
  color: #F4A809;
}

#map {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#map h1, #map h2 {
  color: #57BD69;
}

#map p {
  margin-bottom: -8px;
}

#map hr {
  border-bottom: solid 2px;
  color: #57BD69;
}

#map table td, #map table th {
  font-family: 'M PLUS 2', serif;
  vertical-align: middle;
  padding: 1rem;
  border-top: solid 2px #57BD69;
  border-bottom: solid 2px #57BD69;
}

#map table th {
  color: #57BD69;
  font-weight: normal;
  white-space: nowrap;
}

@media (max-width: 991.98px) {
  iframe {
    width: 100%;
  }
}

#recruit {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #FFF9ED;
}

#recruit h2 {
  color: #F4A809;
}

#recruit hr {
  border-bottom: solid 2px;
  color: #F4A809;
}

#footer p {
  color: #3DAC50;
}

@media (max-width: 991.98px) {
  #footer img {
    width: 50%;
  }
}
