html body header {
  background-color: #fff;
}
html body header .header-inner .logo-wrapper {
  align-items: center;
  height: 75px;
}
html body header .header-inner .logo-wrapper a .header-logo img.logo {
  display: block;
  opacity: 1;
  position: relative;
}
html body header .header-inner .logo-wrapper a .header-logo img.logo-wh {
  display: none;
}
html body header .header-inner-sp {
  height: 60px;
  padding-top: 0;
}
@media screen and (max-width: 991px) {
  html body header .header-inner-sp {
    justify-content: center;
  }
}
html body header .header-inner-sp .logo-sp a .header-logo img.logo {
  display: block;
  opacity: 1;
  position: relative;
}
html body header .header-inner-sp .logo-sp a .header-logo img.logo-wh {
  display: none;
}
html body footer .footer-contents {
  background-color: #061a2a;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner {
  justify-content: center;
}
html body footer .footer-contents .footer-bottom .footer-bottom-inner .footer-logo {
  flex-direction: column;
  align-items: center;
}
html body footer .footer-contents .footer-bottom .copyright {
  border-top: 1px solid #173c5c;
  margin-top: 60px;
  padding-top: 30px;
  text-align: center;
}
html body .pagetop {
  background-color: #173c5c;
}
html body main {
  margin-top: 75px;
}
@media screen and (max-width: 991px) {
  html body main {
    margin-top: 60px;
  }
}
html body main .contents.contents-top .contents-wrapper .contents-title {
  text-align: center;
  margin-bottom: 40px;
}
html body main .contents.contents-top .contents-wrapper .contents-title h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 64px;
  letter-spacing: 0.2em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-top .contents-wrapper .contents-title h2 {
    font-size: 30px;
  }
}
html body main .contents.contents-top .contents-wrapper .contents-title h2 img {
  margin: auto;
}
html body main .contents.contents-top .contents-wrapper .contents-text {
  text-align: center;
}
html body main .contents.contents-top .contents-wrapper .contents-text p {
  font-size: 28px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents-top .contents-wrapper .contents-text p {
    font-size: 18px;
  }
}
html body main .contents.recruit-contact {
  padding-top: 0;
}
html body main .contents.recruit-contact dl {
  font-size: 16px;
  text-align: center;
}
html body main .contents.recruit-contact dl dt {
  margin-bottom: 10px;
}
html body .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  html body .pc {
    display: none;
  }
}
html body .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  html body .sp {
    display: block;
  }
}

html body main .mainvisual {
  background-image: url("../../images/index/fv_image.webp");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  html body main .mainvisual {
    background-image: url("../../images/index/fv_image_sp.webp");
    height: 380px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual {
    height: 300px;
  }
}
html body main .mainvisual .mainvisual-inner {
  text-align: center;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner {
    padding: 0 15px;
    width: 100%;
  }
}
html body main .mainvisual .mainvisual-inner .mainvisual-caption {
  text-align: center;
}
html body main .mainvisual .mainvisual-inner .mainvisual-caption h1 {
  color: #fff;
  font-size: 42px;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  letter-spacing: 0.2em;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-caption h1 {
    font-size: 28px;
  }
}
html body main .mainvisual .mainvisual-inner .mainvisual-caption h1::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  border-top: 1px solid #fff;
  border-bottom: 6px solid #fff;
  padding-top: 4px;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-caption h1::after {
    bottom: -25px;
  }
}
html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper {
    gap: 20px;
  }
}
html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link {
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.1em;
  background-color: #b4ab8c;
  display: block;
  width: 340px;
  padding: 15px 40px;
  position: relative;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link {
    font-size: 14px;
    width: 220px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link {
    font-size: 12px;
    letter-spacing: 0.05em;
    width: calc((100% - 20px) / 2);
    min-width: auto;
    padding: 15px 25px;
  }
}
html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link:hover::before {
  width: 0;
}
html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link::after {
  content: "";
  position: absolute;
  top: 43%;
  right: 20px;
  width: 15px;
  height: 1px;
  transform: rotate(35deg);
  background-color: #fff;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link::after {
    top: 44%;
    width: 10px;
    right: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link::after {
    right: 7px;
  }
}
html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 51%;
  height: 1px;
  width: 35px;
  background-color: #fff;
  transition: 0.4s;
}
@media screen and (max-width: 991px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link::before {
    width: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 575px) {
  html body main .mainvisual .mainvisual-inner .mainvisual-link-wrapper .mainvisual-link::before {
    right: 7px;
  }
}
html body main .contents.contents02 {
  padding: 0 0;
}
html body main .contents.contents02 .wrapper .contents-wrapper {
  display: flex;
  flex-wrap: wrap;
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-text {
  width: 50%;
  padding-right: 80px;
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-text {
    padding-right: 40px;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-text {
    padding-right: 0;
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-text .title-wrapper {
    text-align: center;
  }
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-text .title-wrapper h2 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: inline-block;
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-text .title-wrapper h2 span {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  display: block;
  border-bottom: 1px solid #b4ab8c;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-text .title-wrapper h2 span {
    font-size: 30px;
  }
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-image {
  width: 50%;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-image {
    width: 100%;
    margin-top: 40px;
  }
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .main-image {
  position: relative;
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .main-image img {
  max-width: 150%;
}
@media screen and (max-width: 1600px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .main-image img {
    max-width: 135%;
  }
}
@media screen and (max-width: 1400px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .main-image img {
    max-width: 115%;
  }
}
@media screen and (max-width: 1199px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .main-image img {
    max-width: 100%;
  }
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .signature {
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .signature {
    text-align: right;
    margin-top: 20px;
  }
}
html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .signature img {
  width: 260px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents02 .wrapper .contents-wrapper .contents-image .signature img {
    width: 240px;
  }
}
html body main .contents.contents03 .title-wrapper {
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .title-wrapper {
    margin-bottom: 40px;
  }
}
html body main .contents.contents03 .title-wrapper::after {
  content: "";
  position: absolute;
  top: 35%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #b4ab8c;
  z-index: -1;
}
html body main .contents.contents03 .title-wrapper h2 {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  background-color: #fff;
  padding-right: 15px;
}
html body main .contents.contents03 .title-wrapper h2 span {
  font-size: 40px;
  font-family: "Noto Serif JP", serif;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .title-wrapper h2 span {
    font-size: 30px;
    margin-bottom: 15px;
  }
}
html body main .contents.contents03 .map iframe {
  height: 515px;
  width: 100%;
}

/*# sourceMappingURL=index.css.map */
