@charset "UTF-8";
/*media*/
html {
  font-size: 10px;
}
@media screen and (max-width: 1600px) {
  html {
    font-size: 0.62vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.67vw;
  }
}

body {
  font-weight: 500;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 1.2rem;
}

li, p, a, label {
  font-size: 2.3rem;
  line-height: 1.6em;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  li, p, a, label {
    font-size: 1.5rem;
  }
}

iframe {
  max-width: 100%;
}

a {
  color: #000;
  transition: all 0.4s;
}
a:hover {
  opacity: 0.7;
}

input[type=text], input[type=email], input[type=tel], input[type=text], input[type=radio], input[type=checkbox], select, textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

img {
  max-width: 100%;
  height: auto;
}

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

.mpc {
  display: none;
}
@media screen and (max-width: 1600px) {
  .mpc {
    display: block;
  }
}

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

header {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #000;
}

.in__box {
  max-width: 1220px;
  width: 100%;
  margin: auto;
  padding: 0 10px;
}

.flex__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*add 20260106*/
.area-title {
  padding: 15rem 0 10rem;
  color: #fff;
  font-size: 4.5rem;
  text-align: center;
  font-weight: bold;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.27em;
}
@media screen and (max-width: 767px) {
  .area-title {
    font-size: 2.5rem;
    padding: 10rem 0 6rem;
  }
}

.area-text {
  color: #CCB356;
  text-align: center;
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .area-text {
    font-size: 1.8rem;
  }
}

.about__area {
  padding-bottom: 15rem;
  background: #000;
}
@media screen and (max-width: 767px) {
  .about__area {
    padding-bottom: 14rem;
  }
}
.about__area .content {
  margin-top: 6rem;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .about__area .content {
    max-width: 1100px;
    margin: 6rem auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .about__area .content img {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .about__area .content img {
    width: 100%;
  }
}
.about__area .content-text {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 32rem;
  width: 44rem;
  padding: 6rem 0 0 9rem;
  background: url(../img/bg-01.jpg) no-repeat center/cover;
}
@media screen and (max-width: 767px) {
  .about__area .content-text {
    position: static;
    padding: 2rem;
    padding: 2rem;
    height: auto;
    margin-top: 3rem;
    text-align: center;
  }
}
.about__area .content-text .title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .about__area .content-text .title {
    font-size: 2rem;
  }
}
.about__area .content-text .title span {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem 0 0 10rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .about__area .content-text .title span {
    font-size: 1.4rem;
  }
}
.about__area .content-text p {
  padding-top: 4.3rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8em;
}
@media screen and (max-width: 767px) {
  .about__area .content-text p {
    text-align: center;
    font-size: 1.6rem;
  }
}

.staff__area {
  background: url(../img/bg-02.webp) no-repeat center/cover;
}
.staff__area ul li {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .staff__area ul li {
    width: 48%;
  }
}
.staff__area ul li .img {
  cursor: pointer;
  max-width: 500px;
  overflow: hidden;
  height: 505px;
}
@media screen and (max-width: 1600px) {
  .staff__area ul li .img {
    height: 62.5rem;
  }
}
@media screen and (max-width: 767px) {
  .staff__area ul li .img {
    height: 23.5rem;
  }
}
.staff__area ul li img {
  width: 100%;
  height: auto;
  transition: transform 0.6s ease; /* ゆっくり変化させる */
}
.staff__area ul li:hover img {
  transform: scale(1.1); /* 拡大 */
}
.staff__area ul li .tit {
  color: #fff;
  text-align: center;
  padding: 2rem 0 4rem;
  -webkit-text-stroke: 3px #000;
  text-stroke: 3px #000;
  paint-order: stroke;
}

.site__footer {
  display: flex;
  justify-content: center;
  padding: 4rem 0;
  background: #000;
}

@media screen and (max-width: 767px) {
  .logo-img {
    width: 30%;
    margin: auto;
    display: block;
  }
}/*# sourceMappingURL=style.css.map */