/* ==== トップページ ==== */
/* fv */
.fv {
  position: relative;
  margin-bottom: 73px;
}
.fv .fv-img {
  background: url("../images/hp/top-fv.jpg") no-repeat center / cover;
  height: 790px;
}
.fv-txt-area {
  width: 100%;
  max-width: 445px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--white);
  border-top-right-radius: 30px;
  padding: 28px 35px 25px 60px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: var(--dark-blue);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.fv-txt-area h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: normal;
}
.fv-txt-area .fv-txt-lead {
  font-size: 18px;
  font-weight: 600;
}
.fv-news {
  position: absolute;
  right: 25px;
  bottom: -46px;
  width: 100%;
  max-width: 640px;
  background-color: rgba(1, 44, 102, 0.96);
  padding: 28px 43px;
  color: var(--white);
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
}
.fv-news .fv-news-title {
  font-size: 12px;
  font-weight: 500;
  position: relative;
  display: flex;
  align-items: center;
  width: fit-content;
  line-height: 2;
  margin-bottom: 4px;
}
.fv-news-title::before {
  content: "";
  position: absolute;
  right: -80px;
  width: 50px;
  height: 1px;
  background-color: var(--white);
}
.fv-news-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.fv-news-cat {
  display: inline-flex;
  align-items: center;
  padding: 2px 10px;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}
.fv-news-txt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.fv-news-more {
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
}
.fv-news-content,
.fv-news-article,
.fv-news-link {
  color: inherit;
  text-decoration: none;
  display: block;
}
.fv-news-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.fv-news-arr {
  width: 40px;
  aspect-ratio: 1/1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fv-news-arr span {
  width: 10px;
  aspect-ratio: 1/1;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  transform: rotate(315deg);
  margin-left: -2px;
}
.fv-news-date {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.7;
}

@media (max-width: 1120px) {
  .fv-txt-area {
    bottom: 165px;
  }
}

@media (max-width: 768px) {
  .fv {
    margin-bottom: 14vw;
  }
  .fv .fv-img {
    height: 102.7vw;
  }
  .fv-txt-area {
    position: unset;
    max-width: 100%;
    padding: 6.9vw 7.7vw 10.7vw;
    gap: 1.5vw;
    font-size: 3.38vw;
  }
  .fv-txt-area h1 {
    font-size: 8.95vw;
    margin-bottom: 1.2vw;
  }
  .fv-txt-area .fv-txt-lead {
    font-size: 4.47vw;
  }
  .fv-news {
    position: unset;
    max-width: calc(100% - 5.47vw);
    margin-left: auto;
    padding: 6.9vw 7.7vw 7.96vw;
  }
  .fv-news .fv-news-title {
    font-size: 2.98vw;
  }
  .fv-news-title::before {
    width: 4em;
    right: -5em;
  }
  .fv-news-txt {
    font-size: 4.97vw;
    -webkit-line-clamp: 3;
    margin-bottom: 5.47vw;
  }
  .fv-news-link {
    gap: 2.98vw;
  }
  .fv-news-date {
    font-size: 3.48vw;
  }
  .fv-news-arr {
    width: 9.95vw;
  }
  .fv-news-arr span {
    width: 2.48vw;
    margin-left: -1.1vw;
    border-width: 0.6vw;
  }
}

/* 採用情報 */
.top-recruit {
  background: url("../images/hp/top-rec_bg.jpg") no-repeat center / cover;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 56px;
  padding: 70px 3vw;
}
.top-recruit .top-rec-txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  color: var(--white);
  text-align: center;
}
.top-recruit h2 {
  font-size: 32px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--white);
}
.top-recruit .top-rec-txt p {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
}
.top-recruit .top-rec-img {
  display: flex;
  width: 100%;
  max-width: 660px;
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .top-recruit .top-rec-img {
    max-width: 39.4vw;
  }
}
@media (max-width: 768px) {
  .top-recruit {
    background: url("../images/hp/top-rec_bg_sp.jpg") no-repeat center / cover;
    flex-direction: column-reverse;
    padding: 11.4vw 0 20.4vw;
    gap: 9.95vw;
  }
  .top-recruit .top-rec-img {
    max-width: 100%;
    border-radius: 0;
  }
  .top-recruit h2 {
    text-align: center;
    font-size: 5.47vw;
  }
  .top-recruit .top-rec-txt {
    width: 100%;
    padding-inline: 7.7vw;
    gap: 13.4vw;
  }
  .top-recruit .top-rec-txt p {
    font-size: 3.98vw;
    text-align: start;
  }
}

/* お知らせ */
.top-news {
  background: linear-gradient(to bottom, #ffffff 0%, #d2e9f5 77%, #bcdaf5 100%);
  padding: 0 0 180px;
}
.top-news-container {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.top-news .l-section-title {
  margin-bottom: 30px;
}
.top-news-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 57px;
}
.top-news-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 68px;
  padding: 0 52px 33px 30px;
  border-bottom: 1px solid #8eb4e0;
}
.top-news-item .date {
  font-size: 14px;
  color: var(--gray);
  font-weight: 500;
}
.top-news-item .title {
  font-size: 18px;
  color: var(--dark-blue);
}
.top-news-item span {
  position: absolute;
  right: 52px;
  width: 15px;
  aspect-ratio: 1/1;
  border-right: 1px solid var(--dark-blue);
  border-bottom: 1px solid var(--dark-blue);
  transform: rotate(315deg);
}
.top-news-container .round-btn {
  margin: 0 auto;
}
.top-news-empty,
.top-project-empty {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}

@media (max-width: 1100px) {
  .top-news {
    padding: 2vw 7.7vw 180px;
  }
}
@media (max-width: 768px) {
  .top-news {
    padding: 2vw 7.7vw 25.6vw;
  }
  .top-news .l-section-title {
    margin-bottom: 9.95vw;
  }
  .top-news-content {
    margin-bottom: 12.1vw;
  }
  .top-news-item {
    flex-direction: column;
    align-items: start;
    gap: 4.22vw;
    padding: 0 2.48vw 5.72vw;
  }
  .top-news-item .date {
    font-size: 3.48vw;
  }
  .top-news-item .title {
    font-size: 3.98vw;
    font-weight: 600;
  }
  .top-news-item span {
    right: 2.48vw;
    top: 30%;
  }
}

/* 数字で見る */
.top-data {
  background: url("../images/hp/top-data_bg.jpg") no-repeat center / cover;
  padding-block: 84px 170px;
  position: relative;
}
.top-data .top-data-container {
  width: 100%;
  max-width: 1114px;
  margin: 0 auto;
}
.top-data .l-section-title {
  color: var(--white);
}
.top-data .top-data-container .section-title-note {
  color: var(--white);
}
.top-data_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}
.top-data_item {
  position: relative;
  width: 260px;
  aspect-ratio: 1/1;
  background-color: var(--white);
  padding-top: 22px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-data_item:nth-last-child(1) .top-data_item-title {
  margin-bottom: 0;
}
.top-data_item-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--dark-blue);
}
.top-data-item-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}
.top-data-item-img {
  width: 100px;
}
.top-data-item-btm {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
}
.top-data-item-txt_btm {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--dark-blue);
  text-align: center;
  margin-top: 18px;
}
.top-data-value {
  font-size: 24px;
  font-weight: 600;
  color: var(--dark-blue);
}
.top-data-value span {
  font-size: 64px;
  font-weight: 600;
  color: #2c61ff;
  font-family: "Oswald", sans-serif;
}
.top-data-value-txt {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1;
  color: var(--dark-blue);
}
.top-data-value-txt-note {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-blue);
  text-align: center;
}

.top-data .top-data_btn {
  margin: 0 auto;
  margin-top: 70px;
  border: 4px solid var(--white);
  border-radius: 20px;
}
.top-data .top-data_btm {
  position: absolute;
  bottom: -1px;
  left: 0;
}
.top-data_note {
  position: absolute;
  bottom: 90px;
  right: 200px;
  font-size: 12px;
  color: var(--white);
  line-height: 1.8;
}

@media (max-width: 1300px) {
  .top-data .top-data-container {
    padding-inline: 3.73vw;
  }
}
@media (max-width: 768px) {
  .top-data {
    padding-block: 11.2vw 25vw;
  }
  .top-data_note {
    width: fit-content;
    position: unset;
    font-size: 2.98vw;
    margin: 0 auto;
    margin-top: 7.2vw;
  }
  .top-data .top-data_btn {
    margin-top: 12.7vw;
  }
  .top-data .top-data-container {
    padding-inline: 7.7vw;
  }
}

/* プロジェクト事例 */
.top-project {
  background: url("../images/hp/grid-bg.png") no-repeat center / cover;
  position: relative;
}
.top-project-container {
  width: 100%;
  max-width: 1035px;
  margin: 0 auto;
  padding-block: 70px 80px;
}
.top-project-slider {
  margin-block: 60px;
  overflow-x: auto;
  padding: 5px;
}
.top-project-content {
  display: flex;
  gap: 25px;
}
.top-project-item {
  width: 240px;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(88, 158, 255, 0.8);
  overflow: hidden;
}
.top-project-item-txt-area {
  padding: 15px;
}
.top-project-item-title-area {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 12px;
}
.top-project-item-area-name {
  font-size: 12px;
  font-weight: 600;
  color: #8eb4e0;
}
.top-project-item-title {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue);
}
.top-project-item-txt {
  font-size: 14px;
  font-weight: 500;
  color: var(--dark-blue);
  line-height: 1.7;
}
.top-project-container .round-btn {
  margin: 0 auto;
}
.top-project_i {
  position: absolute;
  top: 17px;
  right: 0;
  width: 730px;
  z-index: -1;
}

@media (max-width: 1100px) {
  .top-project-title-box {
    padding-inline: 7.7vw;
  }
  .top-project-slider {
    overflow: auto;
  }
  .top-project-content {
    width: max-content;
    padding: 2vw 7.7vw;
  }
}
@media (max-width: 768px) {
  .top-project-container {
    padding-block: 11vw 52vw;
  }
  .top-project-slider {
    margin-block: 10.9vw 32vw;
  }
  .top-project_i {
    top: unset;
    bottom: 0;
    width: 130%;
  }
}

/* 私たちについて */
.top-about {
  background-color: var(--white);
  padding-block: 84px 94px;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-about-title-box {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
}

.project-slider {
  position: relative;
  width: 100%;
  padding-block: 64px 84px;
  margin-bottom: 18px;
}
.project-slider-dot {
  position: absolute;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.project-slider-dot--tr {
  top: -30px;
  right: 449px;
  width: 170px;
}
.project-slider-dot--bl {
  bottom: -60px;
  left: 23px;
  width: 330px;
}
.project-slider-dot--br {
  bottom: 0;
  right: 23px;
  width: 255px;
}
.project-slider-viewport {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.project-slider-track {
  display: flex;
  width: max-content;
  animation: project-slider-scroll 55s linear infinite;
}
.project-slider-group {
  display: flex;
  align-items: flex-start;
  gap: 22px;
  padding-right: 22px;
}
.project-slider-item {
  display: flex;
  flex-shrink: 0;
  width: 360px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
}
.project-slider-item img {
  width: 100%;
  height: auto;
  display: block;
}
.project-slider-item:nth-child(odd) {
  margin-top: 48px;
}
.project-slider-item:nth-child(even) {
  margin-top: 0;
}

@keyframes project-slider-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .project-slider-track {
    animation: none;
  }
}
@media (max-width: 1200px) {
  .top-about-title-box {
    padding-inline: 7.7vw;
  }
}

@media (max-width: 768px) {
  .top-about {
    padding-block: 7.7vw 23.6vw;
  }
  .project-slider {
    margin-bottom: 0;
    padding-block: 12.9vw 17.9vw;
  }
  .project-slider-dot--tr {
    width: 28vw;
    top: 0;
    right: 12vw;
  }
  .project-slider-dot--bl {
    width: 42vw;
    bottom: -4vw;
    left: 2vw;
  }
  .project-slider-dot--br {
    width: 34vw;
    bottom: 0;
    right: 2vw;
  }
  .project-slider-group {
    gap: 3.5vw;
    padding-right: 3.5vw;
  }
  .project-slider-item {
    width: 57.9vw;
    border-radius: 2.5vw;
  }
  .project-slider-item:nth-child(odd) {
    margin-top: 6vw;
  }
}

/* 電源地開発で、社会のインフラをつくる */
.top-intro {
  padding: 84px 0 275px 10.4%;
  position: relative;
}
.top-intro-title-box {
  width: 100%;
  max-width: 577px;
  position: relative;
  z-index: 1;
}
.top-intro_img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 805px;
}

@media (max-width: 768px) {
  .top-intro {
    padding: 7.7vw;
    padding-bottom: 80vw;
    overflow: hidden;
  }
  .top-intro-title-box {
    max-width: 100%;
  }
  .top-intro_img {
    width: 100%;
    left: 3vw;
    bottom: 8.4vw;
  }
}

/* Flow */
.top-flow-title-box {
  width: 100%;
  max-width: 1060px;
  margin: 0 auto;
  padding-block: 56px;
}
.top-flow-content {
  display: flex;
}
.top-flow-item {
  position: relative;
  width: 25%;
  height: 573px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px 30px;
  color: var(--white);
}
.top-flow-item:nth-child(1) {
  background: url("../images/hp/top-flow01.jpg") no-repeat center bottom / cover;
}
.top-flow-item:nth-child(2) {
  background: url("../images/hp/top-flow02.jpg") no-repeat center bottom / cover;
}
.top-flow-item:nth-child(3) {
  background: url("../images/hp/top-flow03.jpg") no-repeat center bottom / cover;
}
.top-flow-item:nth-child(4) {
  background: url("../images/hp/top-flow04.jpg") no-repeat center bottom / cover;
}
.top-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  width: 100px;
  height: 80px;
  background: url("../images/hp/flow-arr.png") no-repeat center / contain;
  transform: translate(50%, -50%);
  pointer-events: none;
}
.top-flow-item-num {
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 500;
}
.top-flow-item-content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-inline: 6px;
  min-height: 182px;
}
.top-flow-item-title-area {
  display: flex;
  align-items: center;
  gap: 14px;
}
.top-flow-item-title-area img {
  width: 60px;
}
.top-flow-item-title {
  font-size: 24px;
  font-weight: 600;
}
.top-flow-item-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}
.top-flow-eff {
  position: relative;
  height: 40px;
  background-color: #072754;
  margin-top: -1px;
}
.top-flow-eff-track {
  position: absolute;
  inset: 0;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 10%,
    #000 90%,
    transparent 100%
  );
}
.top-flow-eff-track::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  background-color: #c8e85a;
  box-shadow: 0 0 6px 1px rgba(200, 232, 90, 0.75);
  transform: translateY(-50%);
}
.top-flow-eff-track span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #f6ffd4;
  box-shadow:
    0 0 6px 2px #c8e85a,
    0 0 16px 6px rgba(180, 224, 60, 0.5);
  transform: translate(-50%, -50%);
  animation: top-flow-eff-dot 10s linear infinite;
}
.top-flow-eff-track span:nth-child(1) {
  animation-delay: 0s;
}
.top-flow-eff-track span:nth-child(2) {
  animation-delay: -2.5s;
}
.top-flow-eff-track span:nth-child(3) {
  animation-delay: -5s;
}
.top-flow-eff-track span:nth-child(4) {
  animation-delay: -7.5s;
}

@keyframes top-flow-eff-dot {
  from {
    left: 0%;
  }
  to {
    left: 100%;
  }
}

.top-flow-btn-area {
  background-color: #072754;
}
.top-flow-btn-area .round-btn {
  width: 320px;
  border-color: transparent;
  color: var(--white);
  border: 4px solid var(--white);
  border-radius: 20px;
}

@media (prefers-reduced-motion: reduce) {
  .top-flow-eff-track span {
    animation: none;
  }
  .top-flow-eff-track span:nth-child(1) {
    left: 12.5%;
  }
  .top-flow-eff-track span:nth-child(2) {
    left: 37.5%;
  }
  .top-flow-eff-track span:nth-child(3) {
    left: 62.5%;
  }
  .top-flow-eff-track span:nth-child(4) {
    left: 87.5%;
  }
}

.top-flow-btn-area {
  display: flex;
  justify-content: center;
  padding-block: 70px 80px;
}

@media (max-width: 1100px) {
  .top-flow-title-box {
    padding-inline: 7.7vw;
  }
  .top-flow-item {
    height: 580px;
    padding: 22px 20px 32px;
  }
  .top-flow-item-num {
    font-size: 64px;
  }
  .top-flow-item-title {
    font-size: 18px;
  }
  .top-flow-item-txt {
    font-size: 13px;
  }
  .top-flow-item:not(:last-child)::after {
    width: 54px;
    height: 44px;
  }
}

@media (max-width: 768px) {
  .top-flow-title-box {
    padding: 7.7vw;
  }
  .top-flow-content {
    flex-direction: column;
  }
  .top-flow-item {
    width: 100%;
    height: 146.7vw;
    padding: 3.73vw 8.7vw 17.4vw;
  }
  .top-flow-item-num {
    font-size: 16vw;
  }
  .top-flow-item-title-area {
    gap: 3.48vw;
  }
  .top-flow-item-title-area img {
    width: 14.9vw;
  }
  .top-flow-item-title {
    font-size: 5.97vw;
  }
  .top-flow-item-content {
    gap: 5.7vw;
    padding-inline: 0;
  }
  .top-flow-item-txt {
    font-size: 4.47vw;
  }
  .top-flow-item:not(:last-child)::after {
    top: auto;
    bottom: 0;
    right: 50%;
    width: 19.9vw;
    height: 24.8vw;
    transform: translate(50%, 50%) rotate(90deg);
  }
  .top-flow-btn-area {
    padding-block: 11.2vw;
  }
  .top-flow-btn-area .round-btn {
    width: 74.6vw;
  }
  .top-flow-eff {
    display: none;
  }
}

/* ==== About ==== */
.about .sub-fv {
  background: url("../images/hp/about-fv.jpg") no-repeat center / cover;
}
.philosophy {
  position: relative;
}
.philosophy .sub-txt-area {
  width: 100%;
  max-width: 528px;
  position: relative;
  z-index: 2;
}
.philosophy-img {
  position: absolute;
  top: 221px;
  right: 0;
  width: 788px;
}
.what-we-do .sub-txt-area {
  width: 100%;
  max-width: 758px;
}
.five-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.six-angle-item {
  width: 320px;
  height: 277px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 21px;
  padding-block: 25px;
  color: var(--dark-blue);
  background: url("../images/hp/hex-bg.png") no-repeat center / contain;
}
.six-angle-item img {
  width: 80px;
}
.six-angle-item h3 {
  font-size: 20px;
  font-weight: 600;
}
.six-angle-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  width: 100%;
  max-width: 180px;
}
.message .message-content {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 30px;
}
.message .sub-txt-area {
  width: 100%;
  max-width: 528px;
}
.message-sign {
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: 600;
}
.message-sign p {
  font-size: 34px;
  font-weight: 500;
  white-space: nowrap;
}
.message-sign p span {
  font-size: 18px;
  margin-bottom: 13px;
}
.message-sign img {
  width: 219px;
}
.message .ceo-photo {
  width: 100%;
  max-width: 555px;
}
.message .ceo-photo img {
  border-radius: 10px;
}
.company-container {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.company-img {
  width: 100%;
  max-width: 480px;
  height: fit-content;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
}
.company-info-box {
  width: 100%;
  max-width: 612px;
}
.company-info-item {
  display: flex;
  gap: 40px;
  padding: 25px 0;
  border-bottom: 1px solid #8eb4e0;
}
.company-info-item-title {
  font-size: 14px;
  font-weight: 600;
  color: #8eb4e0;
  min-width: 112px;
}
.company-info-item-value {
  font-size: 16px;
  color: var(--dark-blue);
  font-weight: 500;
}
.history-items {
  --arrow: 16px;
  --arrow-gap: 3px;
  display: flex;
  width: 100%;
  max-width: 1016px;
  margin: 0 auto;
}
.history-item {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.history-item:nth-child(1) {
  z-index: 6;
}
.history-item:nth-child(2) {
  z-index: 5;
}
.history-item:nth-child(3) {
  z-index: 4;
}
.history-item:nth-child(4) {
  z-index: 3;
}
.history-item:nth-child(5) {
  z-index: 2;
}
.history-item:nth-child(6) {
  z-index: 1;
}
.history-item-year {
  font-family: "Oswald", sans-serif;
  font-size: 20px;
  color: var(--dark-blue);
  margin-bottom: 13px;
}
.history-item-bar {
  width: calc(100% + var(--arrow) - var(--arrow-gap));
  height: 28px;
  margin-right: calc(var(--arrow-gap) - var(--arrow));
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrow)) 0,
    100% 50%,
    calc(100% - var(--arrow)) 100%,
    0 100%,
    var(--arrow) 50%
  );
}
.history-item:first-child .history-item-bar {
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrow)) 0,
    100% 50%,
    calc(100% - var(--arrow)) 100%,
    0 100%
  );
}
.history-item:last-child .history-item-bar {
  width: 100%;
  margin-right: 0;
}
.history-item:nth-child(1) .history-item-bar {
  background: linear-gradient(90deg, #ffffff, #e7effa);
}
.history-item:nth-child(2) .history-item-bar {
  background: linear-gradient(90deg, #ffffff, #c9dffe);
}
.history-item:nth-child(3) .history-item-bar {
  background: linear-gradient(90deg, #ffffff, #a0c8ff);
}
.history-item:nth-child(4) .history-item-bar {
  background: linear-gradient(90deg, #ffffff, #d6f2c2);
}
.history-item:nth-child(5) .history-item-bar {
  background: linear-gradient(90deg, #ffffff, #bae79b);
}
.history-item:nth-child(6) .history-item-bar {
  background: linear-gradient(90deg, #ffffff, #90d262);
}
.history-item-txt {
  width: 100%;
  margin-top: 28px;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  color: var(--dark-blue);
}

.office-items {
  width: 100%;
  max-width: 976px;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 0 auto;
}
.office-item {
  width: 100%;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.office-item img {
  aspect-ratio: 3/2;
  border-radius: 10px;
}
.office-item p {
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue);
}

@media (max-width: 1100px) {
}

@media (max-width: 768px) {
  .about .sub-fv {
    background: url("../images/hp/about-fv_sp.jpg") no-repeat center center /
      cover;
  }
  .philosophy {
    padding-bottom: 97vw;
  }
  .philosophy-img {
    width: 100%;
    top: unset;
    bottom: 18.6vw;
  }
  .philosophy .sub-txt-area {
    max-width: 100%;
  }
  .why-home-village {
    overflow: hidden;
  }
  .six-angle-item {
    width: 79.6vw;
    aspect-ratio: 3.2 / 2.77;
    height: auto;
    gap: 5.22vw;
    padding-block: 6.21vw;
  }
  .six-angle-item img {
    width: 20vw;
  }
  .six-angle-item h3 {
    font-size: 4.97vw;
  }
  .six-angle-item p {
    font-size: 3.98vw;
    max-width: 44.77vw;
  }
  .six-angle-item:nth-child(odd) {
    margin-left: -20vw;
  }
  .six-angle-item:nth-child(even) {
    margin-right: -20vw;
    margin-left: auto;
  }
  .message .message-content {
    flex-direction: column-reverse;
    gap: 8.7vw;
  }
  .message .ceo-photo,
  .message .sub-txt-area {
    max-width: 100%;
  }
  .message-sign p {
    font-size: 6.96vw;
  }
  .message-sign p span {
    font-size: 3.48vw;
  }
  .message-sign img {
    width: 40.8vw;
  }
  .company-container {
    flex-direction: column;
    margin-top: 9.2vw;
    gap: 6.96vw;
  }
  .company-img,
  .company-info-box {
    max-width: 100%;
  }
  .company-info-item {
    padding: 3.98vw 0;
  }
  .company-info-item-title {
    font-size: 3.48vw;
    min-width: 16.8vw;
    width: 16.8vw;
  }
  .company-info-item-value {
    font-size: 3.98vw;
  }
  .history-items {
    --arrow: 4.5vw;
    --arrow-gap: 0.75vw;
    flex-direction: column;
    max-width: 100%;
  }
  .history-item {
    display: grid;
    grid-template-columns: 9.95vw 1fr;
    column-gap: 4.47vw;
    align-items: start;
  }
  .history-item-bar {
    grid-column: 1;
    grid-row: 1 / span 2;
    width: 9.95vw;
    height: 46vw;
    margin-right: 0;
    margin-bottom: calc(var(--arrow-gap) - var(--arrow));
    clip-path: polygon(
      0 0,
      50% var(--arrow),
      100% 0,
      100% calc(100% - var(--arrow)),
      50% 100%,
      0 calc(100% - var(--arrow))
    );
  }
  .history-item:first-child .history-item-bar {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--arrow)),
      50% 100%,
      0 calc(100% - var(--arrow))
    );
  }
  .history-item:last-child .history-item-bar {
    height: 100%;
    margin-bottom: 0;
  }
  .history-item:nth-child(1) .history-item-bar {
    background: linear-gradient(180deg, #ffffff, #e7effa);
  }
  .history-item:nth-child(2) .history-item-bar {
    background: linear-gradient(180deg, #ffffff, #c9dffe);
  }
  .history-item:nth-child(3) .history-item-bar {
    background: linear-gradient(180deg, #ffffff, #a0c8ff);
  }
  .history-item:nth-child(4) .history-item-bar {
    background: linear-gradient(180deg, #ffffff, #d6f2c2);
  }
  .history-item:nth-child(5) .history-item-bar {
    background: linear-gradient(180deg, #ffffff, #bae79b);
  }
  .history-item:nth-child(6) .history-item-bar {
    background: linear-gradient(180deg, #ffffff, #90d262);
  }
  .history-item-year {
    grid-column: 2;
    font-size: 4.97vw;
  }
  .history-item-txt {
    grid-column: 2;
    margin-top: 0;
    padding-right: 0;
    font-size: 3.98vw;
    line-height: 1.6;
    padding-bottom: 20vw;
  }
  .office-items {
    flex-direction: column;
    padding-inline: 4.97vw;
    gap: 6.21vw;
  }
  .office-item {
    max-width: 100%;
  }
  .office-item p {
    font-size: 3.98vw;
  }
}

/* business */
.business {
  background-color: rgba(248, 250, 253, 0.8);
}
.business .sub-fv {
  background: url("../images/hp/business.jpg") no-repeat center center / cover;
}
.mission .sub-container {
  position: relative;
}
.mission .sub-txt-area {
  width: 100%;
  max-width: 586px;
}
.mission-img {
  position: absolute;
  right: 0;
  top: 58px;
  width: 100%;
  max-width: 453px;
}
.mission .sub-item-area {
  margin-top: 122px;
}
.our-business-items {
  --arrow: 50px;
  --arrow-gap: 4px;
  display: flex;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.our-business-item {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 87px 44px 87px 89px;
  margin-right: calc(var(--arrow-gap) - var(--arrow));
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrow)) 0,
    100% 50%,
    calc(100% - var(--arrow)) 100%,
    0 100%,
    var(--arrow) 50%
  );
}
.our-business-item:first-child {
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrow)) 0,
    100% 50%,
    calc(100% - var(--arrow)) 100%,
    0 100%
  );
  padding-left: 44px;
}
.our-business-item:last-child {
  margin-right: 0;
  padding-right: 32px;
}
.our-business-item:nth-child(1) {
  z-index: 3;
  background: linear-gradient(90deg, #ffffff, #e7effa);
}
.our-business-item:nth-child(2) {
  z-index: 2;
  background: linear-gradient(90deg, #ffffff, #c9dffe);
}
.our-business-item:nth-child(3) {
  z-index: 1;
  background: linear-gradient(90deg, #ffffff, #c1e7a6);
}
.our-business-item-title {
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
  color: var(--dark-blue);
  background-color: var(--white);
  padding: 4px 5px;
  line-height: 1;
}
.our-business-item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--dark-blue);
}
.field-items {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.field-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 56px;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  padding-inline: 30px;
  box-shadow: 0 4px 4px 0 rgba(196, 226, 186, 0.8);
}
.field-item:nth-child(1) {
  background: url("../images/hp/field01.png") no-repeat center center / cover;
}
.field-item:nth-child(2) {
  background: url("../images/hp/field02.png") no-repeat center center / cover;
}
.field-item:nth-child(3) {
  background: url("../images/hp/field03.png") no-repeat center center / cover;
}
.field-item-title {
  font-size: 28px;
  font-weight: 600;
  width: fit-content;
  color: var(--white);
}
.field-item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  color: var(--white);
}

.project-ready-items {
  --gap: 18px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: var(--gap);
  padding-top: 32px;
}
.project-ready-items::before {
  content: "";
  position: absolute;
  top: 10px;
  width: 100%;
  height: 1px;
  background-color: #c5e08a;
}
.project-ready-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border-radius: 5px;
  background: linear-gradient(180deg, #ffffff 0%, #e7effa 100%);
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
  color: var(--dark-blue);
}
.project-ready-item::before {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  z-index: 1;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background-color: #f6ffd4;
  box-shadow:
    0 0 6px 2px #90d262,
    0 0 14px 5px rgba(180, 224, 60, 0.45);
  transform: translateX(-50%);
}
.project-ready-item img {
  width: 80px;
  margin: 9px 0 26px;
}
.project-ready-item-title {
  width: 100%;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 3em;
}
.project-ready-item-txt {
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.strength-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  width: 100%;
  max-width: 1130px;
  margin: 0 auto;
}
.strength-item {
  width: 100%;
  max-width: 360px;
  display: flex;
  min-height: 148px;
  background-color: #e7effa;
  padding: 0 23px 40px;
}
.strength-item-ribbon {
  width: 110px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--light-blue);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 90%, 0 100%);
}
.strength-item-ribbon img {
  width: 80px;
  filter: brightness(0) invert(1);
}
.strength-item-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  padding: 42px 0px 0px 29px;
  color: var(--dark-blue);
}
.strength-item-content h3 {
  font-size: 20px;
  font-weight: 600;
}
.strength-item-content p {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}
.business-flow-items {
  display: flex;
  padding-top: 25px;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}

.business-flow-item {
  background: url("../images/hp/flow.png") no-repeat center center / cover;
  width: 232px;
  height: 230px;
  padding: 60px 30px 53px 58px;
  position: relative;
  color: var(--dark-blue);
  margin-left: -25px;
}
.business-flow-item:first-child {
  margin-left: 0;
}
.business-flow-item-num {
  position: absolute;
  top: -25px;
  left: 48%;
  transform: translateX(-50%);
  width: 50px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: var(--light-blue);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  color: var(--white);
}
.business-flow-item h3 {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 19px;
}
.business-flow-item p {
  font-size: 16px;
  line-height: 1.5;
}
.for-you .sub-container {
  padding-bottom: 0;
}
.for-you-content {
  width: 100%;
  padding-bottom: 100px;
}
.for-you-items {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: -90px;
  padding-inline: 30px;
}
.for-you-item {
  width: 100%;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  color: var(--dark-blue);
  box-shadow: 0 4px 4px 0 rgba(196, 226, 186, 0.8);
  background-color: var(--white);
  border-radius: 5px;
  padding: 38px 40px;
}
.for-you-item-title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}
.for-you-item-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 1100px) {
  .business-flow-items {
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 25px 10px;
  }
}

@media (max-width: 768px) {
  .business .sub-fv {
    background: url("../images/hp/business-fv_sp.jpg") no-repeat center center /
      cover;
  }
  .mission .sub-txt-area {
    max-width: 100%;
  }
  .mission .sub-item-area {
    margin-top: 96.7vw;
  }
  .mission-img {
    max-width: 92.2vw;
    top: 125vw;
    right: 3.73vw;
  }
  .our-business .sub-container {
    padding-inline: 0;
  }
  .our-business .sub-txt-area {
    padding-inline: 7.7vw;
  }
  .our-business-items {
    --arrow: 12vw;
    --arrow-gap: 1vw;
    flex-direction: column;
  }
  .our-business-item {
    align-items: center;
    margin-right: 0;
    margin-bottom: calc(var(--arrow-gap) - var(--arrow));
    padding: 22.76vw 12.68vw;
    clip-path: polygon(
      0 0,
      50% var(--arrow),
      100% 0,
      100% calc(100% - var(--arrow)),
      50% 100%,
      0 calc(100% - var(--arrow))
    );
  }
  .our-business-item:first-child {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--arrow)),
      50% 100%,
      0 calc(100% - var(--arrow))
    );
    padding-left: 7vw;
  }
  .our-business-item:last-child {
    margin-bottom: 0;
    padding-right: 7vw;
  }
  .our-business-item:nth-child(1) {
    background: linear-gradient(180deg, #ffffff, #e7effa);
  }
  .our-business-item:nth-child(2) {
    background: linear-gradient(180deg, #ffffff, #c9dffe);
  }
  .our-business-item:nth-child(3) {
    background: linear-gradient(180deg, #ffffff, #c1e7a6);
  }
  .our-business-item-title {
    font-size: 4.47vw;
  }
  .our-business-item-txt {
    font-size: 3.98vw;
    margin-top: 4.97vw;
  }
  .field-items {
    flex-direction: column;
    align-items: center;
    gap: 6.21vw;
  }
  .field-item {
    max-width: 74.6vw;
    gap: 13.9vw;
  }
  .field-item-title {
    font-size: 6.96vw;
  }
  .field-item-txt {
    font-size: 3.98vw;
  }
  .project-ready .sub-container {
    padding-inline: 0;
  }
  .project-ready .sub-txt-area {
    padding-inline: 7.7vw;
  }
  .project-ready-items {
    --line: 10.1vw;
    --rail: 19.4vw;
    grid-template-columns: 1fr;
    max-width: none;
    margin-inline: 0;
    padding-top: 0;
    padding-left: var(--rail);
    gap: 6.21vw;
  }
  .project-ready-items::before {
    display: block;
    top: 0;
    bottom: 0;
    left: var(--line);
    width: 1px;
    height: auto;
  }
  .project-ready-item:nth-child(n) {
    grid-column: auto;
  }
  .project-ready-item {
    padding: 6.7vw 6.7vw 9.2vw;
    border-top-left-radius: 4.97vw;
    border-bottom-left-radius: 4.97vw;
    background: linear-gradient(270deg, #ffffff 0%, #e7effa 100%);
    box-shadow: unset;
  }
  .project-ready-item::before {
    top: 50%;
    left: calc(var(--line) - var(--rail));
    width: 2.49vw;
    height: 2.49vw;
    transform: translate(-50%, -50%);
  }
  .project-ready-item img {
    width: 22.3vw;
    margin: 4.5vw 0 4vw;
  }
  .project-ready-item-title {
    font-size: 4.47vw;
    min-height: 0;
  }
  .project-ready-item-txt {
    font-size: 3.98vw;
  }
  .strength-items {
    grid-template-columns: 1fr;
    gap: 4vw;
  }
  .strength-item:nth-child(n) {
    grid-column: auto;
  }
  .strength-item {
    min-height: 0;
    max-width: 100%;
    height: 49.7vw;
    padding: 0 5.72vw 9.95vw;
  }
  .strength-item-ribbon {
    width: 27.3vw;
    padding-block: 9.95vw;
  }
  .strength-item-ribbon img {
    width: 19.9vw;
  }
  .strength-item-content {
    gap: 2vw;
    padding: 10.4vw 0 10.4vw 7.2vw;
  }
  .strength-item-content h3 {
    font-size: 4.97vw;
  }
  .strength-item-content p {
    font-size: 3.48vw;
  }
  .business-flow-items {
    flex-direction: column;
    align-items: end;
    gap: 0;
  }
  .business-flow-item {
    margin-right: 0;
    padding: 10vw 7vw 8vw;
    background: url("../images/hp/flow_sp.png") no-repeat center center / cover;
    width: 79.6vw;
    height: 52.48vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10vw 11.2vw;
    margin-top: -5vw;
  }
  .business-flow-item-num {
    width: 12.4vw;
    font-size: 5.97vw;
    top: 40%;
    left: -6.2vw;
    transform: translateY(-50%);
  }
  .business-flow-item h3 {
    font-size: 4.47vw;
    margin-bottom: 2.61vw;
  }
  .business-flow-item p {
    font-size: 3.98vw;
  }
  .for-you-items {
    flex-direction: column;
    align-items: center;
    margin-top: -5vw;
    gap: 6.21vw;
  }
  .for-you-item {
    max-width: 84.57vw;
    height: 64.67vw;
    gap: 7.7vw;
    padding: 7.7vw 9.95vw;
  }
  .for-you-item-title {
    font-size: 4.97vw;
  }
  .for-you-item-txt {
    font-size: 4.47vw;
  }
}

/* Project */
.project .sub-fv {
  background: url("../images/hp/project-fv.jpg") no-repeat center center / cover;
}
.project .project-ready-item {
  gap: 18px;
}
.project .project-ready-item img {
  margin: 0;
}
.project .project-ready-item-title {
  font-size: 22px;
  min-height: 0;
  text-align: center;
}
.project-map .sub-container {
  padding-bottom: 246px;
}
.project-map-area {
  position: relative;
}
.project-map-img {
  max-width: 969px;
  position: absolute;
  top: -87px;
  right: 0;
  z-index: -1;
}
.project-map-data {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  max-width: 360px;
}
.project-map-data-item {
  background: linear-gradient(180deg, #ffffff 50%, #eafbe5 100%);
  padding: 13px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.project-map-data-item-title {
  background-color: var(--dark-blue);
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
  text-align: center;
  padding: 9px 18px;
  width: 100%;
}
.project-map-data-item-num {
  display: flex;
  align-items: baseline;
  color: var(--light-blue);
  font-family: "Oswald", sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
}
.project-map-data-item-num span {
  color: var(--dark-blue);
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.project-map-data-item-num span:first-child:not(:last-child) {
  margin-right: 8px;
}
.project-map-data-item-area {
  color: var(--dark-blue);
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-top: 14px;
}
.project-map-data-item-place {
  color: var(--dark-blue);
  font-size: 46px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  margin-block: 25px;
}
.project-map-data-note {
  font-size: 14px;
  color: var(--dark-blue);
  margin-top: 46px;
}
.project-cases-wrap {
  display: flex;
  flex-direction: column;
  gap: 50px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.project-cases-tabs {
  display: flex;
  gap: 9px;
}
.project-cases-tab {
  flex: 1;
  padding: 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--dark-blue);
  background-color: var(--white);
  border: 1px solid var(--light-blue);
  text-align: center;
  border-top: none;
  border-left: none;
}
.project-cases-tab.is-active {
  background-color: #c4e2ba;
  border-color: #c4e2ba;
}
.project-cases-panel {
  display: none;
  flex-direction: column;
  gap: 36px;
}
.project-cases-panel:not(.is-active) {
  display: none !important;
}
.project-cases-panel.is-active {
  display: flex;
}
.project-cases-featured {
  display: flex;
  overflow: hidden;
  border-radius: 5px;
  background-color: var(--white);
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
}
.project-cases-featured-photo {
  width: 100%;
  max-width: 580px;
  overflow: hidden;
  display: flex;
}
.project-cases-featured-photo img {
  object-fit: cover;
}
.project-cases-featured-body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  padding: 36px 32px;
  color: var(--dark-blue);
}
.project-cases-loc {
  font-size: 14px;
  font-weight: 600;
  color: #8eb4e0;
  line-height: 1;
}
.project-cases-featured-body h3 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  margin: 12px 0 26px;
}
.project-cases-desc {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 47px;
}
.project-cases-meta {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.project-cases-meta div {
  display: flex;
  align-items: center;
  gap: 21px;
  padding: 18px 0;
  border-bottom: 1px solid #c9dffe;
}
.project-cases-meta dt {
  font-size: 14px;
  color: #8eb4e0;
  min-width: 70px;
}
.project-cases-meta dd {
  font-size: 16px;
  font-weight: 500;
}
.project-cases-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.project-cases-item {
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
  background: linear-gradient(180deg, #ffffff 60%, #e7effa 100%);
}
.project-cases-item.is-active {
  outline: 2px solid var(--light-blue);
}
.project-cases-item img {
  display: block;
  aspect-ratio: 2.3 / 1.7;
  object-fit: cover;
}
.project-cases-item-body {
  padding: 16px 15px;
  color: var(--dark-blue);
}
.project-cases-item-body h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 6px 0 12px;
}
.project-cases-item-body p:last-child {
  font-size: 16px;
  line-height: 1.5;
}
.project-cases-empty {
  padding: 40px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}
.project-strength-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 44px 30px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.project-strength-item {
  position: relative;
  padding-top: 45px;
  width: 100%;
  max-width: 340px;
}
.project-strength-item-icon {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--light-blue);
  transform: translateX(-50%);
}
.project-strength-item-icon img {
  width: 60px;
  filter: brightness(0) invert(1);
}
.project-strength-item-body {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 67px 30px 26px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(142, 180, 224, 0.8);
  color: var(--dark-blue);
}
.project-strength-item-body h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 19px;
}
.project-strength-item-body p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.partners-items {
  width: 100%;
  max-width: 1100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
}
.partners-item {
  background: linear-gradient(135deg, #ffffff 0%, #d2dfff 100%);
  width: 200px;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 19px;
}
.partners-item img {
  width: 100px;
}
.partners-item p {
  font-size: 20px;
  font-weight: 600;
  color: var(--blue);
  text-align: center;
}

@media (max-width: 768px) {
  .project .sub-fv {
    background: url("../images/hp/project-fv_sp.jpg") no-repeat center center /
      cover;
  }
  .project .project-ready-item-title {
    font-size: 4.97vw;
  }
  .project-map-img {
    position: unset;
    max-width: 100%;
  }
  .project-cases-wrap {
    gap: 6.21vw;
  }
  .project-cases-panel {
    gap: 6.21vw;
  }
  .project-cases-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.97vw;
  }
  .project-cases-tab {
    padding: 2.23vw 2vw;
    font-size: 3.98vw;
  }
  .project-cases-tab + .project-cases-tab {
    border-left: none;
  }
  .project-cases-tab.is-active + .project-cases-tab {
    border-left: none;
  }
  .project-cases-featured {
    flex-direction: column;
    border-radius: 1.24vw;
  }
  .project-cases-featured-photo {
    aspect-ratio: 3.6 / 2.7;
    max-width: 100%;
  }
  .project-cases-featured-body {
    padding: 4.97vw 6.46vw;
  }
  .project-cases-loc {
    font-size: 2.98vw;
  }
  .project-cases-featured-body h3 {
    font-size: 4.47vw;
    margin: 2.48vw 0 4.47vw;
  }
  .project-cases-desc {
    font-size: 3.98vw;
    margin-bottom: 12.4vw;
  }
  .project-cases-meta div {
    padding: 4.47vw 0;
    gap: 2.98vw;
  }
  .project-cases-meta dt {
    font-size: 3.48vw;
    min-width: 19.9vw;
  }
  .project-cases-meta dd {
    font-size: 3.98vw;
  }
  .project-cases-list {
    display: flex;
    gap: 4.97vw;
    overflow-x: auto;
    padding-bottom: 1vw;
  }
  .project-cases-item {
    flex: 0 0 57.2vw;
    border-radius: 1.24vw;
  }
  .project-cases-item-body {
    padding: 4vw 4vw 5vw;
  }
  .project-cases-item-body h3 {
    font-size: 3.98vw;
    margin: 1.49vw 0 3.98vw;
  }
  .project-cases-item-body p:last-child {
    font-size: 3.23vw;
  }
  .project-map-data {
    max-width: 100%;
    gap: 6.21vw;
  }
  .project-map-data-item-title {
    font-size: 4.47vw;
    padding: 2.2vw 4.47vw;
    max-width: 74.6vw;
  }
  .project-map-data-item-num {
    font-size: 24.87vw;
    padding-block: 1vw;
  }
  .project-map-data-item-num span {
    font-size: 8.95vw;
  }
  .project-map-data-item-area {
    font-size: 6.96vw;
    margin-top: 3.48vw;
  }
  .project-map-data-item-place {
    font-size: 11.44vw;
  }
  .project-map-data-note {
    font-size: 3.48vw;
    margin-top: 8.45vw;
  }
  .project-strength-items {
    gap: 8.45vw 0;
  }
  .project-strength-item {
    padding-top: 11.2vw;
    max-width: 84.57vw;
  }
  .project-strength-item-icon {
    width: 22.4vw;
    height: 22.4vw;
  }
  .project-strength-item-icon img {
    width: 14.9vw;
  }
  .project-strength-item-body {
    padding: 16.6vw 7.46vw 9.2vw;
    border-radius: 2vw;
  }
  .project-strength-item-body h3 {
    font-size: 4.97vw;
    margin-bottom: 6.46vw;
  }
  .project-strength-item-body p {
    font-size: 3.98vw;
  }
  .partners-items {
    gap: 2.73vw;
    justify-content: unset;
  }
  .partners-item {
    width: 40.77vw;
  }
  .partners-item img {
    width: 22.38vw;
  }
  .partners-item p {
    font-size: 4.97vw;
  }
}

/* Data */
.data .sub-fv {
  background: url("../images/hp/data-fv.jpg") no-repeat center center / cover;
  height: 40.2vw;
}
.data section {
  padding-block: 100px;
}
.data .sub-fv h1 {
  font-weight: 500;
}
.data-wrap {
  background: linear-gradient(180deg, #ffffff 0%, #d3e4ff 100%);
}
.data-inner {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
}
.data-title-area {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  color: var(--dark-blue);
}
.data-title-txt {
  width: 100%;
  max-width: 470px;
}
.data-title-txt h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 24px;
}
.data-title-txt span {
  font-size: 64px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}
.data-title-note {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 80px;
}
.trends .data-title-txt {
  max-width: 383px;
}
.data-chart-area {
  width: 100%;
  max-width: 790px;
  padding: 30px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(88, 158, 255, 0.28);
  color: var(--blue);
}
.data-chart-title {
  font-size: 24px;
  font-weight: 600;
}
.data-chart-sub {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
}
.data-chart-canvas-wrap {
  position: relative;
  height: 280px;
}
.data-chart-note {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray);
  margin-top: 20px;
}

.profit-area {
  margin-top: 100px;
  color: var(--dark-blue);
}
.profit-title-area {
  text-align: center;
}
.profit-title-area h3 {
  font-size: 36px;
  font-weight: 600;
}
.profit-title-area p {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
}
.profit-value-area {
  margin-top: 60px;
}
.profit-value-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.profit-value-item {
  padding: 22px 28px 18px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(88, 158, 255, 0.28);
}
.profit-value-item-label {
  font-size: 16px;
  font-weight: 600;
}
.profit-value-item-num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-top: 8px;
  color: var(--blue);
  font-family: "Oswald", sans-serif;
  font-size: 56px;
  font-weight: 600;
  line-height: 1;
}
.profit-value-item-num span {
  color: var(--dark-blue);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.profit-value-note {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 40px;
  text-align: center;
}
.profit-analysis-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  margin-top: 110px;
}
.profit-analysis-item {
  padding: 30px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(88, 158, 255, 0.28);
}
.profit-analysis-item-title {
  margin-bottom: 24px;
}
.profit-analysis-item-title p:first-child {
  font-size: 24px;
  font-weight: 600;
}
.profit-analysis-item-title p:last-child {
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}
.profit-segments-chart {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 24px;
}
.profit-segments-canvas-wrap {
  width: 20.8vw;
  max-width: 300px;
  aspect-ratio: 1 / 1;
}
.profit-segments-legend {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.profit-segments-legend li {
  display: grid;
  grid-template-columns: 14px 1fr;
  column-gap: 10px;
  align-items: center;
}
.profit-segments-legend-dot {
  width: 16px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
}
.profit-segments-legend p:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: var(--dark-blue);
}
.profit-segments-legend p:last-child {
  grid-column: 2;
  display: flex;
  align-items: baseline;
  color: var(--black);
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin-top: 2px;
  justify-content: end;
}
.profit-segments-legend p:last-child span {
  font-family: "Oswald", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-left: 1px;
}
.profit-analysis-item-txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
  margin-top: 11px;
}
.profit-analysis-note {
  font-size: 12px;
  font-weight: 500;
  color: var(--gray);
  text-align: right;
  margin-top: 30px;
}

.track-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  width: 100%;
  max-width: 674px;
}
.track-item {
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(88, 158, 255, 0.28);
  text-align: center;
  color: var(--dark-blue);
}
.track-item-title {
  font-size: 24px;
  font-weight: 600;
}
.track-item img {
  width: 100px;
}
.track-item-num {
  display: flex;
  align-items: baseline;
  gap: 6px;
  font-family: "Oswald", sans-serif;
  font-size: 110px;
  font-weight: 600;
  line-height: 1;
}
.track-item-num span {
  font-family: "Inter", sans-serif;
  font-size: 36px;
  font-weight: 600;
}
.track-item-txt {
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
}
.support {
  background: url("../images/hp/grid-bg.png") no-repeat center center / cover;
  position: relative;
}
.support-i {
  position: absolute;
  top: 63px;
  right: 74px;
  max-width: 700px;
}
.support-items {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  gap: 24px;
  margin-top: 50px;
}
.support-item {
  flex: 1;
  max-width: 260px;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 28px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #e7effa 100%);
  box-shadow: 0 4px 20px rgba(88, 158, 255, 0.8);
  color: var(--dark-blue);
  text-align: center;
}
.support-item img {
  width: 100px;
}
.support-item-num {
  display: flex;
  align-items: baseline;
  font-family: "Oswald", sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  color: var(--blue);
}
.support-item-num span {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  margin-left: 4px;
  color: var(--dark-blue);
}
.support-item-lead {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}
.support-item-lead span {
  font-size: 28px;
}
.support-item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
}
.support-item-txt-area .support-item-lead {
  font-size: 18px;
  font-weight: 600;
}
.support-item-txt-area .support-item-lead span {
  font-size: 32px;
}
.support-item-txt-area .support-item-txt {
  font-size: 24px;
  font-weight: 600;
}
.support-item-head {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 600;
}
.support-item-head img {
  width: 70px;
}
.support-item-list {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
  text-align: left;
}

.data .organization {
  background: linear-gradient(215deg, #e3f2ff 22%, #84c6ff 100%);
  position: relative;
  padding-bottom: 200px;
}
.organization .wave-bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
.data-title-sub {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 26px;
}
.organization-wrap {
  position: relative;
  display: flex;
  gap: 120px;
}
.organization-items {
  width: 100%;
  max-width: 422px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}
.organization-item {
  width: 200px;
  aspect-ratio: 1 / 1;
  background: linear-gradient(140deg, #ffffff 0%, #d2dfff 69%);
  border-radius: 20px;
  border: 1px solid var(--white);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  color: var(--dark-blue);
}
.organization-item-title {
  font-size: 18px;
  font-weight: 600;
}
.organization-item-body {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
}
.organization-item-body img {
  height: 70px;
  width: auto;
}
.organization-item-num {
  display: flex;
  align-items: baseline;
  font-family: "Oswald", sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 1;
}
.organization-item-num span {
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  margin-left: 2px;
}
.organization-item-jobs {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.organization-note {
  font-size: 12px;
  color: var(--dark-blue);
  font-weight: 500;
  margin-top: 40px;
}
.organization .data-title-area {
  position: relative;
}
.organization-i {
  position: absolute;
  top: 76px;
  right: 0;
  max-width: 494px;
  z-index: 3;
}
.organization-i-area {
  position: relative;
  width: 100%;
}
.organization-i-area img:first-child {
  position: absolute;
  top: -45px;
  left: 0;
  max-width: 375px;
  z-index: 2;
}
.organization-i-area img:last-child {
  position: absolute;
  top: 180px;
  left: 210px;
  max-width: 328px;
  z-index: 1;
}

.management {
  background-color: #ecf6ff;
}
.management-items {
  display: flex;
  flex-direction: column;
  gap: 35px;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.management-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.management-item-label {
  flex-shrink: 0;
  width: 180px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--blue);
  color: var(--blue);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
}
.management-item-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.management-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 180px;
  aspect-ratio: 1 / 1;
  padding: 14px 14px 20px 14px;
  background-color: var(--white);
  border-radius: 10px;
  color: var(--dark-blue);
}
.management-card p {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  width: 100%;
}
.management-card img {
  width: 80px;
}
.data .vision {
  padding-block: 35px 300px;
  background: url("../images/hp/vision-bg.jpg") no-repeat center center / cover;
}
.vision-title-area {
  text-align: center;
  color: var(--white);
}
.vision-title-area h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 27px;
}
.vision-title-area h2 span {
  font-size: 64px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin-right: 17px;
}
.vision-title-sub {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 27px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.vision-title-note {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.vision-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.vision-item {
  background: url("../images/hp/hex02.png") no-repeat center center / cover;
  width: 357px;
  aspect-ratio: 1 / 1;
  position: relative;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 60px 0;
  text-align: center;
  color: var(--green);
}
.vision-item:last-child {
  justify-content: unset;
  gap: 27px;
}
.vision-item-top {
  font-size: 26px;
  font-weight: 600;
}
.vision-item-num {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  font-family: "Oswald", sans-serif;
  font-size: 102px;
  font-weight: 600;
  line-height: 1;
  background: linear-gradient(
    180deg,
    var(--light-blue) 0%,
    var(--dark-blue) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.vision-item-num span {
  font-family: "Inter", sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin-left: 4px;
}
.vision-item-num--txt {
  font-family: "Inter", sans-serif;
  font-size: 90px;
}
.vision-item-btm {
  font-size: 32px;
  font-weight: 600;
}
.data .data-contact {
  padding-inline: 9vw;
  position: relative;
  padding-bottom: 180px;
}
.data-contact-img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  z-index: -1;
}
.data-contact-area {
  width: 100%;
  max-width: 506px;
  color: var(--dark-blue);
}
.data-contact-area h2 {
  font-size: 46px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 34px;
}
.data-contact-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 63px;
}
.data-contact-area .round-btn {
  margin: 0 auto;
}
.data-contact-i {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 549px;
}
@media (max-width: 1300px) {
  .data-inner {
    padding-inline: 20px;
  }
}
@media (max-width: 1200px) {
  .data-chart-area {
    max-width: 550px;
  }
  .organization-wrap {
    gap: 20px;
  }
}
@media (max-width: 1023px) {
  .track .data-title-area {
    flex-direction: column;
    align-items: center;
  }
  .organization .data-title-area {
    flex-direction: column;
  }
  .organization-i {
    position: unset;
    max-width: 100%;
    padding-left: 65px;
  }
  .organization-wrap {
    flex-direction: column;
    padding-bottom: 340px;
    margin-top: 40px;
  }
  .organization-i-area {
    width: 75%;
    margin-top: 70px;
    margin-left: auto;
  }
}
@media (max-width: 950px) {
  .data-chart-area {
    max-width: 400px;
  }
}

@media (max-width: 768px) {
  .data-inner {
    padding-inline: 4.97vw;
  }
  .data section {
    padding-block: 4.97vw 12.43vw;
  }
  .data .sub-fv {
    height: 99.5vw;
    padding-top: 34vw;
  }
  .data-title-txt,
  .trends .data-title-txt {
    max-width: 100%;
  }
  .data-title-area {
    flex-direction: column;
    gap: 11.44vw;
  }
  .data-title-txt span {
    font-size: 11.94vw;
    margin-right: 10px;
  }
  .data-title-txt h2 {
    font-size: 4.97vw;
  }
  .data-title-note {
    font-size: 3.98vw;
  }
  .data-chart-area {
    max-width: 100%;
    padding: 5.47vw 4.97vw 4.47vw;
    border-radius: 2.98vw;
  }
  .data-chart-title {
    font-size: 5.47vw;
  }
  .data-chart-sub {
    font-size: 3.48vw;
  }
  .data-chart-canvas-wrap {
    height: 54vw;
  }
  .data-chart-note {
    font-size: 2.73vw;
  }
  .profit-area {
    margin-top: 19.9vw;
  }
  .profit-value-items {
    grid-template-columns: 1fr;
    gap: 3.98vw;
    margin-top: 4.97vw;
  }
  .profit-value-item {
    padding: 5.47vw 5.97vw 4.47vw;
  }
  .profit-value-item-label {
    font-size: 3.98vw;
  }
  .profit-value-item-num {
    font-size: 11.9vw;
  }
  .profit-value-item-num span {
    font-size: 4.97vw;
  }
  .profit-value-note {
    font-size: 3.98vw;
    margin-top: 11.44vw;
    text-align: start;
  }
  .profit-title-area h3 {
    font-size: 8.95vw;
  }
  .profit-title-area p {
    font-size: 3.98vw;
  }
  .profit-analysis-area {
    grid-template-columns: 1fr;
    gap: 12.9vw;
    margin-top: 22.88vw;
  }
  .profit-analysis-item {
    padding: 5.47vw 4.97vw;
  }
  .profit-analysis-item-title p:first-child {
    font-size: 5.97vw;
  }
  .profit-analysis-item-title p:last-child {
    font-size: 3.98vw;
  }
  .profit-segments-chart {
    flex-direction: column;
    align-items: center;
    gap: 4.97vw;
    margin-top: 4.97vw;
  }
  .profit-segments-canvas-wrap {
    width: 74.6vw;
    max-width: unset;
  }
  .profit-segments-legend {
    width: 100%;
  }
  .profit-segments-legend p:nth-child(2) {
    font-size: 3.98vw;
  }
  .profit-segments-legend p:last-child {
    font-size: 8.95vw;
  }
  .profit-segments-legend p:last-child span {
    font-size: 4.97vw;
  }
  .profit-analysis-item-txt {
    font-size: 4.47vw;
    text-align: start;
  }
  .profit-analysis-note {
    font-size: 2.98vw;
  }
  .track-items {
    gap: 2.98vw;
  }
  .track-item {
    padding: 5.47vw 4vw 4.97vw;
  }
  .track-item-title {
    font-size: 4.47vw;
  }
  .track-item img {
    width: 12.4vw;
  }
  .track-item-num {
    font-size: 14.9vw;
  }
  .track-item-num span {
    font-size: 4.97vw;
  }
  .track-item-txt {
    font-size: 3.98vw;
  }
  .support-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2.98vw;
    margin-top: 13.4vw;
  }
  .support-item {
    max-width: 44.77vw;
    padding: 5.7vw 1.5vw;
    gap: 2.5vw;
  }
  .support-item img {
    width: 17.4vw;
  }
  .support-item-num {
    font-size: 11.9vw;
  }
  .support-item-num span {
    font-size: 4.97vw;
  }
  .support-item-lead {
    font-size: 4.97vw;
  }
  .support-item-lead span {
    font-size: 5.47vw;
  }
  .support-item-txt-area .support-item-lead {
    font-size: 3.48vw;
  }
  .support-item-txt-area .support-item-lead span {
    font-size: 5.97vw;
  }
  .support-item-txt-area .support-item-txt {
    font-size: 3.98vw;
  }
  .support-item-txt {
    font-size: 3.48vw;
  }
  .support-item-head {
    font-size: 4.47vw;
    gap: 3.73vw;
  }
  .support-item-head img {
    width: 9.95vw;
  }
  .support-item-list {
    font-size: 3.98vw;
  }
  .support-i {
    position: unset;
  }
  .data-title-sub {
    font-size: 4.97vw;
  }
  .organization-wrap {
    flex-direction: column;
    gap: 8vw;
    margin-top: 10.9vw;
    padding-bottom: 30vw;
  }
  .organization-items {
    max-width: 100%;
    gap: 3.48vw;
  }
  .organization-item {
    width: auto;
    padding: 4vw 3vw 3.5vw;
  }
  .organization-item-title {
    font-size: 4.47vw;
  }
  .organization-item-body img {
    height: 17.4vw;
  }
  .organization-item-num {
    font-size: 15.9vw;
  }
  .organization-item-num span {
    font-size: 5.97vw;
  }
  .organization-item-jobs {
    font-size: 4.97vw;
  }
  .organization-note {
    font-size: 2.98vw;
    margin-top: 4.97vw;
  }
  .organization-i {
    max-width: 79.8vw;
    padding: 0;
    margin-left: auto;
  }
  .organization-i-area {
    width: 100%;
  }
  .organization-i-area img:first-child {
    max-width: 50.49vw;
  }
  .organization-i-area img:last-child {
    max-width: 44vw;
    top: 20vw;
    left: 45vw;
  }
  .management-items {
    gap: 9.95vw;
    margin-top: 6.21vw;
  }
  .management-item {
    flex-direction: column;
    gap: 7.46vw;
  }
  .management-item-label {
    width: 100%;
    font-size: 4.97vw;
    padding-bottom: 2vw;
    text-align: center;
  }
  .management-item-label span {
    font-size: 4.97vw;
  }
  .management-item-cards {
    grid-template-columns: 1fr 1fr;
    gap: 3.48vw;
  }
  .management-card {
    width: 43vw;
    padding: 3.48vw;
  }
  .management-card p {
    font-size: 3.48vw;
  }
  .management-card img {
    width: 19.9vw;
  }
  .data .vision {
    background: url("../images/hp/vision-bg_sp.jpg") no-repeat center center /
      cover;
    padding-block: 4.97vw 86vw;
  }
  .vision-title-area h2 {
    font-size: 3.98vw;
    margin-bottom: 4.47vw;
  }
  .vision-title-area h2 span {
    font-size: 11.9vw;
  }
  .vision-title-sub {
    font-size: 6.46vw;
    margin-bottom: 7.96vw;
    text-align: start;
  }
  .vision-title-note {
    font-size: 3.98vw;
    text-align: start;
  }
  .vision-items {
    flex-direction: column;
    align-items: center;
    margin-top: 4.47vw;
  }
  .vision-item {
    width: 100%;
    padding: 15vw 0;
  }
  .vision-item-top {
    font-size: 6.46vw;
  }
  .vision-item-num {
    font-size: 25.4vw;
  }
  .vision-item-num span {
    font-size: 5.47vw;
  }
  .vision-item-num--txt {
    font-size: 22.38vw;
  }
  .vision-item:last-child {
    gap: 6.71vw;
  }
  .vision-item-btm {
    font-size: 7.96vw;
  }
  .data-contact-img {
    position: unset;
    width: 100%;
    height: auto;
  }
  .data .data-contact {
    padding: 0;
    padding-bottom: 50.5vw;
  }
  .data-contact-area {
    max-width: 100%;
    padding-inline: 7.7vw;
    margin-top: 12.1vw;
  }
  .data-contact-area h2 {
    font-size: 7.46vw;
  }
  .data-contact-txt {
    font-size: 3.98vw;
  }
  .data-contact-i {
    left: 0;
    width: 100%;
  }
}

/* Recruit */
.recruit {
  background-color: #fdfbee;
}
.recruit .sub-fv {
  background: url("../images/hp/recruit-fv.jpg") no-repeat center center / cover;
}
.recruit .sub-fv h1,
.recruit .sub-fv p {
  color: var(--dark-blue);
}
.recruit .sub-container {
  position: relative;
}
.recruit .thoughts .sub-txt-area {
  position: relative;
  z-index: 1;
}
.recruit .thoughts-i {
  position: absolute;
  top: 127px;
  right: 0;
  max-width: 700px;
}
.recruit .social-meaning-items {
  display: flex;
  justify-content: center;
  gap: 35px;
}
.recruit .social-meaning-item {
  width: 300px;
  aspect-ratio: 1 / 1;
  background-color: var(--white);
  padding: 23px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  box-shadow: 0 4px 4px 0 rgba(196, 226, 186, 0.8);
  color: var(--dark-blue);
}
.recruit .social-meaning-item img {
  width: 100px;
}
.recruit .social-meaning-item-title {
  font-size: 18px;
  font-weight: 600;
}
.recruit .social-meaning-item-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
}
.recruit .work-env .sub-container {
  max-width: 100%;
}
.recruit .work-env .section-num,
.work-env .sub-container h2,
.work-env .sub-container .sub-txt,
.work-env .sub-item-area {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.work-env .sub-item-area {
  margin-top: 80px;
}
.work-env .sub-container h2,
.work-env .sub-container .sub-txt {
  text-align: center;
}
.work-env .work-env-i {
  width: 100%;
  margin-top: -30px;
}
.work-env-wrap {
  padding-bottom: 74px;
}
.work-env-note {
  font-size: 12px;
  color: var(--gray);
  margin-top: 37px;
}
.work-env-items {
  display: flex;
  flex-wrap: wrap;
  background-color: var(--white);
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(142, 180, 224, 0.8);
}
.work-env-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 32px 16px 28px;
  text-align: center;
  color: var(--dark-blue);
}
.work-env-item + .work-env-item {
  border-left: 1px solid #e4e4e4;
}
.work-env-item-title {
  font-size: 20px;
  font-weight: 600;
}
.work-env-item-body {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.work-env-item-body img {
  width: 70px;
}
.work-env-item-num {
  display: flex;
  align-items: baseline;
  font-family: "Oswald", sans-serif;
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  color: var(--light-blue);
}
.work-env-item-num span {
  font-family: "Inter", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: var(--dark-blue);
  margin-left: 2px;
}
.work-env-info {
  display: flex;
  justify-content: center;
  gap: 38px;
  padding-block: 50px 0;
}
.work-env-info-item {
  width: 300px;
  color: var(--dark-blue);
}
.work-env-info-item img {
  width: 100%;
  border-radius: 5px;
  margin-bottom: 25px;
}
.work-env-info-item-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 11px;
}
.work-env-info-item-txt {
  font-size: 16px;
  font-weight: 500;
}
.career-steps .sub-txt-area {
  max-width: 726px;
}
.career-steps .sub-txt-area .sub-txt {
  max-width: 623px;
}
.career-steps-i {
  position: absolute;
  top: 200px;
  right: 0;
  max-width: 450px;
}
.career-steps-items {
  --arrow: 42px;
  --arrow-gap: 6px;
  display: flex;
  width: 100%;
  padding-top: 70px;
}
.career-steps-item {
  position: relative;
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
  text-align: center;
  color: var(--dark-blue);
  padding: 50px 70px;
  margin-right: calc(var(--arrow-gap) - var(--arrow));
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrow)) 0,
    100% 50%,
    calc(100% - var(--arrow)) 100%,
    0 100%,
    var(--arrow) 50%
  );
}
.career-steps-item:first-child {
  clip-path: polygon(
    0 0,
    calc(100% - var(--arrow)) 0,
    100% 50%,
    calc(100% - var(--arrow)) 100%,
    0 100%
  );
  padding-left: 28px;
}
.career-steps-item:nth-child(1) {
  z-index: 4;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #e7effa);
  opacity: 0.96;
}
.career-steps-item:nth-child(2) {
  z-index: 3;
  background: linear-gradient(90deg, rgba(188, 236, 240, 0), #bcecf0);
}
.career-steps-item:nth-child(3) {
  z-index: 2;
  background: linear-gradient(90deg, rgba(193, 231, 166, 0), #c1e7a6);
}
.career-steps-item:nth-child(4) {
  z-index: 1;
  background: linear-gradient(90deg, rgba(255, 179, 104, 0), #ffb368);
  margin-right: 3px;
}
.career-steps-item-title {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  padding: 4px 10px;
  line-height: 1.3;
  width: 156px;
}
.career-steps-item-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  text-align: start;
}
.staff-intro-items {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.staff-intro-item {
  width: 360px;
  background-color: var(--white);
  border-radius: 5px;
  overflow: hidden;
  color: var(--dark-blue);
}
.staff-item-txt-area {
  padding: 25px;
}
.staff-intro-item-job {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.staff-intro-item-txt {
  font-size: 16px;
  font-weight: 500;
}
.staff-intro-item-satis {
  font-size: 18px;
  margin-block: 24px 10px;
  font-weight: 600;
}
.staff-intro-empty {
  padding: 40px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}

@media (max-width: 1200px) {
  .recruit .work-env .sub-container {
    padding-inline: 0;
  }
  .recruit .work-env .section-num,
  .work-env .sub-container h2,
  .work-env .sub-container .sub-txt,
  .work-env .sub-item-area {
    padding-inline: 20px;
  }
}

@media (max-width: 768px) {
  .recruit .sub-fv {
    background: url("../images/hp/recruit-fv_sp.jpg") no-repeat center center /
      cover;
  }
  .recruit .work-env .section-num,
  .work-env .sub-container h2,
  .work-env .sub-container .sub-txt,
  .work-env .sub-item-area {
    padding-inline: 7.7vw;
  }
  .work-env .sub-container h2,
  .work-env .sub-container .sub-txt {
    text-align: start;
  }
  .recruit .thoughts-i {
    max-width: 87vw;
    position: unset;
    margin-top: 9.95vw;
  }
  .recruit .social-meaning-items {
    flex-direction: column;
    align-items: center;
  }
  .recruit .social-meaning-item {
    width: 74.6vw;
    padding: 5.72vw 4.97vw;
    gap: 3.98vw;
  }
  .recruit .social-meaning-item img {
    width: 24.8vw;
  }
  .recruit .social-meaning-item-title {
    font-size: 4.47vw;
  }
  .recruit .social-meaning-item-txt {
    font-size: 3.48vw;
  }
  .work-env-items {
    flex-direction: column;
  }
  .work-env-item {
    padding: 6.21vw 4.47vw;
    gap: 5.47vw;
  }
  .work-env-item + .work-env-item {
    border-left: none;
  }
  .work-env-item:nth-child(even) {
    border-left: 1px solid #e4e4e4;
  }
  .work-env-item:nth-child(n + 3) {
    border-top: 1px solid #e4e4e4;
  }
  .work-env-item-title {
    font-size: 4.97vw;
  }
  .work-env-item-body {
    gap: 2vw;
  }
  .work-env-item-body img {
    width: 17.4vw;
  }
  .work-env-item-num {
    font-size: 17.4vw;
  }
  .work-env-item-num span {
    font-size: 6.96vw;
  }
  .work-env-note {
    font-size: 2.98vw;
    margin-top: 8.45vw;
  }
  .work-env-info {
    flex-direction: column;
    align-items: center;
    gap: 8.7vw;
  }
  .work-env-info-item {
    width: 74.6vw;
  }
  .work-env-info-item-title {
    font-size: 3.98vw;
  }
  .work-env-info-item-txt {
    font-size: 3.98vw;
  }
  .recruit .career-steps .sub-container {
    padding-inline: 0;
  }
  .career-steps .sub-txt-area {
    padding-inline: 7.7vw;
  }
  .career-steps-i {
    position: unset;
    max-width: 100%;
  }
  .career-steps-items {
    --arrow: 10vw;
    --arrow-gap: 1.2vw;
    flex-direction: column;
    padding-top: 0;
  }
  .career-steps-item {
    margin-right: 0;
    margin-bottom: calc(var(--arrow-gap) - var(--arrow));
    padding: 16vw 10vw;
    gap: 3.48vw;
    clip-path: polygon(
      0 0,
      50% var(--arrow),
      100% 0,
      100% calc(100% - var(--arrow)),
      50% 100%,
      0 calc(100% - var(--arrow))
    );
  }
  .career-steps-item:first-child {
    clip-path: polygon(
      0 0,
      100% 0,
      100% calc(100% - var(--arrow)),
      50% 100%,
      0 calc(100% - var(--arrow))
    );
    padding-left: 10vw;
  }
  .career-steps-item:last-child {
    margin-bottom: 0;
    padding-right: 10vw;
  }
  .career-steps-item:nth-child(1) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #e7effa);
  }
  .career-steps-item:nth-child(2) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #bcecf0);
  }
  .career-steps-item:nth-child(3) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #c1e7a6);
  }
  .career-steps-item:nth-child(4) {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #ffb368);
  }
  .career-steps-item-title {
    font-size: 4.47vw;
    padding: 1.5vw 4vw;
    width: 38.8vw;
  }
  .career-steps-item-txt {
    font-size: 3.98vw;
  }
  .staff-intro .staff-intro-items {
    overflow-x: scroll;
  }
  .staff-intro-item {
    min-width: 79.6vw;
  }
  .staff-intro-item-job {
    font-size: 4.97vw;
  }
  .staff-intro-item-txt {
    font-size: 3.98vw;
  }
  .staff-intro-item-satis {
    font-size: 4.47vw;
  }
}

.land-form {
  background-color: var(--navi);
  padding: 140px 0 0;
}
.land-form-area {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding-inline: 20px;
  padding-bottom: 137px;
}
.land-form-head {
  text-align: center;
  color: var(--dark-blue);
  margin-bottom: 40px;
}
.land-form-head-lead {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 17px;
}
.land-form-head-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 37px;
}
.land-form-head-title span:first-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: var(--dark-blue);
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  padding: 5px 11px;
  border-radius: 5px;
  line-height: 1.2;
}
.land-form-head-rest {
  font-size: inherit;
  font-weight: inherit;
}
.land-form-head-note {
  font-size: 18px;
  font-weight: 500;
}
.land-form-items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.land-form-item {
  background-color: var(--white);
  border: 1px solid var(--dark-blue);
  box-shadow: 6px 6px 0 var(--dark-blue);
  padding: 40px 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.land-form-item-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
  text-align: center;
}
.land-form-item-note {
  font-size: 16px;
  font-weight: 500;
  color: var(--dark-blue);
  text-align: center;
  line-height: 1.7;
  margin-top: -10px;
}
.land-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  max-width: 460px;
}
.land-form-label-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.land-form-label {
  font-size: 16px;
  font-weight: 600;
  color: var(--green);
}
.land-form-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.4;
}
.land-form-badge--req {
  background-color: var(--red);
}
.land-form-badge--opt {
  background-color: var(--gray);
}
.land-form-hint {
  font-size: 14px;
  font-weight: 500;
  color: var(--gray);
  line-height: 1.6;
}
.land-form-input,
.land-form-select,
.land-form-textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 6px;
  padding: 9px 14px;
  font-size: 16px;
  font-family: inherit;
  color: var(--dark-blue);
  background-color: var(--white);
}
.land-form-input::placeholder,
.land-form-textarea::placeholder {
  color: #b0b0b0;
}
.land-form-area-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--green);
  font-weight: 600;
}
.land-form-area-row .land-form-input {
  width: 160px;
}
.land-form-textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.7;
}
.land-form-radios {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  width: fit-content;
  margin: 0 auto;
}
.land-form-radios--grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 86px;
}
.land-form-radios--inline {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px 28px;
  width: 100%;
  margin: 0;
}
.land-form-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  cursor: pointer;
}
.land-form-radio input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #cfc8b8;
  border-radius: 50%;
  background-color: #fdf8ee;
  flex-shrink: 0;
  cursor: pointer;
}
.land-form-radio input:checked {
  border-color: var(--green);
  background: radial-gradient(circle, var(--green) 38%, #fdf8ee 40%);
}
.land-form-select {
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' fill='none' stroke='%23012c66' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  width: 190px;
}
.land-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  margin-top: 50px;
  text-align: center;
  color: var(--dark-blue);
}
.land-form-agree {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}
.land-form-agree input {
  width: 18px;
  height: 18px;
  accent-color: var(--green);
}
.land-form-bottom-note {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
}
.land-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 25px;
  background-color: var(--light-green);
  color: var(--white);
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  cursor: pointer;
}
.land-form-submit span {
  position: absolute;
  right: 22px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}
.land-form-fine {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.land-form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.land-form-area-row .wpcf7-form-control-wrap {
  width: 160px;
}
.land-form-radios .wpcf7-form-control-wrap,
.land-form-radios .wpcf7-radio,
.land-form-radios .wpcf7-form-control {
  display: contents;
}
.land-form-radios .wpcf7-list-item {
  display: flex;
  margin: 0;
}
.land-form-radios .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 600;
  color: var(--green);
  cursor: pointer;
}
.land-form-radios .wpcf7-list-item input {
  appearance: none;
  -webkit-appearance: none;
  width: 22px;
  height: 22px;
  border: 1px solid #cfc8b8;
  border-radius: 50%;
  background-color: #fdf8ee;
  flex-shrink: 0;
  cursor: pointer;
}
.land-form-radios .wpcf7-list-item input:checked {
  border-color: var(--green);
  background: radial-gradient(circle, var(--green) 38%, #fdf8ee 40%);
}
.land-form-agree .wpcf7-form-control-wrap,
.land-form-agree .wpcf7-acceptance,
.land-form-agree .wpcf7-list-item {
  display: contents;
}
.land-form .wpcf7-not-valid-tip,
.contact-form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--red);
}
.land-form .wpcf7-response-output,
.contact-form .wpcf7-response-output {
  margin: 20px 0 0;
  padding: 12px 16px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.form-contact {
  background: url("../images/hp/form-contact.jpg") no-repeat center / cover;
  padding: 63px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
}
.form-contact-title {
  font-size: 28px;
  font-weight: 600;
  color: var(--dark-blue);
  text-align: center;
}
.form-contact-items {
  display: flex;
  justify-content: center;
  gap: 42px;
  width: 100%;
  max-width: 1100px;
  padding-inline: 20px;
}
.form-contact-item {
  flex: 1;
  max-width: 460px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  background-color: var(--white);
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
  padding: 32px 24px;
  color: var(--dark-blue);
  text-align: center;
}
.form-contact-item-label {
  font-size: 18px;
  font-weight: 600;
}
.form-contact-item-main {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.form-contact-item-main img {
  width: 60px;
  flex-shrink: 0;
}
.form-contact-item-val {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
}
.form-contact-item-note {
  font-size: 16px;
  color: var(--dark-blue);
}

@media (max-width: 768px) {
  .land-form {
    padding: 27.1vw 0 0;
  }
  .land-form-area {
    padding-inline: 5.97vw;
  }
  .land-form-head {
    margin-bottom: 11.9vw;
  }
  .land-form-head-lead {
    font-size: 4.47vw;
    margin-bottom: 3.48vw;
  }
  .land-form-head-title {
    font-size: 6.46vw;
    gap: 1.5vw;
    margin-bottom: 8.2vw;
  }
  .land-form-head-title span:first-child {
    font-size: 5.47vw;
    padding: 0.8vw 2vw;
  }
  .land-form-head-note {
    font-size: 3.98vw;
  }
  .land-form-items {
    gap: 6.21vw;
  }
  .land-form-item {
    padding: 9.95vw 4.97vw;
    gap: 7.46vw;
    box-shadow: 1.2vw 1.2vw 0 var(--dark-blue);
  }
  .land-form-field {
    max-width: 100%;
  }
  .land-form-item-title {
    font-size: 3.98vw;
  }
  .land-form-item-note {
    font-size: 2.98vw;
    margin-top: -2vw;
  }
  .land-form-label {
    font-size: 3.48vw;
  }
  .land-form-badge {
    font-size: 2.48vw;
    min-width: 8vw;
    padding: 0.5vw 1.5vw;
  }
  .land-form-hint {
    font-size: 2.48vw;
  }
  .land-form-input,
  .land-form-select,
  .land-form-textarea {
    font-size: 3.73vw;
    padding: 2.5vw 3vw;
    border-radius: 1.2vw;
  }
  .land-form-select {
    width: 47.2vw;
  }
  .land-form-area-row .land-form-input {
    width: 32vw;
  }
  .land-form-textarea {
    min-height: 36vw;
  }
  .land-form-radios {
    gap: 3.48vw;
  }
  .land-form-radios--grid {
    gap: 3.48vw 6vw;
    width: 100%;
  }
  .land-form-radio {
    font-size: 3.48vw;
    gap: 2vw;
  }
  .land-form-radio input {
    width: 4.97vw;
    height: 4.97vw;
  }
  .land-form-radios .wpcf7-list-item label {
    font-size: 3.48vw;
    gap: 2vw;
  }
  .land-form-radios .wpcf7-list-item input {
    width: 4.97vw;
    height: 4.97vw;
  }
  .land-form-bottom {
    gap: 4.97vw;
    margin-top: 8vw;
  }
  .land-form-agree {
    font-size: 3.98vw;
    font-weight: 600;
  }
  .land-form-agree input {
    width: 4.47vw;
    height: 4.47vw;
  }
  .land-form-bottom-note {
    font-size: 3.98vw;
  }
  .land-form-submit {
    max-width: 100%;
    font-size: 4.98vw;
    padding: 4.47vw 8vw;
    border-radius: 2.5vw;
  }
  .land-form-submit span {
    right: 4.5vw;
    width: 2.5vw;
    height: 2.5vw;
    border-width: 0.7vw;
  }
  .land-form-fine {
    font-size: 3.98vw;
    text-align: start;
  }
  .form-contact {
    padding: 10vw 0;
    gap: 6.21vw;
  }
  .form-contact-title {
    font-size: 5.47vw;
  }
  .form-contact-items {
    flex-direction: column;
    align-items: center;
    gap: 6.21vw;
    padding-inline: 7.7vw;
  }
  .form-contact-item {
    width: 100%;
    max-width: none;
    padding: 6.21vw 4.97vw;
    gap: 2.5vw;
  }
  .form-contact-item-label {
    font-size: 3.98vw;
  }
  .form-contact-item-main {
    gap: 2.5vw;
  }
  .form-contact-item-main img {
    width: 12.4vw;
  }
  .form-contact-item-val {
    font-size: 7.46vw;
  }
  .form-contact-item-note {
    font-size: 3.48vw;
  }
}

/* Contact Form */
.simple-page-fv {
  background: url("../images/hp/simple-page-fv.jpg") no-repeat center / cover;
  color: var(--dark-blue);
  padding: 14.4vw 9.7vw 0;
  height: 39.5vw;
}
.simple-page-fv-title {
  font-size: 4.44vw;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin-bottom: 7px;
}
.simple-page-fv-lead {
  font-size: 1.94vw;
  font-weight: 600;
  margin-bottom: 15px;
}
.simple-page-fv-note {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.8;
}
.contact-form {
  background-color: #fdfbee;
}
.contact-form-area {
  display: flex;
  justify-content: center;
  padding: 45px 20px 110px;
}
.contact-form-area form,
.contact-form-area .wpcf7 {
  width: 100%;
  max-width: 900px;
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.contact-form-area .wpcf7 form {
  display: flex;
  flex-direction: column;
  gap: 56px;
}
.contact-form-topic-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--green);
  text-align: center;
}
.contact-form-topics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.contact-form-topic {
  display: flex;
  align-items: center;
  gap: 26px;
  background-color: var(--white);
  border: 1px solid #a7c09b;
  border-radius: 8px;
  padding: 22px 20px;
  color: var(--green);
  cursor: pointer;
  position: relative;
}
.contact-form-topic:first-child {
  border: 6px solid #a7c09b;
}
.contact-form-topic input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form-topic .wpcf7-form-control-wrap,
.contact-form-topic .wpcf7-radio,
.contact-form-topic .wpcf7-list-item {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
}
.contact-form-topic .wpcf7-list-item-label {
  display: none;
}
.contact-form-field .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact-form-bottom .wpcf7-form-control-wrap,
.contact-form-bottom .wpcf7-acceptance,
.contact-form-bottom .wpcf7-list-item {
  display: contents;
}
.contact-form-topic:hover,
.contact-form-topic:has(input:checked) {
  border-color: #7eb83a;
  box-shadow: 0 4px 10px rgba(126, 184, 58, 0.28);
}
.contact-form-topic:has(input:checked) {
  border: 3px solid #7eb83a;
  box-shadow: 0 4px 10px rgba(126, 184, 58, 0.28);
}
.contact-form-topic img {
  width: 80px;
  flex-shrink: 0;
}
.contact-form-topic-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.contact-form-topic-txt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.contact-form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 65px 100px;
  padding-top: 88px;
}
.contact-form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contact-form-field--full {
  grid-column: 1 / -1;
}
.contact-form-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.land-form-agree {
  color: var(--green);
}
.land-form-agree a {
  color: inherit;
  text-decoration: underline;
  color: var(--green);
}
.contact-form-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 320px;
  padding: 20px 48px;
  background-color: var(--green);
  color: var(--white);
  font-size: 20px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
}
.contact-form-submit span {
  position: absolute;
  right: 22px;
  width: 12px;
  height: 12px;
  border-right: 2px solid var(--white);
  border-bottom: 2px solid var(--white);
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .simple-page-fv {
    height: 69.6vw;
    padding: 20vw 7.7vw 5vw;
  }
  .simple-page-fv-title {
    font-size: 9.95vw;
  }
  .simple-page-fv-lead {
    font-size: 4.47vw;
  }
  .simple-page-fv-note {
    font-size: 3.98vw;
  }
  .contact-form-area {
    padding: 8.45vw 10vw 31.8vw;
  }
  .contact-form-area form,
  .contact-form-area .wpcf7 form {
    gap: 7.46vw;
  }
  .contact-form-topic-title {
    font-size: 4.47vw;
  }
  .contact-form-topics {
    grid-template-columns: 1fr;
    gap: 5.46vw;
  }
  .contact-form-topic {
    gap: 3.48vw;
    padding: 4.47vw 4vw;
  }
  .contact-form-topic img {
    width: 12.4vw;
  }
  .contact-form-topic-name {
    font-size: 4.47vw;
  }
  .contact-form-topic-txt {
    font-size: 3.23vw;
  }
  .contact-form-fields {
    grid-template-columns: 1fr;
    gap: 4.97vw;
    padding-top: 9.45vw;
  }
  .contact-form-submit {
    max-width: 100%;
    font-size: 3.98vw;
    padding: 4.47vw 8vw;
  }
  .contact-form-submit span {
    right: 4.5vw;
    width: 2.5vw;
    height: 2.5vw;
  }
  .contact-form-bottom {
    gap: 9.45vw;
  }
}

/* News Page */
.news-page {
  background-color: #f8fafd;
}
.news-list-area {
  padding: 64px 20px 88px;
}
.news-list-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.news-list-head {
  text-align: center;
  margin-bottom: 78px;
}
.news-list-head p {
  font-size: 20px;
  font-weight: 600;
  color: var(--dark-blue);
  line-height: 1.8;
}
.news-list-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px;
}
.news-list-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px 28px;
}
.news-list-tab {
  padding: 8px 22px;
  font-size: 18px;
  font-weight: 600;
  color: var(--dark-blue);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
}
.news-list-tab.is-active {
  background-color: var(--white);
  border-color: var(--light-blue);
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
}
.news-list-items {
  width: 100%;
  background-color: var(--white);
  border: 1px solid #8eb4e0;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
  overflow: hidden;
  padding: 10px;
}
.news-list-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 50px 30px;
  border-bottom: 1px solid #8eb4e0;
  color: var(--dark-blue);
}
.news-list-item:last-child {
  border-bottom: none;
}
.news-list-item.is-hidden {
  display: none;
}
.news-list-date {
  flex-shrink: 0;
  width: 96px;
  font-size: 18px;
  font-weight: 500;
  color: var(--gray);
}
.news-list-tag {
  flex-shrink: 0;
  min-width: 88px;
  padding: 5px 23px;
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  text-align: center;
  background-color: #8fd3e2;
  border-radius: 999px;
}
.news-list-title {
  flex: 1;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.6;
  padding-right: 20px;
}
.news-list-arr {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--dark-blue);
  border-bottom: 2px solid var(--dark-blue);
  transform: rotate(-45deg);
}
.news-list-more {
  width: 300px;
  margin-top: 10px;
  border-radius: 20px;
  border: 4px solid var(--dark-blue);
  color: var(--dark-blue);
  background: transparent;
  cursor: pointer;
  font-family: inherit;
}
.news-list-more span {
  border-color: var(--dark-blue);
}
.news-list-more.is-hidden {
  display: none;
}
.news-list-empty {
  padding: 40px 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: var(--gray);
}
.news-list-data-tag {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media (max-width: 768px) {
  .news-list-area {
    padding: 8.45vw 4.97vw 35vw;
  }
  .news-list-head {
    margin-bottom: 6.96vw;
  }
  .news-list-head p {
    font-size: 4.47vw;
    text-align: start;
    line-height: 1.6;
  }
  .news-list-body {
    gap: 10vw;
  }
  .news-list-tabs {
    gap: 2.48vw 3.48vw;
    justify-content: space-between;
  }
  .news-list-tab {
    padding: 1.49vw 3.48vw;
    font-size: 3.98vw;
  }
  .news-list-item {
    position: relative;
    flex-direction: column;
    align-items: start;
    gap: 3.73vw;
    padding: 5.72vw 2.48vw;
  }
  .news-list-date {
    width: auto;
    font-size: 3.48vw;
  }
  .news-list-tag {
    min-width: auto;
    font-size: 2.98vw;
    padding: 0.74vw 5vw;
    line-height: 1;
  }
  .news-list-title {
    width: 100%;
    font-size: 3.98vw;
    padding-right: 6vw;
  }
  .news-list-arr {
    position: absolute;
    top: 50%;
    right: 4vw;
    width: 2.24vw;
    height: 2.24vw;
  }
  .news-list-more {
    width: 100%;
    max-width: 74.6vw;
  }
}

/* News Single */
.news-single-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-single-card {
  width: 100%;
  background-color: var(--white);
  border: 1px solid #8eb4e0;
  border-radius: 5px;
  box-shadow: 0 4px 4px rgba(142, 180, 224, 0.8);
  padding: 50px 40px;
  color: var(--dark-blue);
  margin-bottom: 40px;
}
.news-single-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  margin: 24px 0 32px;
}
.news-single-thumb {
  margin-bottom: 32px;
}
.news-single-thumb img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.news-single-content {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.9;
}
.news-single-content > *:first-child {
  margin-top: 0;
}
.news-single-content p,
.news-single-content ul,
.news-single-content ol,
.news-single-content blockquote,
.news-single-content figure {
  margin-bottom: 1.2em;
}
.news-single-content h2 {
  font-size: 22px;
  font-weight: 600;
  margin: 2em 0 0.8em;
}
.news-single-content h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 1.6em 0 0.6em;
}
.news-single-content ul {
  list-style: disc;
  padding-left: 1.4em;
}
.news-single-content ol {
  list-style: decimal;
  padding-left: 1.4em;
}
.news-single-content li {
  list-style: inherit;
  margin-bottom: 0.4em;
}
.news-single-content a {
  color: var(--light-blue);
  text-decoration: underline;
}
.news-single-content img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .news-single-card {
    padding: 7vw 4vw;
    margin-bottom: 8vw;
  }
  .news-single-title {
    font-size: 5.47vw;
    margin: 4vw 0 6vw;
  }
  .news-single-content {
    font-size: 3.73vw;
  }
  .news-single-content h2 {
    font-size: 4.47vw;
  }
  .news-single-content h3 {
    font-size: 3.98vw;
  }
}

/* Privacy Page */
.privacy-page {
  background-color: #f8fafd;
}
.privacy-area {
  padding: 0 20px 100px;
}
.privacy-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: -82px;
  background-color: var(--white);
  padding: 88px 50px;
}
.privacy-head {
  margin-bottom: 78px;
}
.privacy-head-title {
  font-size: 26px;
  font-weight: 600;
  color: var(--dark-blue);
}
.privacy-body {
  font-size: 12px;
  font-weight: 500;
  color: var(--dark-blue);
  line-height: 1.4;
}
.privacy-body a {
  color: var(--dark-blue);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .privacy-head-title {
    font-size: 6.46vw;
  }
  .privacy-body {
    font-size: 2.98vw;
  }
}
