/* 8px */
/* 10px */
/* 12px */
/* 16px */
/* 18px */
/* 24px */
/* 36px */
/* 48px */
/* 8px */
/* 16px */
/* 24px */
/* 50px */
/* 100px */
/* 1160px */
.zen-kaku-gothic-new-regular {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-kaku-gothic-new-bold {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}

* {
  font-size: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}

legend {
  margin: 0;
  padding: 0;
}

button {
  appearance: none;
  -webkit-appearance: none;
  border: none;
  background: transparent;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  line-height: 1;
  cursor: pointer;
}

.font-bold {
  font-weight: 700;
}

.flex-low {
  display: flex;
  flex-direction: row;
}

.display-block {
  display: block;
}

html {
  scroll-behavior: smooth;
  color: #175266;
  background-color: #fafafa;
  font-size: 1rem;
}

body {
  overflow-x: clip;
  animation: page-fade-in 0.45s ease both;
  will-change: opacity;
}

body.is-page-leaving {
  opacity: 0;
  pointer-events: none;
  animation: none;
  transition: opacity 0.45s ease;
}

body.is-menu-open {
  position: fixed;
  width: 100%;
  overflow: hidden;
}

.cursor-stalker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #3aada4;
  pointer-events: none;
  opacity: 0;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.25s ease;
  will-change: transform;
}

.cursor-stalker.is-active {
  opacity: 0.75;
}

@media (hover: none), (pointer: coarse), (prefers-reduced-motion: reduce) {
  .cursor-stalker {
    display: none;
  }
}
section[id] {
  scroll-margin-top: 120px;
}

main {
  width: 100%;
}
main > * + * {
  margin-top: 6.25rem;
  margin-left: auto;
  margin-right: auto;
}

.is-reveal-ready [data-reveal] {
  opacity: 0;
  transform: translate3d(0, 48px, 0);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
  will-change: opacity, transform;
}

.is-reveal-ready [data-reveal].is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@media (prefers-reduced-motion: reduce) {
  body {
    animation: none;
    will-change: auto;
  }
  body.is-page-leaving {
    transition: none;
  }
  .is-reveal-ready [data-reveal] {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
  }
}
@keyframes page-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.header,
.header-sp {
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}

body.is-fv-active:not(.is-menu-open) .header,
body.is-fv-active:not(.is-menu-open) .header-sp {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-12px);
}

@media screen and (min-width: 921px) {
  .header-sp {
    display: none;
  }
  .header {
    display: block;
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    z-index: 1000;
    white-space: nowrap;
    background: rgba(250, 250, 250, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0px 4px 10px rgba(179, 186, 206, 0.5);
    width: 92%;
    margin: 0 auto;
    padding: 1rem 1.5rem;
    border-radius: 9999px;
  }
  .header-box {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
  }
  .header-logo img {
    display: block;
    width: 150px;
  }
  .header-nav-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1rem;
  }
  .header-nav-box li {
    position: relative;
    list-style: none;
  }
  .header-nav-box li:not(:nth-last-child(-n+2)) {
    margin-right: 1.5rem;
    padding-right: 1.5rem;
  }
  .header-nav-box li:not(:nth-last-child(-n+2))::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 1rem;
    background: #175266;
  }
  .header-nav-box a {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  .header-nav-box .button-contact {
    margin-left: 1.5rem;
    padding: 0;
    border-radius: 9999px;
    overflow: hidden;
    background-color: #175266;
    color: #fafafa;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .header-nav-box .button-contact a {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 1.5rem;
    color: inherit;
  }
  .header-nav-box .button-contact::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: #3aada4;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.35s ease;
  }
  .header-nav-box .button-contact:not(:disabled):hover::before, .header-nav-box .button-contact:focus-within::before {
    transform: scaleX(1);
  }
  .header-nav-box .button-contact:disabled {
    opacity: 0.72;
    cursor: not-allowed;
    transform: none;
    box-shadow: 0 8px 16px rgba(179, 186, 206, 0.35);
  }
  .header-nav-box .button-contact:focus-within {
    outline: 2px solid rgba(179, 186, 206, 0.5);
    outline-offset: 4px;
  }
  .header-nav-box .button-contact a:focus-visible {
    outline: none;
  }
}
@media screen and (max-width: 920px) {
  .header {
    display: none;
  }
  .header-sp {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: rgba(250, 250, 250, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 4px 10px rgba(179, 186, 206, 0.5);
    width: 100%;
    margin: 0 auto;
    padding: 0.5rem 1rem;
  }
  .header-sp-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 2;
  }
  .header-sp-logo img {
    display: block;
    width: 150px;
  }
  .header-sp-toggle {
    appearance: none;
    -webkit-appearance: none;
    border: none;
    background: transparent;
    padding: 0;
    margin: 0;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    cursor: pointer;
  }
  .header-sp-toggle__bar {
    display: block;
    width: 30px;
    height: 4px;
    background: #175266;
    border-radius: 9999px;
    transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease;
    transform-origin: center;
  }
  .header-sp-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding: 0 1rem 1rem;
    background: rgba(250, 250, 250, 0.9);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow: 0 10px 24px rgba(179, 186, 206, 0.35);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-8px);
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  }
  .header-sp-nav__list {
    list-style: none;
    margin: 0;
    padding: 8px 0 0;
  }
  .header-sp-nav__item:not(:nth-last-child(-n+2)) {
    border-bottom: 1px solid rgba(23, 82, 102, 0.25);
  }
  .header-sp-nav__item a {
    display: block;
    padding: 1.5rem 0;
    color: #175266;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.4;
  }
  .header-sp-nav .button-contact-sp {
    margin-top: 1.5rem;
    padding: 0.5rem;
    border-radius: 9999px;
    background-color: #175266;
  }
  .header-sp-nav .button-contact-sp a {
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    color: #fafafa;
    text-decoration: none;
    text-align: center;
    font-size: 1rem;
    line-height: 1.4;
  }
  .header-sp.is-open .header-sp-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
  }
  .header-sp.is-open .header-sp-toggle__bar:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .header-sp.is-open .header-sp-toggle__bar:nth-child(2) {
    opacity: 0;
  }
  .header-sp.is-open .header-sp-toggle__bar:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
  }
}
footer {
  text-align: center;
  margin-top: 6.25rem;
  padding: 1rem;
  font-size: 0.625rem;
  color: #fafafa;
  background-color: #175266;
  box-shadow: 0px -4px 18px rgba(179, 186, 206, 0.5);
}
footer p {
  margin: 0;
}

.section-midashi {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3.125rem;
  text-align: left;
}
@media screen and (max-width: 920px) {
  .section-midashi {
    align-items: center;
    text-align: center;
  }
}
.section-midashi h2 {
  font-size: 2.25rem;
  color: #175266;
  font-weight: 700;
}
.section-midashi span {
  display: inline-block;
  width: 50px;
  height: 4px;
  margin: 0.5rem 0;
  border-radius: 9999px;
  background: #b3bace;
}
.section-midashi p {
  font-size: 1.125rem;
  color: #b3bace;
}
.section-midashi h2,
.section-midashi p {
  white-space: nowrap;
}

.scroll-x {
  display: flex;
  gap: 1rem;
  flex-wrap: nowrap;
  justify-content: flex-end;
  padding: 1.5rem 0;
  padding-right: 3.125rem;
}
.scroll-x p {
  font-size: 1.5rem;
}
.scroll-x img {
  width: 100px;
}
@media screen and (max-width: 920px) {
  .scroll-x {
    display: flex;
    gap: 1rem;
    flex-wrap: nowrap;
    justify-content: flex-end;
    padding: 1.5rem 0;
    padding-right: 3.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .scroll-x {
    display: none;
  }
}

.first-view__stage {
  position: relative;
  width: 100%;
  height: 92vh;
  height: 92svh;
  margin: 0 auto;
  overflow: hidden;
  background: #ecf2f6;
  touch-action: pan-y;
}
@media screen and (min-width: 1025px) {
  .first-view__stage {
    height: 95vh;
    height: 95svh;
  }
}
@media screen and (min-width: 1601px) {
  .first-view__stage {
    height: 98vh;
    height: 98svh;
  }
}
@media screen and (max-width: 920px) {
  .first-view__stage {
    height: 90vh;
    height: 90svh;
  }
}
.first-view__stage canvas {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.first-view__stage.is-three-ready canvas {
  opacity: 1;
}
.first-view__fallback {
  position: relative;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}
.first-view__stage.is-three-ready .first-view__fallback {
  opacity: 0;
}

.first-view-scroll {
  position: relative;
  z-index: 4;
  width: 100%;
  height: 0;
  margin: 0 auto;
  pointer-events: none;
}
.first-view-scroll__link {
  position: absolute;
  right: clamp(12px, 2.5vw, 48px);
  bottom: 0;
  display: block;
  width: clamp(185px, 22.4vw, 308px);
  pointer-events: auto;
  transform: translateY(50%);
  animation: firstViewScrollFloat 3.8s ease-in-out infinite;
}
.first-view-scroll__image {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 920px) {
  .first-view-scroll__link {
    right: 1rem;
    bottom: 0;
    width: 168px;
    transform: translateY(62%);
  }
}

@keyframes firstViewScrollFloat {
  0%, 100% {
    transform: translate3d(0, 50%, 0);
  }
  50% {
    transform: translate3d(0, calc(50% + 16px), 0);
  }
}
@keyframes firstViewScrollFloatSp {
  0%, 100% {
    transform: translate3d(0, 62%, 0);
  }
  50% {
    transform: translate3d(0, calc(62% + 14px), 0);
  }
}
@media screen and (max-width: 920px) {
  .first-view-scroll__link {
    animation-name: firstViewScrollFloatSp;
  }
}
@media (prefers-reduced-motion: reduce) {
  .first-view-scroll__link {
    animation: none;
  }
}
.butterfly-symbol {
  position: absolute;
}

.section-business {
  position: relative;
  padding: 3.125rem 0;
  overflow: hidden;
}

.side-ornament {
  position: absolute;
  top: 0;
  bottom: 0;
  width: clamp(72px, 9vw, 260px);
  pointer-events: none;
  z-index: 0;
}
.side-ornament--left {
  left: 0;
}
.side-ornament--right {
  right: 0;
}
.side-ornament__mask {
  position: absolute;
  left: 0;
  width: 100%;
  height: 72px;
  z-index: 2;
}
.side-ornament__mask--top {
  top: 0;
  background: linear-gradient(to bottom, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}
.side-ornament__mask--bottom {
  bottom: 0;
  background: linear-gradient(to top, #fafafa 0%, rgba(250, 250, 250, 0) 100%);
}

.butterfly {
  position: absolute;
  left: 50%;
  top: -96px;
  width: 80px;
  z-index: 0;
  opacity: 0;
  transform-origin: center center;
  will-change: top, bottom, transform, opacity;
}
.butterfly--down {
  animation: butterfly-flow-down var(--duration, 20s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.butterfly--up {
  top: auto;
  bottom: -96px;
  animation: butterfly-flow-up var(--duration, 20s) linear infinite;
  animation-delay: var(--delay, 0s);
}
.butterfly__inner {
  display: block;
  width: 100%;
  transform-origin: center center;
  animation: butterfly-flap 1s ease-in-out infinite;
  will-change: transform;
}
.butterfly img {
  display: block;
  width: 100%;
  height: auto;
}
.butterfly--character {
  z-index: 1;
}

.business-activities {
  position: relative;
  z-index: 1;
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  margin: 0 auto;
}
.business-activities div {
  margin: 25px 0;
}
.business-activities--contents {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  text-align: center;
  gap: 32px;
}
.business-activities--contents figure {
  margin: 0 auto;
  width: 75px;
  height: auto;
}
.business-activities--contents figure img {
  width: 75px;
}
.business-activities--contents h3 span {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 0;
  white-space: nowrap;
}
.business-activities--contents h3 span::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0em;
  height: 10px;
  background: #aee3e0;
  z-index: -1;
}
.business-activities--contents p {
  text-align: left;
  line-height: 2;
  margin-top: 1.5rem;
}
.business-activities--contents div {
  width: 280px;
  height: auto;
}

@keyframes butterfly-flow-down {
  0% {
    top: -96px;
    opacity: 0;
    transform: translateX(calc(-50% + var(--x1, 0px))) scale(var(--scale, 1)) rotate(-8deg);
  }
  10% {
    opacity: var(--alpha, 0.6);
  }
  50% {
    transform: translateX(calc(-50% + var(--x2, 0px))) scale(var(--scale, 1)) rotate(6deg);
  }
  90% {
    opacity: var(--alpha, 0.6);
  }
  100% {
    top: calc(100% + 96px);
    opacity: 0;
    transform: translateX(calc(-50% + var(--x3, 0px))) scale(var(--scale, 1)) rotate(-4deg);
  }
}
@keyframes butterfly-flow-up {
  0% {
    bottom: -96px;
    opacity: 0;
    transform: translateX(calc(-50% + var(--x1, 0px))) scale(var(--scale, 1)) rotate(8deg);
  }
  10% {
    opacity: var(--alpha, 0.6);
  }
  50% {
    transform: translateX(calc(-50% + var(--x2, 0px))) scale(var(--scale, 1)) rotate(-6deg);
  }
  90% {
    opacity: var(--alpha, 0.6);
  }
  100% {
    bottom: calc(100% + 96px);
    opacity: 0;
    transform: translateX(calc(-50% + var(--x3, 0px))) scale(var(--scale, 1)) rotate(4deg);
  }
}
@keyframes butterfly-flap {
  0%, 100% {
    transform: scale(1, 1) rotate(-2deg);
  }
  50% {
    transform: scale(0.9, 1.06) rotate(2deg);
  }
}
.section-grant {
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  margin: 0 auto;
  padding: 0;
  padding-bottom: 6.25rem;
}
@media (max-width: 920px) {
  .section-grant {
    width: min(72.5rem, 100vw - 1rem);
  }
}
.section-grant .grant-midashi {
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .section-grant .grant-midashi {
    width: min(72.5rem, 100vw - 1rem);
  }
}
.section-grant .grant-midashi h2 {
  display: block;
  margin: 0 auto;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #175266;
  text-align: center;
  width: 21rem;
  max-width: 100%;
}
.section-grant .grant-midashi h2 .grant-year {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 0.5rem;
}
.section-grant .grant-midashi h2 .grant-line {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  margin-top: 1.5rem;
  padding: 0 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 0;
  line-height: 1.5;
}
.section-grant .grant-midashi h2 span::after {
  content: "";
  width: 100%;
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0em;
  height: 10px;
  background: #aee3e0;
  z-index: -1;
}
.section-grant .grant-midashi-02 {
  margin-top: 6.25rem;
}
.section-grant figure {
  display: block;
  max-width: 100%;
  width: 85%;
  margin: 0 auto;
  margin-top: 3.125rem;
}
@media screen and (min-width: 1600px) {
  .section-grant figure {
    width: 1280px;
  }
}
@media screen and (max-width: 767px) {
  .section-grant figure {
    width: 95%;
  }
}
.section-grant figure img {
  display: block;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .section-grant .grant-img-01-pc {
    display: none;
  }
  .section-grant .grant-img-02-pc {
    display: none;
  }
  .section-grant .grant-img-01-sp {
    display: block;
  }
  .section-grant .grant-img-02-sp {
    display: block;
  }
}
@media screen and (min-width: 921px) {
  .section-grant .grant-img-01-sp {
    display: none;
  }
  .section-grant .grant-img-02-sp {
    display: none;
  }
  .section-grant .grant-img-01-pc {
    display: block;
  }
  .section-grant .grant-img-02-pc {
    display: block;
  }
}

.section-portfolio {
  position: relative;
  width: 100%;
  padding: 6.25rem 0;
  overflow: hidden;
  background-color: #ecf2f6;
}
.section-portfolio__three-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.15;
}
.section-portfolio__three-bg canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.section-portfolio--box {
  position: relative;
  z-index: 1;
}
.section-portfolio--contents__comingsoon {
  width: 100%;
  margin: 3.125rem 0;
  color: #175266;
  opacity: 0.75;
}
.section-portfolio--contents__comingsoon-track {
  display: flex;
  width: max-content;
  animation: portfolioComingSoonMarquee 30s linear infinite;
  will-change: transform;
}
.section-portfolio--contents__comingsoon-track span {
  flex: 0 0 auto;
  padding-right: clamp(48px, 8vw, 120px);
  font-size: clamp(3rem, 10vw, 9rem);
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}
.section-portfolio .section-midashi {
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  margin: 0 auto;
}
@media screen and (max-width: 920px) {
  .section-portfolio .section-midashi {
    width: min(72.5rem, 100vw - 1rem);
  }
}
.section-portfolio--contents {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.125rem;
  overflow-x: auto;
  overflow-y: hidden;
  margin-top: 3.125rem;
}
@media screen and (max-width: 920px) {
  .section-portfolio--contents {
    gap: 1.5rem;
  }
}
.section-portfolio--contents {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.section-portfolio--contents::-webkit-scrollbar {
  display: none;
}
.section-portfolio--item {
  text-align: center;
}
.section-portfolio--item a {
  opacity: 1;
  transition: 0.3s ease;
}
.section-portfolio--item a:hover {
  opacity: 0.6;
}
.section-portfolio--item figure {
  margin: 0;
  width: 360px;
  height: auto;
}
.section-portfolio--item figure img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.section-portfolio--item h3 {
  display: block;
  width: 360px;
  margin-top: 1.5rem;
  font-size: 1.5rem;
  font-weight: 700;
  color: #175266;
}
.section-portfolio--item h3 span {
  position: relative;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 1.5rem;
  padding: 0 1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
  z-index: 0;
  line-height: 1.5;
}
.section-portfolio--item h3 span::after {
  content: "";
  position: absolute;
  left: -0.08em;
  right: -0.08em;
  bottom: 0em;
  height: 10px;
  background: #aee3e0;
  z-index: -1;
}
.section-portfolio--item p {
  width: 360px;
  font-size: 1rem;
  line-height: 1;
  color: #175266;
  margin-top: 0.5rem;
}
.section-portfolio--item:first-child {
  margin-left: 6.25rem;
}
@media screen and (max-width: 920px) {
  .section-portfolio--item:first-child {
    margin-left: 1.5rem;
  }
}
.section-portfolio--item:last-child {
  margin-right: 6.25rem;
}
.section-portfolio--item:nth-child(even) {
  margin-top: 6.25rem;
}
.section-portfolio--item-other {
  width: auto;
}
.section-portfolio--item-other h3 span {
  font-size: 1rem;
  white-space: nowrap;
}

@keyframes portfolioComingSoonMarquee {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-50%, 0, 0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .section-portfolio--contents__comingsoon-track {
    animation: none;
  }
}
.section-representative {
  width: calc(100vw - 12.5rem);
  padding: 6.25rem 0;
}
@media (max-width: 920px) {
  .section-representative {
    width: min(72.5rem, 100vw - 1rem);
  }
}
.section-representative--contents {
  display: flex;
  align-items: flex-start;
  gap: 3.125rem;
}
@media (max-width: 920px) {
  .section-representative--contents {
    flex-direction: column;
  }
}
.section-representative--profile {
  width: 100%;
  padding: 1.5rem;
}
.section-representative--profile h2 {
  font-size: 1.5rem;
  color: #175266;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-representative--profile h2 span {
  margin-left: 0.5rem;
  font-size: 1.125rem;
  color: #b3bace;
  font-weight: 700;
}
.section-representative--profile p {
  font-size: 1rem;
  line-height: 1.8;
  color: #175266;
  margin-bottom: 1rem;
}
.section-representative--career {
  width: 100%;
  padding: 1.5rem;
}
.section-representative--career .career-title {
  font-size: 1.5rem;
  color: #175266;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.section-representative--career .career-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.section-representative--career .career-item {
  position: relative;
  display: grid;
  grid-template-columns: 64px 1fr;
  column-gap: 0.5rem;
  padding: 0 0 32px 34px;
}
.section-representative--career .career-item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 12px;
  width: 2px;
  background: #175266;
  border-radius: 9999px;
}
.section-representative--career .career-item::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 13px;
  width: 12px;
  height: 12px;
  background: #fafafa;
  border: 2px solid #175266;
  border-radius: 50%;
  transform: translateX(-50%);
}
.section-representative--career .career-year {
  font-size: 1rem;
  line-height: 1.8;
  color: #175266;
  white-space: nowrap;
}
.section-representative--career .career-text {
  font-size: 1rem;
  line-height: 1.8;
  color: #175266;
}

.section-company_wrapper {
  width: 100%;
  background-color: #ecf2f6;
}

.section-company {
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  margin: 0 auto;
  padding: 6.25rem 0;
}
@media (max-width: 920px) {
  .section-company {
    width: min(72.5rem, 100vw - 1rem);
  }
}
.section-company--logo {
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 920px) {
  .section-company--logo {
    max-width: 320px;
    margin: 0 auto;
    margin-top: 1rem;
  }
}
.section-company--logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 920px) {
  .section-company--logo img {
    max-width: 320px;
    margin: 0 auto;
  }
}
.section-company--data {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.125rem;
}
@media (max-width: 920px) {
  .section-company--data {
    flex-direction: column;
  }
}
.section-company--info .info-list {
  margin: 0 auto;
}
.section-company--info .info-row {
  display: grid;
  grid-template-columns: 140px 1fr;
  column-gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 0;
  border-bottom: 1px solid #175266;
}
.section-company--info .info-row .info-founding-box {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (max-width: 920px) {
  .section-company--info .info-row .info-founding-box {
    gap: 0.5rem;
  }
}
.section-company--info .info-row .info-founding {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media (max-width: 920px) {
  .section-company--info .info-row .info-founding {
    justify-content: center;
  }
}
.section-company--info .info-row .info-founding-item {
  display: block;
}
.section-company--info .info-row .info-founding-item-bold {
  display: block;
  width: 4rem;
  margin-right: 0.5rem;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 920px) {
  .section-company--info .info-row .info-founding-item-bold {
    margin-right: 6px;
  }
}
.section-company--info .info-row dt,
.section-company--info .info-row dd {
  margin: 0;
  color: #175266;
  font-size: 1rem;
  line-height: 1.8;
}
.section-company--info .info-row dt {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
}
.section-company--info .info-row dd {
  font-weight: 400;
}
@media (max-width: 920px) {
  .section-company--info {
    width: 80%;
    padding: 0;
    text-align: center;
  }
  .section-company--info .info-list {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
  }
  .section-company--info .info-row {
    row-gap: 0.5rem;
    padding: 1.5rem 0;
    grid-template-columns: 1fr;
  }
  .section-company--info .info-row dt {
    text-align: center;
  }
  .section-company--info .info-row dd {
    text-align: center;
  }
}
.section-company iframe {
  display: block;
  width: 100%;
  max-width: 960px;
  height: 420px;
  margin: 0 auto;
  margin-top: 3.125rem;
  border: none;
}

.section-contact {
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  padding: 6.25rem 0;
}
@media (max-width: 920px) {
  .section-contact {
    width: min(72.5rem, 100vw - 1rem);
  }
}
.section-contact--lead {
  display: block;
  text-align: left;
  font-size: 1rem;
  margin-bottom: 3.125rem;
}
@media (max-width: 920px) {
  .section-contact--lead {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3.125rem;
  }
}
.section-contact--formbox {
  padding: clamp(1.5rem, 4vw, 2.5rem);
  background: #fafafa;
  border-radius: 24px;
  box-shadow: 0 8px 20px rgba(179, 186, 206, 0.5);
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 1.5rem;
}
.contact-form__checks {
  display: grid;
  gap: 1rem;
  margin-top: 0.5rem;
}
.contact-form__check {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.contact-form__check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-form__check-box {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 0.2em;
  border: 1px solid #b3bace;
  border-radius: 2px;
  background: #fafafa;
}
.contact-form__check-input:checked + .contact-form__check-box {
  background: #175266;
  border-color: #175266;
}
.contact-form__check-input:checked + .contact-form__check-box::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border-right: 2px solid #fafafa;
  border-bottom: 2px solid #fafafa;
  transform: rotate(45deg);
}
.contact-form__check-input:focus-visible + .contact-form__check-box {
  outline: 2px solid rgba(179, 186, 206, 0.5);
  outline-offset: 2px;
}
.contact-form__check-text {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  color: #175266;
}
.contact-form__privacy {
  margin-top: 32px;
}
.contact-form__privacy-title {
  margin: 0 0 0.5rem;
  color: #175266;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}
.contact-form__privacy-text {
  max-height: 180px;
  overflow-y: auto;
  padding: 1rem;
  border: 1px solid #b3bace;
  border-radius: 4px;
  background: #fafafa;
  color: #175266;
  font-size: 0.75rem;
  line-height: 1.8;
  scrollbar-color: #175266 rgba(179, 186, 206, 0.25);
  scrollbar-width: thin;
}
.contact-form__privacy-text p + p {
  margin-top: 1rem;
}
.contact-form__privacy-text::-webkit-scrollbar {
  width: 8px;
}
.contact-form__privacy-text::-webkit-scrollbar-track {
  background: rgba(179, 186, 206, 0.25);
  border-radius: 9999px;
}
.contact-form__privacy-text::-webkit-scrollbar-thumb {
  background: #175266;
  border-radius: 9999px;
}
.contact-form__privacy-consent {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 1rem;
  color: #175266;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  cursor: pointer;
}
.contact-form__privacy-consent input {
  width: 18px;
  height: 18px;
  accent-color: #175266;
  flex: 0 0 auto;
}
.contact-form__submit {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: 32px;
  width: 100%;
  min-height: 64px;
  padding: 1rem 1.5rem;
  border: none;
  border-radius: 9999px;
  background: #175266;
  box-shadow: 0 8px 16px rgba(179, 186, 206, 0.5);
  color: #fafafa;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contact-form__submit::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #3aada4;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.35s ease;
}
.contact-form__submit:not(:disabled):hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 18px rgba(179, 186, 206, 0.5);
}
.contact-form__submit:not(:disabled):hover::before, .contact-form__submit:focus-visible::before {
  transform: scaleX(1);
}
.contact-form__submit:disabled {
  background: #b3bace;
  opacity: 1;
  cursor: not-allowed;
  transform: none;
  box-shadow: none;
}
.contact-form__submit:disabled::before {
  transform: scaleX(0);
}
.contact-form__submit:focus-visible {
  outline: 2px solid rgba(179, 186, 206, 0.5);
  outline-offset: 4px;
}
.contact-form__submit-text {
  position: relative;
  z-index: 1;
  font-size: 1rem;
  line-height: 1.4;
}
.contact-form__submit-arrow {
  position: relative;
  z-index: 1;
  font-size: 1.25rem;
  line-height: 1;
}
.contact-form__status {
  min-height: 1.5em;
  margin-top: 1rem;
  color: #175266;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.contact-form__status.is-error {
  color: #ee791f;
}
.contact-form__status.is-success {
  color: #175266;
}

@media (prefers-reduced-motion: reduce) {
  .contact-form__submit::before {
    transition: none;
  }
}
.form-group {
  min-width: 0;
  margin-bottom: 1.5rem;
}
.form-group--full {
  margin-top: 56px;
}
.form-group--required .form-group__label {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.form-group__label, .form-group__title {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  color: #175266;
}
.form-group__title {
  border: none;
}
.form-group__required {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 20px;
  padding: 0 0.5rem;
  border-radius: 9999px;
  background: #ee791f;
  color: #fafafa;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: 700;
}
.form-group input,
.form-group textarea {
  width: 100%;
  margin-top: 0.5rem;
  border: 1px solid #b3bace;
  border-radius: 4px;
  background: #fafafa;
  color: #175266;
  font: inherit;
  line-height: 1.5;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.form-group input::placeholder,
.form-group textarea::placeholder {
  color: #b3bace;
}
.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #175266;
  box-shadow: 0 0 0 3px rgba(179, 186, 206, 0.5);
}
.form-group input.is-invalid,
.form-group textarea.is-invalid {
  border-color: #ee791f;
  background: rgba(238, 121, 31, 0.08);
  box-shadow: 0 0 0 3px rgba(238, 121, 31, 0.16);
}
.form-group__error {
  min-height: 1.5em;
  margin-top: 0.5rem;
  color: #ee791f;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
}
.form-group input {
  height: 52px;
  padding: 0 1.5rem;
}
.form-group textarea {
  min-height: 120px;
  padding: 18px 1.5rem;
  resize: vertical;
}

fieldset.form-group {
  margin: 28px 0 0;
  padding: 0;
  border: none;
  min-width: 0;
}

@media (max-width: 920px) {
  .contact-form__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .contact-form__checks {
    gap: 14px;
  }
  .contact-form__submit {
    min-height: 56px;
    margin-top: 1.5rem;
    gap: 12px;
  }
  .form-group--full {
    margin-top: 3.125rem;
  }
  .form-group input {
    height: 48px;
    padding: 0 1rem;
  }
  .form-group textarea {
    padding: 1rem;
  }
}
@media (max-width: 920px) {
  :root {
    --side-band-width: clamp(56px, 8vw, 88px);
    --content-safe-space: calc($side-band-width * 2 + 40px);
  }
  .business-activities--contents {
    gap: 20px;
  }
  .business-activities--contents div {
    width: calc((100% - 40px) / 3);
  }
}
@media (max-width: 920px) {
  :root {
    --content-safe-space: 32px;
  }
  .section-business {
    padding: 72px 0;
  }
  .business-activities {
    width: min(72.5rem, 100vw - 32px);
  }
  .business-activities--contents {
    flex-direction: column;
    align-items: center;
  }
  .business-activities--contents div {
    width: min(320px, 100%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .butterfly,
  .butterfly__inner {
    animation: none;
    opacity: 0.65;
  }
  .butterfly--down,
  .butterfly--up {
    top: auto;
    bottom: auto;
  }
  .side-ornament {
    display: none;
  }
}
.portfolio-lower {
  width: min(72.5rem, 100vw - (clamp(72px, 9vw, 260px) * 2 + 72px));
  padding: 6.25rem 0;
  margin: 0 auto;
  margin-top: 6.25rem;
}
.portfolio-lower h2.pc-midashi {
  display: block;
  font-size: 2.25rem;
}
.portfolio-lower h2.sp-midashi {
  display: none;
}
@media (min-width: 921px) {
  .portfolio-lower .section-midashi h2 {
    font-size: clamp(1.75rem, 2.6vw, 2.25rem);
  }
}
@media (max-width: 920px) {
  .portfolio-lower {
    width: min(72.5rem, 100vw - 64px);
    margin: 0 auto;
    margin-top: 3.125rem;
  }
  .portfolio-lower h2.sp-midashi {
    display: block;
    font-size: 1.5rem;
  }
  .portfolio-lower h2.pc-midashi {
    display: none;
  }
}
.portfolio-lower h3 {
  font-size: 1.5rem;
  font-weight: 700;
}
.portfolio-lower-border {
  display: inline-block;
  width: 24px;
  height: 4px;
  margin: 0.5rem 0;
  margin-bottom: 3.125rem;
  border-radius: 9999px;
  background: #b3bace;
}
.portfolio-lower-image {
  display: flex;
  gap: 1.5rem;
  flex-direction: row;
}
@media (max-width: 920px) {
  .portfolio-lower-image {
    flex-direction: column;
  }
}
.portfolio-lower-image img {
  display: block;
  flex: 0 0 auto;
  width: auto;
  height: auto;
  margin: 0 auto;
  max-width: 100%;
  max-height: 480px;
  object-fit: contain;
}
@media (max-width: 920px) {
  .portfolio-lower-image img {
    width: min(360px, 100%);
    height: auto;
    max-width: 100%;
  }
}
.portfolio-lower-text {
  width: 75%;
  margin: 0 auto;
  margin-top: 3.125rem;
}
.portfolio-lower-text p {
  font-size: 1rem;
  line-height: 2;
}
.portfolio-lower-text p + p {
  margin-top: 1rem;
}
@media (max-width: 920px) {
  .portfolio-lower-text {
    width: min(360px, 100%);
  }
}/*# sourceMappingURL=style.css.map */