.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;
  }
}

.company-page {
  overflow-x: hidden;
}
.company-page .anniversary {
  position: relative;
}
@media not screen and (min-width: 1200px) {
  .company-page .anniversary {
    background-size: 50%;
  }
}
@media not screen and (min-width: 992px) {
  .company-page .anniversary {
    background-size: 46%;
  }
}
@media not screen and (min-width: 768px) {
  .company-page .anniversary {
    background-size: 38%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary {
    background: none;
  }
}
.company-page .anniversary__main {
  max-width: 660px;
}
.company-page .anniversary__ttl {
  font-weight: 700;
  font-size: 3rem;
  color: #23afb7;
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__ttl {
    font-size: 2.4rem;
  }
}
.company-page .anniversary__desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333;
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__desc {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.company-page .anniversary__foot {
  margin: 30px 0 0;
  padding: 18px 0 24px 18px;
  max-width: 435px;
  background: #def9f5;
}
@media not screen and (min-width: 768px) {
  .company-page .anniversary__foot {
    max-width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__foot {
    margin: 20px 0 0;
  }
}
.company-page .anniversary__detail-ttl {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__detail-ttl {
    font-size: 1.3rem;
    line-height: 1.61;
  }
}
.company-page .anniversary__detail-desc {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.6;
  color: #333;
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__detail-desc {
    font-size: 1.3rem;
  }
}
.company-page .anniversary__link {
	color: #23afb7;
	font-size: 1.3rem;
	text-decoration: underline;
}
.company-page .anniversary__organization {
  margin: 24px 0 0;
}
.company-page .anniversary__organization-ttl {
  font-weight: 700;
  font-size: 1.4rem;
  color: #23afb7;
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__organization-ttl {
    margin: 14px 0 0;
    font-size: 1.2rem;
  }
}
.company-page .anniversary__organization-desc {
  margin: 8px 0 0;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #333;
}
@media not screen and (min-width: 576px) {
  .company-page .anniversary__organization-desc {
    margin: 6px 0 0;
    font-size: 1.1rem;
  }
}
.company-page .anniversary__graph {
  max-width: 55%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.company-page .store {
  margin: 58px 0 0;
  padding: 0 0 100px;
}
@media not screen and (min-width: 576px) {
  .company-page .store {
    margin: 25px 0 0;
    /*padding: 0 0 110px;*/
  }
}
@media not screen and (min-width: 576px) {
  .company-page .store__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.company-page .store__ttl:before {
  width: 80%;
}
@media not screen and (min-width: 1200px) {
  .company-page .store__ttl:before {
    width: 78%;
  }
}
@media not screen and (min-width: 992px) {
  .company-page .store__ttl:before {
    width: 72%;
  }
}
@media not screen and (min-width: 768px) {
  .company-page .store__ttl:before {
    width: 65%;
  }
}
@media not screen and (min-width: 768px) {
  .company-page .store__ttl:before {
    width: 60%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .store__ttl:before {
    position: absolute;
    top: 18px;
    right: -4%;
  }
}
.company-page .store__list {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0;
}
@media not screen and (min-width: 768px) {
  .company-page .store__list {
    justify-content: space-between;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .store__list {
    margin: 10px 0 0;
  }
}
.company-page .store__item {
  max-width: 340px;
}
@media not screen and (min-width: 768px) {
  .company-page .store__item {
    max-width: 45%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .store__item {
    max-width: 100%;
  }
}
.company-page .store__item:last-child {
  margin: 0 0 0 40px;
}
@media not screen and (min-width: 768px) {
  .company-page .store__item:last-child {
    margin: 0 0 0 4%;
  }
}
.company-page .store__item__thumb {
  width: 340px;
  height: 227px;
}
@media not screen and (min-width: 768px) {
  .company-page .store__item__thumb {
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .store__item__thumb {
    width: 166px;
    height: 110px;
  }
}
.company-page .store__item__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.company-page .store__item__caption {
  margin: 10px 0 0;
  font-weight: 700;
  font-size: 1.8rem;
  color: #333;
}
@media not screen and (min-width: 576px) {
  .company-page .store__item__caption {
    margin: 7px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.company-page .store__item__caption-strong {
  color: #23afb7;
}
@media not screen and (min-width: 576px) {
  .company-page .store__item__caption-strong {
    display: block;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .achievement {
    margin: 40px 0 0;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.company-page .achievement__ttl::before {
  width: 85%;
}
@media not screen and (min-width: 992px) {
  .company-page .achievement__ttl::before {
    width: 80%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__ttl::before {
    width: 75%;
    position: absolute;
    top: 18px;
    right: -4%;
  }
}
.company-page .achievement__list {
  display: flex;
  flex-direction: column;
  gap: 60px 0;
  margin: 30px 0 0;
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__list {
    margin: 15px 0 0;
    gap: 30px 0;
  }
}
.company-page .achievement__item {
  display: flex;
  gap: 0 3.6%;
}
@media not screen and (min-width: 768px) {
  .company-page .achievement__item {
    flex-direction: column;
  }
}
.company-page .achievement__item__txt {
  width: 530px;
}
@media not screen and (min-width: 768px) {
  .company-page .achievement__item__txt {
    width: 100%;
  }
}
.company-page .achievement__item__txt__head {
  color: #333;
}
.company-page .achievement__item__txt__head-ttl {
  font-weight: 700;
  font-size: 2rem;
  line-height: 2;
	margin-bottom: 5px;
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__txt__head-ttl {
    font-size: 1.7rem;
  }
}
.company-page .achievement__item__txt__head-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__txt__head-desc {
    margin: 9px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__txt__list {
    margin: 20px 0 0;
  }
}
.company-page .achievement__item__txt__list:not(:first-child) {
  margin: 20px 0 0;
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__txt__list:not(:first-child) {
    margin: 10px 0 0;
  }
}
.company-page .achievement__item__txt__list-ttl {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.55;
  color: #23afb7;
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__txt__list-ttl {
    font-size: 1.4rem;
  }
}
.company-page .achievement__item__txt__list-desc {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.75;
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__txt__list-desc {
    font-size: 1.4rem;
  }
}
.company-page .achievement__item__thumb {
  width: 530px;
}
@media not screen and (min-width: 768px) {
  .company-page .achievement__item__thumb {
    margin: 15px 0 0;
    width: 100%;
    height: 300px;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item__thumb {
    width: 100%;
    height: 224px;
  }
}
@media not screen and (min-width: 768px) {
  .company-page .achievement__item__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .achievement__item:first-child .achievement__item__thumb {
    height: 237px;
  }
}
.company-page .supply {
	margin: 60px 0 0;
}
@media not screen and (min-width: 576px) {
  .company-page .supply {
    margin: 40px 0 0;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .supply__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.company-page .supply__ttl:before {
	width: 61%;
}
@media not screen and (min-width: 576px) {
  .company-page .supply__ttl:before {
    width: 48%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .supply__ttl:before {
    width: 53%;
    position: absolute;
    top: 20px;
    right: -4%;
  }
}
.company-page .supply__desc {
	font-weight: 400;
	font-size: 1.6rem;
	line-height: 1.8;
	margin: 20px 0  23px;
}
@media not screen and (min-width: 576px) {
  .company-page .supply__desc {
    margin: 15px 0 0;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .supply__list {
    margin: 20px 0 0;
  }
}
.company-page .supply__item {
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 2.2;
}
@media not screen and (min-width: 576px) {
  .company-page .supply__item {
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 2;
  }
}
.company-page .voice {
  margin: 90px 0 0;
}
@media not screen and (min-width: 576px) {
  .company-page .voice {
    padding: 0 0 30px;
		margin: 40px 0 0;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .voice__ttl {
    justify-content: flex-end;
    position: relative;
  }
}
.company-page .voice__ttl:before {
  width: 78%;
}
@media not screen and (min-width: 992px) {
  .company-page .voice__ttl:before {
    width: 70%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .voice__ttl:before {
    width: 58%;
    position: absolute;
    top: 18px;
    right: -4%;
  }
}
.company-page .voice__lead {
  margin: 23px 0 0 auto;
  width: 78%;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media not screen and (min-width: 992px) {
  .company-page .voice__lead {
    width: 70%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .voice__lead {
    margin: 15px 0 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.company-page .voice__list {
  display: flex;
  justify-content: space-between;
  gap: 0 3.1%;
  flex-wrap: wrap;
}
@media not screen and (min-width: 576px) {
  .company-page .voice__list {
    margin: 15px 0 0;
  }
}
.company-page .voice__item {
  margin: 42px 0 0;
  padding: 20px 0 0;
  width: 332px;
  border-top: 2px solid #23afb7;
}
@media not screen and (min-width: 1200px) {
  .company-page .voice__item {
    width: 48%;
  }
}
@media not screen and (min-width: 768px) {
  .company-page .voice__item {
    width: 100%;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .voice__item:first-child {
    margin: 0;
  }
}
@media not screen and (min-width: 576px) {
  .company-page .voice__item:not(:first-child) {
    margin: 30px 0 0;
  }
}
.company-page .voice__item__head {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: row-reverse;
}
.company-page .voice__item__head__main {
  display: flex;
  flex-direction: column-reverse;
  max-width: 280px;
}
.company-page .voice__item__head__main-ttl {
  margin: 7px 0 0;
  font-weight: 700;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.company-page .voice__item__head__main-label {
  padding: 0 16px;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 2.23;
  text-align: center;
  background: #23afb7;
  color: #fff;
  border-radius: 50px;
}
.company-page .voice__item__head-num {
  margin: 0 7px 0 0;
  width: 49.6px;
  height: 45px;
}
.company-page .voice__item__detail {
  display: flex;
  flex-direction: column-reverse;
  margin: 15px 0 0;
}
.company-page .voice__item__detail__desc {
  margin: 15px 0 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.5;
}
.company-page .voice__item__btn {
  display: block;
  padding: 15px 0;
  margin: 20px auto 0;
  width: 250px;
  font-weight: 700;
  font-size: 1.5rem;
  text-align: center;
  color: #23afb7;
  border: 1px solid #23afb7;
  border-radius: 50px;
}
.company-page .voice__item:nth-child(1) .voice__item__head__main-label {
  width: 163px;
}
.company-page .voice__item:nth-child(2) .voice__item__head__main-label {
  width: 221px;
}
.company-page .voice__item:nth-child(3) .voice__item__head__main-label {
  width: 164px;
}
.company-page .voice__item:nth-child(4) .voice__item__head__main-label, .company-page .voice__item:nth-child(5) .voice__item__head__main-label {
  width: 178px;
}
.company-page .voice__item:nth-child(6) .voice__item__head__main-label {
  width: 222px;
}