@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";
/* メディアクエリ */
/* コンテンツ幅 */
/* フォント */
/* 色 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 4rem;
  font-size: 14px;
}
@media (width >= 768px) {
  html {
    font-size: 16px;
    scroll-padding-top: 5rem;
  }
}

body {
  background-color: #eef2f6;
}

.container {
  margin-inline: auto;
  max-width: 1400px;
}
.container--sm {
  max-width: 1120px;
}
.container--xs {
  max-width: 1024px;
}

.page-heading {
  color: #f5f5f5;
}
.page-heading--pink {
  color: transparent;
  background: linear-gradient(120deg, #f7b662 15%, #fe5196 80%);
  background-clip: text;
  color: #171e4a;
}
.page-heading__en {
  font-family: "Outfit", sans-serif;
  font-size: 96px;
  font-weight: 300;
  letter-spacing: 0.2rem;
}
@media (width >= 768px) {
  .page-heading__en {
    font-size: 5rem;
  }
}
.page-heading__ja {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media (width >= 768px) {
  .page-heading__ja {
    font-size: 20px;
  }
}

.common-btn {
  padding: 0.5rem;
  display: inline-flex;
  align-items: center;
  transition: 0.3s;
  margin-top: 20px;
}
.common-btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.common-btn--other {
  padding: 0.75rem 2rem;
  gap: 0.75rem;
}
.common-btn .text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 30px */
  letter-spacing: 3.444px;
}
@media (width >= 1024px) {
  .common-btn .text {
    font-size: 18px;
  }
}

.common__card {
  margin-top: 4rem;
  background-color: #fff;
  margin-bottom: 4rem;
  border-radius: 2rem;
  padding: 1rem;
}
@media (width >= 768px) {
  .common__card {
    border-radius: 4rem;
    padding: 2.5rem 4rem;
  }
}

.mainvisual {
  position: relative;
}
.mainvisual__img img {
  border-radius: 0 0 2rem 2rem;
  aspect-ratio: 4/3;
  object-fit: cover;
}
@media (width >= 768px) {
  .mainvisual__img img {
    border-radius: 4rem;
    aspect-ratio: auto;
  }
}
.mainvisual__heading {
  position: absolute;
  inset: auto 0 0;
  padding: 0.5rem 1.5rem;
  color: #f5f5f5;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (width >= 768px) {
  .mainvisual__heading {
    padding: 1rem 3rem;
  }
}
.mainvisual__ja {
  font-size: 1.25rem;
}
.mainvisual__en {
  font-size: 4rem;
  font-family: "Outfit", sans-serif;
  margin-top: 20px;
}
@media (width >= 768px) {
  .mainvisual__en {
    font-size: 6rem;
  }
}

.category-badge {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding: 0.1rem 0.5rem;
  background-color: #e2e2e2;
  border-radius: 0.25rem;
  margin-right: 0.5rem;
}

.color-white {
  color: white;
}

.color-gray {
  color: #171e4a;
}

.common-top {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.common-top--recruit {
  width: 65%;
  margin-bottom: 0;
  padding-top: 445px;
}
@media (width >= 768px) {
  .common-top--recruit {
    width: 67%;
    padding-top: 500px;
  }
}
@media (width >= 1280px) {
  .common-top--recruit {
    width: 65%;
  }
}
.common-top__image {
  width: 85%;
  margin: 0 0 0 auto;
}
.common-top__image img {
  width: 100%;
}
@media (width >= 768px) {
  .common-top__image {
    width: 60%;
  }
}
.common-top__title {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 275;
  margin-bottom: 80px;
  line-height: 120%;
}
@media (width >= 768px) {
  .common-top__title {
    font-size: 70px;
    margin-bottom: 13%;
    margin-block: 0;
  }
}
@media (width >= 1024px) {
  .common-top__title {
    font-size: 96px;
  }
}
.common-top__title--about {
  margin-block: 24px 80px;
}
.common-top__title--2 {
  margin-bottom: 6%;
  line-height: 100%;
}
@media (width >= 1024px) {
  .common-top__title--2 {
    line-height: 120%;
  }
}
.common-top__title--recruit {
  margin-bottom: 0;
}
.common-top__title-ja {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  margin-top: 24px;
  font-weight: 400;
  line-height: 75%;
  letter-spacing: 2px;
  padding-bottom: 10px;
}
@media (width >= 768px) {
  .common-top__title-ja {
    font-size: 20px;
    padding-bottom: 0;
    margin-top: 0;
  }
}

.common-ttl__heading2 {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 2px;
}
.common-ttl__heading2--white {
  color: #fff;
}
.common-ttl__heading {
  margin-top: 10px;
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 275;
  line-height: 100%;
}
@media (width >= 768px) {
  .common-ttl__heading {
    font-size: 64px;
    margin-top: 20px;
  }
}
.common-ttl__heading--white {
  color: #fff;
}
.common-ttl__heading--sustainability {
  font-size: 48px;
}
@media (width >= 768px) {
  .common-ttl__heading--sustainability {
    font-size: 64px;
  }
}

.service-common-help {
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
}
.service-common-help__wrapper {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 110px;
  padding-top: 90px;
}
.service-common-help__wrapper--bc {
  padding-top: 60px;
  margin-bottom: 0;
}
.service-common-help__heading2 {
  font-size: 64px;
  font-weight: 300;
}
.service-common-help__heading {
  line-height: 120%;
  margin-top: 1.5%;
}
.service-common-help__text2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: 2px;
  margin-top: 70px;
  margin-bottom: 50px;
}
@media (width >= 768px) {
  .service-common-help__text2 {
    margin-bottom: 0;
  }
}
.service-common-help__text2--bc {
  margin-top: 0;
}
.service-common-help__flex {
  display: flex;
  flex-direction: column;
  padding-bottom: 64px;
}
@media (width >= 768px) {
  .service-common-help__flex {
    flex-direction: row;
    justify-content: space-between;
    gap: 1%;
    padding-bottom: 0;
  }
}
.service-common-help__box {
  border: #fff 1px solid;
  border-radius: 10px;
  display: flex;
  text-align: center;
  justify-content: center;
  width: 100%;
  height: 144px;
  margin-block: 12px;
  padding-block: 40px;
}
@media (width >= 768px) {
  .service-common-help__box {
    width: 15rem;
    margin-block: 50px 70px;
    padding-block: 32px;
  }
}
.service-common-help__box--caution {
  position: relative;
  margin-bottom: 36px;
}
@media (width >= 768px) {
  .service-common-help__box--caution {
    margin-bottom: auto;
  }
}
.service-common-help__text-font {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 156%;
  letter-spacing: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: 7%;
}
.service-common-help__caution {
  position: absolute;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 178%;
  letter-spacing: 1px;
  right: 0;
  bottom: -25%;
}
@media (width >= 768px) {
  .service-common-help__caution {
    bottom: -28%;
  }
}

.service-common-title {
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
}
.service-common-title__wrapper {
  width: 90%;
  margin: 0 auto;
}
@media (width >= 640px) {
  .service-common-title__wrapper {
    width: 86%;
  }
}
.service-common-title__wrapper {
  padding: 3.75rem 0;
}
.service-common-title__wrapper p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .service-common-title__wrapper p {
    font-size: 16px;
    line-height: 1.5rem;
  }
}
.service-common-title__heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  padding-bottom: 1.8rem;
}

.service-bg-common__heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 24px */
  letter-spacing: 2px;
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .service-bg-common__heading {
    color: #171e4a;
    font-size: 22px;
  }
}
@media (width >= 1024px) {
  .service-bg-common__heading {
    font-size: 24px;
  }
}
.service-bg-common__heading--400 {
  color: #171e4a;
  font-weight: 400;
  font-size: 22px;
  width: 75%;
  margin: 0 auto;
}
@media (width >= 640px) {
  .service-bg-common__heading--400 {
    width: auto;
  }
}
.service-bg-common__heading--white {
  color: #fff;
}
.service-bg-common__heading--blue {
  color: #171e4a;
}

.service-bg-common__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px; /* 200% */
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .service-bg-common__text {
    font-size: 16px;
  }
}
@media (width >= 768px) {
  .service-bg-common__text {
    color: #171e4a;
  }
}
.service-bg-common__text--center {
  text-align: center;
  color: #171e4a;
}
.service-bg-common__text--color {
  color: #171e4a;
}
.service-bg-common__text--white {
  color: #fff;
}

.service-common-button {
  width: 90%;
  margin: 0 auto 100px;
}
@media (width >= 768px) {
  .service-common-button {
    width: 70%;
    margin: 0 auto 100px;
  }
}
.service-common-button__flex {
  display: flex;
  flex-direction: column;
  gap: 0;
}
@media (width >= 768px) {
  .service-common-button__flex {
    flex-direction: row;
    align-items: stretch;
  }
}
.service-common-button__img {
  display: none;
}
@media (width >= 768px) {
  .service-common-button__img {
    display: block;
    flex: 0 0 50%;
    width: auto;
  }
}
.service-common-button__img-sp {
  width: 100%;
}
@media (width >= 768px) {
  .service-common-button__img-sp {
    display: none;
  }
}
.service-common-button__container {
  background-color: white;
  border-radius: 0 0 10px 10px;
  width: 100%;
}
@media (width >= 768px) {
  .service-common-button__container {
    display: flex;
    flex-direction: column;
    width: auto;
    border-radius: 0 10px 10px 0;
    flex: 0 0 50%;
  }
}
.service-common-button__content {
  width: 90%;
  padding-bottom: 42px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  align-items: flex-start;
}
@media (width >= 768px) {
  .service-common-button__content {
    flex: 0.9;
    justify-content: center;
    padding-bottom: 0;
  }
}
.service-common-button__content p {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 180%; /* 32.4px */
  margin-top: 30px;
}
@media (width >= 640px) {
  .service-common-button__content p {
    font-size: 18px;
  }
}
@media (width >= 768px) {
  .service-common-button__content p {
    margin-top: 26px;
  }
}
.service-common-button__logo {
  display: flex;
  width: 80%;
  column-gap: 8%;
}
@media (width >= 768px) {
  .service-common-button__logo {
    width: 67%;
    display: block;
  }
}
.service-common-button__logo img {
  width: 100%;
}
.service-common-button__arrow {
  display: none;
}
@media (width >= 768px) {
  .service-common-button__arrow {
    display: block;
    width: 6%;
    margin-inline: auto 9%;
  }
}
.service-common-button__arrow-sp {
  flex: 0 0 8%;
}
@media (width >= 768px) {
  .service-common-button__arrow-sp {
    display: none;
  }
}

.common-highlight {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 133%;
  letter-spacing: 2px;
  text-align: center;
  padding-block: 100px;
  margin-inline: 5%;
}
@media (width >= 768px) {
  .common-highlight {
    margin-inline: 0;
  }
}

.common-title-simple {
  width: 90%;
  margin: 0 auto;
  margin-block: 118px 195px;
}
.common-title-simple--contact, .common-title-simple--pp {
  margin-block: 118px;
}
.common-title-simple__flex {
  display: flex;
  column-gap: 23%;
  align-items: flex-end;
}
.common-title-simple__flex--pp {
  column-gap: 7%;
}
.common-title-simple__flex--contact, .common-title-simple__flex--pp {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 15px;
}
@media (width >= 768px) {
  .common-title-simple__flex--contact, .common-title-simple__flex--pp {
    display: flex;
    flex-direction: row;
    column-gap: 12%;
    align-items: flex-end;
  }
}
@media (width >= 1024px) {
  .common-title-simple__flex--contact, .common-title-simple__flex--pp {
    column-gap: 23%;
  }
}
.common-title-simple__title {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 75px;
  font-weight: 275;
}
@media (width >= 768px) {
  .common-title-simple__title {
    font-size: 96px;
  }
}
.common-title-simple__title--pp {
  font-size: 70px;
  line-height: 110%;
}
@media (width >= 640px) {
  .common-title-simple__title--pp {
    font-style: 75px;
  }
}
.common-title-simple__strings {
  flex: 0 0 34%;
}
.common-title-simple__heading {
  color: #171e4a;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 20px;
  font-weight: 350;
  line-height: 104%;
  letter-spacing: 1px;
  padding-bottom: 23px;
}
@media (width >= 768px) {
  .common-title-simple__heading {
    font-size: 24px;
  }
}
.common-title-simple__text {
  color: #171e4a;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 156%;
  letter-spacing: 1px;
}
@media (width >= 768px) {
  .common-title-simple__text {
    font-size: 16px;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 1rem;
  margin-top: 70px;
}
.pagination__item a,
.pagination__item span {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  color: #75788e;
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 20px;
  transition: background-color 0.3s;
}
.pagination__item .current {
  color: #171e4a;
  font-weight: 400;
}

.header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding-block: 0.5rem;
  position: sticky;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  width: 95%;
  margin: 0 auto;
}
.header .container {
  max-width: 100%;
}
.header__content {
  border-radius: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4rem;
  padding-inline: 1.5rem;
  background-color: #fff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
@media (width >= 768px) {
  .header__content {
    padding-inline: 2rem 1rem;
    background-color: #fff;
  }
}
.header__logo img {
  width: 9rem;
}
.header__navigation {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header__list {
  display: none;
}
@media (width >= 1024px) {
  .header__list {
    display: flex;
    gap: 1.8vw;
  }
}
.header__list-column {
  position: relative;
}
.header__list-children {
  position: absolute;
  display: none;
  width: 230px;
  padding: 1rem;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  left: -1rem;
  top: 2.6rem;
  transition: 0.3sec;
}
.header__item {
  position: relative;
  transition: 0.3s;
}
.header__item::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: "";
  width: 100%;
  height: 2px;
  background: #171e4a;
  opacity: 0;
}
.header__item:hover::after {
  opacity: 1;
  transition: 0.3s;
}
.header__item-cld {
  display: block;
  line-height: 200%;
  transition: 0.3s;
  margin-top: 8px;
}
.header__item-cld:hover {
  color: #171e4a;
}
.header__contact {
  border-radius: 9999px;
  background: #1e2970;
  color: white;
  padding: 0.5rem 2rem;
  font-size: 18px;
  font-weight: 500;
  display: none;
  transition: 0.3s;
}
.header__contact:hover {
  transition: 0.3s;
  transform: scale(105%);
}
@media (width >= 1024px) {
  .header__contact {
    display: block;
  }
}
.header .toggle-button {
  padding: 10px;
  display: block;
}
@media (width >= 1024px) {
  .header .toggle-button {
    display: none;
  }
}
.header .toggle-button__hamburger {
  position: relative;
  width: 1.75rem;
  height: 20px;
}
.header .toggle-button__hamburger span {
  height: 2px;
  border-radius: 1rem;
  background-color: #1e2970;
  position: absolute;
  left: 0;
  right: 0;
}
.header .toggle-button__hamburger span:first-child {
  top: 0;
}
.header .toggle-button__hamburger span:nth-child(2) {
  top: calc(50% - 1px);
}
.header .toggle-button__hamburger span:last-child {
  bottom: 0;
}
.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 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: 20;
  background-color: #1e2970;
  padding: 1.5rem 0.75rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  width: 20rem;
}
.header-menu.open {
  transform: translateX(0);
}
.header-menu__list {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}
.header-menu__item {
  display: block;
  padding-block: 0.5rem;
}
.header-menu__children {
  padding-left: 8%;
  padding-block: 0.5rem;
}
.header-menu__child-item {
  display: block;
  padding-block: 0.5rem;
}
.header-menu__contact {
  margin-top: 2rem;
  display: block;
  border-radius: 9999px;
  background: #fff;
  color: #1e2970;
  font-family: Poppins, sans-serif;
  padding-block: 0.75rem;
  text-align: center;
  font-weight: 500;
  width: 55%;
}

.footer-before {
  background: linear-gradient(84deg, #779dc3 0%, #b9cee4 50%, #efedf0 100%);
  background-blend-mode: multiply;
  padding-block: 50px;
  overflow: hidden;
}
@media (width >= 768px) {
  .footer-before {
    padding-block: 67px 60px;
  }
}
.footer-before__container {
  margin: 0 auto;
  width: 93%;
}
.footer-before__logo {
  width: 35%;
}
@media (width >= 768px) {
  .footer-before__logo {
    width: 10vw;
  }
}
.footer-before__content {
  margin-top: 180px;
  flex-direction: column;
}
@media (width >= 768px) {
  .footer-before__content {
    flex-direction: row;
  }
}
.footer-before__btn {
  color: #fff;
}
.footer-before__btn:hover {
  transition: 0.2s;
  transform: scale(105%);
}
.footer-before__btn-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 200;
  line-height: 100%;
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .footer-before__btn-jp {
    font-size: 24px;
  }
}
.footer-before__btn-en {
  font-family: "Poppins", sans-serif;
  font-size: 64px;
  font-weight: 200;
  line-height: 105%;
}
@media (width >= 768px) {
  .footer-before__btn-en {
    font-size: 96px;
    line-height: 135%;
  }
}
.footer-before__btn-en--green {
  color: #4caf50;
}
.footer-before__btn-img img {
  width: 2.5rem;
  height: 2.5rem;
}
.footer-before__tels-img img {
  width: 2.5rem;
  height: 2.5rem;
}
.footer-before__arrow-flex {
  display: flex;
  align-items: center;
  column-gap: 1.8%;
}
.footer-before .footer-before__content {
  position: relative;
}
.footer-before .company-logo {
  position: absolute;
  width: 70%;
  bottom: 10px;
  right: -10%;
}
@media (width >= 768px) {
  .footer-before .company-logo {
    width: auto;
    bottom: -70px;
    right: -5%;
  }
}
.footer-before__tels {
  margin-inline: auto;
  border: 1px solid white;
  padding-block: 1.5rem;
  margin-top: 3rem;
  display: flex;
  flex-direction: column;
  border-radius: 1.5rem;
  transition: 0.3s;
}
.footer-before__tels:hover {
  transition: 0.3s;
  opacity: 0.7;
}
@media (width >= 768px) {
  .footer-before__tels {
    border-radius: 3rem;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
}
.footer-before__tels-left {
  flex: 0 0 30%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4%;
}
.footer-before__tels-text {
  color: white;
  font-size: 20px;
  font-weight: 500;
  line-height: 175%;
}
@media (width >= 768px) {
  .footer-before__tels-text {
    font-size: 1.5rem;
  }
}
.footer-before__tels-right {
  flex: 0 0 55%;
  gap: 4%;
  text-align: center;
}
.footer-before__tels-number {
  color: white;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 2rem;
}
@media (width >= 768px) {
  .footer-before__tels-number {
    font-size: 3rem;
  }
}
.footer-before__tels-time {
  color: white;
  font-weight: 500;
}
.footer-before__item {
  width: 100%;
}

.footer-wrapper {
  padding-block: 45px 35px;
}
@media (width >= 768px) {
  .footer-wrapper {
    padding-block: 126px 45px;
  }
}

.footer__container {
  width: 90%;
  margin-inline: auto;
}
.footer__content {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
}
@media (width >= 768px) {
  .footer__content::after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #e1e3f0;
    bottom: -110px;
    left: 0;
  }
}
@media (width >= 768px) {
  .footer__content {
    flex-direction: row;
  }
}
.footer__left {
  flex: 0 0 50%;
  order: 1;
  padding-block: 60px 50px;
}
@media (width >= 768px) {
  .footer__left {
    order: 0;
    padding-block: 0;
  }
}
.footer__right {
  display: block;
  flex: 0 0 50%;
  order: 1;
}
@media (width >= 768px) {
  .footer__right {
    order: 0;
  }
}
.footer__right-wrapper {
  display: flex;
  flex-direction: column;
  color: #171e4a;
  font-family: Poppins, sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 1px;
}
@media (width >= 768px) {
  .footer__right-wrapper {
    flex-direction: row;
  }
}
.footer__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3列に分ける */
  width: 300px;
}
.footer__item {
  display: block; /* aタグをブロック要素に */
  text-align: left; /* 文字を中央寄せ */
}
.footer__img--pc {
  display: none;
}
@media (width >= 768px) {
  .footer__img--pc {
    display: inline-block;
  }
  .footer__img--pc img {
    width: 10rem;
  }
}
.footer__img--sp {
  display: inline-block;
}
@media (width >= 768px) {
  .footer__img--sp {
    display: none;
  }
}
.footer__list {
  display: grid;
  width: 100%;
  grid-template-columns: repeat(2, 1fr);
  align-content: center;
  align-items: center;
  column-gap: 14%;
  gap: 32px;
}
@media (width >= 768px) {
  .footer__list {
    width: 55%;
  }
}
.footer__item {
  color: #171e4a;
  transition: color 0.3s;
}
.footer__item:hover {
  color: #3b4dbf;
}
.footer__string {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 2px;
  padding-top: 25px;
  margin-left: 0;
}
@media (width >= 768px) {
  .footer__string {
    padding-top: 12px;
    margin-left: 3%;
    width: 70%;
  }
}
@media (width >= 1024px) {
  .footer__string {
    width: auto;
  }
}
.footer__copyright {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
  margin-top: 75px;
}
@media (width >= 768px) {
  .footer__copyright {
    margin-top: 196px;
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer__privacy-policy {
  text-decoration: none;
  color: #171e4a;
}

.groupcompany {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 14px; /* 93.333% */
  letter-spacing: 1px;
}
.groupcompany--sp {
  order: 0;
  display: grid;
  width: 100%;
  justify-items: start;
  align-content: center;
}
@media (width >= 768px) {
  .groupcompany--sp {
    display: none;
  }
}
.groupcompany__heading {
  position: relative;
}
.groupcompany__heading::after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #e1e3f0;
  width: 255%;
  left: 0;
  bottom: -10px;
}
.groupcompany__logo-wrapper {
  display: flex;
  padding-top: 32px;
}
@media (width >= 768px) {
  .groupcompany__logo-wrapper {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    row-gap: 20px;
    padding-left: 5%;
  }
}
.groupcompany__cans {
  padding-left: 50px;
}
@media (width >= 768px) {
  .groupcompany__cans {
    padding-left: 0;
  }
}
.groupcompany--pc {
  display: none;
}
@media (width >= 768px) {
  .groupcompany--pc {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    width: 40%;
    align-items: flex-start;
    justify-items: start;
  }
}

.sns {
  display: flex;
  column-gap: 15px;
  padding-top: 25px;
}
@media (width >= 768px) {
  .sns {
    column-gap: 20px;
    padding-top: 33px;
  }
}

@keyframes rotate {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
/* 共通コンポーネント */
.common-btn {
  height: 35px;
  padding: 8px 17px;
  border-radius: 34px;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  margin: 0;
}

/* 画面スタイル定義 */
.top-firstview {
  width: 98%;
  margin: 0 auto;
  position: relative;
  /* 左側 */
  /*  右側 */
}
.top-firstview__container {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (width >= 768px) {
  .top-firstview__container {
    flex-direction: row;
    justify-content: flex-end;
  }
}
.top-firstview__left {
  position: relative;
  height: 350px;
}
@media (width >= 768px) {
  .top-firstview__left {
    position: static;
    height: auto;
    overflow: visible;
  }
}
.top-firstview__left-set {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
  pointer-events: none;
}
.top-firstview__left-set img {
  height: 100%;
  object-fit: cover;
}
.top-firstview__left-set a {
  position: relative;
  display: block;
}
@media (width >= 768px) {
  .top-firstview__left-set {
    width: 70.8%;
  }
}
.top-firstview__left-set.active {
  opacity: 1;
  pointer-events: auto;
}
.top-firstview__left-image {
  position: relative;
  border-radius: 0.5rem;
  overflow: hidden;
  height: 100%;
}
.top-firstview__left-image img {
  width: 100%;
  height: 350px;
  aspect-ratio: 380/285;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}
@media (width >= 768px) {
  .top-firstview__left-image img {
    max-width: 100%;
    height: auto;
    aspect-ratio: auto;
  }
}
.top-firstview__left-txt {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 275;
  font-size: 32px;
  line-height: 120%;
  position: absolute;
  width: 60%;
  top: 70%;
  margin-left: 3%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (width >= 768px) {
  .top-firstview__left-txt {
    font-size: 6vw;
    top: 65%;
  }
}
.top-firstview__text-hover-l {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 5%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}
@media (width >= 768px) {
  .top-firstview__text-hover-l {
    font-size: 3.75vw;
  }
}
.top-firstview__left-set a:hover .top-firstview__text-original {
  opacity: 0;
}
.top-firstview__left-set a:hover .top-firstview__text-hover-l {
  opacity: 1;
  transform: translate(0, 0);
}
.top-firstview__dots {
  position: absolute;
  width: 9%;
  bottom: 5%;
  right: 2%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 2;
  cursor: pointer;
}
@media (width >= 768px) {
  .top-firstview__dots {
    right: 28%;
  }
}
.top-firstview .dot {
  width: 5px;
  height: 5px;
  background: #fff;
  border-radius: 50%;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
@media (width >= 1024px) {
  .top-firstview .dot {
    width: 10px;
    height: 10px;
  }
}
.top-firstview .dot.active {
  opacity: 1;
  background: #fff;
}
.top-firstview__right {
  position: relative;
  display: flex;
  width: 100%;
  margin-top: 10px;
  justify-content: space-between;
  column-gap: 1%;
}
@media (width >= 768px) {
  .top-firstview__right {
    flex-direction: column;
    width: 28.7%;
    margin-top: 0;
  }
}
.top-firstview__right-wrapper {
  position: relative;
  width: 99%;
}
.top-firstview__right-wrapper a {
  position: relative;
  display: block;
}
.top-firstview__right-wrapper img {
  width: 100%;
  height: 185px;
  object-fit: cover;
  border-radius: 10px;
}
@media (width >= 768px) {
  .top-firstview__right-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }
}
@media (width >= 1024px) {
  .top-firstview__right-wrapper {
    width: 100%;
  }
}
.top-firstview__right-image1 {
  overflow: hidden;
  position: relative;
}
.top-firstview__right-image2 {
  overflow: hidden;
  position: relative;
}
@media (width >= 768px) {
  .top-firstview__right-image2 {
    margin-top: 11px;
  }
}
.top-firstview__right-txt1 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 275;
  line-height: 120%;
  position: absolute;
  bottom: 8%;
  margin-left: 6%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (width >= 768px) {
  .top-firstview__right-txt1 {
    font-size: 3vw;
  }
}
.top-firstview__right-txt2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 275;
  line-height: 120%; /* 57.6px */
  position: absolute;
  bottom: 8%;
  margin-left: 6%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (width >= 768px) {
  .top-firstview__right-txt2 {
    font-size: 3vw;
  }
}
.top-firstview__text-hover-r {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 5%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
@media (width >= 768px) {
  .top-firstview__text-hover-r {
    font-size: 1.88vw;
  }
}
.top-firstview__right-wrapper a:hover .top-firstview__text-original {
  opacity: 0;
}
.top-firstview__right-wrapper a:hover .top-firstview__text-hover-r {
  opacity: 1;
  transform: translate(0, 0);
}

.top-news {
  padding-block: 4rem;
}
.top-news__container {
  margin-inline: auto;
  width: 93%;
}
.top-news__title {
  display: flex;
  justify-content: flex-start;
  gap: 5%;
  margin: 0 0 3% 6px;
  padding: 0;
}
@media (width >= 768px) {
  .top-news__title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 3% 6px;
    padding: 0;
  }
}
.top-news__title h2 {
  font-family: "Poppins", sans-serif;
  color: #171e4a;
  font-size: 20px;
  font-weight: 400;
}
.top-news__title .common-btn {
  font-family: "Poppins", sans-serif;
  background-color: #fff;
  color: #171e4a;
}
.top-news__content {
  display: block;
  justify-content: space-around;
}
@media (width >= 768px) {
  .top-news__content {
    row-gap: 1.5rem;
    display: flex;
    justify-content: space-around;
  }
}
.top-news__content a {
  width: 24%;
}
.top-news__card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  padding: 1.5rem 1rem;
  margin-block: 5px;
}
@media (width >= 768px) {
  .top-news__card {
    padding: 1.75rem 2rem;
    margin-block: 0;
  }
}
.top-news__card:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.top-news__card-date {
  color: #c4c7d7;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 3%;
}
@media (width >= 768px) {
  .top-news__card-date {
    margin-bottom: 2%;
  }
}
.top-news__card-title {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: #171e4a;
}
.top-news__card-category {
  display: inline-block !important;
  max-width: max-content;
  color: #1e2970;
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 116%;
  border-radius: 4px;
  border: 1px solid #1e2970;
  display: inline-block;
  padding-block: 3px;
  padding-inline: 2%;
  margin-top: 20px;
}
@media (width >= 768px) {
  .top-news__card-category {
    margin-top: 70px;
    padding-inline: 4%;
  }
}

.top-mission {
  padding-block: 60px 70px;
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
  background-blend-mode: multiply;
}
@media (width >= 768px) {
  .top-mission {
    padding-block: 85px 100px;
  }
}
.top-mission__container {
  margin: 0 auto;
  width: 93%;
}
.top-mission__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  gap: 1.5rem;
}
@media (width >= 768px) {
  .top-mission__content {
    flex-direction: row;
    justify-content: space-between;
  }
}
.top-mission__heading {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 175;
  line-height: 120%;
}
@media (width >= 768px) {
  .top-mission__heading {
    font-size: 96px;
  }
}
.top-mission__heading span {
  font-weight: 250;
}
.top-mission__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.top-mission__text h2 {
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2px;
  margin-bottom: 20px;
  margin-top: 25px;
}
@media (width >= 768px) {
  .top-mission__text h2 {
    font-size: 32px;
    margin-bottom: 35px;
    margin-top: 0;
  }
}
.top-mission__text p {
  font-size: 14px;
  font-weight: 100;
  line-height: 240%;
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .top-mission__text p {
    font-size: 16px;
  }
}
.top-mission__btn {
  text-align: right;
}
.top-mission__video {
  width: 100%;
  height: auto;
}
.top-mission__video video {
  width: 100%;
  border-radius: 10px;
}
.top-mission .common-btn {
  padding: 6px 33px;
  border-radius: 34px;
  background-color: white;
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  margin-bottom: 6%;
}
@media (width >= 768px) {
  .top-mission .common-btn {
    padding: 6px 15px;
    margin-bottom: 4%;
  }
}
.top-mission__image img {
  width: 100%;
}

.top-service {
  padding-block: 80px 60px;
}
@media (width >= 768px) {
  .top-service {
    padding-block: 3rem 4rem;
  }
}
@media (width >= 1024px) {
  .top-service {
    padding-block: 5rem 4rem;
  }
}
.top-service__container {
  margin: 0 auto;
  width: 93%;
}
.top-service__title {
  color: #171e4a;
  margin-bottom: 1%;
}
.top-service__title .title-jp {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.top-service__title .title-en {
  margin-top: -15px;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
@media (width >= 768px) {
  .top-service__title .title-en {
    font-size: 70px;
  }
}
@media (width >= 1024px) {
  .top-service__title .title-en {
    font-size: 96px;
  }
}
.top-service__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width >= 768px) {
  .top-service__content {
    flex-direction: row;
    justify-content: center;
    gap: 0.5rem;
  }
}
.top-service__content a {
  width: 24%;
}
.top-service__content-wrapper {
  width: 100%;
  position: relative;
}
.top-service__content-wrapper a {
  position: relative;
  display: block;
  width: 100%;
}
.top-service__card {
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.top-service__card img {
  width: 100%;
}
@media (width >= 768px) {
  .top-service__card img {
    height: 100%;
    object-fit: cover;
  }
}
.top-service__card:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.top-service__card h2 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 100%; /* 57.6px */
  position: absolute;
  bottom: 4%;
  left: 4%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
@media (width >= 768px) {
  .top-service__card h2 {
    font-size: 3vw;
  }
}
.top-service__text-hover {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 5%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
@media (width >= 768px) {
  .top-service__text-hover {
    font-size: 1.88vw;
  }
}
.top-service__content-wrapper a:hover h2 {
  opacity: 0;
}
.top-service__content-wrapper a:hover .top-service__text-hover {
  opacity: 1;
  transform: translate(0, 0);
}

.top-case {
  padding-block: 80px 60px;
  background: url("img/home/casestudy.png") no-repeat;
  background-size: cover;
}
@media (width >= 768px) {
  .top-case {
    padding-block: 3rem 5rem;
  }
}
@media (width >= 1024px) {
  .top-case {
    padding-block: 5rem 5rem;
  }
}
.top-case__container {
  margin: 0 auto;
  width: 93%;
}
.top-case__title {
  color: #fff;
  margin-bottom: 1%;
}
.top-case__title .title-jp {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
.top-case__title .title-en {
  margin-top: -15px;
  font-size: 64px;
  font-family: "Poppins", sans-serif;
  font-weight: 200;
}
@media (width >= 768px) {
  .top-case__title .title-en {
    font-size: 70px;
  }
}
@media (width >= 1024px) {
  .top-case__title .title-en {
    font-size: 96px;
  }
}
.top-case__content {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 9px;
  aspect-ratio: 1.5/1;
}
@media (width >= 768px) {
  .top-case__content {
    aspect-ratio: auto;
    display: grid;
    gap: 0.5rem;
    grid-template-columns: repeat(4, 1fr);
  }
}
.top-case__card {
  border-radius: 10px;
  transition: 0.3s;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.top-case__card:hover {
  transition: 0.3s;
  opacity: 0.7;
  transform: scale(1.03);
}
.top-case__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-case__card-text {
  padding: 1rem;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  word-wrap: break-word;
  font-weight: 100;
}
@media (width >= 1280px) {
  .top-case__card-text {
    padding: 2rem;
  }
}
.top-case__card-title {
  font-size: 16px;
}
@media (width >= 1280px) {
  .top-case__card-title {
    font-size: 20px;
  }
}
.top-case__card-date {
  font-size: 14px;
  margin-top: 5px;
}
@media (width >= 1280px) {
  .top-case__card-date {
    font-size: 16px;
    margin-top: 0;
  }
}

.top-company-recruit {
  padding-block: 1rem;
  background: rgba(255, 249, 251, 0.75);
}
@media (width >= 768px) {
  .top-company-recruit {
    padding-block: 4rem;
  }
}
.top-company-recruit__container {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  max-width: 93%;
}
@media (width >= 768px) {
  .top-company-recruit__container {
    gap: 1rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    max-width: 93%;
  }
}
.top-company-recruit__container a {
  height: 100%;
}
.top-company-recruit__card {
  aspect-ratio: 5/2;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
}
@media (width >= 768px) {
  .top-company-recruit__card {
    aspect-ratio: auto;
  }
}
.top-company-recruit__card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-company-recruit__card:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.top-company-recruit__card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top-company-recruit__card-text {
  padding: 1rem;
  position: absolute;
  bottom: 5%;
  left: 10px;
  right: 0;
  color: #fff;
  box-sizing: border-box;
  word-wrap: break-word;
  font-weight: 100;
  display: flex;
  flex-direction: column-reverse;
  justify-content: start;
  align-items: flex-start;
  gap: 5px;
}
@media (width >= 768px) {
  .top-company-recruit__card-text {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    bottom: 0;
    left: 0;
  }
}
@media (width >= 1280px) {
  .top-company-recruit__card-text {
    padding: 2rem;
  }
}
.top-company-recruit__card-text .title-en {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 200;
  line-height: 100%;
  vertical-align: middle;
}
@media (width >= 768px) {
  .top-company-recruit__card-text .title-en {
    font-size: 3vw;
  }
}
.top-company-recruit__card-text .title-jp {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  line-height: 100%;
  vertical-align: middle;
}
@media (width >= 768px) {
  .top-company-recruit__card-text .title-jp {
    font-size: 1vw;
  }
}

.category {
  width: auto;
  margin-inline: auto;
  background: #fff;
  padding-block: 90px;
  padding-inline: 5%;
  margin-bottom: 150px;
}
@media (width >= 768px) {
  .category {
    width: 90%;
  }
}
@media (width >= 1280px) {
  .category {
    padding-block: 114px;
    padding-inline: 7%;
  }
}
.category__content {
  grid-template-columns: 1fr;
  gap: 90px;
  display: grid;
}
@media (width >= 1024px) {
  .category__content {
    gap: 100px;
  }
}
.category__flex {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: flex-start;
  gap: 2%;
}
@media (width >= 768px) {
  .category__flex {
    flex-direction: row;
    align-items: center;
  }
}
.category__flex::after {
  content: "";
  border-bottom: 1px solid #e4e5ec;
  position: absolute;
  width: 100%;
  bottom: -50px;
  left: 0;
}
@media (width >= 768px) {
  .category__img {
    flex: 0 25rem;
  }
}
.category__img img {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}
@media (width >= 768px) {
  .category--works {
    flex: 0 50%;
  }
}
.category__text {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column-reverse;
  padding-block: 25px 0;
  color: #171e4a;
}
@media (width >= 768px) {
  .category__text {
    padding-left: 5%;
    display: block;
    padding-block: 50px;
  }
}
@media (width >= 1024px) {
  .category__text {
    flex: 0 0 70%;
  }
}
@media (width >= 768px) {
  .category__text:hover {
    background: rgba(23, 30, 74, 0.2);
    border-radius: 10px;
    color: #fff;
    position: relative;
  }
}
@media (width >= 1280px) {
  .category__text:hover::after {
    content: "";
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
    width: 33px;
    height: 25px;
    background-image: url(img/common/arrow-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: block;
  }
}
.category__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: 2px;
  margin-top: 5px;
}
@media (width >= 768px) {
  .category__title {
    margin-bottom: 25px;
    margin-top: 0;
  }
}
.category__date {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2px;
}

.company-info {
  width: auto;
  margin: 0 auto;
  background: #fff;
  padding: 50px 0 70px;
}
@media (width >= 640px) {
  .company-info {
    width: 90%;
    padding: 70px 1rem 80px;
  }
}
@media (width >= 768px) {
  .company-info {
    width: 85%;
  }
}
@media (width >= 1024px) {
  .company-info {
    width: 80%;
  }
}
.company-info__container {
  width: 80%;
  margin: 0 auto;
}
@media (width >= 1024px) {
  .company-info__container {
    width: 77%;
  }
}
.company-info__list {
  display: flex;
  max-width: 800px;
  margin-inline: auto;
  line-height: 200%;
}
.company-info__list--first {
  margin-top: 3.5rem;
}
.company-info__title {
  flex: 0 0 40%;
  border-bottom: 1px solid #e4e5ec;
  padding: 0.5rem;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 240%;
  letter-spacing: 2px;
  padding-left: 0.5rem;
  padding-block: 1rem;
}
@media (width >= 640px) {
  .company-info__title {
    flex: 0 0 33%;
  }
}
@media (width >= 768px) {
  .company-info__title {
    padding-left: 2rem;
    padding-block: 1rem;
  }
}
@media (width >= 1024px) {
  .company-info__title {
    padding-left: 4rem;
  }
}
.company-info__title--small {
  font-size: 0.8rem;
  font-weight: 300;
}
.company-info__title--last {
  border-bottom: 1px solid #e4e5ec;
}
.company-info__text {
  flex: 0 0 67%;
  border-bottom: 1px solid #e2e2e2;
  padding: 0.5rem;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 240%;
  letter-spacing: 2px;
  padding-block: 1rem;
}
.company-info__text--last {
  border-bottom: 1px solid #e2e2e2;
}
.company-info__map-button {
  width: 100%;
  background-color: #171e4a;
  color: #fff;
  text-align: center;
  border-radius: 17px;
  padding: 0 5%;
  margin: 3% 0;
}
@media (width >= 640px) {
  .company-info__map-button {
    width: 70%;
  }
}
@media (width >= 1024px) {
  .company-info__map-button {
    width: 45%;
  }
}
.company-info__map-button:hover {
  transition: 0.3s;
  transform: scale(103%);
}

.ttl-access {
  padding-bottom: 5%;
}

.access {
  width: 90%;
  margin: 0 auto;
  padding: 8% 0 6%;
}
.access__flex {
  display: flex;
  flex-direction: column-reverse;
  gap: 2rem;
}
@media (width >= 768px) {
  .access__flex {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.access__string {
  flex: 0 0 40%;
}
.access__text {
  line-height: 200%;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%; /* 38.4px */
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .access__text {
    line-height: 250%;
    font-size: 16px;
  }
}
.access__map {
  flex: 0 0 60%;
}
.access__map iframe {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
}
@media (width >= 640px) {
  .access__map iframe {
    aspect-ratio: 123/100;
    height: 100%;
  }
}

.company-heading {
  margin-top: 200px;
}

.address-page-heading {
  font-size: 64px;
}

.service__container {
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
}
.service__wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 60px;
}
@media (width >= 768px) {
  .service__wrapper {
    width: 79%;
    padding: 4% 0;
  }
}
.service__heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 133%;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
@media (width >= 768px) {
  .service__heading {
    padding-bottom: 2%;
  }
}
.service__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .service__text {
    font-size: 16px;
    line-height: 156%;
  }
}

.top-works__container {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0;
}
@media (width >= 768px) {
  .top-works__container {
    padding: 6% 0;
  }
}
.top-works__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
@media (width >= 768px) {
  .top-works__heading {
    font-size: 32px;
    padding-bottom: 3.5%;
  }
}
.top-works__flex {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width >= 768px) {
  .top-works__flex {
    flex-direction: row;
    gap: 0;
  }
}
.top-works__img {
  width: 100%;
  position: relative;
}
@media (width >= 768px) {
  .top-works__img {
    width: 97%;
  }
}
.top-works__img img {
  width: 100%;
}
.top-works__img:hover {
  transition: 0.3s;
  opacity: 0.6;
}
.top-works__title {
  position: absolute;
  bottom: 2%;
  left: 3%;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 200;
  line-height: 120%;
  transition: opacity 0.4s ease, transform 0.4s ease;
}
.top-works__text-hover {
  opacity: 0;
  position: absolute;
  bottom: 10%;
  left: 5%;
  transition: opacity 0.4s ease, transform 0.4s ease;
  opacity: 0;
  color: #fff;
  font-size: 30px;
  font-weight: 300;
}
.top-works__img:hover h2 {
  opacity: 0;
}
.top-works__img:hover .top-works__text-hover {
  opacity: 1;
  transform: translate(0, 0);
}

.philosophy {
  position: relative;
  background: url(../../cans2024/public/img/about/philosophy-bg.svg) no-repeat left bottom, linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
  background-size: 75% auto, cover;
}
@media (width >= 768px) {
  .philosophy {
    background-size: 60% auto, cover;
  }
}
@media (width >= 1024px) {
  .philosophy {
    background-size: 45% auto, cover;
  }
}
@media (width >= 1280px) {
  .philosophy {
    background-size: 35% auto, cover;
  }
}
.philosophy__container1 {
  width: 90%;
  margin: auto;
}
.philosophy__flex {
  padding: 80px 0 90px;
  display: flex;
  flex-direction: column;
  row-gap: 52px;
}
@media (width >= 768px) {
  .philosophy__flex {
    padding: 11% 0 12%;
  }
}
@media (width >= 1024px) {
  .philosophy__flex {
    flex-direction: row;
    gap: 26%;
  }
}
.philosophy__content {
  width: 100%;
}
@media (width >= 1024px) {
  .philosophy__content {
    width: 43%;
  }
}
.philosophy__content-heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
@media (width >= 768px) {
  .philosophy__content-heading {
    font-size: 32px;
  }
}
@media (width >= 1024px) {
  .philosophy__content-heading {
    margin-bottom: 11%;
  }
}
.philosophy__content-text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .philosophy__content-text {
    font-size: 16px;
    line-height: 240%;
  }
}

.ttl-message {
  margin-bottom: 8%;
}

.message {
  width: 90%;
  margin: 0 auto;
  padding: 7% 0 8%;
}
@media (width >= 1280px) {
  .message {
    width: 80%;
    padding: 7% 0 13%;
  }
}
.message__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 1024px) {
  .message__flex {
    flex-direction: row;
    align-items: flex-start;
  }
}
.message__image {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (width >= 768px) {
  .message__image {
    width: 85%;
  }
}
@media (width >= 1024px) {
  .message__image {
    width: auto;
    aspect-ratio: auto;
  }
}
.message__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (width >= 1024px) {
  .message__image img {
    object-position: center;
  }
}
.message__box {
  background-color: none;
  border-radius: 10px;
  width: 100%;
  transform: none;
  margin-bottom: 0;
}
@media (width >= 640px) {
  .message__box {
    width: 90%;
  }
}
@media (width >= 1024px) {
  .message__box {
    background-color: white;
    width: 62%;
    margin-bottom: 200px;
    transform: translate(-30px, 160px); /* 左に30px、上に10px移動 */
  }
}
.message__wrapper {
  width: 100%;
  margin: 0 auto;
  padding: 8% 0 7%;
}
@media (width >= 1024px) {
  .message__wrapper {
    width: 75%;
  }
}
.message__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%; /* 48px */
  letter-spacing: 2px;
  margin-bottom: 5%;
}
@media (width >= 640px) {
  .message__heading {
    margin-bottom: 3%;
  }
}
@media (width >= 768px) {
  .message__heading {
    font-size: 32px;
  }
}
@media (width >= 1024px) {
  .message__heading {
    margin-bottom: 9%;
  }
}
.message__heading br {
  display: none;
}
@media (width >= 1024px) {
  .message__heading br {
    display: block;
  }
}
.message__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 240%; /* 38.4px */
  letter-spacing: 2px;
  margin-bottom: 2%;
}
@media (width >= 640px) {
  .message__text {
    font-size: 16px;
    line-height: 200%;
  }
}
.message__name-image {
  width: 50%;
  margin-inline: auto 0;
  display: flex;
}
@media (width >= 768px) {
  .message__name-image {
    justify-content: flex-end; /* 右寄せ */
    width: auto;
  }
}

.service-company {
  width: 90%;
  margin: 0 auto 9%;
}
.service-company__flex {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  aspect-ratio: 5/2;
}
@media (width >= 768px) {
  .service-company__flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.service-company__img {
  width: 100%;
  position: relative;
}
@media (width >= 768px) {
  .service-company__img {
    width: 48%;
  }
}
.service-company__img:hover {
  transition: 0.3s;
  opacity: 0.8;
}
.service-company__title {
  width: 100%;
  display: flex;
  align-items: baseline;
  position: absolute;
  bottom: 8%;
  left: 5%;
}
.service-company__heading {
  color: #fff;
  font-family: Poppins;
  font-size: 48px;
  font-weight: 300;
  line-height: 120%; /* 57.6px */
}
.service-company__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%; /* 16px */
  letter-spacing: 2px;
  padding-left: 3%;
}

.ttl-sustainability,
.ttl-social {
  margin-bottom: 5%;
}

.sustainability {
  background-color: #fff;
}
.sustainability__container {
  width: 90%;
  margin: 0 auto;
  padding: 45px 0 55px;
}
@media (width >= 768px) {
  .sustainability__container {
    width: 79%;
    padding: 6% 0 9%;
  }
}
.sustainability__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%; /* 48px */
  letter-spacing: 2px;
  padding-bottom: 30px;
}
@media (width >= 640px) {
  .sustainability__heading {
    padding-bottom: 50px;
  }
}
@media (width >= 768px) {
  .sustainability__heading {
    font-size: 32px;
    padding-bottom: 0;
  }
}
.sustainability__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
  margin: 16px 0 48px;
}
@media (width >= 640px) {
  .sustainability__text {
    font-size: 16px;
    line-height: 240%; /* 38.4px */
  }
}
@media (width >= 768px) {
  .sustainability__text {
    margin: 3% auto 0 8%;
  }
}
.sustainability__wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 5%;
  margin-bottom: 8%;
}
@media (width >= 768px) {
  .sustainability__wrap {
    width: 80%;
  }
}
.sustainability__image {
  display: flex;
  justify-content: flex-start; /* 左寄せ */
  gap: 2%;
}
.sustainability__image div {
  width: 112px;
  height: auto;
}
@media (width >= 768px) {
  .sustainability__image div {
    width: auto;
  }
}
.sustainability__image img {
  margin-right: 0;
}
@media (width >= 768px) {
  .sustainability__image img {
    margin-right: 2%;
    gap: 0;
  }
}

.social {
  background-color: #fff;
}
.social__container {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 90px;
}
@media (width >= 768px) {
  .social__container {
    width: 79%;
    padding-bottom: 9%;
  }
}
.social__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 1024px) {
  .social__wrapper {
    flex-direction: row;
  }
}
.social__content {
  width: 100%;
  margin-left: 0;
  margin-top: 30px;
}
@media (width >= 768px) {
  .social__content {
    width: 75%;
  }
}
@media (width >= 1024px) {
  .social__content {
    width: 40%;
    margin-left: 5%;
    margin-top: 0;
  }
}
.social__image-box {
  display: flex;
  justify-content: center;
  column-gap: 5%;
  margin-top: 7%;
  align-items: center;
}
@media (width >= 1024px) {
  .social__image-box {
    justify-content: space-between;
    column-gap: 0;
  }
}
.social__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%; /* 48px */
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .social__heading {
    font-size: 32px;
  }
}
.social__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
  margin-top: 2%;
}
@media (width >= 640px) {
  .social__text {
    font-size: 16px;
    line-height: 240%; /* 38.4px */
  }
}
@media (width >= 1024px) {
  .social__text {
    margin-top: 5%;
  }
}
.social__image1 {
  width: 30%;
}
.social__image2 {
  width: 20%;
}

.social-content-image-box {
  margin-top: 30px;
}

.recruit-common {
  width: 90%;
  margin-inline: auto;
}
@media (width >= 640px) {
  .recruit-common {
    width: 80%;
  }
}
.recruit-common__heading-en {
  color: #171e4a;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .recruit-common__heading-en {
    font-size: 24px;
    margin-bottom: 10px;
  }
}
.recruit-common__heading-ja {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .recruit-common__heading-ja {
    font-size: 32px;
  }
}
.recruit-common__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
}

.recruit {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  background-image: url(img/recruit/recruit1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: -100px;
  position: relative;
  width: 100%; /* 横幅を画面いっぱいに設定 */
  aspect-ratio: 1600/890;
}
.recruit__catch {
  width: 30%;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
  margin-top: 60%;
}
@media (width >= 640px) {
  .recruit__catch {
    font-size: 24px;
    margin-top: 0;
  }
}
@media (width >= 768px) {
  .recruit__catch {
    font-size: 30px;
  }
}
@media (width >= 1024px) {
  .recruit__catch {
    width: 23%;
    font-size: 32px;
  }
}
@media (width >= 1280px) {
  .recruit__catch {
    width: 25%;
  }
}

.recruit-menu {
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
  padding-block: 60px;
}
@media (width >= 768px) {
  .recruit-menu {
    padding-block: 80px;
  }
}
@media (width >= 1024px) {
  .recruit-menu {
    padding-block: 100px;
  }
}
.recruit-menu__heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
@media (width >= 768px) {
  .recruit-menu__heading {
    font-size: 30px;
  }
}
@media (width >= 1024px) {
  .recruit-menu__heading {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.recruit-menu__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 45px;
}
@media (width >= 768px) {
  .recruit-menu__text {
    font-size: 18px;
    margin-bottom: 70px;
  }
}
@media (width >= 1024px) {
  .recruit-menu__text {
    font-size: 20px;
    margin-bottom: 90px;
  }
}
.recruit-menu__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 15px;
}
@media (width >= 768px) {
  .recruit-menu__flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
.recruit-menu__btn {
  width: 90%;
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  text-align: center;
  background-color: white;
  border-radius: 50px;
  padding-block: 26px;
}
@media (width >= 768px) {
  .recruit-menu__btn {
    width: 30%;
  }
}
@media (width >= 1024px) {
  .recruit-menu__btn {
    width: 27%;
    font-size: 30px;
  }
}
@media (width >= 1280px) {
  .recruit-menu__btn {
    font-size: 32px;
  }
}
.recruit-menu__btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}

.recruit-about {
  padding-block: 45px;
  background: #fff;
}
@media (width >= 768px) {
  .recruit-about {
    padding-block: 70px;
  }
}
.recruit-about__flex {
  display: flex;
  flex-direction: column;
  padding-top: 35px;
  row-gap: 15px;
}
@media (width >= 768px) {
  .recruit-about__flex {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media (width >= 1024px) {
  .recruit-about__flex {
    padding-top: 50px;
  }
}
@media (width >= 1280px) {
  .recruit-about__flex {
    padding-top: 65px;
  }
}
.recruit-about__box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 355px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 4%;
}
@media (width >= 768px) {
  .recruit-about__box {
    width: 31%;
    height: 355px;
    background-size: contain;
  }
}
@media (width >= 1024px) {
  .recruit-about__box {
    height: 470px;
  }
}
@media (width >= 1280px) {
  .recruit-about__box {
    height: 540px;
  }
}
.recruit-about__box--1 {
  background-image: url(img/recruit/about1.png);
}
.recruit-about__box--2 {
  background-image: url(img/recruit/about2.png);
  background-position: center top;
}
@media (width >= 768px) {
  .recruit-about__box--2 {
    background-position: center;
  }
}
.recruit-about__box--3 {
  background-image: url(img/recruit/about3.png);
}
.recruit-about__box > div:first-child {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.recruit-about__box > div:last-child {
  margin-right: 7%;
  align-self: flex-end;
  width: 55%;
}
@media (width >= 768px) {
  .recruit-about__box > div:last-child {
    width: 65%;
  }
}
@media (width >= 1024px) {
  .recruit-about__box > div:last-child {
    width: 58%;
  }
}
@media (width >= 1280px) {
  .recruit-about__box > div:last-child {
    width: 54%;
  }
}
.recruit-about__text {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%; /* 36px */
  letter-spacing: 2px;
  text-align: center;
}
@media (width >= 1024px) {
  .recruit-about__text {
    font-size: 24px;
  }
}
.recruit-about__btn {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  width: 54%;
  text-align: center;
  padding-block: 20px;
}
.recruit-about__btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
@media (width >= 768px) {
  .recruit-about__btn {
    background-color: white;
    font-weight: 300;
  }
}
@media (width >= 1024px) {
  .recruit-about__btn {
    font-size: 20px;
  }
}

.recruitment {
  padding-top: 45px;
}
@media (width >= 768px) {
  .recruitment {
    padding-top: 100px;
  }
}
.recruitment__slide {
  width: 80%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 auto;
}
@media (width >= 768px) {
  .recruitment__slide {
    width: 90%;
    flex-direction: auto;
    margin: 0 0 0 auto;
  }
}
@media (width >= 1024px) {
  .recruitment__slide {
    overflow-x: scroll;
    position: relative;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .recruitment__slide::-webkit-scrollbar {
    display: none;
  }
}
.recruitment__card-wrapper {
  display: grid;
  gap: 25px;
  padding-block: 45px 60px;
}
@media (width >= 768px) {
  .recruitment__card-wrapper {
    padding-block: 65px 80px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width >= 1024px) {
  .recruitment__card-wrapper {
    display: flex;
    gap: 30px;
    width: max-content; /* 子要素に合わせて横幅が広がる */
  }
}
.recruitment__card {
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 35px;
}
.recruitment__card:hover {
  transition: 0.3s;
  transform: scale(102%);
}
@media (width >= 1024px) {
  .recruitment__card {
    width: 516px;
  }
}
.recruitment__card-image {
  width: 266px;
  margin: 0 auto;
  padding-block: 35px;
}
@media (width >= 768px) {
  .recruitment__card-image {
    padding-block: 35px 45px;
  }
}
.recruitment__item {
  display: flex;
  padding-inline: 10%;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  column-gap: 8%;
  margin-bottom: 22px;
}
@media (width >= 768px) {
  .recruitment__item {
    font-size: 16px;
  }
}
@media (width >= 1024px) {
  .recruitment__item {
    column-gap: 13%;
  }
}
.recruitment__title {
  flex: 0 0 22%;
}
@media (width >= 1024px) {
  .recruitment__title {
    flex: 0 0 20%;
  }
}
@media (width >= 1024px) {
  .recruitment__indicator {
    position: absolute;
    top: 10px;
    right: 8%;
    width: 90px; /* インジケーターの横幅 */
    height: 7px;
    background: #88aacb;
    border-radius: 2px;
    overflow: hidden;
    cursor: grab;
  }
}
@media (width >= 1024px) {
  .recruitment__indicator-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 50%;
    background: #fff;
    transition: width 0.2s ease;
    padding-block: 8px;
    box-sizing: content-box;
  }
}

.recruitment__card-wrapper {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE/Edge */
}

.recruitment__card-wrapper::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.entry__container {
  background: #fff;
  padding-top: 45px;
}
@media (width >= 768px) {
  .entry__container {
    padding-top: 70px;
  }
}
.entry__flow {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 40px auto 0;
  align-items: center;
  row-gap: 15px;
  padding-bottom: 45px;
}
@media (width >= 768px) {
  .entry__flow {
    flex-direction: row;
    justify-content: space-between;
    margin: 40px auto;
    padding-bottom: 0;
  }
}
@media (width >= 1280px) {
  .entry__flow {
    width: 80%;
  }
}
.entry__flow-sp {
  display: flex;
}
.entry__circle {
  width: 290px;
  height: 290px;
  flex-shrink: 0;
  border-radius: 290px;
  text-align: center;
}
.entry__circle--1 {
  background: linear-gradient(90deg, #ededf2 0%, #dee3ec 100%);
}
.entry__circle--2 {
  background: linear-gradient(90deg, #dee3ec 0%, #c6d5e7 100%);
}
.entry__circle--3 {
  background: linear-gradient(90deg, #c6d5e7 0%, #86a8ca 100%);
}
@media (width >= 768px) {
  .entry__circle {
    width: 220px;
    height: 220px;
    flex-shrink: 0;
    border-radius: 220px;
  }
}
@media (width >= 1024px) {
  .entry__circle {
    width: 290px;
    height: 290px;
    border-radius: 290px;
  }
}
.entry__content h2 {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  margin-top: 65px;
  margin-bottom: 10px;
}
@media (width >= 768px) {
  .entry__content h2 {
    margin-top: 50px;
  }
}
@media (width >= 1024px) {
  .entry__content h2 {
    font-size: 32px;
    margin-top: 65px;
  }
}
@media (width >= 1280px) {
  .entry__content h2 {
    margin-top: 80px;
  }
}
.entry__content p {
  color: #171e4a;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  margin-bottom: 20px;
}
@media (width >= 768px) {
  .entry__content p {
    font-size: 12px;
  }
}
@media (width >= 1024px) {
  .entry__content p {
    font-size: 14px;
  }
}
.entry__line {
  display: none;
}
@media (width >= 768px) {
  .entry__line {
    display: block;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 90px;
  }
}

.entry-form {
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
  padding-block: 70px;
}
.entry-form__btn {
  background-color: white;
  border-radius: 10px;
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  width: 290px;
  text-align: center;
  margin: auto;
  padding: 20px 0;
}
@media (width >= 768px) {
  .entry-form__btn {
    font-size: 32px;
    width: 420px;
  }
}
.entry-form__btn:hover {
  transition: 0.3s;
  transform: scale(105%);
}
.entry-form__btn span {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
}

.requirement .page-heading {
  margin-top: 8rem;
}
.requirement__card {
  margin-top: 6rem;
  margin-bottom: 8rem;
  background-color: #fff;
  padding-block: 4rem;
  border-radius: 4rem;
}
.requirement__table {
  max-width: 60rem;
  margin-inline: auto;
  margin-top: 4rem;
}
.requirement__table tbody tr th,
.requirement__table tbody tr td {
  padding-block: 2rem;
}
.requirement__table tbody tr th {
  width: 20%;
  border-top: 1px solid #e97470;
}
.requirement__table tbody tr th:last-of-type {
  border-bottom: 1px solid #e97470;
}
.requirement__table tbody tr td {
  border-top: 1px solid #e2e2e2;
  line-height: 250%;
}
.requirement__table tbody tr td:last-of-type {
  border-bottom: 1px solid #e2e2e2;
}
.requirement__button {
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notfound .page-heading {
  margin-top: 8rem;
}
.notfound__card {
  margin-top: 6rem;
  margin-bottom: 8rem;
  background-color: #fff;
  padding-block: 2rem;
}
@media (width >= 768px) {
  .notfound__card {
    padding-block: 4rem;
  }
}
.notfound__table {
  max-width: 23rem;
  margin-inline: auto;
  margin-top: 2rem;
}
@media (width >= 640px) {
  .notfound__table {
    max-width: 40rem;
  }
}
@media (width >= 1024px) {
  .notfound__table {
    max-width: 60rem;
  }
}
.notfound__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 3.444px;
}
.notfound__button {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy-policy {
  width: 97%;
  margin-inline: auto;
  background: #fff;
  border-radius: 10px;
  font-size: 14px;
  padding-block: 85px 80px;
  padding-inline: 8%;
  margin-bottom: 100px;
}
@media (width >= 768px) {
  .privacy-policy {
    width: 90%;
    font-size: 16px;
  }
}
@media (width >= 1024px) {
  .privacy-policy {
    width: 75%;
  }
}
@media (width >= 1280px) {
  .privacy-policy {
    width: 63%;
  }
}
.privacy-policy__wrapper {
  margin-bottom: 46px;
}
.privacy-policy__wrapper--last {
  margin-bottom: 36px;
}
.privacy-policy__heading {
  color: #171e4a;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 24px;
  font-weight: 350;
  line-height: 104%;
  letter-spacing: 1px;
  margin-bottom: 23px;
}
.privacy-policy__text {
  color: #171e4a;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 14px;
  font-weight: 350;
  line-height: 178%;
  letter-spacing: 1px;
}
.privacy-policy__text--date {
  text-align: right;
}
.privacy-policy__text--space {
  margin-bottom: 30px;
}
.privacy-policy__contact-wrapper {
  border-radius: 10px;
  background: #eef2f6;
  padding-block: 48px 45px;
  margin-top: 46px;
  padding-left: 6%;
}

.privacy-container {
  display: flex;
  width: 90%;
  margin: auto;
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.privacy-content {
  width: 500px;
  margin-left: 100px;
}

.privacy-heading {
  color: #171e4a;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 350;
  line-height: 25px; /* 104.167% */
  letter-spacing: 1px;
  margin-bottom: 20px;
}

.privacy-txt {
  color: #171e4a;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 25px; /* 156.25% */
  letter-spacing: 1px;
}

.privacy__title {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 96px !important;
  font-style: normal;
  font-weight: 275;
  line-height: 14px; /* 14.583% */
}

.hes-flex {
  background-image: url(img/home-energy-solutions/home-energy2.png);
  background-repeat: no-repeat;
}
.hes-flex__container {
  padding-inline: 8.25%;
  padding-block: 65px 50px;
  display: flex;
  flex-direction: column;
  align-items: start;
}
@media (width >= 768px) {
  .hes-flex__container {
    flex-direction: row;
    justify-content: space-between;
    padding-block: 78px 57px;
    column-gap: 30%;
  }
}
.hes-flex__wrapper {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding-inline: 20px;
  padding-block: 30px;
  flex: 0 0 35%;
}
@media (width >= 640px) {
  .hes-flex__wrapper {
    padding-inline: 40px;
  }
}
.hes-flex__wrapper--change {
  margin-top: 15%;
}
@media (width >= 768px) {
  .hes-flex__wrapper--change {
    margin-top: 34%;
  }
}

.hes-center {
  width: 90%;
  margin-inline: auto;
  padding-block: 80px;
}
@media (width >= 768px) {
  .hes-center {
    width: 75%;
    padding-block: 100px;
  }
}
.hes-center__flex {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (width >= 768px) {
  .hes-center__flex {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 100px;
  }
}
.hes-center__flex--right {
  flex-direction: column;
}
@media (width >= 768px) {
  .hes-center__flex--right {
    flex-direction: row-reverse;
  }
}
.hes-center__img {
  flex: 0 0 50%;
}
.hes-center__content {
  flex: 0 0 45%;
  padding-block: 25px 80px;
}
@media (width >= 768px) {
  .hes-center__content {
    padding-block: 0;
  }
}
.hes-center__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 25px; /* 69.444% */
  letter-spacing: 1px;
  margin-bottom: 30px;
}
@media (width >= 768px) {
  .hes-center__heading {
    font-size: 36px;
  }
}
.hes-center__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .hes-center__text {
    font-size: 16px;
    line-height: 156%;
  }
}
.hes-center__company-logo {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 30px;
  column-gap: 6%;
  justify-items: center;
}
@media (width >= 640px) {
  .hes-center__company-logo {
    column-gap: 0%;
    row-gap: 45px;
  }
}
@media (width >= 768px) {
  .hes-center__company-logo {
    width: 50%;
    column-gap: 6%;
  }
}

.ccs-select__wrapper {
  width: 90%;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
@media (width >= 768px) {
  .ccs-select__wrapper {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
.ccs-select__image {
  width: 100%;
  position: relative;
}
@media (width >= 768px) {
  .ccs-select__image {
    width: 48%;
  }
}
.ccs-select__image img {
  width: 100%;
}
.ccs-select__url {
  width: 70%;
  background-color: #fff;
  position: absolute;
  border-radius: 50px;
  bottom: 6%;
  right: 6%;
  display: flex;
  justify-content: space-evenly;
  padding-inline: 3%;
}
@media (width >= 768px) {
  .ccs-select__url {
    width: 85%;
  }
}
@media (width >= 1024px) {
  .ccs-select__url {
    width: 80%;
  }
}
@media (width >= 1280px) {
  .ccs-select__url {
    width: 64%;
  }
}
.ccs-select__url p {
  padding: 5% 0 5% 2%;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 1px;
  text-align: center;
}
@media (width >= 1024px) {
  .ccs-select__url p {
    font-size: 20px;
    padding: 7% 0 7% 2%;
  }
}
.ccs-select__url img {
  width: 8%;
  padding-right: 3%;
}

.ccs-service__wrapper {
  width: 90%;
  margin: 0 auto;
}
.ccs-service__title {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 104%;
  letter-spacing: 2px;
  padding-bottom: 30px;
}
@media (width >= 1280px) {
  .ccs-service__title {
    padding-bottom: 0;
  }
}
.ccs-service__box {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
  position: relative;
}
@media (width >= 768px) {
  .ccs-service__box {
    width: 65%;
    border: #171e4a 1px solid;
    border-radius: 10px;
    margin-bottom: 95px;
  }
}
@media (width >= 1280px) {
  .ccs-service__box {
    width: 54%;
  }
}
.ccs-service__box--first {
  margin-top: 30px;
}
.ccs-service__circle {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 32px;
  font-weight: 275;
}
@media (width >= 768px) {
  .ccs-service__circle {
    font-size: 40px;
    background-color: #eef2f6;
    border-radius: 50%;
    padding: 2.5rem 1.5rem;
    margin-left: 3rem;
  }
}
.ccs-service__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 2px;
  padding-bottom: 12px;
}
@media (width >= 768px) {
  .ccs-service__heading {
    font-size: 32px;
    background-color: #eef2f6;
    padding-right: 1.6rem;
    padding-bottom: 0;
    top: -0.8rem;
    left: -5rem;
    position: absolute;
  }
}
.ccs-service__text-wrapper {
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding-block: 20px;
  padding-inline: 5%;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
  border: #171e4a 1px solid;
  border-radius: 10px;
}
@media (width >= 640px) {
  .ccs-service__text-wrapper {
    font-size: 16px;
    line-height: 1.56rem;
  }
}
@media (width >= 768px) {
  .ccs-service__text-wrapper {
    width: 78%;
    padding-block: 70px 50px;
    border: none;
    padding-inline-end: 0;
  }
}

.ccc-flex {
  width: 80%;
  margin: 0 auto;
}

.ccc-service__flex {
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
@media (width >= 768px) {
  .ccc-service__flex {
    width: 90%;
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
}
@media (width >= 1024px) {
  .ccc-service__flex {
    width: 75%;
  }
}
.ccc-service__img {
  width: 100%;
}
@media (width >= 768px) {
  .ccc-service__img {
    width: 44%;
  }
}
.ccc-service__arrow {
  transform: none;
}
@media (width >= 768px) {
  .ccc-service__arrow {
    transform: rotate(-90deg);
  }
}
.ccc-service__text {
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 4.3rem;
}
@media (width >= 640px) {
  .ccc-service__text {
    width: 90%;
  }
}
@media (width >= 768px) {
  .ccc-service__text {
    width: 75%;
  }
}
@media (width >= 1024px) {
  .ccc-service__text {
    width: 62%;
  }
}
.ccc-service__wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 4.5rem 0 2.8rem;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .ccc-service__wrapper {
    width: 75%;
    line-height: 2.3rem;
    font-size: 16px;
  }
}
@media (width >= 768px) {
  .ccc-service__wrapper {
    width: 70%;
  }
}
@media (width >= 1024px) {
  .ccc-service__wrapper {
    width: 65%;
  }
}
.ccc-service__button {
  width: 75%;
  display: flex;
  column-gap: 3%;
  border-radius: 50px;
  border: 1px solid #171e4a;
  justify-content: space-evenly;
  padding: 1.3rem 0;
  padding-inline: 5%;
  font-size: 16px;
  letter-spacing: 1px;
  margin: 3.6rem 0 0 auto;
}
@media (width >= 768px) {
  .ccc-service__button {
    font-size: 18px;
    width: 70%;
    column-gap: 0;
    padding: 1.3rem 0;
    padding-inline: 0;
  }
}
@media (width >= 1280px) {
  .ccc-service__button {
    width: 62%;
  }
}

.internet-flex {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(img/internet-solutions/is2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-block: 45px 32px;
}
@media (width >= 768px) {
  .internet-flex {
    background-image: url(img/internet-solutions/is2.png);
  }
}
@media (width >= 1024px) {
  .internet-flex {
    padding-block: 65px 52px;
  }
}
.internet-flex__container {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media (width >= 768px) {
  .internet-flex__container {
    margin-inline: 4% 8%;
    gap: 0;
  }
}
@media (width >= 1024px) {
  .internet-flex__container {
    gap: 57px;
  }
}
.internet-flex__wrapper {
  width: 100%;
  padding-block: 15px;
  padding-inline: 20px;
}
@media (width >= 640px) {
  .internet-flex__wrapper {
    padding-inline: 30px;
  }
}
@media (width >= 768px) {
  .internet-flex__wrapper {
    width: 40%;
    background: rgba(255, 255, 255, 0.8);
  }
}
@media (width >= 1024px) {
  .internet-flex__wrapper {
    width: 35%;
    padding-block: 30px;
  }
}
@media (width >= 1280px) {
  .internet-flex__wrapper {
    width: 29%;
  }
}
.internet-flex__wrapper--right {
  align-self: flex-end;
}

.internet-circle {
  margin-inline: auto;
  width: 95%;
  padding-block: 60px;
}
@media (width >= 640px) {
  .internet-circle {
    width: 90%;
  }
}
@media (width >= 768px) {
  .internet-circle {
    padding-block: 120px;
  }
}
.internet-circle__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (width >= 768px) {
  .internet-circle__container {
    flex-direction: row;
    justify-content: center;
  }
}
.internet-circle__wrapper {
  aspect-ratio: 1/1;
  background: rgba(255, 255, 255, 0.75);
  border-radius: 50%;
  flex-shrink: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (width >= 768px) {
  .internet-circle__wrapper {
    width: 50%;
    margin: auto;
  }
}
.internet-circle__wrapper--blue {
  aspect-ratio: 1/1;
  background: #171e49;
  border-radius: 50%;
  z-index: 0;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: -10%;
}
@media (width >= 768px) {
  .internet-circle__wrapper--blue {
    width: 50%;
    margin-left: -10%;
    margin-top: 0;
  }
}
.internet-circle__strings {
  padding-block: 10px 0;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
}
@media (width >= 768px) {
  .internet-circle__strings {
    margin-inline: 22% auto;
    padding-block: 50px 0;
  }
}
@media (width >= 1024px) {
  .internet-circle__strings {
    padding-block: 90px 0;
  }
}
@media (width >= 640px) {
  .internet-circle__text {
    margin-inline: 0 45%;
  }
}
.internet-circle__left {
  width: 40%;
  margin-inline: auto;
}
@media (width >= 640px) {
  .internet-circle__left {
    margin-top: -34px;
  }
}
@media (width >= 1024px) {
  .internet-circle__left {
    width: 45%;
  }
}
.internet-circle__right {
  width: 50%;
  margin-inline: 26% auto;
  padding-bottom: 30px;
}
@media (width >= 768px) {
  .internet-circle__right {
    padding-bottom: 0;
    padding-top: 30px;
  }
}
@media (width >= 1024px) {
  .internet-circle__right {
    width: 55%;
  }
}

.bc-worry {
  background-image: url(img/business-consulting/bc2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.bc-worry__container {
  width: 95%;
  margin-inline: auto;
  padding-block: 45px;
  display: flex;
  flex-direction: column;
}
@media (width >= 768px) {
  .bc-worry__container {
    display: block;
    padding-block: 130px;
  }
}
@media (width >= 1024px) {
  .bc-worry__container {
    width: 85%;
  }
}
@media (width >= 1280px) {
  .bc-worry__container {
    padding-block: 176px;
    width: 68%;
  }
}
.bc-worry__wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
}
@media (width >= 768px) {
  .bc-worry__wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
.bc-worry__wrapper--1 {
  order: 2;
  margin-top: 45px;
}
@media (width >= 768px) {
  .bc-worry__wrapper--1 {
    order: 1;
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.bc-worry__wrapper--2 {
  order: 3;
  margin-top: 14px;
}
@media (width >= 768px) {
  .bc-worry__wrapper--2 {
    order: 3;
    margin-top: 0;
    padding-top: 60px;
  }
}
.bc-worry__example {
  display: flex;
  align-items: center;
  width: 55%;
  border-radius: 50px;
  justify-content: center;
  border: 1px solid #fff;
  padding-block: 26px;
  padding-inline: 34px;
  color: #fff;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 156%;
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .bc-worry__example {
    width: 21%;
  }
}
.bc-worry__example--pos1, .bc-worry__example--pos3, .bc-worry__example--pos5 {
  align-self: flex-start;
  margin-left: 0;
  margin-right: auto;
}
.bc-worry__example--pos2, .bc-worry__example--pos4, .bc-worry__example--pos6 {
  align-self: flex-end;
  margin-right: 0;
  margin-left: auto;
}
@media (width >= 768px) {
  .bc-worry__example {
    align-self: initial;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (width >= 768px) {
  .bc-worry__example--up {
    transform: translateY(-80px);
  }
}
@media (width >= 768px) {
  .bc-worry__example--down {
    transform: translateY(80px);
  }
}
.bc-worry__heading {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 350;
  line-height: 104%;
  letter-spacing: 2px;
  text-align: center;
  order: 1;
}
@media (width >= 768px) {
  .bc-worry__heading {
    order: 2;
  }
}
.bc-worry__text {
  background: #fff;
  padding-block: 60px;
}
@media (width >= 640px) {
  .bc-worry__text {
    padding-block: 100px;
  }
}

.bc-common__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
}
@media (width >= 640px) {
  .bc-common__text {
    font-size: 16px;
    line-height: 156%;
  }
}
.bc-common__text--center {
  margin-inline: 10%;
}
@media (width >= 768px) {
  .bc-common__text--center {
    margin-inline: 30%;
  }
}

.bc-flow {
  padding-block: 100px;
}
.bc-flow__container {
  width: 90%;
  margin-inline: auto;
}
.bc-flow__wrapper {
  padding-block: 40px 100px;
  width: 90%;
  margin-inline: auto;
}
@media (width >= 640px) {
  .bc-flow__wrapper {
    width: 80%;
  }
}
@media (width >= 768px) {
  .bc-flow__wrapper {
    padding-block: 50px 140px;
    width: 75%;
  }
}
@media (width >= 1024px) {
  .bc-flow__wrapper {
    width: 60%;
  }
}
.bc-flow__step {
  display: flex;
  flex-direction: column;
  column-gap: 5%;
  padding-bottom: 70px;
  align-items: center;
}
@media (width >= 768px) {
  .bc-flow__step {
    flex-direction: row;
    align-items: flex-start;
  }
}
.bc-flow__step:last-child {
  padding-bottom: 0;
}
.bc-flow__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
  padding-block: 40px 20px;
  text-align: center;
}
@media (width >= 768px) {
  .bc-flow__heading {
    text-align-last: left;
    font-weight: 300;
    font-size: 32px;
  }
}
.bc-flow__button-container {
  display: flex;
  justify-content: center;
}
@media (width >= 768px) {
  .bc-flow__button-container {
    justify-content: flex-end;
  }
}
.bc-flow__button {
  position: relative;
  width: 90%;
  aspect-ratio: 1.228;
  overflow: hidden;
}
@media (width >= 640px) {
  .bc-flow__button {
    width: 70%;
  }
}
@media (width >= 768px) {
  .bc-flow__button {
    width: 55%;
  }
}
@media (width >= 1280px) {
  .bc-flow__button {
    width: 39%;
  }
}
.bc-flow__button-bg {
  position: absolute;
  inset: 0;
  background-image: url(img/business-consulting/bc3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.bc-flow__button-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.bc-flow__text {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 156%;
  letter-spacing: 2px;
  margin-inline: 5% auto;
}
@media (width >= 640px) {
  .bc-flow__text {
    font-size: 16px;
  }
}
.bc-flow__case-study {
  width: 50%;
  margin-top: 25%;
  margin-inline: auto 3%;
}
@media (width >= 640px) {
  .bc-flow__case-study {
    width: 39%;
    margin-top: 30%;
    margin-inline: auto 7%;
  }
}
.bc-flow__case-study p {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 275;
  border-radius: 50px;
  background: #fff;
  padding-block: 9px;
  text-align: center;
}
@media (width >= 640px) {
  .bc-flow__case-study p {
    font-size: 20px;
    padding-block: 20px;
  }
}

.staff-icon {
  background: linear-gradient(90deg, #171e4a 0%, #0d112a 100%);
  padding-block: 65px 70px;
}
@media (width >= 768px) {
  .staff-icon {
    padding-block: 80px 70px;
  }
}
.staff-icon h2 {
  width: 90%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-inline: auto;
  margin-bottom: 30px;
}
@media (width >= 640px) {
  .staff-icon h2 {
    width: 70%;
    font-size: 32px;
  }
}
@media (width >= 768px) {
  .staff-icon h2 {
    width: auto;
    margin-inline: 10% auto;
  }
}
.staff-icon__text {
  width: 90%;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 187%;
  letter-spacing: 2px;
  margin-inline: auto;
}
@media (width >= 640px) {
  .staff-icon__text {
    width: 70%;
    font-size: 16px;
  }
}
@media (width >= 768px) {
  .staff-icon__text {
    width: 65%;
    margin-inline: 10% auto;
  }
}
.staff-icon__container {
  width: 85%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
  padding-top: 70px;
  row-gap: 30px;
  column-gap: 2%;
}
@media (width >= 640px) {
  .staff-icon__container {
    width: 75%;
    row-gap: 45px;
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width >= 768px) {
  .staff-icon__container {
    grid-template-columns: repeat(5, 1fr);
    row-gap: 55px;
  }
}
@media (width >= 1024px) {
  .staff-icon__container {
    width: 53%;
  }
}
.staff-icon__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.staff-icon__face {
  width: 74%;
  margin-bottom: 10px;
}
.staff-icon__face img {
  width: 100%;
}
.staff-icon__name {
  width: 100%;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 2px;
  text-align: center;
  margin-inline: 0;
}

.staff-detail {
  padding-block: 70px 100px;
  width: 90%;
  margin-inline: auto;
}
@media (width >= 640px) {
  .staff-detail {
    padding-block: 100px 100px;
    width: 85%;
  }
}
@media (width >= 768px) {
  .staff-detail {
    padding-block: 200px 100px;
  }
}
@media (width >= 1024px) {
  .staff-detail {
    width: 78%;
  }
}
.staff-detail__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 120px;
}
@media (width >= 768px) {
  .staff-detail__container {
    flex-direction: row;
    column-gap: 8%;
  }
}
.staff-detail__container--reverse {
  flex-direction: column;
}
@media (width >= 768px) {
  .staff-detail__container--reverse {
    flex-direction: row-reverse;
  }
}
.staff-detail__container:last-child {
  padding-bottom: 0;
}
.staff-detail__img {
  order: 2;
  width: 80%;
  margin-inline: auto;
}
@media (width >= 640px) {
  .staff-detail__img {
    width: 60%;
  }
}
@media (width >= 768px) {
  .staff-detail__img {
    width: auto;
    flex: 0 0 28%;
    order: 0;
    margin-inline: 0;
  }
}
.staff-detail__wrapper {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 200%;
  letter-spacing: 2px;
  padding-top: 25px;
  order: 3;
}
@media (width >= 640px) {
  .staff-detail__wrapper {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (width >= 768px) {
  .staff-detail__wrapper {
    flex: 0 0 53%;
    order: 0;
    padding-top: 19px;
  }
}
.staff-detail__heading {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 28px;
  padding-bottom: 20px;
}
.staff-detail__heading--sp {
  order: 1;
  padding-bottom: 25px;
  font-size: 24px;
}
@media (width >= 640px) {
  .staff-detail__heading--sp {
    font-size: 28px;
  }
}
@media (width >= 768px) {
  .staff-detail__heading--sp {
    display: none;
    padding-bottom: 20px;
  }
}
.staff-detail__heading--pc {
  display: none !important;
}
@media (width >= 768px) {
  .staff-detail__heading--pc {
    display: block;
  }
}
.staff-detail__name-ja {
  font-size: 14px;
}
.staff-detail__name-en {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  padding-bottom: 35px;
}
@media (width >= 640px) {
  .staff-detail__name-en {
    font-size: 40px;
  }
}
@media (width >= 768px) {
  .staff-detail__name-en {
    padding-bottom: 50px;
  }
}
.staff-detail__message {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  padding-bottom: 5px;
}
@media (width >= 640px) {
  .staff-detail__message {
    padding-bottom: 15px;
  }
}

.single {
  width: 95%;
  margin-inline: auto;
  background: #fff;
  margin-block: 30px 100px;
  padding-block: 45px 75px;
}
@media (width >= 768px) {
  .single {
    margin-block: 70px 150px;
    padding-block: 100px;
  }
}
@media (width >= 1024px) {
  .single {
    width: 78%;
  }
}
@media (width >= 1280px) {
  .single {
    margin-block: 100px 150px;
    padding-block: 130px 150px;
  }
}
.single__card {
  border-radius: none;
  width: 90%;
  margin-inline: auto;
}
@media (width >= 768px) {
  .single__card {
    width: 80%;
  }
}
.single__flex {
  display: flex;
  gap: 7%;
  align-items: center;
  margin-bottom: 15px;
}
@media (width >= 768px) {
  .single__flex {
    margin-bottom: 20px;
  }
}
@media (width >= 1024px) {
  .single__flex {
    margin-bottom: 55px;
  }
}
.single__category {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2px;
  border-radius: 5px;
  border: 0.75px solid #171e4a;
  padding: 7px 9px;
}
.single__date {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 2px;
}
.single__title {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 24px;
  font-weight: 350;
  line-height: 150%;
  letter-spacing: 2px;
}
@media (width >= 768px) {
  .single__title {
    font-size: 32px;
  }
}
.single__thumbnail {
  margin-block: 25px;
}
@media (width >= 768px) {
  .single__thumbnail {
    margin-block: 32px;
  }
}
@media (width >= 1024px) {
  .single__thumbnail {
    margin-block: 70px;
  }
}
.single__content {
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 3rem;
  font-weight: 300;
  line-height: 240%;
  letter-spacing: 2px;
}
.single__content h2 {
  font-weight: 400;
  padding-block: 1rem;
  margin-block: 2rem 1rem;
  border-bottom: 1px solid #878787;
  font-size: 1.4rem;
}
@media (width >= 768px) {
  .single__content h2 {
    font-size: 2rem;
  }
}
.single__content h2:not(:first-of-type) {
  margin-top: 5rem;
}
.single__content h3 {
  font-weight: 600;
  padding-block: 0.5rem;
  margin-block: 2.5rem 0.5rem;
  border-bottom: 1px solid #878787;
  font-size: 1.2rem;
}
@media (width >= 768px) {
  .single__content h3 {
    font-size: 1.5rem;
  }
}
.single__content .voice-ctj-title {
  display: flex;
  justify-content: center;
  align-items: end;
  gap: 0.75rem;
}
.single__content .voice-ctj-title img {
  width: 3rem;
  height: 3rem;
}
.single__content p img {
  display: inline-block;
}
.single__content a {
  text-decoration: underline;
}
.single__content figure {
  padding-block: 1rem;
  width: 100%;
  margin-inline: auto;
}
@media (width >= 768px) {
  .single__content figure {
    width: 85%;
  }
}
.single__content .wp-block-vk-blocks-table-of-contents-new {
  background: #eef2f6;
  padding: 0.75rem 2rem 1.5rem;
  border-radius: 1.2rem;
  margin-top: 1rem;
}
.single__content .wp-block-vk-blocks-table-of-contents-new a {
  text-decoration: none;
}
.single__content .wp-block-vk-blocks-table-of-contents-new li {
  width: 90%;
  border-bottom: 1px solid #e4e5ec;
}
.single__content .vk_tableOfContents_list_item {
  font-size: 0.875rem;
}
.single__content .vk_tableOfContents_title {
  text-align: center;
  font-weight: bold;
}
.single__content .wp-block-vk-blocks-balloon {
  align-items: center;
}
.single__content .vk_balloon_content {
  background-color: #eef2f6 !important;
}
.single__content .vk_balloon_content_before {
  border-right-color: #eef2f6 !important;
  border-left-color: #eef2f6 !important;
}
.single__content .vk_balloon_icon_image {
  border-radius: 1000px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
}
.single__content .vk_balloon_icon_name {
  line-height: 150%;
}
.single__content .cans-access img {
  width: 10rem;
}
.single__content .related-works-ribbon {
  display: none;
}
.single__content .related-works-2column {
  gap: 1.5rem;
}
.single__content .related-works-right-box p {
  margin-top: 0;
  font-weight: bold;
}
.single__content .related-works-right-box a {
  padding: 0;
  margin-top: 0.5rem;
}
.single__content .related-works-left-colmun img {
  border-radius: 2rem;
}
.single__content .wp-block-columns {
  justify-content: space-between;
}
.single__content .voice-othercustomer-background {
  display: none;
}
.single__content input {
  display: none;
}
.single__button {
  text-align: center;
  margin-top: 150px;
}
@media (width >= 768px) {
  .single__button {
    margin-top: 250px;
  }
}
@media (width >= 1024px) {
  .single__button {
    margin-top: 200px;
  }
}

.blog__column {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 30px;
  border-bottom: #e4e5ec 1px solid;
}

.blog__content {
  background-color: white;
  padding-top: 110px;
}

.blog__img img {
  border-radius: 0;
}

.contact-form {
  width: 97%;
  margin: 0 auto;
  padding-block: 77px 66px;
  padding-inline: 8%;
  background-color: #fff;
  border-radius: 10px;
  color: #171e4a;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 100px;
}
@media (width >= 768px) {
  .contact-form {
    width: 90%;
    font-size: 16px;
  }
}
@media (width >= 1024px) {
  .contact-form {
    width: 75%;
  }
}
@media (width >= 1280px) {
  .contact-form {
    width: 62%;
  }
}
.contact-form__flex {
  display: flex;
  justify-content: space-between;
  text-align: center;
  padding-bottom: 50px;
}
.contact-form__heading {
  color: #171e4a;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.contact-form__required {
  color: #8488a2;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
.contact-form__select {
  padding-block: 30px;
  padding-inline: 10%;
  border-radius: 10px;
  background: #eef2f6;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
@media (width >= 640px) {
  .contact-form__select {
    flex-direction: row;
    justify-content: space-between;
    padding-inline: 5%;
  }
}
.contact-form__select input {
  display: none;
}
.contact-form__select label {
  position: relative;
  padding-left: 22px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5;
}
.contact-form__select label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #fff;
}
.contact-form__select label input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #323860;
  border-radius: 50%;
}
.contact-form__radio {
  flex: 0 0 72%;
}
.contact-form__q {
  padding-top: 29px;
}
.contact-form textarea {
  width: 100%;
  border: none;
  border-radius: 8px;
  border: 1px solid #bac7d3;
  margin-block: 19px 26px;
  padding-top: 14px;
  padding-left: 2%;
  resize: none;
}
.contact-form textarea:focus {
  outline: none;
}
.contact-form textarea::placeholder {
  color: #cfcfd1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 768px) {
  .contact-form textarea::placeholder {
    font-size: 16px;
  }
}
.contact-form__privacy {
  display: flex;
  justify-content: center;
  font-size: 10px;
}
@media (width >= 640px) {
  .contact-form__privacy {
    font-size: 14px;
  }
}
@media (width >= 768px) {
  .contact-form__privacy {
    font-size: 16px;
  }
}
.contact-form__link {
  position: relative;
  text-decoration: none;
}
.contact-form__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #323860;
}
.contact-form__submit {
  display: flex;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  background: #1e2970;
  border-radius: 24px;
  width: 45%;
  padding-block: 12px;
  padding-inline: 15%;
  margin: 53px auto 0;
}
@media (width >= 640px) {
  .contact-form__submit {
    width: 25%;
  }
}
.contact-form__submit .wpcf7-submit {
  color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
}
.contact-form__submit:hover {
  transition: 0.3s;
  transform: scale(105%);
}

.cf-select {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  padding-left: 10%;
}
@media (width >= 640px) {
  .cf-select {
    flex-direction: row;
    padding-left: 0;
  }
}

.wpcf7-list-item {
  margin-left: 5%;
}

.cf-name,
.cf-company,
.cf-tel,
.cf-email {
  padding-block: 19px;
  width: 100%;
  border-bottom: 1px solid #bac7d3;
  background: transparent;
}
.cf-name:focus,
.cf-company:focus,
.cf-tel:focus,
.cf-email:focus {
  outline: none;
}
.cf-name::placeholder,
.cf-company::placeholder,
.cf-tel::placeholder,
.cf-email::placeholder {
  color: #cfcfd1;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
@media (width >= 768px) {
  .cf-name::placeholder,
  .cf-company::placeholder,
  .cf-tel::placeholder,
  .cf-email::placeholder {
    font-size: 16px;
  }
}

.cf-privacy input[type=checkbox] {
  display: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

[data-name=agree] {
  all: unset;
}

.cf-privacy .wpcf7-list-item-label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.cf-privacy .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-25%);
  width: 17px;
  height: 17px;
  border: 1px solid #bac7d3;
  border-radius: 4px;
  background: #fff;
}

.cf-privacy input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 6px;
  width: 5px;
  height: 10px;
  border: solid #323860;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cf-privacy {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  line-height: 1.5;
}

.wpcf7-spinner {
  display: none;
}