@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;
}

@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 {
  position: relative;
  z-index: 1;
}

.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: 1020px) {
  .title-group .page-title.-pc {
    display: none;
  }

  .title-group .page-title.-sp {
    display: block;
  }
}

@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 .inner {
  padding: 42px 70px 0;
}

@media screen and (max-width: 768px) {
  .fv-area .inner {
    padding: 37px 0 0;
  }
}
/* ↑↑↑ fv-area ↑↑↑ */

/* ↓↓↓ catch-area ↓↓↓ */
.catch-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 72px auto 0;
}

@media (max-width: 768px) {
  .catch-area {
    margin: 24px auto 0;
  }
}

.catch-area .deco01 {
  position: absolute;
  width: 113px;
  top: -4%;
  left: 10%;
}

@media (max-width: 768px) {
  .catch-area .deco01 {
    width: 53px;
    top: -11%;
    left: -3%;
  }
}

.catch-area .deco02 {
  position: absolute;
  width: 134px;
  bottom: 20%;
  right: 10%;
}

@media (max-width: 768px) {
  .catch-area .deco02 {
    width: 40px;
    right: 4%;
  }
}

.catch-area .inner {
  position: relative;
  padding: 0 70px 120px;
  z-index: 1;
}

@media (max-width: 768px) {
  .catch-area .inner {
    padding: 0 10px 64px;
  }
}

.catch-area .catch-title {
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .catch-area .catch-title {
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
}

.catch-area .catch-textgroup {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  .catch-area .catch-textgroup {
    font-size: 1.4rem;
    letter-spacing: 0.01em;
  }
}

.catch-area .catch-text + .catch-text {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .catch-area .catch-text + .catch-text {
    margin-top: 40px;
  }
}
/* ↑↑↑ catch-area ↑↑↑ */

/* ↓↓↓ link-area ↓↓↓ */
.link-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 0 auto;
}

@media (max-width: 768px) {
  .link-area {
    max-width: 500px;
  }
}

.link-area .inner {
  padding: 0 70px;
}

@media (max-width: 768px) {
  .link-area .inner {
    padding: 0 32px;
  }
}

.link-area .link-block {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 24px;
}

@media (max-width: 768px) {
  .link-area .link-block {
    flex-direction: column;
    gap: 20px;
  }
}

.link-area .link-block .deco01 {
  position: absolute;
  translate: 0 -100%;
  top: 0;
  left: 0;
  width: 133px;
}

@media (max-width: 768px) {
  .link-area .link-block .deco01 {
    width: 69px;
  }
}

.link-area .link-block .deco02 {
  position: absolute;
  transform: rotateY( 180deg );
  bottom: 20%;
  right: -8%;
  width: 82px;
}

@media (max-width: 768px) {
  .link-area .link-block .deco02 {
    bottom: 17%;
    right: -14%;
    width: 56px;
  }
}

.link-area .link-box {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 24px) / 2);
  border: 2px solid #000;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: 6px 6px 0 #000;
  background-color: #fff;
  padding: min(37px, calc(37 / 1280* 100vw));
  z-index: 1;
}

@media screen and (min-width: 769px) {
  .link-area .link-box:hover {
    box-shadow: 0 0 0 #000;
    translate: 6px 6px;
  }
}

@media (max-width: 768px) {
  .link-area .link-box {
    width: 100%;
    border-radius: 24px;
    padding: 20px 24px;
  }
}

.link-area .link-box.-entry {
  width: 100%;
  background-color: #F49097;
}

.link-area .link-box .image {
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .link-area .link-box .image {
    border-radius: 24px;
  }
}

.link-area .link-box .link-titlegroup {
  position: relative;
  flex-grow: 1;
  margin-top: min(25px, calc(25 / 1280* 100vw));
}

@media (max-width: 768px) {
  .link-area .link-box .link-titlegroup {
    margin-top: 20px;
  }
}

.link-area .link-box .link-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  font-size: min(2.8rem, calc(28 / 1280* 100vw));
  font-weight: 700;
  line-height: 1.3;
  padding: 0 min(65px, calc(65 / 1280* 100vw));
}

.link-area .link-box.-engineer .link-title {
  padding: 0 min(85px, calc(85 / 1280* 100vw)) 0 min(35px, calc(35 / 1280* 100vw));
}

.link-area .link-box.-entry .link-title {
  color: #fff;
  padding: 0 min(250px, calc(250 / 1280* 100vw));
}

@media (max-width: 768px) {
  .link-area .link-box .link-title {
    font-size: 1.8rem;
    padding: 0 32px;
  }

  .link-area .link-box.-entry .link-title {
    padding: 0 70px;
  }
}

.link-area .link-box .link-title .logo {
  width: min(70px, calc(70 / 1280* 100vw));
  margin-right: min(15px, calc(15 / 1280* 100vw));
}

@media (max-width: 768px) {
  .link-area .link-box .link-title .logo {
    width: 45px;
    margin-right: 10px;
  }
  
}

.link-area .link-box .arrow {
  position: absolute;
  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;
  translate: 0 -50%;
  top: 50%;
  right: 0;
}

@media (max-width: 768px) {
  .link-area .link-box .arrow {
    width: 36px;
    right: -10px;
  }
}

.link-area .link-box .arrow img {
  position: relative;
  width: 12px;
  height: 7px;
  z-index: 1;
}

.link-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) {
  .link-area .link-box:hover .arrow::after {
      scale: 1;
  }
}

.link-area .link-box .entry-btn {
  position: absolute;
  display: grid;
  place-content: center;
  translate: 0 -50%;
  top: 50%;
  right: 0;
  width: min(212px, calc(212 / 1280* 100vw));
  height: min(56px, calc(56 / 1280* 100vw));
  font-family: var(--montserrat);
  font-style: italic;
  font-weight: 700;
  font-size: min(2rem, calc(20 / 1280* 100vw));
  letter-spacing: 0.06em;
  color: #000;
  border: 1px solid #000;
  border-radius: 56px;
  background-color: #F5E960;
  overflow: hidden;
}

@media (max-width: 768px) {
  .link-area .link-box .entry-btn {
    right: -10px;
    width: 73px;
    height: 34px;
    font-size: 1.1rem;
    border-radius: 34px;
  }
}


.link-area .link-box .entry-btn::before {
  content: '';
  position: absolute;
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  scale: 0;
  transition: scale ease .3s;
}

@media screen and (min-width: 769px) {
  .link-area .link-box.-entry:hover .entry-btn::before {
    scale: 1;
  }
}

@media (max-width: 768px) {
  .link-area .link-box .entry-btn::before {
    display: none;
  }
}

.link-area .link-box .entry-btn .txt {
  position: relative;
  z-index: 1;
}

.link-area .link-box .entry-btn img {
  position: absolute;
  translate: 0 -50%;
  top: 50%;
  right: 22px;
  width: 12px;
  height: 7px;
  z-index: 1;
}

@media (max-width: 768px) {
  .link-area .link-box .entry-btn img {
    display: none;
  }
}
/* ↑↑↑ link-area ↑↑↑ */

/* ↓↓↓ data-area ↓↓↓ */
.data-area {
  position: relative;
  max-width: calc(1080px + 70px * 2);
  margin: 95px auto 0;
}

@media screen and (max-width: 768px) {
  .data-area {
    margin: 65px auto 0;
  }
}

.data-area .inner {
  padding: 0 70px;
}

@media screen and (max-width: 768px) {
  .data-area .inner {
    padding: 0 32px;
  }
}

.data-area .data-title {
  position: relative;
  display: block;
  width: max-content;
  font-size: 2rem;
  font-weight: 700;
  font-family: var(--zenKakuAntique);
  text-align: center;
  line-height: 1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 40px;
  padding: 15px 30px;
  margin: 0 auto 30px;
  z-index: 0;
}

@media screen and (max-width: 768px) {
  .data-area .data-title {
    font-size: 1.4rem;
    padding: 11px 30px;
  }
}

.data-area .data-title::before {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 0;
  left: 105px;
  width: 22px;
  height: 15px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #000;
}

.data-area .data-title::after {
  content: '';
  position: absolute;
  translate: 0 100%;
  bottom: 1px;
  left: 108px;
  width: 18px;
  height: 12px;
  clip-path: polygon(20% 0, 0% 100%, 100% 0);
  background-color: #fff;
}

.data-area .data-table {
  max-width: 890px;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #000;
  display: flex;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .data-area .data-table {
    max-width: 260px;
    flex-direction: column;
  }
}

.data-area .data-table .table-unit {
  position: relative;
  display: flex;
  flex-direction: column;
  width: calc((100% - 26.412%)/4);
}

@media screen and (max-width: 768px) {
  .data-area .data-table .table-unit {
    flex-direction: row;
    width: 100%;
  }
}

.data-area .data-table .table-unit:first-of-type {
  width: 26.412%;
}

@media screen and (max-width: 768px) {
  .data-area .data-table .table-unit:first-of-type {
    width: 100%;
  }
}

.data-area .data-table .table-unit:not(:first-of-type)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-image: linear-gradient(to bottom, #000 2px, transparent 2px);
  background-size: 2px 10px;
  background-repeat: repeat-y;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .data-area .data-table .table-unit:not(:first-of-type)::before {
    width: 100%;
    height: 2px;
    background-image: linear-gradient(to right, #000 2px, transparent 2px);
    background-size: 10px 2px;
    background-repeat: repeat-x;
  }
}

.data-area .data-table .table-head {
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  font-family: var(--zenKakuAntique);
  font-size: 2rem;
  font-weight: 700;
  height: 50px;
  background-color: #55D6C2;
}

@media screen and (max-width: 768px) {
  .data-area .data-table .table-head {
    width: 90px;
    height: auto;
    font-size: 1.6rem;
    border-right: 2px solid #000;
  }
}

.data-area .data-table .table-conts {
  display: grid;
  place-content: center;
  text-align: center;
  flex-grow: 1;
  background-color: #fff;
}

.data-area .data-table .table-unit .table-conts {
  font-family: var(--montserrat);
  font-size: 3.1rem;
  font-weight: 700;
  font-style: italic;
}

.data-area .data-table .table-unit .table-conts .-number {
  font-size: 4.7rem;
}

@media screen and (max-width: 768px) {
  .data-area .data-table .table-unit .table-conts {
    font-size: 2.6rem;
  }
  
  .data-area .data-table .table-unit .table-conts .-number {
    font-size: 3.9rem;
  }
}

.data-area .data-table .table-unit:first-of-type .table-conts {
  font-family: var(--zenKakuAntique);
  font-style: normal;
  font-size: clamp(1.6rem, calc(20 / 1280* 100vw), 2rem);
  font-weight: 700;
  line-height: 1.4;
  padding: 15px 10px;
}
/* ↑↑↑ data-area ↑↑↑ */
