@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #505050;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.inner {
  max-width: 1020px;
  margin: 0 auto;
  padding: 0 30px;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.section__title {
  position: relative;
  padding-bottom: 16.5px;
  font-size: 3rem;
  display: inline-block;
}

.section__title::before {
  position: absolute;
  border-bottom: 2px solid #505050;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  content: "";
}

.header {
  height: 50px;
}
.header__inner {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 69px 0 60px;
}
@media screen and (max-width: 767px) {
  .header__inner {
    padding: 0;
  }
}
.header__logo-link {
  display: block;
  height: 100%;
  display: grid;
  place-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  .header__logo-link {
    margin-left: 20px;
  }
}
.header__logo-link:hover {
  opacity: 0.5;
}
.header__title {
  font-size: 2rem;
}
.header__nav {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}
.header__nav-item {
  text-align: center;
}
.header__nav-item:nth-child(2) {
  margin-left: 42px; /* お好みの値に調整してください */
}
.header__nav-link {
  display: block;
  height: 100%;
  display: grid;
  place-items: center;
  font-size: 2rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.header__nav-link:hover {
  opacity: 0.5;
}

.fv {
  position: relative;
}
.fv__img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .fv__img {
    background-image: url(../img/fv-sp.jpg);
  }
}
.fv__text {
  position: absolute;
  font-size: 3.7037037037vw;
  top: 4.6296296296vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .fv__text {
    white-space: nowrap;
    font-size: 3.5rem;
    padding-top: 28px;
  }
}
@media screen and (max-width: 374px) {
  .fv__text {
    font-size: 3rem;
  }
}

#menu {
  text-align: center;
  padding: 54px 0 39px 0;
}
@media screen and (max-width: 767px) {
  #menu {
    padding: 50px 0 20px 0;
  }
}
#menu .card__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30.5px;
  gap: 3.125%;
}
@media screen and (max-width: 767px) {
  #menu .card__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 29.5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#menu .card__item {
  width: 31.25%;
}
@media screen and (max-width: 767px) {
  #menu .card__item {
    width: 100%;
  }
}
#menu .card__img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #menu .card__img {
    width: 100%;
    margin-bottom: 20px;
  }
}
#menu .card__body .card__title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 9px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  #menu .card__body .card__title {
    margin-bottom: 9px;
  }
}
#menu .card__body .card__text {
  font-size: 1.5rem;
  line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
  #menu .card__body .card__text {
    margin-bottom: 24px;
  }
}

#about {
  text-align: center;
  padding: 44px 0 48px 0;
  background-color: rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 767px) {
  #about {
    padding: 45px 0 50px 0;
  }
}
#about .about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #about .about__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 30.5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#about .about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#about .about__title {
  font-size: 2.2rem;
  margin: 49.5px 0 22px 0;
  line-height: 1.5;
  text-align: left;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  #about .about__title {
    margin: 28px 0 22px 0;
    text-align: left;
  }
}
@media screen and (max-width: 374px) {
  #about .about__title {
    font-size: 2rem;
  }
}
#about .about__text {
  font-size: 1.8rem;
  margin-bottom: 22px;
  line-height: 1.8333333333;
  text-align: left;
  padding-right: 5%;
}
@media screen and (max-width: 767px) {
  #about .about__text {
    padding: 0;
  }
}
#about .button-link {
  width: 250px;
  height: 55px;
  font-size: 2.5rem;
  border: 1px solid #000;
  color: #fff;
  background-color: #505050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 767px) {
  #about .button-link {
    width: 315px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 374px) {
  #about .button-link {
    width: 100%;
  }
}
#about .button-link:hover {
  color: #000;
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#about .button-link a {
  color: #fff;
  font-size: 2.5rem;
}
#about .about__img {
  margin-top: 30.5px;
  width: 46.875%;
}
@media screen and (max-width: 767px) {
  #about .about__img {
    width: 100%;
    margin: 0;
  }
}

.footer {
  background-color: #505050;
}
@media screen and (max-width: 767px) {
  .footer {
    width: 100%;
  }
}
.footer p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 29px 0 30px 0;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1.7rem;
    padding: 30px 0 29px 0;
    line-height: 1.9411764706;
  }
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

.u-ib {
  display: inline-block;
}/*# sourceMappingURL=style.css.map */