/* Local redesign layer for the copied study site. */
@media (min-width: 1024px) {
  .l-header {
    position: relative;
    top: 0;
    left: 0;
    z-index: auto;
    display: block;
    width: 100%;
    min-height: 0;
    padding: 8.6rem 0 0;
    background: transparent;
    border-bottom: 0;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
  }

  .l-header__main {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: minmax(25rem, 34rem) minmax(42rem, 1fr) auto auto;
    align-items: center;
    column-gap: clamp(1.6rem, 2vw, 3.2rem);
    width: 100%;
    min-height: 8.6rem;
    margin: 0;
    padding: 0 clamp(2rem, 3vw, 4rem);
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid rgba(4, 31, 62, .08);
    box-shadow: 0 12px 34px rgba(11, 29, 53, .08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .l-header__logo {
    grid-column: 1;
    grid-row: 1;
    max-width: 32rem;
    padding: 0;
  }

  .l-header__logo-label,
  .l-header__logo-label .c-logo {
    width: 100%;
  }

  .l-header__logo .c-logo__new {
    width: clamp(24rem, 21vw, 26rem);
  }

  .l-header__tel {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-self: end;
    gap: .35rem;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #071232;
    text-align: right;
  }

  .l-header__tel-number {
    display: block;
    font-family: var(--font-family-sub), var(--font-family-base);
    font-size: clamp(2.2rem, 1.7vw, 2.8rem);
    font-weight: 700;
    line-height: 1.05 !important;
    letter-spacing: .08em;
  }

  .l-header__tel-number span {
    line-height: inherit !important;
  }

  .l-header__tel-time {
    display: block;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2 !important;
  }

  .l-header__btn {
    grid-column: 4;
    grid-row: 1;
    display: block !important;
    width: auto;
    margin: 0 !important;
  }

  .l-header__btn-item {
    display: block;
    width: auto;
  }

  .l-header__btn-item--dropdown {
    display: none !important;
  }

  .l-header__btn-link {
    flex-direction: row;
    justify-content: center;
    gap: .8rem;
    min-width: 13.4rem;
    min-height: 6.8rem;
    padding: 0 2.2rem;
    border-radius: .4rem;
    box-shadow: 0 10px 24px rgba(0, 174, 193, .18);
  }

  .l-header__btn-icon {
    margin-bottom: 0;
  }

  .l-header__btn-label {
    font-size: 1.35rem;
    line-height: 1;
    white-space: nowrap;
  }

  .l-header > .l-header__nav {
    position: fixed;
    top: 0;
    left: clamp(38rem, 28vw, 42rem);
    right: clamp(43rem, 30vw, 49rem);
    z-index: 1201;
    display: block !important;
    width: auto;
    height: 8.6rem !important;
    max-height: 8.6rem !important;
    min-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
    border-top: 0;
  }

  .l-header > .l-header__nav > nav {
    width: 100%;
    height: 8.6rem !important;
    margin: 0 auto;
    padding: 0;
  }

  .l-header > .l-header__nav .c-nav {
    justify-content: center;
    align-items: center;
    height: 8.6rem !important;
    min-height: 0 !important;
    gap: 0;
  }

  .l-header__nav .c-nav__item {
    position: relative;
    padding: 0;
  }

  .l-header > .l-header__nav .c-nav > .c-nav__item.L\:u-hidden {
    display: none !important;
  }

  .l-header__nav .c-nav__item + .c-nav__item:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: .1rem;
    height: 1.6rem;
    background-color: rgba(7, 18, 50, .55);
    transform: translateY(-50%) rotate(35deg);
    transition: background-color .25s ease;
  }

  .l-header__nav .c-nav__link {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 0 clamp(1.2rem, 1.1vw, 2.1rem);
    color: #071232;
    text-decoration: none;
    transition: color .25s ease;
  }

  .l-header__nav .c-nav__link:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.7rem;
    display: block;
    width: .7rem;
    height: .7rem;
    border-radius: 50%;
    background-color: #001A4D;
    opacity: 0;
    transform: translate(-50%, .8rem);
    transition: opacity .25s ease, transform .35s cubic-bezier(.41, -1.8, .56, 2.66);
  }

  .l-header__nav .c-nav__link-icon {
    display: none;
  }

  .l-header__nav .c-nav__link-label {
    font-size: clamp(1.25rem, .98vw, 1.45rem);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    letter-spacing: 0;
  }

  .l-header__nav .c-nav__link:hover,
  .l-header__nav .c-nav__link:focus-visible {
    color: #001A4D;
    text-decoration: none;
  }

  .l-header__nav .c-nav__link:hover:before,
  .l-header__nav .c-nav__link:focus-visible:before {
    opacity: 1;
    transform: translate(-50%, 0);
  }

  .l-header__nav .c-nav__item:hover:before,
  .l-header__nav .c-nav__item:focus-within:before,
  .l-header__nav .c-nav__item:hover + .c-nav__item:before,
  .l-header__nav .c-nav__item:focus-within + .c-nav__item:before {
    background-color: rgba(0, 26, 77, .85);
  }

  .l-header-fixed {
    display: none !important;
  }

  .l-body__container {
    padding-top: 0;
  }
}

.c-kv {
  overflow: hidden;
  position: relative;
  min-height: clamp(54rem, calc(100vh - 8.6rem), 78rem);
  padding: 0;
  background: #071232 !important;
}

.c-kv:before,
.c-kv:after,
.c-kv-content:before,
.c-kv-content:after {
  display: none !important;
}

.c-kv-content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  min-height: inherit;
  background: transparent !important;
  pointer-events: none;
}

.c-kv-content__inner {
  width: min(100%, 144rem);
  margin: 0 auto;
  padding: 0 3.2rem 10vh;
  background: transparent !important;
}

.c-kv-heading {
  width: min(92rem, 100%);
  padding: 0;
  color: #fff;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.c-kv-heading__eyebrow,
.c-kv-heading__lead {
  margin: 0;
  font-weight: 800;
  line-height: 1.45;
  letter-spacing: 0;
  text-shadow: 0 4px 20px rgba(0, 0, 0, .42);
}

.c-kv-heading__eyebrow {
  margin-bottom: 1.8rem;
  font-size: clamp(1.8rem, 1.8vw, 2.8rem);
}

.c-kv-heading__main {
  margin: 0 0 2rem;
  font-size: clamp(5.8rem, 8vw, 10.8rem);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 8px 28px rgba(0, 0, 0, .46);
}

.c-kv-heading__main:first-letter,
.c-kv-scroll__label:first-letter {
  color: inherit !important;
}

.c-kv-heading__main:before {
  display: none;
}

.c-kv-heading__lead {
  font-size: clamp(1.8rem, 1.55vw, 2.6rem);
}

.c-kv-heading__sub {
  display: none;
}

.c-kv-scroll {
  left: 3.2rem;
  color: #fff;
}

.local-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: #071232;
}

.local-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: scale(1.04);
  transition: opacity 1.1s ease, transform 7s ease;
}

.local-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.local-hero-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.local-hero-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}

.local-hero-dots {
  position: absolute;
  left: 50%;
  bottom: 3rem;
  z-index: 5;
  display: flex;
  gap: 1.4rem;
  transform: translateX(-50%);
}

.local-hero-dot {
  width: 5.4rem;
  height: .55rem;
  background: rgba(255, 255, 255, .48);
  border: 0;
  border-radius: 99rem;
}

.local-hero-dot.is-active {
  background: #fff;
}

.local-media-badge {
  position: absolute;
  top: 3.5rem;
  right: 3.1rem;
  z-index: 6;
  display: block;
  width: 15rem;
  height: 15rem;
  opacity: 0;
  animation: local-media-badge-appear 1s 1s forwards;
}

.local-media-badge::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/home/lee/lee_bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  animation: local-media-badge-spin 20s linear infinite;
}

.local-media-badge__cover {
  display: block;
  width: 6.8rem;
  height: 6.8rem;
  position: absolute;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  filter: none;
}

@keyframes local-media-badge-spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes local-media-badge-appear {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.c-media-fixed {
  display: none;
}

.c-bnr-fixed,
.p-front-important,
.l-footer-main__bnr,
.l-footer-main__sdgs,
.l-footer-main__top > div:has(img[src*="logo-bright"]) {
  display: none !important;
}

@media (max-width: 1023.98px) {
  .l-header__logo .c-logo__new {
    width: min(100%, 20rem);
  }

  .c-kv {
    aspect-ratio: 9 / 16;
    height:calc(100vh - 7rem);
    min-height: 0;
    max-height: none;
  }

  .c-kv-content {
    height: 100%;
    min-height: 0;
  }

  .local-hero-slider {
    top: 0;
  }

  .c-kv-content__inner {
    padding: 0 2rem 12vh;
  }

  .c-kv-heading {
    width: 100%;
  }

  .c-kv-heading__eyebrow {
    margin-bottom: 1.2rem;
    font-size: clamp(1.55rem, 4.6vw, 2rem);
  }

  .c-kv-heading__main {
    margin-bottom: 1.5rem;
    font-size: clamp(4.6rem, 14vw, 6.4rem);
  }

  .c-kv-heading__lead {
    font-size: clamp(1.45rem, 4vw, 1.8rem);
  }

  .local-hero-dots {
    left: 50%;
    bottom: 2rem;
    gap: 1rem;
    transform: translateX(-50%);
  }

  .local-hero-dot {
    width: 3.8rem;
    height: .45rem;
  }

  .local-media-badge {
    top: 2.4rem;
    right: 1.3rem;
    width: 11.5rem;
    height: 11.5rem;
  }

  .local-media-badge__cover {
    width: 5.2rem;
    height: 5.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .local-media-badge,
  .local-media-badge::before {
    animation: none;
    opacity: 1;
  }
}

:root {
  --rgb-theme: 0, 26, 77;
  --color-theme: #001A4D;
  --rgb-theme-sub: 0, 26, 77;
  --color-theme-sub: #001A4D;
  --rgb-blue-018a9a: 0, 26, 77;
  --color-blue-018a9a: #001A4D;
}

.u-color-theme,
.u-color-blue-018a9a,
.u-color-pink-e84867 {
  color: #001A4D !important;
}

.u-bg-theme,
.u-bg-blue-018a9a,
.l-header__btn-link,
.c-menu-toggle,
.c-btn.u-color-theme {
  background-color: #001A4D !important;
}

.l-header__btn-link {
  box-shadow: 0 10px 24px rgba(0, 26, 77, .22);
}

.l-header__nav {
  background: linear-gradient(90deg, rgba(0, 26, 77, .08), rgba(0, 26, 77, .03)) !important;
}

.l-header__nav .c-nav__link:hover,
.l-header__nav .c-nav__link:focus-visible {
  color: #001A4D !important;
}

.c-kv-heading {
  background: transparent;
  border-color: transparent;
}

.c-kv-heading__main:before {
  color: inherit;
}


.c-circle-arrow,
.c-pagetop,
.c-bnr-fixed__btn {
  background-color: #001A4D !important;
}

.c-heading-first:first-letter,
.c-heading-primary:first-letter {
  color: #001A4D !important;
}

.p-front-panel .c-heading-primary:first-letter {
  color: currentColor !important;
}

.p-front-panel__link {
  text-align: left;
}

.p-front-panel__link p {
  line-height: 1.9;
  font-weight: 700;
}

.l-footer-contact[data-contact=home] .l-footer-contact__main {
  background:
    linear-gradient(90deg, rgba(0, 13, 38, .78), rgba(0, 26, 77, .54) 45%, rgba(0, 26, 77, .44)),
    url("../images/common/bg-footer-contact-modular2.png") center center / cover no-repeat;
}

.l-footer-contact[data-contact=home] .l-footer-contact__main.c-overlay:before {
  background-color: rgba(0, 13, 38, .24);
}

.l-footer-contact[data-contact=home] .l-footer-contact__en {
  color: rgba(255, 255, 255, .22);
}

.l-footer-contact[data-contact=home] .l-footer-contact__btn {
  background-color: rgba(0, 13, 38, .18);
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}

.p-front-works__heading .c-heading-primary,
.p-front-works__heading .c-heading-primary:first-letter,
.p-front-works__heading p {
  color: #fff !important;
}

.p-front-works__heading .c-heading-primary,
.p-front-works__heading p {
  text-shadow: 0 2px 12px rgba(0, 13, 38, .35);
}

.c-works-list .c-list,
.c-heading-withB__container > .c-list,
.c-menu-cat__container {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
}

.c-works-list .c-tag-icon,
.c-heading-withB__container > .c-list .c-tag-icon,
.c-menu-cat .c-tag-icon {
  display: inline-flex;
  align-items: center;
  min-height: 2.8rem;
  padding: .35rem 1rem;
  border: 1px solid rgba(0, 26, 77, .28);
  border-radius: 4px;
  background: #fff;
  color: #001A4D;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: 0;
}

.c-works-list .c-tag-icon__i,
.c-heading-withB__container > .c-list .c-tag-icon__i,
.c-menu-cat .c-tag-icon__i {
  display: none;
}

.c-works-list .c-tag-icon__label,
.c-heading-withB__container > .c-list .c-tag-icon__label,
.c-menu-cat .c-tag-icon__label {
  display: inline-flex;
  align-items: center;
}

.c-works-list .c-tag-icon__label::before,
.c-heading-withB__container > .c-list .c-tag-icon__label::before,
.c-menu-cat .c-tag-icon__label::before {
  content: "#";
  margin-right: .25em;
}

.p-front-products .p-front-strong__content {
  position: relative;
  padding: clamp(3.2rem, 5vw, 5.6rem) clamp(2.4rem, 4vw, 4.8rem);
  background: linear-gradient(135deg, #fff 0%, #f5f7fa 100%);
  box-shadow: 0 24px 56px rgba(0, 26, 77, .08);
}

.p-front-products .p-front-strong__title {
  margin-bottom: 2.4rem !important;
  padding-bottom: 1.4rem;
  border-bottom: 2px solid #001A4D;
  line-height: 1.35;
  font-size: clamp(2.4rem, 3vw, 3.2rem);
  letter-spacing: 0;
}

.p-front-products__list {
  display: grid;
  gap: 1.4rem;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: product-item;
}

.p-front-products__list li {
  display: grid;
  grid-template-columns: 1.4rem minmax(0, 1fr);
  column-gap: 1.4rem;
  align-items: center;
  line-height: 1.6;
  font-weight: 700;
  color: #333;
}

.p-front-products__list li::before {
  content: "";
  width: .9rem;
  height: .9rem;
  border-radius: 50%;
  background: #001A4D;
  justify-self: center;
}

@media (max-width: 684px) {
  .p-front-products .p-front-strong__item,
  .p-front-products .p-front-strong__img,
  .p-front-products .p-front-strong__content {
    width: 100%;
  }
  .l-footer-contact__btn{gap:1.4rem;}
  .c-kv-content__inner {padding: 12vh 2rem 0;}
  .c-heading-withB__label{font-size: 3rem;line-height: 1.2;}
  .p-front-works__heading:before{content:'';display: block; position: absolute;width: 100%;height: 100%;background: hsl(0deg 0% 0% / 50%);top: 0;z-index: 1;}
  .p-front-works__heading .c-container{position:relative;z-index:2;}
  .c-kv-content{align-items: flex-start;}
  .js-side-scroll,.p-front-panel{display: none;}
  .p-front-products .p-front-strong__item {
    align-items: stretch;
  }

  .p-front-products .p-front-strong__content {
    max-width: none;
    margin: 0;
    padding: 2.8rem 2rem;
  }

  .p-front-products__list {
    gap: 1.2rem;
  }

  .p-front-products__list li {
    grid-template-columns: 3.4rem minmax(0, 1fr);
    column-gap: 1.2rem;
  }

  .p-front-products__list li::before {
    font-size: 2.8rem;
  }
}

@media (min-width: 1024px) {
  .p-front-kumamoto {
    position: relative;
    top: auto;
    right: auto;
    width: min(100%, 110rem);
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 7rem;
  }

  .p-front-kumamoto__heading {
    width: min(100%, 56rem);
  }

  .p-front-kumamoto__map {
    right: 0;
    max-width: min(45vw, 48rem);
    transform: translate(7rem, -12rem);
  }

  .p-front-card-company {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(32rem, .9fr);
    column-gap: clamp(4rem, 6vw, 8rem);
    align-items: end;
    width: min(100%, 110rem);
    margin: 0 auto !important;
  }

  .p-front-card-company .p-front-card__media {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .p-front-card-company .p-front-card__heading,
  .p-front-card-company .p-front-card__content {
    grid-column: 2;
  }

  .p-front-card-company .p-front-card__heading {
    width: auto;
    margin: 0 0 2.4rem;
    padding: 0;
    background: transparent;
  }

  .p-front-card-company .p-front-card__content {
    align-items: flex-end;
  }

  .p-front-card-company .p-front-card__content .c-circle-arrow {
    margin-left: 4rem;
  }
}

.p-flow-speedy__header {
  display: flex;
  align-items: baseline;
  gap: clamp(2.4rem, 4vw, 5rem);
  margin-bottom: clamp(2rem, 3vw, 3.6rem);
}

.p-flow-speedy__label {
  margin: 0;
  line-height: 1;
  font-family: "Barlow Condensed", sans-serif;
  font-size: clamp(5.2rem, 7vw, 8rem);
  font-weight: 700;
  color: #001A4D;
  letter-spacing: 0;
}

.p-flow-speedy__title {
  margin: 0;
  line-height: 1.35;
  font-size: clamp(2.3rem, 2.4vw, 3.2rem);
  font-weight: 700;
  letter-spacing: 0;
  color: #222;
}

.p-flow-speedy__text {
  margin: 0;
  line-height: 2;
  font-weight: 700;
  color: #222;
}

@media (max-width: 684px) {
  .p-flow-speedy__header {
    display: block;
    margin-bottom: 2rem;
  }

  .p-flow-speedy__label {
    margin-bottom: 1.2rem;
    font-size: 5rem;
  }

  .p-flow-speedy__title {
    font-size: 2.2rem;
  }

  .p-flow-speedy__text {
    line-height: 1.8;
    font-size: 1.5rem;
  }
}

.faq-main {
  width: min(100% - 4rem, 108rem);
  margin: clamp(4rem, 7vw, 8rem) auto 0;
  padding: 0 1rem;
  color: #001a4d;
}

.faq-main__item {
  border-bottom: 1px solid rgba(24, 35, 61, .13);
}

.faq-main__item:first-child {
  border-top: 1px solid rgba(24, 35, 61, .13);
}

.faq-main__summary {
  position: relative;
  display: grid;
  grid-template-columns: 5.2rem 1fr 3.2rem;
  align-items: center;
  min-height: 7.2rem;
  padding: 1.8rem 1rem;
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  letter-spacing: 0;
}

.faq-main__summary:focus {
  outline: none;
}

.faq-main__summary:focus-visible {
  outline: none;
}

.faq-main__summary::-webkit-details-marker {
  display: none;
}

.faq-main__number {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.faq-main__question {
  padding-right: 2rem;
  font-size: 1.9rem;
  line-height: 1.6;
}

.faq-main__summary::before,
.faq-main__summary::after {
  content: "";
  position: absolute;
  right: 2.2rem;
  top: 50%;
  width: 1.7rem;
  height: .3rem;
  background: #001a4d;
  border-radius: 999px;
  transform: translateY(-50%);
  transition: transform .2s ease, opacity .2s ease;
}

.faq-main__summary::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-main__item[open] .faq-main__summary::after {
  opacity: 0;
  transform: translateY(-50%) rotate(0deg);
}

.faq-main__answer {
  padding: 0 6.2rem 2.6rem;
  color: #33405b;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.9;
}

.faq-main__answer p {
  margin: 0;
}

@media (hover: hover) {
  .faq-main__summary:hover .faq-main__question {
    color: #001A4D;
  }
}

@media (max-width: 684px) {
  .faq-main {
    width: min(100% - 2.4rem, 108rem);
    margin-top: 3.2rem;
    padding: 0;
  }

  .faq-main__summary {
    grid-template-columns: 4.2rem 1fr 2.8rem;
    min-height: 6.4rem;
    padding: 1.5rem 1.2rem;
  }

  .faq-main__number {
    font-size: 1.7rem;
  }

  .faq-main__question {
    padding-right: 1.2rem;
    font-size: 1.6rem;
  }

  .faq-main__summary::before,
  .faq-main__summary::after {
    right: 2rem;
    width: 1.4rem;
    height: .2rem;
  }

  .faq-main__answer {
    padding: 0 5.4rem 2rem;
    font-size: 1.4rem;
  }
}

.l-body__content--info-full {
  width: 137rem;
  max-width: calc(100% - var(--viewport-both-space) * 2);
  margin-right: auto;
  margin-left: auto;
}

.l-body--in-sub .l-body__content--info-full .l-body__content-main,
.l-body__content--info-full .l-body__content-main {
  width: 100%;
  padding-right: 0;
}

.l-body__content--info-full .l-body__content-sub {
  display: none;
}

.company-philosophy {
  overflow: hidden;
  padding: clamp(7rem, 7vw, 7rem) 0 0;
}

.company-philosophy__inner {
  width: 100%;
  margin: 0;
}

.company-philosophy__en {
  position: relative;
  z-index: 2;
  margin: 0 0 -0.5rem clamp(2.4rem, 21.5vw, 42rem);
  line-height: .88;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(8rem, 8.7vw, 6rem);
  font-weight: 900;
  letter-spacing: 0;
  color: #202a49;
}

.company-philosophy__grid {
  display: grid;
  grid-template-columns: minmax(0, 47vw) minmax(38rem, 56rem);
  align-items: center;
  gap: clamp(5rem, 5vw, 8.8rem);
}

.company-philosophy__media {
  overflow: hidden;
  margin: 0;
  border-top-right-radius: 7rem;
}

.company-philosophy__img {
  display: block;
  width: 100%;
  aspect-ratio: 1.72 / 1;
  height: auto;
  object-fit: cover;
}


.company-philosophy__label {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin: 0;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgba(27, 39, 68, .14);
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0;
}

.company-philosophy__label::before {
  content: "";
  width: .7rem;
  height: .7rem;
  border-radius: 50%;
  background: #258cae;
}

.company-philosophy__list {
  display: grid;
  gap: 2rem;
  margin: 2.5rem 0 0;
  padding: 0;
  list-style: none;
}

.company-philosophy__item {
  display: grid;
  grid-template-columns: 3.8rem 1fr;
  gap: 1.6rem;
  align-items: center;
  line-height: 1.75;
  font-size: 1.56rem;
  font-weight: 800;
}

.company-philosophy__num {
  line-height: 1;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.4rem;
  font-weight: 900;
  color: #258cae;
}

@media (max-width: 1023.98px) {
  .company-philosophy__en {
    margin-left: 1.6rem;
    font-size: clamp(5rem, 10vw, 8.8rem);
  }

  .company-philosophy__grid {
    grid-template-columns: 1fr;
    gap: 3.4rem;
  }

  .company-philosophy__media {
    width: calc(100% - 2.4rem);
    border-top-right-radius: 4rem;
  }

  .company-philosophy__content {
    width: min(100% - 2.4rem, 64rem);
    margin: 0 auto;
    padding-top: 0;
  }
}

@media (max-width: 684px) {
  .company-philosophy {
    padding-top: 4rem;
  }

  .company-philosophy__inner {
    width: min(100% - 2.4rem, 118rem);
  }

  .company-philosophy__item {
    grid-template-columns: 3rem 1fr;
    gap: 1rem;
    font-size: 1.48rem;
  }

  .company-philosophy__num {
    font-size: 2.8rem;
  }
}

.company-products {
  padding: clamp(6rem, 8vw, 10rem) 0;
  background:
    linear-gradient(90deg, rgba(0, 26, 77, .055) 0 1px, transparent 1px) 0 0 / 8rem 8rem,
    #fff;
  color: #14213d;
}

.company-products__inner {
  width: min(100% - var(--viewport-both-space) * 2, 118rem);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(26rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(4rem, 6vw, 8rem);
  align-items: start;
}

.company-products__header {
  position: sticky;
  top: 10rem;
}

.company-products__en {
  margin: 0 0 1rem;
  line-height: .9;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: clamp(6.4rem, 8vw, 10.8rem);
  font-weight: 900;
  letter-spacing: 0;
  color: rgba(0, 26, 77, .1);
}

.company-products__title {
  margin: 0;
  line-height: 1.35;
  font-size: clamp(2.8rem, 3vw, 4rem);
  font-weight: 900;
  letter-spacing: 0;
}

.company-products__lead {
  margin: 2rem 0 0;
  line-height: 2;
  font-size: 1.55rem;
  font-weight: 700;
  color: #526078;
}

.company-products__list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.6rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.company-products__item {
  position: relative;
  min-height: 15rem;
  padding: 2.4rem;
  background: #f4f7fa;
  border: 1px solid rgba(0, 26, 77, .08);
  border-radius: 1rem;
  overflow: hidden;
}

.company-products__item::after {
  content: "";
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 7.2rem;
  height: 7.2rem;
  border-radius: 50%;
  background: rgba(37, 140, 174, .12);
}

.company-products__num {
  display: block;
  margin-bottom: 1.6rem;
  line-height: 1;
  font-family: "Barlow Semi Condensed", "Noto Sans JP", sans-serif;
  font-size: 3.8rem;
  font-weight: 900;
  color: #258cae;
}

.company-products__name {
  display: block;
  margin-bottom: .8rem;
  line-height: 1.45;
  font-size: 1.85rem;
  font-weight: 900;
  color: #14213d;
}

.company-products__text {
  display: block;
  line-height: 1.75;
  font-size: 1.42rem;
  font-weight: 700;
  color: #526078;
}

@media (max-width: 1023.98px) {
  .company-products__inner {
    grid-template-columns: 1fr;
    gap: 3.2rem;
  }

  .company-products__header {
    position: static;
  }
}

@media (max-width: 684px) {
  .company-products {
    padding: 4.8rem 0;
  }

  .company-products__inner {
    width: min(100% - 2.4rem, 118rem);
  }

  .company-products__list {
    grid-template-columns: 1fr;
  }

  .company-products__item {
    min-height: 0;
    padding: 2rem;
  }

  .company-products__num {
    margin-bottom: 1.2rem;
    font-size: 3.2rem;
  }
}

.p-form-frame {
  width: min(100% - 3.2rem, 86rem);
  margin: 0 auto;
  padding: clamp(2rem, 3vw, 3.2rem);
  background: #fff;
  border: 1px solid rgba(0, 26, 77, .1);
  border-radius: 1.2rem;
  box-shadow: 0 2.4rem 7rem rgba(0, 26, 77, .08);
}

.p-form-frame .p-form-item {
  display: block;
  padding: 0;
  background: transparent;
  border-bottom: 0;
}

.p-form-frame .p-form-item + .p-form-item {
  margin-top: 2.4rem;
}

.p-form-frame .p-form-header {
  width: 100%;
  padding: 0;
  margin: 0 0 1rem;
}

.p-form-frame .p-form-header__label {
  width: 100%;
  padding: 0;
  gap: .9rem;
}

.p-form-frame .p-form-header:has(> .p-form-status) {
  display: flex;
  align-items: center;
  gap: .9rem;
}

.p-form-frame .p-form-header:has(> .p-form-status) > .p-form-header__label {
  order: 1;
  width: auto;
  max-width: none;
  margin: 0;
}

.p-form-frame .p-form-header:has(> .p-form-status) > .p-form-status {
  order: 2;
}

.p-form-frame .p-form-header__label-main {
  order: 0;
  padding: 0;
  color: #16213c;
  font-size: 1.6rem;
  font-weight: 800;
}

.p-form-frame .p-form-status {
  order: 0;
  width: auto;
  min-width: 4.2rem;
  max-width: max-content;
  height: 2.2rem;
  margin: 0 !important;
  padding: 0 .8rem .1rem;
  border-radius: 999px;
  font-size: 1.2rem;
  font-weight: 800;
  background: #ef4b4b;
}

.p-form-frame .p-form-input {
  width: 100%;
  padding: 0;
  background: transparent;
  border-left: 0;
}

.p-form-frame .c-container {
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

.p-form-frame input[type="text"],
.p-form-frame input[type="tel"],
.p-form-frame input[type="email"],
.p-form-frame textarea {
  width: 100%;
  border: 1px solid rgba(0, 26, 77, .16);
  border-radius: .8rem;
  background: #f8fafc;
  color: #16213c;
  font-size: 1.6rem;
  font-weight: 600;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.p-form-frame input[type="text"],
.p-form-frame input[type="tel"],
.p-form-frame input[type="email"] {
  height: 5.8rem;
  padding: 0 1.8rem;
}

.p-form-frame textarea {
  min-height: 18rem;
  padding: 1.6rem 1.8rem;
  resize: vertical;
}

.p-form-frame input[type="text"]:focus,
.p-form-frame input[type="tel"]:focus,
.p-form-frame input[type="email"]:focus,
.p-form-frame textarea:focus {
  background: #fff;
  border-color: #001A4D;
  box-shadow: 0 0 0 .4rem rgba(0, 26, 77, .1);
  outline: none;
}

.p-form-frame .p-form-block-emailcheck {
  margin-top: 1rem;
}

.p-form-frame .p-form-block-emailcheck__help {
  margin: 0;
  color: #526078;
  font-size: 1.35rem;
  line-height: 1.7;
}

.p-form-frame .p-form-lists .wpcf7-form-control {
  gap: 1rem;
}

.p-form-frame .p-form-lists .wpcf7-list-item {
  margin: 0;
  flex: 0 1 auto;
}

.p-form-frame .p-form-lists label {
  min-height: 4.8rem;
  padding: 0 1.5rem;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid rgba(0, 26, 77, .14);
}

.p-form-frame .p-form-lists input + span {
  padding: 0 0 0 .7rem;
  font-weight: 800;
}

.p-form-frame .p-form-lists input + span::before {
  display: none;
}

.p-form-frame .p-form-lists [type=radio] {
  width: 2rem;
  height: 2rem;
  border: 0;
  box-shadow: inset 0 0 0 .55rem #e7edf4;
  background: #e7edf4;
}

.p-form-frame .p-form-lists [type=radio]:checked {
  background: #168eff;
}

.p-form-text {
  width: min(100% - 3.2rem, 86rem);
}

.p-form-submit {
  justify-content: center;
}

.p-form-button {
  height: 6.4rem;
  border-radius: 999px;
  font-weight: 800;
  box-shadow: 0 1.6rem 3.6rem rgba(0, 26, 77, .2);
}

@media (min-width: 768px) {
  .p-form-frame {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.4rem;
  }

  .p-form-frame .p-form-item + .p-form-item {
    margin-top: 0;
  }

  .p-form-frame .p-form-item:nth-of-type(3),
  .p-form-frame .p-form-item:nth-of-type(6),
  .p-form-frame .p-form-item:nth-of-type(7),
  .p-form-frame > [data-cf-agree] {
    grid-column: 1 / -1;
  }
}

@media (max-width: 684px) {
  .p-form-frame {
    width:auto;
    padding: 1.8rem;
    border-radius: 1rem;
  }

  .p-form-text {
    width: min(100% - 2.4rem, 86rem);
  }

  .p-form-frame .p-form-header__label {
    align-items: center;
  }

  .p-form-frame input[type="text"],
  .p-form-frame input[type="tel"],
  .p-form-frame input[type="email"] {
    height: 5.4rem;
  }
}

.l-footer-main__top {
  padding: 5.6rem 0 4.8rem;
}

.l-footer-main__top:before {
  background: linear-gradient(90deg, #001A4D 0%, #001A4D 25%, #d9dee8 25%, #d9dee8 100%);
}

.l-footer-main__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.2rem;
  justify-items: center;
  padding: 3.8rem 0 4.2rem;
}

.l-footer-main__nav.c-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 1.2rem;
  width: 100%;
}

.l-footer-main__nav.c-nav .c-nav__item {
  display: flex;
  align-items: center;
  padding: 0 1.7rem;
}

.l-footer-main__nav.c-nav .c-nav__link {
  white-space: nowrap;
}

.l-footer-main__nav.c-nav .c-nav__link-label {
  font-size: 1.45rem;
  letter-spacing: 0;
}

.l-footer-main__copyright.c-copyright {
  display: block;
  width: 100%;
  margin-left: 0;
  color: #001A4D;
  font-size: 1.25rem;
  letter-spacing: .03em;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 1024px) {
  .l-footer-main__bottom {
    gap: 1.8rem;
  }

  .l-footer-main__nav.c-nav .c-nav__item {
    padding: 0 1.55rem;
  }
}

@media (max-width: 767px) {
  .l-footer-main__top {
    padding: 4.2rem 0 3.2rem;
  }

  .l-footer-main__bottom {
    padding: 3rem 0 3.4rem;
  }

  .l-footer-main__nav.c-nav .c-nav__item {
    padding: 0 1.1rem;
  }
}


.l-footer-contact__note {
  display: block;
  margin-top: .8rem;
  color: #8a94a6;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.7;
}
