@charset "utf-8";

/* ↓↓↓ common ↓↓↓ */
* {
  margin: 0;
  box-sizing: border-box;
}

.dir-under .wrap {
  position: relative;
  background: url(../images/main-under-bg.jpg) repeat-y;
  background-size: 100% auto;
  background-position: top center;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap {
    background: url(../images/main-under-bg_sp.jpg) no-repeat;
    background-size: 100% auto;
    background-position: bottom center;
  }
}

.dir-under .wrap::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: 0;
  left: 50%;
  max-width: 1280px;
  width: 100%;
  height: 100%;
  background: url(../images/deco-under-bg.png) repeat-y;
  background-size: 100% auto;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .dir-under .wrap::before {
    background: url(../images/deco-under-bg_sp.png) repeat-y;
    background-size: 100% auto;
  }
}

.title-group .page-title {
  position: relative;
  font-size: clamp(5rem, calc(64/1280*100vw), 6.4rem);
  font-weight: 400;
  font-family: var(--rammetto);
  letter-spacing: 0.048em;
  color: #fff;
  -webkit-text-stroke: 2px #000;
  filter: drop-shadow(8px 8px 0 #55D6C2);
  padding-bottom: 8px;
  margin: 0;
  overflow: hidden;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .title-group .page-title {
    text-align: center;
    font-size: 4rem;
    padding-bottom: 0;
  }
}

.title-group .page-title span {
  translate: 0 200%;
  display: inline-block;
}

.title-group .sub-title {
  position: relative;
  display: block;
  width: max-content;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: var(--zenKakuAntique);
  text-align: center;
  line-height: 1;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 11px 30px;
  margin: 0 0 20px;
  background-color: #fff;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .title-group .sub-title {
    margin: 0 auto 20px;
  }
}

.title-group .sub-title::before {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 0;
  left: 35px;
  width: 22px;
  height: 15px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #000;
}

.title-group .sub-title::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 38px;
  width: 18px;
  height: 12px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #fff;
}
/* ↑↑↑ common ↑↑↑ */

/* ↓↓↓ fv-area ↓↓↓ */
.fv-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 0 auto;
}

.fv-area::before {
  content: '';
  position: absolute;
  translate: -50% 0;
  top: -150px;
  left: 50%;
  width: 1193px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: rgb(85, 214, 194);
  background: linear-gradient(180deg, rgba(85, 214, 194, 1) 0%, rgba(172, 237, 227, 1) 30%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%);
}

@media (max-width: 768px) {
  .fv-area::before {
    top: 20px;
    width: 564px;
  }
}

.fv-area .deco01 {
  position: absolute;
  bottom: -60px;
  right: 120px;
  width: 96px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .fv-area .deco01 {
    bottom: 68px;
    right: 30px;
    width: 55px;
  }
}

.fv-area .inner {
  padding: 52px 70px 0;
}

@media screen and (max-width: 768px) {
  .fv-area .inner {
    padding: 57px 10px 0;
  }
}

.fv-area .title-group {
  position: relative;
  z-index: 1;
}

.fv-area .title-group .page-title {
  text-align: center;
}

@media screen and (max-width: 940px) {
  .fv-area .title-group .page-title.-pc {
    display: none;
  }

  .fv-area .title-group .page-title.-sp {
    display: block;
  }
}

.fv-area .title-group .sub-title {
  margin: 0 auto 20px;
}

.fv-area .fv-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .fv-area .fv-text {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

/* ↑↑↑ fv-area ↑↑↑ */

/* ↓↓↓ innovation-area ↓↓↓ */
.innovation-area {
  position: relative;
  max-width: calc(1080px + 70px* 2);
  margin: 60px auto 0;
}

@media (max-width: 768px) {
  .innovation-area {
    margin: 32px auto 0;
  }
}

.innovation-area .deco01 {
  position: absolute;
  top: 300px;
  left: 0;
  width: 78px;
  z-index: 1;
}

@media (max-width: 768px) {
  .innovation-area .deco01 {
    top: 30px;
    left: -18px;
    width: 53px;
  }
}

.innovation-area .deco02 {
  position: absolute;
  transform: rotateY(180deg);
  bottom: 300px;
  right: 0;
  width: 77px;
  z-index: 1;
}

@media (max-width: 768px) {
  .innovation-area .deco02 {
    bottom: 29%;
    right: -13px;
    width: 57px;
  }
}

.innovation-area .inner {
  padding: 0 70px;
}

@media (max-width: 768px) {
  .innovation-area .inner {
    padding: 0 32px;
  }
}

.innovation-area .innovation-block {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 24px;
  counter-reset: listnum;
  position: relative;
  z-index: 1;
}

@media (max-width: 768px) {
  .innovation-area .innovation-block {
    max-width: 500px;
    gap: 32px 0;
    margin: 0 auto;
  }
}

.innovation-area .link-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 24px * 2) / 3);
  border: 2px solid #000;
  border-radius: 32px;
  box-shadow: 6px 6px 0 #000;
  background-color: #fff;
  padding: 60px min(26px, calc(26 / 1280* 100vw)) 23px;
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .innovation-area .link-box:hover {
      box-shadow: 0 0 0 #000;
      translate: 6px 6px;
  }
}

@media (max-width: 768px) {
  .innovation-area .link-box {
    width: 100%;
    padding: 24px 20px;
  }
}

.innovation-area .link-box .num {
  position: absolute;
  translate: 0 -50%;
  top: 0;
  left: 0;
  font-family: var(--rammetto);
  font-size: min(6.5rem, calc(65 / 1280* 100vw));
  letter-spacing: 0.048em;
  color: #fff;
}

@media (max-width: 768px) {
  .innovation-area .link-box .num {
    font-size: 3.9rem;
  }
}

.innovation-area .link-box .num::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  position: absolute;
  top: 0;
  right: -7px;
  font-family: var(--rammetto);
  font-size: min(6.5rem, calc(65 / 1280* 100vw));
  letter-spacing: 0.048em;
  color: #55D6C2;
}

@media (max-width: 768px) {
  .innovation-area .link-box .num::before {
    font-size: 3.9rem;
    right: -4px;
  }
}

.innovation-area .link-box .num::after {
  content: counter(listnum, decimal-leading-zero);
  position: absolute;
  top: 0;
  left: 0;
  font-family: var(--rammetto);
  font-size: min(6.5rem, calc(65 / 1280* 100vw));
  letter-spacing: 0.048em;
  color: transparent;
  -webkit-text-stroke: 2px #000;
}

@media (max-width: 768px) {
  .innovation-area .link-box .num::after {
    font-size: 3.9rem;
  }
}

.innovation-area .link-box .image {
  max-width: 280px;
  width: 100%;
  margin: 0 auto 14px;
}

@media (max-width: 768px) {
  .innovation-area .link-box .image {
    width: 90%;
    margin: 0 auto 10px;
  }
  
}

.innovation-area .link-box .theme {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .innovation-area .link-box .theme {
    font-size: 1.8rem;
    margin-bottom: 5px;
  }
}

.innovation-area .link-box .theme .sub {
  display: inline-block;
  font-size: 1.4rem;
}

.innovation-area .link-box .text {
  text-align: justify;
  word-break: break-all;
  font-size: 1.6rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .innovation-area .link-box .text {
    font-size: 1.4rem;
  }
}

.innovation-area .link-box .arrow {
  position: relative;
  width: min(56px, calc(56 / 1280* 100vw));
  aspect-ratio: 1 / 1;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F5E960;
  overflow: clip;
  margin: auto 0 0 auto;
}

@media (max-width: 768px) {
  .innovation-area .link-box .arrow {
    width: 56px;
  }
}

.innovation-area .link-box .arrow::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  translate: -50% -50%;
  scale: 0;
  top: 50%;
  left: 50%;
  z-index: 0;
  transition: scale ease .3s;
}

@media screen and (min-width: 769px) {
  .innovation-area .link-box:hover .arrow::after {
      scale: 1;
  }
}

.innovation-area .link-box .arrow img {
  position: relative;
  width: 12px;
  height: 7px;
  z-index: 1;
}
/* ↑↑↑ innovation-area ↑↑↑ */

/* ↓↓↓ #detail ↓↓↓ */
/* ↓↓↓ intro-area ↓↓↓ */
#detail {
  .intro-area {
    position: relative;
    max-width: calc(1080px + 70px * 2);
    margin: 70px auto 0;
    z-index: 1;
  }

  @media screen and (max-width: 768px) {
    .intro-area {
      margin: 32px auto 0;
    }
  }

  .intro-area .inner {
    padding: 0 70px;
  }

  @media screen and (max-width: 768px) {
    .intro-area .inner {
      padding: 0 32px;
    }
  }

  .intro-area .intro-block {
    display: flex;
    gap: 38px;
  }

  @media screen and (max-width: 940px) {
    .intro-area .intro-block {
      max-width: 500px;
      flex-direction: column;
      gap: 20px;
      margin: 0 auto;
    }
  }

  .intro-area .intro-block .image {
    border: 2px solid #000;
    border-radius: 32px;
    height: max-content;
    overflow: hidden;
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .image {
      position: relative;
      z-index: 1;
    }
  }

  .intro-area .intro-block .text-group {
    position: relative;
    min-width: clamp(370px, calc(490 / 1280* 100vw), 490px);
    width: clamp(370px, calc(490 / 1280* 100vw), 490px);
  }

  @media screen and (max-width: 940px) {
    .intro-area .intro-block .text-group {
      min-width: initial;
      width: 100%;
    }
  }

  .intro-area .intro-block .num {
    position: absolute;
    top: -80px;
    right: 0;
    font-family: var(--rammetto);
    font-size: min(19rem, calc(190 / 1280* 100vw));
    line-height: 1;
    letter-spacing: 0.048em;
    color: transparent;
    -webkit-text-stroke: 2px #fff;
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .num {
      top: -50px;
      right: -35px;
      font-size: 9.8rem;
      -webkit-text-stroke: 2px #54D6C1;
      opacity: 0.3;
    }
  }

  .intro-area .intro-block .title {
    position: relative;
    font-size: min(4.6rem, calc(46 / 1280* 100vw));
    font-weight: 700;
    letter-spacing: 0.07em;
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 20px 0;
    margin-bottom: 24px;
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .title {
      text-align: center;
      font-size: 2.8rem;
      padding: 0 0 10px;
      margin-bottom: 16px;
    }
  }

  .intro-area .intro-block .title .sub {
    font-size: min(2rem, calc(20 / 1280* 100vw));
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .title .sub {
      font-size: 1.4rem;
    }
  }

  .intro-area .intro-block .copy {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 16px;
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .copy {
      font-size: 1.6rem;
      margin-bottom: 14px;
    }
  }

  .intro-area .intro-block .text {
    text-align: justify;
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .text {
      font-size: 1.4rem;
    }
  }

  .intro-area .intro-block .attention {
    text-indent: -1em;
    padding-left: 1em;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    margin-top: 18px;
  }

  @media screen and (max-width: 768px) {
    .intro-area .intro-block .attention {
      font-size: 1.2rem;
    }
  }
}
/* ↑↑↑ intro-area ↑↑↑ */

/* ↑↑↑ content-area ↑↑↑ */
#detail {
  .content-area {
    position: relative;
    margin-top: 72px;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .content-area {
      margin-top: 60px;
    }
  }

  .content-area .inner {
    padding: 0 103px;
  }

  @media screen and (max-width: 768px) {
    .content-area .inner {
      padding: 0 32px;
    }
  }

  .content-area .content-block:nth-of-type(odd) {
    position: relative;
    padding: 168px min(74px, calc(74 / 1280* 100vw)) 90px 0;
    margin-top: -100px;
  }

  .content-area .content-block:nth-of-type(even) {
    position: relative;
    padding: 168px 0 90px min(114px, calc(114 / 1280* 100vw));
    margin-top: -100px;
  }

  .content-area .content-block:first-of-type {
    padding: 86px min(74px, calc(74 / 1280* 100vw)) 90px 0;
    margin-top: 0;
    z-index: 3;
  }

  
  .content-area .content-block:nth-of-type(2) {
    z-index: 2;
  }

  @media screen and (max-width: 768px) {
    .content-area .content-block:nth-of-type(odd) {
      padding: 48px 32px 40px 0;
    }

    .content-area .content-block:nth-of-type(3) {
      padding: 150px 32px 60px 0;
    }

    .content-area .content-block:nth-of-type(even) {
      padding: 150px 0 130px 32px;
    }
  }

  .content-area .content-block:nth-of-type(odd)::before {
    content: '';
    position: absolute;
    translate: -103px 0;
    top: 0;
    left: 0;
    width: calc(100% + 103px);
    height: 100%;
    background-color: #FFFFC7;
    border: 2px solid #000;
    border-left: initial;
    border-radius: 0 100px 100px 0;
    box-sizing: border-box;
  }

  .content-area .content-block:nth-of-type(even)::before {
    content: '';
    position: absolute;
    translate: 103px 0;
    top: 0;
    right: 0;
    width: calc(100% + 103px);
    height: 100%;
    background-color: #fff;
    border: 2px solid #000;
    border-right: initial;
    border-radius: 100px 0 0 100px;
    box-sizing: border-box;
  }
  
  @media screen and (max-width: 768px) {
    .content-area .content-block:nth-of-type(odd)::before {
      translate: -32px 0;
      width: calc(100% + 32px);
      border-radius: 0 60px 60px 0;
    }

    .content-area .content-block:nth-of-type(even)::before {
      translate: 32px 0;
      width: calc(100% + 32px);
      border-radius: 60px 0 0 60px;
    }
  }

  .content-area .content-block .content-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1006px;
    margin: 0 auto;
    gap: 0 36px;
    z-index: 1;
  }

  .content-area .content-block:nth-of-type(even) .content-box {
    max-width: 960px;
  }

  .content-area .content-block:nth-of-type(3)  .content-box {
    gap: 0 48px;
  }

  @media screen and (max-width: 940px) {
    .content-area .content-block:nth-of-type(3)  .content-box,
    .content-area .content-block .content-box {
      flex-direction: column;
      gap: 22px;
    }
  }

  .content-area .content-block:nth-of-type(odd) .content-box .keyword {
    position: absolute;
    font-family: var(--rammetto);
    font-size: 8.2rem;
    line-height: 1;
    letter-spacing: 0;
    translate: 0 -100%;
    top: 35px;
    right: 0;
    color: #F5E960;
    opacity: 0.4;
  }

  .content-area .content-block:first-of-type .content-box .keyword {
    top: 15px;
  }

  @media screen and (max-width: 940px) {
    .content-area .content-block:first-of-type .content-box .keyword.-pc {
     display: none;
    }

    .content-area .content-block:first-of-type .content-box .keyword.-sp {
      display: block;
     }
  }

  .content-area .content-block:nth-of-type(even) .content-box .keyword {
    position: absolute;
    font-family: var(--rammetto);
    font-size: 8.2rem;
    line-height: 1;
    letter-spacing: 0;
    translate: 0 -100%;
    top: 25px;
    left: 0;
    color: #F5E960;
    opacity: 0.3;
  }

  @media screen and (max-width: 940px) {
    .content-area .content-block:nth-of-type(odd) .content-box .keyword {
      font-size: 4.2rem;
      top: 25px;
      right: initial;
      left: -30px;
    }

    .content-area .content-block:nth-of-type(even) .content-box .keyword {
      font-size: 4.2rem;
      top: 25px;
      right: initial;
      left: -20px;
    }
  }

  .content-area .content-box .text-group  {
    position: relative;
    z-index: 1;
  }

  .content-area .content-box:has(.image) .text-group {
    min-width: clamp(330px, calc(504 / 1280* 100vw), 504px);
    width: clamp(330px, calc(504 / 1280* 100vw), 504px);
    z-index: 1;
  }

  .content-area .content-block:nth-of-type(3) .content-box .text-group {
    min-width: clamp(330px, calc(717 / 1280* 100vw), 717px);
    width: clamp(330px, calc(717 / 1280* 100vw), 717px);
  }

  @media screen and (max-width: 940px) {
    .content-area .content-box:has(.image) .text-group,
    .content-area .content-block:nth-of-type(3) .content-box .text-group {
      min-width: initial;
      width: 100%;
    }
  }

  .content-area .content-box .lead {
    position: relative;
    width: 100%;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 24px;
    z-index: 1;
  }

  @media screen and (max-width: 940px) {
    .content-area .content-box .lead {
      margin-bottom: 0;
    }
  }

  @media screen and (max-width: 768px) {
    .content-area .content-box .lead {
      font-size: 2rem;
      letter-spacing: -0.01em;
    }
  }

  .content-area .content-box .text {
    text-align: justify;
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    column-count: 2;
    column-gap: 24px;
    padding-right: 28px;
  }

  @media screen and (max-width: 940px) {
    .content-area .content-box .text {
      column-count: 1;
      padding-right: 0;
    }
  }

  .content-area .content-box:has(.image) .text {
    column-count: 1;
    padding-right: 0;
  }

  .content-area .content-box .image-group {
    position: relative;
    width: calc(100% - (clamp(330px, calc(504 / 1280* 100vw), 504px)) - 36px);
  }

  .content-area .content-block:nth-of-type(3) .content-box .image-group {
    width: calc(100% - clamp(330px, calc(717 / 1280* 100vw), 717px) - 48px);
  }

  @media screen and (max-width: 940px) {
    .content-area .content-box .image-group {
      max-width: 500px;
      width: 100%;
      margin: 0 auto;
    }

    .content-area .content-block:nth-of-type(3) .content-box .image-group {
      max-width: 150px;
      width: 100%;
    }
  }
  
  .content-area .content-box .image {
    position: relative;
    height: max-content;
    border: 2px solid #000;
    border-radius: 32px;
    overflow: hidden;
    z-index: 1;
  }

  .content-area .content-block:nth-of-type(3) .content-box .image {
    border: initial;
    border-radius: 0;
  }

  .content-area .deco01 {
    position: absolute;
    transform: rotateY(180deg);
    top: -180px;
    left: -110px;
    width: 92px;
  }

  @media (max-width: 768px) {
    .content-area .deco01 {
      top: -130px;
      left: -48px;
      width: 80px;
    }
  }

  .content-area .deco02 {
    position: absolute;
    bottom: max(-90px, calc(-90 / 1280* 100vw));
    right: min(100px, calc(100 / 1280* 100vw));
    width: min(235px, calc(235 / 1280* 100vw));
  }

  @media (max-width: 768px) {
    .content-area .deco02 {
      bottom: -20px;
      right: initial;
      left: 0;
      width: 169px;
    }
  }

  .content-area .deco03 {
    position: absolute;
    bottom: 15%;
    right: 0;
    width: 120px;
  }

  @media (max-width: 768px) {
    .content-area .deco03 {
      bottom: 8%;
      width: 75px;
    }
  }
}

/* ↑↑↑ content-area ↑↑↑ */

/* ↓↓↓ future-area ↓↓↓ */
#detail {
  .future-area {
    position: relative;
    margin-top: -60px;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .future-area {
      margin-top: -30px;
    }
  }
  
  .future-area .inner {
    padding: 0 70px;
  }

  @media (max-width: 768px) {
    .future-area .inner {
      padding: 0 32px;
    }
  }
  
  .future-area .future-block {
    position: relative;
    max-width: 987px;
    margin: 0 auto;
    padding: 175px 0 0;
  }

  @media (max-width: 768px) {
    .future-area .future-block {
      max-width: 571px;
      padding: 80px 0 0;
    }
  }
  
  .future-area .future-block::before {
    content: '';
    position: absolute;
    translate: -50% 0;
    top: 0;
    left: 50%;
    width: auto;
    height: 987px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background-color: #B2EEE5;
    border: 2px solid #000;
  }

  @media (max-width: 768px) {
    .future-area .future-block::before {
      height: 90%;
    }
  }

  .future-area .future-block .deco04 {
    position: absolute;
    width: 105px;
    top: 130px;
    right: -70px;
  }

  @media (max-width: 768px) {
    .future-area .future-block .deco04 {
      width: 54px;
      top: -5px;
      right: -10px;
    }
  }
  
  .future-area .future-block .text-group {
    position: relative;
    max-width: 760px;
    margin: 0 auto;
    z-index: 1;
  }
  
  .future-area .future-block .keyword {
    position: absolute;
    translate: -50% 0;
    top: -55px;
    left: 50%;
    font-family: var(--rammetto);
    font-size: 9.6rem;
    letter-spacing: 0.05em;
    line-height: 1;
    color: #fff;
    opacity: 0.3;
  }

  @media (max-width: 768px) {
    .future-area .future-block .keyword {
      top: -25px;
      font-size: 4.2rem;
    }
  }
  
  .future-area .future-block .lead {
    position: relative;
    text-align: center;
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.6;
    margin-bottom: 32px;
    z-index: 1;
  }

  @media (max-width: 768px) {
    .future-area .future-block .lead {
      font-size: 2rem;
      line-height: 1.3;
      letter-spacing: 0.03em;
      margin-bottom: 16px;
    }
  }
  
  .future-area .future-block .text {
    text-align: justify;
    word-break: break-all;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    column-count: 2;
    column-gap: 24px;
  }

  @media (max-width: 768px) {
    .future-area .future-block .text {
      font-size: 1.4rem;
      column-count: 1;
    }
  }

  .future-area .future-block .image {
    border: 2px solid #000;
    border-radius: 32px;
    overflow: hidden;
    margin-top: 42px;
  }

  @media (max-width: 768px) {
    .future-area .future-block .text {
      font-size: 1.4rem;
      column-count: 1;
    }
  }
}
/* ↑↑↑ future-area ↑↑↑ */

/* ↓↓↓ other-area ↓↓↓ */
.other-area {
  position: relative;
  margin-top: 74px;
  z-index: 1;
}

.other-area .inner {
  padding: 0 70px;
}

@media (max-width: 768px) {
  .other-area .inner {
    padding: 0 32px;
  }
}

.other-area .other-block {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 710px;
  margin: 0 auto;
  gap: 50px 15.3%;
}

@media (max-width: 768px) {
  .other-area .other-block {
    flex-direction: column;
    justify-content: center;
    gap: 40px 0;
  }
}

.other-area .other-block .sub-title {
  margin: 0 auto 30px;
}

.other-area .page-btn {
  display: block;
  width: 340px;
  border-radius: 32px;
  overflow: hidden;
  border: 2px solid #000;
  box-shadow: 6px 6px 0 #000;
  transition: box-shadow ease .3s, translate ease .3s;
}

.other-area .page-btn.-employee {
  width: 258px;
}

@media (max-width: 768px) {
  .other-area .page-btn.-employee {
    display: flex;
    width: min(311px, 100%);
    border-radius: 24px;
  }

  .other-area .page-btn.-employee .cr-black {
    width: 142px;
  }

  .other-area .page-btn.-employee .cr-black img {
    object-fit: cover;
    height: 100%;
  }
}

.other-area .page-btn.category-7 {
  background-color: #F46442;
  color: #fff;
}

.other-area .page-btn.category-11 {
  background-color: #A983FF;
  color: #fff;
}

@media (min-width: 769px) {
  .other-area .page-btn:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px;
  }
}

@media (max-width: 768px) {
  .other-area .page-btn {
    width: 277px;
    margin: 0 auto;
  }
}

.other-area .page-btn.-employee .text-group {
  padding: 16px 20px 22px;
}

@media (max-width: 768px) {
  .other-area .page-btn.-employee .text-group {
    padding: 20px 10px 22px 14px;
  }
}

.other-area .page-btn.-employee .category {
  width: max-content;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 25px;
  padding: 4px 8px;
  color: #000;
  background-color: #fff;
  margin-bottom: 14px;
}

.other-area .page-btn.-employee p {
  font-family: var(--zenKakuAntique);
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1;
}

.other-area .page-btn.-employee .title {
  font-size: 1.9rem;
  margin-top: 5px;
}

.other-area .page-btn.-employee .joined {
  margin-top: 22px;
}

.other-area .back-btn {
  position: relative;
  display: grid;
  place-content: center;
  width: 250px;
  height: 64px;
  border-radius: 64px;
  padding-right: 64px;
  margin: 70px auto 0;
  border: 2px solid #000;
  background-color: #fff;
  box-shadow: 6px 6px 0 #000;
  transition: box-shadow ease .3s, translate ease .3s;
}

@media (min-width: 769px) {
  .other-area .back-btn:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px;
  }
}

@media (max-width: 768px) {
  .other-area .back-btn {
    width: 263px;
    margin: 30px auto 0;
  }
}

.other-area .back-btn .link-txt {
  text-align: center;
  font-family: var(--montserrat);
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
}

.other-area .back-btn .arrow {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  background-color: #F5E960;
}

.other-area .back-btn .arrow::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  scale: 0;
  transition: scale ease .3s;
}

@media (min-width: 769px) {
  .other-area .back-btn:hover .arrow::before {
    scale: 1;
  }
}

.other-area .back-btn .arrow img {
  position: relative;
  width: 12px;
  height: 7px;
  z-index: 1;
}
/* ↑↑↑ other-area ↑↑↑ */
/* ↑↑↑ #detail ↑↑↑ */