@charset "UTF-8";
.page-top .mv {
  margin-bottom: 95px;
  position: relative;
}
@media only screen and (min-width: 1921px) {
  .page-top .mv {
    width: 1920px;
    margin: 0 auto 95px;
  }
}
@media only screen and (max-width: 980px) {
  .page-top .mv {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .mv {
    margin-top: 50px;
    height: auto;
  }
}
.page-top .mv__sc {
  max-width: 28px;
  position: absolute;
  top: 37%;
  left: 4%;
}
@media only screen and (max-width: 768px) {
  .page-top .mv__sc {
    width: 110px;
    width: 29.3333333333vw;
    top: auto;
    bottom: 8%;
    left: 7%;
  }
}
.page-top .mv__inner {
  max-width: 1080px;
  width: calc(100% - 40px);
  margin: 0 auto;
  color: #fff;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
}
@media only screen and (max-width: 768px) {
  .page-top .mv__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 1600px) {
  .page-top .mv__inner {
    padding-left: 50px;
    width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .mv__inner {
    width: calc(100% - 60px);
    top: 10%;
    padding-left: 0;
    display: block;
  }
}
.page-top .mv__h2 {
  max-width: 547px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .page-top .mv__h2 {
    max-width: 431px;
    width: 70%;
    margin-bottom: 20px;
  }
}
.page-top .mv__body {
  display: table;
}
@media only screen and (max-width: 768px) {
  .page-top .mv__body {
    margin-bottom: 100px;
  }
}
.page-top .mv__sub {
  font-size: 32px;
  font-weight: 500;
  line-height: 200%;
}
@media only screen and (max-width: 768px) {
  .page-top .mv__sub {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 170%;
  }
}
.page-top .mv__main {
  width: 1764px;
  margin-left: 10%;
}
@media only screen and (max-width: 768px) {
  .page-top .mv__main {
    position: static;
    width: 100%;
    height: auto;
    margin-left: 0;
  }
}
.page-top .infra {
  max-width: 1200px;
  margin: 0 auto 120px;
}
@media only screen and (max-width: 768px) {
  .page-top .infra {
    margin: 0 auto 40px;
  }
}
.page-top .infra__inner {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-top .infra__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-top .infra__inner {
    max-width: 500px;
    width: calc(100% - 60px);
    display: block;
  }
}
.page-top .infra__pict {
  max-width: 757px;
}
@media only screen and (min-width: 769px) {
  .page-top .infra__pict {
    width: 80%;
    position: absolute;
    top: 0;
    right: -20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .infra__pict {
    width: 100%;
    margin-bottom: 25px;
  }
}
.page-top .infra__body {
  display: table;
  max-width: 524px;
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .infra__body {
    position: static;
    max-width: 100%;
  }
}
.page-top .infra__inbox {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 20px 15px 60px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .page-top .infra__inbox {
    padding: 15px 20px 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .infra__inbox {
    max-width: 100%;
    padding: 0;
  }
}
.page-top .infra__h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .infra__h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.page-top .infra__ttl {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .page-top .infra__ttl {
    font-size: 16px;
    line-height: 160%;
  }
}
.page-top .infra__btn {
  display: table;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 16px;
  background-color: #0071aa;
  border: solid 1px #0071aa;
  color: #fff;
  max-width: 257px;
  width: 100%;
  box-sizing: border-box;
}
.page-top .infra__btn:hover {
  color: #0071aa;
  background-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-top .infra__btn {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-top .infra__btn {
    margin: 0;
  }
}
.page-top .work {
  margin: 0 auto 170px;
  position: relative;
}
@media only screen and (min-width: 769px) {
  .page-top .work {
    max-width: 1920px;
    width: 100%;
    background: url(../img/pict02.png) no-repeat left top/1460px;
    height: 540px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .work {
    background: url(../img/pict02-sp.jpg) no-repeat left top/95%;
    margin: 0 auto 75px;
  }
}
.page-top .work__item {
  max-width: 1920px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
  justify-content: end;
}
@media only screen and (max-width: 980px) {
  .page-top .work__item {
    height: auto;
    padding-top: 0;
  }
}
.page-top .work__item:not(:last-child) {
  margin-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  .page-top .work__item:not(:last-child) {
    margin-bottom: 50px;
  }
}
.page-top .work__box {
  max-width: 1460px;
  width: 75%;
  background-color: #fcfcfc;
  padding: 55px 20px 55px 50px;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .page-top .work__box {
    box-shadow: 5px 7px 8px rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: -20px;
    right: 0;
    z-index: 2;
  }
}
@media only screen and (max-width: 980px) {
  .page-top .work__box {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .work__box {
    width: 95%;
    margin: 55px 0 0;
    padding: 30px 15px;
    box-sizing: border-box;
  }
}
.page-top .work__inbox {
  max-width: 767px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .page-top .work__inbox {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-top .work__inbox {
    display: block;
    margin: 0 auto;
  }
}
.page-top .work__img {
  max-width: 156px;
  width: 21%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .page-top .work__img {
    max-width: 150px;
    width: 50%;
    margin: 0 auto 30px;
  }
}
.page-top .work__body {
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .page-top .work__body {
    max-width: 580px;
    width: 75%;
  }
}
@media only screen and (min-width: 769px) {
  .page-top .work__body--r {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .work__body--02 {
    padding: 0;
  }
}
.page-top .work__ttl {
  font-size: 24px;
  line-height: 170%;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .work__ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.page-top .work__txt {
  font-size: 18px;
  line-height: 200%;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .work__txt {
    font-size: 16px;
    line-height: 180%;
    margin-bottom: 30px;
  }
}
.page-top .work__btn {
  display: table;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 16px;
  background-color: #0071aa;
  border: solid 1px #0071aa;
  color: #fff;
  max-width: 257px;
  width: 100%;
  box-sizing: border-box;
}
.page-top .work__btn:hover {
  color: #0071aa;
  background-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-top .work__btn {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 12px 0px;
  }
}
.page-top .slider {
  margin-bottom: 95px;
}
@media only screen and (max-width: 768px) {
  .page-top .slider {
    margin-bottom: 75px;
  }
}
.page-top .slider .swiper-slide {
  max-width: 370px;
}
@media only screen and (max-width: 768px) {
  .page-top .slider .swiper-slide {
    width: 75%;
  }
}
.page-top .city {
  max-width: 1920px;
  height: 800px;
  margin: 0 auto 100px;
  padding-top: 120px;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-top .city {
    height: auto;
    padding: 0;
    margin: 0 auto 50px;
  }
}
@media only screen and (min-width: 769px) {
  .page-top .city__pict {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .city__pict {
    width: 100%;
    margin-bottom: 15px;
  }
}
.page-top .city__inner {
  max-width: 1140px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-top .city__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-top .city__inner {
    max-width: 500px;
    width: calc(100% - 60px);
    display: block;
  }
}
.page-top .city__body {
  display: table;
  max-width: 600px;
}
@media only screen and (max-width: 768px) {
  .page-top .city__body {
    position: static;
    max-width: 100%;
  }
}
.page-top .city__inbox {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 25px;
  box-sizing: border-box;
  margin-bottom: 75px;
}
@media only screen and (max-width: 1200px) {
  .page-top .city__inbox {
    padding: 15px 20px 15px 20px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .city__inbox {
    max-width: 100%;
    padding: 0;
    margin-bottom: 40px;
  }
}
.page-top .city__h2 {
  font-size: 40px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .city__h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.page-top .city__ttl {
  font-size: 18px;
  line-height: 200%;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 768px) {
  .page-top .city__ttl {
    font-size: 16px;
    line-height: 160%;
  }
}
.page-top .city__btn {
  display: table;
  text-align: center;
  font-weight: bold;
  padding: 15px 0px;
  font-size: 16px;
  background-color: #0071aa;
  border: solid 1px #0071aa;
  color: #fff;
  max-width: 257px;
  width: 100%;
  box-sizing: border-box;
}
.page-top .city__btn:hover {
  color: #0071aa;
  background-color: #fff;
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  .page-top .city__btn {
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    padding: 12px 0px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-top .city__btn {
    margin: 0;
  }
}
.page-top .city__btn:not(:last-child) {
  margin-bottom: 30px;
}
.page-top .about {
  padding: 50px 0;
  background: #e0e0e0;
}
@media only screen and (max-width: 768px) {
  .page-top .about {
    padding: 0px;
    background: #fff;
  }
}
.page-top .about__list {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .page-top .about__list {
    width: calc(100% - 30px);
  }
}
@media only screen and (min-width: 769px) {
  .page-top .about__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .about__list {
    display: block;
    max-width: 500px;
    width: 100%;
  }
}
.page-top .about__item {
  max-width: 600px;
  width: 50%;
  height: 225px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .page-top .about__item {
    max-width: 768px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .page-top .about__item:not(:last-child) {
    margin-bottom: 25px;
  }
}
.page-top .about__btn {
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .page-top .about__btn {
    font-size: 14px;
  }
}
.page-top .about__btn:hover {
  opacity: 1;
}
.page-top .about__btn:hover::after {
  background-size: 125%;
}
.page-top .about__btn::before {
  position: absolute;
}
.page-top .about__btn::after {
  content: "";
  width: 600px;
  height: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.5s ease, background-size 0.5s ease;
  z-index: -2;
}
@media only screen and (min-width: 769px) {
  .page-top .about__btn::after {
    left: 50%;
    margin-left: -300px;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .about__btn::after {
    width: 100%;
    left: 0;
  }
}
.page-top .about__btn--01::before {
  content: "お問い合わせ";
}
@media only screen and (min-width: 769px) {
  .page-top .about__btn--01::after {
    background: url(../img/pict05.jpg) no-repeat center/100%;
  }
}
.page-top .about__btn--02::before {
  content: "求人情報";
}
@media only screen and (min-width: 769px) {
  .page-top .about__btn--02::after {
    background: url(../img/pict06.jpg) no-repeat center/100%;
  }
}
.page-top .news {
  padding: 0px 0 70px;
}
@media only screen and (max-width: 768px) {
  .page-top .news {
    padding: 0px 0 40px;
  }
}
.page-top .news__inner {
  padding: 25px 0 60px;
  max-width: 960px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-top: 65px;
  border-top: solid 1px;
  border-bottom: solid 1px;
}
@media only screen and (max-width: 768px) {
  .page-top .news__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-top .news__inner {
    padding: 15px 0 30px;
    margin-top: 40px;
  }
}
.page-top .news__body {
  max-width: 810px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .page-top .news__body {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-top .news__body {
    margin-bottom: 20px;
  }
}
.page-top .news__h3 {
  font-size: 32px;
  line-height: 100%;
  display: table;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .news__h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }
}
.page-top .news__list {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .page-top .news__list {
    margin-bottom: 20px;
  }
}
.page-top .news__item {
  font-weight: bold;
  padding: 10px 0;
  border-bottom: solid 1px;
}
@media only screen and (max-width: 768px) {
  .page-top .news__item {
    padding: 7px 0;
  }
}
.page-top .news__more {
  display: table;
}
.page-top .news__btn {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 2px;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-top .news__btn {
    font-size: 17px;
  }
}
.page-top .news__line {
  display: inline-block;
  padding: 5px 20px 10px 0;
  border-bottom: solid 1px;
}
.page-top .news__icon {
  display: inline-block;
  box-sizing: border-box;
}
.page-top .contact {
  padding: 50px 0 0;
  border-top: solid 1px;
}
@media only screen and (max-width: 768px) {
  .page-top .contact {
    padding: 25px 0 0;
  }
}
.page-top .contact__inner {
  max-width: 810px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
@media only screen and (max-width: 768px) {
  .page-top .contact__inner {
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 768px) {
  .page-top .contact__inner {
    display: block;
  }
}
.page-top .contact__body {
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  .page-top .contact__body {
    max-width: 450px;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .page-top .contact__body {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-top .contact__h4 {
  font-size: 32px;
  line-height: 100%;
  font-weight: bold;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .page-top .contact__h4 {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.page-top .contact__s {
  margin-bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .page-top .contact__s {
    margin-bottom: 7px;
  }
}
.page-top .contact__txt {
  font-size: 32px;
  line-height: 100%;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .page-top .contact__txt {
    font-size: 24px;
  }
}
.page-top .contact__more {
  display: table;
  width: 50%;
}
@media only screen and (max-width: 768px) {
  .page-top .contact__more {
    width: 100%;
  }
}
.page-top .contact__btn {
  display: table;
  text-align: center;
  margin: 0 auto;
  padding: 20px 0px;
  font-size: 18px;
  background-color: #252525;
  color: #fff;
  max-width: 338px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .page-top .contact__btn {
    max-width: 355px;
    font-size: 16px;
    padding: 12px 0px;
  }
}/*# sourceMappingURL=index.css.map */