.header {
  padding: 18px 0;
  width: 100%;
  background: #23afb7;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 104;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 100%;
  position: relative;
}
.header .js-btn {
  display: none;
  width: 30px;
  height: 30px;
  position: fixed;
  top: 25px;
  right: 5%;
  z-index: 100;
}
@media not screen and (min-width: 576px) {
  .header .js-btn {
    display: inline-block;
  }
}
.header .js-btn span {
  display: inline-block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  transition: all 0.5s;
}
.header .js-btn span:nth-child(1) {
  top: 10%;
}
.header .js-btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .js-btn span:nth-child(3) {
  bottom: 10%;
}
.header .js-btn.is-active span {
  transition: all 0.5s;
}
.header .js-btn.is-active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.header .js-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.header .js-btn.is-active span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media not screen and (min-width: 576px) {
  .header .g-nav {
    width: 100vw;
    height: 100%;
    position: fixed;
    top: -100vh;
    left: 0;
    transition: ease-in 0.5s;
    z-index: -1;
    touch-action: none;
  }
}
@media not screen and (min-width: 576px) {
  .header .g-nav.is-active {
    top: 0;
    transition: ease-in 0.5s;
  }
}
.header .g-nav__list {
  display: flex;
  justify-content: flex-end;
}
@media not screen and (min-width: 576px) {
  .header .g-nav__list {
    justify-content: flex-start;
    flex-direction: column;
    padding: 80px 15px 0;
    margin: 30px 0 0;
    height: 100%;
    background: #23afb7;
  }
}
.header .g-nav__list-item {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
.header .g-nav__list-item:not(:last-child) {
  margin: 0 45px 0 0;
}
@media not screen and (min-width: 576px) {
  .header .g-nav__list-item:not(:last-child) {
    margin: 0;
  }
}
@media not screen and (min-width: 576px) {
  .header .g-nav__list-item:not(:first-child) {
    margin: 20px 0 0;
  }
}
@media not screen and (min-width: 576px) {
  .header .g-nav__list-item {
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    opacity: 0;
  }
}
@media not screen and (min-width: 576px) {
  .header .g-nav__list-item.is-active {
    opacity: 1;
    transition: opacity 0.5s ease 0.5s;
  }
}

.link {
  padding: 130px 0 150px;
}
@media not screen and (min-width: 576px) {
  .link {
    padding: 50px 0;
  }
}
.link.company__link {
  background: url(../images/webp/company_bg.webp) no-repeat center/cover;
}
@media not screen and (min-width: 576px) {
  .link.company__link {
    padding: 50px 0 68px;
  }
}
.link.reqruit__link {
  margin: 317px 0 297px;
}
.link.job__link {
  background: #fff;
}
.link__inner {
  max-width: 100%;
}
.link__ttl {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #222;
}
@media not screen and (min-width: 576px) {
  .link__ttl {
    font-size: 1.7rem;
    line-height: 1.76;
  }
}
.link__ttl.feature__link__ttl, .link__ttl.company__link__ttl, .link__ttl.reqruit__link__ttl {
  color: #fff;
  text-shadow: 0 0 4px #666;
}
.link__btn {
  display: block;
  margin: 50px auto 0;
  max-width: 320px;
  padding: 13px 0;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #23afb7;
  border: 1px solid #23afb7;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .link__btn {
    margin: 23px auto 0;
    max-width: 315px;
    font-size: 1.5rem;
  }
}
.link__btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #23afb7;
  border-right: 2px solid #23afb7;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 94vh;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .footer {
    height: 94svh;
  }
}
.footer__inner {
  margin: -30px 0 0;
}
@media not screen and (min-width: 576px) {
  .footer__inner {
    padding: 142px 4%;
    width: 100%;
    height: 100%;
  }
}
.footer__ttl {
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.75;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 4px #666;
}
@media not screen and (min-width: 576px) {
  .footer__ttl {
    font-size: 1.7rem;
  }
}
.footer__list {
  width: 100%;
}
.footer__list__btn {
  display: block;
  margin: 50px auto 0;
  max-width: 320px;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  text-align: center;
  border-radius: 50px;
  background: #fff;
  color: #23afb7;
  border: 1px solid #23afb7;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .footer__list__btn {
    margin: 23px auto 0;
    max-width: 315px;
  }
}
.footer__list__btn a {
  display: block;
  padding: 13px 0;
}
.footer__list__btn:not(:first-child) {
  margin: 20px auto 0;
}
.footer__list__btn:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #23afb7;
  border-right: 2px solid #23afb7;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
}
.footer__copy {
  padding: 8px 0;
  width: 100%;
  text-align: right;
  background: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media not screen and (min-width: 576px) {
  .footer__copy {
    text-align: center;
  }
}
@media not screen and (min-width: 576px) {
  .footer__copy.home {
    margin: 264px auto 0;
    text-align: center;
  }
}
.footer__copy-txt {
  display: inline-block;
  padding: 0 2.5%;
  max-width: 1160px;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .footer__copy-txt {
    font-size: 1rem;
  }
}

.recruit-page .recruit__desc {
  font-weight: 400;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.6;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit__desc {
    font-size: 1.4rem;
    /*text-align: left;*/
  }
}
.recruit-page .recruit .data {
  margin: 40px auto 0;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data {
    margin: 15px auto 0;
  }
}
.recruit-page .recruit .data:not(:first-child).is-close {
  margin: 4px 0 0;
}
/*@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data:not(:first-child).is-close {
    margin: 0;
  }
}*/
.recruit-page .recruit .data__ttl {
  display: block;
  padding: 23px 0 23px 20px;
  font-weight: 700;
  font-size: 3rem;
  background: #23afb7;
  color: #fff;
  position: relative;
}
.recruit-page .recruit .data__ttl:hover{
	cursor: pointer;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data__ttl {
    font-size: 1.7rem;
		line-height: 1.3;
		padding: 12px 30px 12px 15px;
  }
}
.recruit-page .recruit .data__ttl:before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 45%;
  right: 5%;
  transform: translateY(-50%) rotate(135deg);
  transition: all 0.5s;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data__ttl:before {
    width: 12px;
    height: 12px;
  }
}
.recruit-page .recruit .data__ttl.is-active::before {
  top: 55%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.5s;
}
.recruit-page .recruit .data__table {
  display: none;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0;
  border: 1px solid #ccc;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data__table {
    font-size: 1.3rem;
  }
}
.recruit-page .recruit .data__table.is-show {
  display: block;
}
.recruit-page .recruit .data__table__row:not(:first-child) {
  border-top: 1px solid #ccc;
}
.recruit-page .recruit .data__table__head {
  padding: 20px 0 20px 40px;
  width: 264px;
  font-weight: 400;
  background: #f5f5f5;
}
@media not screen and (min-width: 992px) {
  .recruit-page .recruit .data__table__head {
    padding: 12px 4px 12px 15px;
    width: 180px;
  }
}
@media not screen and (min-width: 768px) {
  .recruit-page .recruit .data__table__head {
    padding: 12px 4px 12px 15px;
    width: 110px;
  }
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data__table__head {
    width: 90px;
  }
}
.recruit-page .recruit .data__table__desc {
  padding: 20px 40px;
}
.recruit-page .recruit .data__table__desc a{
  text-decoration: underline;
  color: #23afb7;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit .data__table__desc {
    padding: 15px;
  }
}
.recruit-page .recruit__foot {
  margin: 50px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit__foot {
    margin: 20px 0 0;
    font-size: 1.4rem;
    text-align: left;
  }
}
.recruit-page .recruit__foot-strong {
  font-size: 2rem;
}
@media not screen and (min-width: 576px) {
  .recruit-page .recruit__foot-strong {
    font-size: 1.6rem;
  }
}
.recruit-page .recruit__foot-link {
  color: #23afb7;
}