@charset "UTF-8";
/*-- variable --*/
/*-- variable --*/
body {
  background-color: #fff;
}

main.home {
  margin-top: 130px;
}
@media (max-width: 1024px) {
  main.home {
    margin-top: 100px;
  }
}

html:has(main.home) {
  overscroll-behavior: none;
  touch-action: pan-y;
}

.section-label {
  font-size: 14px;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 1.7px;
  margin-bottom: 26px;
  padding: 1px 0 0 5px;
  color: #16202C;
}
@media (max-width: 767px) {
  .section-label {
    padding: 0px;
  }
}
.section-label span {
  position: relative;
  display: inline-block;
}
.section-label span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: currentColor;
  width: 70px;
  height: 1px;
  left: calc(100% + 30px);
}
@media (max-width: 767px) {
  .section-label span::after {
    width: 50px;
  }
}

#kv {
  position: relative;
  height: calc(100dvh - 130px);
  overscroll-behavior: none;
  touch-action: pan-y;
}
@media (max-width: 1024px) {
  #kv {
    height: calc(100vh - 100px);
    height: calc(var(--vh, 1vh) * 100 - 100px);
  }
}
#kv .sec_inc {
  display: flex;
  gap: 80px;
  height: 100%;
  position: sticky;
  overflow: visible;
}
@media (max-width: 767px) {
  #kv .sec_inc {
    padding-left: 0;
    flex-direction: column;
    gap: 40px;
    position: relative;
    top: auto;
    flex-direction: column-reverse;
    height: 100%;
  }
}
#kv .sec_inc .kv-content {
  flex: 1;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content {
    padding: 0;
    height: 100%;
    width: 100%;
  }
}
#kv .sec_inc .kv-content .kv-logo {
  width: 260px;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  margin-bottom: 40px;
  z-index: 2;
  opacity: 0;
}
#kv .sec_inc .kv-content .kv-logo.hidden {
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content .kv-logo {
    width: 50%;
  }
}
#kv .sec_inc .kv-content .kv-logo img {
  display: block;
  width: 100%;
  height: auto;
}
#kv .sec_inc .kv-content .kv-scroll-container {
  position: absolute;
  bottom: -100%;
  width: 45%;
  padding-left: 81px;
  z-index: 1;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content .kv-scroll-container {
    width: 94%;
    bottom: 0%;
    padding-left: 6%;
  }
}
#kv .sec_inc .kv-content .kv-title {
  margin-top: 0;
  padding-bottom: 40px;
  opacity: 0;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content .kv-title {
    margin-bottom: 40px;
  }
}
#kv .sec_inc .kv-content h1 {
  white-space: nowrap;
  font-size: clamp(32px, 3.5vw, 64px);
  color: #fff;
  line-height: 1.8;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content h1 {
    font-size: 30px;
    letter-spacing: 3px;
  }
}
#kv .sec_inc .kv-content h1 span {
  letter-spacing: 0em;
  color: #fff;
  letter-spacing: 6px;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content h1 span {
    letter-spacing: 3px;
    font-size: 30px;
  }
}
#kv .sec_inc .kv-content .kv-description {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 60px;
  padding-top: 40px;
  width: 100%;
  white-space: nowrap;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content .kv-description {
    margin-top: 0;
    font-size: 14px;
    width: 100%;
    white-space: normal;
  }
}
#kv .sec_inc .kv-content .kv-description p {
  font-size: 16px;
  margin-bottom: 20px;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  line-height: 2.8;
  letter-spacing: 1.3px;
  color: #fff;
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-content .kv-description p {
    letter-spacing: 2.1px;
    font-size: 14px;
  }
}
#kv .sec_inc .kv-content .kv-description p:last-child {
  margin-bottom: 0;
}
#kv .sec_inc .kv-text {
  max-width: 1640px;
  margin: 0 auto;
  width: 100%;
}
#kv .sec_inc .kv-image {
  width: 100%;
  margin: 0 0 0 auto;
  position: relative;
  height: 100%;
  max-height: calc(100dvh - 130px);
}
@media (min-width: 768px) and (max-width: 1024px) {
  #kv .sec_inc .kv-image {
    min-height: 100vh !important;
  }
}
@media (max-width: 1024px) {
  #kv .sec_inc .kv-image {
    width: 100%;
    height: 100%;
    max-height: none;
  }
}
#kv .sec_inc .kv-image .kv-image-slider {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}
#kv .sec_inc .kv-image .kv-image-slider.initialized {
  visibility: visible;
}
#kv .sec_inc .kv-image .kv-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1.5s ease-in-out;
}
#kv .sec_inc .kv-image .kv-slide.active {
  opacity: 1;
}
#kv .sec_inc .kv-image .kv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#kv .sec_inc .kv-image .kv-scroll {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 58px;
  height: 187px;
  /* 線のアニメーション */
}
@media (max-width: 767px) {
  #kv .sec_inc .kv-image .kv-scroll {
    display: none;
  }
}
#kv .sec_inc .kv-image .kv-scroll p {
  padding-top: 37px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
  writing-mode: vertical-rl;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: "Urbanist", sans-serif;
  /* 線のアニメーション部分 */
}
#kv .sec_inc .kv-image .kv-scroll p::before {
  animation: scroll 2s infinite;
  background-color: #000;
  bottom: -65px;
  content: "";
  height: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 1px;
}
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

#news {
  background: #F4F5F7;
  padding: 22px 0;
  position: relative;
  /* タイトル部分 */
  /* ニュースコンテンツ */
  /* エントリーボタン */
}
@media (max-width: 1024px) {
  #news {
    padding: 30px 20px;
  }
}
#news .sec_inc {
  max-width: 1640px;
  margin: 0 auto;
  padding: 30px 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media (max-width: 1024px) {
  #news .sec_inc {
    flex-direction: column;
    padding: 0px;
    gap: 20px;
    align-items: flex-start;
  }
}
#news .news-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-width: 200px;
  border-right: 1px solid #CCD3E2;
  padding-right: 42px;
}
@media (max-width: 1024px) {
  #news .news-title {
    border-right: none;
    border-bottom: 1px solid #CCD3E2;
    padding-bottom: 34px;
    width: 100%;
  }
}
#news .news-title .news-title-ja {
  font-size: 16px;
  color: #0F102E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 12px;
}
#news .news-title .news-title-en {
  font-size: 24px;
  color: #0F102E;
  font-family: "Urbanist", sans-serif;
  font-weight: 700;
  letter-spacing: 2.4px;
}
#news .news-content {
  display: flex;
  flex-direction: column;
  gap: 19px;
  flex: 1;
  min-width: 0;
}
@media (max-width: 767px) {
  #news .news-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 100%;
    padding: 20px 0 15px;
  }
}
#news .news-content .news-date {
  font-size: 16px;
  color: #16202C;
  font-family: "Urbanist", sans-serif;
  padding-left: 13px;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  #news .news-content .news-date {
    padding-left: 0;
  }
}
#news .news-content .news-text {
  flex: 1;
  min-width: 0;
  padding-left: 7px;
}
@media (max-width: 767px) {
  #news .news-content .news-text {
    padding-left: 0;
  }
}
#news .news-content .news-text a {
  font-size: 16px;
  font-weight: 400;
  color: #16202C;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
  letter-spacing: 1.6px;
  padding-left: 7px;
}
#news .news-entry {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #news .news-entry {
    width: 100%;
  }
}
#news .news-entry .entry-btn {
  width: 326px;
  height: 80px;
}
@media (max-width: 767px) {
  #news .news-entry .entry-btn {
    width: 100%;
  }
}
#news .news-entry .entry-logo {
  height: 80px;
  width: auto;
}
#news .news-entry .entry-text {
  font-size: 14px;
}
#news .news-entry .entry-arrow {
  width: 10px;
  height: 10px;
  fill: currentColor;
}

#target {
  max-width: 1640px;
  padding: 146px 0px 151px;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #target {
    padding: 105px 0px 52px;
  }
}
#target .sec_inc {
  display: flex;
  align-items: flex-start;
  gap: 192px;
  padding: 0 28px 0 99px;
  text-decoration: none;
  transition: opacity 0.3s;
}
#target .sec_inc:hover {
  opacity: 0.7;
}
@media (max-width: 1024px) {
  #target .sec_inc {
    flex-direction: column;
    gap: 60px;
    padding: 0 20px;
  }
}
#target .sec_inc .target-left {
  flex: 0 0 400px;
}
@media (max-width: 1024px) {
  #target .sec_inc .target-left {
    flex: none;
  }
}
#target .sec_inc .target-left h2 {
  font-size: 42px;
  color: #0F102E;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 7.8px;
}
@media (max-width: 767px) {
  #target .sec_inc .target-left h2 {
    font-size: 28px;
  }
}
#target .sec_inc .target-right {
  flex: 1;
  margin-top: -9px;
}
#target .sec_inc .target-right p {
  font-size: 16px;
  color: #0F102E;
  line-height: 2.2;
  margin-bottom: 56px;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  #target .sec_inc .target-right p {
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 53px;
  }
}
@media (max-width: 767px) {
  #target .sec_inc .target-right .view-more {
    display: flex;
    justify-content: flex-end;
  }
}
#target .sec_inc .target-right .view-more span {
  color: #0F102E;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #0F102E;
  padding-bottom: 2px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.4px;
  position: relative;
}
@media (max-width: 767px) {
  #target .sec_inc .target-right .view-more span {
    margin-right: 69px;
  }
}
#target .sec_inc .target-right .view-more span::after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url("../../../img/common/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  right: -76%;
  top: -13px;
}

#slide-animation {
  overflow: hidden;
  padding-bottom: 200px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #slide-animation {
    padding-bottom: 141px;
  }
}
@media (max-width: 767px) {
  #slide-animation {
    padding: 40px 0 141px;
  }
}
#slide-animation .slider-wrapper {
  display: flex;
  overflow: hidden;
}
#slide-animation .slider {
  animation: scroll-left 60s infinite linear 0.5s both;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #slide-animation .slider {
    animation: scroll-left 45s infinite linear 0.5s both;
  }
}
#slide-animation .slide {
  width: 41vw;
  flex-shrink: 0;
  max-width: 426px;
}
@media (max-width: 767px) {
  #slide-animation .slide {
    max-width: 247px;
    width: 247px;
  }
}
#slide-animation .slide img {
  width: 426px;
  display: block;
}
@media (max-width: 767px) {
  #slide-animation .slide img {
    width: 247px;
  }
}
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

#about {
  max-width: 1640px;
  padding: 0 100px 160px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about {
    padding: 0 20px 141px;
  }
}
@media (max-width: 767px) {
  #about {
    padding: 0 0 141px;
    max-width: 100%;
  }
}
#about .sec_inc {
  display: flex;
  align-items: flex-start;
  gap: 102px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .sec_inc {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #about .sec_inc {
    flex-direction: column;
    gap: 40px;
  }
}
#about .sec_inc .about-content {
  padding-top: 180px;
  text-decoration: none;
  transition: opacity 0.3s;
}
#about .sec_inc .about-content:hover {
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #about .sec_inc .about-content {
    padding-top: 5px;
  }
}
@media (max-width: 767px) {
  #about .sec_inc .about-content {
    padding: 12px 20px;
  }
}
#about .sec_inc .about-content h2 {
  font-size: 42px;
  margin-bottom: 56px;
  color: #0F102E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 8px;
}
@media (max-width: 767px) {
  #about .sec_inc .about-content h2 {
    font-size: 28px;
    margin-bottom: 52px;
    letter-spacing: 7px;
  }
}
#about .sec_inc .about-content p {
  font-size: 16px;
  line-height: 2.12;
  color: #666;
  margin-bottom: 81px;
  letter-spacing: 0.7px;
}
@media (max-width: 767px) {
  #about .sec_inc .about-content p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #about .sec_inc .about-content .view-more {
    display: flex;
    justify-content: flex-end;
  }
}
#about .sec_inc .about-content .view-more span {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.4px;
  color: #0F102E;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #0F102E;
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  #about .sec_inc .about-content .view-more span {
    margin-right: 69px;
  }
}
#about .sec_inc .about-content .view-more span::after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url("../../../img/common/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  right: -69px;
  top: -13px;
}
#about .sec_inc .about-img {
  width: 48.3%;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  #about .sec_inc .about-img {
    width: 100%;
  }
}
#about .sec_inc .about-img img {
  width: 100%;
  height: auto;
  display: block;
}

#support {
  max-width: 1640px;
  padding: 0 100px 200px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support {
    padding: 0 20px 200px;
  }
}
@media (max-width: 767px) {
  #support {
    padding: 0 0 193px;
    max-width: 100%;
  }
}
#support .sec_inc {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .sec_inc {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  #support .sec_inc {
    flex-direction: column-reverse;
    gap: 50px;
  }
}
#support .sec_inc .support-img {
  flex: 1;
}
@media (max-width: 767px) {
  #support .sec_inc .support-img {
    width: 100%;
  }
}
#support .sec_inc .support-img img {
  width: 100%;
  height: auto;
  display: block;
}
#support .sec_inc .support-content {
  flex: 1;
  padding-top: 201px;
  text-decoration: none;
  transition: opacity 0.3s;
}
#support .sec_inc .support-content:hover {
  opacity: 0.7;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #support .sec_inc .support-content {
    padding-top: 65px;
  }
}
@media (max-width: 767px) {
  #support .sec_inc .support-content {
    padding: 0px 20px;
    width: 100%;
  }
}
#support .sec_inc .support-content h2 {
  font-size: 42px;
  margin-bottom: 55px;
  color: #0F102E;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 7.2px;
}
@media (max-width: 767px) {
  #support .sec_inc .support-content h2 {
    font-size: 28px;
    margin-bottom: 52px;
    letter-spacing: 8px;
  }
}
#support .sec_inc .support-content p {
  font-size: 16px;
  line-height: 2.12;
  color: #666;
  margin-bottom: 40px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  #support .sec_inc .support-content p {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  #support .sec_inc .support-content .view-more {
    display: flex;
    justify-content: flex-end;
  }
}
#support .sec_inc .support-content .view-more span {
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.4px;
  color: #0F102E;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #0F102E;
  padding-bottom: 4px;
  position: relative;
  display: inline-block;
}
@media (max-width: 767px) {
  #support .sec_inc .support-content .view-more span {
    margin-right: 69px;
  }
}
#support .sec_inc .support-content .view-more span::after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url("../../../img/common/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  right: -60px;
  top: -13px;
}

#stories {
  position: relative;
  padding: 134px 0 125px;
  color: #fff;
}
@media (max-width: 767px) {
  #stories {
    padding: 0px;
  }
}
#stories::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  height: 100%;
  background: url(../../../img/top/work_img.webp) center/cover no-repeat;
}
@media (max-width: 767px) {
  #stories::before {
    background: url(../../../img/top/work_img-sp.webp) 25%/cover no-repeat;
  }
}
#stories .sec_inc {
  position: relative;
  z-index: 2;
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #stories .sec_inc {
    padding: 99px 20px 144px;
  }
}
#stories .sec_inc .section-header {
  margin-bottom: 46px;
}
#stories .sec_inc .section-header .section-label {
  font-size: 14px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
  position: relative;
}
#stories .sec_inc .section-header .section-label::after {
  content: none;
}
#stories .sec_inc .section-header h2 {
  font-size: 42px;
  color: #fff;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 6.4px;
}
#stories .sec_inc .stories-description {
  font-size: 16px;
  font-family: "Urbanist", sans-serif;
  color: #fff;
  line-height: 2.17;
  margin: 0 auto 48px;
  letter-spacing: 0.6px;
}
@media (max-width: 767px) {
  #stories .sec_inc .stories-description {
    font-size: 14px;
    line-height: 2.2;
    margin-bottom: 46px;
  }
}
#stories .sec_inc .view-more-btn {
  display: flex;
  justify-content: center;
  margin-bottom: 5.5%;
  margin-right: 5.5%;
}
#stories .sec_inc .view-more-btn .view-more a {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 2px solid #fff;
  padding-bottom: 2px;
  transition: opacity 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: "Urbanist", sans-serif;
  letter-spacing: 0.4px;
  position: relative;
}
#stories .sec_inc .view-more-btn .view-more a:hover {
  opacity: 0.7;
}
#stories .sec_inc .view-more-btn .view-more a::after {
  position: absolute;
  top: 0;
  content: "";
  background-image: url("../../../img/common/circle-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  display: inline-block;
  right: -76%;
  top: -13px;
}
@media (max-width: 767px) {
  #stories {
    padding: 80px 0;
    background-attachment: scroll;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #stories {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  #stories .sec_inc .section-header h2 {
    font-size: 28px;
  }
  #stories .sec_inc .stories-description {
    font-size: 14px;
    margin-bottom: 46px;
  }
}

#staff {
  padding: 84px 0 86px;
  background: #fff;
  margin-left: 100px;
  position: relative;
  z-index: 100;
  margin-top: -78px;
}
@media (max-width: 767px) {
  #staff {
    margin-left: 15px;
    padding: 83px 0 102px;
    margin-top: -50px;
  }
}
#staff .sec_inc {
  max-width: 1640px;
  margin: 0 auto;
  padding: 0 0px 0 60px;
}
@media (max-width: 767px) {
  #staff .sec_inc {
    padding: 0 0 0 40px;
  }
}
#staff .sec_inc .section-header {
  margin-bottom: 51px;
}
#staff .sec_inc .section-header .section-header-inner {
  display: flex;
  justify-content: flex-start;
  gap: 3.8%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  #staff .sec_inc .section-header .section-header-inner {
    gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    align-items: flex-start;
  }
}
#staff .sec_inc .section-header .section-label {
  color: #16202C;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 1.2px;
  font-size: 12px;
  font-family: "Urbanist", sans-serif;
  margin-bottom: 0px;
}
#staff .sec_inc .section-header h2 {
  font-size: 28px;
  color: #0F102E;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 5.1px;
}
@media (max-width: 767px) {
  #staff .sec_inc .section-header h2 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 19px;
  }
}
#staff .sec_inc .section-header .staff-pagination {
  position: relative !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  display: flex;
  justify-content: flex-end;
  gap: 0.9%;
  transform: translateY(-9px);
}
#staff .sec_inc .section-header .staff-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  background: #E0E6ED;
  opacity: 1;
  margin: 0;
  border-radius: initial;
}
#staff .sec_inc .section-header .staff-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0093C9;
}
#staff .sec_inc .staff-swiper {
  overflow: hidden;
  padding: 0;
}
#staff .sec_inc .staff-swiper .swiper-wrapper {
  align-items: stretch;
}
#staff .sec_inc .staff-swiper .swiper-slide {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  #staff .sec_inc .staff-swiper .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 1024px) {
  #staff .sec_inc .staff-swiper .swiper-slide {
    width: auto;
  }
}
#staff .sec_inc .staff-swiper .staff-item {
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  width: 404px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #staff .sec_inc .staff-swiper .staff-item {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item {
    width: 100%;
  }
}
#staff .sec_inc .staff-swiper .staff-item a {
  display: block;
  text-decoration: none;
  color: inherit;
  height: 100%;
  position: relative;
}
#staff .sec_inc .staff-swiper .staff-item a::after {
  content: "";
  position: absolute;
  bottom: 14px;
  right: 20px;
  width: 48px;
  height: 48px;
  background: url("../../../img/common/circle-rightarrow-dark.svg") no-repeat center;
  background-size: contain;
  transition: transform 0.3s ease;
}
@media (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item a::after {
    bottom: 16px;
    right: 11px;
  }
}
#staff .sec_inc .staff-swiper .staff-item:hover {
  transform: opacity 0.3s ease;
}
#staff .sec_inc .staff-swiper .staff-item:hover a::after {
  transform: translateX(5px);
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel {
  background: linear-gradient(135deg, #0F83E9, #00B197);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 500px;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel a {
  min-height: 500px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel a::after {
  content: none !important;
}
@media (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel a {
    min-height: 104vw;
  }
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content {
  text-align: center;
  color: #fff;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-icon svg {
  width: 40px;
  height: 40px;
  fill: #fff;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-text {
  font-size: 24px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 30px;
  letter-spacing: 2px;
  color: #fff;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-arrow {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
#staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-arrow svg {
  width: 30px;
  height: 30px;
  fill: #fff;
}
#staff .sec_inc .staff-swiper .staff-item .staff-img {
  position: relative;
}
#staff .sec_inc .staff-swiper .staff-item .staff-img img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
#staff .sec_inc .staff-swiper .staff-item .staff-img .staff-badge {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: #0F102E;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 700;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info {
  padding: 29px 21px 30px 0px;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info .department {
  font-size: 13px;
  color: #666;
  margin-bottom: 11px;
  line-height: 1.8;
  letter-spacing: 1.7px;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info .name {
  font-size: 18px;
  font-weight: 400;
  color: #0F102E;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 3px;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info .link-arrow {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info .link-arrow svg {
  width: 18px;
  height: 18px;
  fill: #666;
  transition: fill 0.3s ease;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info .link-arrow:hover {
  background: #2643B5;
}
#staff .sec_inc .staff-swiper .staff-item .staff-info .link-arrow:hover svg {
  fill: #fff;
}
@media (max-width: 767px) {
  #staff {
    padding: 80px 0;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #staff {
    padding: 53px 0 10px;
  }
}
@media (max-width: 767px) {
  #staff .sec_inc .section-header {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #staff .sec_inc .section-header {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  #staff .sec_inc .section-header h2 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #staff .sec_inc .section-header h2 {
    font-size: 22px;
    letter-spacing: 4px;
    margin-bottom: 9px;
  }
}
@media (max-width: 767px) {
  #staff .sec_inc .section-header .staff-pagination {
    margin-top: 20px !important;
  }
  #staff .sec_inc .staff-swiper {
    padding: 0;
    margin: 0;
  }
  #staff .sec_inc .staff-swiper .swiper-slide {
    width: 85% !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #staff .sec_inc .staff-swiper .swiper-slide {
    width: 83% !important;
  }
}
@media screen and (max-width: 767px) and (min-width: 769px) {
  #staff .sec_inc .staff-swiper .swiper-slide {
    width: auto !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  #staff .sec_inc .staff-swiper .swiper-wrapper {
    width: 100%;
  }
  #staff .sec_inc .staff-swiper .swiper-wrapper .swiper-slide {
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) and (max-width: 767px) {
  #staff .sec_inc .staff-swiper .swiper-wrapper .swiper-slide {
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel {
    min-height: 400px;
  }
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-icon svg {
    width: 30px;
    height: 30px;
  }
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-arrow {
    width: 50px;
    height: 50px;
  }
  #staff .sec_inc .staff-swiper .staff-item.all-staff-panel .panel-content .panel-arrow svg {
    width: 24px;
    height: 24px;
  }
  #staff .sec_inc .staff-swiper .staff-item .staff-img .staff-badge {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
  #staff .sec_inc .staff-swiper .staff-item .staff-info {
    padding: 25px 20px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item .staff-info {
    padding: 32px 0px;
  }
}
@media (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item .staff-info .department {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item .staff-info .department {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  #staff .sec_inc .staff-swiper .staff-item .staff-info .name {
    font-size: 18px;
  }
  #staff .sec_inc .staff-swiper .staff-item .staff-info .link-arrow {
    width: 32px;
    height: 32px;
  }
  #staff .sec_inc .staff-swiper .staff-item .staff-info .link-arrow svg {
    width: 16px;
    height: 16px;
  }
}

#recruit-info {
  position: relative;
  padding: 125px 0 120px;
  background: linear-gradient(90deg, #0F83E9 0%, #00B197 100%);
}
#recruit-info .sec_inc {
  position: relative;
  z-index: 2;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 100px;
  text-align: center;
}
@media (max-width: 767px) {
  #recruit-info .sec_inc {
    padding: 0 20px;
  }
}
#recruit-info .sec_inc .recruit-header {
  margin-bottom: 55px;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 50px;
}
#recruit-info .sec_inc .recruit-header .recruit-label {
  font-size: 14px;
  color: #fff;
  font-family: "Urbanist", sans-serif;
  font-weight: 600;
  letter-spacing: 1.5px;
}
#recruit-info .sec_inc .recruit-header h2 {
  font-size: 34px;
  color: #fff;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  letter-spacing: 5.1px;
}
#recruit-info .sec_inc .recruit-panels {
  display: flex;
  justify-content: center;
  gap: 50px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recruit-info .sec_inc .recruit-panels {
    gap: 40px;
    flex-direction: column;
  }
}
#recruit-info .sec_inc .recruit-panels .recruit-panel {
  overflow: hidden;
  transition: all 0.3s ease;
  width: 380px;
  height: 100px;
  border: 1px solid #fff;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #recruit-info .sec_inc .recruit-panels .recruit-panel {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  #recruit-info .sec_inc .recruit-panels .recruit-panel {
    width: 100%;
    height: auto;
  }
}
#recruit-info .sec_inc .recruit-panels .recruit-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(38, 67, 181, 0.3);
}
#recruit-info .sec_inc .recruit-panels .recruit-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 19px 30px 30px;
  text-decoration: none;
  color: #fff;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
#recruit-info .sec_inc .recruit-panels .recruit-panel a .panel-text {
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 3px;
  color: #fff;
  flex-shrink: 0;
}
#recruit-info .sec_inc .recruit-panels .recruit-panel a .panel-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}
#recruit-info .sec_inc .recruit-panels .recruit-panel a .panel-arrow svg {
  fill: #fff;
  transition: fill 0.3s ease;
  width: 36px;
  height: 36px;
}
@media (max-width: 767px) {
  #recruit-info {
    padding: 85px 0 67px;
    background-attachment: scroll;
  }
  #recruit-info .sec_inc {
    padding: 0 16px;
  }
  #recruit-info .sec_inc .recruit-header {
    margin-bottom: 60px;
    gap: 37px;
  }
  #recruit-info .sec_inc .recruit-header h2 {
    font-size: 30px;
  }
  #recruit-info .sec_inc .recruit-panels {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  #recruit-info .sec_inc .recruit-panels .recruit-panel a {
    width: 100%;
    padding: 25px;
    height: 84px;
  }
  #recruit-info .sec_inc .recruit-panels .recruit-panel a .panel-text {
    font-size: 16px;
  }
  #recruit-info .sec_inc .recruit-panels .recruit-panel a .panel-arrow {
    width: 40px;
    height: 40px;
  }
  #recruit-info .sec_inc .recruit-panels .recruit-panel a .panel-arrow svg {
    width: 20px;
    height: 20px;
  }
}

#entry {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: linear-gradient(135deg, #2643B5, #14297B);
}
#entry .sec_inc {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 1640px;
  padding: 0 100px;
  margin: 0 auto;
  padding: 0 20px;
}
#entry .sec_inc h2 {
  font-size: clamp(32px, 4vw, 48px);
  color: #fff;
  margin-bottom: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
#entry .sec_inc h2 span {
  color: #fff;
  font-size: 16px;
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 2px;
  margin-bottom: 15px;
  opacity: 0.9;
}
#entry .sec_inc .entry-area {
  max-width: 600px;
  margin: 0 auto;
}
#entry .sec_inc .entry-area .entry-area-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
#entry .sec_inc .entry-area .entry-area-inner a {
  display: block;
  transition: transform 0.3s ease;
}
#entry .sec_inc .entry-area .entry-area-inner a:hover {
  transform: translateY(-3px);
  opacity: 1;
}
#entry .sec_inc .entry-area .entry-area-inner a img {
  height: 60px;
  width: auto;
}
#entry .c-bgmat {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#entry .c-bgmat img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.1;
}
@media (max-width: 767px) {
  #entry {
    padding: 80px 0;
  }
  #entry .sec_inc h2 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  #entry .sec_inc .entry-area .entry-area-inner {
    flex-direction: column;
    gap: 20px;
  }
  #entry .sec_inc .entry-area .entry-area-inner a img {
    height: 50px;
  }
}