html {
  font-size: 62.5%;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  color: #333;
}
body.is-menuOpen {
  height: 100%;
  overflow-y: hidden;
}
body.is-hidden {
  display: none;
}
body::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
body.home {
  overflow-x: hidden;
}
body.home:before {
  background: url(../../images/webp/mv_bg.webp) no-repeat center/cover;
}
body.tsj {
  overflow-x: hidden;
}
body.tsj:before {
  background: url(../../images/webp/mv-feature_bg.webp) no-repeat center/cover;
}
body.tsj:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}
body.job::before {
  background: url(../../images/webp/mv-job_bg.webp) no-repeat 100% 4%/cover;
}
@media not screen and (min-width: 576px) {
  body.job::before {
    background-size: 290%;
    background-position: 50% 5%;
  }
}
body.job-reserve:before {
  background: url(../../images/webp/mv-reserve_bg.webp) no-repeat 80% 58%/cover;
  background-size: 120%;
}
@media not screen and (min-width: 576px) {
  body.job-reserve:before {
    background-size: 350%;
    background-position: 70% 80%;
  }
}
body.job-plan:before {
  background: url(../../images/webp/mv-plan_bg.webp) no-repeat 30% 20%/cover;
}
@media not screen and (min-width: 576px) {
  body.job-plan:before {
    background-size: 200%;
    background-position: 50% -30%;
  }
}
body.company:before {
  background: url(../../images/webp/mv-company_bg.webp) no-repeat 100% -80%/cover;
}
@media not screen and (min-width: 576px) {
  body.company:before {
    background-size: 305%;
    background-position: 40% 62%;
  }
}
body.career:before {
  background: url(../../images/webp/mv-recuruit_bg.webp) no-repeat 30% 60%/cover;
}
@media not screen and (min-width: 576px) {
  body.career:before {
    background-size: 260%;
    background-position: 40% -10%;
  }
}

a {
  opacity: 1;
  transition: opacity 0.5s;
}
a:hover, a:focus {
  opacity: 0.7;
  transition: opacity 0.5s;
}

.inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 2.5%;
}
@media not screen and (min-width: 576px) {
  .inner {
    padding: 0 4%;
  }
}

.lg-above {
  display: inline-block;
}
@media not screen and (min-width: 992px) {
  .lg-above {
    display: none;
  }
}

.md-below {
  display: none;
}
@media not screen and (min-width: 768px) {
  .md-below {
    display: block;
  }
}

.sm-below {
  display: none;
}
@media not screen and (min-width: 576px) {
  .sm-below {
    display: block;
  }
}

.page-head {
  padding: 80px 0 0;
  height: 40vh;
}
.page-head.feature__page-head {
  padding: 80px 0 130px;
  height: 100svh;
}
@media (max-width: 1440px) {
  .page-head.feature__page-head {
    padding: 8% 0 0;
  }
}
.page-head__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.page-head__ttl {
  padding: 23px 0;
  width: 210px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  background: rgba(35, 175, 183, 0.8);
  border: 1px solid #fff;
}
@media not screen and (min-width: 576px) {
  .page-head__ttl {
    padding: 15px 0;
    width: 135px;
    font-size: 2rem;
  }
}

.page-container {
  padding: 40px 0 90px 0;
}
@media not screen and (min-width: 576px) {
  .page-container {
    padding: 15px 0 90px;
  }
}
.page-container.job {
  padding: 40px 0 140px;
  background: #fff;
}
.page-container.job-plan {
  padding: 40px 0 100px 0;
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .page-container.job-plan {
    padding: 20px 0 0;
  }
}
.page-container.feature {
  padding: 0;
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .page-container.feature {
    padding: 0;
  }
}
.page-container.company, .page-container.recruit {
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .page-container.company{
    padding: 20px 0 30px;
  }
	.page-container.recruit {
    padding: 15px 0 30px;
  }
}
.page-container.job-reserve {
  background: #fff;
}
@media not screen and (min-width: 576px) {
  .page-container.job-reserve {
    padding: 20px 0 25px;
  }
}

.page__sec-ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  width: 100%;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.96;
  color: #23afb7;
}
@media not screen and (min-width: 576px) {
  .page__sec-ttl {
    font-size: 2rem;
    line-height: 1.8;
  }
}
.page__sec-ttl::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background: #23afb7;
}