@charset "utf-8";

main {
  width: 100%;
  overflow-x: clip;
}

/* ↓↓↓ fv ↓↓↓ */
.fv {
  position: relative;
  width: 100%;
  container-type: inline-size;
}

.fv .inner {
  position: relative;
  /* max-width: 1280px; */
  margin: max(11.09375cqw, 142px) auto 0;
  container-type: inline-size;
  z-index: 0;
}

.fv .inner::after {
  content: '';
  position: absolute;
  bottom: -2.265625cqw;
  left: 3.90625cqw;
  width: 36.171875cqw;
  height: 22.578125cqw;
  background: url(../img/top/fv-ink-deco.svg) no-repeat;
  background-size: cover;
  rotate: 140deg;
  z-index: -1;
}

.fv .content {
  position: relative;
  width: 56.875cqw;
  margin: 0 auto;
}

.fv .content .gaku {
  width: 100%;
}

.fv .content .ink {
  position: absolute;
  left: -1.484375cqw;
  bottom: 2.890625cqw;
  width: 79.6875cqw;
  rotate: -25deg;
  display: block;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  mask-size: 200% 200%;
  -webkit-mask-size: 200% 200%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 0 0;
  -webkit-mask-position: 0 0;
  opacity: 0;
}

.fv .content .ink.active {
  animation: mask-animation 500ms cubic-bezier(1, 0, 1, 1) forwards;
}

@keyframes mask-animation {
  0% {
    mask-position: 200% 0;
    -webkit-mask-position: 200% 0;
  }
  100% {
    mask-position: 0 0;
  }
}

.content .person {
  position: absolute;
  left: 5.9375cqw;
  bottom: 3.75cqw;
  width: 40.46875cqw;
  opacity: 0;
}

.content .copy {
  position: absolute;
  top: 0.3125cqw;
  right: -5.3125cqw;
  width: 19.53125cqw;
  rotate: -9deg;
  opacity: 0;
}

.fv .text-wrap {
  position: absolute;
  bottom: -1.5625cqw;
  left: 4.375cqw;
}

.fv .text-wrap .text01 {
  font-size: 3.4375cqw;
  font-family: var(--text-cg);
  font-weight: 600;
  font-style: italic;
  color: #fff;
}

.fv .text-wrap .text02 {
  font-size: 1.09375cqw;
  font-family: var(--text-cg);
  font-weight: 600;
  font-style: italic;
  color: #fff;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .fv .inner {
    position: relative;
    /* max-width: 375px; */
    margin: min(57.3333333cqw,310px) auto 0;
    container-type: inline-size;
    z-index: 0;
  }

  .fv .inner::after {
    content: '';
    position: absolute;
    bottom: unset;
    top: 22.4cqw;
    left: -12.8cqw;
    width: 79.466666666666cqw;
    height: 49.6cqw;
  }

  .fv .content {
    width: 88.8cqw;
  }

  .fv .content .ink {
    position: absolute;
    left: -5.066666666666667cqw;
    bottom: 7.733333333333333cqw;
    width: 146.13333333cqw;
  }

  .content .person {
    position: absolute;
    left: -13.8cqw;
    bottom: 5.6cqw;
    width: 81.066666666cqw;
  }

  .content .copy {
    position: absolute;
    top: -4.8cqw;
    right: -2.4cqw;
    width: 35.2cqw;
    rotate: -9deg;
    opacity: 0;
  }

  .fv .text-wrap {
    position: relative;
    bottom: unset;
    left: unset;
    margin: 24px 0 0 6.4cqw;
  }

  .fv .text-wrap .text01 {
    font-size: 4.0rem;
  }

  .fv .text-wrap .text02 {
    font-size: 1.4rem;
    margin-top: 4px;
  }
}
/* ↑↑↑ fv ↑↑↑ */

/* ↓↓↓ about ↓↓↓ */
.about {
  width: 100%;
  margin-top: min(160px, 12.5vw);

}

.about .inner {
  display: flex;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  column-gap: min(90px, 7.03125vw);
  container-type: inline-size;
}

.about .inner::after {
  content: '';
  position: absolute;
  top: 21.09375cqw;
  right: -5.15625cqw;
  width: 76.5625cqw;
  height: 44.453125cqw;
  background: url(../img/top/ink-deco.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.about .inner .image {
  position: relative;
  width: 42.1875cqw;
  margin-left: 9.6875cqw;
}

.about .inner .image::after {
  content: 'About';
  position: absolute;
  top: 1.875cqw;
  right: -2.65625cqw;
  font-family: var(--text-cg);
  font-size: 5cqw;
  font-weight: 700;
  font-style: italic;
  writing-mode: vertical-rl;
  line-height: 1;
  color: #fff;
}

.about .inner .text-wrap {
  width: 25.625cqw;
  margin-top: 9.375cqw;
}

.about .inner .text-wrap .title {
  font-size: 2.1875cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  color: #fff;
  line-height: 1.42;
  letter-spacing: 0.05em;
}

.about .inner .text-wrap .text {
  font-size: max(10px, 1.171875cqw);
  margin-top: 3.75cqw;
  color: #fff;
  letter-spacing: 0.05em;
}

.about .inner .text-wrap .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 22.5cqw;
  font-size: 1.5625cqw;
  font-family: var(--text-cg);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-top: 3.75cqw;
  padding-bottom: 1.875cqw;
  transition: color 300ms ease;
}

@media screen and (min-width: 769px) {
  .about .inner .text-wrap .more:hover {
    color: #2E7048;
  }
}

.about .inner .text-wrap .more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.about .inner .text-wrap .more::after {
content: '';
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 2px;
background: #2E7048;
transform: scale(0, 1);
transform-origin: right top;
transition: transform 0.3s ease;
z-index: 1;
}

@media screen and (min-width: 769px) {
  .about .inner .text-wrap .more:hover::after {
  transform: scale(1, 1);
  transform-origin: left top;
  }
}

.about .inner .text-wrap .more .arrow {
  position: relative;
  width: 3.75cqw;
  height: 2.5cqw;
  background-color: #fff;
  border-radius: 24px;
  transition: background-color 300ms ease;
  margin-right: 1.25cqw;
}

@media screen and (min-width: 769px) {
  .about .inner .text-wrap .more:hover .arrow {
    background-color: #2E7048;
  }
}

.about .inner .text-wrap .more .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.40625cqw;
  height: 0.9375cqw;
  mask-image: url(../img/top/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1.40625cqw 0.9375cqw;
  background-color: #2E7048;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .about .inner .text-wrap .more:hover .arrow::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .about {
    width: 100%;
    margin-top: 50px;
    padding: 0 33px;
  }

  .about .inner {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    row-gap: 17px;
  }

  .about .inner::after {
    top: 422px;
    right: unset;
    left: 24px;
    width: 572px;
    height: 332px;
  }

  .about .inner .image {
    width: 100%;
    margin-left: 0;
  }

  .about .inner .image::after {
    top: 15px;
    right: -28px;
    font-size: 4.4rem;
  }

  .about .inner .text-wrap {
    width: 100%;
  }
  
  .about .inner .text-wrap .title {
    font-size: 2.4rem;
    line-height: 1.3333333;
    text-align: center;
  }

  .about .inner .text-wrap .text {
    font-size: 1.4rem;
    margin: 32px auto 0;
  }

  .about .inner .text-wrap .more {
    width: 100%;
    max-width: 310px;
    font-size: 2.0rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 32px auto 0;
    padding-bottom: 24px;
  }

  .about .inner .text-wrap .more .arrow {
    width: 48px;
    height: 32px;
    margin-right: 16px;
  }

  .about .inner .text-wrap .more .arrow::after {
    content: '';
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 12px;
    mask-image: url(../img/top/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: 18px 12px;
  }
}
/* ↑↑↑ about ↑↑↑ */

/* ↓↓↓ business ↓↓↓ */
.business {
  width: 100%;
}

.business .inner {
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
  column-gap: min(90px, 7.03125vw);
  container-type: inline-size;
}

.business .inner .image {
  position: relative;
  width: 42.1875cqw;
  margin-left: 9.6875cqw;
}

.business .inner .image::after {
  content: 'Business & Jobs';
  position: absolute;
  top: 1.875cqw;
  right: -2.65625cqw;
  font-family: var(--text-cg);
  font-size: 5cqw;
  font-weight: 700;
  font-style: italic;
  writing-mode: vertical-rl;
  line-height: 1;
  color: #fff;
}

.business .inner .text-wrap {
  width: 25.625cqw;
  margin-top: 9.375cqw;
}

.business .inner .text-wrap .title {
  font-size: 2.1875cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  color: #fff;
  line-height: 1.42;
}

.business .inner .text-wrap .text {
  font-size: max(10px, 1.171875cqw);
  margin-top: 3.75cqw;
  color: #fff;
}

.business .inner .text-wrap .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 22.5cqw;
  font-size: 1.5625cqw;
  font-family: var(--text-cg);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-top: 3.75cqw;
  padding-bottom: 1.875cqw;
  transition: color 300ms ease;
}

@media screen and (min-width: 769px) {
  .business .inner .text-wrap .more:hover {
    color: #2E7048;
  }
}

.business .inner .text-wrap .more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.business .inner .text-wrap .more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2E7048;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .business .inner .text-wrap .more:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.business .inner .text-wrap .more .arrow {
  position: relative;
  width: 3.75cqw;
  height: 2.5cqw;
  background-color: #fff;
  border-radius: 24px;
  transition: background-color 300ms ease;
  margin-right: 1.25rem;
}

@media screen and (min-width: 769px) {
  .business .inner .text-wrap .more:hover .arrow {
    background-color: #2E7048;
  }
}

.business .inner .text-wrap .more .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.40625cqw;
  height: 0.9375cqw;
  mask-image: url(../img/top/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1.40625cqw 0.9375cqw;
  background-color: #2E7048;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .business .inner .text-wrap .more:hover .arrow::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .business {
    width: 100%;
    margin-top: 64px;
    padding: 0 33px;
  }

  .business .inner {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    row-gap: 17px;
  }

  .business .inner::after {
    top: 422px;
    right: unset;
    left: 24px;
    width: 572px;
    height: 332px;
  }

  .business .inner .image {
    width: 100%;
    margin-left: 0;
  }

  .business .inner .image::after {
    top: 15px;
    right: -28px;
    font-size: 4.4rem;
  }

  .business .inner .text-wrap {
    width: 100%;
  }
  
  .business .inner .text-wrap .title {
    font-size: 2.4rem;
    line-height: 1.3333333;
    text-align: center;
  }

  .business .inner .text-wrap .text {
    width: fit-content;
    font-size: 1.4rem;
    margin: 32px auto 0;
  }

  .business .inner .text-wrap .more {
    width: 100%;
    max-width: 310px;
    font-size: 2.0rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 32px auto 0;
    padding-bottom: 24px;
  }

  .business .inner .text-wrap .more .arrow {
    width: 48px;
    height: 32px;
    margin-right: 16px;
  }

  .business .inner .text-wrap .more .arrow::after {
    content: '';
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 12px;
    mask-image: url(../img/top/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: 18px 12px;
  }
}
/* ↑↑↑ business ↑↑↑ */

/* ↓↓↓ people ↓↓↓ */
.people {
  width: 100%;
  margin-top: min(10.3125cqw, 132px);
}

.people .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  container-type: inline-size;
  z-index: 0;
}

.people .inner::after {
  content: '';
  position: absolute;
  top: 10.3125cqw;
  right: 11.328125cqw;
  width: 76.5625cqw;
  height: 44.453125cqw;
  background: url(../img/top/ink-deco.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.people .inner .title {
  font-size: 6.25cqw;
  font-family: var(--text-cg);
  font-style: italic;
  font-weight: 700;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.people .inner .sub {
  font-size: 2.1875cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.people .inner .text {
  font-size: max(10px, 1.171875cqw);
  color: #fff;
  text-align: center;
  margin-top: 3.75cqw;
}

.people .inner .container {
  display: flex;
  justify-content: space-between;
  width: 80.625cqw;
  margin: 3.75cqw auto 0;
}

.people .inner .container .card {
  position: relative;
  width: 24.375cqw;
  cursor: pointer;
}

.people .inner .container .card .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.people .inner .container .card .content .ink {
  position: absolute;
  bottom: -0.9375cqw;
  left: -1.953125cqw;
  width: 26.015625cqw;
  rotate: -25deg;
  display: block;
  mask-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 100%);
  mask-size: 200% 200%;
  -webkit-mask-size: 200% 200%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  mask-position: 0 0;
  -webkit-mask-position: 0 0;
}

.people .inner .container .card .ink.-active {
  animation: mask-animation 500ms cubic-bezier(1, 0, 1, 1) forwards;
}

@keyframes mask-animation {
  0% {
    mask-position: 200% 0;
    -webkit-mask-position: 200% 0;
  }
  100% {
    mask-position: 0 0;
    -webkit-mask-position: 0 0;
  }
}

.people .inner .container .card .content .text-wrap {
  position: absolute;
  bottom: 1.5625cqw;
  left: 1.5625cqw;
}

.people .inner .container .card .content .text-wrap .name {
  font-size: max(10px, 1.25cqw);
  font-weight: 600;
  font-family: var(--text-sippori);
  color: #fff;
  line-height: 1.5;
}

.people .inner .container .card .content .text-wrap .year {
  font-size: max(10px, 1.015625cqw);
  color: #fff;
}

.people .inner .container .card .content .text-wrap .arrow {
  display: block;
  position: relative;
  width: 3.75cqw;
  height: 2.5cqw;
  background-color: #fff;
  border-radius: 24px;
  margin-top: 0.625cqw;
}

.people .inner .container .card .content .text-wrap .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.40625cqw;
  height: 0.9375cqw;
  mask-image: url(../img/top/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1.40625cqw 0.9375cqw;
  background-color: #2E7048;
}

@media screen and (max-width: 768px) {
  .people {
    width: 100%;
    margin-top: 64px;
    padding: 0 30px;
  }

  .people .inner {
    max-width: 100%;
  }

  .people .inner::after {
    content: '';
    position: absolute;
    top: 81px;
    right: -70px;
    width: 454px;
    height: 264px;
  }

  .people .inner .title {
    font-size: 5.0rem;
  }

  .people .inner .sub {
    font-size: 1.8rem;
  }

  .people .inner .text {
    width: fit-content;
    font-size: 1.5rem;
    text-align: justify;
    margin: 30px auto 0;
  }

  .people .inner .container {
    flex-direction: column;
    row-gap: 24px;
    width: 87.619047619%;
    margin: 24px auto 0;
  }

  .people .inner .container .card {
    position: relative;
    width: 100%;
  }

  .people .inner .container .card .content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 276px;
  }

  .people .inner .container .card .content .ink {
    width: 100%;
    bottom: -10px;
    left: -22px;
  }

  .people .inner .container .card .content .text-wrap {
    position: absolute;
    bottom: 10px;
    left: 17px;
  }

  .people .inner .container .card .content .text-wrap .name {
    font-size: 1.4rem;
  }
  

  .people .inner .container .card .content .text-wrap .year {
    font-size: 1.2rem;
  }

  .people .inner .container .card .content .text-wrap .arrow {
    display: block;
    position: relative;
    width: 43px;
    height: 28px;
    margin-top: 8px;
  }

  .people .inner .container .card .content .text-wrap .arrow::after {
    width: 15px;
    height: 11px;
    mask-size: 15px 11px;
  }
}
/* ↑↑↑ people ↑↑↑ */

/* ↓↓↓ environment ↓↓↓ */
.environment {
  width: 100%;
  margin-top: min(185px, 14.453125cqw);
}

.environment .inner {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  container-type: inline-size;
  z-index: 1;
}

.environment .inner::after {
  content: '';
  position: absolute;
  top: 11.5625cqw;
  left: -11.484375cqw;
  width: 63.125cqw;
  height: 45cqw;
  background: url(../img/top/ink-deco02.png) no-repeat;
  background-size: cover;
  z-index: -1;
}

.environment .inner .text-wrap {
  width: 35.15625cqw;
  margin-left: 20cqw;
}

.environment .inner .text-wrap .title {
  font-size: 5cqw;
  font-family: var(--text-cg);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  line-height: 1;
}

.environment .inner .text-wrap .sub {
  font-size: 1.5625cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  color: #fff;
}

.environment .inner .text-wrap .img-wrap {
  position: relative;
}

.environment .inner .img-wrap .image {
  position: absolute;
  top: -7.03125cqw;
  right: -28.28125cqw;
  width: 21.25cqw;
}

.environment .inner .text-wrap .img-wrap .text {
  font-size: max(10px, 1.171875cqw);
  margin-top: 3.75cqw;
  color: #fff;
  text-align: justify;
  word-break: break-all;
}

.environment .inner .text-wrap .more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 22.5cqw;
  font-size: 1.5625cqw;
  font-family: var(--text-cg);
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-top: 3.75cqw;
  padding-bottom: 1.875cqw;
  transition: color 300ms ease;
}

@media screen and (min-width: 769px) {
  .environment .inner .text-wrap .more:hover {
    color: #2E7048;
  }
}

.environment .inner .text-wrap .more::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.environment .inner .text-wrap .more::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2E7048;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s ease;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .environment .inner .text-wrap .more:hover::after {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}

.environment .inner .text-wrap .more .arrow {
  position: relative;
  width: 3.75cqw;
  height: 2.5cqw;
  background-color: #fff;
  border-radius: 24px;
  transition: background-color 300ms ease;
  margin-right: 1.25rem;
}

@media screen and (min-width: 769px) {
  .environment .inner .text-wrap .more:hover .arrow {
    background-color: #2E7048;
  }
}

.environment .inner .text-wrap .more .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.40625cqw;
  height: 0.9375cqw;
  mask-image: url(../img/top/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1.40625cqw 0.9375cqw;
  background-color: #2E7048;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .environment .inner .text-wrap .more:hover .arrow::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .environment {
    width: 100%;
    margin-top: 64px;
    padding: 0 27px;
  }

  .environment .inner {
    display: flex;
    column-gap: 0;
    max-width: 100%;
  }

  .environment .inner::after {
    content: '';
    position: absolute;
    top: 182px;
    left: -147px;
    width: 450px;
    height: 320px;
  }

  .environment .inner .text-wrap {
    width: 100%;
    margin: 0;
  }

  .environment .inner .text-wrap .title {
    font-size: 5.0rem;
    font-family: var(--text-cg);
    text-align: center;
  }

  .environment .inner .text-wrap .sub {
    font-size: 1.8rem;
    text-align: center;
  }

  .environment .inner .text-wrap .img-wrap {
    position: relative;
    display: flex;
    width: 100%;
    column-gap: 16px;
    font-size: 1.5rem;
    margin-top: 30px;
    align-items: center;
  }

  .environment .inner .text-wrap .img-wrap .image {
    position: relative;
    top: unset;
    right: unset;
    width: 45.65217391304348%;
  }

  .environment .inner .text-wrap .img-wrap .text {
    font-size: 15px;
    margin-top: 0;
    width: 49.37888198757764%;
  }

  .environment .inner .text-wrap .more {
    width: 100%;
    max-width: 310px;
    font-size: 2.0rem;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    margin: 32px auto 0;
    padding-bottom: 24px;
  }

  .environment .inner .text-wrap .more .arrow {
    width: 48px;
    height: 32px;
    margin-right: 16px;
  }

  .environment .inner .text-wrap .more .arrow::after {
    content: '';
    position: absolute;
    translate: -50% -50%;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 12px;
    mask-image: url(../img/top/arrow.svg);
    mask-repeat: no-repeat;
    mask-size: 18px 12px;
  }
}
/* ↑↑↑ environment ↑↑↑ */

/* ↓↓↓ recruit ↓↓↓ */
.recruit {
  width: 100%;
  margin-top: min(9.375vw, 120px);
  padding-bottom: min(10.9375cqw, 140px);
}

.recruit .inner {
  max-width: 1280px;
  margin: 0 auto;
  container-type: inline-size;
}

.recruit .inner .title {
  font-size: 5cqw;
  font-family: var(--text-cg);
  font-weight: 700;
  font-style: italic;
  text-align: center;
  color: #fff;
  line-height: 1;
}

.recruit .inner .sub {
  font-size: 1.5625cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  text-align: center;
  color: #fff;
}

.recruit .inner .container {
  display: flex;
  width: 66.5625cqw;
  column-gap: 1.875cqw;
  margin: 3.75cqw auto 0;
}

.recruit .inner .container .btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.40625cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  background-color: #fff;
  padding: 0 1.875cqw 0 3.28125cqw;
  width: 32.34375cqw;
  height: 10.9375cqw;
  transition: background-color 300ms ease, color 300ms ease;
}

@media screen and (min-width: 769px) {
  .recruit .inner .container .btn:hover {
    background-color: #2E7048;
    color: #fff;
  }
}

.recruit .inner .container .btn .arrow {
  position: relative;
  width: 3.75cqw;
  height: 2.5cqw;
  background-color: #2E7048;
  border-radius: 24px;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .recruit .inner .container .btn:hover .arrow {
    background-color: #fff;
  }
}

.recruit .inner .container .btn .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.40625cqw;
  height: 0.9375cqw;
  mask-image: url(../img/top/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1.40625cqw 0.9375cqw;
  background-color: #fff;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .recruit .inner .container .btn:hover .arrow::after {
    background-color: #2E7048;
  }
}

.recruit .inner .container .entry-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.875cqw;
  font-family: var(--text-sippori);
  font-weight: 600;
  font-style: italic;
  background-color: #2E7048;
  color: #fff;
  padding: 0 1.875cqw 0 3.28125cqw;
  width: 32.34375cqw;
  height: 10.9375cqw;
  transition: background-color 300ms ease, color 300ms ease;
}

@media screen and (min-width: 769px) {
  .recruit .inner .container .entry-btn:hover {
    background-color: #fff;
    color: #000;
  }
}

.recruit .inner .container .entry-btn .arrow {
  position: relative;
  width: 3.75cqw;
  height: 2.5cqw;
  background-color: #fff;
  border-radius: 24px;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .recruit .inner .container .entry-btn:hover .arrow {
    background-color: #2E7048;
  }
}

.recruit .inner .container .entry-btn .arrow::after {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 1.40625cqw;
  height: 0.9375cqw;
  mask-image: url(../img/top/arrow.svg);
  mask-repeat: no-repeat;
  mask-size: 1.40625cqw 0.9375cqw;
  background-color: #2E7048;
  transition: background-color 300ms ease;
}

@media screen and (min-width: 769px) {
  .recruit .inner .container .entry-btn:hover .arrow::after {
    background-color: #fff;
  }
}

@media screen and (max-width: 768px) {
  .recruit {
    width: 100%;
    margin-top: 64px;
    padding-bottom: 80px;
  }

  .recruit .inner {
    max-width: 100%;
    margin: 0 auto;
    container-type: inline-size;
  }

  .recruit .inner .title {
    font-size: 5.0rem;
  }

  .recruit .inner .sub {
    font-size: 2.0rem;
  }

  .recruit .inner .container {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
    width: 292px;
    margin: 28px auto 0;
  }

  .recruit .inner .container .btn {
    font-size: 1.4rem;
    padding: 0 17px 0 29px;
    width: 100%;
    height: 98px;
  }

  .recruit .inner .container .btn .arrow {
    position: relative;
    width: 34px;
    height: 22px;
  }

  .recruit .inner .container .btn .arrow::after {
    width: 13px;
    height: 9px;
    mask-size: 13px 9px;
  }

  .recruit .inner .container .entry-btn {
    font-size: 1.4rem;
    padding: 0 17px 0 29px;
    width: 100%;
    height: 98px;
  }

  .recruit .inner .container .entry-btn .arrow {
    position: relative;
    width: 34px;
    height: 22px;
  }

  .recruit .inner .container .entry-btn .arrow::after {
    width: 13px;
    height: 9px;
    mask-size: 13px 9px;
  }

}
/* ↑↑↑ recruit ↑↑↑ */


@media (min-width: 1281px) {}

@media (max-width: 1280px) {}

@media (max-width: 768px) {}

@media (max-width: 480px) {}

@media (max-width: 375px) {}