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 .link-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 80px;
}
@media screen and (max-width: 991px) {
  html body main .link-wrapper {
    gap: 30px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 991px) {
  html body main .link-wrapper {
    gap: 20px;
  }
}
html body main .link-wrapper .link {
  color: #fff;
  font-size: 28px;
  letter-spacing: 0.1em;
  display: block;
  padding: 15px 20px;
  position: relative;
  border: 2px solid #019ed3;
  transition: ease 0.4s;
  text-align: center;
}
html body main .link-wrapper .link.new {
  border: 2px solid #649964;
}
html body main .link-wrapper .link:hover {
  background-color: #019ed3;
}
html body main .link-wrapper .link:hover.new {
  background-color: #649964;
}
@media screen and (max-width: 991px) {
  html body main .link-wrapper .link {
    font-size: 16px;
    width: 180px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 575px) {
  html body main .link-wrapper .link {
    letter-spacing: 0.05em;
    width: calc((100% - 20px) / 2);
    min-width: auto;
    padding: 15px 15px;
  }
}
html body main .link-wrapper .link svg {
  margin-left: 10px;
}
@media screen and (max-width: 575px) {
  html body main .link-wrapper .link svg {
    margin-left: 5px;
    width: 16px;
    height: 15px;
  }
}
html body main .link-wrapper .link svg path {
  fill: #fff;
}
html body main .mainvisual {
  background-image: url("../../images/enter/subvisual_enter.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/enter/subvisual_enter_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 .contents.contents02 {
  padding-top: 0;
}
@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.contents03 {
  background-color: #fafaf9;
}
html body main .contents.contents03 .title-wrapper {
  text-align: center;
  margin-bottom: 100px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .title-wrapper {
    margin-bottom: 50px;
  }
}
html body main .contents.contents03 .title-wrapper h2 {
  font-size: 50px;
  line-height: 1.2;
  display: inline-block;
  border-bottom: 1px solid #b4ab8c;
  padding-bottom: 10px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .title-wrapper h2 {
    font-size: 35px;
  }
}
html body main .contents.contents03 .title-wrapper h2 span {
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  html body main .contents.contents03 .title-wrapper h2 span {
    font-size: 28px;
  }
}
html body main .contents.contents03 .contents-image-wrapper .contents-image-sp {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}
html body main .contents.contents03 .contents-image-wrapper .contents-image-sp:last-child {
  margin-bottom: 0;
}
html body main .contents.recruit-contact .link-wrapper {
  margin-bottom: 40px;
}
html body main .contents.recruit-contact .link-wrapper .link {
  background-color: #019ed3;
}
html body main .contents.recruit-contact .link-wrapper .link.new {
  background-color: #649964;
}
html body main .contents.recruit-contact .link-wrapper .link:hover {
  color: #019ed3;
  background-color: #fff;
}
html body main .contents.recruit-contact .link-wrapper .link:hover svg path {
  fill: #019ed3;
}
html body main .contents.recruit-contact .link-wrapper .link:hover.new {
  color: #649964;
  background-color: #fff;
}
html body main .contents.recruit-contact .link-wrapper .link:hover.new svg path {
  fill: #649964;
}
html body main .contents.recruit-contact .link-wrapper .link svg path {
  transition: ease 0.4s;
}

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