@charset "UTF-8";
/* Google font font */
@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@100..900&family=Noto+Sans+JP:wght@100..900&display=swap");
/* Google font Icon */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
@import url("https://fonts.googleapis.com/css2?family=Yuji+Syuku&display=swap");
.league {
  font-family: "League Spartan", sans-serif;
  font-weight: 500;
}

html {
  scroll-behavior: smooth;
  max-width: 1920px;
  margin-inline: auto;
}

body,
a {
  color: #4b4a48;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

body.open {
  height: 100vh;
  overflow: hidden;
}

a {
  transition: all 0.4s;
  cursor: pointer;
}
a:hover {
  transition: all 0.4s;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}

.pc_disp {
  display: block;
}
@media screen and (max-width: 599px) {
  .pc_disp {
    display: none;
  }
}

.tbw_disp {
  display: none;
}
@media screen and (max-width: 991px) {
  .tbw_disp {
    display: block;
  }
}

.tb_disp {
  display: none;
}
@media screen and (max-width: 768px) {
  .tb_disp {
    display: block;
  }
}

.sp_disp {
  display: none;
}
@media screen and (max-width: 599px) {
  .sp_disp {
    display: block;
  }
}

.sp_s_disp {
  display: none;
}
@media screen and (max-width: 375px) {
  .sp_s_disp {
    display: block;
  }
}

.pc_sp_disp {
  display: block;
}
@media screen and (max-width: 991px) {
  .pc_sp_disp {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  .pc_sp_disp {
    display: block;
  }
}

.bold {
  font-weight: 700;
}

.container {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
@media screen and (min-width: 1520px) {
  .container {
    max-width: 100%;
    padding-inline: 6%;
  }
}
@media screen and (max-width: 1400px) {
  .container {
    padding-inline: 6%;
    max-width: none;
  }
}
@media screen and (max-width: 599px) {
  .container {
    padding-inline: 5%;
  }
}

.common-title p {
  font-family: "League Spartan";
  font-size: 18px;
  font-weight: 500;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 4px;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .common-title p {
    font-size: 16px;
  }
}
.common-title h2 {
  color: #4b4a48;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 2.56px;
  width: fit-content;
}
@media screen and (max-width: 599px) {
  .common-title h2 {
    font-size: 24px;
  }
}
.common-title--white p {
  color: #fff;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
.common-title--white h2 {
  color: #fff;
}
.common-title--center p,
.common-title--center h2 {
  margin-inline: auto;
  text-align: center;
}

.common-btn {
  display: block;
  padding-inline: 28px 6px;
  padding-block: 8px;
  border-radius: 100px;
  border: 1px solid var(--1, #00c49a);
  background: #fff;
  width: fit-content;
}
.common-btn p {
  font-size: 16px;
  font-weight: 500;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}
.common-btn p::after {
  content: "→";
  display: block;
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background: rgba(0, 163, 126, 0.04);
  margin-left: 32px;
  color: #00a37e;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.96px;
  padding-bottom: 2px;
}
.common-btn p span {
  margin-bottom: 3px;
}
.common-btn.league span {
  margin-top: 3.5px;
  margin-bottom: 0px;
}
.common-btn--center {
  margin-inline: auto;
}

.pege-header {
  padding-block: 56px;
}
@media screen and (max-width: 599px) {
  .pege-header {
    padding-block: 40px;
  }
}
.pege-header p {
  font-family: "League Spartan";
  font-size: 18px;
  font-weight: 500;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pege-header h2 {
  color: #4b4a48;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3.2px;
}
@media screen and (max-width: 1520px) {
  .pege-header h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 599px) {
  .pege-header h2 {
    font-size: 28px;
  }
}
.pege-header h2 span {
  color: #00a37e;
}
.pege-header h2 img {
  height: 32px;
  width: auto;
  display: inline-block;
  vertical-align: -3px;
}
@media screen and (max-width: 1520px) {
  .pege-header h2 img {
    height: 32px;
  }
}
@media screen and (max-width: 599px) {
  .pege-header h2 img {
    height: 28px;
  }
}

.grecaptcha-badge {
  display: none;
}

.grecaptcha-logo {
  display: none;
}

.header {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #fff;
  width: 100%;
  z-index: 1000000;
  position: relative;
}
@media screen and (max-width: 599px) {
  .header {
    height: 60px;
  }
}
.header h1 {
  margin-left: 4%;
  height: 60%;
}
.header h1 a {
  display: block;
  width: fit-content;
  height: 100%;
}
.header h1 a img {
  width: auto;
  height: 100%;
}
.header ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 100%;
  gap: 20%;
}
@media screen and (max-width: 1200px) {
  .header ul {
    gap: 10%;
  }
}
@media screen and (max-width: 991px) {
  .header ul {
    display: none;
  }
}
.header ul li {
  font-size: 16px;
}
.header ul li a {
  font-family: "League Spartan";
  font-weight: 500;
  margin-top: 3px;
  display: block;
}
.header__service {
  font-weight: 500;
  cursor: pointer;
  margin-top: 3px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 76px;
}
.header__service:hover {
  opacity: 0.8;
}
.header__service::after {
  content: "+";
  color: #00a37e;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-left: 6px;
  margin-bottom: 1px;
}
.header__service.open::after {
  content: "-";
  margin-bottom: 5px;
}
.header__contact {
  height: 100%;
  width: auto;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
}
.header__contact a {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-inline: 48px;
}
.header__contact a p {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}
.header__contact a p span {
  padding-bottom: 4px;
  margin-right: 8px;
}
.header .sp_header-btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .header .sp_header-btn {
    display: flex;
    height: 100%;
  }
}
.header .sp_header-btn .sp_contact-btn {
  height: 100%;
  aspect-ratio: 1/1;
  width: auto;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
  display: flex;
  justify-content: center;
  align-items: center;
}
.header .sp_header-btn .sp_contact-btn img {
  height: 60%;
  width: auto;
}
.header .toggle-button {
  display: block;
  padding: 10px;
}
@media screen and (max-width: 1200px) {
  .header .toggle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    aspect-ratio: 1/1;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 70%;
  height: 50px;
}
@media screen and (max-width: 599px) {
  .header .toggle-button__hamburger {
    width: 35px;
    height: 35px;
  }
}
.header .toggle-button__hamburger span {
  height: 2px;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
.header .toggle-button__hamburger span:first-child {
  top: 20%;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 20%;
}
.header .toggle-button.open span {
  transition: all 0.4s;
}
.header .toggle-button.open span:first-child {
  top: calc(50% - 1px);
  transform: rotateZ(45deg);
}
.header .toggle-button.open span:nth-child(2) {
  display: none;
}
.header .toggle-button.open span:last-child {
  top: calc(50% - 1px);
  transform: rotateZ(-45deg);
}

.header-menu {
  z-index: -20000;
  position: fixed;
  inset: 0; /* top, right, bottom, left = 0 と同じ */
  height: 100%;
  max-height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0); /* 最初は透明 */
  backdrop-filter: blur(6px); /* ぼかし効果（好みに応じて） */
  opacity: 0;
  transform: scale(1.05); /* 少し拡大した状態から浮き出る */
  z-index: -1;
  transition: opacity 0.4s ease, transform 0.4s ease, background 0.4s ease;
  padding-top: 120px;
  padding-inline: 8%;
  overflow-y: auto;
}
@media screen and (max-width: 599px) {
  .header-menu {
    padding-top: 100px;
  }
}
.header-menu .menu-list:first-of-type {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(75, 74, 72, 0.2);
}
.header-menu .menu-list__top {
  display: none;
}
.header-menu .menu-list li {
  margin-top: 12px;
  font-size: 18px;
}
.header-menu .menu-list li:first-of-type {
  margin-top: 0;
}
.header-menu .menu-list li a {
  display: block;
  font-size: 18px;
  font-weight: 500;
}
.header-menu .menu-list li a::before {
  content: "▶";
  font-size: 8px;
  font-weight: 500;
  color: #00a37e;
  margin-right: 8px;
  vertical-align: 2.5px;
}
.header-menu .menu-list li a img {
  height: 18px;
  width: auto;
  display: inline-block;
}
.header-menu .menu-list li a .material-symbols-outlined {
  font-size: 15px;
  opacity: 0.6;
  margin-left: 4px;
  font-weight: 500;
  vertical-align: -4px;
}
.header-menu.open {
  opacity: 1;
  background: rgb(255, 255, 255); /* 背景を白に */
  transform: scale(1); /* 元のサイズに戻る（ふわっと浮き出る） */
  transition: all 0.4s;
  z-index: 10000;
  font-weight: 700;
  width: 100%;
}

.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
}
.black-bg.open {
  opacity: 0.3;
  visibility: visible;
}

.to-top {
  display: block;
  position: fixed;
  bottom: 4%;
  right: 4%;
  z-index: 100000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
}
.to-top.is-show {
  opacity: 1;
  pointer-events: auto;
}
.to-top__box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: 1px solid #00a37e;
  background-color: rgb(255, 255, 255);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #00a37e;
}
.to-top__box:hover {
  background-color: rgb(255, 255, 255);
  opacity: 1;
  transform: translateY(-4px);
}

.service-list {
  width: 100%;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-inline: 12%;
  padding-block: 24px;
  column-gap: 4%;
  background: #fff;
  box-shadow: -10px 12px 20px -11px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1520px) {
  .service-list {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 1400px) {
  .service-list {
    padding-inline: 6%;
    gap: 2%;
  }
}
@media screen and (max-width: 1200px) {
  .service-list {
    padding-inline: 4%;
  }
}
.service-list.open {
  display: flex;
}
.service-list__item {
  display: block;
  width: 16%;
}
.service-list__item p {
  color: #00a37e;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.12px;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .service-list__item p {
    font-size: 12px;
  }
}

.footer-before {
  width: 100%;
  height: auto;
  aspect-ratio: 1500/360;
  background-image: url(../../assets/image/common/footer-city.webp);
  background-position: top;
  background-size: cover;
}

.footer {
  background: #4b4a48;
  padding-top: 40px;
}
.footer__content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 40px;
  padding-inline: 12%;
  color: #fff;
}
@media screen and (max-width: 991px) {
  .footer__content {
    padding-inline: 8%;
  }
}
@media screen and (max-width: 768px) {
  .footer__content {
    flex-direction: column;
    gap: 40px;
  }
}
.footer__content__left {
  width: 30%;
}
@media screen and (max-width: 991px) {
  .footer__content__left {
    width: 36%;
  }
}
@media screen and (max-width: 768px) {
  .footer__content__left {
    width: 100%;
  }
}
.footer__content__left__title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media screen and (max-width: 1520px) {
  .footer__content__left__title {
    font-size: 20px;
  }
}
.footer__content__left__info {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1520px) {
  .footer__content__left__info {
    font-size: 16px;
  }
}
.footer__content__left a {
  color: #fff;
}
.footer__content__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  column-gap: 16%;
  width: 70%;
}
@media screen and (max-width: 991px) {
  .footer__content__right {
    width: 64%;
    column-gap: 4%;
  }
}
@media screen and (max-width: 768px) {
  .footer__content__right {
    width: 100%;
    justify-content: flex-start;
    gap: 28px;
  }
}
.footer__content__right .menu-list li {
  margin-top: 12px;
  font-size: 20px;
}
@media screen and (max-width: 1520px) {
  .footer__content__right .menu-list li {
    font-size: 18px;
  }
}
.footer__content__right .menu-list li:first-of-type {
  margin-top: 0;
}
.footer__content__right .menu-list li .service-guide {
  display: block;
  color: #fff;
  font-size: 18px;
}
@media screen and (max-width: 1520px) {
  .footer__content__right .menu-list li .service-guide {
    font-size: 16px;
  }
}
.footer__content__right .menu-list li .service-guide::before {
  content: "▶";
  font-size: 10px;
  font-weight: 500;
  color: #00a37e;
  margin-right: 8px;
  vertical-align: 2.5px;
}
.footer__content__right .menu-list li .company-guide {
  display: block;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 1520px) {
  .footer__content__right .menu-list li .company-guide {
    font-size: 18px;
  }
}
.footer__content__right .menu-list li .company-guide img {
  height: 20px;
  width: auto;
  display: inline-block;
  vertical-align: -1px;
}
@media screen and (max-width: 1520px) {
  .footer__content__right .menu-list li .company-guide img {
    height: 18px;
  }
}
.footer__content__right .menu-list li .bold {
  font-weight: 500;
}
.footer__content__right .menu-list li .material-symbols-outlined {
  font-size: 15px;
  opacity: 1;
  margin-left: 4px;
  font-weight: 500;
  vertical-align: -2px;
  color: #fff;
}
.footer .copyright {
  background: #4b4a48;
  padding-block: 18px;
}
.footer .copyright p {
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.fv {
  width: 100%;
  height: calc(100svh - 80px);
  position: relative;
  overflow: hidden;
}
.fv video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
@media screen and (min-width: 1520px) {
  .fv video {
    width: 110%;
  }
}
@media screen and (max-width: 599px) {
  .fv video {
    object-position: 56%;
  }
}
.fv .container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .fv .container {
    display: flex;
    align-items: center;
  }
}
.fv__title {
  margin-top: 15%;
}
@media screen and (max-width: 1024px) {
  .fv__title {
    margin-top: 0%;
  }
}
.fv__title h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 4.48px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 1520px) {
  .fv__title h2 {
    font-size: 60px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title h2 {
    font-size: 52px;
  }
}
@media screen and (max-width: 599px) {
  .fv__title h2 {
    font-size: 8vw;
  }
}
.fv__title p {
  color: #fff;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  margin-top: 16px;
  letter-spacing: 2px;
}
@media screen and (max-width: 1520px) {
  .fv__title p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .fv__title p {
    font-size: 18px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 400px) {
  .fv__title p {
    font-size: 16px;
  }
}
.fv__slide {
  position: absolute;
  left: 0;
  bottom: -1.6rem;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  mix-blend-mode: screen;
}
@media screen and (min-width: 1520px) {
  .fv__slide {
    bottom: -2rem;
  }
}
.fv__slide__inner {
  display: inline-block;
  white-space: nowrap;
  animation: slideLoop 60s linear infinite;
}
.fv__slide__inner span {
  display: inline-block;
  padding-right: 3rem;
  font-size: 7.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #00a37e;
  font-family: "League Spartan";
}
@media screen and (min-width: 1520px) {
  .fv__slide__inner span {
    font-size: 8.8rem;
  }
}

/* 無限ループをシームレスにする */
@keyframes slideLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.top-mission {
  position: relative;
  padding-block: 64px;
  overflow: hidden;
}
.top-mission__text {
  margin-top: 16px;
  margin-bottom: 32px;
  width: 60%;
}
@media screen and (max-width: 991px) {
  .top-mission__text {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top-mission__text {
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .top-mission__text {
    width: 100%;
  }
}
.top-mission__bg {
  height: 100%;
  width: auto;
  object-fit: cover;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .top-mission__bg {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  .top-mission__bg {
    opacity: 0.4;
  }
}
.top-mission__bg img {
  height: 100%;
  width: auto;
  object-fit: cover;
  display: block;
}

.top-service {
  position: relative;
  padding-block: 64px;
  background: #00a37e;
}
.top-service__right {
  width: 70%;
  margin-inline: auto 0;
  padding-inline: 4%;
  background-color: #fff;
  border-radius: 10px 0 0 10px;
  box-shadow: -10px 12px 20px -11px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  .top-service__right {
    width: 64%;
  }
}
@media screen and (max-width: 1024px) {
  .top-service__right {
    width: 60%;
  }
}
@media screen and (max-width: 991px) {
  .top-service__right {
    width: 54%;
  }
}
@media screen and (max-width: 768px) {
  .top-service__right {
    width: 95%;
  }
}
.top-service__right__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-block: 48px;
  border-bottom: 1px solid rgba(75, 74, 72, 0.2);
}
@media screen and (max-width: 1400px) {
  .top-service__right__content {
    gap: 24px;
  }
}
@media screen and (max-width: 1200px) {
  .top-service__right__content {
    flex-direction: column;
    gap: 32px;
  }
}
@media screen and (max-width: 599px) {
  .top-service__right__content {
    gap: 20px;
  }
}
.top-service__right__content:last-of-type {
  border-bottom: 0px;
}
.top-service__right__content__left {
  width: 242px;
  height: auto;
}
@media screen and (max-width: 1200px) {
  .top-service__right__content__left {
    width: 50%;
  }
}
@media screen and (max-width: 599px) {
  .top-service__right__content__left {
    width: 60%;
  }
}
.top-service__right__content__right {
  width: calc(100% - 242px);
}
@media screen and (max-width: 1200px) {
  .top-service__right__content__right {
    width: 90%;
  }
}
.top-service__right__content__right h3 {
  color: #00a37e;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1200px) {
  .top-service__right__content__right h3 {
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  .top-service__right__content__right h3 {
    font-size: 20px;
  }
}
.top-service__right__content__right h3 img {
  width: auto;
  height: 24px;
  display: inline-block;
  margin-inline: 4px;
  vertical-align: -3px;
}
@media screen and (max-width: 599px) {
  .top-service__right__content__right h3 img {
    height: 20px;
  }
}
.top-service__right__content__right__text {
  margin-block: 12px 28px;
}
@media screen and (max-width: 1200px) {
  .top-service__right__content__right .common-btn {
    margin-inline: auto;
  }
}
.top-service .container {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  width: 100%;
  z-index: 0;
}
@media screen and (min-width: 1520px) {
  .top-service .container {
    left: 0;
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .top-service .container {
    position: relative;
  }
}
.top-service .container .top-service__left {
  position: sticky;
  top: 0px; /* 固定する位置（ヘッダーの高さに応じて調整） */
  align-self: flex-start;
  width: auto;
  padding-block: 64px;
}
@media screen and (max-width: 768px) {
  .top-service .container .top-service__left {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.top-service .container .top-service__left__list {
  margin-top: 32px;
}
.top-service .container .top-service__left__list li {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1.28px;
  margin-top: 10px;
}
.top-service .container .top-service__left__list li:first-of-type {
  margin-top: 0;
}
.top-service .container .top-service__left__list li a {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .top-service .container .top-service__left__list li a {
    color: #fff;
  }
}
.top-service .container .top-service__left__list li a::before {
  content: "▶";
  font-size: 8px;
  font-weight: 500;
  margin-right: 8px;
  vertical-align: 2.5px;
}
.top-service .container .top-service__left__list li a.active {
  color: #fff;
  font-weight: 700;
  transition: color 0.3s, font-weight 0.3s;
}

.top-point {
  position: relative;
  padding-block: 64px;
  background-color: #4b4a48;
  background-image: url(../../assets/image/top/solution-bg.webp);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .top-point {
    background-image: none;
  }
  .top-point::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url(../../assets/image/top/solution-bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    opacity: 0.4;
    z-index: 0;
  }
}
.top-point__content {
  width: 64%;
  margin-inline: auto 4%;
}
@media screen and (max-width: 991px) {
  .top-point__content {
    width: 80%;
    margin-inline: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .top-point__content {
    width: 100%;
  }
}
.top-point__content__text {
  margin-top: 24px;
  color: #fff;
}

.solution {
  position: relative;
  padding-block: 64px;
  background: #f9f9f9;
  overflow: hidden;
}
.solution .slider {
  margin-top: 32px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}
.solution .slider__content {
  background: #fff;
  box-shadow: -10px 12px 20px -11px rgba(0, 0, 0, 0.1);
  padding-block: 56px;
  padding-inline: 2%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .solution .slider__content {
    padding-inline: 5%;
  }
}
.solution .slider__content__column {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(75, 74, 72, 0.2);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .solution .slider__content__column {
    flex-direction: column;
  }
}
.solution .slider__content__column img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .solution .slider__content__column img {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 599px) {
  .solution .slider__content__column img {
    width: 100%;
  }
}
.solution .slider__content__column__right {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .solution .slider__content__column__right {
    width: 100%;
  }
}
.solution .slider__content__column__right__category {
  border-radius: 100px;
  background: var(--1, linear-gradient(90deg, #00c49a 0%, #00614c 100%));
  padding: 6px 20px 7px 20px;
  color: #fff;
  width: fit-content;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
}
.solution .slider__content__column__right h3 {
  color: #4b4a48;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  .solution .slider__content__column__right h3 {
    font-size: 20px;
  }
}
.solution .slider__content__title {
  color: #00a37e;
  font-size: 12px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
}
.solution .slider__content__result {
  margin-bottom: 48px;
}
.solution {
  /* Swiper全体 */
}
.solution .swiper {
  overflow: hidden; /* ← これ大事：ボタンがはみ出す場合 */
  position: relative;
  padding-bottom: 60px; /* ← 下の丸（pagination）の分だけ余白 */
  width: 100%;
  padding-inline: 5%;
}
@media screen and (max-width: 991px) {
  .solution .swiper {
    padding-bottom: 40px;
  }
}
.solution {
  /* スライドの高さを統一 */
}
.solution .swiper-wrapper {
  align-items: stretch !important; /* ← 高さを揃える */
  width: 100%;
}
.solution .swiper-slide {
  display: flex;
  justify-content: flex-start;
  align-items: stretch; /* 各スライドを縦方向に伸ばす */
  height: auto;
  width: 800px;
}
@media screen and (max-width: 991px) {
  .solution .swiper-slide {
    width: 100%;
  }
}
.solution {
  /* 下のドット */
}
.solution .swiper-pagination {
  bottom: 0 !important; /* ← Swiperデフォルトを上書き */
  text-align: center;
}
.solution .swiper-pagination-bullet-active {
  background: #00a37e;
}
.solution--service .slider__content__result {
  margin-bottom: 0px;
}

.top-partner {
  position: relative;
  padding-block: 64px;
  background-image: url(../../assets/image/top/top-recruit-bg.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .top-partner {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 599px) {
  .top-partner {
    padding-bottom: 20%;
  }
}
.top-partner__text {
  color: #fff;
  margin-top: 16px;
  margin-bottom: 36px;
}
.top-partner__title {
  display: block;
  position: absolute;
  bottom: -1.6rem;
  right: 0;
  color: #fff;
  font-family: "League Spartan";
  font-size: 7rem;
  font-weight: 500;
  mix-blend-mode: difference;
}
@media screen and (max-width: 768px) {
  .top-partner__title {
    font-size: 16vw;
    bottom: -3.4vw;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}

.top-cta {
  position: relative;
  padding-block: 32px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .top-cta {
    padding-bottom: 0;
  }
}
.top-cta::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  background-color: #00a37e;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 599px) {
  .top-cta::before {
    display: none;
  }
}
.top-cta__column {
  display: flex;
  justify-content: center;
  align-items: stretch;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 599px) {
  .top-cta__column {
    flex-direction: column;
  }
}
.top-cta__column__content {
  width: 50%;
  height: 280px;
  display: flex;
  padding-inline: 6%;
  padding-block: 64px 40px;
  position: relative;
}
@media screen and (max-width: 599px) {
  .top-cta__column__content {
    width: 100%;
  }
}
.top-cta__column__content--company {
  background-color: #fff;
  border-radius: 0 0 8px 0;
}
.top-cta__column__content--company p,
.top-cta__column__content--company h2 {
  color: #00a37e;
}
.top-cta__column__content--company .top-cta__column__content__arrow {
  border: 1px solid #00a37e;
}
.top-cta__column__content--contact {
  background-color: #00a37e;
  border-radius: 8px 0 0 0;
}
.top-cta__column__content--contact p,
.top-cta__column__content--contact h2 {
  color: #fff;
}
.top-cta__column__content--contact .top-cta__column__content__arrow {
  border: 1px solid #fff;
}
.top-cta__column__content__left {
  width: 100%;
  z-index: 1;
}
.top-cta__column__content__right {
  width: auto;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  right: 6%;
  z-index: 0;
}
@media screen and (max-width: 991px) {
  .top-cta__column__content__right {
    opacity: 0.4;
  }
}
@media screen and (max-width: 768px) {
  .top-cta__column__content__right {
    opacity: 0.2;
  }
}
@media screen and (max-width: 599px) {
  .top-cta__column__content__right {
    opacity: 0.4;
  }
}
@media screen and (max-width: 375px) {
  .top-cta__column__content__right {
    opacity: 0.2;
  }
}
.top-cta__column__content__right img {
  height: 142px;
  width: auto;
}
.top-cta__column__content__subtitle {
  font-family: "League Spartan";
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .top-cta__column__content__subtitle {
    font-size: 16px;
  }
}
.top-cta__column__content__title {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 2.24px;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .top-cta__column__content__title {
    font-size: 24px;
  }
}
.top-cta__column__content__arrow {
  display: flex;
  width: 80px;
  height: auto;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 100px;
}
.top-cta__column__content:hover {
  opacity: 1;
}
.top-cta__column__content:hover p,
.top-cta__column__content:hover h2,
.top-cta__column__content:hover img {
  opacity: 0.8;
}

.service-overview {
  position: relative;
  padding-block: 64px;
  background: #f9f9f9;
}
.service-overview__column {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 980px;
  width: 100%;
  margin-inline: auto;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .service-overview__column {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .service-overview__column {
    flex-direction: column;
  }
}
.service-overview__column img {
  width: 242px;
}
.service-overview__column__text {
  width: calc(100% - 242px);
}
@media screen and (max-width: 768px) {
  .service-overview__column__text {
    width: 100%;
  }
}
.service-overview__column__text span {
  display: block;
  margin-bottom: 0.4em;
}
.service-overview__column--jobloom {
  flex-direction: column;
}
.service-overview__column--jobloom img {
  max-width: 800px;
  width: 100%;
}
.service-overview__column--jobloom .service-overview__column__text {
  width: 100%;
}

.service-strength {
  position: relative;
  padding-block: 64px;
  background: linear-gradient(90deg, #00c49a 0%, #00614c 100%);
}
.service-strength__column {
  margin-top: 36px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
}
@media screen and (max-width: 1300px) {
  .service-strength__column {
    gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .service-strength__column {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 599px) {
  .service-strength__column {
    gap: 20px;
  }
}
.service-strength__column__content {
  width: 100%;
  max-width: 400px;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #00a37e;
  background: #fff;
}
@media screen and (max-width: 1300px) {
  .service-strength__column__content {
    width: 33%;
    padding: 20px 16px;
  }
}
@media screen and (max-width: 768px) {
  .service-strength__column__content {
    width: calc(50% - 16px);
  }
}
@media screen and (max-width: 599px) {
  .service-strength__column__content {
    max-width: 100%;
    width: 100%;
  }
}
.service-strength__column__content img {
  width: 100%;
}
.service-strength__column__content__text {
  margin-top: 24px;
}
.service-strength__column__content__text h3 {
  margin-bottom: 16px;
  color: #00a37e;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.service-product {
  position: relative;
  padding-block: 64px;
}
.service-product__column {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  column-gap: 24px;
  row-gap: 0;
}
@media screen and (max-width: 768px) {
  .service-product__column {
    flex-direction: column;
  }
}
.service-product__column__item {
  width: calc(50% - 24px);
  padding-inline: 3.5%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2%;
  height: 132px;
  border-bottom: 1px solid rgba(75, 74, 72, 0.2);
}
.service-product__column__item:nth-of-type(1), .service-product__column__item:nth-of-type(2) {
  border-top: 1px solid rgba(75, 74, 72, 0.2);
}
@media screen and (max-width: 1200px) {
  .service-product__column__item {
    flex-direction: column;
    justify-content: center;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 991px) {
  .service-product__column__item {
    padding-inline: 16px;
    height: 150px;
  }
}
@media screen and (max-width: 768px) {
  .service-product__column__item {
    width: 100%;
    height: auto;
    padding-block: 12px;
  }
  .service-product__column__item:nth-of-type(2) {
    border-top: 0px;
  }
}
.service-product__column__item h3 {
  width: 40%;
  color: #00a37e;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.92px;
}
@media screen and (max-width: 1200px) {
  .service-product__column__item h3 {
    width: 100%;
  }
  .service-product__column__item h3 br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service-product__column__item h3 {
    margin-bottom: 4px;
  }
}
@media screen and (max-width: 599px) {
  .service-product__column__item h3 {
    font-size: 20px;
  }
}
.service-product__column__item p {
  width: 60%;
  text-align: left;
}
@media screen and (max-width: 1200px) {
  .service-product__column__item p {
    width: 100%;
  }
}

.partner-overview {
  position: relative;
  padding-block: 64px;
  background: #f9f9f9;
}
@media screen and (max-width: 768px) {
  .partner-overview {
    padding-block: 64px 0px;
  }
}
.partner-overview h2 {
  color: #00a37e;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.56px;
}
@media screen and (max-width: 768px) {
  .partner-overview h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 599px) {
  .partner-overview h2 {
    font-size: 24px;
    text-align: center;
  }
}
.partner-overview__column {
  max-width: 1024px;
  margin-inline: auto;
  margin-top: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 991px) {
  .partner-overview__column {
    gap: 24px;
  }
}
@media screen and (max-width: 768px) {
  .partner-overview__column {
    flex-direction: column-reverse;
    gap: 0px;
  }
}
.partner-overview__column img {
  width: 242px;
}
.partner-overview__column__text {
  width: calc(100% - 242px);
}
@media screen and (max-width: 768px) {
  .partner-overview__column__text {
    width: 100%;
  }
}

.recruitment {
  position: relative;
  padding-block: 64px;
  background: #fff;
}
.recruitment__list {
  margin-top: 40px;
  max-width: 1024px;
  margin-inline: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.recruitment__list__content {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: 165px;
}
@media screen and (max-width: 1200px) {
  .recruitment__list__content {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .recruitment__list__content {
    flex-direction: column;
    height: auto;
  }
}
.recruitment__list__content dt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  height: 100%;
  padding-left: 4%;
  padding-right: 4%;
  color: #fff;
  font-weight: 700;
  background: #00a37e;
  border-top: 1px solid #fff;
  border-right: 1px solid #00a37e;
  border-left: 1px solid #00a37e;
}
@media screen and (max-width: 768px) {
  .recruitment__list__content dt {
    width: 100%;
    padding-block: 16px;
  }
}
@media screen and (max-width: 599px) {
  .recruitment__list__content dt {
    justify-content: center;
  }
}
.recruitment__list__content dd {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 70%;
  height: 100%;
  padding-left: 32px;
  padding-right: 5%;
  border-top: 1px solid #00a37e;
  border-right: 1px solid #00a37e;
  border-left: 1px solid #00a37e;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .recruitment__list__content dd {
    width: 100%;
    border-top: 0px solid #00a37e;
    padding-block: 20px;
  }
}
.recruitment__list__content dd ul {
  list-style-type: disc;
  line-height: normal;
}
.recruitment__list__content:first-of-type dt, .recruitment__list__content:nth-of-type(2) dt {
  border-top: 1px solid #00a37e;
}
.recruitment__list__content:last-of-type dt,
.recruitment__list__content:last-of-type dd, .recruitment__list__content:nth-of-type(3) dt,
.recruitment__list__content:nth-of-type(3) dd {
  border-bottom: 1px solid #00a37e;
}
@media screen and (max-width: 1200px) {
  .recruitment__list__content:nth-of-type(2) dt {
    border-top: 1px solid #fff;
  }
  .recruitment__list__content:nth-of-type(3) dt,
  .recruitment__list__content:nth-of-type(3) dd {
    border-bottom: 0px solid #00a37e;
  }
}
.recruitment__text {
  margin-top: 40px;
  margin-bottom: 28px;
  color: #4b4a48;
  text-align: center;
  line-height: 20px; /* 125% */
}

.contact {
  position: relative;
  padding-block: 64px;
  background: #f9f9f9;
}
.contact__column {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  max-width: 1024px;
  width: 100%;
  gap: 56px;
  padding-bottom: 40px;
}
@media screen and (max-width: 991px) {
  .contact__column {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact__column {
    gap: 24px;
  }
}
.contact__column img {
  width: 180px;
}
@media screen and (max-width: 991px) {
  .contact__column img {
    width: 140px;
  }
}
@media screen and (max-width: 599px) {
  .contact__column img {
    display: none;
  }
}
.contact__column__text {
  background-color: #fff;
  padding: 28px;
}
.contact__column__text__annotation {
  margin-top: 8px;
  color: #f00;
  font-size: 14px;
  line-height: 200%; /* 28px */
}
.contact__form {
  margin-inline: auto;
  max-width: 1024px;
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid rgba(75, 74, 72, 0.2);
}
@media screen and (min-width: 1520px) {
  .contact__form {
    max-width: 1400px;
  }
}
@media screen and (max-width: 991px) {
  .contact__form .container {
    padding-inline: 4%;
  }
}
.contact__form__label {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  color: #4b4a48;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .contact__form__label {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}
.contact__form__label--textarea {
  align-items: flex-start;
}
.contact__form__label--textarea .contact__form__label__item {
  margin-top: 12px;
}
.contact__form__label--privacy {
  margin-bottom: 8px;
}
.contact__form__label__item {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .contact__form__label__item {
    width: 100%;
  }
}
.contact__form__label .wpcf7-form-control-wrap {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .contact__form__label .wpcf7-form-control-wrap {
    width: 100%;
  }
}
.contact__form__label .wpcf7-form-control-wrap input,
.contact__form__label .wpcf7-form-control-wrap textarea {
  border-radius: 5px;
  border: 1px solid rgba(75, 74, 72, 0.2);
  background: #fff;
  padding: 12px 2.5%;
  width: 100%;
}
.contact__form__label .wpcf7-form-control-wrap .wpcf7-radio {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 4%;
  margin-block: 12px;
}
.contact__form__label .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin: 0;
}
.contact__form__label .wpcf7-form-control-wrap .wpcf7-radio label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__form__label .wpcf7-form-control-wrap .wpcf7-radio label input {
  padding: 12px 0px;
  width: auto;
  margin-right: 10px;
  margin-top: 3px;
}
.contact__form__label .require {
  color: #f00;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.contact__form__privacy {
  width: 70%;
  height: 280px;
  overflow-y: scroll;
  border-radius: 5px;
  border: 1px solid rgba(75, 74, 72, 0.2);
  background: #fff;
  padding: 20px 2%;
}
@media screen and (max-width: 768px) {
  .contact__form__privacy {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__privacy {
    padding: 16px 5%;
  }
}
.contact__form__privacy__content {
  font-weight: 400;
}
.contact__form__privacy__content h3 {
  font-weight: 700;
  margin-block: 28px 12px;
}
.contact__form__privacy__content ul {
  list-style-type: disc;
  padding-left: 16px;
}
.contact__form .wpcf7-acceptance label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.contact__form .wpcf7-acceptance label input {
  padding: 0;
  width: auto;
  margin-right: 8px;
  margin-top: 3px;
}
.contact__form .wpcf7-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
  margin-top: 42px;
  border-radius: 100px;
  border: 2px solid #00a37e;
  background: #00a37e;
  max-width: 360px;
  width: 100%;
  height: 64px;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transition: all 0.4s;
}
.contact__form .wpcf7-submit:hover {
  opacity: 0.8;
}
.contact__form .wpcf7-submit:disabled {
  opacity: 1;
}

.five-point {
  position: relative;
  padding-block: 64px;
  background: linear-gradient(90deg, #00c49a 0%, #00614c 100%);
  overflow-x: hidden;
}
.five-point h2 {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.56px;
  text-align: center;
}
@media screen and (max-width: 599px) {
  .five-point h2 {
    font-size: 24px;
  }
}
.five-point__text {
  text-align: center;
  margin-top: 16px;
  color: #fff;
}
@media screen and (max-width: 599px) {
  .five-point__text {
    text-align: left;
  }
}
@media screen and (max-width: 768px) {
  .five-point .scroll-hint {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    width: 112%;
    margin-left: -6%;
  }
}
@media screen and (max-width: 599px) {
  .five-point .scroll-hint {
    width: 110%;
    margin-left: -5%;
  }
}
.five-point__column {
  margin-block: 40px;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 1080px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .five-point__column {
    min-width: max-content;
    padding-inline: 6%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  .five-point__column {
    padding-inline: 5%;
  }
}
.five-point__column__content {
  width: 202px;
  background-color: #fff;
  border-radius: 10px;
  padding-inline: 16px;
  padding-block: 16px;
}
.five-point__column__content img {
  height: 50px;
  width: auto;
  margin-inline: auto;
  display: block;
}
.five-point__column__content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  background: linear-gradient(90deg, #00c49a 0%, #00614c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 12px;
  width: 100%;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(75, 74, 72, 0.2);
}
.five-point__column__content__text {
  color: #4b4a48;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; /* 142.857% */
}

.message {
  position: relative;
  padding-block: 64px;
  background: #f9f9f9;
}
.message .container {
  max-width: 930px;
  margin-inline: auto;
}
@media screen and (min-width: 1520px) {
  .message .container {
    max-width: 1080px;
    margin-inline: 25%;
    padding-inline: 0;
  }
}
@media screen and (max-width: 1400px) {
  .message .container {
    max-width: 980px;
  }
}
.message__column {
  margin-top: 28px;
  margin-inline: auto;
  width: 100%;
  display: flex;
  gap: 40px;
  justify-content: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .message__column {
    flex-direction: column;
    gap: 24px;
  }
}
.message__column img {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .message__column img {
    width: 100%;
  }
}
.message__column__text {
  text-align: left;
  width: 100%;
  color: #333;
}
@media screen and (min-width: 1520px) {
  .message__column__text {
    font-size: 19px;
  }
}
.message__column__text p {
  margin-bottom: 14px;
}
@media screen and (min-width: 1520px) {
  .message__column__text p {
    margin-bottom: 16px;
  }
}
.message__column__text__signature {
  margin-top: 28px;
  font-size: 18px;
  font-family: "Yuji Syuku", serif;
  text-align: right;
  padding-right: 16.5%;
}
@media screen and (min-width: 1520px) {
  .message__column__text__signature {
    font-size: 23px;
    padding-right: 13.5%;
  }
}
@media screen and (max-width: 1400px) {
  .message__column__text__signature {
    padding-right: 6%;
  }
}

.philosophy {
  position: relative;
}
.philosophy::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 0;
  display: block;
}
.philosophy video {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: 0 20%;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .philosophy video {
    object-position: 40% 20%;
  }
}
@media screen and (max-width: 599px) {
  .philosophy video {
    object-position: 60% 20%;
  }
}
.philosophy .container {
  position: relative;
  z-index: 1;
  padding-block: 64px;
}
.philosophy__column {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .philosophy__column {
    flex-direction: column;
  }
}
@media screen and (max-width: 599px) {
  .philosophy__column {
    margin-top: 28px;
  }
}
.philosophy__column h3 {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.72px;
  padding-right: 4%;
}
@media screen and (min-width: 1520px) {
  .philosophy__column h3 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  .philosophy__column h3 {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 991px) {
  .philosophy__column h3 {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .philosophy__column h3 {
    width: 100%;
    font-size: 2.4vw;
    padding-right: 0%;
    justify-content: flex-start;
    font-size: 5.6vw;
  }
}
.philosophy__column__text {
  width: 50%;
  display: block;
  text-align: left;
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px; /* 200% */
  padding-left: 4%;
}
@media screen and (max-width: 768px) {
  .philosophy__column__text {
    width: 100%;
    border-left: 0;
    padding-left: 0%;
    border-top: 1px solid rgba(255, 255, 255, 0.6);
    padding-top: 20px;
    margin-top: 20px;
  }
}

.company-information {
  position: relative;
  padding-block: 64px;
  background: #fff;
}
.company-information__list {
  margin-top: 36px;
  max-width: 800px;
  width: 100%;
  margin-inline: auto;
}
.company-information__list__content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 28px;
  padding-inline: 4%;
  border-bottom: 1px solid rgba(63, 61, 86, 0.2);
}
@media screen and (max-width: 599px) {
  .company-information__list__content {
    flex-direction: column;
    padding-block: 24px;
  }
}
.company-information__list__content dt {
  color: #4b4a48;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  width: 35%;
}
@media screen and (max-width: 599px) {
  .company-information__list__content dt {
    width: 100%;
    margin-bottom: 8px;
    font-weight: 700;
  }
}
.company-information__list__content dd {
  color: #4b4a48;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
  width: 65%;
}
@media screen and (max-width: 599px) {
  .company-information__list__content dd {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */