/*------------------------------------------
animation
------------------------------------------*/
@keyframes c-arrow-1st {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes c-arrow-2nd {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
/* =========================================================
consol log
========================================================= */
/* =========================================================
body
========================================================= */
body {
  background: #fff;
  color: #2B2B2B;
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  word-break: break-word;
}

input, button, textarea, select {
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  box-sizing: border-box;
  outline: none;
}

* {
  letter-spacing: 0.04em;
}

*:before, *:after {
  display: block;
}

img {
  width: 100%;
  height: auto;
}

a {
  text-decoration: none;
}

a[href*="tel:"] {
  text-decoration: underline;
}

@media (hover: hover) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
@media (width <= 768px) {
  .pc-br {
    display: none;
  }
}
@media (769px <= width) {
  .sp-br {
    display: none;
  }
}
@container (width <= 768px) {
  .cont-pc-br {
    display: none;
  }
}
@container (769px <= width) {
  .cont-sp-br {
    display: none;
  }
}
@media (width <= 768px) {
  .pc-disp {
    display: none !important;
  }
}
@media (769px <= width) {
  .sp-disp {
    display: none !important;
  }
}
@media (hover: hover) and (pointer: fine) {
  .opacity-link {
    transition: opacity 0.2s ease;
  }

  .opacity-link:hover {
    opacity: 0.4;
  }
}
.txt-link {
  text-decoration: underline;
}

@media (hover: hover) {
  .txt-link:hover {
    text-decoration: none;
  }
}
.external-link::after {
  content: "";
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  margin-left: 0.5em;
  background: #2B2B2B;
  -webkit-mask: url(../images/common/ico_external.svg) no-repeat center/contain;
          mask: url(../images/common/ico_external.svg) no-repeat center/contain;
  transform: translateY(0.1em);
}

.wrapper {
  min-width: 320px;
  overflow: clip;
}

.main-cont {
  position: relative;
  z-index: 2;
}

.safari-status-bars,
.safari-tab-bars {
  display: none;
}

body.is-safari .safari-status-bars {
  display: block;
  width: 100%;
  height: 5px;
  background: #000;
  mix-blend-mode: lighten;
  position: fixed;
  top: 0;
  pointer-events: none;
}

body.is-safari .safari-tab-bars {
  display: block;
  width: 100%;
  height: 4px;
  background: #000;
  mix-blend-mode: lighten;
  position: fixed;
  bottom: 0;
  pointer-events: none;
}

/* =========================================================
common parts
========================================================= */
.c-sec01__in {
  max-width: 920px;
  margin: 0 auto;
}

.page-ttl01 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

@media (width <= 768px) {
  .page-ttl01 {
    font-size: clamp(1px, 8.53vw, 32px);
  }
}
@media (769px <= width) {
  .page-ttl01 {
    font-size: 35px;
  }
}
@media (width <= 768px) {
  .page-txt01 {
    font-size: 12px;
    line-height: 1.66;
  }
}
@media (769px <= width) {
  .page-txt01 {
    font-size: 15px;
    line-height: 1.33;
  }
}
.page-btn01 {
  width: clamp(1px, 62.4vw, 303px);
}

.page-btn01 a,
.page-btn01 button {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  background: #00FF3C;
  line-height: 1.75;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

@media (width <= 768px) {
  .page-btn01 a,
.page-btn01 button {
    height: 58px;
    font-size: 14px;
  }
}
@media (769px <= width) {
  .page-btn01 a,
.page-btn01 button {
    height: 75px;
    font-size: 18px;
  }
}
.page-btn01 .arrow01 {
  aspect-ratio: 5/2;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.page-btn01 .arrow01::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/ico_arrow02.svg) no-repeat center/contain;
          mask: url(../images/ico_arrow02.svg) no-repeat center/contain;
}

@media (width <= 768px) {
  .page-btn01 .arrow01 {
    width: 15px;
    right: 22px;
  }
}
@media (769px <= width) {
  .page-btn01 .arrow01 {
    width: 19px;
    right: 29px;
  }
}
.page-btn01 .arrow01::before {
  background: #2B2B2B;
}

.page-btn01 .arrow02 {
  aspect-ratio: 1/1;
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}

.page-btn01 .arrow02::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url(../images/ico_arrow03.svg) no-repeat center/contain;
          mask: url(../images/ico_arrow03.svg) no-repeat center/contain;
}

@media (width <= 768px) {
  .page-btn01 .arrow02 {
    width: 10px;
    right: 25px;
  }
}
@media (769px <= width) {
  .page-btn01 .arrow02 {
    width: 12px;
    right: 32px;
  }
}
.page-btn01 .arrow02::before {
  background: #2B2B2B;
}

@media (hover: hover) {
  .page-btn01 a:hover .arrow01::before,
.page-btn01 a:hover .arrow02::before,
.page-btn01 button:hover .arrow01::before,
.page-btn01 button:hover .arrow02::before {
    animation: c-arrow-1st 0.2s linear, c-arrow-2nd 0.2s linear 0.2s;
  }
}
/* =========================================================
contents
========================================================= */
/*------------------------------------------
splash
------------------------------------------*/
.splash {
  width: 100%;
  height: 100vh;
  height: 100lvh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.splash video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/*------------------------------------------
header
------------------------------------------*/
.page-hd {
  height: 300vh;
}

.page-hd__in {
  width: 100vw;
  height: 100vh;
  height: 100lvh;
  position: fixed;
  top: 0;
  left: 0;
}

.page-hd__mv {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.page-hd__mv img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-hd__mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.27);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

@media (769px <= width) {
  .page-hd__txt01 {
    width: clamp(1px, 53.98vw, 691px);
  }
}
@media (width <= 768px) {
  .page-hd__ttl {
    margin: 16.71% auto 0;
  }
}
@media (769px <= width) {
  .page-hd__ttl {
    width: clamp(1px, 53.98vw, 691px);
    margin: calc(-1 * clamp(10px, 15.68vh, 131px)) 0 0;
  }
}
.page-hd__txt02 {
  aspect-ratio: 135/19;
  -webkit-mask: url(../images/mv_txt02.svg) no-repeat center/contain;
          mask: url(../images/mv_txt02.svg) no-repeat center/contain;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}

@media (width <= 768px) {
  .page-hd__txt02 {
    width: 135px;
    background: #000;
    bottom: 15px;
    right: 10px;
  }
}
@media (769px <= width) {
  .page-hd__txt02 {
    width: 243px;
    background: #00FF3C;
    bottom: 34px;
    right: 40px;
  }
}
/*------------------------------------------
sticky button
------------------------------------------*/
.sticky-btn {
  position: fixed;
  z-index: 2;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media (width <= 768px) {
  .sticky-btn {
    width: 195px;
    left: 50%;
    bottom: 20px;
    transform: translateX(-50%);
  }
}
@media (769px <= width) {
  .sticky-btn {
    width: 282px;
    right: 34px;
    bottom: 43px;
  }
}
.sticky-btn.is-show {
  opacity: 1;
}

.sticky-btn a {
  border-radius: 43px;
  background: #E6E6E6;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (width <= 768px) {
  .sticky-btn a {
    height: 30px;
    font-size: 12px;
  }
}
@media (769px <= width) {
  .sticky-btn a {
    height: 43px;
    font-size: 17px;
  }
}
.sticky-btn a::before {
  content: "";
  aspect-ratio: 1/1;
  border-right: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

@media (width <= 768px) {
  .sticky-btn a::before {
    width: 4px;
    right: 14px;
  }
}
@media (769px <= width) {
  .sticky-btn a::before {
    width: 6px;
    right: 20px;
  }
}
/*------------------------------------------
concept
------------------------------------------*/
.sec-concept {
  color: #fff;
  opacity: 0;
  position: relative;
  z-index: 1;
}

@media (width <= 768px) {
  .sec-concept {
    padding: 0 10.13vw;
  }
}
@media (769px <= width) {
  .sec-concept {
    padding: 0 11.71vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sec-concept .c-sec01__in {
  width: clamp(100px, 100%, 920px);
  min-height: 100vh;
  margin: 0 auto;
  position: relative;
}

@media (width <= 768px) {
  .sec-concept .c-sec01__in {
    padding: 75px 0 130px;
  }
}
@media (769px <= width) {
  .sec-concept .c-sec01__in {
    padding: 134px 0 180px 0;
  }
}
@media (width <= 768px) {
  .sec-concept__txt01 {
    margin: 30px auto 0;
    font-size: 15px;
    line-height: 1.86;
  }
}
@media (769px <= width) {
  .sec-concept__txt01 {
    margin: 50px auto 0;
    font-size: 20px;
    line-height: 1.8;
  }
}
.sec-concept__txt01 .line {
  border-bottom: 1px solid #00FF3C;
}

.sec-concept__txt02 {
  line-height: 2;
}

@media (width <= 768px) {
  .sec-concept__txt02 {
    margin: 34px auto 0;
    font-size: clamp(1px, 3.46vw, 13px);
  }
}
@media (769px <= width) {
  .sec-concept__txt02 {
    margin: 54px auto 0;
    font-size: 16px;
  }
}
.sec-concept__img {
  position: relative;
}

@media (width <= 768px) {
  .sec-concept__img {
    margin: 25px auto 0;
  }
}
@media (769px <= width) {
  .sec-concept__img {
    max-width: 473px;
  }
}
@media (769px <= width <= 1024px) {
  .sec-concept__img {
    margin: 50px auto 0;
  }
}
@media (1025px <= width) {
  .sec-concept__img {
    position: absolute;
    left: calc(50% + 55px);
    top: 255px;
  }
}
.sec-concept__img .line {
  width: 53%;
  height: 4.1%;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%) rotate(-17.4deg);
  overflow: hidden;
}

.sec-concept__img .line::before {
  content: "";
  aspect-ratio: 1/1;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  background: #00FF3C;
  animation: line 5s linear infinite;
}

.sec-concept__logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  z-index: 1;
}

@media (width <= 768px) {
  .sec-concept__logo {
    width: 100vw;
    bottom: 0;
  }
}
@media (769px <= width) {
  .sec-concept__logo {
    width: clamp(1px, 47.42vw, 607px);
  }
}
@keyframes line {
  0% {
    left: -5%;
  }
  40%, 100% {
    left: 100%;
  }
}
/*------------------------------------------
about
------------------------------------------*/
.sec-about {
  background: #F4F4F4;
  position: relative;
}

@media (width <= 768px) {
  .sec-about {
    padding: 40vw 8vw 95px 9.06vw;
  }
}
@media (769px <= width) {
  .sec-about {
    padding: clamp(1px, 22.65vw, 290px) 11.71vw 195px;
  }
}
.sec-about__block {
  position: relative;
}

@media (769px <= width) {
  .sec-about__block {
    padding: 0 0 0 70px;
  }
}
@media (1025px <= width) {
  .sec-about__block {
    width: 50%;
  }
}
@media (width <= 768px) {
  .sec-about__block + .sec-about__block {
    margin: 70px auto 0;
  }
}
@media (769px <= width <= 1024px) {
  .sec-about__block + .sec-about__block {
    margin: 100px auto 0;
  }
}
.sec-about__ttl {
  writing-mode: vertical-lr;
  line-height: 1;
  position: absolute;
  top: 0;
  z-index: 1;
}

@media (width <= 768px) {
  .sec-about__ttl {
    font-size: 12px;
  }
}
@media (769px <= width) {
  .sec-about__ttl {
    font-size: 15px;
    left: 12px;
  }
}
.sec-about__ttl::before {
  content: "";
  display: inline-block;
  aspect-ratio: 1/1;
  background: #00FF3C;
  border-radius: 50%;
}

@media (width <= 768px) {
  .sec-about__ttl::before {
    width: 8px;
    margin-bottom: 8px;
  }
}
@media (769px <= width) {
  .sec-about__ttl::before {
    width: 10px;
    margin-bottom: 10px;
  }
}
.sec-about .page-ttl01 {
  position: relative;
  z-index: 1;
}

.sec-about__txt01 {
  position: relative;
  z-index: 1;
}

@media (width <= 768px) {
  .sec-about__txt01 {
    margin: 15px auto 0;
    font-size: 13px;
    line-height: 1.84;
  }
}
@media (769px <= width) {
  .sec-about__txt01 {
    margin: 30px auto 0;
    font-size: 16px;
    line-height: 1.75;
  }
}
@media (width <= 768px) {
  .sec-about__block:nth-child(odd) {
    padding: 0 65px 0 0;
  }
}
@media (width <= 768px) {
  .sec-about__block:nth-child(odd) .sec-about__ttl {
    right: 0;
  }
}
@media (width <= 768px) {
  .sec-about__block:nth-child(even) {
    padding: 0 0 0 65px;
  }
}
@media (width <= 768px) {
  .sec-about__block:nth-child(even) .sec-about__ttl {
    left: 8px;
  }
}
@media (1025px <= width) {
  .sec-about__block:nth-child(2) {
    margin: 50px 0 0 auto;
  }
}
.sec-about__img01 {
  aspect-ratio: 1/1;
  border: 1px solid #ddd;
  border-radius: 50%;
  animation: anime01 20s linear infinite;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

@media (width <= 768px) {
  .sec-about__img01 {
    width: 365px;
    top: -55px;
    right: -183px;
  }
}
@media (769px <= width) {
  .sec-about__img01 {
    width: 525px;
    top: calc(clamp(1px, 15.23vw, 195px) * -1);
    left: calc(100vw - (11.71vw + 407px));
  }
}
@media (min-width: 1281px) {
  .sec-about__img01 {
    left: calc(100vw - ((50vw - clamp(1px, 35.93vw, 460px)) + 407px));
  }
}
.sec-about__img01::before {
  content: "";
  aspect-ratio: 1/1;
  background: #00FF3C;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (width <= 768px) {
  .sec-about__img01::before {
    width: 8px;
  }
}
@media (769px <= width) {
  .sec-about__img01::before {
    width: 10px;
  }
}
.sec-about__img02 {
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

@media (width <= 768px) {
  .sec-about__img02 {
    width: 185px;
    top: 70px;
    left: -144px;
  }
}
@media (769px <= width) {
  .sec-about__img02 {
    width: 266px;
    top: -135px;
    right: calc(100vw - (11.71vw + 174px));
  }
}
@media (min-width: 1281px) {
  .sec-about__img02 {
    right: calc(100vw - ((50vw - clamp(1px, 35.93vw, 460px)) + 174px));
  }
}
.sec-about__img02 [class*=circle] {
  aspect-ratio: 185/79;
  margin: -15px auto 0;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
}

.sec-about__img02 [class*=circle]:first-child {
  margin: 0;
}

.sec-about__img02 .circle02 {
  border-style: dashed;
}

.sec-about__img02 .circle02::before {
  content: "";
  aspect-ratio: 1/1;
  background: #00FF3C;
  border-radius: 50%;
  offset-path: ellipse(calc(50%) calc(50%) at 50% 50%);
  offset-distance: 0%;
  animation: anime02 8s linear infinite;
}

@media (width <= 768px) {
  .sec-about__img02 .circle02::before {
    width: 8px;
  }
}
@media (769px <= width) {
  .sec-about__img02 .circle02::before {
    width: 10px;
  }
}
.sec-about__img03 {
  width: 1px;
  background: #ddd;
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

@media (width <= 768px) {
  .sec-about__img03 {
    height: calc(100% - 80px + 95px);
    right: 6px;
    top: 80px;
  }
}
@media (769px <= width) {
  .sec-about__img03 {
    height: calc(100% - 110px + 195px);
    left: 19px;
    top: 110px;
  }
}
.sec-about__img03::before {
  content: "";
  aspect-ratio: 1/1;
  background: #00FF3C;
  border-radius: 50%;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  animation: anime03 5s linear infinite;
}

@media (width <= 768px) {
  .sec-about__img03::before {
    width: 8px;
  }
}
@media (769px <= width) {
  .sec-about__img03::before {
    width: 10px;
  }
}
@keyframes anime01 {
  to {
    transform: rotate(365deg);
  }
}
@keyframes anime02 {
  to {
    offset-distance: 100%;
  }
}
@keyframes anime03 {
  to {
    bottom: 0;
  }
}
/*------------------------------------------
shop
------------------------------------------*/
.sec-shop {
  background: #fff;
}

@media (width <= 768px) {
  .sec-shop {
    padding: 90px 0 0;
  }
}
@media (769px <= width) {
  .sec-shop {
    padding: 130px 11.71vw 0;
  }
}
.sec-shop .c-sec01__in {
  max-width: 730px;
}

.sec-shop .page-txt01 {
  text-align: center;
}

@media (width <= 768px) {
  .sec-shop .page-txt01 {
    margin: 25px auto 0;
  }
}
@media (769px <= width) {
  .sec-shop .page-txt01 {
    margin: 30px auto 0;
  }
}
.sec-shop__wrap {
  border-top: 1px solid #E6E6E6;
}

@media (width <= 768px) {
  .sec-shop__wrap {
    margin: 30px auto 0;
  }
}
@media (769px <= width) {
  .sec-shop__wrap {
    margin: 65px auto 0;
  }
}
.sec-shop__block {
  border-bottom: 1px solid #E6E6E6;
}

.sec-shop__block button {
  width: 100%;
  display: flex;
  align-items: center;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1.1;
}

@media (width <= 768px) {
  .sec-shop__block button {
    min-height: 84px;
    padding: 25px 20px 25px 25px;
    font-size: 17px;
  }
}
@media (769px <= width) {
  .sec-shop__block button {
    padding: 35px 32px 35px 22px;
    font-size: 21px;
  }
}
@media (width <= 768px) {
  .sec-shop__block .floor {
    width: 52px;
  }
}
@media (769px <= width) {
  .sec-shop__block .floor {
    width: 62px;
  }
}
.sec-shop__block .name {
  flex: 1;
}

.sec-shop__block .ico {
  aspect-ratio: 1/1;
  display: block;
  background: #00FF3C;
  border-radius: 50%;
  position: relative;
  transition: transform 0.3s linear;
}

@media (width <= 768px) {
  .sec-shop__block .ico {
    width: 21px;
    margin-left: 35px;
  }
}
@media (769px <= width) {
  .sec-shop__block .ico {
    width: 26px;
  }
}
.sec-shop__block .ico::before, .sec-shop__block .ico::after {
  content: "";
  background: #2B2B2B;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sec-shop__block .ico::before {
  width: 42.8%;
  height: 1px;
}

.sec-shop__block .ico::after {
  width: 1px;
  height: 42.8%;
}

.sec-shop__block button.is-open .ico {
  transform: rotate(360deg);
}

.sec-shop__block button.is-open .ico::after {
  opacity: 0;
}

.shop-list {
  display: grid;
  position: relative;
}

@media (width <= 768px) {
  .shop-list {
    padding: 25px 20px 60px;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (769px <= width) {
  .shop-list {
    padding: 35px 0 60px;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px 20px;
  }
}
.shop-list::after {
  content: "";
  width: 100%;
  height: 61px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}

.shop-list__item {
  border-bottom: 1px solid #E6E6E6;
}

@media (width <= 768px) {
  .shop-list__item {
    padding: 0 10px 30px;
  }
}
@media (769px <= width) {
  .shop-list__item {
    padding: 0 20px 40px;
  }
}
@media (width <= 768px) {
  .shop-list__name {
    font-size: 13px;
    line-height: 1.53;
  }
}
@media (769px <= width) {
  .shop-list__name {
    font-size: 16px;
    line-height: 1.5;
  }
}
.shop-list__ctg {
  color: #8C8C8C;
}

@media (width <= 768px) {
  .shop-list__ctg {
    font-size: 10px;
    line-height: 2;
  }
}
@media (769px <= width) {
  .shop-list__ctg {
    font-size: 12px;
    line-height: 1.25;
  }
}
/*------------------------------------------
news
------------------------------------------*/
.sec-news {
  background: #fff;
}

@media (width <= 768px) {
  .sec-news {
    padding: 95px 0 0;
  }
}
@media (769px <= width) {
  .sec-news {
    padding: 130px 11.71vw 0;
  }
}
@media (width <= 768px) {
  .sec-news .page-btn01 {
    margin: 18px auto 0;
  }
}
@media (769px <= width) {
  .sec-news .page-btn01 {
    margin: 40px auto 0;
  }
}
.sec-news .page-txt01 {
  text-align: center;
}

@media (width <= 768px) {
  .sec-news .page-txt01 {
    margin: 12px auto 0;
  }
}
@media (769px <= width) {
  .sec-news .page-txt01 {
    margin: 20px auto 0;
  }
}
/*------------------------------------------
recruit
------------------------------------------*/
.sec-recruit {
  background: #fff;
}

@media (width <= 768px) {
  .sec-recruit {
    padding: 60px 0 125px;
  }
}
@media (769px <= width) {
  .sec-recruit {
    padding: 115px 11.71vw 148px;
  }
}
@media (width <= 768px) {
  .sec-recruit .page-btn01 {
    margin: 18px auto 0;
  }
}
@media (769px <= width) {
  .sec-recruit .page-btn01 {
    margin: 40px auto 0;
  }
}
.sec-recruit .page-txt01 {
  text-align: center;
}

@media (width <= 768px) {
  .sec-recruit .page-txt01 {
    margin: 12px auto 0;
  }
}
@media (769px <= width) {
  .sec-recruit .page-txt01 {
    margin: 20px auto 0;
  }
}
/*------------------------------------------
footer
------------------------------------------*/
.page-ft {
  background: #2B2B2B;
  color: #fff;
  position: relative;
  z-index: 1;
}

@media (width <= 768px) {
  .page-ft {
    padding: 90px 20px 30px;
  }
}
@media (769px <= width) {
  .page-ft {
    padding: 136px 0 38px;
  }
}
.page-ft__ig .head {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

@media (width <= 768px) {
  .page-ft__ig .head {
    font-size: 14px;
  }
}
@media (769px <= width) {
  .page-ft__ig .head {
    font-size: 18px;
  }
}
@media (width <= 768px) {
  .page-ft__ig .ico {
    width: 25px;
    margin: 13px auto 0;
  }
}
@media (769px <= width) {
  .page-ft__ig .ico {
    width: 32px;
    margin: 18px auto 0;
  }
}
.page-ft__ig .ico a {
  aspect-ratio: 1/1;
  display: block;
  -webkit-mask: url(../images/ico_ig.svg) no-repeat center/contain;
          mask: url(../images/ico_ig.svg) no-repeat center/contain;
  background: #fff;
}

.page-ft__logo {
  aspect-ratio: 254/82;
  -webkit-mask: url(../images/logo01.svg) no-repeat center/contain;
          mask: url(../images/logo01.svg) no-repeat center/contain;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  color: transparent;
}

@media (width <= 768px) {
  .page-ft__logo {
    width: 176px;
    margin: 75px auto 0;
  }
}
@media (769px <= width) {
  .page-ft__logo {
    width: 253px;
    margin: 105px auto 0;
  }
}
.page-ft__open {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 1;
  text-align: center;
}

@media (width <= 768px) {
  .page-ft__open {
    margin: 20px auto 0;
    font-size: 14px;
  }
}
@media (769px <= width) {
  .page-ft__open {
    margin: 28px auto 0;
    font-size: 18px;
  }
}
.page-ft__list {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (width <= 768px) {
  .page-ft__list {
    margin: 100px auto 0;
    gap: 18px;
  }
}
@media (769px <= width) {
  .page-ft__list {
    margin: 110px auto 0;
    gap: 28px;
  }
}
.page-ft__list li {
  width: clamp(1px, 24.53vw, 147px);
}

.page-ft__list li.item-parco {
  width: clamp(1px, 14.66vw, 88px);
}

.page-ft__list li.item-jfcd {
  width: clamp(1px, 9.6vw, 58px);
}

.page-ft__list a {
  display: block;
}

.page-ft__link {
  margin: 15px auto 0;
  font-size: clamp(1px, 3.2vw, 14px);
  line-height: 1;
  text-align: center;
}

.page-ft__copyright {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  font-size: clamp(1px, 2.66vw, 12px);
  line-height: 1;
  text-align: center;
}

@media (width <= 768px) {
  .page-ft__copyright {
    margin: 22px auto 0;
  }
}
@media (769px <= width) {
  .page-ft__copyright {
    margin: 33px;
  }
}
/*------------------------------------------
acc
------------------------------------------*/
.js-accarea {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s linear;
}

.js-accarea__in {
  overflow: hidden;
}

.js-accarea.is-open {
  grid-template-rows: 1fr;
}