.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;
  }
}

.point01 {
  padding: 0 0 100px;
}
@media not screen and (min-width: 576px) {
  .point01 {
    padding: 0 0 42px;
  }
}
.point01__block {
  padding: 40px 18px;
}
@media not screen and (min-width: 576px) {
  .point01__block {
    padding: 20px 4%;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point01 .block01 .point01__ttl::before {
  width: 42%;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__ttl::before {
    width: 40%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
.point01 .block01 .point01__list {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px 3.75%;
}
@media not screen and (min-width: 1200px) {
  .point01 .block01 .point01__list {
    display: flex;
    flex-direction: column;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__list {
    gap: 0;
    margin: 5px 0 0;
  }
}
.point01 .block01 .point01__item {
  padding: 30px 40px;
  background: #def9f5;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item {
    padding: 15px 0;
    background: #fff;
  }
}
.point01 .block01 .point01__item:nth-child(2), .point01 .block01 .point01__item:nth-child(4) {
  display: flex;
  gap: 0 4%;
}
@media not screen and (min-width: 1200px) {
  .point01 .block01 .point01__item:nth-child(2), .point01 .block01 .point01__item:nth-child(4) {
    justify-content: space-between;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item:nth-child(2), .point01 .block01 .point01__item:nth-child(4) {
    display: inline-block;
  }
}
.point01 .block01 .point01__item-ttl {
  font-weight: 700;
  font-size: 2rem;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item-ttl {
    font-size: 1.7rem;
  }
}
.point01 .block01 .point01__item-desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item-desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.point01 .block01 .point01__item__txt {
  max-width: 381px;
}
@media not screen and (min-width: 1200px) {
  .point01 .block01 .point01__item__txt {
    max-width: 60%;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item__txt {
    max-width: 100%;
  }
}
.point01 .block01 .point01__item-thumb {
  width: 40%;
  height: 196px;
}
@media not screen and (min-width: 1200px) {
  .point01 .block01 .point01__item-thumb {
    width: 40%;
    height: auto;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item-thumb {
    width: 0;
    height: 0;
  }
}
.point01 .block01 .point01__item-thumb-sm {
  display: none;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item-thumb-sm {
    margin: 20px 0 0 15px;
    display: block;
    width: 145px;
    height: 133px;
    float: right;
  }
}
.point01 .block01 .point01__item-thumb-sm img {
  width: inherit;
  height: inherit;
  -o-object-fit: inherit;
     object-fit: inherit;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item-thumb-sm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.point01 .block01 .point01__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not screen and (min-width: 576px) {
  .point01 .block01 .point01__item-thumb img {
    width: inherit;
    height: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point01 .block02 .point01__ttl::before {
  width: 60%;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__ttl::before {
    width: 45%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
.point01 .block02 .point01__list {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 50px 3.75%;
}
@media not screen and (min-width: 768px) {
  .point01 .block02 .point01__list {
    display: flex;
    flex-direction: column;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__list {
    margin: 5px 0 0;
    gap: 0;
  }
}
.point01 .block02 .point01__item {
  padding: 30px 40px;
  background: #def9f5;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item {
    padding: 15px 0;
    background: #fff;
  }
}
.point01 .block02 .point01__item:nth-child(1), .point01 .block02 .point01__item:nth-child(3) {
  display: flex;
  justify-content: space-between;
  gap: 0 6.48%;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item:nth-child(1), .point01 .block02 .point01__item:nth-child(3) {
    display: inline-block;
  }
}
.point01 .block02 .point01__item:nth-child(1) {
  grid-column: 1/3;
}
.point01 .block02 .point01__item:nth-child(2) {
  grid-column: 1/2;
}
.point01 .block02 .point01__item:nth-child(3) {
  grid-column: 2/3;
}
.point01 .block02 .point01__item-ttl {
  font-weight: 700;
  font-size: 2rem;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item-ttl {
    font-size: 1.7rem;
  }
}
.point01 .block02 .point01__item-desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item-desc {
    font-size: 1.4rem;
  }
}
.point01 .block02 .point01__item__txt {
  width: 61.6%;
}
@media not screen and (min-width: 768px) {
  .point01 .block02 .point01__item__txt {
    width: 100%;
  }
}
.point01 .block02 .point01__item-thumb {
  width: 288px;
  height: 192px;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item-thumb {
    width: 0;
    height: 0;
  }
}
.point01 .block02 .point01__item-thumb-sm {
  display: none;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item-thumb-sm {
    display: block;
    margin: 20px 0 0 15px;
    width: 145px;
    height: 133px;
    float: right;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item-thumb-sm img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.point01 .block02 .point01__item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media not screen and (min-width: 576px) {
  .point01 .block02 .point01__item-thumb img {
    width: inherit;
    height: inherit;
    -o-object-fit: inherit;
       object-fit: inherit;
  }
}
@media not screen and (min-width: 576px) {
  .point01 .block03 .point01__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point01 .block03 .point01__ttl::before {
  width: 36%;
}
@media not screen and (min-width: 576px) {
  .point01 .block03 .point01__ttl::before {
    width: 50%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
.point01 .block03 .point01__desc {
  margin: 26px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .point01 .block03 .point01__desc {
    margin: 15px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.point02__block {
  padding: 40px 18px 100px;
}
@media not screen and (min-width: 576px) {
  .point02__block {
    padding: 20px 4%;
  }
}
.point02__ttl::before {
  width: 72%;
}
@media not screen and (min-width: 576px) {
  .point02__ttl::before {
    width: 35%;
  }
}
.point02__desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .point02__desc {
    margin: 15px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.point02__list {
  margin: 40px 0 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(480px, 1fr));
  gap: 50px 3.75%;
}
@media not screen and (min-width: 992px) {
  .point02__list {
    display: flex;
    flex-direction: column;
  }
}
@media not screen and (min-width: 576px) {
  .point02__list {
    margin: 15px 0 0;
    gap: 0;
  }
}
.point02__item {
  padding: 30px 40px;
  background: #def9f5;
}
@media not screen and (min-width: 576px) {
  .point02__item {
    padding: 15px 0;
    background: #fff;
  }
}
.point02__item-ttl {
  font-weight: 700;
  font-size: 2rem;
}
@media not screen and (min-width: 576px) {
  .point02__item-ttl {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.point02__item-desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .point02__item-desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.point03__detail {
  padding: 40px 18px;
}
@media not screen and (min-width: 576px) {
  .point03__detail {
    padding: 20px 4% 30px;
  }
}
.point03__block:not(:first-child) {
  padding: 65px 0 0;
}
@media not screen and (min-width: 576px) {
  .point03__block:not(:first-child) {
    padding: 30px 0 0;
  }
}
.point03__desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .point03__desc {
    margin: 15px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media not screen and (min-width: 576px) {
  .point03 .block01 .point03__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point03 .block01 .point03__ttl:before {
  width: 40%;
}
@media not screen and (min-width: 576px) {
  .point03 .block01 .point03__ttl:before {
    width: 50%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
@media not screen and (min-width: 576px) {
  .point03 .block02 .point03__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point03 .block02 .point03__ttl:before {
  width: 60%;
}
@media not screen and (min-width: 576px) {
  .point03 .block02 .point03__ttl:before {
    width: 70%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
@media not screen and (min-width: 576px) {
  .point03 .block03 .point03__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point03 .block03 .point03__ttl:before {
  width: 30%;
}
@media not screen and (min-width: 576px) {
  .point03 .block03 .point03__ttl:before {
    width: 20%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
@media not screen and (min-width: 576px) {
  .point03 .block04 .point03__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.point03 .block04 .point03__ttl:before {
  width: 85%;
}
@media not screen and (min-width: 576px) {
  .point03 .block04 .point03__ttl:before {
    width: 75%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}

.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;
  }
}

.feature-page .page-head {
  position: relative;
  z-index: 1;
}
.feature-page .page-head__inner {
  flex-direction: column;
  max-width: 800px;
}
.feature-page .page-head__txt {
  margin: 0 0 100px 0;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px #666;
  position: relative;
  z-index: 5;
}
.feature-page .page-head__txt__ttl {
  width: 100%;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1.75;
  background: none;
  border: none;
}
@media not screen and (min-width: 576px) {
  .feature-page .page-head__txt__ttl {
    font-size: 2.4rem;
  }
}
.feature-page .page-head__txt__desc {
  margin: 56px 0 0;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.5;
}
@media (max-width: 1440px) {
  .feature-page .page-head__txt__desc {
    margin: 3% 0 0;
  }
}
@media not screen and (min-width: 576px) {
  .feature-page .page-head__txt__desc {
    margin: 30px 0 0;
    font-size: 1.4rem;
  }
}
.feature-page .page-head__txt__promise {
  margin: 54px 0 0;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1.77;
}
@media (max-width: 1440px) {
  .feature-page .page-head__txt__promise {
    margin: 3% 0 0;
  }
}
@media not screen and (min-width: 576px) {
  .feature-page .page-head__txt__promise {
    margin: 30px 0 0;
    font-size: 1.8rem;
  }
}
.feature-page .page-head__scroll {
  position: absolute;
  bottom: 2%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.feature-page .page-head__scroll-txt {
  font-weight: 700;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media not screen and (min-width: 576px) {
  .feature-page .page-head__scroll-txt {
    font-size: 1.6rem;
  }
}
.feature-page .page-head__scroll-arrow {
  margin: 12px auto 0;
  width: 25px;
}
@media not screen and (min-width: 576px) {
  .feature-page .page-head__scroll-arrow {
    width: 13px;
  }
}
.feature-page .feature__head {
  padding: 130px 0;
  position: relative;
  z-index: 2;
}
@media not screen and (min-width: 576px) {
  .feature-page .feature__head {
    padding: 40px 0;
  }
}
.feature-page .feature__head-ttl {
  display: block;
  margin: 0 auto;
  padding: 23px 0;
  max-width: 393px;
  font-weight: 700;
  font-size: 3rem;
  background: #23afb7;
  color: #fff;
  text-align: center;
}
@media not screen and (min-width: 576px) {
  .feature-page .feature__head-ttl {
    max-width: 275px;
    font-size: 2rem;
  }
}
.feature-page .feature__inner {
  padding: 60px 2.5% 100px;
}
@media not screen and (min-width: 576px) {
  .feature-page .feature__inner {
    padding: 0;
  }
}
.feature-page .feature .point__head {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: row-reverse;
  padding: 15.4px 17px;
  color: #fff;
  background: #23afb7;
}
@media not screen and (min-width: 576px) {
  .feature-page .feature .point__head {
    justify-content: flex-end;
    align-items: flex-start;
    padding: 13px 4%;
  }
}
.feature-page .feature .point__head-ttl {
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
}
@media not screen and (min-width: 576px) {
  .feature-page .feature .point__head-ttl {
    width: 80%;
    line-height: 1.5;
  }
}
.feature-page .feature .point__head-num {
  margin: 0 12px 0 0;
  width: 29px;
}
@media not screen and (min-width: 576px) {
  .feature-page .feature .point__head-num {
    margin: 4px 14px 0 0;
    width: 40px;
  }
}