@charset "UTF-8";
body {
  position: relative;
}

.font-bold {
  font-weight: 700;
  letter-spacing: 0.32px;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.common-number {
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", "Segoe UI", sans-serif;
}

@media (min-width: 1200px) {
  .pc-only {
    display: block !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .pc-tablet-only {
    display: block !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .pc-tablet-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .pc-tablet-only {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .tablet-mobile-only {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .tablet-mobile-only {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .tablet-mobile-only {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .mobile-only {
    display: block !important;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

p .highlight {
  font-weight: bold;
  color: #067CB1;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.32px;
}

.link-nav {
  padding: var(--spacing-md, 16px) var(--spacing-xl, 32px);
  transition: all 0.3s ease;
  position: relative;
  display: block;
  border: 2px solid var(--color-border-default, #E1E4E7);
  background: var(--color-background-default, #FFF);
}
@media (max-width: 1199px) {
  .link-nav {
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .link-nav {
    padding: 10px;
  }
}
.link-nav::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  right: 5px;
  background-image: url(../images/link-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .link-nav::before {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
.link-nav:hover img {
  opacity: 0.7;
}
.link-nav:hover::before {
  opacity: 0.7;
}

.lp-header {
  height: 96px;
  padding-bottom: 16px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(13, 170, 225, 0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: transform 0.2s ease-in-out;
}
@media (max-width: 1199px) {
  .lp-header {
    height: 88px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .lp-header {
    border-bottom: 1px solid rgba(13, 170, 225, 0.3);
  }
}
.lp-header.is-hidden {
  transform: translateY(-100%);
}
.lp-header__top {
  height: 24px;
  background: #F2F7F8;
  color: #134F6C;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px;
  font-weight: 500;
  padding: 0 40px;
  line-height: 24px;
  text-align: left;
  z-index: 1055;
  position: relative;
}
@media (max-width: 1199px) {
  .lp-header__top {
    padding: 0 84px;
  }
}
@media (max-width: 767px) {
  .lp-header__top {
    padding: 0 12px;
  }
}
.lp-header__top p {
  max-width: 1200px;
  margin: 0 auto;
}
.lp-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 16px 0;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1055;
  position: relative;
}
@media (max-width: 1199px) {
  .lp-header__inner {
    padding: 0 84px;
  }
}
@media (max-width: 767px) {
  .lp-header__inner {
    padding: 0 12px;
  }
}
.lp-header__left {
  display: flex;
  align-items: center;
}
.lp-header__right {
  display: flex;
  align-items: center;
  gap: 54px;
  margin-right: 4px;
}
@media (max-width: 1199px) {
  .lp-header__right {
    margin-right: 0;
  }
}

.lp-logo {
  display: inline-block;
  text-decoration: none;
}
.lp-logo img {
  display: block;
  height: 32px;
  width: auto;
}

.lp-nav {
  display: none;
}
@media (min-width: 1200px) {
  .lp-nav {
    display: block;
    margin-left: 118px;
    padding-right: 40px;
  }
}
.lp-nav__list {
  display: flex;
  gap: 32px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.lp-nav__list a {
  color: #134F6C;
  text-decoration: none;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  transition: color 0.15s ease-in-out;
}
.lp-nav__list a:hover {
  color: #067CB1;
}

.lp-cta {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  text-decoration: none;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  transition: all 0.15s ease-in-out;
}
.lp-cta--watch {
  color: #134F6C;
  padding: 8px 0;
}
@media (max-width: 1199px) {
  .lp-cta--watch {
    display: none;
  }
}
.lp-cta--watch .lp-cta__icon {
  width: 20px;
  height: 20px;
}
.lp-cta--watch:hover {
  color: #067CB1;
}
.lp-cta--watch .lp-cta__label {
  font-weight: 500;
}
.lp-cta--register {
  width: 160px;
  justify-content: center;
  background: linear-gradient(90deg, #FF7B00 0%, #FF611D 100%);
  color: #FFFFFF;
  border-radius: 9999px;
  padding: 8px 16px;
  box-shadow: 2px 2px 4px 0px rgba(31, 31, 31, 0.02);
  border: 1px solid #F89D42;
}
.lp-cta--register:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) {
  .lp-cta--register {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    border-radius: 50%;
    display: none;
  }
  .lp-cta--register .lp-cta__label {
    display: none;
  }
  .lp-cta--register::after {
    content: "→";
    font-size: 16px;
    font-weight: 700;
  }
}

.lp-hamburger {
  display: none;
  background: transparent;
  border: none;
  padding: 12px;
  cursor: pointer;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1199px) {
  .lp-hamburger {
    display: flex;
  }
}
@media (max-width: 767px) {
  .lp-hamburger {
    width: 40px;
    padding: 0;
  }
}
.lp-hamburger__lines {
  position: relative;
  width: 30px;
  height: 2px;
  background: #202326;
  transition: all 0.2s ease-in-out;
}
.lp-hamburger__lines::before, .lp-hamburger__lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background: #202326;
  transition: all 0.2s ease-in-out;
}
.lp-hamburger__lines::before {
  top: -7px;
}
.lp-hamburger__lines::after {
  top: 7px;
}
.lp-hamburger[aria-expanded=true] .lp-hamburger__lines {
  background: transparent;
}
.lp-hamburger[aria-expanded=true] .lp-hamburger__lines::before {
  transform: rotate(45deg);
  top: 0;
}
.lp-hamburger[aria-expanded=true] .lp-hamburger__lines::after {
  transform: rotate(-45deg);
  top: 0;
}

.lp-drawer {
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  height: calc(100vh - 88px);
  background: #FFFFFF;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
}
.lp-drawer[aria-hidden=false] {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.lp-drawer__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding: 56px 16px 24px;
  box-sizing: border-box;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .lp-drawer__inner {
    margin: 0 auto;
    padding: 56px 0 24px;
  }
}
@media (max-width: 767px) {
  .lp-drawer__inner {
    padding: 0;
  }
}
.lp-drawer__nav {
  width: 100%;
  padding: 0 84px;
}
@media (max-width: 767px) {
  .lp-drawer__nav {
    padding: 16px 12px 0;
  }
}
.lp-drawer__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.lp-drawer__nav ul li {
  border-bottom: 1px solid #D1DAE4;
}
.lp-drawer__nav ul li:last-child {
  border-bottom: none;
}
.lp-drawer__nav ul li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #134F6C;
  text-decoration: none;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  padding: 24px 0;
  height: 80px;
  box-sizing: border-box;
  transition: color 0.15s ease-in-out;
}
@media (max-width: 1199px) {
  .lp-drawer__nav ul li a {
    font-size: var(--typography-label-sm-font-size, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 0.28px;
    padding: 3vh 0;
    height: auto;
  }
}
.lp-drawer__nav ul li a:hover {
  color: #067CB1;
}
.lp-drawer__nav ul li a::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../images/nav-arrow.svg") no-repeat center;
  background-size: contain;
}
.lp-drawer__nav ul li.watch-cm a {
  justify-content: flex-start;
  gap: 3px;
}
.lp-drawer__nav ul li.watch-cm a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/play-icon.svg") no-repeat center;
  background-size: contain;
}
.lp-drawer__nav ul li.watch-cm a::after {
  display: none;
}
.lp-drawer__logos {
  width: 100%;
  height: 100%;
  background: url("../images/drawer-bk.png") lightgray 50%/cover no-repeat;
  padding: 32px 84px 0;
}
@media (max-width: 767px) {
  .lp-drawer__logos {
    padding: 16px 12px 0;
  }
}
.lp-drawer__logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .lp-drawer__logos-grid {
    gap: 6px;
    padding: 0;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .lp-drawer__logos-grid {
    padding: 0;
    gap: 6px;
  }
}
.lp-drawer__logos-item {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.15s ease-in-out;
}
.lp-drawer__logos-item:hover {
  opacity: 1;
}
.lp-drawer__logos-item img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

body.drawer-open {
  overflow: hidden;
}

.lp-drawer[aria-hidden=false] ~ .lp-header .lp-hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 1051;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.lp-hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  z-index: 2;
}
@media (min-width: 1200px) {
  .lp-hero {
    margin-top: 96px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lp-hero {
    margin-top: 88px;
  }
}
@media (max-width: 767px) {
  .lp-hero {
    margin-top: 88px;
  }
}
.lp-hero__image {
  position: relative;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 1040px) {
  .lp-hero__image {
    aspect-ratio: 16/9;
    max-height: calc(100vh - 96px);
  }
}
@media (min-width: 768px) and (max-width: 1039px) {
  .lp-hero__image {
    aspect-ratio: 4/5;
    max-height: calc(100vh - 88px);
  }
}
@media (min-width: 510px) and (max-width: 767px) {
  .lp-hero__image {
    aspect-ratio: 1/1;
    max-height: calc(100vh - 88px);
  }
}
@media (max-width: 509px) {
  .lp-hero__image {
    aspect-ratio: 9/16;
    max-height: calc(100vh - 88px);
  }
}
@media (orientation: landscape) and (max-width: 1039px) {
  .lp-hero__image {
    aspect-ratio: 16/9;
    max-height: calc(100vh - 88px);
  }
}
.lp-hero__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.lp-hero__image .lp-hero__bk {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lp-hero__image .lp-hero__bk img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top center;
}
.lp-hero__image .lp-hero__catchphrase {
  width: 90%;
  height: auto;
  max-width: 1800px;
  position: absolute;
  top: 8vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-hero__image .lp-hero__catchphrase {
    width: 44%;
    max-width: calc(100% - 12vw);
    top: 32px;
    transform: none;
    left: 84px;
  }
  .lp-hero__image .lp-hero__catchphrase img {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) and (max-aspect-ratio: 16/9) {
  .lp-hero__image .lp-hero__catchphrase {
    width: 49%;
    max-width: calc(100% - 12vw);
    top: 7vh;
    transform: none;
    left: 84px;
  }
  .lp-hero__image .lp-hero__catchphrase img {
    width: 100%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) and (max-aspect-ratio: 4/3) {
  .lp-hero__image .lp-hero__catchphrase {
    width: 55%;
    max-width: calc(100% - 12vw);
    top: 10vh;
    transform: none;
    left: 84px;
  }
  .lp-hero__image .lp-hero__catchphrase img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .lp-hero__image .lp-hero__catchphrase {
    width: 36%;
    max-width: calc(100% - 12vw);
    transform: none;
    top: unset;
    left: unset;
    bottom: 19vh;
    right: 32px;
  }
  .lp-hero__image .lp-hero__catchphrase img {
    width: 100%;
  }
}
.lp-hero__catchcopy {
  position: absolute;
  bottom: 20%;
  right: 14vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .lp-hero__catchcopy {
    display: none;
  }
}
.lp-hero__subtitle {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  text-shadow: 0 10px 20px rgba(13, 170, 225, 0.3);
  z-index: 6;
}
.lp-hero__highlight {
  line-height: 150%;
  font-size: 48px;
}
.lp-hero__cta {
  display: none;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media (max-width: 1199px) {
  .lp-hero__cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 8px 40px 16px 40px;
    background: rgba(255, 255, 255, 0.6);
    bottom: 0;
  }
}
@media (max-width: 1199px) {
  .lp-hero__cta {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  }
  .lp-hero__cta.is-visible {
    transform: translateY(0);
  }
  .lp-hero__cta.is-hidden {
    transform: translateY(100%);
  }
}
@media (orientation: landscape) and (max-height: 500px) {
  .lp-hero__cta {
    transform: translateY(100%) !important;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .lp-hero__cta {
    padding: 16px;
  }
}
.lp-hero__cta p {
  color: #173066;
  text-align: right;
  text-shadow: 0 10px 20px rgba(13, 170, 225, 0.3);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.lp-hero__register-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #FF7B00 0%, #FF611D 100%);
  color: #FFFFFF;
  text-decoration: none;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  border-radius: 9999px;
  box-shadow: 2px 2px 4px 0px rgba(31, 31, 31, 0.02);
  border: 1.5px solid #F89D42;
  transition: all 0.15s ease-in-out;
  min-width: 200px;
  height: 56px;
  padding: 0 32px;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lp-hero__register-btn {
    width: 100%;
    max-width: 403px;
    height: 63px;
    padding: 12px 24px;
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  .lp-hero__register-btn {
    width: 100%;
    min-width: 180px;
    height: 60px;
    padding: 0 24px;
  }
}
.lp-hero__register-btn:hover {
  background: linear-gradient(90deg, #FF611D 0%, #E55A1A 100%);
  transform: translateY(-2px);
  box-shadow: 0px 4px 15px 0px rgba(13, 170, 225, 0.3);
}
.lp-hero__register-btn:active {
  transform: translateY(0);
}
.lp-hero__register-text {
  font-size: 16px;
  line-height: 1.5;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .lp-hero__register-text {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .lp-hero__register-text {
    font-size: 21px;
  }
}

.lp-job-search {
  padding: 100px 24px;
  background: #FFFFFF;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-job-search {
    padding: 56px 0px;
  }
}
@media (max-width: 767px) {
  .lp-job-search {
    padding: 56px 12px;
  }
}
.lp-job-search__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-job-search__inner {
    gap: 40px;
    gap: 38px;
  }
}
@media (max-width: 767px) {
  .lp-job-search__inner {
    gap: 40px;
  }
}
.lp-job-search__description {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.75;
  color: #134F6C;
  text-align: center;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-job-search__description {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .lp-job-search__description {
    text-align: left;
  }
}
.lp-job-search__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 1.58;
  color: #067CB1;
  text-align: center;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-job-search__title {
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0.464px;
  }
}
@media (max-width: 767px) {
  .lp-job-search__title {
    font-size: 29px;
    line-height: 1.58;
    letter-spacing: 0.464px;
  }
}
.lp-job-search__form-container {
  width: 100%;
  position: relative;
}
.lp-job-search__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  padding: 24px;
  background: linear-gradient(216deg, #EEF5F7 0%, #F9FCFD 8%, #F9FCFD 55%, #EEF5F7 100%);
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
}
@media (max-width: 1088px) and (min-width: 768px) {
  .lp-job-search__bottom {
    padding: 16px;
    flex-direction: column;
    gap: 24px;
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .lp-job-search__bottom {
    padding: var(--spacing-lg, 16px);
    flex-direction: column;
    gap: 21px;
    max-width: 600px;
  }
}
.lp-job-search__bottom-text {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  letter-spacing: 0.32px;
  font-weight: 500;
  line-height: 1.75;
  color: #134F6C;
  text-align: left;
  order: 2;
}
@media (max-width: 1199px) {
  .lp-job-search__bottom-text {
    width: 100%;
    order: 1;
    letter-spacing: 0.28px;
    line-height: 1.6;
  }
}
@media (max-width: 767px) {
  .lp-job-search__bottom-text {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.28px;
  }
}
.lp-job-search__logos {
  display: flex;
  justify-content: center;
  order: 1;
}
@media (max-width: 1199px) {
  .lp-job-search__logos {
    width: 100%;
  }
}
.lp-job-search__logos-pc {
  display: block;
}
@media (max-width: 1199px) {
  .lp-job-search__logos-pc {
    display: none;
  }
}
.lp-job-search__logos-tablet {
  display: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-job-search__logos-tablet {
    display: block;
  }
}
.lp-job-search__logos-sp {
  display: none;
}
@media (max-width: 767px) {
  .lp-job-search__logos-sp {
    display: block;
  }
}
.lp-job-search__logos-inner {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .lp-job-search__logos-inner {
    width: 100%;
    flex-direction: column;
    gap: 6px;
  }
}
.lp-job-search__logos-item {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: var(--spacing-none, 0);
  background: var(--color-background-default, #FFF);
  position: relative;
}
@media (max-width: 1199px) {
  .lp-job-search__logos-item {
    width: 100%;
  }
}
.lp-job-search__logos-item a {
  width: 175.647px;
  padding: var(--spacing-md, 16px) var(--spacing-xl, 32px);
  transition: all 0.3s ease;
  position: relative;
  display: block;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .lp-job-search__logos-item a {
    width: 100%;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .lp-job-search__logos-item a {
    padding: 10px;
  }
}
.lp-job-search__logos-item a::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 5px;
  right: 5px;
  background-image: url(../images/link-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .lp-job-search__logos-item a::before {
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
  }
}
.lp-job-search__logos-item a:hover img {
  opacity: 0.7;
}
.lp-job-search__logos-item a:hover::before {
  opacity: 0.7;
}
.lp-job-search__sp-tabs {
  margin-bottom: 32px;
}
.lp-job-search__sp-form {
  margin-bottom: 0;
}

.lp-new-jobs {
  padding: 100px 24px 234px;
  background-color: #FFFFFF;
  position: relative;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-new-jobs {
    padding: 56px 16px;
    padding-bottom: calc(112px + 12%);
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .lp-new-jobs {
    padding: 56px 16px 96px;
    gap: 56px;
  }
}
.lp-new-jobs__inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-new-jobs__inner {
    max-width: 600px;
  }
}
@media (max-width: 767px) {
  .lp-new-jobs__inner {
    max-width: 510px;
  }
}
.lp-new-jobs__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-new-jobs__content {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .lp-new-jobs__content {
    gap: 40px;
  }
}
@media (min-width: 1200px) {
  .lp-new-jobs__content--pc {
    display: flex;
  }
}
.lp-new-jobs__content--tablet {
  display: none;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-new-jobs__content--tablet {
    display: flex;
  }
}
.lp-new-jobs__content--sp {
  display: none;
}
@media (max-width: 767px) {
  .lp-new-jobs__content--sp {
    display: flex;
  }
}
.lp-new-jobs__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  text-align: center;
  color: #067CB1;
  margin: 0;
}
@media (min-width: 1200px) {
  .lp-new-jobs__title {
    font-size: 33px;
    line-height: 1.58;
    letter-spacing: 1.6%;
  }
}
@media (max-width: 1199px) {
  .lp-new-jobs__title {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .lp-new-jobs__title {
    font-size: 29px;
    line-height: 1.58;
    letter-spacing: 0.464px;
  }
}

.lp-about-service {
  position: relative;
  z-index: 15;
  margin-top: -12%;
  margin-bottom: -12%;
}
@media (min-width: 2400px) {
  .lp-about-service {
    margin-top: -6%;
    margin-bottom: -6%;
  }
}
@media (max-width: 2399px) and (min-width: 1700px) {
  .lp-about-service {
    margin-top: -8%;
    margin-bottom: -8%;
  }
}
.lp-about-service__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.lp-about-service__background {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: -1;
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
@media (min-width: 2400px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTY4IiBoZWlnaHQ9IjgzMiIgdmlld0JveD0iMCAwIDI5NjggODMyIj48cGF0aCBkPSJNMjk2OCA2ODIuNDc2QzI5NjggNjgyLjQ3NiAyNjk3LjIgNzU3LjIzOCAyMDkwLjk5IDc2MC45MTRDMTgwNC4zOSA3NjIuNjU2IDE1NzMuNzQgNzQwLjc0NCAxMTA1LjkyIDc0MC43NDRDNDQyLjYxOCA3NDAuNzQ0IDAgODMyIDAgODMyVjE0OS41MzFDMCAxNDkuNTMxIDQ0Mi42MTggNTguMjc0OCAxMTA1LjkyIDU4LjI3NDhDMTU3My43NCA1OC4yNzQ4IDE4MDQuMzkgODAuMTc5OCAyMDkwLjk5IDc4LjQ0NTNDMjY5Ny4yIDc0Ljc2MjEgMjk2OCAwIDI5NjggMFY2ODIuNDc2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTY4IiBoZWlnaHQ9IjgzMiIgdmlld0JveD0iMCAwIDI5NjggODMyIj48cGF0aCBkPSJNMjk2OCA2ODIuNDc2QzI5NjggNjgyLjQ3NiAyNjk3LjIgNzU3LjIzOCAyMDkwLjk5IDc2MC45MTRDMTgwNC4zOSA3NjIuNjU2IDE1NzMuNzQgNzQwLjc0NCAxMTA1LjkyIDc0MC43NDRDNDQyLjYxOCA3NDAuNzQ0IDAgODMyIDAgODMyVjE0OS41MzFDMCAxNDkuNTMxIDQ0Mi42MTggNTguMjc0OCAxMTA1LjkyIDU4LjI3NDhDMTU3My43NCA1OC4yNzQ4IDE4MDQuMzkgODAuMTc5OCAyMDkwLjk5IDc4LjQ0NTNDMjY5Ny4yIDc0Ljc2MjEgMjk2OCAwIDI5NjggMFY2ODIuNDc2WiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  }
}
@media (max-width: 2399px) and (min-width: 1700px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjgzMiIgdmlld0JveD0iMCAwIDE5MjAgODMyIj48cGF0aCBkPSJNMTkyMCA2ODIuNDc2QzE5MjAgNjgyLjQ3NiAxNzQ0LjgyIDc1Ny4yMzggMTM1Mi42NiA3NjAuOTE0QzExNjcuMjYgNzYyLjY1NiAxMDE4LjA1IDc0MC43NDQgNzE1LjQyIDc0MC43NDRDMjg2LjMzIDc0MC43NDQgMCA4MzIgMCA4MzJWMTQ5LjUzMUMwIDE0OS41MzEgMjg2LjMzIDU4LjI3NDggNzE1LjQyIDU4LjI3NDhDMTAxOC4wNSA1OC4yNzQ4IDExNjcuMjYgODAuMTc5OCAxMzUyLjY2IDc4LjQ0NTNDMTc0NC44MiA3NC43NjIxIDE5MjAgMCAxOTIwIDBWNjgyLjQ3NloiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjgzMiIgdmlld0JveD0iMCAwIDE5MjAgODMyIj48cGF0aCBkPSJNMTkyMCA2ODIuNDc2QzE5MjAgNjgyLjQ3NiAxNzQ0LjgyIDc1Ny4yMzggMTM1Mi42NiA3NjAuOTE0QzExNjcuMjYgNzYyLjY1NiAxMDE4LjA1IDc0MC43NDQgNzE1LjQyIDc0MC43NDRDMjg2LjMzIDc0MC43NDQgMCA4MzIgMCA4MzJWMTQ5LjUzMUMwIDE0OS41MzEgMjg2LjMzIDU4LjI3NDggNzE1LjQyIDU4LjI3NDhDMTAxOC4wNSA1OC4yNzQ4IDExNjcuMjYgODAuMTc5OCAxMzUyLjY2IDc4LjQ0NTNDMTc0NC44MiA3NC43NjIxIDE5MjAgMCAxOTIwIDBWNjgyLjQ3NloiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  }
}
@media (max-width: 1699px) and (min-width: 1200px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjgzMiIgdmlld0JveD0iMCAwIDEyMDAgODMyIj48cGF0aCBkPSJNMTIwMCA2ODIuNDc2QzEyMDAgNjgyLjQ3NiAxMDkwLjUxIDc1Ny4yMzggODQ1LjQxMyA3NjAuOTE0QzcyOS41MzggNzYyLjY1NiA2MzYuMjgxIDc0MC43NDQgNDQ3LjEzNyA3NDAuNzQ0QzE3OC45NTYgNzQwLjc0NCAwIDgzMiAwIDgzMlYxNDkuNTMxQzAgMTQ5LjUzMSAxNzguOTU2IDU4LjI3NDggNDQ3LjEzNyA1OC4yNzQ4QzYzNi4yODEgNTguMjc0OCA3MjkuNTM4IDgwLjE3OTggODQ1LjQxMyA3OC40NDUzQzEwOTAuNTEgNzQuNzYyMSAxMjAwIDAgMTIwMCAwVjY4Mi40NzZaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjAwIiBoZWlnaHQ9IjgzMiIgdmlld0JveD0iMCAwIDEyMDAgODMyIj48cGF0aCBkPSJNMTIwMCA2ODIuNDc2QzEyMDAgNjgyLjQ3NiAxMDkwLjUxIDc1Ny4yMzggODQ1LjQxMyA3NjAuOTE0QzcyOS41MzggNzYyLjY1NiA2MzYuMjgxIDc0MC43NDQgNDQ3LjEzNyA3NDAuNzQ0QzE3OC45NTYgNzQwLjc0NCAwIDgzMiAwIDgzMlYxNDkuNTMxQzAgMTQ5LjUzMSAxNzguOTU2IDU4LjI3NDggNDQ3LjEzNyA1OC4yNzQ4QzYzNi4yODEgNTguMjc0OCA3MjkuNTM4IDgwLjE3OTggODQ1LjQxMyA3OC40NDUzQzEwOTAuNTEgNzQuNzYyMSAxMjAwIDAgMTIwMCAwVjY4Mi40NzZaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  }
}
@media (max-width: 1199px) and (min-width: 1040px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTk5IiBoZWlnaHQ9Ijk1MiIgdmlld0JveD0iMCAwIDExOTkgOTUyIj48cGF0aCBkPSJNMTE5OSA4NjIuNjgxQzExOTkgODYyLjY4MSAxMDg5LjYgOTA3LjM0IDg0NC43MDggOTA5LjUzN0M3MjguOTMgOTEwLjU3NyA2MzUuNzUxIDg5Ny40ODggNDQ2Ljc2NSA4OTcuNDg4QzE3OC44MDcgODk3LjQ4OCAwIDk1MiAwIDk1MlY4OS4zMjMyQzAgODkuMzIzMiAxNzguODA3IDM0LjgxMDggNDQ2Ljc2NSAzNC44MTA4QzYzNS43NTEgMzQuODEwOCA3MjguOTMgNDcuODk1OSA4NDQuNzA4IDQ2Ljg1OThDMTA4OS42IDQ0LjY1OTYgMTE5OSAwIDExOTkgMFY4NjIuNjgxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMTk5IiBoZWlnaHQ9Ijk1MiIgdmlld0JveD0iMCAwIDExOTkgOTUyIj48cGF0aCBkPSJNMTE5OSA4NjIuNjgxQzExOTkgODYyLjY4MSAxMDg5LjYgOTA3LjM0IDg0NC43MDggOTA5LjUzN0M3MjguOTMgOTEwLjU3NyA2MzUuNzUxIDg5Ny40ODggNDQ2Ljc2NSA4OTcuNDg4QzE3OC44MDcgODk3LjQ4OCAwIDk1MiAwIDk1MlY4OS4zMjMyQzAgODkuMzIzMiAxNzguODA3IDM0LjgxMDggNDQ2Ljc2NSAzNC44MTA4QzYzNS43NTEgMzQuODEwOCA3MjguOTMgNDcuODk1OSA4NDQuNzA4IDQ2Ljg1OThDMTA4OS42IDQ0LjY1OTYgMTE5OSAwIDExOTkgMFY4NjIuNjgxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  }
}
@media (max-width: 1039px) and (min-width: 900px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iNzYwIiB2aWV3Qm94PSIwIDAgNzY4IDc2MCI+PHBhdGggZD0iTTc2OCA2NzAuNjgxQzc2OCA2NzAuNjgxIDY5Ny45MjggNzE1LjM0IDU0MS4wNjQgNzE3LjUzN0M0NjYuOTA0IDcxOC41NzcgNDA3LjIyIDcwNS40ODggMjg2LjE2OCA3MDUuNDg4QzExNC41MzIgNzA1LjQ4OCAwIDc2MCAwIDc2MFY4OS4zMjMyQzAgODkuMzIzMiAxMTQuNTMyIDM0LjgxMDggMjg2LjE2OCAzNC44MTA4QzQwNy4yMiAzNC44MTA4IDQ2Ni45MDQgNDcuODk1OSA1NDEuMDY0IDQ2Ljg1OThDNjk3LjkyOCA0NC42NTk2IDc2OCAwIDc2OCAwVjY3MC42ODFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iNzYwIiB2aWV3Qm94PSIwIDAgNzY4IDc2MCI+PHBhdGggZD0iTTc2OCA2NzAuNjgxQzc2OCA2NzAuNjgxIDY5Ny45MjggNzE1LjM0IDU0MS4wNjQgNzE3LjUzN0M0NjYuOTA0IDcxOC41NzcgNDA3LjIyIDcwNS40ODggMjg2LjE2OCA3MDUuNDg4QzExNC41MzIgNzA1LjQ4OCAwIDc2MCAwIDc2MFY4OS4zMjMyQzAgODkuMzIzMiAxMTQuNTMyIDM0LjgxMDggMjg2LjE2OCAzNC44MTA4QzQwNy4yMiAzNC44MTA4IDQ2Ni45MDQgNDcuODk1OSA1NDEuMDY0IDQ2Ljg1OThDNjk3LjkyOCA0NC42NTk2IDc2OCAwIDc2OCAwVjY3MC42ODFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iOTUyIiB2aWV3Qm94PSIwIDAgNzY4IDk1MiI+PHBhdGggZD0iTTc2OCA4NjIuNjgxQzc2OCA4NjIuNjgxIDY5Ny45MjggOTA3LjM0IDU0MS4wNjQgOTA5LjUzN0M0NjYuOTA0IDkxMC41NzcgNDA3LjIyIDg5Ny40ODggMjg2LjE2OCA4OTcuNDg4QzExNC41MzIgODk3LjQ4OCAwIDk1MiAwIDk1MlY4OS4zMjMyQzAgODkuMzIzMiAxMTQuNTMyIDM0LjgxMDggMjg2LjE2OCAzNC44MTA4QzQwNy4yMiAzNC44MTA4IDQ2Ni45MDQgNDcuODk1OSA1NDEuMDY0IDQ2Ljg1OThDNjk3LjkyOCA0NC42NTk2IDc2OCAwIDc2OCAwVjg2Mi42ODFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI3NjgiIGhlaWdodD0iOTUyIiB2aWV3Qm94PSIwIDAgNzY4IDk1MiI+PHBhdGggZD0iTTc2OCA4NjIuNjgxQzc2OCA4NjIuNjgxIDY5Ny45MjggOTA3LjM0IDU0MS4wNjQgOTA5LjUzN0M0NjYuOTA0IDkxMC41NzcgNDA3LjIyIDg5Ny40ODggMjg2LjE2OCA4OTcuNDg4QzExNC41MzIgODk3LjQ4OCAwIDk1MiAwIDk1MlY4OS4zMjMyQzAgODkuMzIzMiAxMTQuNTMyIDM0LjgxMDggMjg2LjE2OCAzNC44MTA4QzQwNy4yMiAzNC44MTA4IDQ2Ni45MDQgNDcuODk1OSA1NDEuMDY0IDQ2Ljg1OThDNjk3LjkyOCA0NC42NTk2IDc2OCAwIDc2OCAwVjg2Mi42ODFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  }
}
@media (max-width: 767px) and (min-width: 680px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2ODAiIGhlaWdodD0iOTUyIiB2aWV3Qm94PSIwIDAgNjgwIDk1MiI+PHBhdGggZD0iTTY4MCA4NjIuNjgxQzY4MCA4NjIuNjgxIDYxNy45NTcgOTA3LjM0IDQ3OS4wNjcgOTA5LjUzN0M0MTMuNDA1IDkxMC41NzcgMzYwLjU1OSA4OTcuNDg4IDI1My4zNzggODk3LjQ4OEMxMDEuNDA5IDg5Ny40ODggMCA5NTIgMCA5NTJWODkuMzIzMkMwIDg5LjMyMzIgMTAxLjQwOSAzNC44MTA4IDI1My4zNzggMzQuODEwOEMzNjAuNTU5IDM0LjgxMDggNDEzLjQwNSA0Ny44OTU5IDQ3OS4wNjcgNDYuODU5OEM2MTcuOTU3IDQ0LjY1OTYgNjgwIDAgNjgwIDBWODYyLjY4MVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2ODAiIGhlaWdodD0iOTUyIiB2aWV3Qm94PSIwIDAgNjgwIDk1MiI+PHBhdGggZD0iTTY4MCA4NjIuNjgxQzY4MCA4NjIuNjgxIDYxNy45NTcgOTA3LjM0IDQ3OS4wNjcgOTA5LjUzN0M0MTMuNDA1IDkxMC41NzcgMzYwLjU1OSA4OTcuNDg4IDI1My4zNzggODk3LjQ4OEMxMDEuNDA5IDg5Ny40ODggMCA5NTIgMCA5NTJWODkuMzIzMkMwIDg5LjMyMzIgMTAxLjQwOSAzNC44MTA4IDI1My4zNzggMzQuODEwOEMzNjAuNTU5IDM0LjgxMDggNDEzLjQwNSA0Ny44OTU5IDQ3OS4wNjcgNDYuODU5OEM2MTcuOTU3IDQ0LjY1OTYgNjgwIDAgNjgwIDBWODYyLjY4MVoiIGZpbGw9IndoaXRlIi8+PC9zdmc+");
  }
}
@media (max-width: 679px) and (min-width: 510px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NzkiIGhlaWdodD0iOTc1IiB2aWV3Qm94PSIwIDAgNjc5IDk3NSI+PHBhdGggZD0iTTY3OSA5MzEuMjMxQzY3OSA5MzEuMjMxIDYxNy4wNDggOTUzLjAzNyA0NzguMzYzIDk1NC4xMUM0MTIuNzk3IDk1NC42MTcgMzYwLjAyOSA5NDguMjI2IDI1My4wMDUgOTQ4LjIyNkMxMDEuMjU5IDk0OC4yMjYgMCA5NzQuODQ0IDAgOTc0Ljg0NFY0My42MTQ4QzAgNDMuNjE0OCAxMDEuMjU5IDE2Ljk5NzUgMjUzLjAwNSAxNi45OTc1QzM2MC4wMjkgMTYuOTk3NSA0MTIuNzk3IDIzLjM4NjYgNDc4LjM2MyAyMi44ODA3QzYxNy4wNDggMjEuODA2NCA2NzkgMCA2NzkgMFY5MzEuMjMxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2NzkiIGhlaWdodD0iOTc1IiB2aWV3Qm94PSIwIDAgNjc5IDk3NSI+PHBhdGggZD0iTTY3OSA5MzEuMjMxQzY3OSA5MzEuMjMxIDYxNy4wNDggOTUzLjAzNyA0NzguMzYzIDk1NC4xMUM0MTIuNzk3IDk1NC42MTcgMzYwLjAyOSA5NDguMjI2IDI1My4wMDUgOTQ4LjIyNkMxMDEuMjU5IDk0OC4yMjYgMCA5NzQuODQ0IDAgOTc0Ljg0NFY0My42MTQ4QzAgNDMuNjE0OCAxMDEuMjU5IDE2Ljk5NzUgMjUzLjAwNSAxNi45OTc1QzM2MC4wMjkgMTYuOTk3NSA0MTIuNzk3IDIzLjM4NjYgNDc4LjM2MyAyMi44ODA3QzYxNy4wNDggMjEuODA2NCA2NzkgMCA2NzkgMFY5MzEuMjMxWiIgZmlsbD0id2hpdGUiLz48L3N2Zz4=");
  }
}
@media (max-width: 509px) {
  .lp-about-service__background {
    -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzUiIGhlaWdodD0iOTc1IiB2aWV3Qm94PSIwIDAgMzc1IDk3NSI+PHBhdGggZD0iTTM3NSA5MzEuMjMxQzM3NSA5MzEuMjMxIDM0MC43ODUgOTUzLjAzNyAyNjQuMTkxIDk1NC4xMUMyMjcuOTggOTU0LjYxNyAxOTguODM4IDk0OC4yMjYgMTM5LjczIDk0OC4yMjZDNTUuOTIzOCA5NDguMjI2IDAgOTc0Ljg0NCAwIDk3NC44NDRWNDMuNjE0OEMwIDQzLjYxNDggNTUuOTIzOCAxNi45OTc1IDEzOS43MyAxNi45OTc1QzE5OC44MzggMTYuOTk3NSAyMjcuOTggMjMuMzg2NiAyNjQuMTkxIDIyLjg4MDdDMzQwLjc4NSAyMS44MDY0IDM3NSAwIDM3NSAwVjkzMS4yMzFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
    mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNzUiIGhlaWdodD0iOTc1IiB2aWV3Qm94PSIwIDAgMzc1IDk3NSI+PHBhdGggZD0iTTM3NSA5MzEuMjMxQzM3NSA5MzEuMjMxIDM0MC43ODUgOTUzLjAzNyAyNjQuMTkxIDk1NC4xMUMyMjcuOTggOTU0LjYxNyAxOTguODM4IDk0OC4yMjYgMTM5LjczIDk0OC4yMjZDNTUuOTIzOCA5NDguMjI2IDAgOTc0Ljg0NCAwIDk3NC44NDRWNDMuNjE0OEMwIDQzLjYxNDggNTUuOTIzOCAxNi45OTc1IDEzOS43MyAxNi45OTc1QzE5OC44MzggMTYuOTk3NSAyMjcuOTggMjMuMzg2NiAyNjQuMTkxIDIyLjg4MDdDMzQwLjc4NSAyMS44MDY0IDM3NSAwIDM3NSAwVjkzMS4yMzFaIiBmaWxsPSJ3aGl0ZSIvPjwvc3ZnPg==");
  }
}
.lp-about-service__bg-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.lp-about-service__bk-img {
  z-index: -1;
  position: relative;
}
.lp-about-service__main-img {
  position: absolute;
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .lp-about-service__main-img {
    width: auto;
    left: calc((100% - 1032px) / 2 + 516px);
    top: 16%;
    bottom: 8.4%;
    overflow: hidden;
    aspect-ratio: 282/388;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: -17.4%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (min-width: 2400px) {
  .lp-about-service__main-img {
    top: 11%;
  }
}
@media (max-width: 1199px) and (min-width: 1040px) {
  .lp-about-service__main-img {
    left: auto;
    top: auto;
    bottom: 0;
    width: 378px;
    right: calc((100% - 600px) / 2);
    overflow: hidden;
    aspect-ratio: 378/521;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: 12.4%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (max-width: 1039px) and (min-width: 900px) {
  .lp-about-service__main-img {
    left: auto;
    top: auto;
    bottom: 0;
    width: 378px;
    right: calc((100% - 600px) / 2);
    height: auto;
    overflow: hidden;
    aspect-ratio: 378/521;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: 0.6%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (max-width: 899px) and (min-width: 768px) {
  .lp-about-service__main-img {
    left: auto;
    top: auto;
    bottom: 0;
    width: 378px;
    right: calc((100% - 600px) / 2);
    overflow: hidden;
    aspect-ratio: 378/521;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: -5.4%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (max-width: 767px) and (min-width: 680px) {
  .lp-about-service__main-img {
    left: auto;
    top: auto;
    bottom: 0;
    width: 378px;
    right: 16px;
    overflow: hidden;
    aspect-ratio: 378/521;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: -5.4%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (max-width: 679px) and (min-width: 510px) {
  .lp-about-service__main-img {
    left: auto;
    top: auto;
    bottom: 0;
    width: 50%;
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;
    aspect-ratio: 282/388;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: 3%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (max-width: 509px) {
  .lp-about-service__main-img {
    left: auto;
    top: auto;
    bottom: 0;
    width: calc(100% - 32px);
    right: 50%;
    transform: translateX(50%);
    overflow: hidden;
    aspect-ratio: 282/388;
  }
  .lp-about-service__main-img img {
    position: absolute;
    width: 160.15%;
    height: 174.59%;
    top: -7%;
    left: -28.46%;
    max-width: none;
    object-fit: cover;
  }
}
@media (max-width: 380px) {
  .lp-about-service__main-img {
    bottom: -2%;
  }
}
@media (max-width: 360px) {
  .lp-about-service__main-img {
    bottom: -4%;
  }
}
@media (max-width: 340px) {
  .lp-about-service__main-img {
    bottom: -10%;
  }
}
@media (max-width: 330px) {
  .lp-about-service__main-img {
    bottom: -16%;
  }
}
@media (max-width: 326px) {
  .lp-about-service__main-img {
    bottom: -21%;
  }
}
@media (max-width: 320px) {
  .lp-about-service__main-img {
    bottom: -22%;
  }
}
.lp-about-service__card {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 24px;
  width: 100%;
  position: absolute;
  left: calc((100% - 1032px) / 2);
  transform: none;
  max-width: none;
  width: 516px;
}
@media (min-width: 2400px) {
  .lp-about-service__card {
    top: 11%;
  }
}
@media (max-width: 2399px) and (min-width: 1200px) {
  .lp-about-service__card {
    top: 16%;
  }
}
@media (max-width: 1199px) and (min-width: 1040px) {
  .lp-about-service__card {
    width: 100%;
    max-width: 600px;
    left: calc((100% - 600px) / 2);
    top: 15%;
    transform: translateY(0);
  }
}
@media (max-width: 1039px) and (min-width: 768px) {
  .lp-about-service__card {
    width: 100%;
    max-width: 600px;
    top: 21%;
    transform: translateY(-21%);
    left: calc((100% - 600px) / 2);
  }
}
@media (max-width: 767px) and (min-width: 680px) {
  .lp-about-service__card {
    top: 20%;
    transform: translateY(-20%);
    left: 16px;
    width: calc(100vw - 32px);
  }
}
@media (max-width: 679px) and (min-width: 510px) {
  .lp-about-service__card {
    max-width: calc(100% - 24px);
    box-shadow: none;
    left: 12px;
    top: 10%;
    transform: translateY(-10%);
    width: 100%;
  }
}
@media (max-width: 509px) {
  .lp-about-service__card {
    max-width: calc(100% - 24px);
    box-shadow: none;
    left: 12px;
    top: 16%;
    transform: translateY(-16%);
    width: 100%;
  }
}
@media (max-width: 380px) {
  .lp-about-service__card {
    top: 8%;
    transform: none;
    gap: 12px;
  }
}
.lp-about-service__title-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .lp-about-service__title-section {
    gap: 0;
  }
}
@media (max-width: 1199px) {
  .lp-about-service__title-section {
    gap: 8px;
  }
}
@media (max-width: 767px) {
  .lp-about-service__title-section {
    gap: 1px;
  }
}
.lp-about-service__subtitle {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1200px) {
  .lp-about-service__subtitle {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.32px;
  }
}
@media (max-width: 1199px) {
  .lp-about-service__subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .lp-about-service__subtitle {
    line-height: 1.75;
    letter-spacing: 0.32px;
  }
}
.lp-about-service__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 1200px) {
  .lp-about-service__title {
    font-size: 33px;
    line-height: 1.58;
    letter-spacing: 0.528px;
    text-align: center;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-about-service__title {
    font-size: 23px;
    line-height: 1.5;
    text-align: left;
    letter-spacing: 0.368px;
  }
}
@media (max-width: 767px) {
  .lp-about-service__title {
    font-size: 23px;
    line-height: 1.65;
    letter-spacing: 0.368px;
    text-align: left;
  }
}
.lp-about-service__body {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1199px) {
  .lp-about-service__body {
    gap: 9px;
  }
}
@media (max-width: 767px) {
  .lp-about-service__body {
    gap: 13px;
  }
}
@media (max-width: 380px) {
  .lp-about-service__body {
    gap: 6px;
  }
}
.lp-about-service__text {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.32px;
  color: #FFFFFF;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 1040px) {
  .lp-about-service__text {
    font-size: 14px;
    letter-spacing: 0.368px;
  }
}
@media (max-width: 767px) {
  .lp-about-service__text {
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 0.28px;
  }
  .lp-about-service__text .font-bold {
    font-size: 16px;
  }
}
@media (max-width: 509px) {
  .lp-about-service__text {
    line-height: 1.75;
    letter-spacing: 0.28px;
  }
  .lp-about-service__text .font-bold {
    font-size: 18px;
  }
}

.lp-feature {
  position: relative;
  overflow: hidden;
  background-color: #F6F8FA;
}
@media (min-width: 1200px) {
  .lp-feature {
    padding: 200px 124px 100px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature {
    padding: 124px 0px 56px;
  }
}
@media (max-width: 767px) {
  .lp-feature {
    padding: 116px 16px 56px;
  }
}
.lp-feature__background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  pointer-events: none;
  will-change: transform, position;
  transition: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}
.lp-feature__background.is-loaded {
  opacity: 1;
  visibility: visible;
}
.lp-feature__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/feature-bg-pc.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__bg-image {
    background-image: url("../images/feature-bg-tablet.png");
  }
}
@media (max-width: 767px) {
  .lp-feature__bg-image {
    background-image: url("../images/feature-bg-sp.png");
  }
}
.lp-feature__inner {
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  will-change: transform;
  transition: transform 0.1s ease-out;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__inner {
    max-width: 600px;
    gap: 40px;
    padding-top: 25px;
  }
}
@media (max-width: 767px) {
  .lp-feature__inner {
    max-width: 343px;
    gap: 40px;
  }
}
.lp-feature__title-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  will-change: transform;
}
.lp-feature__title-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
@media (max-width: 767px) {
  .lp-feature__title-container {
    gap: 0px;
  }
}
.lp-feature__subtitle {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #067CB1;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.032px;
  margin: 0;
  text-align: center;
}
@media (max-width: 767px) {
  .lp-feature__subtitle {
    line-height: 1.5;
  }
}
.lp-feature__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #067CB1;
  font-size: 33px;
  line-height: 1.58;
  letter-spacing: 1.6%;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__title {
    font-size: 29px;
    line-height: 1.58;
    letter-spacing: 0.464px;
  }
}
@media (max-width: 767px) {
  .lp-feature__title {
    font-size: var(--typography-title-lg-font-size, 29px);
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.464px;
  }
}
.lp-feature__list {
  display: flex;
  flex-direction: column;
  gap: 69px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__list {
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .lp-feature__list {
    gap: 64px;
  }
}
.lp-feature__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  will-change: transform;
  transition: transform 0.1s ease-out;
}
.lp-feature__item--01 {
  margin-bottom: 11px;
}
@media (min-width: 1200px) {
  .lp-feature__item--01 .lp-feature__item-inner, .lp-feature__item--03 .lp-feature__item-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .lp-feature__item--01 .lp-feature__content, .lp-feature__item--03 .lp-feature__content {
    width: 600px;
  }
  .lp-feature__item--01 .lp-feature__image, .lp-feature__item--03 .lp-feature__image {
    width: 392px;
    height: 286px;
  }
}
@media (min-width: 1200px) {
  .lp-feature__item--02 .lp-feature__item-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .lp-feature__item--02 .lp-feature__content {
    width: 600px;
  }
  .lp-feature__item--02 .lp-feature__image {
    width: 392px;
    height: 286px;
  }
}
.lp-feature__item-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__item-inner {
    align-items: center;
  }
}
@media (max-width: 767px) {
  .lp-feature__item-inner {
    align-items: stretch;
  }
}
.lp-feature__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__content {
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .lp-feature__content--tablet-mobile-only {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__content--tablet-mobile-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .lp-feature__content--tablet-mobile-only {
    display: block;
  }
}
.lp-feature__content-tablet-mobile-only {
  width: 100%;
}
.lp-feature__content-header {
  display: flex !important;
  align-items: center;
  gap: 24px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__content-header {
    gap: 16px;
    align-items: flex-start;
  }
  .lp-feature__content-header.pc-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .lp-feature__content-header {
    gap: 16px;
    align-items: flex-start;
  }
  .lp-feature__content-header.pc-only {
    display: none !important;
  }
}
.lp-feature__number {
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 700;
  color: #067CB1;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 1.6%;
  margin: 0;
  flex-shrink: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__number {
    font-size: var(--typography-alphanumeric-xl-bold-font-size, 64px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 1.024px;
  }
}
@media (max-width: 767px) {
  .lp-feature__number {
    font-size: var(--typography-alphanumeric-xl-bold-font-size, 33px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.528px;
  }
}
.lp-feature__heading {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #134F6C;
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: 1.6%;
  margin: 0;
  flex: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__heading {
    font-size: 18px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .lp-feature__heading {
    font-size: 18px;
    font-weight: 700;
    line-height: 155%;
    letter-spacing: 0.288px;
  }
}
.lp-feature__heading .font-bold {
  color: #067CB1;
}
@media (max-width: 767px) {
  .lp-feature__item--02 .lp-feature__heading {
    font-size: 18px;
  }
}
.lp-feature__image {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  overflow: hidden;
}
.lp-feature__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .lp-feature__image {
    width: 392px;
    height: 286px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__image {
    width: 392px;
    height: 286px;
  }
}
@media (max-width: 767px) {
  .lp-feature__image {
    width: 343px;
    height: 250px;
  }
}
.lp-feature__description {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 24px 0;
  gap: 16px;
}
@media (min-width: 1200px) {
  .lp-feature__description--tablet-mobile-only {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__description--tablet-mobile-only {
    display: flex;
  }
}
@media (max-width: 767px) {
  .lp-feature__description--tablet-mobile-only {
    display: flex;
  }
}
.lp-feature__description p {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #134F6C;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.032px;
  margin: 0;
  text-align: left;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__description p {
    text-align: left;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .lp-feature__description p {
    text-align: left;
    font-size: 14px;
  }
}
.lp-feature__description p .font-bold {
  color: #067CB1;
}
@media (max-width: 767px) {
  .lp-feature__description p .font-bold {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .lp-feature__description {
    max-width: 600px;
  }
}
@media (max-width: 1199px) {
  .lp-feature__description {
    align-items: stretch;
    padding: 14px 0;
  }
}
.lp-feature__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background-color: #FFFFFF;
  width: 100%;
  will-change: transform;
  transition: transform 0.1s ease-out;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__bottom {
    padding: var(--spacing-lg, 16px);
    align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .lp-feature__bottom {
    padding: var(--spacing-lg, 16px);
    gap: 16px;
  }
}
.lp-feature__bottom-title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  color: #067CB1;
  font-size: 21px;
  line-height: 1.54;
  letter-spacing: 0.042px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .lp-feature__bottom-title {
    font-size: 18px;
    line-height: 1.54;
    letter-spacing: 0.36px;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .lp-feature__bottom-title {
    font-size: 18px;
    line-height: 1.54;
    letter-spacing: 0.36px;
    text-align: left;
  }
}
.lp-feature__bottom-text {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  color: #134F6C;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.032px;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .lp-feature__bottom-text {
    font-size: 14px;
    text-align: left;
  }
}
.lp-feature__bottom-text .font-bold {
  color: #067CB1;
}
@media (max-width: 767px) {
  .lp-feature__bottom-text .font-bold {
    font-size: 16px;
    line-height: 1.75;
  }
}

.case {
  background: var(--color-background-primary, #ffffff);
  padding: 100px 0 72px;
  position: relative;
  z-index: 15;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .case {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .case {
    padding: 56px 16px;
  }
}
.case__container {
  margin: 0 auto;
}
.case__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.58;
  letter-spacing: 0.528px;
  color: #067CB1;
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .case__title {
    font-size: var(--typography-title-lg-font-size, 29px);
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.464px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .case__title {
    font-size: 29px;
    line-height: 1.58;
    letter-spacing: 0.464px;
    margin-bottom: 40px;
  }
}
.case__carousel {
  margin: 0 auto 72px auto;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .case__carousel {
    margin-bottom: 36px;
  }
}
@media (max-width: 767px) {
  .case__carousel {
    visibility: visible !important;
    margin-bottom: 0;
  }
}
.case__carousel .splide__track {
  overflow: hidden; /* 画面外のスライドを非表示にする */
  margin-bottom: 0; /* trackとページネーションの間のスペースをリセット */
}
@media (max-width: 767px) {
  .case__carousel .splide__track {
    overflow-x: scroll; /* 画面外のスライドを非表示にする */
  }
}
.case__carousel .splide__list {
  gap: 16px;
  display: flex !important;
}
@media (max-width: 767px) {
  .case__carousel .splide__list {
    display: flex !important;
    padding-bottom: 16px !important;
  }
}
.case__carousel .splide__slide {
  display: flex;
  justify-content: center;
  max-width: 464px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .case__carousel .splide__slide {
    max-width: 464px;
  }
}
@media (max-width: 767px) {
  .case__carousel .splide__slide {
    max-width: 312px;
  }
}
.case__carousel .splide__pagination {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .case__carousel .splide__pagination {
    bottom: -36px;
  }
}
@media (max-width: 767px) {
  .case__carousel .splide__pagination {
    bottom: -24px;
  }
}
.case__carousel .splide__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 12px;
  opacity: 1;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--color-icon-bold, #0092D4);
}
@media (max-width: 1199px) {
  .case__carousel .splide__pagination .splide__pagination__page {
    margin: 0 8px;
  }
}
.case__carousel .splide__pagination .splide__pagination__page.is-active {
  background: var(--color-icon-bold, #0092D4);
  transform: none;
}
.case__pagination {
  margin-top: 32px;
  text-align: center;
  clear: both; /* カルーセルとの分離を確実に */
}
.case__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #d9d9d9;
  border: 1px solid #134F6C;
  margin: 0 12px;
  opacity: 1;
}
.case__pagination .splide__pagination__page.is-active {
  background: #134F6C;
}

.success-card {
  background: rgba(255, 255, 255, 0.87);
  border: 2px solid #e1e4e7;
  border-radius: 6px;
  padding: 24px;
  width: 464px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .success-card {
    padding: 16px;
    width: auto;
    border-color: #d1dae4;
    box-shadow: 4px 4px 10px 0px rgba(185, 185, 185, 0.25);
  }
}
@media (max-width: 767px) {
  .success-card {
    width: 312px;
    border-color: #d1dae4;
    box-shadow: 4px 4px 10px 0px rgba(185, 185, 185, 0.25);
    margin-bottom: 16px;
    padding: 16px;
    gap: 12px;
  }
  .success-card:last-child {
    margin-bottom: 0;
  }
}
.success-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.success-card__avatar {
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.success-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.success-card__meta {
  display: flex;
  align-items: center;
  gap: 8px;
}
.success-card__case-number {
  font-family: "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.224px;
  color: #d3d6db;
}
@media (max-width: 1199px) {
  .success-card__case-number {
    letter-spacing: 5%;
    color: #b5c0d0;
  }
}
.success-card__separator {
  width: 0;
  height: 16px;
  border-left: 1px solid #f0f1f3;
}
@media (max-width: 1199px) {
  .success-card__separator {
    border-color: #eaeaea;
  }
}
.success-card__demographics {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.032px;
  color: #134F6C;
}
@media (max-width: 1199px) {
  .success-card__demographics {
    line-height: 1.5;
    color: #173066;
  }
}
.success-card__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.032px;
  color: #134F6C;
  margin: 0;
}
.success-card__title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.75) * 0.5em);
  content: "";
}
.success-card__title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.75) * 0.5em);
  content: "";
}
.success-card__comparison {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .success-card__comparison--vertical {
    flex-direction: column;
    gap: 8px;
  }
}
.success-card__button {
  background: linear-gradient(90deg, rgb(50, 170, 225) 10.032px, rgb(0, 145, 212) 88%);
  border: 1px solid #5dbae4;
  border-radius: 999px;
  color: white;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.032px;
  padding: 8px 16px;
  width: 160px;
  height: 40px;
  box-shadow: 2px 2px 4px 0px rgba(31, 31, 31, 0.02);
  cursor: pointer;
  transition: all 0.2s ease;
}
@media (max-width: 1199px) {
  .success-card__button {
    border-color: #82c2e6;
  }
}
.success-card__button:hover {
  opacity: 0.5;
}

.comparison__before, .comparison__after {
  flex: 1;
  padding: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: space-around;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .comparison__before, .comparison__after {
    padding: 8px;
  }
}
@media (max-width: 767px) {
  .comparison__before, .comparison__after {
    width: 100%;
    align-items: center;
  }
  .success-card__comparison--vertical .comparison__before, .success-card__comparison--vertical .comparison__after {
    padding: 16px;
  }
}
.comparison__before {
  background: linear-gradient(216deg, rgb(238, 245, 247) 0%, rgb(249, 252, 253) 8%, rgb(249, 252, 253) 55%, rgb(238, 245, 247) 100%);
}
@media (max-width: 767px) {
  .comparison__before {
    order: 3;
  }
  .success-card__comparison--vertical .comparison__before {
    order: 2;
  }
}
.comparison__after {
  background: linear-gradient(211deg, rgb(187, 242, 248) 0%, rgb(223, 252, 255) 21%, rgb(229, 253, 255) 85%, rgb(180, 231, 255) 100%);
}
@media (max-width: 1199px) {
  .comparison__after {
    background: linear-gradient(211deg, rgb(175, 231, 237) 0%, rgb(210, 246, 250) 21%, rgb(210, 246, 250) 85%, rgb(168, 228, 255) 100%);
  }
}
@media (max-width: 767px) {
  .comparison__after {
    order: 1;
  }
  .success-card__comparison--vertical .comparison__after {
    order: 0;
    height: 153px;
  }
}
.comparison__label {
  background: white;
  border-radius: 4px;
  padding: 0 8px;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.032px;
  text-align: center;
}
.comparison__before .comparison__label {
  color: #134F6C;
}
.comparison__after .comparison__label {
  color: #134F6C;
}
@media (max-width: 1199px) {
  .comparison__label {
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .comparison__label {
    line-height: 100%;
    letter-spacing: 0.28px;
    padding: 3px 0;
    width: 100%;
  }
  .comparison__before .comparison__label {
    line-height: 100%;
    letter-spacing: 0.28px;
    padding: 3px 0;
    width: 100%;
  }
}
.comparison__workplace {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.032px;
  color: #134F6C;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1199px) {
  .comparison__workplace {
    font-size: var(--typography-body-md-font-size, 14px);
    letter-spacing: 0.028px;
    line-height: 1.7;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .comparison__workplace {
    font-size: var(--typography-body-md-font-size, 14px);
    letter-spacing: 0.028px;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.28px;
  }
}
.comparison__workplace {
  width: 100%;
}
@media (max-width: 767px) {
  .success-card__comparison--vertical .comparison__workplace {
    width: auto;
  }
}
.comparison__salary {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.032px;
  color: #134F6C;
  margin-top: 6px;
  padding-bottom: 8px;
}
@media (max-width: 1199px) {
  .comparison__salary {
    line-height: 1.5;
    text-align: center;
    font-size: 16px;
  }
  .success-card__comparison--vertical .comparison__salary {
    flex-direction: row;
    gap: 0;
  }
}
@media (max-width: 767px) {
  .comparison__before .comparison__salary {
    font-size: var(--typography-body-lg-bold-font-size, 23px);
    font-style: normal;
    font-weight: 700;
    line-height: 155%;
    letter-spacing: 0.368px;
  }
}
.comparison__salary-label {
  font-size: 16px;
  font-weight: 700;
}
.comparison__salary-amount {
  font-size: 23px;
  font-weight: 700;
  line-height: 1.55;
}
@media (max-width: 767px) {
  .success-card__comparison--vertical .comparison__salary-amount {
    font-size: 16px;
    line-height: 1.5;
  }
}
.comparison__salary-unit {
  font-size: 16px;
  font-weight: 700;
}
.comparison__arrow {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  color: #067CB1;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .comparison__arrow {
    order: 2;
    transform: rotate(-90deg);
  }
}
@media (max-width: 767px) {
  .comparison__arrow--vertical {
    order: 1;
    transform: rotate(0deg);
  }
}

.case-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1050;
  display: none;
}
@media (max-width: 767px) {
  .case-modal {
    overflow-y: scroll;
    overflow-x: hidden;
  }
}
.case-modal.is-active {
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
.case-modal__container {
  position: relative;
  background: white;
  border-radius: 16px;
  max-width: 700px;
  max-height: 90vh;
  width: 90%;
  overflow-y: auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
}
@media (max-width: 640px) {
  .case-modal__container {
    width: 95%;
    max-width: none;
    border-radius: 12px;
  }
}
.case-modal__content {
  padding: 32px 28px;
}
@media (max-width: 640px) {
  .case-modal__content {
    padding: 24px 20px;
  }
}
.case-modal__nav {
  background: none;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  color: #134F6C;
  transition: all 0.2s ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
.case-modal__nav:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.case-modal__nav--prev {
  right: calc(50% + 356px);
}
.case-modal__nav--next {
  left: calc(50% + 356px);
}
.case-modal__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #134F6C;
  margin: 0;
  text-align: center;
}
@media (max-width: 480px) {
  .case-modal__title {
    font-size: 18px;
  }
}
.case-modal__body {
  display: flex;
  flex-direction: column;
  gap: 24px;
  color: #134F6C;
}
.case-modal__avatar {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.case-modal__avatar-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
}
.case-modal__info {
  text-align: center;
  margin-bottom: 16px;
}
.case-modal__case-title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #134F6C;
  margin: 0 0 16px 0;
  line-height: 1.4;
}
.case-modal__demographics {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
@media (max-width: 480px) {
  .case-modal__demographics {
    gap: 16px;
  }
}
.case-modal__demo-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}
.case-modal__demo-label {
  font-size: 12px;
  color: #666;
  font-weight: 500;
}
.case-modal__demo-value {
  font-size: 14px;
  color: #134F6C;
  font-weight: 600;
}
.case-modal__comparison {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 32px 0;
}
@media (max-width: 640px) {
  .case-modal__comparison {
    flex-direction: column;
    gap: 20px;
  }
}
.case-modal__comparison-card {
  flex: 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.case-modal__comparison-card--before {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
}
.case-modal__comparison-card--after {
  background: linear-gradient(135deg, #4ecdc4 0%, #6be6dd 100%);
}
.case-modal__card-header {
  padding: 12px 20px;
  color: white;
  text-align: center;
  font-weight: 600;
}
.case-modal__card-label {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.case-modal__card-content {
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 480px) {
  .case-modal__card-content {
    padding: 16px;
  }
}
.case-modal__card-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #f0f0f0;
}
.case-modal__card-item:last-child {
  border-bottom: none;
}
.case-modal__item-label {
  font-size: 13px;
  color: #666;
  font-weight: 500;
}
.case-modal__item-value {
  font-size: 14px;
  color: #134F6C;
  font-weight: 600;
  text-align: right;
}
.case-modal__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  flex-shrink: 0;
}
@media (max-width: 640px) {
  .case-modal__arrow {
    transform: rotate(90deg);
  }
}
.case-modal__arrow svg {
  width: 32px;
  height: 24px;
}
.case-modal__description {
  background: #f8f9ff;
  border-radius: 8px;
  padding: 20px;
  margin: 24px 0;
}
.case-modal__description-text {
  margin: 0;
  line-height: 1.6;
  font-size: 14px;
  color: #134F6C;
}
.case-modal__cta {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.case-modal__cta-button {
  background: linear-gradient(135deg, #067CB1 0%, #2EA6DC 100%);
  color: white;
  border: none;
  border-radius: 30px;
  padding: 16px 32px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0, 146, 212, 0.3);
  width: 100%;
  max-width: 280px;
}
@media (max-width: 480px) {
  .case-modal__cta-button {
    padding: 14px 24px;
    font-size: 15px;
  }
}
.case-modal__cta-button:active {
  transform: translateY(0);
}

/* ================================================================
   Agent Section Styles
================================================================ */
.agent {
  padding: 80px 0;
  background: #f8f9ff;
  position: relative;
  z-index: 15;
}
@media (min-width: 768px) {
  .agent {
    padding: 56px 0;
  }
}
@media (max-width: 767px) {
  .agent {
    padding: 56px 16px;
  }
}
.agent__container {
  margin: 0 auto;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .agent__container {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .agent__container {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .agent__container {
    padding: 0;
  }
}
.agent__container .splide__slide {
  width: calc((34% - 16px) / 3);
  max-width: 480px;
}
@media (max-width: 767px) {
  .agent__container .splide__slide {
    max-width: 312px;
  }
}
.agent__title {
  font-size: 33px;
  font-weight: bold;
  text-align: center;
  color: #067CB1;
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .agent__title {
    font-size: var(--typography-title-lg-font-size, 29px);
    font-style: normal;
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.464px;
    margin-bottom: 38px;
  }
}
@media (max-width: 767px) {
  .agent__title {
    font-size: 29px;
    line-height: 1.58;
    letter-spacing: 0.464px;
    margin-bottom: 40px;
  }
}
.agent__carousel {
  margin-bottom: 40px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .agent__carousel {
    margin-bottom: 19px;
  }
}
@media (max-width: 767px) {
  .agent__carousel {
    margin-bottom: 0;
  }
}
.agent .splide__track {
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  .agent .splide__track {
    overflow-x: scroll;
  }
}
.agent .splide__list {
  display: flex !important;
}
@media (max-width: 767px) {
  .agent .splide__list {
    padding-bottom: 16px !important;
  }
}
.agent__pagination {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 40px;
}
.agent__pagination .splide__pagination__page {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid var(--color-icon-bold, #0092D4);
  opacity: 1;
  margin: 0;
}
.agent__pagination .splide__pagination__page.is-active {
  background: var(--color-icon-bold, #0092D4);
  transform: none;
}
.agent__mobile-cards {
  display: none;
}
@media (max-width: 767px) {
  .agent__mobile-cards {
    display: block;
    overflow-x: auto;
    padding-bottom: 20px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .agent__mobile-cards::-webkit-scrollbar {
    display: none;
  }
}
.agent .splide__pagination {
  bottom: -28px;
  gap: 24px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .agent .splide__pagination {
    bottom: -19px;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .agent .splide__pagination {
    bottom: -33px;
    gap: 16px;
  }
}
.agent .splide__pagination li {
  width: 12px;
  height: 12px;
}

.agent-card {
  background: white;
  border-radius: 16px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .agent-card {
    width: 312px;
    flex-shrink: 0;
    margin-right: 20px;
  }
  .agent-card--mobile {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .agent-card {
    box-shadow: none;
  }
}
.agent-card__image {
  position: relative;
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
}
@media (max-width: 767px) {
  .agent-card__image {
    height: 300px;
  }
}
.agent-card__image-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px;
  background: var(--color-background-gradation-tertiary, linear-gradient(270deg, rgba(255, 255, 255, 0) -31.87%, rgba(255, 255, 255, 0.74) 9.17%));
  color: #134F6C;
}
.agent-card__image-name-charge {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.28px;
  margin-bottom: 6px;
}
.agent-card__image-name-jp {
  font-size: 21px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.42px;
}
@media (max-width: 767px) {
  .agent-card__image-name-jp {
    font-size: var(--typography-heading-md-font-size, 18px);
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0.36px;
  }
}
.agent-card__image-name-en {
  font-size: 14px;
  font-family: Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.224px;
}
@media (max-width: 767px) {
  .agent-card__image-name-en {
    font-size: var(--typography-alphanumeric-sm-font-size, 10px);
    font-weight: 300;
    line-height: 100%;
    letter-spacing: 0.16px;
  }
}
.agent-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.agent-card__image-message {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 16px 24px;
  background: var(--color-background-gradation-tertiary, linear-gradient(270deg, rgba(255, 255, 255, 0) -31.87%, rgba(255, 255, 255, 0.74) 9.17%));
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  color: #134F6C;
}
@media (max-width: 767px) {
  .agent-card__image-message {
    padding: 12px 16px;
  }
}
.agent-card__image-message p {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 175%;
  letter-spacing: 0.36px;
}
@media (max-width: 767px) {
  .agent-card__image-message p {
    font-size: var(--typography-heading-sm-font-size, 16px);
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.32px;
  }
}
.agent-card__content {
  padding: 24px 0;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 480px;
  background: #067CB1;
}
@media (max-width: 767px) {
  .agent-card__content {
    width: 100%;
  }
}
.agent-card__bio {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
}
.agent-card__bio p {
  font-size: 16px;
  color: #fff;
  padding: 0 24px;
  margin-bottom: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) {
  .agent-card__bio p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .agent-card__bio p {
    font-size: var(--typography-body-md-font-size, 14px);
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.28px;
    margin-bottom: 0;
  }
}
.agent-card__actions {
  margin-top: auto;
  border-top: 0.5px solid #fff;
  padding: 8px 24px 0;
  margin-top: 19px;
}
@media (max-width: 1199px) {
  .agent-card__actions {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .agent-card__actions {
    padding: 6px 16px 0;
  }
}
.agent-card__action-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
}
@media (max-width: 767px) {
  .agent-card__action-title {
    gap: 4px;
    font-size: var(--typography-label-sm-font-size, 14px);
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.28px;
  }
}
.agent-card__action-title span {
  font-size: 14px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.28px;
}
.agent-card__action-title svg {
  width: 16px;
  height: 16px;
}
@media (max-width: 767px) {
  .agent-card__action-title svg {
    width: 8px;
    height: 8px;
  }
}
.agent-card__buttons {
  display: flex;
  gap: 12px;
}
@media (max-width: 767px) {
  .agent-card__buttons {
    gap: 8px;
  }
}
.agent-card__button {
  padding: 8px 16px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.28px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  border-radius: var(--border-radius-infinity, 999px);
  border: var(--border-width-md, 1px) solid var(--color-border-button-secondary-on-dark, #FFF);
  background: linear-gradient(90deg, #C5EDFF 11.56%, #FFFFFF 87.81%);
  color: #067CB1;
  width: 160px;
  height: 40px;
}
@media (max-width: 767px) {
  .agent-card__button:first-of-type {
    width: 112px;
  }
  .agent-card__button:last-of-type {
    width: auto;
  }
}
.agent-card__button:hover {
  opacity: 0.5;
}
.agent-card__button--primary {
  background: #134F6C;
  color: white;
}
.agent-card__button--primary:hover {
  background: rgb(11.3700787402, 47.2755905512, 64.6299212598);
  transform: translateY(-2px);
}
.agent-card__button--secondary {
  background: rgba(19, 79, 108, 0.1);
  color: #134F6C;
  border: 1px solid rgba(19, 79, 108, 0.2);
}
.agent-card__button--secondary:hover {
  background: rgba(19, 79, 108, 0.2);
  border-color: rgba(19, 79, 108, 0.3);
  transform: translateY(-2px);
}
.agent-card__button-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: var(--color-icon-bold, #0092D4);
}
@media (max-width: 767px) {
  .agent-card__button-icon {
    display: none;
  }
}

/* ================================================================
   Service Flow Section Styles
================================================================ */
.service-flow {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 15;
}
@media (max-width: 1199px) {
  .service-flow {
    padding: 56px 16px;
  }
}
.service-flow__container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media (max-width: 1199px) {
  .service-flow__container {
    max-width: 688px;
    padding: 0 44px;
  }
}
@media (min-width: 1200px) {
  .service-flow__container {
    padding: 0 124px;
  }
}
@media (max-width: 767px) {
  .service-flow__container {
    padding: 0;
  }
}
.service-flow__header {
  text-align: center;
  margin-bottom: 66px;
}
@media (max-width: 767px) {
  .service-flow__header {
    margin-bottom: 40px;
  }
}
.service-flow__title {
  font-size: 33px;
  font-weight: bold;
  color: #067CB1;
  margin-bottom: 33px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__title {
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.464px;
    font-size: 29px;
  }
}
@media (max-width: 767px) {
  .service-flow__title {
    font-size: var(--typography-title-lg-font-size, 29px);
    font-weight: 700;
    line-height: 158%;
    letter-spacing: 0.464px;
    margin-bottom: 32px;
  }
}
.service-flow__description {
  font-size: 16px;
  line-height: 1.75;
  color: #202326;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__description {
    font-size: 14px;
    text-align: left;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.28px;
  }
}
@media (max-width: 767px) {
  .service-flow__description {
    font-size: var(--typography-body-md-font-size, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.28px;
    text-align: left;
  }
}
.service-flow__description:first-of-type {
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .service-flow__description:first-of-type {
    margin-bottom: 14px;
  }
}
.service-flow__description .highlight {
  font-size: 16px;
}
.service-flow__steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-flow__steps {
    flex-direction: column;
    gap: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-flow__steps {
    flex-direction: column;
    gap: 0;
    margin: 0 auto 36px;
  }
}
@media (min-width: 1200px) {
  .service-flow__steps {
    flex-direction: row;
    gap: 8px;
    max-width: 1032px;
    margin: 0 auto 64px;
  }
}
.service-flow__step {
  flex: 1;
  background: white;
  border: 2px solid #D1DAE4;
  border-radius: 6px;
  overflow: hidden;
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .service-flow__step {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-flow__step {
    width: 100%;
  }
}
.service-flow__step-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__step-content {
    flex-direction: row;
    align-items: stretch;
  }
}
@media (max-width: 767px) {
  .service-flow__step-content {
    align-items: stretch;
    flex-direction: column;
  }
}
.service-flow__step-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 16px;
}
@media (max-width: 767px) {
  .service-flow__step-header {
    justify-content: center;
    flex-direction: row;
    gap: 16px;
    flex: 1;
    padding: 12px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .service-flow__step-header {
    justify-content: center;
    flex-direction: row;
    gap: 16px;
    flex: 1;
    padding: 12px;
  }
}
.service-flow__step-info {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__step-info {
    order: 2;
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .service-flow__step-info {
    order: 1;
    flex-direction: row;
  }
}
.service-flow__step-number {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #97A0AB;
  line-height: 1;
}
@media (min-width: 1200px) {
  .service-flow__step-number {
    font-size: 21px;
  }
}
.service-flow__step-title {
  font-size: 16px;
  font-weight: bold;
  color: #067CB1;
  line-height: 1.75;
  text-align: center;
  margin: 0;
  height: 56px;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .service-flow__step-title {
    flex: 1;
    text-align: left;
  }
}
.service-flow__step-image {
  width: 148px;
  height: 148px;
  flex-shrink: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__step-image {
    width: 70px;
    height: 70px;
    order: 1;
  }
}
@media (max-width: 767px) {
  .service-flow__step-image {
    width: 70px;
    height: 70px;
    order: 2;
  }
}
.service-flow__step-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
.service-flow__step-description {
  background: #DCF8FB;
  padding: 16px 16px 8px;
  flex-grow: 1;
}
@media (max-width: 1199px) {
  .service-flow__step-description {
    display: flex;
    justify-content: left;
    align-items: center;
    flex: 1;
    padding: 12px;
  }
}
.service-flow__step-description p {
  font-size: 14px;
  line-height: 1.7;
  color: #134F6C;
  margin: 0;
  letter-spacing: 0.28px;
}
@media (max-width: 1199px) {
  .service-flow__step-description p {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .service-flow__step-description p .highlight {
    color: #134F6C !important;
  }
}
.service-flow__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}
.service-flow__arrow-icon {
  font-size: 16px;
  color: var(--color-border-default, #E1E4E7);
}
.service-flow__arrow-icon--vertical {
  display: none;
}
@media (max-width: 1199px) {
  .service-flow__arrow-icon--vertical {
    display: inline;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .service-flow__arrow-icon:not(.service-flow__arrow-icon--vertical) {
    display: none;
  }
}
.service-flow__points {
  padding: 32px;
  border-radius: 8px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .service-flow__points {
    padding: 0 16px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .service-flow__points {
    max-width: 1032px;
    padding: 0 100px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__points {
    max-width: none;
    padding: 0;
    margin-bottom: 44px;
  }
}
@media (max-width: 767px) {
  .service-flow__points {
    max-width: none;
    padding: 0;
  }
}
.service-flow__point {
  transition: all 0.3s ease;
}
.service-flow__point:not(:last-child) {
  margin-bottom: 26px;
}
@media (max-width: 767px) {
  .service-flow__point:not(:last-child) {
    margin-bottom: 26px;
  }
}
.service-flow__point.is-focused {
  background: rgba(19, 79, 108, 0.05);
  border-radius: 4px;
  padding: 8px;
  margin: -8px;
}
@media (min-width: 1200px) {
  .service-flow__point {
    max-width: 600px;
    margin: 0 auto;
  }
  .service-flow__point:not(:last-child) {
    margin-bottom: 32px;
  }
  .service-flow__point.is-focused {
    margin: -8px auto;
  }
}
.service-flow__point-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .service-flow__point-header {
    flex-direction: row;
    align-items: center;
    gap: 11px;
  }
}
@media (max-width: 767px) {
  .service-flow__point-header {
    gap: 0;
    margin-bottom: 8px;
  }
}
.service-flow__point-label {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 1199px) {
  .service-flow__point-label {
    gap: 4px;
  }
}
.service-flow__point-number {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #067CB1;
  letter-spacing: 0.05em;
  line-height: 1;
}
.service-flow__point-arrow {
  font-size: 16px;
  color: #E1E4E7;
}
@media (max-width: 767px) {
  .service-flow__point-arrow {
    transform: rotate(90deg);
    margin-bottom: 2px;
  }
}
.service-flow__point-title {
  font-size: 18px;
  font-weight: bold;
  color: #067CB1;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 1199px) {
  .service-flow__point-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 154%;
    letter-spacing: 0.36px;
  }
}
@media (min-width: 1200px) {
  .service-flow__point-title {
    font-size: 21px;
  }
}
.service-flow__point-description {
  padding-left: 0;
}
@media (min-width: 768px) {
  .service-flow__point-description {
    padding-left: 100px;
  }
}
.service-flow__point-description p {
  font-size: 16px;
  line-height: 1.75;
  color: #134F6C;
  margin: 0;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) {
  .service-flow__point-description p {
    letter-spacing: 0.28px;
    font-size: 14px;
  }
}
.service-flow__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  background: rgba(19, 79, 108, 0.05);
  background: url(../images/service-flow-bk.png);
  padding: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .service-flow__bottom {
    max-width: 600px;
    margin: 0 auto;
    padding: 12px 12px 0;
    gap: 25px;
  }
}
@media (min-width: 1200px) {
  .service-flow__bottom {
    max-width: 1032px;
    padding: 24px 24px 0;
  }
}
@media (max-width: 1199px) {
  .service-flow__bottom {
    max-width: none;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .service-flow__bottom {
    gap: 38px;
  }
}
@media (max-width: 767px) {
  .service-flow__bottom {
    padding: 12px 12px 0;
    gap: 42px;
  }
}
.service-flow__bottom-content {
  text-align: center;
}
@media (max-width: 1199px) {
  .service-flow__bottom-content {
    text-align: left;
    width: 100%;
  }
}
.service-flow__bottom-content p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--color-text-default, #134F6C);
  margin: 0;
  letter-spacing: 0.32px;
}
@media (max-width: 1199px) {
  .service-flow__bottom-content p {
    font-size: var(--typography-body-md-font-size, 14px);
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.28px;
  }
}
@media (max-width: 767px) {
  .service-flow__bottom-content p {
    font-size: var(--typography-body-md-font-size, 14px);
    font-style: normal;
    font-weight: 500;
    line-height: 175%;
    letter-spacing: 0.28px;
  }
}
.service-flow__bottom-content p:first-of-type {
  margin-bottom: 16px;
  font-size: 16px;
}
@media (max-width: 767px) {
  .service-flow__bottom-content p:first-of-type {
    margin-bottom: 14px;
    font-size: var(--typography-body-md-font-size, 14px);
  }
}
@media (max-width: 767px) {
  .service-flow__bottom-content p .highlight {
    font-size: var(--typography-body-md-font-size, 16px);
  }
}
.service-flow__bottom-image {
  position: relative;
  width: 336px;
  height: 216px;
  flex-shrink: 0;
  overflow: hidden;
}
.service-flow__bottom-image img {
  position: absolute;
  width: 100.013%;
  height: 233.333%;
  top: -17.13%;
  left: -0.021px;
  max-width: none;
}

.gallery {
  padding: 100px 40px 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .gallery {
    padding: 56px 40px;
  }
}
@media (max-width: 767px) {
  .gallery {
    padding: 56px 16px;
  }
}
.gallery__container {
  width: 100%;
  max-width: 1032px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .gallery__container {
    max-width: 600px;
  }
}
.gallery__title {
  text-align: center;
}
.gallery__title h2 {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.58;
  letter-spacing: 1.6px;
  color: #067CB1;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .gallery__title h2 {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .gallery__title h2 {
    font-size: 24px;
  }
}
.gallery__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 16px;
  row-gap: 32px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .gallery__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .gallery__grid {
    grid-template-columns: 1fr;
  }
}
.gallery__item {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.gallery__thumbnail {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  cursor: pointer;
  transition: opacity 0.2s ease;
}
.gallery__thumbnail:hover {
  opacity: 0.75;
}
.gallery__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery__info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  cursor: pointer;
  transition: opacity 0.2s ease;
  text-decoration: none;
}
.gallery__info:hover {
  opacity: 0.75;
}
.gallery__item-title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #134F6C;
  margin: 0;
}
.gallery__tag {
  display: inline-flex;
  align-self: flex-start;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 8px;
  background: #F6F8FA;
  border-radius: 2px;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.28px;
  color: #7A8493;
}

.cta {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 202px 340px 100px;
  min-height: 472px;
  z-index: 2;
  background: #fff;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta {
    padding: 144px 0 100px;
  }
}
@media (max-width: 767px) {
  .cta {
    padding: 72px 16px 56px 16px;
    align-self: stretch;
    justify-content: flex-start;
    min-height: auto;
  }
}
.cta__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/cta-bg.png) lightgray 50%/cover no-repeat;
  background-position-y: top;
  background-color: #fff;
  z-index: 0;
}
.cta__container {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.cta__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media (max-width: 1199px) {
  .cta__content {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .cta__content {
    align-self: stretch;
    width: 100%;
  }
}
.cta__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  text-align: center;
  color: #134F6C;
  margin: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__title {
    font-size: var(--typography-heading-sm-font-size, 16px);
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.32px;
  }
}
@media (max-width: 767px) {
  .cta__title {
    font-size: var(--typography-heading-sm-font-size, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 175%;
    letter-spacing: 0.32px;
    text-align: left;
  }
}
.cta__actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__actions {
    gap: 9px;
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .cta__actions {
    align-self: stretch;
    width: 100%;
    max-width: 448px;
    margin: 0 auto;
  }
}
.cta__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 32px;
  background: linear-gradient(90deg, #FF7B00 0%, #FF611D 100%);
  border: 1px solid #F89D42;
  border-radius: 999px;
  text-decoration: none;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-align: center;
  box-shadow: 2px 2px 4px 0px rgba(31, 31, 31, 0.02);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cta__button:hover {
  opacity: 0.8;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__button {
    padding: 27px 56px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.36px;
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .cta__button {
    align-self: stretch;
    padding: 16px 24px;
    border-radius: 134.8px;
    font-size: 16px;
    line-height: 1.2;
    border-width: 1.35px;
  }
}
.cta__badges {
  display: flex;
  align-self: stretch;
  gap: 8px;
}
@media (max-width: 767px) {
  .cta__badges {
    align-self: stretch;
    gap: 9.35px;
    height: auto;
  }
}
.cta__badge {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 8px;
  background: rgba(255, 255, 255, 0.6);
  border: 1.18px solid #FFFFFF;
  border-radius: 999px;
  height: 36px;
  width: 256px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__badge {
    width: 199px;
  }
}
@media (max-width: 767px) {
  .cta__badge {
    padding: 4.72px 0;
    border-radius: 236.02px;
    height: auto;
  }
}
.cta__badge::after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  margin-left: 8px;
  background-image: url("../images/polygon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 88.441px;
  top: -14.125px;
}
@media (max-width: 767px) {
  .cta__badge::after {
    left: 43%;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__badge:first-child {
    flex: 5;
  }
}
@media (max-width: 767px) {
  .cta__badge:first-child {
    width: 168px;
    flex: 5;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__badge:first-child::after {
    left: 88.441px;
    top: -12.125px;
  }
}
.cta__badge:last-child {
  width: 181px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__badge:last-child {
    flex: 4;
  }
}
@media (max-width: 767px) {
  .cta__badge:last-child {
    flex: 4;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__badge:last-child::after {
    left: 72.441px;
    top: -12.125px;
  }
}
.cta__badge-text {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  text-align: center;
  color: #134F6C;
  white-space: nowrap;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .cta__badge-text {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cta__badge-text {
    font-size: 14px;
    line-height: 1.5;
  }
}

.footer {
  z-index: 2;
  position: relative;
  background: #fff;
}
.footer__container {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer__container {
    align-self: stretch;
  }
}
.footer__nav {
  background: #5C697B;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 16px 0;
}
@media (max-width: 767px) {
  .footer__nav {
    padding: 16px;
    align-self: stretch;
  }
}
.footer__links {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767px) {
  .footer__links {
    flex-wrap: wrap;
    align-self: stretch;
  }
}
.footer__link {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.footer__link:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .footer__link {
    line-height: 1.5;
    text-align: center;
  }
}
.footer__separator {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.5;
  color: #FFFFFF;
  text-align: center;
}
.footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 24px 0;
}
@media (max-width: 767px) {
  .footer__company {
    align-self: stretch;
  }
}
.footer__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 483.97px;
}
@media (max-width: 767px) {
  .footer__brand {
    flex-direction: column;
    justify-content: center;
    align-self: stretch;
    width: auto;
  }
}
.footer__logo {
  width: 117.09px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .footer__logo {
    width: 120.01px;
  }
}
@media (max-width: 767px) {
  .footer__logo {
    width: 120.01px;
  }
}
.footer__copyright {
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #202326;
  margin: 0;
}
@media (max-width: 1199px) {
  .footer__copyright {
    color: #13244A;
  }
}
.footer__notice {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.5;
  color: #202326;
  margin: 0;
  text-align: center;
}
@media (max-width: 1199px) {
  .footer__notice {
    color: #13244A;
  }
}
.footer__certification {
  width: 23.53px;
  height: 24px;
  flex-shrink: 0;
}
@media (max-width: 1199px) {
  .footer__certification {
    width: 23.96px;
  }
}

@media (max-width: 767px) {
  .success-card__body {
    overflow-y: scroll;
  }
}

.success-card__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .success-card__header {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .success-card__header {
    gap: 16px;
    margin-bottom: 0;
  }
}

.success-card__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  background: #DCF8FB;
  border-radius: 50%;
  flex-shrink: 0;
}
.success-card__avatar-image {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.success-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
@media (max-width: 767px) {
  .success-card__info {
    text-align: center;
    width: 100%;
  }
}

.success-card__case-title {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-self: stretch;
}

.success-card__case-meta {
  display: flex;
  align-items: center;
  gap: 8px;
}

.success-card__case-number {
  font-family: "Helvetica", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", "Helvetica Neue", "Segoe UI", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.224px;
  color: #D3D6DB;
}

.success-card__divider {
  width: 0;
  height: 16px;
  border-left: 1px solid #F0F1F3;
}

.success-card__demographics {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.7;
  letter-spacing: 0.28px;
  color: #134F6C;
}

.success-card__title {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 2%;
  color: #067CB1;
  margin: 0;
  text-align: left;
  margin-bottom: 6px;
}
@media (max-width: 1199px) {
  .success-card__title {
    margin-bottom: 0;
    letter-spacing: 0.32px;
  }
}
@media (max-width: 767px) {
  .success-card__title {
    font-size: var(--typography-heading-xs-font-size, 16px);
    font-weight: 700;
    line-height: 1.75;
    letter-spacing: 0.32px;
    height: 75px;
  }
}

.success-card__comparison {
  display: flex;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  margin: 0 0 16px;
}
@media (max-width: 1199px) {
  .success-card__comparison {
    margin: 0 0 4px;
  }
}
@media (max-width: 767px) {
  .success-card__comparison {
    flex-direction: column;
    gap: 6px;
  }
}

.success-card__before,
.success-card__after {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 8px;
  padding: 16px;
  flex: 1;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .success-card__before,
  .success-card__after {
    padding: 8px;
    gap: 6px;
    width: 100%;
  }
}

.success-card__before {
  background: linear-gradient(216deg, #EEF5F7 0%, #F9FCFD 8%, #F9FCFD 55%, #EEF5F7 100%);
}

.success-card__after {
  background: linear-gradient(211deg, #BBF2F8 0%, #DFFCFF 21%, #E5FDFF 85%, #B4E7FF 100%);
}

.success-card__before-title,
.success-card__after-title {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  gap: 10px;
  padding: 0 8px;
  background: #FFFFFF;
  border-radius: 4px;
  height: auto;
  min-height: 20px;
}

.success-card__label {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2%;
  text-align: center;
  color: #134F6C;
}
.success-card__after-title .success-card__label {
  color: #067CB1;
}

.success-card__workplace-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: center;
}

.success-card__workplace {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.368px;
  color: #134F6C;
  margin: 0;
  width: 160px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .success-card__workplace {
    letter-spacing: 0.28px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .success-card__workplace {
    letter-spacing: 0.28px;
    width: auto;
    font-size: 14px;
  }
}

.success-card__salary-info {
  display: flex;
  justify-content: center;
  align-items: baseline;
  align-self: stretch;
  gap: 4px;
}

.success-card__salary-label,
.success-card__salary-unit {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 2%;
  text-align: center;
  color: #134F6C;
}
@media (max-width: 767px) {
  .success-card__salary-label,
  .success-card__salary-unit {
    font-size: 14px;
  }
}

.success-card__salary-amount {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: 1.55;
  letter-spacing: 1.6%;
  text-align: center;
  color: #134F6C;
}
@media (max-width: 767px) {
  .success-card__salary-amount {
    font-size: 20px;
  }
}

.success-card__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 767px) {
  .success-card__arrow {
    transform: rotate(90deg);
  }
}

.success-card__arrow-symbol {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #067CB1;
}

.case-modal__cta-button {
  background: transparent;
  color: #067CB1;
  border: 1px solid #0D668F;
  border-radius: 999px;
  padding: 8px 16px;
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 2%;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 160px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 4px 0px rgba(31, 31, 31, 0.02);
}
.case-modal__cta-button:hover {
  background: rgba(13, 102, 143, 0.1);
}
.case-modal__cta-button:active {
  transform: translateY(0);
}
@media (max-width: 767px) {
  .case-modal__cta-button {
    width: 140px;
    height: 36px;
    font-size: 13px;
    padding: 6px 14px;
    margin-right: 32px;
    position: relative;
  }
  .case-modal__cta-button::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 32px;
    background: var(--color-border-subtle, #F0F1F3);
    right: -32px;
  }
}

.case-modal__container {
  width: 600px;
  max-width: 90vw;
  border-radius: 6px;
  box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
  border: 2px solid #E1E4E7;
}
@media (max-width: 767px) {
  .case-modal__container {
    width: 100%;
    border-radius: 4px;
    max-width: 100%;
    max-height: calc(80vh - 67px);
    position: fixed;
    bottom: 67px;
  }
}

.case-modal__content {
  padding: 24px;
  position: relative;
}
@media (max-width: 767px) {
  .case-modal__content {
    padding: 36px 16px;
  }
}

.case-modal__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  gap: 40px;
}
@media (max-width: 767px) {
  .case-modal__body {
    gap: 32px;
  }
}

.case-modal__case {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1199px) {
  .case-modal__case {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .case-modal__case .success-card__title {
    height: auto;
  }
}
.case-modal__case .success-card__comparison {
  flex-direction: row;
}
.case-modal__case .success-card__arrow {
  transform: rotate(0deg);
}

.case-modal__description {
  background: transparent;
  border-radius: 0;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .case-modal__description {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}
.case-modal__description-text {
  font-family: "Yu Gothic UI", "Yu Gothic", YuGothicUI, -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0.32px;
  color: #134F6C;
  margin: 0;
  text-align: left;
  margin-bottom: 16px;
}
.case-modal__description-text:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .case-modal__description-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .case-modal__description-text {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.28px;
  }
}

.case-modal__cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 160px;
  margin-top: 24px;
}
@media (max-width: 767px) {
  .case-modal__cta {
    width: 100%;
    height: 67px;
    border-top: 1px solid #E1E4E7;
    gap: 24px;
    justify-content: flex-end;
    position: fixed;
    bottom: 0;
    background: #fff;
    padding-right: 16px;
  }
}
.case-modal__cta .case-modal__nav {
  display: none;
}
@media (max-width: 767px) {
  .case-modal__cta .case-modal__nav {
    display: block;
    position: unset;
    transform: none;
  }
}

.agents-iframe-search-jobs {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 532px;
  border: none;
}
@media (max-width: 1088px) {
  .agents-iframe-search-jobs {
    height: 901px;
  }
}

.agents-iframe-new-jobs {
  width: 100%;
  display: block;
  margin: 0 auto;
  height: 553px;
  border: none;
}
@media (max-width: 1199px) {
  .agents-iframe-new-jobs {
    height: 536px;
  }
}
@media (max-width: 679px) {
  .agents-iframe-new-jobs {
    height: 584px;
  }
}

/*# sourceMappingURL=style.css.map */
