@charset "UTF-8";
/*!
Theme Name: TripClip
*/
html {
  font-size: 0.5208333333vw;
}
@media (min-width: 1920px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 2.5641025641vw;
  }
}

body {
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1.75;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

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

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.7;
}

.u-en {
  font-family: "Inter", sans-serif;
}

.u-jp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media (max-width: 767px) {
  .sp-only {
    display: block !important;
  }
}

br.br-sp {
  display: none;
}
@media (max-width: 767px) {
  br.br-sp {
    display: inline;
  }
}

@media (max-width: 767px) {
  .tctravel__intro-desc br:not(.br-sp),
  .tccreative__intro-desc br:not(.br-sp),
  .tcmarketing__intro-desc br:not(.br-sp),
  .tctravel__lead br:not(.br-sp),
  .tccreative__lead br:not(.br-sp),
  .tcmarketing__lead br:not(.br-sp),
  .tctravel__card-desc br:not(.br-sp),
  .tccreative__card-desc br:not(.br-sp),
  .tcmarketing__card-desc br:not(.br-sp),
  .svc__desc br:not(.br-sp) {
    display: none;
  }
  .svc__hero-lead p {
    display: inline;
  }
  .tctravel__cta-title,
  .tccreative__cta-title,
  .tcmarketing__cta-title {
    white-space: nowrap;
    font-size: 1.6rem !important;
    line-height: 2.0714rem !important;
  }
  .tctravel__features-title,
  .tccreative__features-title,
  .tccreative__portfolio-title {
    margin-top: -2.4rem !important;
  }
  .tcmarketing__features-title {
    margin-top: 0.8rem !important;
  }
  .tctravel__cta-link,
  .tccreative__cta-link,
  .tcmarketing__cta-link {
    width: fit-content !important;
    padding: 0 1.8rem !important;
    height: 4rem !important;
    font-size: 1.2rem !important;
    gap: 0.8rem !important;
    white-space: nowrap;
  }
  .tctravel__cta-corner,
  .tccreative__cta-corner,
  .tcmarketing__cta-corner {
    width: 0.6rem !important;
    height: 0.6rem !important;
    border-width: 1px !important;
  }
  .tctravel__cta-sq,
  .tccreative__cta-sq,
  .tcmarketing__cta-sq {
    width: 0.683rem !important;
    height: 0.683rem !important;
  }
  .recruit-top__intro-head,
  .recruit-top__intro-body {
    text-align: center;
  }
  .recruit-top__intro-head br,
  .recruit-top__intro-body br {
    display: inline;
  }
  .recruit-top__intro-head {
    font-size: 1.6rem !important;
    line-height: 1.6 !important;
    font-weight: 700;
  }
  .recruit-top__intro-body {
    text-align: left;
    font-size: 1.2rem !important;
  }
  .recruit-top__intro-body p {
    display: inline;
  }
  .recruit-top__intro-body p:nth-of-type(4),
  .recruit-top__intro-body p:nth-of-type(7),
  .recruit-top__intro-body p:nth-of-type(8) {
    display: block;
  }
  .recruit-top__intro-body p:nth-of-type(4),
  .recruit-top__intro-body p:nth-of-type(7) {
    margin-top: 1.6em;
  }
  .tctravel__features-tag,
  .tccreative__features-tag,
  .tcmarketing__features-tag {
    position: relative;
    z-index: 1;
  }
  .tccreative__scope-list {
    left: 0 !important;
    max-width: none !important;
    margin-inline: 0 !important;
    padding-inline: 2rem;
  }
  .tccreative__pf-cap {
    left: 1rem !important;
    right: 1rem !important;
    bottom: 1rem !important;
  }
  .tccreative__pf-year {
    font-size: 1.2rem !important;
    line-height: 1.6rem !important;
  }
  .tccreative__pf-desc {
    font-size: 1.1rem !important;
    line-height: 1.7rem !important;
  }
}
.inner {
  width: 100%;
  max-width: 181rem;
  margin-inline: auto;
  padding-inline: 5.5rem;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .inner {
    padding-inline: 2rem;
  }
}

.viewmore {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  width: 18.5rem;
  height: 6.3rem;
  padding-left: 2.7rem;
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  line-height: normal;
}
.viewmore::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-repeat: no-repeat;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
  background-size: 1.1rem 1px, 1px 1.1rem, 1.1rem 1px, 1px 1.1rem, 1.1rem 1px, 1px 1.1rem, 1.1rem 1px, 1px 1.1rem;
  background-position: left top, left top, right top, right top, left bottom, left bottom, right bottom, right bottom;
}
@media (max-width: 767px) {
  .viewmore {
    font-size: 1.2rem;
    width: 11.5rem;
    height: 3.8rem;
    padding-left: 1.4rem;
    gap: 0.8rem;
  }
  .viewmore::after {
    display: block;
    background-size: 0.6rem 1px, 1px 0.6rem, 0.6rem 1px, 1px 0.6rem, 0.6rem 1px, 1px 0.6rem, 0.6rem 1px, 1px 0.6rem;
  }
}
.viewmore::before {
  content: "";
  width: 1.1rem;
  height: 1.1rem;
  background: currentColor;
  flex: 0 0 auto;
  display: inline-block;
}
@media (max-width: 767px) {
  .viewmore::before {
    width: 0.683rem;
    height: 0.683rem;
  }
}
@media (min-width: 768px) {
  .viewmore::after {
    inset: -3.4rem;
    background-position: calc(0% + 3.4rem) calc(0% + 3.4rem), calc(0% + 3.4rem) calc(0% + 3.4rem), calc(100% - 3.4rem) calc(0% + 3.4rem), calc(100% - 3.4rem) calc(0% + 3.4rem), calc(0% + 3.4rem) calc(100% - 3.4rem), calc(0% + 3.4rem) calc(100% - 3.4rem), calc(100% - 3.4rem) calc(100% - 3.4rem), calc(100% - 3.4rem) calc(100% - 3.4rem);
    transition: background-position 0.55s cubic-bezier(0.22, 1, 0.36, 1), background-size 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .viewmore:hover::after, .viewmore:focus-visible::after {
    background-size: 3rem 1px, 1px 3rem, 3rem 1px, 1px 3rem, 3rem 1px, 1px 3rem, 3rem 1px, 1px 3rem;
    background-position: calc(0% + 1.8rem) calc(0% + 1.8rem), calc(0% + 1.8rem) calc(0% + 1.8rem), calc(100% - 1.8rem) calc(0% + 1.8rem), calc(100% - 1.8rem) calc(0% + 1.8rem), calc(0% + 1.8rem) calc(100% - 1.8rem), calc(0% + 1.8rem) calc(100% - 1.8rem), calc(100% - 1.8rem) calc(100% - 1.8rem), calc(100% - 1.8rem) calc(100% - 1.8rem);
  }
}

.en-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: normal;
}

.header {
  position: fixed;
  top: 2.5rem;
  left: 0;
  width: 100%;
  height: 8.2rem;
  z-index: 100;
  color: #ffffff;
  transition: color 0.25s ease;
}
@media (max-width: 767px) {
  .header {
    top: 0;
  }
}
.header--solid {
  position: sticky;
  top: 0;
  margin-top: 2.5rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .header--solid {
    margin-top: 0;
  }
  .header--solid .header__logo {
    margin-top: 2.8rem;
  }
}
.header--solid, .header--on-light {
  color: #10439a;
}
.header--solid .header__logo .symbol--light,
.header--solid .header__logo .word--light, .header--on-light .header__logo .symbol--light,
.header--on-light .header__logo .word--light {
  opacity: 0;
}
.header--solid .header__logo .symbol--navy,
.header--solid .header__logo .word--navy, .header--on-light .header__logo .symbol--navy,
.header--on-light .header__logo .word--navy {
  opacity: 1;
}
.header--solid .header__contact, .header--on-light .header__contact {
  border-color: rgba(16, 67, 154, 0.85);
  color: #ffffff;
  background: linear-gradient(12.3154deg, #10439a 30.688%, #006eb8 98.586%);
}
.header--solid .header__lang .sep, .header--on-light .header__lang .sep {
  background: rgba(16, 67, 154, 0.4);
}
.header--solid .header__burger span, .header--on-light .header__burger span {
  background: #10439a;
}
.header__inner {
  height: 100%;
  max-width: 192rem;
  margin-inline: auto;
  padding-left: 4.6rem;
  padding-right: 4.2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 767px) {
  .header__inner {
    padding-inline: 2rem;
  }
  .header__inner .header__logo,
  .header__inner .header__burger {
    align-self: center;
    margin-top: 0;
  }
}
.header__logo {
  position: relative;
  width: 22.7rem;
  height: 5.1rem;
  flex: 0 0 auto;
  align-self: flex-end;
}
.header__logo .symbol {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.77rem;
  height: 4.41rem;
  max-width: none;
}
.header__logo .word {
  position: absolute;
  left: 4.65rem;
  top: 0.254rem;
  width: 18.05rem;
  height: 4.85rem;
  max-width: none;
}
.header__logo .symbol,
.header__logo .word {
  transition: opacity 0.25s ease;
}
.header__logo .symbol--navy,
.header__logo .word--navy {
  opacity: 0;
}
@media (max-width: 767px) {
  .header__logo {
    align-self: flex-start;
    margin-top: 2.2rem;
    width: 10.6rem;
    height: 2.38rem;
  }
  .header__logo .symbol {
    width: 1.76rem;
    height: 2.06rem;
  }
  .header__logo .word {
    left: 2.17rem;
    top: 0.12rem;
    width: 8.43rem;
    height: 2.26rem;
  }
}
.header__right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.6rem;
}
@media (max-width: 767px) {
  .header__right {
    position: relative;
    top: 0.5rem;
    align-self: center;
    margin: 0 1.8rem 0 auto;
  }
  .header__right nav {
    display: none;
  }
}
.header__lang {
  display: flex;
  align-items: flex-start;
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
  line-height: 1.7rem;
  height: 2.45rem;
  padding-top: 0.075rem;
  margin-right: 0.8rem;
}
.header__lang > * {
  flex: none;
  white-space: nowrap;
}
.header__lang > span:first-child {
  width: 1.7rem;
}
.header__lang > span:last-child {
  width: 1.9rem;
  margin-left: 0.8rem;
}
.header__lang .is-active {
  font-weight: 500;
}
.header__lang .is-off {
  opacity: 0.6;
}
.header__lang > span:first-child,
.header__lang > span:last-child {
  position: relative;
}
.header__lang > span:first-child::after,
.header__lang > span:last-child::after {
  content: "";
  position: absolute;
  inset: -1.4rem -0.9rem;
}
.header__lang .sep {
  width: 1px;
  height: 1.2rem;
  margin-left: 1rem;
  margin-top: 0.3rem;
  background: rgba(255, 255, 255, 0.5);
}
.header__nav {
  display: flex;
  align-items: center;
  gap: 4.3rem;
  font-family: "Inter", sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}
.header__nav > li {
  position: relative;
}
.header__nav > li:nth-child(1) {
  width: 6.6rem;
}
.header__nav > li:nth-child(2) {
  width: 7.9rem;
}
.header__nav > li:nth-child(3) {
  width: 5.6rem;
}
.header__nav > li:nth-child(4) {
  width: 8.1rem;
}
.header__nav > li:nth-child(5) {
  margin-left: -0.4rem;
}
.header__nav > li {
  flex: none;
}
.header__dropdown {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(calc(-50% + 0.25rem)) translateY(2.5rem);
  width: 16rem;
  height: 12.4rem;
  padding: 0;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 0%, rgba(146, 146, 146, 0.25) 100%);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.21;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.header__dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  height: 2.5rem;
}
.header__dropdown li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-left: 1.6rem;
  height: 4.4rem;
}
.header__dropdown li + li {
  border-top: 1px solid #ffffff;
}
.header__dropdown li:nth-child(2) {
  height: 3.9rem;
}
.header__dropdown li:nth-child(3) {
  height: 4.1rem;
}
.header__nav > li:hover .header__dropdown, .header__nav > li:focus-within .header__dropdown {
  opacity: 1;
  visibility: visible;
}
.header__contact {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16rem;
  height: 5.1rem;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(146, 146, 146, 0.25));
  font-size: 1.9rem;
}
.header__burger {
  display: none;
}
@media (max-width: 767px) {
  .header__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.6rem;
    width: 3rem;
    height: 3rem;
  }
  .header__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    transition: 0.3s;
  }
}

.drawer {
  position: fixed;
  inset: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  background-color: #efefef;
  background-image: linear-gradient(#efefef, #efefef);
  background-repeat: no-repeat;
  background-size: 39rem max(104.7rem, 100dvh);
  color: #104399;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", sans-serif;
  font-feature-settings: normal;
  font-kerning: none;
  z-index: 200;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  display: none;
}
@media (max-width: 767px) {
  .drawer {
    display: block;
  }
}
.drawer.is-open {
  transform: translateX(0);
}
.drawer__close {
  position: absolute;
  left: 35.5rem;
  top: 2rem;
  width: 1.4612rem;
  height: 1.4226rem;
}
.drawer__close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.03933rem;
  height: 0.1rem;
  margin: -0.05rem 0 0 -1.019665rem;
  background: #104399;
}
.drawer__close span:first-child {
  transform: rotate(44.23deg);
}
.drawer__close span:last-child {
  transform: rotate(135.77deg);
}
.drawer__logo {
  position: absolute;
  left: 1.8rem;
  top: 10.3rem;
  width: 19.7rem;
  height: 4.3rem;
  overflow: hidden;
}
.drawer__logo-symbol {
  position: absolute;
  left: 0;
  top: 0;
  width: 3.2702rem;
  height: 3.71476rem;
}
.drawer__logo-word {
  position: absolute;
  left: 4.0365rem;
  top: 0.2141rem;
  width: 15.6635rem;
  height: 4.0863rem;
}
.drawer__item {
  position: absolute;
  left: 2.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.3rem;
  line-height: normal;
  white-space: nowrap;
}
.drawer__item--about {
  top: 19.5rem;
}
.drawer__item--service {
  top: 25.5rem;
}
.drawer__item--news {
  top: 43.5rem;
}
.drawer__item--recruit {
  top: 50.1rem;
}
.drawer__contact {
  position: absolute;
  left: 1.8rem;
  right: 1.8rem;
  top: 66.5rem;
  text-align: center;
  z-index: 1;
}
.drawer__contact-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.6rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.drawer__contact-lead, .drawer__contact-sub {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 2;
}
.drawer__contact-lead {
  margin-bottom: 2.2rem;
}
.drawer__contact-sub {
  margin-bottom: 2.6rem;
}
.drawer__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24rem;
  height: 3.8rem;
  margin-inline: auto;
  border-radius: 0.4rem;
  background: linear-gradient(12.3154deg, #10439a 30.688%, #006eb8 98.586%);
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 500;
  transition: opacity 0.3s;
}
.drawer__contact-btn:hover, .drawer__contact-btn:focus-visible {
  opacity: 0.7;
}
.drawer__sub {
  position: absolute;
  left: 2.3rem;
  top: 28.3rem;
  width: 24.5rem;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 4rem;
}
.drawer__legal {
  position: absolute;
  right: 1.7rem;
  top: 58.9rem;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.6rem;
  opacity: 0.6;
  white-space: nowrap;
}
.drawer__rule {
  position: absolute;
  left: 1.8rem;
  top: 61.85rem;
  width: 35.5rem;
  height: 0.1rem;
  background: #10439a;
  opacity: 0.6;
}
.drawer__watermark {
  position: absolute;
  left: 18.7rem;
  top: 75rem;
  width: 24.9645rem;
  height: 29.2rem;
  pointer-events: none;
}

.footer {
  position: relative;
  color: #ffffff;
  background: radial-gradient(120% 160% at 12% 47%, #454649 0%, #343537 25%, #232325 50%, #111212 75%, #090909 87.5%, #000 100%);
  background-image: url("img/footer-bg.svg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer__inner {
  position: relative;
  z-index: 1;
  max-width: 192rem;
  margin-inline: auto;
  padding: 19.3rem 4.2rem 18rem 21.7rem;
  display: grid;
  grid-template-columns: 93.9rem 62.7rem;
  column-gap: 9.5rem;
}
@media (max-width: 767px) {
  .footer__inner {
    grid-template-columns: 1fr;
    padding: 12.73rem 2rem 8.575rem;
    row-gap: 13.5rem;
  }
}
.footer::before {
  content: "";
  position: absolute;
  top: 16.8rem;
  height: 46.4rem;
  left: calc(50% - 96rem + 115.6rem);
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  z-index: 2;
}
@media (max-width: 767px) {
  .footer::before {
    display: none;
  }
}
.footer::after {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 96rem + 94.27rem);
  width: 137.735rem;
  height: 78.6rem;
  background: url("img/footer-deco.svg") no-repeat 0 0/137.735rem 78.6rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .footer::after {
    display: block;
    top: auto;
    bottom: 0;
    left: 7.8rem;
    width: 66.7rem;
    height: 38.06rem;
    background: url("img/footer-watermark-sp.svg") no-repeat 0 0/66.7rem 38.06rem;
  }
}
.footer__info {
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .footer__info {
    order: 0;
    position: relative;
  }
}
@media (max-width: 767px) {
  .footer__info::before {
    content: "";
    position: absolute;
    top: -6.2rem;
    left: -0.2rem;
    width: 35.5rem;
    height: 1px;
    background: #ffffff;
  }
}
.footer__logo {
  position: relative;
  width: 26rem;
  height: 5.84rem;
  margin-bottom: 1.4rem;
}
.footer__logo .symbol {
  position: absolute;
  left: 0;
  top: 0;
  width: 4.32rem;
  height: 5.05rem;
  max-width: none;
}
.footer__logo .word {
  position: absolute;
  left: 5.33rem;
  top: 0.29rem;
  width: 20.67rem;
  height: 5.55rem;
  max-width: none;
}
@media (max-width: 767px) {
  .footer__logo {
    align-self: flex-start;
    width: 19.5rem;
    height: 4.38rem;
    margin-bottom: 0.82rem;
  }
  .footer__logo .symbol {
    width: 3.24rem;
    height: 3.79rem;
  }
  .footer__logo .word {
    left: 4rem;
    top: 0.22rem;
    width: 15.5rem;
    height: 4.16rem;
  }
}
.footer__address {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 0.6rem;
  margin-bottom: 4.6rem;
}
@media (max-width: 767px) {
  .footer__address {
    font-size: 1.4rem;
    word-break: break-all;
    margin-left: 0;
    margin-bottom: 2.8rem;
  }
}
.footer__nav {
  margin-left: 1rem;
  margin-bottom: 7.32rem;
}
@media (max-width: 767px) {
  .footer__nav {
    margin-left: 0;
    margin-bottom: 8.8rem;
  }
}
.footer__menu {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.9rem;
  align-items: flex-start;
}
.footer__menu > li {
  flex: 0 0 auto;
}
.footer__menu > li:nth-child(1) {
  width: 14.7rem;
}
.footer__menu > li:nth-child(2) {
  width: 20.2rem;
}
.footer__menu > li:nth-child(3) {
  width: 15.3rem;
}
@media (max-width: 767px) {
  .footer__menu {
    flex-direction: column;
    flex-wrap: nowrap;
    column-gap: 0;
    row-gap: 2rem;
    font-size: 1.9rem;
  }
  .footer__menu > li:nth-child(1),
  .footer__menu > li:nth-child(2),
  .footer__menu > li:nth-child(3) {
    width: auto;
  }
}
.footer__sub {
  margin-left: -0.4rem;
  margin-top: 0.9rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .footer__sub {
    margin-left: 0;
    margin-top: 0;
    white-space: nowrap;
  }
}
.footer__bottom {
  position: relative;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  gap: 2rem;
  margin-left: 1.2rem;
  width: 85.7rem;
}
@media (max-width: 767px) {
  .footer__bottom {
    margin-left: 0;
    width: auto;
  }
}
.footer__bottom::before {
  content: "";
  position: absolute;
  top: -1.4rem;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.6);
}
@media (max-width: 767px) {
  .footer__bottom::before {
    top: -1.6rem;
    left: -0.2rem;
    width: 35.5rem;
  }
}
.footer__copy {
  font-family: "Inter", sans-serif;
  font-size: 1.4rem;
}
.footer__legal {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.3rem;
  opacity: 0.6;
}
.footer__cta {
  padding-left: 0;
}
@media (max-width: 767px) {
  .footer__cta {
    order: -1;
    text-align: center;
  }
}
.footer__cta-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 6.9rem;
  line-height: normal;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .footer__cta-title {
    font-size: 5rem;
    margin-bottom: 1.9rem;
  }
}
.footer__cta-lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  margin-left: 0.5rem;
  margin-bottom: 5.9rem;
}
.footer__cta-lead p {
  margin: 0 0 3.2rem;
}
.footer__cta-lead p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .footer__cta-lead {
    font-size: 1.3rem;
    line-height: 2.6rem;
    margin-left: 0;
    margin-bottom: 3.15rem;
  }
  .footer__cta-lead p {
    margin-bottom: 2.6rem;
  }
}
.footer__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
  min-width: 29.5rem;
  height: 6.8rem;
  padding: 0 3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(146, 146, 146, 0.25));
}
@media (max-width: 767px) {
  .footer__cta-btn {
    display: flex;
    min-width: 0;
    width: 24.1rem;
    height: 3.9rem;
    padding: 0 1.5rem;
    margin-left: 0;
    margin-inline: auto;
    font-size: 1.4rem;
  }
}

.blue-wrap {
  position: relative;
  overflow-x: clip;
  overflow-y: visible;
  color: #ffffff;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%), radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 82.3rem, max(194.4rem, 100vw + 2.4rem) calc(109.1rem + 1px);
  background-position: -2.4rem 108rem, -2.4rem -1.1rem;
  background-repeat: no-repeat, no-repeat;
}
@media (max-width: 767px) {
  .blue-wrap {
    background-size: 45.1rem 45.8rem, 45.1rem calc(85.1rem + 1px);
    background-position: -2.4rem 84rem, -2.4rem -1.1rem;
  }
}

.hero {
  position: relative;
  height: 108rem;
}
@media (max-width: 767px) {
  .hero {
    height: 83.9rem;
    padding: 0;
  }
}
.hero__visual {
  position: absolute;
  top: -10.841rem;
  left: calc(50% - 96rem - 75.502rem);
  width: 258.255rem;
  height: 145.269rem;
}
.hero__visual :global(svg),
.hero__visual svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .hero__visual {
    top: 26.05rem;
    right: auto;
    left: -24.3rem;
    width: 89rem;
    height: 50.75rem;
    margin-bottom: 0;
  }
}
.hero__copy {
  position: absolute;
  top: 44.7rem;
  right: calc(50% - 96rem + 7.3rem);
  text-align: right;
}
@media (max-width: 767px) {
  .hero__copy {
    top: 28.92rem;
    right: 2.8rem;
    z-index: 1;
  }
}
.hero__copy-jp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.335;
}
@media (max-width: 767px) {
  .hero__copy-jp {
    font-size: 2.1rem;
    line-height: 3rem;
  }
}
.hero__copy-en {
  margin-top: 2.1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.285;
}
@media (max-width: 767px) {
  .hero__copy-en {
    font-size: 1.25rem;
    margin-top: 1.4rem;
  }
}
.hero__scroll {
  position: absolute;
  left: calc(50% - 96rem + 7rem);
  top: 93.8rem;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .hero__scroll {
    left: 2.6rem;
    top: 63.61rem;
    font-size: 1rem;
    line-height: 1.6419rem;
  }
}
.hero__ghost {
  position: absolute;
  left: calc(50% - 96rem + 5.6rem);
  top: 90.31rem;
  width: 181.4rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10.29rem;
  line-height: 1.21;
  color: #1a5ea7;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero__ghost {
    left: 1.8rem;
    right: auto;
    top: 64.12rem;
    width: 38.6rem;
    margin-top: 0;
    padding-inline: 0;
    font-size: 3.9rem;
    white-space: normal;
  }
}
.hero__crafting {
  position: absolute;
  left: calc(50% - 96rem + 5.6rem);
  top: 96rem;
  width: 182.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 10.336rem;
  line-height: 1.21;
  color: #ffffff;
  white-space: nowrap;
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 767px) {
  .hero__crafting {
    left: 1.8rem;
    right: auto;
    top: 66.62rem;
    width: 38.6rem;
    font-size: 3.9rem;
    white-space: normal;
  }
}

.service {
  position: relative;
  overflow-x: clip;
  background: transparent;
  padding: 17.6rem 0 13.164rem;
}
.service::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #ffffff;
  z-index: -1;
  pointer-events: none;
}
.service__watermark {
  position: absolute;
  top: 90.3rem;
  left: calc(50% - 96rem - 15.4rem);
  width: 82.6rem;
  max-width: none;
  height: 96.6rem;
  transform: scaleX(-1);
  pointer-events: none;
  z-index: -1;
}
@media (max-width: 767px) {
  .service__watermark {
    top: 181.2rem;
    left: -4.3rem;
    width: 25rem;
    height: 29.2rem;
    transform: scaleX(-1);
  }
}
@media (max-width: 767px) {
  .service {
    padding: 5rem 0 9.9rem;
  }
}
.service__head {
  display: flex;
  align-items: baseline;
  gap: 4.7rem;
  margin-bottom: 0.6rem;
}
@media (max-width: 767px) {
  .service__head {
    flex-direction: column;
    gap: 0;
    margin-bottom: 3.3rem;
  }
}
.service__title {
  font-size: 14rem;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .service__title {
    font-size: 5rem;
  }
}
.service__subtitle {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #0e0000;
}
@media (max-width: 767px) {
  .service__subtitle {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}
.service__cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem;
  width: 172.4rem;
  max-width: none;
  margin-inline: -0.9rem;
}
@media (max-width: 767px) {
  .service__cards {
    grid-template-columns: 1fr;
    gap: 3.8rem;
    width: auto;
    margin-inline: 0;
  }
}
.service__card-wrap {
  border-radius: 0.4rem;
  overflow: hidden;
}
.service__card-wrap--dark {
  background: linear-gradient(43.98deg, #000 1.41%, #454649 98.59%);
}
.service__card-wrap--light {
  background: linear-gradient(43.98deg, #dcdddd 1.41%, #f7f8f8 46.55%);
}
.service__card-wrap--blue {
  background: linear-gradient(43.98deg, #10439a 30.69%, #006eb8 98.59%);
}
.service__card {
  width: 100%;
  height: 100%;
  border-radius: 0.4rem;
  padding: 9.4rem 3.6rem 4.4rem;
  min-height: 77.2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
@media (max-width: 767px) {
  .service__card {
    min-height: 0;
    height: 53.9rem;
    padding: 4.6rem 2.4rem 3.2rem;
  }
}
.service__card--dark {
  background: linear-gradient(43.98deg, #000 1.41%, #454649 98.59%);
}
.service__card--light {
  background: linear-gradient(43.98deg, #dcdddd 1.41%, #f7f8f8 46.55%);
  color: #10439a;
}
.service__card--blue {
  background: linear-gradient(43.98deg, #10439a 30.69%, #006eb8 98.59%);
}
.service__card-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 5.6rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .service__card-title {
    font-size: 4rem;
    line-height: normal;
  }
}
.service__card:nth-of-type(3) .service__card-title {
  line-height: 5.7rem;
  margin-top: 0.7rem;
  position: relative;
  left: 0.5rem;
  margin-bottom: 0.4rem;
}
.service__card-label {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.2rem;
}
@media (max-width: 767px) {
  .service__card-label {
    font-size: 1.3rem;
    line-height: 3.2rem;
    margin-top: 0;
  }
}
.service__card-icon {
  margin: 0;
  max-width: 100%;
}
.service__card-icon img {
  width: 100%;
  height: 100%;
}
.service__card:nth-of-type(1) .service__card-icon {
  width: 33.6rem;
  height: 21.8rem;
  margin: 2.7rem 0 3.9rem;
  position: relative;
  left: 0.5rem;
}
.service__card:nth-of-type(2) .service__card-icon {
  width: 27rem;
  height: 18.1rem;
  margin: 5.4rem 0 4.9rem;
}
.service__card:nth-of-type(3) .service__card-icon {
  width: 30rem;
  height: 18.3rem;
  margin: 6.25rem 0 3.85rem;
  position: relative;
  left: 0.15rem;
}
@media (max-width: 767px) {
  .service__card:nth-of-type(1) .service__card-icon {
    width: 27.2rem;
    height: 17.65rem;
    margin: 1.5rem 0 1.45rem;
    left: 0;
  }
  .service__card:nth-of-type(2) .service__card-icon {
    width: 24.7rem;
    height: 16.56rem;
    margin: 1.94rem 0 2.34rem;
  }
  .service__card:nth-of-type(3) .service__card-icon {
    width: 25.92rem;
    height: 15.81rem;
    margin: 2.5rem 0 2.99rem;
    left: 0;
  }
  .service__card:nth-of-type(2) {
    padding-top: 5.5rem;
    padding-bottom: 4.8rem;
  }
  .service__card:nth-of-type(3) {
    padding-top: 5.5rem;
    padding-bottom: 6.8rem;
    height: 54.2rem;
  }
  .service__card:nth-of-type(1) .service__card-num {
    margin-bottom: 1.9rem;
  }
  .service__card:nth-of-type(2) .service__card-num {
    margin-bottom: 1.5rem;
  }
  .service__card:nth-of-type(3) .service__card-num {
    margin-bottom: 1.5rem;
  }
}
.service__card-num {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: normal;
  opacity: 0.85;
  margin-bottom: 2.9rem;
}
@media (max-width: 767px) {
  .service__card-num {
    font-size: 1.5rem;
  }
}
.service__card-desc {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.88;
  text-align: left;
  font-feature-settings: normal;
  font-kerning: none;
}
@media (max-width: 767px) {
  .service__card-desc {
    font-size: 1.2rem;
    line-height: 1.917;
  }
}
.service__more-wrap {
  margin-top: 5rem;
  margin-bottom: 1.1rem;
  text-align: center;
  padding-left: 0.1rem;
}
@media (max-width: 767px) {
  .service__more-wrap {
    margin-top: 3.1rem;
  }
}
.service__more {
  color: #1a1a1a;
}

.recruit {
  position: relative;
  overflow-x: clip;
  background: #ffffff;
  padding: 0 0 12.9rem;
}
.recruit__deco {
  position: absolute;
  top: 17rem;
  left: 37.4rem;
  width: 74.279rem;
  max-width: none;
  height: 0.2594rem;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 767px) {
  .recruit__deco {
    top: 20.7rem;
    left: 7.4rem;
    width: 21.7rem;
    height: 0.29rem;
  }
}
.recruit__dotwave {
  position: absolute;
  top: -41rem;
  left: calc(50% - 96rem - 17.5rem);
  width: 250rem;
  max-width: none;
  height: 121.4rem;
  animation: tc-dotwave-spin 5s linear infinite;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .recruit__dotwave {
    top: -21.3rem;
    left: -9.45rem;
    width: 59.22rem;
    height: 39.59rem;
  }
}
@media (max-width: 767px) {
  .recruit {
    padding: 0 0 8rem;
  }
}
.recruit__banner-wrap {
  position: relative;
  width: 100%;
  max-width: 109.1rem;
  margin-inline: auto;
  left: 1.65rem;
  height: 32.6rem;
  border-radius: 0.6rem;
  overflow: hidden;
  background: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
}
@media (max-width: 767px) {
  .recruit__banner-wrap {
    max-width: 29.7rem;
    margin-inline: 2.2rem auto;
    left: 0;
    height: 27.4rem;
    border-radius: 0;
  }
}
.recruit__banner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: url("img/top-recruit-banner-bg.png?v=2") center/100% 100% no-repeat, radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .recruit__banner {
    padding: 0;
    background: url("img/top-recruit-banner-bg-sp.png") center/100% 100% no-repeat, radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  }
}
.recruit__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.28;
}
@media (max-width: 767px) {
  .recruit__bg {
    opacity: 0.28;
  }
}
.recruit__bg svg {
  width: 100%;
  height: 100%;
}
.recruit__glow {
  display: none;
}
.recruit__content {
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0 5.9rem 0 9rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .recruit__content {
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    height: 100%;
    padding: 2.5rem 0.6rem 2.3rem 2rem;
  }
}
.recruit__left {
  color: #ffffff;
}
.recruit__title {
  font-size: 8.56rem;
  line-height: normal;
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .recruit__title {
    font-size: 4rem;
    margin-bottom: 0.1rem;
  }
}
.recruit__more {
  color: #ffffff;
}
@media (min-width: 768px) {
  .recruit__more {
    width: auto;
    height: auto;
    padding-left: 0;
  }
  .recruit__more::after {
    display: none;
  }
}
@media (max-width: 767px) {
  .recruit__more {
    display: flex;
    width: fit-content;
    height: auto;
    margin: 0;
    padding: 0;
  }
  .recruit__more::after {
    display: none;
  }
}
.recruit__right {
  color: #ffffff;
  text-align: center;
  width: 51.1rem;
  flex: none;
}
@media (max-width: 767px) {
  .recruit__right {
    width: auto;
    text-align: right;
  }
}
.recruit__lead {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.32;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .recruit__lead {
    font-size: 1.3rem;
    line-height: 2.1rem;
    margin-right: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.recruit__sub {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.32;
}
@media (max-width: 767px) {
  .recruit__sub {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.news {
  background: transparent;
  padding: 8.04rem 0 12.9rem;
}
@media (max-width: 767px) {
  .news {
    padding: 0 0 8.553rem;
  }
}
.news__title {
  text-align: center;
  font-size: 14rem;
  color: #1a1a1a;
  margin-bottom: 0.08rem;
}
@media (max-width: 767px) {
  .news__title {
    font-size: 5rem;
    margin-bottom: 0.7rem;
  }
}
.news__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 9rem;
  row-gap: 0;
  max-width: 153.8rem;
  margin-inline: 8.8rem auto;
}
@media (max-width: 767px) {
  .news__list {
    grid-template-columns: 1fr;
    margin-inline: auto;
  }
}
.news__item {
  border-bottom: 1px solid #10439a;
}
.news__item:nth-last-child(-n+2) {
  border-bottom: none;
}
@media (max-width: 767px) {
  .news__item:nth-last-child(-n+2) {
    border-bottom: 1px solid #10439a;
  }
  .news__item:last-child {
    border-bottom: none;
  }
}
.news__link {
  display: flex;
  gap: 4.4rem;
  align-items: flex-start;
  padding: 4.05rem 0 4.195rem;
}
.news__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news__link {
    gap: 2rem;
    padding: 2rem 0;
  }
}
.news__thumb {
  flex: 0 0 auto;
  width: 29.6rem;
  height: 22.26rem;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #e9ecef;
}
@media (max-width: 767px) {
  .news__thumb {
    width: 14.11rem;
    height: 10.58rem;
    border-radius: 0;
  }
}
.news__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news__thumb-ph {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dfe3e8, #eef1f4);
}
.news__body {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 3.28rem;
}
@media (max-width: 767px) {
  .news__body {
    padding-top: 0.6rem;
  }
}
.news__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.news__date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.73rem;
  color: #929292;
}
@media (max-width: 767px) {
  .news__date {
    font-size: 1.1rem;
  }
}
.news__item-title {
  margin: 1.2rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.91rem;
  line-height: 1.52;
  color: #0e0000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news__item-title {
    -webkit-line-clamp: 4;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0.8rem 0 0;
  }
}
.news__tag {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 14.033rem;
  height: 2.551rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.09rem;
  line-height: 2.9159rem;
  color: #10439a;
  background: transparent;
  border: 1px solid #10439a;
  border-radius: 6.454rem;
}
@media (max-width: 767px) {
  .news__tag {
    width: 9.4rem;
    height: 1.6rem;
    font-size: 1.1rem;
  }
}
.news__more-wrap {
  margin-top: 2.21rem;
  margin-bottom: 1.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .news__more-wrap {
    margin-top: 2.87rem;
  }
}
.news__more {
  color: #1a1a1a;
}

.about {
  position: relative;
  height: 82.3rem;
}
.about::before {
  content: "";
  position: absolute;
  top: 11.1rem;
  left: calc(50% - 96rem + 6.5rem);
  width: 178.2rem;
  height: 1px;
  background: #ffffff;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about::before {
    top: -3.7rem;
    left: 1.8rem;
    width: 35.5rem;
  }
}
@media (max-width: 767px) {
  .about {
    height: auto;
    padding: 2rem 0 15.1rem;
  }
}
.about__map {
  position: absolute;
  top: 24.7rem;
  left: calc(50% - 96rem - 5.7rem);
  width: 208.2rem;
  max-width: none;
  height: 57.6rem;
  mix-blend-mode: screen;
  pointer-events: none;
}
@media (max-width: 767px) {
  .about__map {
    top: 27.5rem;
    left: -8.3rem;
    width: 55.7rem;
    max-width: none;
    height: 23.4rem;
  }
}
.about__watermark {
  position: absolute;
  top: 45.3rem;
  left: calc(50% - 96rem + 128.6rem);
  width: 89.2rem;
  max-width: none;
  height: 104.3rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .about__watermark {
    top: 41rem;
    left: 20.3rem;
    width: 24.9rem;
    height: 29.2rem;
  }
}
.about__title {
  position: absolute;
  top: 18.6rem;
  left: calc(50% - 96rem + 6rem);
  font-size: 14rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about__title {
    position: relative;
    top: 0;
    left: 0;
    padding-inline: 2rem;
    font-size: 5rem;
  }
}
.about__more {
  position: absolute;
  top: 35.7rem;
  left: calc(50% - 96rem + 6.5rem);
  color: #ffffff;
}
@media (max-width: 767px) {
  .about__more {
    position: relative;
    top: 0;
    left: 0;
    display: flex;
    width: 11.5rem;
    margin: 2rem 0 16.9rem 2.4rem;
  }
}
.about__lead {
  position: absolute;
  top: 59.1rem;
  right: calc(50% - 96rem + 6.3rem);
  text-align: right;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.6;
  color: #ffffff;
}
@media (max-width: 767px) {
  .about__lead {
    position: relative;
    top: 0;
    right: 0;
    text-align: right;
    padding-inline: 2rem;
    font-size: 1.2rem;
    line-height: 2.3rem;
  }
}

.archive-title, .recruit-archive__title {
  text-align: center;
  font-size: 8rem;
  color: #1a1a1a;
  margin-bottom: 6rem;
}
@media (max-width: 767px) {
  .archive-title, .recruit-archive__title {
    font-size: 4.4rem;
    margin-bottom: 3.5rem;
  }
}

.portfolio-archive {
  position: relative;
  overflow: hidden;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: -2.4rem -1.1rem;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .portfolio-archive {
    background-size: 45.1rem 85.1rem;
  }
}
.portfolio-archive__deco {
  position: absolute;
  left: -32.2rem;
  top: 16.7rem;
  width: 160.1rem;
  height: 91.3rem;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 768px) {
  .portfolio-archive__deco {
    left: calc(50% - 96rem - 32.2rem);
  }
}
.portfolio-archive__hero {
  position: relative;
  z-index: 1;
  height: 63.2rem;
}
@media (min-width: 768px) {
  .portfolio-archive__hero {
    padding-top: 32.5rem;
  }
}
.portfolio-archive__title {
  position: absolute;
  left: 7.8rem;
  top: 32.5rem;
  margin: 0;
  font-size: 8rem;
  color: #ffffff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .portfolio-archive__title {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: calc(50% - 96rem + 7.8rem);
  }
}
.portfolio-archive__hero-line {
  position: absolute;
  left: 6.5rem;
  top: 45.9rem;
  width: 178.2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .portfolio-archive__hero-line {
    position: relative;
    inset: auto;
    z-index: 1;
    display: block;
    margin: 3.7rem 0 0 calc(50% - 96rem + 6.5rem);
  }
}
.portfolio-archive__scroll {
  position: absolute;
  left: 8.1rem;
  top: 49.6rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .portfolio-archive__scroll {
    position: relative;
    inset: auto;
    z-index: 1;
    display: inline-block;
    margin: 3.6rem 0 0 calc(50% - 96rem + 8.1rem);
  }
}
.portfolio-archive__grid {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}
.portfolio-archive__item {
  list-style: none;
}
.portfolio-archive__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a1a;
}
.portfolio-archive__thumb {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.portfolio-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.portfolio-archive__thumb--yt img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 133.34%;
  height: 133.34%;
  transform: translate(-50%, -50%);
}
.portfolio-archive__card:hover .portfolio-archive__thumb img {
  transform: scale(1.05);
}
.portfolio-archive__card:hover .portfolio-archive__thumb--yt img {
  transform: translate(-50%, -50%) scale(1.05);
}
.portfolio-archive__player {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.portfolio-archive__card.is-playing .portfolio-archive__overlay {
  display: none;
}
.portfolio-archive__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 2.4rem 2.525rem;
  color: #ffffff;
}
.portfolio-archive__card-title {
  margin: 0;
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 2.5rem;
}
.portfolio-archive__rule {
  width: 39.15rem;
  max-width: 100%;
  height: 1px;
  margin: 0.85rem 0 0 0.3rem;
  background: rgba(255, 255, 255, 0.5);
}
.portfolio-archive__card-desc {
  margin: 0.25rem 0 0;
  width: 40.4rem;
  max-width: 100%;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.6rem;
  font-feature-settings: normal;
  font-kerning: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.portfolio-archive__empty {
  position: relative;
  z-index: 1;
  padding: 4rem 0 20rem;
  text-align: center;
  font-size: 2rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .portfolio-archive__deco {
    display: none;
  }
  .portfolio-archive__hero {
    height: 24rem;
  }
  .portfolio-archive__title {
    left: 2rem;
    top: 11rem;
    width: calc(100% - 4rem);
    font-size: 2.2rem;
    line-height: 1.3;
    white-space: normal;
  }
  .portfolio-archive__hero-line {
    left: 2rem;
    top: 18rem;
    width: calc(100% - 4rem);
  }
  .portfolio-archive__scroll {
    left: 2rem;
    top: 19.5rem;
    font-size: 1.2rem;
  }
  .portfolio-archive__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .portfolio-archive__overlay {
    padding: 0 1rem 1rem;
  }
  .portfolio-archive__card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
  }
  .portfolio-archive__rule {
    width: 100%;
    margin-top: 0.5rem;
  }
  .portfolio-archive__card-desc {
    width: 100%;
    margin-top: 0.4rem;
    font-size: 1.1rem;
    line-height: 1.7rem;
    -webkit-line-clamp: 2;
  }
  .portfolio-archive__empty {
    padding: 4rem 0 10rem;
    font-size: 1.5rem;
  }
}

.portfolio__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media (max-width: 767px) {
  .portfolio__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}

.portfolio__item {
  list-style: none;
}

.portfolio__card {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.4rem;
  background: #1a1a1a;
}

.portfolio__thumb {
  width: 100%;
  height: 100%;
}
.portfolio__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.portfolio__card:hover .portfolio__thumb img {
  transform: scale(1.05);
}

.portfolio__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 0.6rem;
  padding: 2rem;
  color: #ffffff;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.75) 100%);
}
@media (max-width: 767px) {
  .portfolio__overlay {
    padding: 1.2rem;
  }
}

.portfolio__card-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.9rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .portfolio__card-title {
    font-size: 1.4rem;
  }
}

.portfolio__card-desc {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.6;
  opacity: 0.85;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 767px) {
  .portfolio__card-desc {
    font-size: 1.2rem;
    -webkit-line-clamp: 1;
  }
}

.news-archive {
  position: relative;
  overflow: hidden;
  padding-bottom: 21.6rem;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: -2.4rem -1.1rem;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .news-archive {
    background-size: 45.1rem 85.1rem;
  }
}
.news-archive__deco {
  position: absolute;
  left: -32.2rem;
  top: 16.7rem;
  width: 160.112rem;
  height: 91.3rem;
  pointer-events: none;
  z-index: 0;
}
@media (min-width: 768px) {
  .news-archive__deco {
    left: calc(50% - 96rem - 32.2rem);
  }
}
.news-archive__hero {
  position: relative;
  z-index: 1;
  height: 69.8rem;
}
@media (min-width: 768px) {
  .news-archive__hero {
    padding-top: 32.5rem;
  }
}
.news-archive__hero-title {
  position: absolute;
  left: 7.8rem;
  top: 32.5rem;
  margin: 0;
  font-size: 13rem;
  color: #ffffff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .news-archive__hero-title {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: calc(50% - 96rem + 7.8rem);
  }
}
.news-archive__hero-label {
  position: absolute;
  left: 49.7rem;
  top: 41.9rem;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .news-archive__hero-label {
    left: calc(50% - 96rem + 49.7rem);
  }
}
.news-archive__hero-line {
  position: absolute;
  left: 6.5rem;
  top: 52rem;
  width: 178.2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .news-archive__hero-line {
    position: relative;
    inset: auto;
    z-index: 1;
    display: block;
    margin: 3.8rem 0 0 calc(50% - 96rem + 6.5rem);
  }
}
.news-archive__scroll {
  position: absolute;
  left: 8.1rem;
  top: 54rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .news-archive__scroll {
    position: relative;
    inset: auto;
    z-index: 1;
    display: inline-block;
    margin: 1.9rem 0 0 calc(50% - 96rem + 8.1rem);
  }
}
.news-archive__body {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  gap: 10.4rem;
  padding-left: calc(max(0px, 50% - 96rem) + 22.4rem);
  padding-right: max(0px, 50% - 96rem);
}
.news-archive__side {
  flex: 0 0 auto;
  width: 27.9rem;
}
.news-archive__side-title {
  margin: 0;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: normal;
  color: #ffffff;
}
.news-archive__side-title--archive {
  margin-top: 6.6rem;
}
.news-archive__side-rule {
  display: block;
  width: 27.4rem;
  height: 1px;
  margin: 0.9rem 0 0 0.5rem;
  background: #ffffff;
}
.news-archive__filter {
  width: 26rem;
  margin: 1.5rem 0 0 0.5rem;
  padding: 0;
  list-style: none;
}
.news-archive__filter--years {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.5rem;
}
.news-archive__filter-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  list-style: none;
}
.news-archive__filter-link {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 5.2rem;
  color: #88a7da;
  transition: all 0.3s;
}
.news-archive__filter-link.is-current {
  color: #ffffff;
}
.news-archive__filter-link:hover {
  opacity: 0.7;
}
.news-archive__filter-link--year {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 3.2rem;
  color: #ffffff;
}
.news-archive__mark {
  flex: 0 0 auto;
  width: 0.7rem;
  height: 0.7rem;
  background: #88a7da;
}
.news-archive__filter-link.is-current + .news-archive__mark {
  background: #ffffff;
}
.news-archive__main {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 106.1rem;
}
.news-archive__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3.5rem;
}
.news-archive__item {
  list-style: none;
}
.news-archive__link {
  position: relative;
  display: block;
  height: 31.2rem;
  background: #ffffff;
  transition: all 0.3s;
}
.news-archive__link:hover {
  opacity: 0.7;
}
.news-archive__thumb {
  width: 33.1rem;
  height: 24.8rem;
  margin: 0;
  overflow: hidden;
  background: #e9ecef;
}
.news-archive__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-archive__thumb-ph {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #dfe3e8, #eef1f4);
}
.news-archive__date {
  font-weight: 400;
  font-size: 2.2rem;
  line-height: 2.7rem;
  color: #929292;
}
.news-archive__tag {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 14.033rem;
  height: 2.551rem;
  border: 1px solid #10439a;
  border-radius: 4.5561rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.9159rem;
  color: #10439a;
  white-space: nowrap;
}
.news-archive__item-title {
  width: 49.1rem;
  margin: 0;
  font-weight: 700;
  font-size: 2rem;
  line-height: 3.2rem;
  color: #0e0000;
  font-feature-settings: normal;
  font-kerning: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-archive__mark-lg {
  position: absolute;
  left: 99.1rem;
  top: 15.6rem;
  width: 1.2rem;
  height: 1.2rem;
  background: #10439a;
}
.news-archive__pagination {
  margin-top: 9.1rem;
  display: flex;
  justify-content: center;
}
.news-archive__pagination ul {
  display: flex;
  align-items: center;
  gap: 3.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.news-archive__pagination li {
  list-style: none;
}
.news-archive__pagination a,
.news-archive__pagination span {
  display: inline-block;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3.2rem;
  line-height: 1.22;
  color: #88a7da;
  transition: all 0.3s;
}
.news-archive__pagination a:hover {
  opacity: 0.7;
}
.news-archive__pagination .current {
  color: #ffffff;
}
.news-archive__empty {
  padding: 4rem 0 20rem;
  font-size: 2rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .news-archive__link {
    display: grid;
    grid-template-columns: 33.1rem 6.779rem 1fr;
    grid-template-rows: 9.1rem auto;
    align-content: start;
    padding: 3.5rem 3.7rem;
  }
  .news-archive__thumb {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }
  .news-archive__date {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    margin-top: 4.5rem;
  }
  .news-archive__tag {
    grid-column: 3;
    grid-row: 1;
    align-self: start;
    justify-self: start;
    margin: 4.082rem 0 0 33.621rem;
  }
  .news-archive__item-title {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
  }
}
@media (max-width: 767px) {
  .news-archive {
    padding-bottom: 8rem;
  }
  .news-archive__deco {
    display: none;
  }
  .news-archive__hero {
    height: 26rem;
  }
  .news-archive__hero-title {
    left: 2rem;
    top: 11rem;
    font-size: 4.4rem;
  }
  .news-archive__hero-label {
    left: 2rem;
    top: 17rem;
    font-size: 1.6rem;
    line-height: 2rem;
  }
  .news-archive__hero-line {
    left: 2rem;
    top: 21rem;
    width: calc(100% - 4rem);
  }
  .news-archive__scroll {
    left: 2rem;
    top: 22.5rem;
    font-size: 1.2rem;
  }
  .news-archive__body {
    flex-direction: column;
    gap: 4rem;
    padding-left: 0;
    padding-inline: 2rem;
  }
  .news-archive__side {
    width: 100%;
  }
  .news-archive__side-rule, .news-archive__filter {
    width: 100%;
    margin-left: 0;
  }
  .news-archive__side-title--archive {
    margin-top: 3.5rem;
  }
  .news-archive__filter-link {
    font-size: 1.7rem;
    line-height: 4rem;
  }
  .news-archive__main {
    max-width: 100%;
  }
  .news-archive__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.6rem;
  }
  .news-archive__link {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: center;
    gap: 0.8rem;
    padding: 1.2rem;
  }
  .news-archive__thumb {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 331/248;
  }
  .news-archive__date {
    position: static;
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .news-archive__tag {
    position: static;
    width: auto;
    height: 2.4rem;
    margin-left: auto;
    padding: 0 1.2rem;
    font-size: 1.1rem;
    border-width: 1px;
  }
  .news-archive__item-title {
    position: static;
    width: 100%;
    font-size: 1.5rem;
    line-height: 1.7;
  }
  .news-archive__mark-lg {
    display: none;
  }
  .news-archive__pagination {
    margin-top: 4rem;
  }
  .news-archive__pagination a,
  .news-archive__pagination span {
    font-size: 2rem;
  }
  .news-archive__pagination ul {
    gap: 2rem;
  }
  .news-archive__empty {
    padding: 2rem 0 8rem;
    font-size: 1.5rem;
  }
}

.news-single {
  padding: 28.6rem 0 14.2rem;
  padding-inline: max(0px, 50% - 96rem);
}
@media (max-width: 767px) {
  .news-single {
    padding: 9.7rem 0 8rem;
  }
}
.news-single__col {
  width: 120.4rem;
  margin-left: 35.9rem;
}
@media (max-width: 767px) {
  .news-single__col {
    width: auto;
    margin: 0 2rem;
  }
}
.news-single__meta {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
}
.news-single__date {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 3.7rem;
  line-height: 4.5rem;
  color: #929292;
}
@media (max-width: 767px) {
  .news-single__date {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
}
.news-single__tag {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 21.5168rem;
  height: 3.9121rem;
  margin-top: -0.321rem;
  border: 0.1397rem solid #10439a;
  border-radius: 6.986rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 4.471rem;
  color: #10439a;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .news-single__tag {
    width: auto;
    height: 1.8rem;
    margin-top: 0;
    padding: 0 1.4rem;
    border-width: 1px;
    border-radius: 1.9859rem;
    font-size: 1.2rem;
    line-height: 1.271rem;
  }
}
.news-single__title {
  width: 123.9rem;
  margin: 0.4rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 4.5rem;
  line-height: 7.2rem;
  color: #0e0000;
  font-feature-settings: normal;
  font-kerning: none;
}
@media (max-width: 767px) {
  .news-single__title {
    width: auto;
    font-size: 2.1rem;
    line-height: 3.65rem;
  }
}
.news-single__thumb {
  width: 98.5rem;
  height: 55.5rem;
  margin: 4.7rem 0 0 10.5rem;
  overflow: hidden;
}
.news-single__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .news-single__thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 985/555;
    margin: 3rem 0 0;
  }
}
.news-single__body {
  margin-top: 7.9rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 4.8rem;
  color: #0e0000;
  font-feature-settings: normal;
  font-kerning: none;
}
@media (max-width: 767px) {
  .news-single__body {
    margin-top: 3rem;
    font-size: 1.2rem;
    line-height: 2.7rem;
  }
}
.news-single__body > :first-child {
  margin-top: 0;
}
.news-single__body > :last-child {
  margin-bottom: 0;
}
.news-single__body p {
  margin: 0 0 2.4rem;
}
.news-single__body h2,
.news-single__body h3,
.news-single__body h4,
.news-single__body h5 {
  width: 123.9rem;
  margin: 5.1rem 0 2.5rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  line-height: 7.2rem;
}
@media (max-width: 767px) {
  .news-single__body h2,
  .news-single__body h3,
  .news-single__body h4,
  .news-single__body h5 {
    width: auto;
    margin: 1.5rem 0;
  }
}
@media (min-width: 768px) {
  .news-single__body p + h2,
  .news-single__body ul + h2,
  .news-single__body ol + h2,
  .news-single__body blockquote + h2 {
    margin-top: 6.3rem;
  }
}
.news-single__body h2 {
  font-size: 4.5rem;
  color: #10439a;
}
@media (max-width: 767px) {
  .news-single__body h2 {
    font-size: 1.7rem;
    line-height: 3.05rem;
  }
}
.news-single__body h3 {
  font-size: 4rem;
  color: #0e0000;
}
@media (max-width: 767px) {
  .news-single__body h3 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}
.news-single__body h4 {
  font-size: 3.6rem;
  color: #10439a;
}
@media (max-width: 767px) {
  .news-single__body h4 {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
.news-single__body h5 {
  position: relative;
  padding-left: 2.1rem;
  font-size: 2.9rem;
  color: #0e0000;
}
.news-single__body h5::before {
  content: "";
  position: absolute;
  left: -0.4rem;
  top: 1.5rem;
  width: 0.8rem;
  height: 4.5rem;
  background: #d9d9d9;
}
@media (max-width: 767px) {
  .news-single__body h5 {
    padding-left: 0.611rem;
    font-size: 1.3rem;
    line-height: 2.0467rem;
    margin-top: 2.78rem;
  }
  .news-single__body h5::before {
    left: -0.1rem;
    top: 0.417rem;
    width: 0.2rem;
    height: 3.2rem;
  }
}
.news-single__body ul,
.news-single__body ol {
  margin: 0 0 2.4rem;
  padding-left: 2.4rem;
}
.news-single__body li {
  list-style: inherit;
}
.news-single__body li::marker {
  color: #10439a;
}
.news-single__body ul > li {
  list-style: disc;
}
.news-single__body ol > li {
  list-style: decimal;
}
.news-single__body a {
  color: #10439a;
  text-decoration: underline;
  transition: all 0.3s;
}
.news-single__body a:hover {
  opacity: 0.7;
}
.news-single__body strong,
.news-single__body b {
  font-weight: 700;
}
.news-single__body blockquote {
  margin: 0 0 2.4rem;
  padding: 0 0 0 2.4rem;
  border-left: 0.4rem solid #d9d9d9;
  color: #333333;
}
.news-single__body img {
  max-width: 100%;
  height: auto;
}
.news-single__body figure {
  margin: 0 0 2.4rem;
}
.news-single__nav {
  position: relative;
  height: 4rem;
  margin-top: 12.3rem;
}
@media (min-width: 768px) {
  .news-single__nav {
    display: flex;
    align-items: flex-start;
    gap: 2.2rem;
    padding-left: 84.1rem;
  }
}
@media (max-width: 767px) {
  .news-single__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.2rem;
    margin-top: 6rem;
  }
}
.news-single__nav-text {
  width: 13.8rem;
  font-family: "Zen Kaku Gothic Antique", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 4.2rem;
  color: #000;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s;
}
.news-single__nav-text:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .news-single__nav-text {
    position: static;
    transform: none;
    width: auto;
  }
}
.news-single__nav-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #10439a;
  border-radius: 0.5rem;
  transition: all 0.3s;
}
.news-single__nav-box img {
  width: 1.15rem;
  height: 0.736396rem;
  margin-top: -0.1rem;
}
.news-single__nav-box:hover {
  opacity: 0.7;
}
.news-single__nav-box.is-disabled {
  opacity: 1;
  pointer-events: none;
}
.news-single__nav-box--prev img {
  transform: rotate(180deg);
}

.recruit-archive {
  padding: 16rem 0 14rem;
}
@media (max-width: 767px) {
  .recruit-archive {
    padding: 10rem 0 8rem;
  }
}
.recruit-archive__list {
  max-width: 96rem;
  margin-inline: auto;
}
.recruit-archive__item {
  border-bottom: 1px solid #d9d9d9;
}
.recruit-archive__link {
  display: block;
  padding: 3.2rem 0;
}
.recruit-archive__link:hover {
  opacity: 0.7;
}
.recruit-archive__job-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 2.2rem;
  color: #1a1a1a;
}
@media (max-width: 767px) {
  .recruit-archive__job-title {
    font-size: 1.8rem;
  }
}
.recruit-archive__excerpt {
  margin-top: 1.2rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333333;
}
.recruit-archive__more {
  display: inline-flex;
  margin-top: 1.6rem;
  color: #10439a;
}
.recruit-archive__empty {
  text-align: center;
  color: #888888;
}

.recruit-single {
  padding: 16rem 0 14rem;
}
@media (max-width: 767px) {
  .recruit-single {
    padding: 10rem 0 8rem;
  }
}
.recruit-single__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 3.2rem;
  color: #1a1a1a;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-single__title {
    font-size: 2.2rem;
  }
}
.recruit-single__body {
  margin-top: 4rem;
  max-width: 96rem;
  margin-inline: auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #333333;
}
.recruit-single__body p {
  margin: 0 0 2.4rem;
}
.recruit-single__cta {
  display: flex;
  width: fit-content;
  align-items: center;
  justify-content: center;
  min-width: 32rem;
  margin: 6rem auto 0;
  padding: 1.6rem 3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #ffffff;
  border: 1px solid #10439a;
  border-radius: 0.5rem;
  background: #10439a;
}
@media (max-width: 767px) {
  .recruit-single__cta {
    display: flex;
    min-width: 0;
    width: 100%;
    font-size: 1.6rem;
  }
}

.contact__form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.contact__form .wpcf7-submit:disabled {
  opacity: 0.45;
  cursor: not-allowed;
}
.contact__form .wpcf7-not-valid-tip {
  display: block;
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.3rem;
  color: #d93025;
}
.contact__form .wpcf7-not-valid {
  border-color: #d93025 !important;
}
.contact__form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
}
.contact__form .wpcf7-acceptance label {
  display: inline-flex;
  align-items: center;
  gap: 3.6rem;
  cursor: pointer;
}
.contact__form .wpcf7-acceptance input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #a9aaa9;
  border-radius: 0.3rem;
  background: #ffffff;
  flex: 0 0 auto;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
}
.contact__form .wpcf7-acceptance input[type=checkbox]::before {
  content: "";
  width: 1.8rem;
  height: 0.9rem;
  border-left: 2px solid #10439a;
  border-bottom: 2px solid #10439a;
  transform: rotate(-45deg) translate(0.2rem, -0.2rem);
  opacity: 0;
}
.contact__form .wpcf7-acceptance input[type=checkbox]:checked::before {
  opacity: 1;
}
.contact__form .wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
}

.wpcf7-response-output {
  margin: 2.4rem 0 0 !important;
  padding: 1.4rem 2rem !important;
  border-width: 1px !important;
  border-radius: 0.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.5rem;
  text-align: center;
}

.wpcf7-spinner {
  margin-left: 1rem;
}

.privacy {
  background: #ffffff;
  color: #1a1a1a;
  padding: 29.8rem 0 27.7rem;
}
@media (max-width: 767px) {
  .privacy {
    padding: 10.3rem 0 8rem;
  }
}
.privacy__inner {
  display: flex;
  align-items: flex-start;
  padding-left: 19.1rem;
  padding-right: 18.5rem;
}
@media (max-width: 767px) {
  .privacy__inner {
    display: block;
    padding-inline: 2rem;
  }
}
.privacy__aside {
  flex: 0 0 68.3rem;
  position: sticky;
  top: 12rem;
}
@media (max-width: 767px) {
  .privacy__aside {
    position: static;
    margin-bottom: 4rem;
  }
}
.privacy__title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 5.9rem;
  line-height: 1.22;
  color: #0e0000;
}
@media (max-width: 767px) {
  .privacy__title {
    font-size: 3.4rem;
  }
}
.privacy__rule {
  display: block;
  width: 57.8rem;
  max-width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .privacy__rule {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.privacy__scroll {
  display: inline-block;
  margin-top: 2.4rem;
  margin-left: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #10439a;
}
.privacy__main {
  flex: 1 1 auto;
  min-width: 0;
  font-feature-settings: normal;
  font-kerning: none;
}
.privacy__intro {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 3.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .privacy__intro {
    font-size: 1.4rem;
    line-height: 2.4;
  }
}
.privacy__sec {
  margin-top: 6rem;
}
@media (min-width: 768px) {
  .privacy__sec:nth-of-type(1) {
    margin-top: 9.3rem;
  }
  .privacy__sec:nth-of-type(2) {
    margin-top: 6.2rem;
  }
  .privacy__sec:nth-of-type(3) {
    margin-top: 6.5rem;
  }
  .privacy__sec:nth-of-type(4) {
    margin-top: 6.4rem;
  }
  .privacy__sec:nth-of-type(5) {
    margin-top: 10.3rem;
  }
  .privacy__sec:nth-of-type(6) {
    margin-top: 10.3rem;
  }
  .privacy__sec:nth-of-type(7) {
    margin-top: 9.3rem;
  }
  .privacy__sec:nth-of-type(8) {
    margin-top: 7.4rem;
  }
  .privacy__sec:nth-of-type(9) {
    margin-top: 5rem;
  }
}
@media (max-width: 767px) {
  .privacy__sec {
    margin-top: 4.4rem;
  }
  .privacy__sec:first-of-type {
    margin-top: 5rem;
  }
}
.privacy__sec-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 4.8rem;
  color: #10439a;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .privacy__sec-title {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 0;
  }
}
.privacy__sec-rule {
  display: block;
  width: 84.4rem;
  max-width: 100%;
  height: 1px;
  background: #d9d9d9;
  margin: 1.1rem 0 1.8rem;
}
@media (min-width: 768px) {
  .privacy__sec:first-of-type .privacy__sec-rule {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .privacy__sec-rule {
    width: 100%;
    margin: 1rem 0 1.6rem;
  }
}
.privacy__sec-body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 3.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .privacy__sec-body {
    font-size: 1.3rem;
  }
}
.privacy__sec-body p {
  margin: 0;
  line-height: 3.8rem;
}
@media (max-width: 767px) {
  .privacy__sec-body p {
    line-height: 2.4;
  }
}
.privacy__sec-body p.privacy__li::before {
  content: "・";
}
@media (max-width: 767px) {
  .privacy__sec-body {
    font-size: 1.5rem;
  }
}

.legal {
  background: #ffffff;
  color: #1a1a1a;
  padding: 29.8rem 0 23.3rem;
}
@media (max-width: 767px) {
  .legal {
    padding: 10.3rem 0 8rem;
  }
}
.legal__inner {
  display: flex;
  align-items: flex-start;
  padding-left: calc(max(0px, 50% - 96rem) + 19.1rem);
  padding-right: calc(max(0px, 50% - 96rem) + 16.8rem);
}
@media (max-width: 767px) {
  .legal__inner {
    display: block;
    padding-inline: 2rem;
  }
}
.legal__aside {
  flex: 0 0 71.7rem;
  position: sticky;
  top: 12rem;
}
@media (max-width: 767px) {
  .legal__aside {
    position: static;
    margin-bottom: 4rem;
  }
}
.legal__title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 5.9rem;
  line-height: 1.22;
  color: #0e0000;
}
@media (max-width: 767px) {
  .legal__title {
    font-size: 3.4rem;
  }
}
.legal__rule {
  display: block;
  width: 57.8rem;
  max-width: 100%;
  height: 1px;
  background: #10439a;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .legal__rule {
    width: 100%;
    margin-top: 1.6rem;
  }
}
.legal__scroll {
  display: inline-block;
  margin-top: 2.4rem;
  margin-left: 0.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #10439a;
}
.legal__main {
  flex: 1 1 auto;
  min-width: 0;
  padding-top: 3.8rem;
}
@media (max-width: 767px) {
  .legal__main {
    padding-top: 0;
  }
}
.legal__caption {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 4.8rem;
  color: #10439a;
  padding-left: 1rem;
  margin-bottom: 1.15rem;
}
@media (max-width: 767px) {
  .legal__caption {
    font-size: 1.7rem;
    line-height: 1.6;
    padding-left: 0;
  }
}
.legal__table {
  border-top: 1px solid #d9d9d9;
  margin: 0;
}
.legal__row {
  display: flex;
  align-items: center;
  min-height: 12.15rem;
  padding-top: 0.26rem;
  padding-left: 1.9rem;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767px) {
  .legal__row {
    display: block;
    min-height: 0;
    padding: 1.8rem 0;
  }
}
.legal__label {
  flex: 0 0 30.9rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 4.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .legal__label {
    flex: none;
    font-size: 1.4rem;
    line-height: 1.6;
    color: #10439a;
    margin-bottom: 0.4rem;
  }
}
.legal__value {
  flex: 1 1 auto;
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 4.8rem;
  color: #000;
}
@media (max-width: 767px) {
  .legal__value {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.legal__link {
  position: relative;
}
.legal__link--pdf {
  padding-left: 1.5rem;
}
.legal__link--pdf .legal__pdf {
  position: absolute;
  left: 18.1rem;
  top: 50%;
  transform: translateY(-50%);
}
.legal__link {
  display: inline-flex;
  align-items: center;
  gap: 1.4rem;
  color: #000;
}
.legal__link:hover {
  opacity: 0.7;
}
.legal__pdf {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 5.5rem;
  height: 2.12rem;
  border: 1px solid #0e0000;
  border-radius: 0.24rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.3357rem;
  line-height: 1;
  color: #0e0000;
}

.recruit-top {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: -2.4rem -1.1rem;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .recruit-top {
    background-size: 45.1rem 85.1rem;
  }
}
.recruit-top__visual {
  position: absolute;
  top: 3rem;
  right: -14rem;
  width: 128rem;
  height: 100rem;
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}
.recruit-top__visual svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .recruit-top__visual {
    top: 16.7rem;
    right: auto;
    left: calc(50% - 96rem - 32.2rem);
    width: 160.1123rem;
    height: 91.3rem;
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .recruit-top__visual {
    top: 6rem;
    right: -30%;
    width: 120%;
    height: 40rem;
    opacity: 0.4;
  }
}
.recruit-top__hero, .recruit-top__intro, .recruit-top__jobs {
  position: relative;
  z-index: 1;
}
.recruit-top__visual-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.recruit-top__visual-stage svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .recruit-top__visual-stage {
    inset: auto;
    left: -43.302rem;
    top: -27.541rem;
    width: 258.255rem;
    height: 145.269rem;
  }
}
.recruit-top__hero {
  height: 62rem;
}
@media (max-width: 767px) {
  .recruit-top__hero {
    height: auto;
    padding-top: 12rem;
  }
}
.recruit-top__hero-inner {
  position: relative;
  height: 100%;
  padding: 0 7.3rem 0 6.5rem;
}
@media (min-width: 768px) {
  .recruit-top__hero-inner {
    padding-top: 32.5rem;
    max-width: 192rem;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .recruit-top__hero-inner {
    padding: 0 2rem;
  }
}
.recruit-top__hero-head {
  top: 32.5rem;
  left: 7.8rem;
  display: flex;
  align-items: flex-end;
  gap: 1.27rem;
}
@media (min-width: 768px) {
  .recruit-top__hero-head {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: 1.3rem;
  }
}
@media (max-width: 767px) {
  .recruit-top__hero-head {
    position: static;
    gap: 0.8rem;
  }
}
.recruit-top__title {
  font-size: 13rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .recruit-top__title {
    font-size: 5.6rem;
  }
}
.recruit-top__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.14;
  padding-bottom: 0.41rem;
}
@media (max-width: 767px) {
  .recruit-top__label {
    font-size: 1.6rem;
    padding-bottom: 0.8rem;
  }
}
.recruit-top__divider {
  top: 52rem;
  left: 6.5rem;
  right: 7.3rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
}
@media (min-width: 768px) {
  .recruit-top__divider {
    position: relative;
    inset: auto;
    z-index: 1;
    display: block;
    margin-top: 3.8rem;
  }
}
@media (max-width: 767px) {
  .recruit-top__divider {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 2rem;
    display: block;
  }
}
.recruit-top__hero-foot {
  top: 54rem;
  left: 6.5rem;
  right: 7.3rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .recruit-top__hero-foot {
    position: relative;
    inset: auto;
    z-index: 1;
    margin-top: 1.9rem;
  }
}
@media (max-width: 767px) {
  .recruit-top__hero-foot {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    margin-top: 1.6rem;
    flex-direction: column;
    gap: 1.2rem;
    padding-bottom: 2rem;
  }
}
.recruit-top__scroll {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  white-space: nowrap;
  margin-left: 1.6rem;
}
@media (max-width: 767px) {
  .recruit-top__scroll {
    margin-left: 0;
  }
}
.recruit-top__hero-en {
  max-width: 70rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.285;
  text-align: right;
}
@media (max-width: 767px) {
  .recruit-top__hero-en {
    max-width: none;
    font-size: 1.4rem;
    text-align: left;
  }
}
.recruit-top__intro {
  margin-top: 9.1rem;
  text-align: center;
}
@media (max-width: 767px) {
  .recruit-top__intro {
    margin-top: 6rem;
    padding-inline: 2rem;
    text-align: left;
  }
}
.recruit-top__intro-head {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.334;
}
@media (max-width: 767px) {
  .recruit-top__intro-head {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.recruit-top__intro-body {
  margin-top: 5.7rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
.recruit-top__intro-body p {
  line-height: 2.4;
  margin: 0;
}
@media (max-width: 767px) {
  .recruit-top__intro-body {
    margin-top: 3rem;
    font-size: 1.4rem;
  }
  .recruit-top__intro-body p {
    line-height: 2;
  }
}
.recruit-top__jobs {
  max-width: 121.1rem;
  margin: 11.564rem auto 0;
  padding-bottom: 26.2rem;
}
@media (max-width: 767px) {
  .recruit-top__jobs {
    max-width: none;
    margin-top: 6rem;
    padding: 0 2rem 8rem;
  }
}
.recruit-top__group + .recruit-top__group {
  margin-top: 7.8rem;
}
.recruit-top__group:nth-child(3) {
  margin-top: 10.2rem;
}
.recruit-top__group:nth-child(4) {
  margin-top: 9.68rem;
}
@media (max-width: 767px) {
  .recruit-top__group:nth-child(3), .recruit-top__group:nth-child(4) {
    margin-top: 7.4rem;
  }
}
.recruit-top__group-title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  line-height: 1;
  margin-bottom: 2.3rem;
}
.recruit-top__group-title--jp {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  margin-bottom: 2.72rem;
}
@media (max-width: 767px) {
  .recruit-top__group-title {
    font-size: 2.6rem;
    margin-bottom: 1.5rem;
  }
  .recruit-top__group-title--jp {
    font-size: 2.2rem;
  }
}
.recruit-top__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 4.3rem;
  row-gap: 2rem;
}
@media (max-width: 767px) {
  .recruit-top__list {
    grid-template-columns: 1fr;
    row-gap: 1.2rem;
  }
}
.recruit-top__card {
  position: relative;
  display: block;
  min-height: 10.3rem;
  padding: 1.75rem 2.1rem 1.75rem 2.25rem;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 43.75%, rgba(146, 146, 146, 0.25) 100%);
  color: #ffffff;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .recruit-top__card {
    min-height: 0;
    padding: 1.8rem 2rem;
    min-width: 0;
  }
}
.recruit-top__card-title {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 1.334;
  padding-right: 5rem;
}
@media (max-width: 767px) {
  .recruit-top__card-title {
    font-size: 1.7rem;
  }
}
.recruit-top__card-line {
  display: block;
  width: 46.05rem;
  max-width: calc(100% - 4rem);
  height: 1px;
  margin-top: 0.7rem;
  background: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .recruit-top__card-line {
    width: 100%;
    max-width: none;
  }
}
.recruit-top__card-type {
  display: block;
  margin-top: 0.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.647;
}
@media (max-width: 767px) {
  .recruit-top__card-type {
    font-size: 1.4rem;
  }
}
.recruit-top__card-plus {
  position: absolute;
  top: 50%;
  right: 3.2rem;
  width: 1.8rem;
  height: 1.8rem;
  transform: translateY(-50%);
}
.recruit-top__card-plus::before, .recruit-top__card-plus::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffffff;
}
.recruit-top__card-plus::before {
  width: 1.8rem;
  height: 1px;
  transform: translate(-50%, -50%);
}
.recruit-top__card-plus::after {
  width: 1px;
  height: 1.8rem;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .recruit-top__card-plus {
    right: 2rem;
  }
}

.contact {
  position: relative;
  background: #10439a;
}
.contact__hero {
  position: relative;
  height: 64.6rem;
  overflow: hidden;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: -2.4rem -1.1rem;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .contact__hero {
    padding-top: 32.5rem;
  }
}
.contact__hero-deco {
  position: absolute;
  left: calc(50% - 96rem - 32.2rem);
  top: 16.7rem;
  width: 160.112rem;
  height: 91.3rem;
  pointer-events: none;
}
.contact__hero-title {
  left: 7.8rem;
  top: 32.5rem;
  font-size: 13rem;
  color: #ffffff;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .contact__hero-title {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: calc(50% - 96rem + 7.8rem);
  }
}
.contact__hero-line {
  left: 6.5rem;
  top: 52rem;
  width: 178.2rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}
@media (min-width: 768px) {
  .contact__hero-line {
    position: relative;
    inset: auto;
    z-index: 1;
    display: block;
    margin: 3.8rem 0 0 calc(50% - 96rem + 6.5rem);
  }
}
.contact__scroll {
  left: 8.1rem;
  top: 54rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #ffffff;
}
@media (min-width: 768px) {
  .contact__scroll {
    position: relative;
    inset: auto;
    z-index: 1;
    display: inline-block;
    margin: 1.9rem 0 0 calc(50% - 96rem + 8.1rem);
  }
}
.contact__body {
  position: relative;
  background: #ffffff;
  border-radius: 7.3rem 7.3rem 0 0;
  color: #1a1a1a;
}
.contact__intro {
  display: flex;
  align-items: center;
  gap: 3.8rem;
}
.contact__intro-logo {
  width: 9.392rem;
  height: 10.986rem;
  flex: none;
}
.contact__intro-lead {
  font-size: 2rem;
  line-height: 2.285;
  font-weight: 500;
  color: #000;
}
.contact__intro-line {
  width: 127rem;
  height: 1px;
  background: #d9d9d9;
}
.contact__form {
  display: contents;
}
.contact__row {
  width: 115.9rem;
  display: grid;
  grid-template-columns: 40.7rem 75.2rem;
  align-items: center;
}
.contact__row--message {
  align-items: flex-start;
}
.contact__row--consent {
  align-items: flex-start;
}
.contact__head {
  position: relative;
  min-height: 8.3rem;
  display: flex;
  align-items: center;
}
.contact__row--message .contact__head {
  padding-top: 10.4rem;
}
.contact__row--company .contact__head {
  align-items: flex-start;
  padding-top: 0.3rem;
}
.contact__row--consent .contact__head {
  align-items: flex-start;
  padding-top: 0;
}
.contact__label {
  font-size: 2rem;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .contact__label {
    line-height: 2.4rem;
  }
  .contact__head {
    align-items: flex-start;
    padding-top: 2.6rem;
  }
  .contact__row--name .contact__head {
    padding-top: 3rem;
  }
  .contact__row--kana .contact__head {
    padding-top: 3.3rem;
  }
  .contact__row--company .contact__head {
    padding-top: 0.6rem;
  }
  .contact__row--email .contact__head {
    padding-top: 2.7rem;
  }
  .contact__row--tel .contact__head {
    padding-top: 3.1rem;
  }
  .contact__row--message .contact__head {
    padding-top: 10.4rem;
  }
  .contact__row--consent .contact__head {
    padding-top: 0.2rem;
  }
  .contact__body {
    padding: 16.2rem max(0px, 50% - 96rem) 13.6rem;
  }
  .contact__intro {
    margin-left: 31.9rem;
    width: fit-content;
  }
  .contact__intro-line {
    display: block;
    margin: 3.114rem 0 0 32.8rem;
  }
  .contact .wpcf7 {
    padding-top: 5.5rem;
  }
  .contact__form {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact__row {
    margin-left: 36.8rem;
  }
  .contact__row--name {
    margin-top: 6rem;
  }
  .contact__row--kana {
    margin-top: 6rem;
  }
  .contact__row--company {
    margin-top: 6rem;
  }
  .contact__row--email {
    margin-top: 7rem;
  }
  .contact__row--tel {
    margin-top: 6rem;
  }
  .contact__row--message {
    margin-top: 7rem;
  }
  .contact__row--consent {
    margin-top: 5.35rem;
  }
  .contact__submit-wrap {
    margin-left: 81.3rem;
    margin-top: 4.8rem;
  }
}
.contact__req {
  position: absolute;
  left: 27.2rem;
  top: 2.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 6.693rem;
  height: 2.9rem;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  background: #10439a;
}
.contact__row--kana .contact__req {
  top: 2.9rem;
}
.contact__row--email .contact__req, .contact__row--tel .contact__req {
  top: 2.7rem;
}
.contact__row--message .contact__req {
  top: 10.2rem;
}
.contact__row--consent .contact__req {
  top: 0.2rem;
}
.contact__field {
  width: 75.2rem;
}
.contact__control {
  width: 100%;
  height: 8.3rem;
  box-sizing: border-box;
  border: 1px solid #a9aaa9;
  border-radius: 0.5rem;
  background: #ffffff;
  padding: 0 3.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.8rem;
  color: #1a1a1a;
}
.contact__control::placeholder {
  color: #a9aaa9;
  opacity: 1;
}
.contact__control:focus {
  outline: none;
  border-color: #10439a;
}
.contact__control--textarea {
  height: 26.2rem;
  padding: 2.6rem 3.4rem;
  line-height: 1.7;
  resize: vertical;
}
.contact__control--select {
  appearance: none;
  -webkit-appearance: none;
  color: #000;
  cursor: pointer;
}
.contact__select {
  position: relative;
}
.contact__select br {
  display: none;
}
.contact__select-arrow {
  position: absolute;
  right: 2.67rem;
  top: 50%;
  width: 2.028rem;
  height: 1.014rem;
  margin-top: -0.507rem;
  background: url("img/select-arrow.svg") no-repeat center/contain;
  pointer-events: none;
}
.contact__consent {
  display: inline-flex;
  align-items: center;
  gap: 3.6rem;
  cursor: pointer;
}
.contact__checkbox {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.contact__consent-box {
  flex: none;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid #a9aaa9;
  border-radius: 0.3rem;
  background: #ffffff;
  position: relative;
}
.contact__checkbox:checked + .contact__consent-box::after {
  content: "";
  position: absolute;
  left: 1.05rem;
  top: 0.35rem;
  width: 1rem;
  height: 1.8rem;
  border-right: 2px solid #10439a;
  border-bottom: 2px solid #10439a;
  transform: rotate(45deg);
}
.contact__consent-text {
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
}
.contact__consent-link {
  text-decoration: underline;
}
.contact__submit-wrap {
  width: 29.5rem;
  height: 6.8rem;
}
.contact__submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.77rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(8.97deg, #10439a 30.69%, #006eb8 98.59%);
  transition: opacity 0.3s;
}
.contact__submit:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .contact {
    height: auto;
  }
  .contact__hero {
    position: relative;
    height: auto;
    padding: 14rem 2rem 4rem;
    background-size: 100% 60rem;
  }
  .contact__hero-deco {
    display: none;
  }
  .contact__hero-title {
    position: static;
    font-size: 5.6rem;
  }
  .contact__hero-line {
    position: static;
    width: 100%;
    margin-top: 3rem;
  }
  .contact__scroll {
    position: static;
    display: inline-block;
    margin-top: 1.2rem;
  }
  .contact__body {
    position: static;
    border-radius: 3rem 3rem 0 0;
    padding: 5rem 2rem 6rem;
  }
  .contact__intro {
    position: static;
    gap: 2rem;
    margin-bottom: 3rem;
  }
  .contact__intro-logo {
    width: 5rem;
    height: 5.85rem;
  }
  .contact__intro-lead {
    font-size: 1.4rem;
    line-height: 1.9;
  }
  .contact__intro-line {
    position: static;
    width: 100%;
    margin-bottom: 4rem;
  }
  .contact__row {
    position: static;
    width: 100%;
    display: block;
    margin-bottom: 3rem;
  }
  .contact__row--message, .contact__row--consent {
    top: auto;
  }
  .contact__row--message .contact__head {
    padding-top: 0;
  }
  .contact__head {
    min-height: 0;
    margin-bottom: 1.2rem;
  }
  .contact__head br {
    display: none;
  }
  .contact__label {
    font-size: 1.6rem;
  }
  .contact__req {
    position: static;
    margin-left: 1.2rem;
    width: 5.4rem;
    height: 2.4rem;
    font-size: 1.5rem;
  }
  .contact__field {
    width: 100%;
  }
  .contact__control {
    height: 6rem;
    font-size: 1.6rem;
    padding: 0 1.6rem;
  }
  .contact__control--textarea {
    height: 18rem;
    padding: 1.6rem;
  }
  .contact__select-arrow {
    right: 1.8rem;
  }
  .contact__consent {
    gap: 0.8rem;
    align-items: flex-start;
  }
  .contact__form .wpcf7-acceptance label {
    gap: 0.8rem;
  }
  .contact__form .wpcf7-acceptance input[type=checkbox] {
    width: 2.2rem;
    height: 2.2rem;
  }
  .contact__form .wpcf7-acceptance input[type=checkbox]::before {
    width: 1.2rem;
    height: 0.6rem;
    transform: rotate(-45deg) translate(0.15rem, -0.15rem);
  }
  .contact__form .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 1.15rem;
    line-height: 1.7;
    white-space: nowrap;
  }
  .contact__consent-box {
    width: 2.6rem;
    height: 2.6rem;
    margin-top: 0.2rem;
  }
  .contact__checkbox:checked + .contact__consent-box::after {
    left: 0.8rem;
    top: 0.2rem;
    width: 0.8rem;
    height: 1.4rem;
  }
  .contact__consent-text {
    font-size: 1.4rem;
    line-height: 1.7;
  }
  .contact__submit-wrap {
    position: static;
    width: 24rem;
    height: 5.6rem;
    margin: 4rem auto 0;
  }
}

.about-hero {
  position: relative;
  height: 250.3rem;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: -2.4rem -1.1rem;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .about-hero {
    background-size: 45.1rem 85.1rem;
  }
}
.about-hero {
  color: #ffffff;
  overflow: clip;
}
.about-hero__visual {
  position: absolute;
  top: 15rem;
  left: 129.3rem;
  width: 160.1rem;
  height: 91.3rem;
  z-index: 0;
  pointer-events: none;
}
.about-hero__visual svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .about-hero__visual {
    top: 15rem;
    left: calc(50% - 96rem - 30.8rem);
    width: 160.1123rem;
    height: 91.3rem;
  }
}
.about-hero__visual-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.about-hero__visual-stage svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .about-hero__visual-stage {
    inset: auto;
    left: -43.297rem;
    top: -27.541rem;
    width: 258.255rem;
    height: 145.269rem;
  }
}
.about-hero__map {
  position: absolute;
  top: 221rem;
  left: calc(50% - 96rem - 8.5rem);
  width: 208.2rem;
  height: 57.6rem;
  mix-blend-mode: screen;
  pointer-events: none;
  z-index: 0;
}
.about-hero__title {
  position: absolute;
  top: 30.8rem;
  left: calc(50% - 96rem + 9.2rem);
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: 1;
}
.about-hero__nav {
  position: absolute;
  top: 36.1rem;
  left: calc(50% - 96rem + 107.8rem);
  width: 75.69rem;
  height: 7.278rem;
  z-index: 2;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(146, 146, 146, 0.25));
  border-radius: 0.56rem;
  overflow: hidden;
}
.about-hero__nav-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: 1;
  color: #ffffff;
  white-space: nowrap;
}
.about-hero__nav-item.is-mission {
  left: 3.7rem;
}
.about-hero__nav-item.is-vision {
  left: 20.4rem;
}
.about-hero__nav-item.is-company {
  left: 35.2rem;
}
.about-hero__nav-item.is-leadership {
  left: 60.1rem;
}
@media (min-width: 768px) {
  .about-hero__nav-item:hover, .about-hero__nav-item:focus-visible {
    background-image: linear-gradient(12.3154deg, #10439a 30.688%, #006eb8 98.586%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    opacity: 1;
  }
}
.about-hero__nav-sep {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}
.about-hero__nav-sep.is-1 {
  left: 16.3rem;
}
.about-hero__nav-sep.is-2 {
  left: 31.4rem;
}
.about-hero__nav-sep.is-3 {
  left: 56.8rem;
}
.about-hero__lead {
  position: absolute;
  top: 52.6rem;
  left: calc(50% - 96rem + 123.2rem);
  width: 62.7rem;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.286;
  text-align: right;
  color: #ffffff;
}
.about-hero__line {
  position: absolute;
  top: 50.3rem;
  left: calc(50% - 96rem + 7.9rem);
  width: 178.2rem;
  height: 1px;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-hero__line {
    background: rgba(255, 255, 255, 0.35);
  }
}
.about-hero__scroll {
  position: absolute;
  top: 52.3rem;
  left: calc(50% - 96rem + 9.5rem);
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  color: #ffffff;
}
.about-hero__scroll .br {
  opacity: 0.9;
}
.about-hero__label {
  position: absolute;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  white-space: nowrap;
  background: linear-gradient(10.9231deg, #dcdddd 1.4143%, #f7f8f8 46.552%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-hero__label--mission {
  top: 68rem;
  left: calc(50% - 96rem + 79.25rem);
}
.about-hero__label--vision {
  top: 162.8rem;
  left: calc(50% - 96rem + 80.1rem);
}
.about-hero__ghost {
  position: absolute;
  z-index: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  white-space: nowrap;
  color: #1a5ea7;
  pointer-events: none;
  transform: scaleY(-1);
}
.about-hero__ghost--mission {
  top: 74.4rem;
  left: calc(50% - 96rem + 79.25rem);
}
.about-hero__ghost--vision {
  top: 169.2rem;
  left: calc(50% - 96rem + 80.1rem);
}
.about-hero__jp {
  position: absolute;
  z-index: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.335;
  text-align: center;
  color: #ffffff;
}
.about-hero__jp--mission {
  top: 80.6rem;
  left: calc(50% - 96rem + 54.6rem);
  width: 84.6rem;
}
.about-hero__jp--vision {
  top: 175.4rem;
  left: calc(50% - 96rem + 71.3rem);
  width: 46.8rem;
}
.about-hero__body {
  position: absolute;
  z-index: 2;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
  text-align: center;
  color: #ffffff;
}
.about-hero__body--mission {
  top: 95.2rem;
  left: calc(50% - 96rem + 66.2rem);
  width: 63.8rem;
}
.about-hero__body--vision {
  top: 189.8rem;
  left: calc(50% - 96rem + 60.6rem);
  width: 73.6rem;
}
.about-hero__hr {
  position: absolute;
  top: 148.2rem;
  left: calc(50% - 96rem + 53.2rem);
  width: 84.6rem;
  height: 1px;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .about-hero__hr {
    background: rgba(255, 255, 255, 0.35);
  }
}

.about-company {
  position: relative;
  z-index: 1;
  margin-top: 0;
  height: 170.2rem;
  background: #ffffff;
  border-radius: 7.3rem 7.3rem 0 0;
  overflow: hidden;
}
.about-company__title {
  position: absolute;
  top: 21.4rem;
  left: calc(50% - 96rem + 25.9rem);
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  background: linear-gradient(16.9655deg, #10439a 30.688%, #006eb8 98.586%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-company__table {
  position: static;
}
.about-company__row {
  width: 84.4rem;
  height: 8.4rem;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  color: #000;
}
.about-company__row--list {
  height: 25.2rem;
}
.about-company__row dt {
  flex: 0 0 auto;
  width: 28.8rem;
  padding-left: 1.9rem;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
.about-company__row dd {
  flex: 1 1 auto;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
.about-company__list li {
  padding-left: 1em;
  text-indent: -1em;
}
.about-company__list li::before {
  content: "・";
}
.about-company__map {
  position: absolute;
  top: 118.3rem;
  left: calc(50% - 96rem + 82.1rem);
  width: 83.6rem;
  height: 51.9rem;
  z-index: 1;
  overflow: hidden;
}
.about-company__map-frame {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: grayscale(1);
}
.about-company__map--moved::after {
  display: none;
}
.about-company__map::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 44px;
  transform: translate(-50%, calc(-100% + 4px));
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 26 38"><path fill="%230859a9" d="M13 0C5.82 0 0 5.82 0 13c0 9.1 11.05 23.4 11.52 24a1.9 1.9 0 0 0 2.96 0C14.95 36.4 26 22.1 26 13 26 5.82 20.18 0 13 0Z"/><circle cx="13" cy="13" r="5" fill="%23ffffff"/></svg>') no-repeat center/contain;
  pointer-events: none;
}
@media (min-width: 768px) {
  .about-company__table {
    width: 84.4rem;
    margin: 24.9rem 0 0 calc(50% - 96rem + 81.3rem);
  }
  .about-company__row {
    margin-bottom: 3.9rem;
  }
  .about-company__row:nth-of-type(3) {
    margin-bottom: 3.6rem;
  }
  .about-company__row:nth-of-type(5) {
    margin-bottom: 3.6rem;
  }
  .about-company__row:nth-of-type(6) {
    margin-bottom: 0;
  }
}

.about-deco {
  position: relative;
  z-index: 2;
  height: 0;
}
.about-deco > img {
  position: absolute;
  top: -36.2rem;
  left: 0;
  width: 69.9rem;
  height: 96.614rem;
}
@media (min-width: 768px) {
  .about-deco > img {
    left: calc(50% - 96rem);
  }
}
.about-deco > img {
  pointer-events: none;
}

.about-people {
  position: relative;
  z-index: 3;
  text-align: center;
}
.about-people--leadership {
  padding: 27.2rem 0 0;
}
.about-people--advisors {
  padding: 10.2rem 0 8.6rem;
}
.about-people--advisors .about-member__photo {
  margin-bottom: 2.3rem;
}
.about-people__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  height: 10.2rem;
  margin-bottom: 3.3rem;
  background: linear-gradient(16.9655deg, #10439a 30.688%, #006eb8 98.586%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-people--leadership .about-people__title {
  background: linear-gradient(7.56557deg, #10439a 30.688%, #006eb8 98.586%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-indent: -1.2rem;
}
.about-people--advisors .about-people__title {
  background: linear-gradient(9.06243deg, #10439a 30.688%, #006eb8 98.586%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  text-indent: 1.4rem;
}
@media (max-width: 767px) {
  .about-people--leadership .about-people__title, .about-people--advisors .about-people__title {
    text-indent: 0;
  }
}
.about-people__grid {
  display: grid;
  justify-content: center;
  margin-inline: auto;
}
.about-people__grid--3 {
  grid-template-columns: repeat(3, 43.6rem);
  column-gap: 5.6rem;
}
.about-people__grid--3 > .about-member:nth-child(1) {
  --tc-member-shift: -0.4rem;
}
.about-people__grid--3 > .about-member:nth-child(2) {
  --tc-member-shift: -0.2rem;
}
.about-people__grid--3 > .about-member:nth-child(3) {
  --tc-member-shift: -0.7rem;
}
@media (max-width: 767px) {
  .about-people__grid--3 > .about-member:nth-child(n) {
    --tc-member-shift: 0;
  }
}
.about-people__grid--2 {
  grid-template-columns: repeat(2, 43.6rem);
  column-gap: 5.5rem;
  position: relative;
  left: -0.127rem;
}
.about-people__grid--2 > .about-member:nth-child(1) {
  --tc-member-shift: -0.223rem;
}
.about-people__grid--2 > .about-member:nth-child(2) {
  --tc-member-shift: -0.623rem;
}
@media (max-width: 767px) {
  .about-people__grid--2 {
    left: 0;
  }
  .about-people__grid--2 > .about-member:nth-child(n) {
    --tc-member-shift: 0;
  }
}

.about-member {
  text-align: left;
}
.about-member__role, .about-member__name, .about-member__bio {
  margin-left: var(--tc-member-shift, 0);
}
.about-member__photo {
  width: 43.6rem;
  height: 42.7rem;
  overflow: hidden;
  background: #d9dde0;
}
.about-member__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-member__role {
  margin-top: 1.7rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.92;
  color: #10439a;
  white-space: nowrap;
}
.about-member__role-en {
  font-weight: 500;
  font-size: 1.9rem;
  color: #a9aaa9;
  margin-left: 0;
  position: relative;
  top: -0.2rem;
}
.about-member__name {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #000;
}
.about-member__bio {
  margin-top: 1.5rem;
  width: 44.6rem;
  max-width: none;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.88;
  color: #000;
}

@media (max-width: 767px) {
  .about-hero {
    height: auto;
    padding: 89rem 2rem 6rem;
  }
  .about-hero__visual {
    position: absolute;
    top: 6.3rem;
    left: -24.3rem;
    width: 61.7rem;
    height: 35.1829rem;
    margin-bottom: 0;
  }
  .about-hero__map {
    display: none;
  }
  .about-hero__title {
    position: absolute;
    top: 13.3rem;
    left: 1.8rem;
    font-size: 5rem;
    line-height: normal;
    margin-bottom: 0;
  }
  .about-hero__nav {
    position: absolute;
    top: 20.353rem;
    left: 1.8rem;
    width: 35.6rem;
    height: 3.4231rem;
    display: block;
    padding: 0;
    margin-bottom: 0;
    border-radius: 0.2633rem;
  }
  .about-hero__nav-item {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.1rem;
  }
  .about-hero__nav-item.is-mission {
    left: 1rem;
  }
  .about-hero__nav-item.is-vision {
    left: 8rem;
  }
  .about-hero__nav-item.is-company {
    left: 14.1rem;
  }
  .about-hero__nav-item.is-leadership {
    left: 27.1539rem;
  }
  .about-hero__nav-sep {
    display: block;
  }
  .about-hero__nav-sep.is-1 {
    left: 6.4rem;
  }
  .about-hero__nav-sep.is-2 {
    left: 12.9rem;
  }
  .about-hero__nav-sep.is-3 {
    left: 25.7586rem;
  }
  .about-hero__lead {
    position: absolute;
    top: 27rem;
    left: auto;
    right: 1.4rem;
    width: 29.5rem;
    text-align: right;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-bottom: 0;
  }
  .about-hero__line {
    top: 26.1rem;
    left: 1.8rem;
    width: 35.5rem;
  }
  .about-hero__scroll {
    top: 27.1rem;
    left: 2rem;
    font-size: 1rem;
    line-height: 1.6419rem;
  }
  .about-hero__scroll .br {
    font-size: 0.9122rem;
  }
  .about-hero__hr {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 26.3rem;
    margin-left: 4.3rem;
  }
  .about-hero__label {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
    font-size: 4.4rem;
    line-height: 1;
  }
  .about-hero__label--mission {
    position: absolute;
    top: 35.7rem;
    left: 9.8rem;
    text-align: left;
    font-size: 4.5rem;
    line-height: normal;
    margin-top: 0;
  }
  .about-hero__label--vision {
    margin-top: 6rem;
  }
  .about-hero__ghost {
    display: none;
  }
  .about-hero__ghost--mission {
    display: block;
    top: 39rem;
    left: 9.8rem;
    font-size: 4.5rem;
    line-height: normal;
    transform: scaleY(-1);
  }
  .about-hero__ghost--vision {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 4.4rem;
    line-height: 1;
    transform: scaleY(-1);
    margin-top: -1.8rem;
    margin-bottom: -2.6rem;
  }
  .about-hero__jp {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 2.2rem;
    margin-top: 2rem;
  }
  .about-hero__jp br {
    display: none;
  }
  .about-hero__jp--mission {
    position: absolute;
    top: 42.7rem;
    left: 5.3rem;
    width: 29.8rem;
    font-size: 2rem;
    line-height: 2.7rem;
    margin-top: 0;
  }
  .about-hero__jp--mission br {
    display: inline;
  }
  .about-hero__jp--vision {
    font-size: 2rem;
    line-height: 2.7rem;
  }
  .about-hero__jp--vision br {
    display: inline;
  }
  .about-hero__body {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 2rem;
  }
  .about-hero__body br {
    display: none;
  }
  .about-hero__body--mission {
    position: absolute;
    top: 52.9rem;
    left: 3.2rem;
    width: 32.4rem;
    font-size: 1.2rem;
    line-height: 2.7rem;
    margin-top: 0;
  }
  .about-hero__body--mission br {
    display: inline;
  }
  .about-hero__body--vision {
    font-size: 1.2rem;
    line-height: 2.7rem;
    text-align: center;
  }
  .about-hero__body--vision br {
    display: inline;
  }
  .about-company {
    height: auto;
    margin-top: -2rem;
    padding: 6rem 2rem 4rem;
    border-radius: 2rem 2rem 0 0;
  }
  .about-company__title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 4.4rem;
    line-height: 1.1;
    margin-bottom: 3.5rem;
  }
  .about-company__table {
    position: relative;
  }
  .about-company__row {
    position: relative;
    left: 0;
    top: 0 !important;
    width: 100%;
    height: auto;
    display: block;
    padding: 1.6rem 0;
  }
  .about-company__row--list {
    height: auto;
  }
  .about-company__row dt {
    width: auto;
    padding-left: 0;
    font-size: 1.2rem;
    color: #888888;
  }
  .about-company__row dd {
    margin-top: 0.4rem;
    font-size: 1.2rem;
  }
  .about-company__map {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 836/519;
    margin-top: 3rem;
  }
  .about-deco {
    display: none;
  }
  .about-people--leadership {
    padding: 6rem 2rem 0;
  }
  .about-people--advisors {
    padding: 6rem 2rem 8rem;
  }
  .about-people__title {
    font-size: 4.4rem;
    line-height: 1;
    height: auto;
    margin-bottom: 3.5rem;
  }
  .about-people__grid--3, .about-people__grid--2 {
    grid-template-columns: 1fr;
    row-gap: 5rem;
    column-gap: 0;
    max-width: 34rem;
  }
  .about-member__photo {
    width: 100%;
    height: auto;
    aspect-ratio: 436/427;
  }
  .about-member__role {
    font-size: 2rem;
    white-space: normal;
  }
  .about-member__role-en {
    display: block;
    top: 0;
    font-size: 1.5rem;
  }
  .about-member__name {
    font-size: 2.4rem;
  }
  .about-member__name--advisor {
    margin-top: 1.6rem;
  }
  .about-member__bio {
    width: 100%;
    font-size: 1.2rem;
  }
}
.tctravel {
  background: #ffffff;
  color: #1a1a1a;
}
.tctravel__blue {
  position: relative;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: 100% 11.29rem, max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: left bottom, -2.4rem -1.1rem;
  background-repeat: no-repeat, repeat-y;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .tctravel__blue {
    background-size: 100% 0, 45.1rem 85.1rem;
  }
}
.tctravel__blue {
  color: #ffffff;
  overflow: hidden;
}
.tctravel__hero {
  position: relative;
  min-height: 70.8rem;
}
@media (min-width: 768px) {
  .tctravel__hero {
    padding-top: 32.5rem;
  }
}
@media (max-width: 767px) {
  .tctravel__hero {
    min-height: 34.8rem;
    padding: 0;
  }
}
.tctravel__herobg {
  position: absolute;
  top: 16.7rem;
  left: calc(50% - 96rem - 32.2rem);
  width: 160.112rem;
  height: 91.3rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .tctravel__herobg {
    display: block;
    top: 6.3rem;
    left: -24.3rem;
    width: 61.7rem;
    max-width: none;
    height: 35.18rem;
    opacity: 0.4;
  }
}
.tctravel__hero-head {
  position: absolute;
  top: 32.5rem;
  left: 7.8rem;
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .tctravel__hero-head {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: calc(50% - 96rem + 7.8rem);
  }
}
@media (max-width: 767px) {
  .tctravel__hero-head {
    top: 0;
    left: 0;
    display: block;
    gap: 0;
    padding-inline: 0;
  }
}
.tctravel__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tctravel__title {
    position: absolute;
    top: 13.3rem;
    left: 1.8rem;
    font-size: 5rem;
    line-height: normal;
  }
}
.tctravel__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding-bottom: 3.1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tctravel__label {
    position: absolute;
    top: 18.5rem;
    left: 2.2rem;
    font-size: 1.3rem;
    line-height: 3.2rem;
    padding-bottom: 0;
  }
}
.tctravel__scroll {
  position: absolute;
  top: 54rem;
  left: 8.1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .tctravel__scroll {
    position: relative;
    inset: auto;
    z-index: 1;
    display: inline-block;
    margin: 5.8rem 0 0 calc(50% - 96rem + 8.1rem);
  }
}
@media (max-width: 767px) {
  .tctravel__scroll {
    top: 27.1rem;
    left: 2rem;
    font-size: 1rem;
    line-height: 1.6419rem;
  }
  .tctravel__scroll .br {
    font-size: 0.9122rem;
  }
}
.tctravel__lead {
  width: 70rem;
  position: absolute;
  top: 54.3rem;
  right: calc(50% - 96rem + 7.5rem);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.285;
  z-index: 1;
}
@media (max-width: 767px) {
  .tctravel__lead {
    top: 27rem;
    right: 1.4rem;
    width: 29.5rem;
    text-align: right;
    font-size: 1rem;
    line-height: 1.4rem;
    margin-top: 0;
    padding-inline: 0;
  }
}
.tctravel__hero::before {
  content: "";
  position: absolute;
  top: 52rem;
  left: calc(50% - 96rem + 6.5rem);
  width: 178.2rem;
  height: 1px;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tctravel__hero::before {
    top: 26.1rem;
    left: 1.8rem;
    width: 35.5rem;
    background: rgba(255, 255, 255, 0.55);
  }
}
.tctravel__intro {
  position: relative;
  z-index: 2;
  background: #ffffff;
  color: #020202;
  border-radius: 7.3rem;
  padding: 13.4rem 5.5rem 16.9rem;
  text-align: center;
}
@media (max-width: 767px) {
  .tctravel__intro {
    border-radius: 2.4rem;
    padding: 6rem 2rem 6rem;
  }
}
.tctravel__intro-desc {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .tctravel__intro-desc {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.tctravel__intro-illust {
  display: block;
  width: 84.2rem;
  height: auto;
  margin: 5.3rem auto 0;
}
@media (max-width: 767px) {
  .tctravel__intro-illust {
    width: 100%;
    max-width: 42rem;
    margin-top: 3rem;
  }
}
.tctravel__intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 7rem;
  min-width: 29.5rem;
  height: 6.8rem;
  border: 1px solid rgba(16, 67, 154, 0.85);
  border-radius: 0.5rem;
  background: linear-gradient(8.97deg, #10439a 30.7%, #006eb8 98.6%);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .tctravel__intro-btn {
    margin-top: 4rem;
    min-width: 0;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.tctravel__features {
  position: relative;
  padding: 13.9rem 0 0;
}
@media (max-width: 767px) {
  .tctravel__features {
    padding: 6rem 0 0;
  }
}
.tctravel__features-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.8rem;
}
@media (max-width: 767px) {
  .tctravel__features-head {
    margin-bottom: 3.5rem;
  }
}
.tctravel__features-badge {
  position: relative;
  display: flex;
  justify-content: center;
}
.tctravel__features-mark {
  width: 11.7rem;
  height: 13.7rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .tctravel__features-mark {
    width: 7rem;
    height: 8.2rem;
    opacity: 1;
  }
}
.tctravel__features-tag {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  white-space: nowrap;
}
.tctravel__features-title {
  position: relative;
  z-index: 1;
  margin-top: -8.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  margin-bottom: -1.75rem;
}
@media (max-width: 767px) {
  .tctravel__features-title {
    font-size: 4.6rem;
  }
}
.tctravel__cards {
  display: grid;
  grid-template-columns: repeat(3, 39rem);
  justify-content: center;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .tctravel__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.tctravel__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 48.5rem;
  padding: 3.9rem 4.6rem 0;
}
@media (min-width: 768px) {
  .tctravel__card {
    padding-bottom: 1.425rem;
  }
}
.tctravel__card {
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 43.752%, rgba(146, 146, 146, 0.25) 100%);
}
@media (max-width: 767px) {
  .tctravel__card {
    min-height: 0;
    padding: 3.4rem 2.6rem 3rem;
  }
}
.tctravel__card-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #ffffff;
}
.tctravel__card-title {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.44;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tctravel__card-title {
    font-size: 2rem;
    white-space: normal;
  }
}
.tctravel__card-soon {
  color: #10439a;
}
.tctravel__card-desc--gtblank {
  margin-bottom: -3.2rem;
}
@media (max-width: 767px) {
  .tctravel__card-desc--gtblank {
    margin-bottom: 0;
  }
  .tctravel__card-desc--gtblank br:last-of-type {
    display: none;
  }
}
.tctravel__card-desc {
  width: 100%;
  margin-top: 2.6rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.88;
  text-align: left;
}
@media (max-width: 767px) {
  .tctravel__card-desc {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.3rem;
  }
}
.tctravel__card-feat {
  margin-top: auto;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .tctravel__card-feat {
    padding-top: 1.575rem;
  }
}
.tctravel__card-feat {
  align-self: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.2);
}
.tctravel__scope {
  padding: 6.1rem 0 0;
}
@media (max-width: 767px) {
  .tctravel__scope {
    padding: 5rem 0 5rem;
  }
}
.tctravel__scope-box {
  position: relative;
  overflow: hidden;
  max-width: 125.5rem;
  margin-inline: auto;
  padding: 9.7rem 0 9.1rem;
  background: linear-gradient(16deg, #000 1.4%, #454649 98.6%);
}
@media (min-width: 768px) {
  .tctravel__scope-box {
    left: 0.55rem;
  }
}
@media (max-width: 767px) {
  .tctravel__scope-box {
    max-width: none;
    margin-inline: 2rem;
    padding: 4rem 0 4rem;
  }
}
.tctravel__scope-mark {
  position: absolute;
  top: 8.3rem;
  left: 0;
  width: 26rem;
  height: 36.2rem;
  transform: scaleX(-1);
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tctravel__scope-mark {
    display: none;
  }
}
.tctravel__scope-title {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.3rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tctravel__scope-title {
    font-size: 2.2rem;
    line-height: 1.75;
  }
}
.tctravel__scope-list {
  position: relative;
  max-width: 92.2rem;
  margin: 4.6rem auto 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tctravel__scope-list {
    margin-top: 3.9rem;
    margin-inline: 2rem;
  }
}
.tctravel__scope-list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  height: 6.5rem;
  line-height: 6.5rem;
}
.tctravel__scope-list li::before {
  content: "・";
}
.tctravel__scope-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 767px) {
  .tctravel__scope-list li {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.6rem 0;
  }
}
.tctravel__cta {
  background: #ffffff;
  padding: 15rem 0 13rem;
}
@media (max-width: 767px) {
  .tctravel__cta {
    padding: 6rem 0 6rem;
  }
}
.tctravel__cta-inner {
  max-width: 113.5rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .tctravel__cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-inline: 2rem;
  }
}
.tctravel__cta-left {
  display: flex;
  align-items: center;
  gap: 4.8rem;
}
@media (max-width: 767px) {
  .tctravel__cta-left {
    gap: 2rem;
  }
}
.tctravel__cta-mark {
  width: 11.7rem;
  height: 13.7rem;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tctravel__cta-mark {
    width: 6rem;
    height: auto;
  }
}
.tctravel__cta-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 6.0714rem;
  color: #000;
}
@media (max-width: 767px) {
  .tctravel__cta-title {
    font-size: 2rem;
  }
}
.tctravel__cta-sub {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #000;
}
@media (max-width: 767px) {
  .tctravel__cta-sub {
    font-size: 1.5rem;
  }
}
.tctravel__cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  width: 37.89rem;
  padding: 3.6rem 0 3.6rem 5.9rem;
  margin-right: -0.44rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #0e0000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tctravel__cta-link {
    align-self: center;
    margin-right: 0;
    font-size: 1.7rem;
    width: auto;
    padding: 3rem 4rem;
  }
}
.tctravel__cta-sq {
  width: 1.4rem;
  height: 1.4rem;
  background: #0e0000;
  flex: 0 0 auto;
}
.tctravel__cta-corner {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
}
.tctravel__cta-corner--tl {
  top: 0;
  left: 0;
  border-top: 1.5px solid #0e0000;
  border-left: 1.5px solid #0e0000;
}
.tctravel__cta-corner--tr {
  top: 0;
  right: 0;
  border-top: 1.5px solid #0e0000;
  border-right: 1.5px solid #0e0000;
}
.tctravel__cta-corner--bl {
  bottom: 0;
  left: 0;
  border-bottom: 1.5px solid #0e0000;
  border-left: 1.5px solid #0e0000;
}
.tctravel__cta-corner--br {
  bottom: 0;
  right: 0;
  border-bottom: 1.5px solid #0e0000;
  border-right: 1.5px solid #0e0000;
}
@media (min-width: 768px) {
  .tctravel__cta-corner {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .tctravel__cta-link:hover .tctravel__cta-corner--tl, .tctravel__cta-link:focus-visible .tctravel__cta-corner--tl {
    transform: translate(-1.6rem, -1.6rem);
  }
  .tctravel__cta-link:hover .tctravel__cta-corner--tr, .tctravel__cta-link:focus-visible .tctravel__cta-corner--tr {
    transform: translate(1.6rem, -1.6rem);
  }
  .tctravel__cta-link:hover .tctravel__cta-corner--bl, .tctravel__cta-link:focus-visible .tctravel__cta-corner--bl {
    transform: translate(-1.6rem, 1.6rem);
  }
  .tctravel__cta-link:hover .tctravel__cta-corner--br, .tctravel__cta-link:focus-visible .tctravel__cta-corner--br {
    transform: translate(1.6rem, 1.6rem);
  }
}

.tcmarketing {
  background: #ffffff;
  color: #1a1a1a;
}
.tcmarketing__blue {
  position: relative;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: 100% 11.49rem, max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: left bottom, -2.4rem -1.1rem;
  background-repeat: no-repeat, repeat-y;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .tcmarketing__blue {
    background-size: 100% 0, 45.1rem 85.1rem;
  }
}
.tcmarketing__blue {
  color: #ffffff;
  overflow: hidden;
}
.tcmarketing__hero {
  position: relative;
  min-height: 71.8rem;
}
@media (min-width: 768px) {
  .tcmarketing__hero {
    padding-top: 32.5rem;
  }
}
@media (max-width: 767px) {
  .tcmarketing__hero {
    min-height: 0;
    padding: 12rem 0 5rem;
  }
}
.tcmarketing__herobg {
  position: absolute;
  top: 16.7rem;
  left: calc(50% - 96rem - 32.2rem);
  width: 160.112rem;
  height: 91.3rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .tcmarketing__herobg {
    display: block;
    top: 6.3rem;
    left: -24.3rem;
    width: 61.7rem;
    max-width: none;
    height: 35.18rem;
    transform: none;
    opacity: 0.4;
  }
}
.tcmarketing__hero-head {
  top: 32.5rem;
  left: 7.8rem;
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .tcmarketing__hero-head {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: calc(50% - 96rem + 7.8rem);
  }
}
@media (max-width: 767px) {
  .tcmarketing__hero-head {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding-inline: 2rem;
  }
}
.tcmarketing__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tcmarketing__title {
    font-size: 5.4rem;
  }
}
.tcmarketing__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding-bottom: 3.1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tcmarketing__label {
    font-size: 1.7rem;
    padding-bottom: 0;
  }
}
.tcmarketing__scroll {
  top: 54rem;
  left: 8.1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .tcmarketing__scroll {
    position: relative;
    inset: auto;
    z-index: 1;
    display: inline-block;
    margin: 5.8rem 0 0 calc(50% - 96rem + 8.1rem);
  }
}
@media (max-width: 767px) {
  .tcmarketing__scroll {
    display: none;
  }
}
.tcmarketing__lead {
  width: 70rem;
  position: absolute;
  top: 54.3rem;
  right: calc(50% - 96rem + 7.5rem);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.285;
  z-index: 1;
}
@media (max-width: 767px) {
  .tcmarketing__lead {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 3rem;
    padding-inline: 2rem;
  }
}
.tcmarketing__hero::before {
  content: "";
  position: absolute;
  top: 52rem;
  left: calc(50% - 96rem + 6.5rem);
  width: 178.2rem;
  height: 1px;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tcmarketing__hero::before {
    display: none;
  }
}
.tcmarketing__intro {
  position: relative;
  z-index: 2;
  background: #ffffff;
  color: #0e0000;
  border-radius: 7.3rem;
  padding: 12rem 5.5rem 20.3rem;
  text-align: center;
}
@media (max-width: 767px) {
  .tcmarketing__intro {
    border-radius: 2.4rem;
    padding: 6rem 2rem 6rem;
  }
}
.tcmarketing__intro-desc {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .tcmarketing__intro-desc {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.tcmarketing__intro-illust {
  display: block;
  width: 73.5rem;
  height: auto;
  margin: 2.9rem auto 0;
}
@media (max-width: 767px) {
  .tcmarketing__intro-illust {
    width: 100%;
    max-width: 40rem;
    margin-top: 3rem;
  }
}
.tcmarketing__intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 6.8rem;
  min-width: 29.5rem;
  height: 6.8rem;
  border: 1px solid #10439a;
  border-radius: 0.5rem;
  background: linear-gradient(8.97deg, #10439a 30.7%, #006eb8 98.6%);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .tcmarketing__intro-btn {
    margin-top: 4rem;
    min-width: 0;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.tcmarketing__features {
  position: relative;
  padding: 17.3rem 0 0;
}
@media (max-width: 767px) {
  .tcmarketing__features {
    padding: 6rem 0 0;
  }
}
.tcmarketing__features-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 6.025rem;
}
@media (max-width: 767px) {
  .tcmarketing__features-head {
    margin-bottom: 3.5rem;
  }
}
.tcmarketing__features-badge {
  position: relative;
  display: flex;
  justify-content: center;
}
.tcmarketing__features-mark {
  width: 11.7rem;
  height: 13.7rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .tcmarketing__features-mark {
    width: 7rem;
    height: 8.2rem;
    opacity: 1;
  }
}
.tcmarketing__features-tag {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  white-space: nowrap;
}
.tcmarketing__features-title {
  position: relative;
  z-index: 1;
  margin-top: -8.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  margin-bottom: -1.75rem;
}
@media (max-width: 767px) {
  .tcmarketing__features-title {
    font-size: 4.6rem;
  }
}
.tcmarketing__cards {
  display: grid;
  grid-template-columns: repeat(3, 39rem);
  justify-content: center;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .tcmarketing__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.tcmarketing__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 48.2rem;
  padding: 3.9rem 4.6rem 0;
}
@media (min-width: 768px) {
  .tcmarketing__card {
    padding-bottom: 2.275rem;
  }
}
.tcmarketing__card {
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 43.752%, rgba(146, 146, 146, 0.25) 100%);
}
@media (max-width: 767px) {
  .tcmarketing__card {
    min-height: 0;
    padding: 3.4rem 2.6rem 3rem;
  }
}
.tcmarketing__card-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #ffffff;
}
.tcmarketing__card-title {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.44;
}
@media (max-width: 767px) {
  .tcmarketing__card-title {
    font-size: 2rem;
  }
}
.tcmarketing__card-desc {
  width: 100%;
  margin-top: 2.6rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.88;
  text-align: left;
}
@media (max-width: 767px) {
  .tcmarketing__card-desc {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.3rem;
  }
}
.tcmarketing__card-feat {
  margin-top: auto;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .tcmarketing__card-feat {
    padding-top: 0.725rem;
  }
}
.tcmarketing__card-feat {
  align-self: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.2);
}
.tcmarketing__scope {
  padding: 4.8rem 0 0;
}
@media (max-width: 767px) {
  .tcmarketing__scope {
    padding: 3rem 0 5rem;
  }
}
.tcmarketing__scope-box {
  position: relative;
  overflow: hidden;
  max-width: 125.5rem;
  margin-inline: auto;
  padding: 9.4rem 0 8.8rem;
  background: linear-gradient(17.73deg, #10439a 30.7%, #006eb8 98.6%);
}
@media (min-width: 768px) {
  .tcmarketing__scope-box {
    left: 0.55rem;
  }
}
@media (max-width: 767px) {
  .tcmarketing__scope-box {
    max-width: none;
    margin-inline: 2rem;
    padding: 4rem 0 4rem;
  }
}
.tcmarketing__scope-mark {
  position: absolute;
  top: 8.3rem;
  left: 0;
  width: 26rem;
  height: 36.2rem;
  transform: scaleX(-1);
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tcmarketing__scope-mark {
    display: none;
  }
}
.tcmarketing__scope-title {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.3rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tcmarketing__scope-title {
    font-size: 2.2rem;
    line-height: 1.75;
  }
}
.tcmarketing__scope-list {
  position: relative;
  max-width: 84.4rem;
  margin: 4.6rem auto 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  .tcmarketing__scope-list {
    margin-top: 3.9rem;
    margin-inline: 2rem;
  }
}
.tcmarketing__scope-list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  height: 6.5rem;
  line-height: 6.5rem;
}
.tcmarketing__scope-list li::before {
  content: "・";
}
.tcmarketing__scope-list li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
}
@media (max-width: 767px) {
  .tcmarketing__scope-list li {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.6rem 0;
  }
}
.tcmarketing__cta {
  background: #ffffff;
  padding: 11.1rem 0 16.21rem;
}
@media (max-width: 767px) {
  .tcmarketing__cta {
    padding: 6rem 0 6rem;
  }
}
.tcmarketing__cta-inner {
  max-width: 112rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .tcmarketing__cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-inline: 2rem;
  }
}
.tcmarketing__cta-left {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
@media (max-width: 767px) {
  .tcmarketing__cta-left {
    gap: 2rem;
  }
}
.tcmarketing__cta-mark {
  width: 11.7rem;
  height: 13.7rem;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tcmarketing__cta-mark {
    width: 6rem;
    height: auto;
  }
}
.tcmarketing__cta-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 6.0714rem;
  color: #000;
}
@media (max-width: 767px) {
  .tcmarketing__cta-title {
    font-size: 1.9rem;
  }
}
.tcmarketing__cta-sub {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #000;
}
@media (max-width: 767px) {
  .tcmarketing__cta-sub {
    font-size: 1.5rem;
  }
}
.tcmarketing__cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  width: 37.89rem;
  padding: 3.6rem 0 3.6rem 5.9rem;
  margin-right: 1.21rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #0e0000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tcmarketing__cta-link {
    align-self: center;
    margin-right: 0;
    font-size: 1.7rem;
    width: auto;
    padding: 3rem 4rem;
  }
}
.tcmarketing__cta-sq {
  width: 1.4rem;
  height: 1.4rem;
  background: #0e0000;
  flex: 0 0 auto;
}
.tcmarketing__cta-corner {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
}
.tcmarketing__cta-corner--tl {
  top: 0;
  left: 0;
  border-top: 1.5px solid #0e0000;
  border-left: 1.5px solid #0e0000;
}
.tcmarketing__cta-corner--tr {
  top: 0;
  right: 0;
  border-top: 1.5px solid #0e0000;
  border-right: 1.5px solid #0e0000;
}
.tcmarketing__cta-corner--bl {
  bottom: 0;
  left: 0;
  border-bottom: 1.5px solid #0e0000;
  border-left: 1.5px solid #0e0000;
}
.tcmarketing__cta-corner--br {
  bottom: 0;
  right: 0;
  border-bottom: 1.5px solid #0e0000;
  border-right: 1.5px solid #0e0000;
}
@media (min-width: 768px) {
  .tcmarketing__cta-corner {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .tcmarketing__cta-link:hover .tcmarketing__cta-corner--tl, .tcmarketing__cta-link:focus-visible .tcmarketing__cta-corner--tl {
    transform: translate(-1.6rem, -1.6rem);
  }
  .tcmarketing__cta-link:hover .tcmarketing__cta-corner--tr, .tcmarketing__cta-link:focus-visible .tcmarketing__cta-corner--tr {
    transform: translate(1.6rem, -1.6rem);
  }
  .tcmarketing__cta-link:hover .tcmarketing__cta-corner--bl, .tcmarketing__cta-link:focus-visible .tcmarketing__cta-corner--bl {
    transform: translate(-1.6rem, 1.6rem);
  }
  .tcmarketing__cta-link:hover .tcmarketing__cta-corner--br, .tcmarketing__cta-link:focus-visible .tcmarketing__cta-corner--br {
    transform: translate(1.6rem, 1.6rem);
  }
}

.tccreative {
  background: #ffffff;
  color: #1a1a1a;
}
.tccreative__blue {
  position: relative;
  background-image: linear-gradient(#ffffff, #ffffff), radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: 100% 25.6rem, max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: left bottom, -2.4rem -1.1rem;
  background-repeat: no-repeat, repeat-y;
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .tccreative__blue {
    background-size: 100% 0, 45.1rem 85.1rem;
  }
}
.tccreative__blue {
  color: #ffffff;
  overflow: hidden;
}
.tccreative__hero {
  position: relative;
  min-height: 71.8rem;
}
@media (min-width: 768px) {
  .tccreative__hero {
    padding-top: 32.5rem;
  }
}
@media (max-width: 767px) {
  .tccreative__hero {
    min-height: 0;
    padding: 12rem 0 5rem;
  }
}
.tccreative__herobg {
  position: absolute;
  top: 16.7rem;
  left: calc(50% - 96rem - 32.2rem);
  width: 160.112rem;
  height: 91.3rem;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .tccreative__herobg {
    display: block;
    top: 6.3rem;
    left: -24.3rem;
    width: 61.7rem;
    max-width: none;
    height: 35.18rem;
    transform: none;
    opacity: 0.4;
  }
}
.tccreative__hero-head {
  top: 32.5rem;
  left: 7.8rem;
  display: flex;
  align-items: flex-end;
  gap: 2.2rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .tccreative__hero-head {
    position: relative;
    inset: auto;
    z-index: 1;
    width: fit-content;
    margin-left: calc(50% - 96rem + 7.8rem);
  }
}
@media (max-width: 767px) {
  .tccreative__hero-head {
    position: relative;
    top: 0;
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
    padding-inline: 2rem;
  }
}
.tccreative__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 13rem;
  line-height: normal;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tccreative__title {
    font-size: 6rem;
  }
}
.tccreative__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 3.2rem;
  padding-bottom: 3.1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tccreative__label {
    font-size: 1.7rem;
    padding-bottom: 0;
  }
}
.tccreative__scroll {
  top: 54rem;
  left: 8.1rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .tccreative__scroll {
    position: relative;
    inset: auto;
    z-index: 1;
    display: inline-block;
    margin: 5.8rem 0 0 calc(50% - 96rem + 8.1rem);
  }
}
@media (max-width: 767px) {
  .tccreative__scroll {
    display: none;
  }
}
.tccreative__lead {
  width: 70rem;
  position: absolute;
  top: 54.3rem;
  right: calc(50% - 96rem + 7.5rem);
  text-align: right;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.285;
  z-index: 1;
}
@media (max-width: 767px) {
  .tccreative__lead {
    position: relative;
    width: auto;
    top: 0;
    right: 0;
    text-align: left;
    font-size: 1.4rem;
    margin-top: 3rem;
    padding-inline: 2rem;
  }
}
.tccreative__hero::before {
  content: "";
  position: absolute;
  top: 52rem;
  left: calc(50% - 96rem + 6.5rem);
  width: 178.2rem;
  height: 1px;
  background: #ffffff;
  z-index: 1;
}
@media (max-width: 767px) {
  .tccreative__hero::before {
    display: none;
  }
}
.tccreative__intro {
  position: relative;
  z-index: 2;
  background: #ffffff;
  color: #0e0000;
  border-radius: 7.3rem;
  padding: 12.5rem 5.5rem 12.4rem;
  text-align: center;
}
@media (max-width: 767px) {
  .tccreative__intro {
    border-radius: 2.4rem;
    padding: 6rem 2rem 6rem;
  }
}
.tccreative__intro-desc {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
@media (max-width: 767px) {
  .tccreative__intro-desc {
    font-size: 1.3rem;
    line-height: 1.9;
  }
}
.tccreative__intro-illust {
  display: block;
  width: 76.8rem;
  height: auto;
  margin: -0.9rem auto 0;
  position: relative;
  left: -3.3rem;
}
@media (max-width: 767px) {
  .tccreative__intro-illust {
    width: 100%;
    max-width: 42rem;
    margin-top: 3rem;
    left: 0;
  }
}
.tccreative__intro-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.9rem;
  min-width: 29.5rem;
  height: 6.8rem;
  border: 1px solid #10439a;
  border-radius: 0.5rem;
  background: linear-gradient(8.97deg, #10439a 30.7%, #006eb8 98.6%);
  color: #ffffff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .tccreative__intro-btn {
    margin-top: 4rem;
    min-width: 0;
    width: 100%;
    height: 5.6rem;
    font-size: 1.6rem;
  }
}
.tccreative__features {
  position: relative;
  padding: 22.9rem 0 0;
}
@media (max-width: 767px) {
  .tccreative__features {
    padding: 6rem 0 0;
  }
}
.tccreative__features-head {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .tccreative__features-head {
    margin-bottom: 3.5rem;
  }
}
.tccreative__features-badge {
  position: relative;
  display: flex;
  justify-content: center;
}
.tccreative__features-head--dark .tccreative__features-mark {
  opacity: 1;
  width: 12rem;
  height: 14rem;
  margin-bottom: -0.3rem;
  position: relative;
  top: -0.345rem;
  left: -0.9rem;
}
@media (max-width: 767px) {
  .tccreative__features-head--dark .tccreative__features-mark {
    width: 7rem;
    height: auto;
    margin-bottom: 0;
    position: static;
    top: 0;
    left: 0;
  }
}
.tccreative__features-mark {
  width: 11.7rem;
  height: 13.7rem;
  opacity: 1;
}
@media (max-width: 767px) {
  .tccreative__features-mark {
    width: 7rem;
    height: 8.2rem;
    opacity: 1;
  }
}
.tccreative__features-tag {
  position: absolute;
  top: 3.2rem;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  white-space: nowrap;
}
.tccreative__features-tag--navy {
  color: #10439a;
}
.tccreative__features-title {
  position: relative;
  z-index: 1;
  margin-top: -8.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  margin-bottom: -1.75rem;
}
@media (max-width: 767px) {
  .tccreative__features-title {
    font-size: 4.6rem;
  }
}
.tccreative__cards {
  display: grid;
  grid-template-columns: repeat(3, 39rem);
  justify-content: center;
  gap: 4.2rem;
}
@media (max-width: 767px) {
  .tccreative__cards {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding-inline: 2rem;
  }
}
.tccreative__card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-height: 51.3rem;
  padding: 3.9rem 4.6rem 0;
}
@media (min-width: 768px) {
  .tccreative__card {
    padding-bottom: 2.475rem;
  }
}
.tccreative__card {
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 43.752%, rgba(146, 146, 146, 0.25) 100%);
}
@media (max-width: 767px) {
  .tccreative__card {
    min-height: 0;
    padding: 3.4rem 2.6rem 3rem;
  }
}
.tccreative__card-dot {
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 50%;
  background: #ffffff;
}
.tccreative__card-title {
  margin-top: 2.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.44;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tccreative__card-title {
    font-size: 2rem;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  .tccreative__card-desc--gtblank br:last-of-type {
    display: none;
  }
}
.tccreative__card-desc {
  width: 100%;
  margin-top: 2.6rem;
  padding-top: 2.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 1.88;
  text-align: left;
}
@media (max-width: 767px) {
  .tccreative__card-desc {
    margin-top: 2rem;
    padding-top: 2rem;
    font-size: 1.3rem;
  }
}
.tccreative__card-feat {
  margin-top: auto;
  padding-top: 3rem;
}
@media (min-width: 768px) {
  .tccreative__card-feat {
    padding-top: 0.525rem;
  }
}
.tccreative__card-feat {
  align-self: center;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.2);
}
.tccreative__scope {
  padding: 3.9rem 0 6rem;
}
@media (max-width: 767px) {
  .tccreative__scope {
    padding: 3rem 0 5rem;
  }
}
.tccreative__scope-box {
  position: relative;
  overflow: hidden;
  max-width: 125.5rem;
  margin-inline: auto;
  padding: 9.7rem 0 9.1rem;
  background: linear-gradient(16deg, #dcdddd 1.4%, #f7f8f8 46.5%);
}
@media (min-width: 768px) {
  .tccreative__scope-box {
    left: 0.55rem;
  }
}
@media (max-width: 767px) {
  .tccreative__scope-box {
    max-width: none;
    margin-inline: 2rem;
    padding: 4rem 0 4rem;
  }
}
.tccreative__scope-mark {
  position: absolute;
  top: 8.3rem;
  left: 0;
  width: 26rem;
  height: 36.2rem;
  transform: scaleX(-1);
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .tccreative__scope-mark {
    display: none;
  }
}
.tccreative__scope-title {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.3rem;
  color: #10439a;
}
@media (max-width: 767px) {
  .tccreative__scope-title {
    font-size: 2.2rem;
    line-height: 1.75;
  }
}
.tccreative__scope-list {
  position: relative;
  max-width: 94.6rem;
  left: 2.2rem;
  margin: 4.6rem auto 0;
  color: #10439a;
}
@media (max-width: 767px) {
  .tccreative__scope-list {
    margin-top: 3.9rem;
    margin-inline: 2rem;
  }
}
.tccreative__scope-list li {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  height: 6.5rem;
  line-height: 6.5rem;
}
.tccreative__scope-list li::before {
  content: "・";
}
.tccreative__scope-list li:not(:last-child) {
  border-bottom: 1px solid rgba(16, 67, 154, 0.3);
}
@media (max-width: 767px) {
  .tccreative__scope-list li {
    height: auto;
    font-size: 1.4rem;
    line-height: 1.5;
    padding: 1.6rem 0;
  }
}
.tccreative__portfolio {
  background: #ffffff;
  padding: 8.65rem 0 7.88rem;
}
@media (max-width: 767px) {
  .tccreative__portfolio {
    padding: 6rem 0 8rem;
  }
}
.tccreative__portfolio-title {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .tccreative__portfolio-title {
    left: 0.697rem;
  }
}
.tccreative__portfolio-title {
  margin-top: -8.2rem;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 8.4rem;
  line-height: normal;
  margin-bottom: -1.75rem;
  color: #10439a;
}
@media (max-width: 767px) {
  .tccreative__portfolio-title {
    font-size: 4rem;
    text-align: center;
  }
}
.tccreative__grid {
  margin-top: 11.8rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .tccreative__grid {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.5rem;
  }
}
.tccreative__pf {
  position: relative;
  display: block;
  aspect-ratio: 16/9;
  overflow: hidden;
  background: #1a1a1a;
}
.tccreative__pf img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.tccreative__pf:hover img {
  transform: scale(1.04);
}
.tccreative__pf--yt img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 133.34%;
  height: 133.34%;
  transform: translate(-50%, -50%);
}
.tccreative__pf--yt:hover img {
  transform: translate(-50%, -50%) scale(1.04);
}
.tccreative__pf iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.tccreative__pf.is-playing .tccreative__pf-cap {
  display: none;
}
.tccreative__pf-cap {
  position: absolute;
  left: 2.4rem;
  top: 70.8%;
  width: 40.4rem;
  max-width: calc(100% - 4.8rem);
  color: #ffffff;
  pointer-events: none;
}
.tccreative__pf-year {
  display: block;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
}
.tccreative__pf-div {
  display: block;
  width: 39.1rem;
  max-width: 100%;
  height: 1px;
  margin: 1rem 0 0.5rem;
  background: rgba(255, 255, 255, 0.85);
}
.tccreative__pf-desc {
  display: block;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.625;
}
.tccreative__viewmore {
  position: relative;
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 1.4rem;
  margin: 6.6rem auto 0;
  left: 1rem;
  padding: 0;
  justify-content: flex-start;
  padding-left: 2.7rem;
  gap: 0.8rem;
  width: 18.5rem;
  height: 6.3rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: normal;
  color: #0e0000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tccreative__viewmore {
    margin-top: 6rem;
    left: 0;
    width: 11.5rem;
    height: 3.8rem;
    font-size: 1.2rem;
    gap: 0.8rem;
    justify-content: flex-start;
    padding-left: 1.4rem;
  }
  .tccreative__viewmore .tccreative__cta-corner {
    width: 0.6rem;
    height: 0.6rem;
  }
  .tccreative__viewmore .tccreative__cta-sq {
    width: 0.683rem;
    height: 0.683rem;
  }
}
@media (min-width: 768px) {
  .tccreative__viewmore .tccreative__cta-corner {
    width: 1.1rem;
    height: 1.1rem;
    border-width: 1px;
  }
  .tccreative__viewmore .tccreative__cta-sq {
    width: 1.1rem;
    height: 1.1rem;
  }
}
.tccreative__cta {
  position: relative;
  background: #ffffff;
  padding: 11rem 0 14.92rem;
}
@media (max-width: 767px) {
  .tccreative__cta {
    padding: 6rem 0 6rem;
  }
}
.tccreative__cta::before {
  content: "";
  position: absolute;
  top: 2.05rem;
  left: 50%;
  transform: translateX(calc(-50% + 1.65rem));
  width: 121.3rem;
  max-width: calc(100% - 4rem);
  height: 1px;
  background: #000;
}
@media (max-width: 767px) {
  .tccreative__cta::before {
    top: 0;
    transform: translateX(-50%);
  }
}
.tccreative__cta-inner {
  max-width: 112rem;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 767px) {
  .tccreative__cta-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 3rem;
    padding-inline: 2rem;
  }
}
.tccreative__cta-left {
  display: flex;
  align-items: center;
  gap: 2.3rem;
}
@media (max-width: 767px) {
  .tccreative__cta-left {
    gap: 2rem;
  }
}
.tccreative__cta-mark {
  width: 11.7rem;
  height: 13.7rem;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .tccreative__cta-mark {
    width: 6rem;
    height: auto;
  }
}
.tccreative__cta-title {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3rem;
  line-height: 6.0714rem;
  color: #000;
}
@media (max-width: 767px) {
  .tccreative__cta-title {
    font-size: 1.9rem;
  }
}
.tccreative__cta-sub {
  margin-top: 0.6rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #000;
}
@media (max-width: 767px) {
  .tccreative__cta-sub {
    font-size: 1.5rem;
  }
}
.tccreative__cta-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 1.6rem;
  width: 37.89rem;
  padding: 3.6rem 0 3.6rem 5.9rem;
  margin-right: 1.21rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  color: #0e0000;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .tccreative__cta-link {
    align-self: center;
    margin-right: 0;
    font-size: 1.7rem;
    width: auto;
    padding: 3rem 4rem;
  }
}
.tccreative__cta-sq {
  width: 1.4rem;
  height: 1.4rem;
  background: #0e0000;
  flex: 0 0 auto;
}
.tccreative__cta-corner {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
}
.tccreative__cta-corner--tl {
  top: 0;
  left: 0;
  border-top: 1.5px solid #0e0000;
  border-left: 1.5px solid #0e0000;
}
.tccreative__cta-corner--tr {
  top: 0;
  right: 0;
  border-top: 1.5px solid #0e0000;
  border-right: 1.5px solid #0e0000;
}
.tccreative__cta-corner--bl {
  bottom: 0;
  left: 0;
  border-bottom: 1.5px solid #0e0000;
  border-left: 1.5px solid #0e0000;
}
.tccreative__cta-corner--br {
  bottom: 0;
  right: 0;
  border-bottom: 1.5px solid #0e0000;
  border-right: 1.5px solid #0e0000;
}
@media (min-width: 768px) {
  .tccreative__cta-corner {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .tccreative__cta-link:hover .tccreative__cta-corner--tl, .tccreative__cta-link:focus-visible .tccreative__cta-corner--tl, .tccreative__viewmore:hover .tccreative__cta-corner--tl, .tccreative__viewmore:focus-visible .tccreative__cta-corner--tl {
    transform: translate(-1.6rem, -1.6rem);
  }
  .tccreative__cta-link:hover .tccreative__cta-corner--tr, .tccreative__cta-link:focus-visible .tccreative__cta-corner--tr, .tccreative__viewmore:hover .tccreative__cta-corner--tr, .tccreative__viewmore:focus-visible .tccreative__cta-corner--tr {
    transform: translate(1.6rem, -1.6rem);
  }
  .tccreative__cta-link:hover .tccreative__cta-corner--bl, .tccreative__cta-link:focus-visible .tccreative__cta-corner--bl, .tccreative__viewmore:hover .tccreative__cta-corner--bl, .tccreative__viewmore:focus-visible .tccreative__cta-corner--bl {
    transform: translate(-1.6rem, 1.6rem);
  }
  .tccreative__cta-link:hover .tccreative__cta-corner--br, .tccreative__cta-link:focus-visible .tccreative__cta-corner--br, .tccreative__viewmore:hover .tccreative__cta-corner--br, .tccreative__viewmore:focus-visible .tccreative__cta-corner--br {
    transform: translate(1.6rem, 1.6rem);
  }
}

.svc {
  background: #ffffff;
}
.svc__hero {
  position: relative;
  background-image: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #0859a9 50%, #10439a 100%);
  background-size: max(194.4rem, 100vw + 2.4rem) 109.1rem;
  background-position: -2.4rem -1.1rem;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .svc__hero {
    background-size: 45.1rem 85.1rem;
  }
}
.svc__hero {
  color: #ffffff;
  overflow: hidden;
  padding-bottom: 16rem;
}
@media (max-width: 767px) {
  .svc__hero {
    padding-bottom: 6rem;
  }
}
.svc__hero-bg {
  position: absolute;
  top: 16.7rem;
  left: -32.2rem;
  width: 160.112rem;
  height: 91.3rem;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 768px) {
  .svc__hero-bg {
    opacity: 1;
    left: calc(50% - 96rem - 32.2rem);
  }
}
@media (max-width: 767px) {
  .svc__hero-bg {
    top: 6.3rem;
    left: -24.3rem;
    width: 61.7rem;
    max-width: none;
    height: 35.18rem;
    opacity: 0.4;
  }
}
.svc__hero-inner {
  position: relative;
  z-index: 1;
  max-width: 192rem;
  margin-inline: auto;
  padding: 32.5rem 7.3rem 0 6.5rem;
}
@media (max-width: 767px) {
  .svc__hero-inner {
    padding: 13rem 2rem 0;
    text-align: center;
  }
}
.svc__hero-title {
  font-size: 13rem;
  line-height: normal;
  margin-left: 1.3rem;
}
@media (max-width: 767px) {
  .svc__hero-title {
    font-size: 5.2rem;
    margin-left: 0;
  }
}
.svc__hero-divider {
  display: block;
  height: 1px;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  margin-top: 3.8rem;
}
@media (max-width: 767px) {
  .svc__hero-divider {
    margin-top: 3rem;
  }
}
.svc__hero-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 4rem;
  margin-top: 2.2rem;
}
@media (max-width: 767px) {
  .svc__hero-row {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin-top: 1.4rem;
  }
}
.svc__hero-scroll {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 2.7rem;
  white-space: nowrap;
  margin-left: 1.6rem;
  position: relative;
  top: -0.3rem;
}
@media (max-width: 767px) {
  .svc__hero-scroll {
    flex: 0 0 auto;
    margin-left: 0;
    top: 0;
    font-size: 1rem;
    line-height: 1.6419rem;
  }
}
.svc__hero-en {
  width: 70rem;
  margin-left: auto;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 2.1rem;
  line-height: 1.285;
  text-align: right;
}
@media (max-width: 767px) {
  .svc__hero-en {
    flex: 0 0 auto;
    width: 29.5rem;
    margin-left: 0;
    font-size: 1rem;
    line-height: 1.4rem;
    text-align: right;
  }
}
.svc__hero-headline {
  margin-top: 11.8rem;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 3.8rem;
  line-height: 1.335;
}
@media (max-width: 767px) {
  .svc__hero-headline {
    margin-top: 5rem;
    font-size: 2rem;
    line-height: 1.6;
    word-break: keep-all;
  }
}
.svc__hero-lead {
  margin-top: 4rem;
  text-align: center;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4;
}
.svc__hero-lead p {
  margin: 0;
}
@media (max-width: 767px) {
  .svc__hero-lead {
    margin-top: 2.6rem;
    font-size: 1.4rem;
    line-height: 1.9;
  }
}
.svc__anchors {
  display: flex;
  justify-content: flex-start;
  gap: 2.3rem;
  padding-left: 52.1rem;
  margin-top: 5.5rem;
}
.svc__anchors li:nth-child(3) {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .svc__anchors {
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.4rem;
    padding-left: 0;
    margin-top: 4rem;
  }
  .svc__anchors li:nth-child(3) {
    margin-left: 0;
  }
}
.svc__anchor {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
  width: 23.5rem;
  min-height: 10.2rem;
  padding: 2.4rem 1.4rem 1.4rem;
  border-radius: 0.5rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25), rgba(146, 146, 146, 0.25));
  color: #ffffff;
  text-align: center;
}
@media (max-width: 767px) {
  .svc__anchor {
    width: 100%;
    max-width: 30rem;
    min-height: 8rem;
    padding: 1.5rem;
    justify-content: center;
    gap: 0.5rem;
  }
}
.svc__anchor-title {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .svc__anchor-title {
    font-size: 2.2rem;
  }
}
.svc__anchor-line {
  width: 15rem;
  max-width: 80%;
  height: 1px;
  background: rgba(255, 255, 255, 0.55);
  margin-top: 0.35rem;
}
@media (max-width: 767px) {
  .svc__anchor-line {
    margin-top: 0;
  }
}
.svc__anchor-label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  margin-top: -0.05rem;
}
@media (max-width: 767px) {
  .svc__anchor-label {
    font-size: 1.4rem;
    margin-top: 0;
  }
}
.svc__blocks {
  background: #ffffff;
  padding-top: 7.86rem;
}
@media (max-width: 767px) {
  .svc__blocks {
    padding-top: 0;
  }
}
.svc__block {
  border-bottom: 1px solid #d9d9d9;
  padding: 9.5rem 0;
}
.svc__block--last {
  border-bottom: none;
}
@media (max-width: 767px) {
  .svc__block {
    padding: 6rem 0;
  }
}
.svc__num {
  display: block;
  margin-left: 2.3rem;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: normal;
  color: #10439a;
}
@media (max-width: 767px) {
  .svc__num {
    margin-left: 0;
  }
}
.svc__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.2rem;
  margin-top: -0.5rem;
}
@media (max-width: 767px) {
  .svc__row {
    flex-direction: column;
    gap: 3.4rem;
    margin-top: 1.4rem;
  }
}
.svc__main {
  margin-left: 5.5rem;
  flex: 0 0 78.1rem;
  min-width: 0;
}
@media (max-width: 767px) {
  .svc__main {
    margin-left: 0;
    flex: 1 1 auto;
    width: 100%;
  }
}
.svc__head {
  display: flex;
  align-items: baseline;
  gap: 3.2rem;
}
.svc__head--stack {
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
}
@media (max-width: 767px) {
  .svc__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.8rem;
  }
}
.svc__title {
  font-size: 8.4rem;
  line-height: normal;
  color: #10439a;
  white-space: nowrap;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .svc__title {
    font-size: 4.6rem;
    white-space: normal;
  }
}
.svc__label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 1.14;
  color: #10439a;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .svc__label {
    font-size: 1.8rem;
  }
}
.svc__desc {
  margin-top: 1.5rem;
  margin-left: 1.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.95;
  color: #0e0000;
}
@media (max-width: 767px) {
  .svc__desc {
    margin-top: 2.4rem;
    margin-left: 0;
    font-size: 1.2rem;
    line-height: 1.85;
  }
}
.svc__features {
  margin-top: 2.2rem;
  margin-left: 1.4rem;
}
@media (max-width: 767px) {
  .svc__features {
    margin-top: 3rem;
    margin-left: 0;
  }
}
.svc__features-label {
  display: block;
  line-height: normal;
  margin-bottom: 0.9rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  color: #9a9b9a;
}
.svc__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem;
  margin-left: 0.4rem;
}
@media (max-width: 767px) {
  .svc__tags {
    margin-left: 0;
  }
}
.svc__tag {
  display: inline-flex;
  align-items: center;
  height: 3.6rem;
  padding: 0 1.3rem;
  border: 1px solid #10439a;
}
.svc__tag::before {
  content: "・";
}
.svc__tag {
  color: #10439a;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 3.9rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .svc__tag {
    height: auto;
    padding: 0.5rem 1rem;
    font-size: 1.3rem;
    line-height: 1.6;
    white-space: normal;
  }
}
.svc__scope {
  position: relative;
  margin-top: 2.7rem;
  margin-left: 1.8rem;
  width: 73.5rem;
  border-radius: 0.4rem;
  overflow: hidden;
  padding: 3.8rem 4rem 4.1rem 33.8rem;
}
.svc__scope--dark {
  background: linear-gradient(13.285deg, #000 1.41%, #454649 98.59%);
  color: #ffffff;
}
.svc__scope--light {
  background: linear-gradient(12.6066deg, #dcdddd 1.4143%, #f7f8f8 46.552%);
  color: #0e0000;
}
.svc__scope--blue {
  background: linear-gradient(15.0726deg, #10439a 30.688%, #006eb8 98.586%);
  color: #ffffff;
}
@media (max-width: 767px) {
  .svc__scope {
    margin-top: 2.4rem;
    margin-left: 0;
    width: auto;
    padding: 2.6rem 2.2rem;
  }
}
.svc__scope-wave {
  position: absolute;
  left: 6.5rem;
  top: 5.4rem;
  transform: none;
  width: 22.9rem;
  height: 14.858rem;
  opacity: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .svc__scope-wave {
    left: auto;
    right: 1.5rem;
    top: 1.5rem;
    transform: none;
    width: 10rem;
    height: auto;
    opacity: 0.45;
  }
}
.svc__scope-body {
  position: relative;
  z-index: 1;
}
.svc__scope-title {
  display: block;
  margin-bottom: 0.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.65;
}
.svc__scope--light .svc__scope-title {
  color: #10439a;
}
.svc__scope-list {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.83;
}
@media (max-width: 767px) {
  .svc__scope-list {
    font-size: 1.2rem;
  }
}
.svc__scope-list li::before {
  content: "・";
}
.svc__side {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 0 0 auto;
  width: 84.2rem;
}
@media (max-width: 767px) {
  .svc__side {
    width: 100%;
    align-items: center;
    margin-top: 0 !important;
  }
}
.svc__diagram {
  display: block;
  max-width: 100%;
  width: 84.2rem;
  height: 45.2rem;
}
@media (max-width: 767px) {
  .svc__diagram {
    width: 100%;
    height: auto;
  }
}
.svc__more {
  position: relative;
  display: inline-flex;
  align-self: flex-end;
  width: 18.5rem;
  height: 6.3rem;
  margin-right: 8rem;
  color: #0e0000;
}
@media (max-width: 767px) {
  .svc__more {
    align-self: center;
    margin-top: 3.4rem !important;
    margin-right: 0;
    width: 11.5rem;
    height: 3.8rem;
  }
}
.svc__more-sq {
  position: absolute;
  left: 2.7rem;
  top: 2.7rem;
  width: 1.1rem;
  height: 1.1rem;
  background: #0e0000;
}
@media (max-width: 767px) {
  .svc__more-sq {
    left: 1.4rem;
    top: 1.559rem;
    width: 0.683rem;
    height: 0.683rem;
  }
}
.svc__more-text {
  position: absolute;
  left: 5.1rem;
  top: 2.1rem;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.9rem;
  line-height: normal;
}
@media (max-width: 767px) {
  .svc__more-text {
    left: 2.883rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
  }
}
.svc__more-c {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  border: 0 solid #0e0000;
}
@media (max-width: 767px) {
  .svc__more-c {
    width: 0.6rem;
    height: 0.6rem;
  }
}
.svc__more-c--tl {
  top: 0;
  left: 0;
  border-top-width: 1px;
  border-left-width: 1px;
}
.svc__more-c--tr {
  top: 0;
  right: 0;
  border-top-width: 1px;
  border-right-width: 1px;
}
.svc__more-c--bl {
  bottom: 0;
  left: 0;
  border-bottom-width: 1px;
  border-left-width: 1px;
}
.svc__more-c--br {
  bottom: 0;
  right: 0;
  border-bottom-width: 1px;
  border-right-width: 1px;
}
@media (min-width: 768px) {
  .svc__more-c {
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .svc__more:hover .svc__more-c--tl, .svc__more:focus-visible .svc__more-c--tl {
    transform: translate(-1.6rem, -1.6rem);
  }
  .svc__more:hover .svc__more-c--tr, .svc__more:focus-visible .svc__more-c--tr {
    transform: translate(1.6rem, -1.6rem);
  }
  .svc__more:hover .svc__more-c--bl, .svc__more:focus-visible .svc__more-c--bl {
    transform: translate(-1.6rem, 1.6rem);
  }
  .svc__more:hover .svc__more-c--br, .svc__more:focus-visible .svc__more-c--br {
    transform: translate(1.6rem, 1.6rem);
  }
}
@media (min-width: 768px) {
  .svc__block:nth-of-type(1) {
    padding: 9.5rem 0 8.2rem;
  }
  .svc__block:nth-of-type(1) .svc__tag:nth-child(1) {
    width: 34.2rem;
  }
  .svc__block:nth-of-type(1) .svc__tag:nth-child(2) {
    width: 38.9rem;
  }
  .svc__block:nth-of-type(1) .svc__tag:nth-child(3) {
    width: 44.5rem;
  }
  .svc__block:nth-of-type(1) .svc__diagram {
    width: 84.2rem;
    height: 45.2rem;
  }
  .svc__block:nth-of-type(1) .svc__side {
    margin-top: 8.7rem;
  }
  .svc__block:nth-of-type(1) .svc__more {
    margin-top: 5.9rem;
  }
  .svc__block:nth-of-type(2) {
    padding: 10.8rem 0 14.1rem;
  }
  .svc__block:nth-of-type(2) .svc__desc br {
    display: none;
  }
  .svc__block:nth-of-type(2) .svc__tag:nth-child(1) {
    width: 49.2rem;
  }
  .svc__block:nth-of-type(2) .svc__tag:nth-child(2) {
    width: 44.5rem;
  }
  .svc__block:nth-of-type(2) .svc__scope {
    padding: 2.8rem 4rem 3.9rem 31.3rem;
  }
  .svc__block:nth-of-type(2) .svc__scope-wave {
    left: 4rem;
    top: 4.2rem;
    width: 22.9rem;
    height: 15.35rem;
  }
  .svc__block:nth-of-type(2) .svc__diagram {
    width: 76.8rem;
    height: 54.846rem;
  }
  .svc__block:nth-of-type(2) .svc__side {
    margin-top: -0.7rem;
  }
  .svc__block:nth-of-type(2) .svc__more {
    margin-top: 0.15rem;
  }
  .svc__block:nth-of-type(3) {
    padding: 9.1rem 0 15.119rem;
  }
  .svc__block:nth-of-type(3) .svc__label {
    margin-left: 1.8rem;
  }
  .svc__block:nth-of-type(3) .svc__desc {
    margin-top: 2.5rem;
  }
  .svc__block:nth-of-type(3) .svc__tag {
    width: 73.5rem;
  }
  .svc__block:nth-of-type(3) .svc__tags {
    row-gap: 1.35rem;
  }
  .svc__block:nth-of-type(3) .svc__scope {
    padding: 2.8rem 4rem 2.2rem 31.3rem;
  }
  .svc__block:nth-of-type(3) .svc__scope-wave {
    left: 3.5rem;
    top: 6.9rem;
    width: 23.5rem;
    height: 14.3rem;
  }
  .svc__block:nth-of-type(3) .svc__diagram {
    width: 80.698rem;
    height: 50.3rem;
  }
  .svc__block:nth-of-type(3) .svc__side {
    margin-top: 7.805rem;
  }
  .svc__block:nth-of-type(3) .svc__more {
    margin-top: 8.12rem;
  }
}

.job-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
}
.job-modal.is-open {
  display: block;
}
.job-modal__sources {
  display: none;
}
.job-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.job-modal__panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 4rem;
  bottom: 4rem;
  width: 136.2rem;
  max-width: calc(100% - 5.7rem);
  background: #ffffff;
  border-radius: 3rem;
  overflow: hidden;
}
.job-modal__scroll {
  height: 100%;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-bottom: 16.2rem;
}
.job-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  width: 19rem;
  height: 8.6rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: #10439a;
  border-radius: 0 3rem 0 3rem;
}
.job-modal__close-label {
  position: absolute;
  left: 3.1rem;
  top: 2.8rem;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 2.905rem;
  color: #ffffff;
}
.job-modal__close-icon {
  position: absolute;
  left: 13.3rem;
  top: 2.944rem;
  width: 2.656rem;
  height: 2.656rem;
}
.job-modal__close-icon::before, .job-modal__close-icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
.job-modal__close-icon::before {
  transform: rotate(45deg);
}
.job-modal__close-icon::after {
  transform: rotate(-45deg);
}
.job-modal__head {
  display: flex;
  align-items: flex-start;
  gap: 3.8rem;
  margin: 11.4rem 0 0 11.9rem;
}
.job-modal__mark {
  flex: 0 0 auto;
  width: 8.1rem;
  height: 9.475rem;
  object-fit: contain;
}
.job-modal__title {
  margin: 0.9rem 0 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.9rem;
  line-height: 2.8rem;
  color: #000;
}
.job-modal__tag {
  display: inline-block;
  margin: 2.1rem 0 0;
  padding: 0.35rem 1.2rem;
  background: #edeceb;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.8rem;
  color: #10439a;
}
.job-modal__rule {
  width: 113rem;
  height: 1px;
  margin: 2.4rem 0 0 12.2rem;
  border: 0;
  background: #8e8f8e;
}
.job-modal__sep {
  width: 113rem;
  height: 1px;
  margin: 5.5rem 0 0 12.2rem;
  border: 0;
  background: rgba(142, 143, 142, 0.2);
}
.job-modal__sec {
  margin-top: 6.5rem;
}
.job-modal__sep + .job-modal__sec {
  margin-top: 4.5rem;
}
.job-modal__sec-title {
  position: relative;
  margin: 0 0 0 15.4rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #10439a;
}
.job-modal__sec-title::before {
  content: "";
  position: absolute;
  left: -2.3rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: #10439a;
}
.job-modal__body {
  margin: 0.2rem 0 0 12.7rem;
  width: 111.9rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 3.5rem;
  color: #000;
}
.job-modal__body p,
.job-modal__body ul,
.job-modal__body ol {
  margin: 0;
}
.job-modal__body p + p,
.job-modal__body p + ul,
.job-modal__body ul + p,
.job-modal__body ul + ul,
.job-modal__body h4 + ul {
  margin-top: 1.4rem;
}
.job-modal__body h4 {
  display: table;
  margin: 1.4rem 0 0;
  padding: 0 1.6rem;
  font-size: inherit;
  font-weight: 500;
  line-height: inherit;
  background: #efefef;
}
.job-modal__body li {
  list-style: none;
}
.job-modal__body ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.job-modal__body ul li::before {
  content: "・";
}
.job-modal__skills {
  width: 112.4rem;
  min-height: 26.1rem;
  margin: 8.7rem 0 0 12.2rem;
  padding: 4.3rem 0 4.3rem;
  background: #f7f6f6;
}
.job-modal__skills + .job-modal__skills {
  margin-top: 4.5rem;
}
.job-modal__skills-title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 4rem;
  color: #10439a;
  text-align: center;
}
.job-modal__body--skills {
  width: 100.6rem;
  margin: 1.3rem 0 0 5.2rem;
}
.job-modal__sec--terms {
  margin-top: 5.3rem;
}
.job-modal__sec--terms .job-modal__sec-title {
  margin-left: 16rem;
}
.job-modal__sec--terms .job-modal__sec-title::before {
  left: -2.3rem;
}
.job-modal__dl {
  margin: 0 0 0 13.4rem;
  width: 111.3rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.7rem;
  line-height: 2.9rem;
  color: #000;
}
.job-modal__dl-row {
  display: flex;
  align-items: flex-start;
  padding: 1.15rem 0;
  border-bottom: 1px solid rgba(16, 67, 154, 0.5);
}
.job-modal__dl-row::before {
  content: "・";
  flex: 0 0 auto;
}
.job-modal__dl-row dt {
  flex: 0 0 calc(16.6rem - 1em);
  margin: 0;
  white-space: nowrap;
}
.job-modal__dl-row dd {
  flex: 1 1 auto;
  margin: 0;
}
.job-modal__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 52.1rem;
  height: 12.9rem;
  margin: 13.3rem auto 0;
  background: radial-gradient(50% 50% at 50% 50%, #006eb8 0%, #10439a 100%);
  color: #ffffff;
}
.job-modal__cta:hover {
  opacity: 0.85;
}
.job-modal__cta-label {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 2.767rem;
}
.job-modal__cta-bar {
  margin: 0.9rem auto 0;
  width: 40.3rem;
  height: 0.3rem;
  background: url("img/job-cta-bar.png") center/100% 100% no-repeat;
  mix-blend-mode: screen;
}
@media (max-width: 767px) {
  .job-modal__panel {
    left: 2rem;
    right: 2rem;
    top: 2rem;
    bottom: 2rem;
    width: auto;
    max-width: none;
    transform: none;
    border-radius: 1.6rem;
  }
  .job-modal__scroll {
    padding-bottom: 4rem;
  }
  .job-modal__close {
    width: 10rem;
    height: 4.4rem;
    border-radius: 0 1.6rem 0 1.6rem;
  }
  .job-modal__close-label {
    left: 1.4rem;
    top: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
  .job-modal__close-icon {
    left: 7rem;
    top: 1.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
  .job-modal__head {
    gap: 1.4rem;
    margin: 6.4rem 0 0 2rem;
  }
  .job-modal__mark {
    width: 3.4rem;
    height: 4rem;
  }
  .job-modal__title {
    margin-top: 0;
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  .job-modal__tag {
    margin-top: 1rem;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .job-modal__rule, .job-modal__sep {
    width: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }
  .job-modal__sep {
    margin-top: 3rem;
  }
  .job-modal__sec {
    margin-top: 3rem;
  }
  .job-modal__sep + .job-modal__sec {
    margin-top: 2.4rem;
  }
  .job-modal__sec-title {
    margin-left: 3.4rem;
    font-size: 1.6rem;
    line-height: 2.6rem;
  }
  .job-modal__sec-title::before {
    left: -1.6rem;
    width: 0.7rem;
    height: 0.7rem;
  }
  .job-modal__body {
    width: auto;
    margin: 0.6rem 2rem 0;
    font-size: 1.3rem;
    line-height: 2.2rem;
  }
  .job-modal__skills {
    width: auto;
    min-height: 0;
    margin: 3rem 2rem 0;
    padding: 2rem 0;
  }
  .job-modal__skills-title {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .job-modal__body--skills {
    width: auto;
    margin: 0.8rem 1.6rem 0;
  }
  .job-modal__sec--terms {
    margin-top: 3rem;
  }
  .job-modal__sec--terms .job-modal__sec-title {
    margin-left: 3.4rem;
  }
  .job-modal__dl {
    width: auto;
    margin: 0 2rem;
    font-size: 1.3rem;
    line-height: 2rem;
  }
  .job-modal__dl-row {
    display: grid;
    grid-template-columns: auto 1fr;
    padding: 0.9rem 0;
  }
  .job-modal__dl-row::before {
    grid-column: 1;
    grid-row: 1;
  }
  .job-modal__dl-row dt {
    grid-column: 2;
    grid-row: 1;
    flex: none;
    white-space: normal;
    font-weight: 700;
  }
  .job-modal__dl-row dd {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .job-modal__cta {
    width: auto;
    height: 8rem;
    margin: 4rem 2rem 0;
  }
  .job-modal__cta-label {
    font-size: 1.4rem;
    line-height: 2rem;
  }
  .job-modal__cta-bar {
    width: 60%;
    margin-top: 0.6rem;
  }
}

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 300;
  display: none;
}
.video-modal.is-open {
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-modal__backdrop {
  position: absolute;
  inset: 0;
  background: #000;
}
.video-modal__close {
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
  z-index: 2;
  width: 5.2rem;
  height: 5.2rem;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: transparent;
}
.video-modal__close::before, .video-modal__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 3.4rem;
  height: 2px;
  background: #ffffff;
  transition: background 0.2s;
}
.video-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.video-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.video-modal__close:hover::before, .video-modal__close:hover::after {
  background: rgba(255, 255, 255, 0.7);
}
.video-modal__close-icon {
  display: block;
  width: 100%;
  height: 100%;
}
.video-modal__inner {
  position: relative;
  z-index: 1;
  width: min(160rem, 100vw - 12rem);
  max-height: calc(100vh - 6rem);
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  overflow-y: auto;
}
.video-modal__stage {
  display: flex;
  align-items: flex-start;
  gap: 4rem;
}
@media (max-width: 1099px) {
  .video-modal__stage {
    flex-direction: column;
  }
}
.video-modal__frame {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
  overflow: hidden;
}
.video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal__meta {
  flex: 0 0 36rem;
  padding-top: 0.4rem;
}
@media (max-width: 1099px) {
  .video-modal__meta {
    flex: 0 0 auto;
    width: 100%;
  }
}
.video-modal__title {
  margin: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.6;
  color: #ffffff;
}
.video-modal__title:empty {
  display: none;
}
.video-modal__len {
  margin: 1.2rem 0 0;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.7);
}
.video-modal__len:empty {
  display: none;
}
.video-modal__slider {
  display: flex;
  gap: 1.6rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 1.2rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.4) transparent;
}
.video-modal__slider::-webkit-scrollbar {
  height: 0.6rem;
}
.video-modal__slider::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.35);
  border-radius: 999px;
}
.video-modal__slide {
  position: relative;
  flex: 0 0 24rem;
  padding: 0;
  border: 2px solid transparent;
  background: #000;
  cursor: pointer;
  overflow: hidden;
}
.video-modal__slide img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: transform 0.4s ease, opacity 0.3s;
}
.video-modal__slide:hover img {
  transform: scale(1.05);
}
.video-modal__slide.is-playing {
  border-color: #ffffff;
}
.video-modal__badge {
  position: absolute;
  left: 0.8rem;
  top: 0.8rem;
  display: none;
  padding: 0.4rem 1rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  color: #ffffff;
  background: #10439a;
  border-radius: 0.4rem;
}
.video-modal__slide.is-playing .video-modal__badge {
  display: block;
}
.video-modal__slide-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1.6rem 1rem 0.8rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #ffffff;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
}
@media (max-width: 767px) {
  .video-modal {
    display: none !important;
  }
}

.job-modal__sources {
  position: absolute;
  left: -9999px;
  top: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.notfound {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 14rem 2rem;
  text-align: center;
  background: #ffffff;
}
.notfound__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 64rem;
  margin-inline: auto;
}
.notfound__code {
  font-size: 14rem;
  line-height: 1;
  color: #10439a;
  margin-bottom: 3.2rem;
}
.notfound__lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1.6rem;
}
.notfound__sub {
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(26, 26, 26, 0.65);
  margin-bottom: 4.8rem;
}
.notfound__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 26rem;
  height: 6.4rem;
  padding: 0 3rem;
  border-radius: 0.5rem;
  background: linear-gradient(12.3154deg, #10439a 30.688%, #006eb8 98.586%);
  color: #ffffff;
  font-size: 1.7rem;
  font-weight: 500;
  transition: opacity 0.3s;
}
.notfound__btn:hover, .notfound__btn:focus-visible {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .notfound {
    min-height: 55vh;
    padding: 9rem 2rem;
  }
  .notfound__code {
    font-size: 8rem;
    margin-bottom: 2.4rem;
  }
  .notfound__lead {
    font-size: 1.9rem;
  }
  .notfound__sub {
    font-size: 1.3rem;
    margin-bottom: 3.6rem;
  }
  .notfound__btn {
    min-width: 22rem;
    height: 5.6rem;
    font-size: 1.5rem;
  }
}

.news-single__nav-box.is-disabled {
  visibility: hidden;
}

@keyframes tc-dotwave-spin {
  from {
    transform: perspective(1200px) rotateX(0deg);
  }
  to {
    transform: perspective(1200px) rotateX(360deg);
  }
}
.hero-swirl-stage {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero-swirl-stage svg {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .hero-swirl-stage {
    inset: auto;
    left: -43.297rem;
    top: -27.541rem;
    width: 258.255rem;
    height: 145.269rem;
  }
}

:root.translated-ltr .tctravel__scope-list li,
:root.translated-ltr .tccreative__scope-list li,
:root.translated-ltr .tcmarketing__scope-list li,
:root.translated-rtl .tctravel__scope-list li,
:root.translated-rtl .tccreative__scope-list li,
:root.translated-rtl .tcmarketing__scope-list li {
  display: flex;
  align-items: flex-start;
  height: auto;
  min-height: 6.5rem;
  padding-block: 1.4rem;
  line-height: 1.6;
}
:root.translated-ltr .svc__tag,
:root.translated-rtl .svc__tag {
  align-items: flex-start;
  width: auto;
  height: auto;
  min-height: 3.6rem;
  padding-block: 0.5rem;
  line-height: 1.6;
  white-space: normal;
}
:root.translated-ltr .about-member__role,
:root.translated-rtl .about-member__role {
  white-space: normal;
}
:root.translated-ltr br,
:root.translated-rtl br {
  display: none;
}
:root.translated-ltr .tctravel__card-desc--gtblank,
:root.translated-rtl .tctravel__card-desc--gtblank {
  margin-bottom: 0;
}
:root.translated-ltr .recruit__deco,
:root.translated-rtl .recruit__deco {
  display: none;
}
:root.translated-ltr .recruit__sub,
:root.translated-rtl .recruit__sub {
  position: relative;
}
:root.translated-ltr .recruit__sub::before,
:root.translated-rtl .recruit__sub::before {
  content: "";
  position: absolute;
  left: -14.7rem;
  bottom: calc(100% + 0.3rem);
  width: 74.279rem;
  height: 0.2594rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 50%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
}
@media (max-width: 767px) {
  :root.translated-ltr .recruit__sub::before,
  :root.translated-rtl .recruit__sub::before {
    left: 5.4rem;
    bottom: calc(100% + 0.5rem);
    width: 21.7rem;
    height: 0.29rem;
  }
}
:root.translated-ltr .job-modal__dl-row dt,
:root.translated-rtl .job-modal__dl-row dt {
  white-space: normal;
}
:root.translated-ltr .job-modal__dl-row dt::first-letter,
:root.translated-ltr .about-company__row dt::first-letter,
:root.translated-rtl .job-modal__dl-row dt::first-letter,
:root.translated-rtl .about-company__row dt::first-letter {
  text-transform: uppercase;
}
:root.translated-ltr .recruit-top__card-title,
:root.translated-ltr .job-modal__title,
:root.translated-ltr .recruit-single__title,
:root.translated-ltr .news-archive__filter-link,
:root.translated-ltr .news-archive__tag,
:root.translated-ltr .news-single__tag,
:root.translated-ltr .news__tag,
:root.translated-ltr .job-modal__tag,
:root.translated-rtl .recruit-top__card-title,
:root.translated-rtl .job-modal__title,
:root.translated-rtl .recruit-single__title,
:root.translated-rtl .news-archive__filter-link,
:root.translated-rtl .news-archive__tag,
:root.translated-rtl .news-single__tag,
:root.translated-rtl .news__tag,
:root.translated-rtl .job-modal__tag {
  text-transform: capitalize;
}
:root.translated-ltr .news-archive__filter-link--year,
:root.translated-rtl .news-archive__filter-link--year {
  text-transform: none;
}
:root.translated-ltr .about-company__row,
:root.translated-rtl .about-company__row {
  height: auto;
  min-height: 8.4rem;
  padding-bottom: 1.6rem;
}
:root.translated-ltr .about-company__row--list,
:root.translated-rtl .about-company__row--list {
  height: auto;
}
:root.translated-ltr .svc__anchors li,
:root.translated-rtl .svc__anchors li {
  display: flex;
}
@media (max-width: 767px) {
  :root.translated-ltr .svc__anchors li,
  :root.translated-rtl .svc__anchors li {
    width: 100%;
    max-width: 30rem;
  }
}
:root.translated-ltr .svc__anchor,
:root.translated-rtl .svc__anchor {
  height: 100%;
}
:root.translated-ltr .svc__anchor-label,
:root.translated-rtl .svc__anchor-label {
  margin-block: auto;
}
:root.translated-ltr .tctravel__cta-title,
:root.translated-ltr .tccreative__cta-title,
:root.translated-ltr .tcmarketing__cta-title,
:root.translated-ltr .contact__form .wpcf7-acceptance .wpcf7-list-item-label,
:root.translated-rtl .tctravel__cta-title,
:root.translated-rtl .tccreative__cta-title,
:root.translated-rtl .tcmarketing__cta-title,
:root.translated-rtl .contact__form .wpcf7-acceptance .wpcf7-list-item-label {
  white-space: normal;
}
:root.translated-ltr .legal__pdf,
:root.translated-rtl .legal__pdf {
  position: static;
  transform: none;
}
:root.translated-ltr .tccreative__card-title,
:root.translated-ltr .tctravel__card-title,
:root.translated-ltr .tcmarketing__card-title,
:root.translated-ltr .service__card-title,
:root.translated-rtl .tccreative__card-title,
:root.translated-rtl .tctravel__card-title,
:root.translated-rtl .tcmarketing__card-title,
:root.translated-rtl .service__card-title {
  white-space: normal;
}
@media (min-width: 768px) {
  :root.translated-ltr .about-hero__jp--vision,
  :root.translated-rtl .about-hero__jp--vision {
    left: 39.7rem;
    width: 110rem;
  }
  :root.translated-ltr .about-company__title,
  :root.translated-rtl .about-company__title {
    left: 8.1rem;
    width: 70rem;
  }
}
:root.translated-ltr .contact__req,
:root.translated-rtl .contact__req {
  width: auto;
  min-width: 6.693rem;
  padding-inline: 0.6rem;
}
:root.translated-ltr .legal__link,
:root.translated-rtl .legal__link {
  width: auto;
  white-space: normal;
}
:root.translated-ltr .svc__anchor-title,
:root.translated-ltr .svc__label,
:root.translated-ltr .svc__scope-title,
:root.translated-ltr .tctravel__scope-title,
:root.translated-ltr .tccreative__scope-title,
:root.translated-ltr .tcmarketing__scope-title,
:root.translated-ltr .recruit-top__group-title,
:root.translated-ltr .news-archive__hero-label,
:root.translated-ltr .about-hero__title,
:root.translated-ltr .legal__title,
:root.translated-rtl .svc__anchor-title,
:root.translated-rtl .svc__label,
:root.translated-rtl .svc__scope-title,
:root.translated-rtl .tctravel__scope-title,
:root.translated-rtl .tccreative__scope-title,
:root.translated-rtl .tcmarketing__scope-title,
:root.translated-rtl .recruit-top__group-title,
:root.translated-rtl .news-archive__hero-label,
:root.translated-rtl .about-hero__title,
:root.translated-rtl .legal__title {
  height: auto;
}

.gt-fail {
  position: fixed;
  left: 50%;
  bottom: 2.4rem;
  transform: translateX(-50%);
  z-index: 200;
  width: calc(100% - 4rem);
  max-width: 52rem;
  padding: 2.2rem 4.4rem 2.2rem 2.4rem;
  border-radius: 0.8rem;
  background: rgba(16, 67, 154, 0.96);
  color: #ffffff;
  box-shadow: 0 0.8rem 2.4rem rgba(0, 0, 0, 0.25);
}
.gt-fail__en {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.6;
}
.gt-fail__jp {
  margin-top: 0.9rem;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "YuGothic", sans-serif;
  font-size: 1.2rem;
  line-height: 1.7;
  opacity: 0.8;
}
.gt-fail__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.gt-fail__close::before, .gt-fail__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1.4rem;
  height: 1px;
  background: #ffffff;
}
.gt-fail__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gt-fail__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .gt-fail {
    bottom: 1.6rem;
    padding: 1.8rem 4rem 1.8rem 1.8rem;
  }
  .gt-fail__en {
    font-size: 1.3rem;
  }
  .gt-fail__jp {
    font-size: 1.1rem;
  }
}
