@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
input,
optgroup,
select,
textarea {
  -webkit-appearance: auto;
  /* 1 */
  appearance: auto;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

button {
  -webkit-appearance: none;
  /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: normal;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* カラー============================== */
/* ブレイクポイント============================== */
/* フォント============================== */
/* フォントサイズ============================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 30rem;
}
@media (max-width: 960px) {
  html {
    scroll-padding-top: 11rem;
  }
}

/* ------------------------- 
 FV
--------------------------- */
.fv {
  width: 100%;
  height: 100vh;
}
@media (max-width: 960px) {
  .fv {
    height: 65rem;
  }
}

.fv-swiper {
  position: relative;
  width: 100%;
  height: 100%;
  --fv-zoom-dur: 14s;
}

.fv-swiper .swiper-slide {
  display: block;
  overflow: hidden;
  height: 100%;
}

.fv-catch__wrap {
  position: absolute;
  bottom: 8rem;
  left: 10rem;
  z-index: 2;
}
@media (max-width: 960px) {
  .fv-catch__wrap {
    left: 2rem;
    bottom: 15rem;
  }
}

.fv-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  transform: scale(1.08);
  transform-origin: center center;
}

.fv-swiper .swiper-slide-active[data-fv-zoom=center] img {
  animation: fv-zoom-center var(--fv-zoom-dur) linear forwards;
}

.fv-swiper .swiper-slide-active[data-fv-zoom=right] img {
  transform-origin: right center;
  animation: fv-zoom-right var(--fv-zoom-dur) linear forwards;
}

.fv-swiper .swiper-slide-active[data-fv-zoom=left] img {
  transform-origin: left center;
  animation: fv-zoom-left var(--fv-zoom-dur) linear forwards;
}

/* フェード退場中：JS で算出した scale を inline 維持（ズーム途中の切替用） */
.fv-swiper .swiper-slide.fv-zoom-hold img {
  animation: none;
}

@keyframes fv-zoom-center {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.18);
  }
}
@keyframes fv-zoom-right {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.2);
  }
}
@keyframes fv-zoom-left {
  from {
    transform: scale(1.08);
  }
  to {
    transform: scale(1.2);
  }
}
@media (prefers-reduced-motion: reduce) {
  .fv-swiper .swiper-slide-active[data-fv-zoom] img {
    animation: none;
  }
}
.fv-catch {
  font-size: clamp(2.4rem, 1.526rem + 3.73vw, 6rem);
  color: #fff;
  line-height: 1.5;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
}
@media (max-width: 768px) {
  .fv-catch {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.7;
  }
}

.fv-catch .first-line {
  margin-left: -0.4em;
  letter-spacing: -0.08em;
}

.char {
  opacity: 0;
  transform: translateY(10px);
  display: inline-block;
}

.fv-catch__wrap.is-active .char {
  animation: fadeInUp 0.5s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  animation-delay: calc(var(--char-index) * 0.05s);
}

.fv-catch__wrap.is-active .second-line .char {
  animation-delay: calc(var(--char-index) * 0.1s + 1s);
}

@media (max-width: 768px) {
  .first-line .text .char:nth-child(10) {
    padding-left: 1.2rem;
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* ------------------------- 
スクロールダウン
--------------------------- */
.scroll_down {
  display: none;
}
@media (width >= 960px) {
  .scroll_down {
    display: block;
    position: absolute;
    bottom: 39%;
    right: 8rem;
    transform: translateY(-50%);
    z-index: 2;
  }
}

@media (width >= 960px) {
  .scroll_down:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
  }
}

@media (width >= 960px) {
  .scroll_down p {
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 13px;
    padding: 10px 18px 110px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Josefin Sans", sans-serif;
    line-height: 1;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    writing-mode: vertical-lr;
    transition: 0.2s;
    overflow: hidden;
    margin: auto;
  }
}

.scroll_down p:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 0.1rem;
  height: 10rem;
  background: #c4c4c4;
}

.scroll_down p:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  width: 0.1rem;
  height: 10rem;
  background: #ffffff;
  animation: scrollDown 2.2s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ------------------------- 
企業情報
--------------------------- */
.top-company {
  margin-top: 12rem;
}
@media (max-width: 960px) {
  .top-company {
    margin-top: 6rem;
  }
}

.top-company__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
@media (max-width: 960px) {
  .top-company__inner {
    flex-direction: column;
  }
}

.top-company__img {
  position: relative;
  max-width: 48rem;
}
@media (max-width: 960px) {
  .top-company__img {
    max-width: 36rem;
  }
}

.top-company__content {
  max-width: 60rem;
}
@media (max-width: 960px) {
  .top-company__content {
    max-width: 100%;
  }
}

.top-company__content .ttl {
  font-size: clamp(2rem, 1.66rem + 1.45vw, 3.4rem);
  color: #073e79;
  margin-bottom: 4rem;
}
@media (max-width: 960px) {
  .top-company__content .ttl {
    margin-bottom: 2.4rem;
  }
}

.top-company__content .text {
  text-align: justify;
}

.top-company__btn {
  margin-top: 6rem;
  text-align: right;
}
@media (max-width: 960px) {
  .top-company__btn {
    margin-top: 2rem;
  }
}

/* 地図 位置印 */
.pulse {
  position: absolute;
  top: 58%;
  left: 24%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(115, 182, 255) 20%, rgba(115, 182, 255, 0.6) 50%, rgba(115, 182, 255, 0.3) 70%, rgba(115, 182, 255, 0) 100%);
  transform: translate(-50%, -50%);
  animation: pulse 6s infinite ease-out;
}

.pulse:nth-child(2) {
  animation-delay: 3s;
}

.pulse:nth-child(3) {
  animation-delay: 6s;
}

@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5);
    opacity: 0;
  }
}
/* ------------------------- 
ロゴスライドアニメーション
--------------------------- */
.scroll-infinity {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to top, #eef5fb 30%, #ffffff 100%);
  padding-bottom: 3rem;
}
@media (max-width: 960px) {
  .scroll-infinity {
    padding-bottom: 2rem;
  }
}

.scroll-infinity__track {
  display: flex;
  align-items: center;
  animation: scroll 18s linear infinite;
  will-change: transform;
}

.scroll-infinity__segment {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  margin-top: 10rem;
}
@media (max-width: 960px) {
  .scroll-infinity__segment {
    margin-top: 6rem;
  }
}

.kind-item {
  display: inline-block;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding: 0 7rem;
  font-family: "Fugaz One", sans-serif;
  font-weight: 400;
  font-size: clamp(3rem, -0.155rem + 13.46vw, 16rem);
  white-space: nowrap;
  line-height: 1;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 960px) {
  .kind-item {
    padding: 0 2.4rem;
  }
}
/* ------------------------- 
事業内容
--------------------------- */
.top-service__inner {
  background: #eef5fb;
  box-shadow: -7px 3px 10px 0px rgba(0, 0, 0, 0.07);
}

.top-service__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4rem;
}
@media (max-width: 1280px) {
  .top-service__head {
    flex-direction: column;
    gap: 2rem;
  }
}

.top-service__ttl {
  margin-right: auto;
}
@media (max-width: 960px) {
  .top-service__ttl {
    margin-top: 4rem;
  }
}

.top-service__btn {
  margin-left: auto;
}

.top-service__head .text {
  max-width: 60rem;
}
@media (max-width: 960px) {
  .top-service__head .text {
    max-width: 100%;
  }
}

.top-service__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6rem;
  margin-top: 6rem;
}
@media (max-width: 960px) {
  .top-service__menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    width: 100%;
    margin-top: 3.2rem;
  }
}

.top-service__menu-list {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28rem;
  height: 28rem;
  background: #fff;
  box-shadow: 0px 2px 19px 1px #e9e9e9;
  border-radius: 6rem;
}
@media (max-width: 960px) {
  .top-service__menu-list {
    width: 100%;
    min-width: 0;
    height: auto;
    aspect-ratio: 1/1;
    padding: 1.2rem;
    border-radius: 2.4rem;
  }
}

.top-service__menu-list.other {
  max-width: 22rem;
  max-height: 22rem;
}
@media (max-width: 960px) {
  .top-service__menu-list.other {
    max-width: none;
    max-height: none;
    aspect-ratio: 1/1;
  }
}

.top-service__menu-list .top-service__img {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  max-width: 10rem;
  max-height: 10rem;
}
.top-service__menu-list .top-service__img img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 960px) {
  .top-service__menu-list .top-service__img {
    max-width: 6rem;
    max-height: 6rem;
  }
}

.top-service__other {
  padding-bottom: 10rem;
}
@media (max-width: 960px) {
  .top-service__other {
    padding-bottom: 4rem;
  }
}

.top-service__other-ttl {
  font-family: "Figtree", sans-serif;
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  font-weight: 500;
  text-align: center;
  color: #b0b0b0;
  margin-top: 6rem;
}
@media (max-width: 960px) {
  .top-service__other-ttl {
    margin-top: 3.2rem;
  }
}

.top-service__menu-list.other .top-service__img {
  max-width: 7rem;
  max-height: 7rem;
}
@media (max-width: 960px) {
  .top-service__menu-list.other .top-service__img {
    max-width: 6rem;
    max-height: 6rem;
  }
}

.top-service__menu.other {
  margin-top: 3rem;
}

.top-service__menu-list.other .ttl {
  font-size: 1.4rem;
}

.top-service__menu-list .ttl {
  margin-top: 1.6rem;
  font-size: 1.6rem;
  font-weight: 500;
  color: #073e79;
  text-align: center;
}
@media (max-width: 960px) {
  .top-service__menu-list .ttl {
    margin-top: 0;
  }
}

/* ------------------------- 
施工の流れ
--------------------------- */
.flow {
  padding: 12rem 0;
}
@media (max-width: 960px) {
  .flow {
    padding: 4.8rem 0;
  }
}

@media (max-width: 960px) {
  .flow__inner {
    max-width: 60rem;
    margin: 0 auto;
  }
}

.flow-list {
  max-width: 90rem;
  margin: 4rem auto 0;
}

.flow-list.js-flow-expand .flow-step__item {
  opacity: 0;
  transform: translateY(2.8rem);
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1), transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.flow-list.js-flow-expand .flow-step__item.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.flow-step__item {
  display: grid;
  grid-template-columns: 8rem 16rem 1fr;
  align-items: center;
  padding: 3rem;
  border: 1px solid #c3c3c3;
  border-radius: 1rem;
  position: relative;
}
@media (max-width: 960px) {
  .flow-step__item {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 2rem;
  }
}

.flow-step__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  background-image: url("../assets/img/top/flow-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.3rem;
  height: 4rem;
  bottom: -4.8rem;
  left: 50%;
  transform: translateX(-50%);
}

.flow-step__item .step {
  display: block;
  text-align: center;
  padding-right: 1rem;
  position: relative;
}
@media (max-width: 960px) {
  .flow-step__item .step {
    padding-right: initial;
    display: inline-flex;
    align-items: center;
    gap: 1rem;
  }
}

.flow-step__item .step::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 8rem;
  top: 50%;
  right: -0.4rem;
  transform: translateY(-50%);
  background: #c3c3c3;
}
@media (max-width: 960px) {
  .flow-step__item .step::after {
    content: unset;
  }
}

.flow-step__item .step span:first-child {
  font-size: clamp(1.4rem, 1.351rem + 0.21vw, 1.6rem);
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 960px) {
  .flow-step__item .step span:first-child {
    font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  }
}

.flow-step__item .step span:last-child {
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  font-weight: 700;
  line-height: 1.2;
}

.flow-step__item .box .img {
  max-width: 12rem;
  margin: 0 auto;
}

.flow-step__item .text-box .ttl {
  font-size: clamp(1.6rem, 1.503rem + 0.41vw, 2rem);
  color: #073e79;
  font-weight: 500;
  margin-bottom: 0.5rem;
}
@media (max-width: 960px) {
  .flow-step__item .text-box .ttl {
    text-align: center;
    margin-bottom: 1rem;
  }
}

.flow-step__item:not(:last-of-type) {
  margin-bottom: 6rem;
}

/* ------------------------- 
施工実例
--------------------------- */
.top-works {
  background-image: url("../assets/img/top/bg-top-works.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 12rem 0 14rem;
}
@media (max-width: 960px) {
  .top-works {
    padding: 9rem 0;
  }
}

.top-works__sec-ttl {
  display: flex;
  align-items: end;
  gap: 2rem;
  line-height: 1;
}

.top-works__sec-ttl .c-sec-sub-ttl {
  padding-bottom: 0.4rem;
}
@media (max-width: 960px) {
  .top-works__sec-ttl .c-sec-sub-ttl {
    padding-bottom: 0.3rem;
  }
}

.top-works-swiper.swiper {
  padding-top: 4rem;
  overflow: hidden;
}

.top-works-swiper .swiper-slide img {
  aspect-ratio: 500/310;
  object-fit: cover;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 15px -3px #878787;
  border-radius: 1rem;
  transition: all 0.5s ease;
}
.top-works-swiper .swiper-slide:hover img {
  transform: scale(1.02);
  box-shadow: 0 8px 25px -5px rgba(0, 0, 0, 0.3);
}

.top-Works__btn {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 960px) {
  .top-Works__btn {
    margin-top: 3rem;
  }
}

.top-works .swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  position: relative;
}
@media (max-width: 960px) {
  .top-works .swiper-pagination {
    width: 70% !important;
    margin: 6rem auto 0;
  }
}

.top-works .swiper-pagination-bullet {
  width: 10rem;
  height: 0.6rem;
  background: #ffffff;
  margin: 0 !important;
  border-radius: unset;
  opacity: 1;
}

.top-works .swiper-pagination-bullet:first-child,
.top-works .swiper-pagination-bullet:last-child {
  border-radius: 3rem;
}

.top-works .swiper-pagination-bullet-active {
  background-color: #073e79;
  width: 10rem;
  border-radius: 3rem;
}

.top-works__date {
  font-size: 1.6rem;
  color: #878787;
  margin-top: 1.8rem;
}
@media (max-width: 960px) {
  .top-works__date {
    font-size: 1.4rem;
  }
}

.top-works__ttl {
  font-size: clamp(1.6rem, 1.503rem + 0.41vw, 2rem);
  font-weight: 500;
}
@media (max-width: 960px) {
  .top-works__ttl {
    font-size: 1.6rem;
  }
}

.top-works__date {
  font-size: 1.6rem;
  font-weight: 500;
  color: #878787;
  margin-top: 1.4rem;
}
@media (max-width: 960px) {
  .top-works__date {
    font-size: 1.4rem;
  }
}

/* ------------------------- 
よくある質問
--------------------------- */
.faq {
  max-width: 90rem;
  margin: 0 auto 7rem;
}
@media (max-width: 960px) {
  .faq {
    max-width: 60rem;
  }
}

.faq__content {
  margin-top: 4rem;
}

.faq-item {
  margin-bottom: 15px;
  box-shadow: 0px 0px 20px -5px rgba(138, 138, 138, 0.2705882353);
  border-radius: 8px;
  overflow: hidden;
}

.faq-question {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
  width: 100%;
  padding: 1.5rem;
  cursor: pointer;
  background: #ffffff;
  font-size: 1.8rem;
}
@media (max-width: 960px) {
  .faq-question {
    font-size: 1.6rem;
    padding: 1rem;
    gap: 1rem;
  }
}

.faq-question .text {
  flex: 1;
  text-align: left;
}

.faq-question::before {
  content: "Q";
  color: blue;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .faq-question::before {
    font-size: 2.4rem;
  }
}

.faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
  background: #f0f0f0;
  padding: 0 1.5rem;
}
@media (max-width: 960px) {
  .faq-answer {
    padding: 0 1.2rem;
  }
}

.faq-answer p::before {
  content: "A";
  color: red;
  font-size: 3rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .faq-answer p::before {
    font-size: 2.4rem;
  }
}

.faq-answer p {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 1rem 0;
}
@media (max-width: 960px) {
  .faq-answer p {
    gap: 2rem;
  }
}

.faq-question-icon {
  position: relative;
  flex-shrink: 0;
  margin-left: auto;
  align-self: center;
  width: 1.8rem;
  height: 1.8rem;
  color: #333;
  transform: rotate(0deg);
  transition: transform 0.2s ease;
}
@media (max-width: 960px) {
  .faq-question-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.faq-question-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 0.28rem;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 0.14rem;
}
@media (max-width: 960px) {
  .faq-question-icon::after {
    height: 0.24rem;
  }
}

.faq-question-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.28rem;
  height: 100%;
  transform: translate(-50%, -50%);
  background: currentColor;
  border-radius: 0.14rem;
  opacity: 1;
  transition: opacity 0.2s ease;
}
@media (max-width: 960px) {
  .faq-question-icon::before {
    width: 0.24rem;
  }
}

.faq-item.active .faq-question-icon {
  transform: rotate(-180deg);
}

.faq-item.active .faq-question-icon::before {
  opacity: 0;
}

/* ------------------------- 
インスタグラム
--------------------------- */
.instagram__inner ul {
  display: flex;
  justify-content: center;
  gap: 4rem;
  margin-top: 4rem;
}
@media (max-width: 960px) {
  .instagram__inner ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.instagram__btn {
  margin: 4.8rem 0 12rem;
}
@media (max-width: 960px) {
  .instagram__btn {
    margin: 3.2rem 0 6rem;
  }
}

/* ------------------------- 
採用情報
--------------------------- */
.top-recruit {
  position: relative;
  overflow: hidden;
  height: 80rem;
  background: #031633;
  z-index: 10;
}
@media (max-width: 1020px) {
  .top-recruit {
    height: initial;
  }
}

.top-recruit__inner {
  position: relative;
}

@media (max-width: 1020px) {
  .top-recruit__inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(10, 2, 42, 0.16), #00050d);
    z-index: 2;
  }
}

.top-recruit__head {
  position: absolute;
  top: 40%;
  right: 0;
  color: #fff;
  width: 30%;
  margin-left: auto;
  transform: translateY(-50%);
  margin-right: 3.4722222222vw;
  z-index: 3;
}
@media (max-width: 1500px) {
  .top-recruit__head {
    margin-right: 5.5555555556vw;
    width: 40%;
  }
}
@media (max-width: 1020px) {
  .top-recruit__head {
    position: relative;
    width: 100%;
    margin-left: initial;
    transform: initial;
    margin-right: initial;
    padding: 4rem 3.2rem 8rem;
  }
}
@media (max-width: 768px) {
  .top-recruit__head {
    padding: 2.4rem 2rem 4rem;
  }
}

.top-recruit__head .c-sec-ttl {
  color: #fff;
}

.top-recruit__head .c-sec-sub-ttl {
  display: block;
  color: #fff;
  margin-bottom: 4rem;
}

.top-recruit__head .c-btn {
  color: #fff;
  margin-top: 4rem;
}

.top-recruit__silder-wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(10, 2, 42, 0.16), #00050d);
  z-index: 2;
}
@media (max-width: 1020px) {
  .top-recruit__silder-wrapper:before {
    content: unset;
  }
}

.top-recruit__silder {
  display: flex;
  gap: 4rem;
  width: 60%;
  padding-left: 6rem;
  position: relative;
}
@media (max-width: 1020px) {
  .top-recruit__silder {
    display: block;
    width: 100%;
    padding-left: initial;
  }
}

.top-recruit__silder-wrapper {
  overflow: hidden;
  position: relative;
  height: 80rem;
}
@media (max-width: 1020px) {
  .top-recruit__silder-wrapper {
    height: initial;
    margin-bottom: 8rem;
  }
}
@media (max-width: 768px) {
  .top-recruit__silder-wrapper {
    height: initial;
    margin-bottom: 4rem;
  }
}

.top-recruit__silde {
  flex: 1;
  overflow: hidden;
  position: relative;
}

.slide-wrap {
  display: flex;
  flex-direction: column;
}
@media (max-width: 1020px) {
  .slide-wrap {
    flex-direction: row;
    gap: 1.4rem;
  }
}
@media (max-width: 768px) {
  .slide-wrap {
    gap: 1rem;
  }
}

.top-recruit__silde:first-child .slide-wrap {
  animation: slide-down 15s linear infinite;
}

.top-recruit__silde:last-child .slide-wrap {
  animation: slide-up 15s linear infinite;
}

@keyframes slide-down {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
@media (max-width: 1020px) {
  .top-recruit__silde:first-child .slide-wrap {
    animation: slide-left 15s linear infinite;
  }
  .top-recruit__silde:last-child .slide-wrap {
    animation: slide-right 15s linear infinite;
  }
  @keyframes slide-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  @keyframes slide-right {
    0% {
      transform: translateX(-50%);
    }
    100% {
      transform: translateX(0);
    }
  }
}
.top-recruit__silde .slide-wrap .slide-item {
  margin-bottom: 1.4rem;
}
@media (max-width: 1020px) {
  .top-recruit__silde .slide-wrap .slide-item {
    flex: 0 0 28.5714285714%;
    margin-bottom: 1rem;
  }
}

.slide-item img {
  display: block;
  aspect-ratio: 450/300;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* ------------------------- 
スクロールアニメーション
--------------------------- */
.cover-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.cover-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.cover {
  position: absolute;
  inset: 0;
  background: white;
  clip-path: circle(150% at top left);
  transition: clip-path 1.5s ease-out;
}

.group-img .cover {
  background: #faf8f5;
}

.js-cover.show .cover {
  clip-path: circle(0% at top left);
}

/* ------------------------- 
 ご挨拶
--------------------------- */
.greeting {
  padding: 10rem 0 18rem;
}
@media (max-width: 960px) {
  .greeting {
    padding: 6rem 0 10rem;
  }
}

.greeting-container {
  max-width: 69.5rem;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .greeting-container {
    max-width: 50rem;
  }
}

.greeting__ttl {
  text-align: center;
}

.greeting__content {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
  margin-top: 2rem;
}
@media (max-width: 960px) {
  .greeting__content {
    flex-direction: column;
    gap: 3rem;
  }
}

.greeting__text {
  flex: 1;
}

.ceo-img {
  max-width: 55rem;
}
@media (max-width: 960px) {
  .ceo-img {
    margin: 0 auto;
  }
}

.greeting__text .ttl {
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  color: #073e79;
  font-weight: 500;
  margin-top: 4rem;
  text-align: center;
}
@media (max-width: 960px) {
  .greeting__text .ttl {
    margin-top: 2rem;
  }
}

.greeting__text .text {
  margin-top: 2rem;
  line-height: 2;
}

.ceo {
  text-align: right;
  margin-top: 3rem;
  font-weight: 500;
}

.ceo-name {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  font-weight: 600;
  padding-left: 2rem;
}

/* ------------------------- 
 会社概要
--------------------------- */
.overview {
  margin: 6rem 0 14rem;
}
@media (max-width: 960px) {
  .overview {
    margin: 3rem 0 8rem;
  }
}

.overview__inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 960px) {
  .overview__inner {
    flex-direction: column;
  }
}

.overview__table table {
  width: 100%;
  margin-left: auto;
  border-collapse: collapse;
  font-size: 1.6rem;
  line-height: 1.6;
}
@media (max-width: 960px) {
  .overview__table table {
    width: 100%;
    margin-left: initial;
  }
}

.overview__table th,
.overview__table td {
  padding: 3rem 3rem;
  text-align: left;
}
@media (max-width: 768px) {
  .overview__table th,
  .overview__table td {
    padding: 2rem 0rem;
    font-size: 1.4rem;
  }
}

.overview__table th {
  border-bottom: 1px solid #073e79;
  font-weight: bold;
}

.overview__table td {
  border-bottom: 1px solid #dadada;
  padding-left: 1rem;
}

/* -------------------------
事業内容　TOP
--------------------------- */
.service-top .ttl {
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  color: #073e79;
  font-weight: 500;
  margin-top: 13rem;
  text-align: center;
}
@media (max-width: 960px) {
  .service-top .ttl {
    margin-top: 6rem;
  }
}

.service-top .text {
  max-width: 74rem;
  margin: 2rem auto 0;
}
@media (max-width: 960px) {
  .service-top .text {
    max-width: 80%;
    margin: 2rem auto 0;
  }
}

.service-top.line-deco::after {
  height: 23rem;
  bottom: -26rem;
}

.service-split {
  max-width: 110rem;
  margin: 43rem auto 10rem;
  position: relative;
}
@media (max-width: 960px) {
  .service-split {
    max-width: 70%;
    margin: 20rem auto 8rem;
  }
}
@media (max-width: 960px) and (max-width: 768px) {
  .service-split {
    margin: 15rem auto 8rem;
  }
}

.service__left {
  position: absolute;
  width: 30rem;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 960px) {
  .service__left {
    display: none;
  }
}

.service__menu-list li:not(:last-child) {
  padding-bottom: 1.6rem;
}

.service__left-inner {
  position: sticky;
  display: flex;
  align-items: flex-start;
  top: 10rem;
  /* 上からの固定位置を少し下げる（可動域を広げる） */
  height: auto;
  padding: 6rem 3rem 4rem;
}

.service__right {
  margin-left: max(30rem, 100% - 1200px);
}
@media (max-width: 960px) {
  .service__right {
    max-width: 60rem;
    margin: 0 auto;
  }
}

.service__right-ttl {
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  text-align: center;
}

.service__text {
  margin-top: 2rem;
}
@media (max-width: 960px) {
  .service__text {
    margin-bottom: 2rem;
  }
}

.service__box:not(:first-child) {
  margin-top: 6rem;
}
@media (max-width: 960px) {
  .service__box:not(:first-child) {
    margin-top: 3rem;
  }
}

.service__box {
  padding: 3rem;
  background: #eef5fb;
  border-radius: 2rem;
}
@media (max-width: 960px) {
  .service__box {
    padding: 2rem;
  }
}

.service__img-wrapper {
  display: flex;
  gap: 3rem;
}
@media (max-width: 960px) {
  .service__img-wrapper {
    display: block;
  }
}

.service__img img {
  border-radius: 1.3rem;
}

.service__img {
  margin-top: 3rem;
  width: 100%;
}
@media (max-width: 960px) {
  .service__img {
    margin-top: 0rem;
  }
}

.service__menu-list {
  padding-top: 18rem;
}

.service__menu-list li {
  position: relative;
  transition: color 0.3s ease;
}

.service__menu-list li.active a {
  font-size: 2.2rem;
  color: #073e79;
}

.service__menu-list li.active::before {
  content: "";
  position: absolute;
  left: -2.7rem;
  top: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  background: linear-gradient(90deg, rgb(141, 215, 247) 28%, rgb(193, 221, 245) 85%, rgb(190, 235, 250) 100%);
}

.service__menu-list li a:hover {
  color: #0099ff;
  /* ホバー時 */
}

.service__maker {
  background: #fff;
  border-radius: 1.4rem;
  padding: 3rem;
  margin-top: 3rem;
}
@media (max-width: 960px) {
  .service__maker {
    padding: 1.4rem;
  }
}

.service__maker h3 {
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  text-align: center;
}

.service__maker-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 70rem;
  margin: 2rem auto 0;
}

.service__maker-list li {
  width: 33.3333333333%;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
  padding-left: 2rem;
  text-align: left;
}
@media (max-width: 960px) {
  .service__maker-list li {
    width: 50%;
    padding-left: 1.5rem;
  }
}

.service__maker-list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #0b2644;
  font-size: 1rem;
}

.privacy {
  max-width: 90rem;
  margin: 12rem auto 0;
  line-height: 1.5;
}
@media (max-width: 960px) {
  .privacy {
    margin: 6rem auto 0;
  }
}

.privacy__content {
  margin: 6rem 0 18rem;
  font-size: 1.6rem;
}
@media (max-width: 960px) {
  .privacy__content {
    margin: 4rem 0 6rem;
  }
}

.privacy__ttl {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #073e79;
  margin-top: 2.4rem;
  margin-bottom: 0.3rem;
}
@media (max-width: 960px) {
  .privacy__ttl {
    font-size: 1.8rem;
  }
}

.privacy__contact {
  margin-top: 8rem;
}
@media (max-width: 960px) {
  .privacy__contact {
    margin-top: 4rem;
  }
}

.privacy__list {
  list-style: none;
  counter-reset: list-counter;
}

.privacy__list li {
  position: relative;
  padding-left: 5.6rem;
  counter-increment: list-counter;
}

.privacy__list li::before {
  content: "(" counter(list-counter) ")";
  position: absolute;
  left: 2rem;
  top: 0;
  width: 2em; /* 必要に応じて調整 */
  text-align: right;
}

.privacy__list.mark li {
  position: relative;
  padding-left: 3.8rem;
  counter-increment: list-counter;
}

.privacy__list.mark li::before {
  content: "・";
  position: absolute;
  left: 0.8rem;
  top: 0;
  width: 2em; /* 必要に応じて調整 */
  text-align: right;
}

/* ------------------------- 
採用　TOP
--------------------------- */
.recruit__messege {
  max-width: 85rem;
  margin: 13rem auto;
}
@media (max-width: 960px) {
  .recruit__messege {
    margin: 6rem auto;
  }
}

.recruit__messege__inner .ttl {
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  color: #073e79;
  font-weight: 500;
  margin-bottom: 2rem;
  text-align: center;
}

.recruit__messege__inner .text:not(:last-of-type) {
  margin-bottom: 1.6rem;
}

.line-deco.recruit__messege-deco {
  bottom: -9rem;
}

/* ------------------------- 
募集要項
--------------------------- */
.tabs {
  max-width: 100rem;
  margin: 6rem auto;
}

.tab-list {
  display: flex;
  justify-content: center;
}

.tab-item {
  width: 16rem;
  color: #8c8c8c;
  background-color: #fff;
  border-bottom: 2px solid #d4d4d4;
  padding: 1rem 2rem;
  line-height: 1.2;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border-top: none;
  border-left: none;
  border-right: none;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  appearance: none;
}
@media (max-width: 768px) {
  .tab-item {
    width: 100%;
  }
}

.tab-panel {
  display: none;
}

.tab-item.active {
  border-bottom: 2px solid #073e79;
  color: #073e79;
  font-weight: bold;
}

.tab-panel.active {
  display: block;
  padding: 6.4rem 6.4rem 5rem;
}
@media (max-width: 768px) {
  .tab-panel.active {
    padding: 4rem 0 4rem 0;
  }
}

.tab-panel__ttl {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .tab-panel__ttl {
    font-size: 1.6rem;
    margin-bottom: 4rem;
    margin-top: 2rem;
  }
}

.job-info__list {
  display: flex;
  line-height: 1.5;
  padding: 3rem;
  border-bottom: 1px solid #b8b8b8;
}
@media (max-width: 768px) {
  .job-info__list {
    flex-direction: column;
    padding: 0 0 1.6rem;
    background-image: unset;
    border-bottom: unset;
  }
}

.job-info__list:first-of-type {
  border-top: 1px solid #b8b8b8;
}
@media (max-width: 768px) {
  .job-info__list:first-of-type {
    border-top: unset;
  }
}

.job-info__list dt {
  flex: 0 0 24rem;
  font-weight: bold;
}
@media (max-width: 960px) {
  .job-info__list dt {
    flex: 0 0 16rem;
  }
}
@media (max-width: 768px) {
  .job-info__list dt {
    flex: unset;
    background: #f3f3f3;
    padding: 1rem;
    margin-bottom: 1rem;
  }
}

.job-info__list dd {
  flex: 1;
  margin: 0;
  word-wrap: break-word;
}
@media (max-width: 768px) {
  .job-info__list dd {
    padding-left: 1rem;
  }
}

.job-info__list .circle p {
  position: relative;
  padding-left: 2rem;
}

.job-info__list .circle p::before {
  content: "●";
  position: absolute;
  font-size: 14px;
  top: 3px;
  left: 0;
  color: #073e79;
}
@media (max-width: 768px) {
  .job-info__list .circle p::before {
    font-size: 9px;
    top: 4px;
  }
}

.recruitment {
  margin: 30rem 0 12rem;
}
@media (max-width: 768px) {
  .recruitment {
    margin: 14rem 0 6rem;
  }
}

.partner__text {
  max-width: 60rem;
  margin: 0 auto 3rem;
}

.recruitment__ttl {
  text-align: center;
}

.c-entry-btn {
  display: inline-block;
  padding: 2rem 6rem;
  background-color: #001d47;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 960px) {
  .c-entry-btn {
    padding: 1.4rem 5rem;
  }
}

.c-entry-btn:hover {
  background-color: #003366;
  /* 少し明るく */
  transform: translateY(-2px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.entry-btn {
  text-align: center;
}

/* -------------------------
共通フォーム
--------------------------- */
.form__bg {
  background: #eef5fb;
}

.kv__form {
  height: 50rem;
  align-content: center;
  background: #001d47;
}
@media (max-width: 768px) {
  .kv__form {
    height: 34rem;
  }
}

.kv__form-inner {
  display: block;
  color: #fff;
  text-align: center;
}

.kv__form-ttl {
  font-size: clamp(2.4rem, 1.283rem + 4.76vw, 7rem);
  font-weight: bold;
}

.kv__form-sub-ttl {
  font-size: clamp(1.6rem, 1.406rem + 0.83vw, 2.4rem);
  font-weight: bold;
}

.form__content {
  padding: 0 0 17rem;
  border-radius: 8px;
}

.form__list {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  max-width: 100rem;
  margin: -11rem auto 0;
  background: #fff;
  padding: 4rem;
  border-radius: 1rem;
  box-shadow: 0px 0px 10px -5px #949494;
}
@media (max-width: 768px) {
  .form__list {
    width: 100%;
    padding: 2rem;
    gap: 1.5rem;
  }
}

.form__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .form__row {
    flex-direction: column;
  }
}

.form__row dt {
  width: 45%;
  position: relative;
}
@media (max-width: 768px) {
  .form__row dt {
    width: 100%;
    margin-bottom: 1rem;
    margin-top: 1.6rem;
    display: flex;
    align-items: center;
    gap: 0.6rem;
    flex-wrap: nowrap;
  }
}

@media (max-width: 768px) {
  .form__row dt label {
    margin: 0;
  }
}

.form__row dd {
  flex: 1;
}
@media (max-width: 768px) {
  .form__row dd {
    width: 100%;
  }
}

.form__required {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #e60012;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.3rem 0.7rem;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .form__required {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    flex-shrink: 0;
  }
}

.form__privacy-link {
  font-size: 1.6rem;
  margin-left: -0.6rem;
}

.form__privacy-link a {
  text-decoration: none;
}

@media (any-hover: hover) {
  .form__privacy-link a:hover {
    text-decoration: underline;
  }
}
.form__agree-checkbox {
  display: flex;
  align-items: center;
}

.mwform-checkbox-field-text {
  font-size: 0;
}

.form__optional {
  position: absolute;
  right: 5rem;
  top: 50%;
  transform: translateY(-50%);
  background: #bbb;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0.3rem 0.7rem;
  border-radius: 0.6rem;
}
@media (max-width: 768px) {
  .form__optional {
    position: static;
    right: auto;
    top: auto;
    transform: none;
    flex-shrink: 0;
  }
}

input,
select,
textarea {
  padding: 0.5em;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1.6rem;
  width: 100%;
}

textarea {
  resize: none;
}

input[type=radio],
input[type=checkbox] {
  width: auto;
}

.form__submit {
  display: flex;
  justify-content: center;
  gap: 3rem;
  text-align: center;
  padding-top: 4rem;
  margin-bottom: 13rem;
}
@media (max-width: 960px) {
  .form__submit {
    display: block;
    gap: initial;
  }
}

.form__submit button {
  font-size: 1.6rem;
  width: 26rem;
  padding: 2rem 5rem;
  background: #fff;
  border: 1px solid #073e79;
  border-radius: 5rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
@media (max-width: 960px) {
  .form__submit button {
    padding: 1.4rem 3rem;
    width: 80%;
  }
}

@media (any-hover: hover) {
  .form__submit button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  }
}
.mwform-radio-field label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.mwform-radio-field {
  display: inline-block;
  margin-right: 1.5rem;
}

.mwform-checkbox-field label {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.mwform-checkbox-field input[type=checkbox] {
  accent-color: #073e79;
}

.birth-select {
  display: flex;
  gap: 12px;
}
@media (max-width: 960px) {
  .birth-select {
    flex-direction: column;
  }
}

.birth-select select {
  width: 120px;
}
@media (max-width: 960px) {
  .birth-select select {
    width: 100%;
  }
}

.form-head-text {
  display: none;
}

.mw_wp_form_confirm .form-head-text {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.form__content input[type=radio] {
  accent-color: #073e79;
}

.mw_wp_form input[type=text],
.mw_wp_form textarea,
.mw_wp_form select {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0.5em;
  outline: none;
  transition: border-color 0.3s, box-shadow 0.3s;
}
@media (max-width: 960px) {
  .mw_wp_form input[type=text],
  .mw_wp_form textarea,
  .mw_wp_form select {
    width: 100%;
  }
}

.mw_wp_form input[type=text]:focus,
.mw_wp_form textarea:focus,
.mw_wp_form select:focus {
  border-color: #073e79;
  box-shadow: 0 0 5px rgba(18, 67, 99, 0.5);
}

/* -------------------------
エントリー
--------------------------- */
.entry__head-text {
  margin: 0 auto 6rem;
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .entry__head-text {
    margin: 0 auto 2rem;
    font-size: 1.4rem;
  }
}

/* -------------------------
thanks
--------------------------- */
.form__thanks {
  margin-bottom: 13rem;
}

.form__thanks-submit {
  margin-bottom: 3rem;
}
@media (max-width: 960px) {
  .form__thanks-submit {
    padding-top: 0;
  }
}

/*-------------------------
  共通
-------------------------*/
.category-label {
  background: #eef5fb;
  color: #484848;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0.4rem 1.1rem;
  margin-top: 1rem;
  border-radius: 0.5rem;
  display: block;
  width: fit-content;
  border: 1px solid #333;
  border-radius: 30px;
}

/*-------------------------
　実績詳細   single
-------------------------*/
.works-single {
  max-width: 1000px;
  margin: 120px auto 140px;
}
@media screen and (max-width: 991px) {
  .works-single {
    margin: 0 auto 48px;
  }
}

.works-single-inner {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 991px) {
  .works-single-inner {
    gap: 50px;
  }
}

.works-single-detail-ttl {
  color: #073e79;
  font-weight: 600;
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
}
@media (max-width: 960px) {
  .works-single-detail-ttl {
    margin-top: 4.8rem;
    font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  }
}

.works-single-item-right {
  width: 800px;
  margin: 0 auto;
  padding: 4rem;
  font-weight: 500;
}
@media (max-width: 960px) {
  .works-single-item-right {
    width: 100%;
    padding: 0;
  }
}

.works-single-sub-img {
  max-width: 206px;
  margin: auto 0 0 0;
  display: flex;
  gap: 15px;
  padding-top: 15px;
}

.works-single-sub-img img {
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

/*--------
　画像切り替え
---------*/
.slider-thumbnail .swiper-slide {
  position: relative;
  opacity: 1;
  transition: opacity 0.5s;
  width: 33.3333333333%;
}

.slider-thumbnail .swiper-slide {
  max-width: 20rem;
}

.slider-thumbnail .swiper-slide img {
  aspect-ratio: 400/284;
  object-fit: cover;
  border-radius: 1rem;
}

.slider-thumbnail .swiper-wrapper {
  margin-top: 15px;
  gap: 15px;
  justify-content: center;
}
@media (max-width: 960px) {
  .slider-thumbnail .swiper-wrapper {
    justify-content: left;
  }
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 1rem;
  pointer-events: none;
  background: rgba(167, 240, 255, 0.51);
  transition: opacity 0.5s;
}

.slider {
  max-width: 100rem;
  margin-top: 1rem;
}
@media (max-width: 960px) {
  .slider {
    max-width: 100%;
  }
}

.slider img {
  aspect-ratio: 1000/600;
  object-fit: cover;
  border-radius: 1.5rem;
}

.slider.swiper-slide img {
  height: auto;
  width: 100%;
}

/*--------
  テーブル
---------*/
.works-single-table table {
  width: 100%;
  border-top: 2px solid #dddddd;
}

.works-single-table table td,
.works-single-table table th {
  border-bottom: unset;
  padding: 3rem 0 3rem 2rem;
  font-weight: inherit;
  text-align: left;
}
@media (max-width: 960px) {
  .works-single-table table td,
  .works-single-table table th {
    padding: 2rem 0 2rem 1rem;
  }
}

.works-single-table table td:nth-child(1),
.works-single-table table th:nth-child(1) {
  width: 25%;
}
@media (max-width: 960px) {
  .works-single-table table td:nth-child(1),
  .works-single-table table th:nth-child(1) {
    width: 32%;
  }
}

.works-single-table tr {
  border-bottom: 2px solid #dddddd;
}

.works-single-item-right span {
  font-weight: 600;
  color: #707070;
  font-size: 2.4rem;
  margin: 3rem 0 1.8rem;
  display: block;
}
@media (max-width: 960px) {
  .works-single-item-right span {
    font-size: 1.8rem;
    margin: 2rem 0 1.8rem;
  }
}

/*--------
他の実績
---------*/
.works-other {
  padding: 0 0 14rem;
}
@media screen and (max-width: 991px) {
  .works-other {
    padding: 0 0 4rem;
  }
}

.works-other-inner {
  max-width: 1440px;
  margin: 0px auto;
}

.works-other-sec-ttl {
  font-weight: 500;
  font-size: clamp(2rem, 1.709rem + 1.24vw, 3.2rem);
  font-family: "Figtree", sans-serif;
  color: #073e79;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  margin-bottom: 3.6rem;
}
@media (max-width: 960px) {
  .works-other-sec-ttl {
    max-width: 100%;
    margin-bottom: 1.8rem;
  }
}

.works-other-ttl-wrap {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .works-other-ttl-wrap {
    margin-top: 10px;
  }
}

.works-other-ttl {
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  .works-other-ttl {
    margin-top: 5px;
  }
}

.works-other-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: 40px;
  row-gap: 16px;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 991px) {
  .works-other-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 16px;
  }
}
@media screen and (max-width: 768px) {
  .works-other-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 20px;
    row-gap: 16px;
  }
}

.works-other-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  min-width: 0;
  margin-bottom: 24px;
  position: relative;
}
.works-other-list > li:hover {
  z-index: 1;
}

.works-other-list > li > a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-column: 1/-1;
  color: inherit;
  text-decoration: none;
}

.works-other-list .works-single-img {
  width: 100%;
  aspect-ratio: 300/200;
  overflow: visible;
  border-radius: 1rem;
  transition: filter 0.3s ease;
}

.works-other-list .works-single-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}

.works-other-list .works-other-ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  margin-top: 0;
  box-sizing: border-box;
}

.works-other-list .works-other-ttl-wrap > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.works-other-list .works-other-ttl {
  margin-top: 0;
}

.works-other-list .works-category {
  margin-top: auto;
}

.works-other-list > li:hover .works-single-img {
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
@media (max-width: 960px) {
  .works-other-list > li:hover .works-single-img {
    filter: none;
  }
}

.works-other-list > li:hover .works-single-img img {
  transform: translateY(-7px);
}
@media (max-width: 960px) {
  .works-other-list > li:hover .works-single-img img {
    transform: none;
  }
}

.works-single-img img {
  aspect-ratio: 300/200;
  object-fit: cover;
  border-radius: 1rem;
}

.works-btn {
  display: flex;
  justify-content: center;
  margin: 5rem 0;
}

/*-------------------------
  実績一覧　archive
-------------------------*/
.works-archive {
  max-width: 1440px;
  margin: 0px auto 190px;
}
@media screen and (max-width: 991px) {
  .works-archive {
    display: grid;
    grid-template-columns: 1fr;
    margin: 0 auto 12rem;
  }
}

.works-archive-ttl-wrap {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .works-archive-ttl-wrap {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.works-archive-ttl {
  display: flex;
  align-items: center;
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: 1.6rem;
  color: #073e79;
}
@media screen and (max-width: 991px) {
  .works-archive-ttl {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

.works-archive-circle {
  font-size: 1rem;
  color: #01A20C;
  padding-right: 0.8rem;
}

.works-archive-ttl-type,
.works-archive-ttl-place {
  border: 1px solid #707070;
  border-radius: 0.4rem;
  padding: 0.3rem 0.7rem;
  width: fit-content;
}
@media screen and (max-width: 991px) {
  .works-archive-ttl-type,
  .works-archive-ttl-place {
    font-size: 1.4rem;
  }
}

.works-archive-img img {
  aspect-ratio: 350/240;
  object-fit: cover;
  border-radius: 1rem;
}

.works-tabs {
  text-align: center;
}

.works-tab-list {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  margin: 14rem auto 6rem;
  width: 100%;
}
.works-tab-list > li {
  flex: 0 0 23rem;
  width: 23rem;
  max-width: 100%;
}
@media (max-width: 1280px) {
  .works-tab-list {
    flex-wrap: wrap;
    max-width: 73.8rem;
  }
}
@media (max-width: 960px) {
  .works-tab-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 45rem;
    margin: 6rem auto 0;
    gap: 1.6rem;
  }
  .works-tab-list > li {
    flex: none;
    width: auto;
  }
}

.works-tab-item {
  display: block;
  width: 100%;
  padding: 1rem;
  color: #6F6F6F;
  font-weight: 500;
  background: #EBEBEB;
  border-radius: 3rem;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  appearance: none;
  text-align: center;
  box-sizing: border-box;
}

.works-tab-item:hover {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.works-tab-item.active {
  background: #073e79;
  padding: 1rem;
  color: #fff;
}

.works-archive-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: auto auto;
  column-gap: 2rem;
  row-gap: 1.4rem;
  margin-top: 10rem;
  list-style: none;
  padding: 0;
}
@media (max-width: 960px) {
  .works-archive-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.8rem;
    row-gap: 1.8rem;
    margin-top: 4rem;
  }
}

.works-archive-list > li {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  min-width: 0;
  margin-bottom: 6rem;
  position: relative;
}
@media (max-width: 960px) {
  .works-archive-list > li {
    margin-bottom: 1.4rem;
  }
}
.works-archive-list > li:hover {
  z-index: 1;
}

.works-archive-list > li > a {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-column: 1/-1;
  color: inherit;
  text-decoration: none;
}

.works-archive-list .works-archive-img {
  width: 100%;
  aspect-ratio: 350/240;
  overflow: visible;
  border-radius: 1rem;
  transition: filter 0.3s ease;
}

.works-archive-list .works-archive-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: auto;
  border-radius: 1rem;
  transition: transform 0.3s ease;
}

.works-archive-list > li:hover .works-archive-img {
  filter: drop-shadow(0 8px 25px rgba(0, 0, 0, 0.18)) drop-shadow(0 2px 8px rgba(0, 0, 0, 0.08));
}
@media (max-width: 960px) {
  .works-archive-list > li:hover .works-archive-img {
    filter: none;
  }
}

.works-archive-list > li:hover .works-archive-img img {
  transform: translateY(-7px);
}
@media (max-width: 960px) {
  .works-archive-list > li:hover .works-archive-img img {
    transform: none;
  }
}

.works-archive-list .works-archive-ttl-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  gap: 0;
  margin-top: 0;
  box-sizing: border-box;
}
@media screen and (max-width: 991px) {
  .works-archive-list .works-archive-ttl-wrap {
    display: flex;
  }
}

.works-archive-list .works-archive-ttl-wrap > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.works-archive-list .works-archive-ttl {
  display: block;
  margin-top: 0;
}

.works-archive-list .works-category {
  margin-top: auto;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #112a45;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.3rem;
  box-sizing: border-box;
  font-size: clamp(1.4rem, 1.303rem + 0.41vw, 1.8rem);
}

.skip-link {
  position: absolute;
  left: -9999px;
  z-index: 10000;
  padding: 1rem 1.6rem;
  background: #fff;
  color: #073e79;
  font-weight: 700;
  text-decoration: none;
}

.skip-link:focus {
  left: 1rem;
  top: 1rem;
}

:focus-visible {
  outline: 2px solid #073e79;
  outline-offset: 2px;
}

img {
  width: 100%;
}

a {
  color: #112a45;
  cursor: pointer;
  text-decoration: none;
}

li {
  list-style: none;
}

@media (width >= 960px) {
  .--sp {
    display: none !important;
  }
}

@media (max-width: 1280px) {
  .--lg {
    display: none;
  }
}

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

.c-center {
  text-align: center;
}

.space {
  margin-left: -0.2em;
  margin-right: -0.2em;
}

.c-sec-ttl {
  font-family: "Figtree", sans-serif;
  font-size: clamp(2.4rem, 1.526rem + 3.73vw, 6rem);
  font-weight: bold;
  color: #073e79;
}

.c-sec-sub-ttl {
  font-size: clamp(1.6rem, 1.503rem + 0.41vw, 2rem);
  font-weight: bold;
  color: #929292;
}

/* ------------------------- 
 余白
--------------------------- */
.l-container {
  padding: 0 3.2rem;
}
@media (max-width: 768px) {
  .l-container {
    padding: 0 2rem;
  }
}

/* ------------------------- 
 カラー
--------------------------- */
/* ------------------------- 
 フォント
--------------------------- */
/* ------------------------- 
 レイアウト
--------------------------- */
.l-wrapper {
  max-width: 120rem;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 960px) {
  .l-wrapper {
    max-width: 60rem;
  }
}

/* ------------------------- 
 ボタン
--------------------------- */
.c-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.c-btn > span:not(.c-btn__icon) {
  border-bottom: 1px solid #bdbdbd;
  padding-bottom: 0.3rem;
}

.c-btn__icon {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  margin-left: 1rem;
  background: url("../assets/img/common/btn-circle-blue.svg") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn__icon {
    width: 4rem;
    height: 4rem;
  }
}

.c-btn__icon.white {
  display: block;
  width: 5.4rem;
  height: 5.4rem;
  margin-left: 1rem;
  background: url("../assets/img/common/btn-circle-white.svg") no-repeat center/contain;
  transition: transform 0.3s ease;
}
@media (max-width: 960px) {
  .c-btn__icon.white {
    width: 4rem;
    height: 4rem;
  }
}

.c-btn:hover .c-btn__icon {
  transform: translateX(4px);
}
@media (max-width: 960px) {
  .c-btn:hover .c-btn__icon {
    transform: unset;
  }
}

.c-btn--back .c-btn__icon {
  margin-left: 0;
  margin-right: 1rem;
  transform: scaleX(-1);
}

.c-btn--back:hover .c-btn__icon {
  transform: translateX(-4px) scaleX(-1);
}
@media (max-width: 960px) {
  .c-btn--back:hover .c-btn__icon {
    transform: scaleX(-1);
  }
}

/* ------------------------- 
 ローディング
--------------------------- */
/* ローディング全体 */
.loader {
  position: fixed;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.6s ease;
}

/* ロゴアニメーション */
.loader__logo {
  width: 24rem;
  clip-path: inset(100% 0 0 0);
  transition: all 0.8s cubic-bezier(0.55, 0.06, 0.33, 1.85);
}

/* 表示後の状態 */
.loader__logo.active {
  clip-path: inset(0);
}

/* 本文は最初非表示 */
.main-content {
  opacity: 0;
  transition: opacity 0.6s ease;
}

.main-content.visible {
  opacity: 1;
}

/* ------------------------- 
 ヘッダー
--------------------------- */
.header {
  width: 100%;
  padding: 2.6rem 2rem 0rem;
  position: fixed;
  z-index: 20;
}
@media (max-width: 960px) {
  .header {
    padding: 0rem 1rem 0rem;
  }
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  padding: 1.6rem 2rem;
  font-weight: 500;
  position: relative;
}
@media (max-width: 960px) {
  .header__inner {
    padding: 0.4rem;
  }
}

.header__logo {
  width: 18rem;
  transition: opacity 0.2s;
  position: relative;
  z-index: 101;
}
@media (max-width: 960px) {
  .header__logo {
    width: 16rem;
  }
}
@media (max-width: 428px) {
  .header__logo {
    width: 14rem;
  }
}

.header__logo:hover {
  opacity: 0.6;
}

@media (max-width: 960px) {
  .header__logo:hover {
    opacity: unset;
  }
}
.header__menu-wrap {
  display: flex;
  align-items: center;
  backdrop-filter: blur(3px);
  background-color: rgba(255, 255, 255, 0.3019607843);
  padding: 1.4rem;
  border-radius: 0.7rem;
}
@media (max-width: 960px) {
  .header__menu-wrap {
    backdrop-filter: unset;
    background-color: unset;
  }
}

.header__nav-list {
  display: flex;
  align-items: center;
}

.header__nav-item {
  padding-right: 1.4rem;
  position: relative;
}

.header__nav-item:first-child {
  padding-left: 1.8rem;
}

.header__nav-link {
  display: flex;
  align-items: center;
  min-height: 4.24rem;
  padding: 1rem;
  box-sizing: border-box;
  transition: color 0.2s;
}

.header__nav-item a:hover {
  color: #073e79;
}

.header__nav-item--dropdown {
  padding-bottom: 0.8rem;
  margin-bottom: -0.8rem;
}

.header__nav-sub {
  position: absolute;
  top: 100%;
  left: 82%;
  z-index: 1100;
  min-width: 20rem;
  margin: 0;
  list-style: none;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px);
  border: 1px solid rgba(7, 62, 121, 0.12);
  border-radius: 0.6rem;
  box-shadow: 0 10px 28px rgba(7, 62, 121, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(-50%) translateY(0.8rem);
  transition: opacity 0.28s ease, visibility 0.28s ease, transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.header__nav-item--dropdown:hover .header__nav-sub,
.header__nav-item--dropdown:focus-within .header__nav-sub {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
  transition-delay: 0s;
}

.header__nav-item--dropdown:not(:hover):not(:focus-within) .header__nav-sub {
  transition-delay: 0.12s;
}

.header__nav-sub li {
  margin: 0;
}

.header__nav-sub a {
  position: relative;
  display: block;
  padding: 1rem 2.8rem 1rem 1.6rem;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #282828;
  white-space: nowrap;
  transition: color 0.28s ease, background-color 0.28s ease;
}

.header__nav-sub a::after {
  content: "";
  position: absolute;
  right: 1.6rem;
  top: 50%;
  width: 0.45rem;
  height: 0.45rem;
  margin-top: -0.28rem;
  border-right: 1.5px solid rgba(7, 62, 121, 0.55);
  border-bottom: 1.5px solid rgba(7, 62, 121, 0.55);
  transform: rotate(-45deg);
  transition: right 0.32s cubic-bezier(0.4, 0, 0.2, 1), border-color 0.28s ease;
}

@media (any-hover: hover) {
  .header__nav-sub a:hover {
    color: #073e79;
    background-color: rgba(7, 62, 121, 0.07);
  }
  .header__nav-sub a:hover::after {
    right: 1.15rem;
    border-right-color: #073e79;
    border-bottom-color: #073e79;
  }
}
.header__contact {
  display: flex;
  gap: 1.4rem;
  transition: all 0.3s ease;
}
@media (max-width: 960px) {
  .header__contact {
    display: none;
  }
}

.header__contact:hover {
  background-color: #003366;
  transform: translateY(-2px);
  border-radius: 0.6rem;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.header__contact-wrap {
  border-radius: 0.6rem;
  padding: 1.2rem 2.4rem;
  background: #0b2644;
  transition: all 0.3s ease;
}

@media (max-width: 960px) {
  .header__menu-inner {
    display: none;
  }
}

.phone-img {
  width: 2.5rem;
}

.header__contact-wrap .contact-link {
  display: flex;
  align-items: center;
  font-size: clamp(1.2rem, 1.151rem + 0.21vw, 1.4rem);
  gap: 0.8rem;
}

.contact-detail span {
  display: block;
  text-align: left;
  color: #ffffff;
}
@media (max-width: 960px) {
  .contact-detail span {
    text-align: center;
  }
}

.contact-detail .tel {
  background: #fff;
  color: #282828;
  border-radius: 5px;
  margin-top: 5px;
  padding: 0rem 0.7rem;
  line-height: 1.2;
}

/* ------------------------- 
ヘッダー　スクロールアニメーション
--------------------------- */
.header.scrolled .header__menu-wrap {
  backdrop-filter: none;
  background-color: transparent;
}

.header.scrolled .header__inner {
  background: #fff;
  border-radius: 0.7rem;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.075);
}
@media (max-width: 960px) {
  .header.scrolled .header__inner {
    background: rgba(255, 255, 255, 0);
    box-shadow: unset;
  }
}

.header.scrolled .header__nav-sub,
body:not(.home) .header__nav-sub {
  background: #fff;
  backdrop-filter: none;
  border: 1px solid #073e79;
  box-shadow: 0 8px 24px rgba(7, 62, 121, 0.1);
}

/* ------------------------- 
グローバルナビゲーション
--------------------------- */
.g-nav {
  display: none;
}
@media (max-width: 960px) {
  .g-nav {
    position: fixed;
    display: block;
    top: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow: hidden;
    background: rgba(0, 7, 36, 0.9019607843);
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease 0.2s;
    z-index: 1002;
  }
}

.g-nav__scroll {
  height: 100%;
  max-height: 100vh;
  max-height: 100dvh;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-y: contain;
  touch-action: pan-y;
}

.g-nav.active {
  opacity: 1;
  pointer-events: auto;
}

.g-nav__logo {
  width: clamp(15rem, 13.182rem + 9.09vw, 20rem);
  padding: 2.4rem 0 0 3rem;
  position: absolute;
}
@media (max-width: 960px) {
  .g-nav__logo {
    width: clamp(15rem, 13.182rem + 9.09vw, 20rem);
    padding: 2rem 0 0 2.4rem;
  }
}
@media (max-width: 428px) {
  .g-nav__logo {
    width: 14rem;
    top: 0.6rem;
  }
}

.g-nav__list-wrap {
  padding: 8rem 3rem 4rem;
}

.g-nav__list {
  padding: 4rem 0;
}

.g-nav__item {
  position: relative;
  color: #fff;
  border-bottom: 0.1px solid rgba(255, 255, 255, 0.2784313725);
}

.g-nav__link {
  display: block;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
  padding: 0;
  color: #fff;
}

.g-nav__item-head,
.g-nav__item:not(.g-nav__item--accordion) > .g-nav__link {
  min-height: 6.38rem;
  padding: 2rem 0;
  box-sizing: border-box;
}

.g-nav__item:not(.g-nav__item--accordion) > .g-nav__link {
  display: flex;
  align-items: center;
}

.g-nav__item:not(.g-nav__item--accordion)::after {
  content: "";
  position: absolute;
  background-image: url("/img/common/nav-arrow.svg");
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
  width: 2.2rem;
  height: 2.2rem;
  background-size: contain;
  background-repeat: no-repeat;
}

.g-nav__item-head {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.g-nav__item--accordion .g-nav__link {
  flex: 0 0 auto;
  width: fit-content;
  align-self: center;
}

.g-nav__accordion-btn {
  flex: 1 1 auto;
  position: relative;
  align-self: stretch;
  min-width: 3.2rem;
  margin: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}

.g-nav__accordion-btn::after {
  content: "";
  position: absolute;
  right: 0.4rem;
  top: 50%;
  width: 0.65rem;
  height: 0.65rem;
  margin-top: -0.45rem;
  border-right: 1.5px solid rgba(255, 255, 255, 0.55);
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.55);
  transform: rotate(45deg);
  transition: transform 0.25s ease;
  pointer-events: none;
}

.g-nav__item--accordion.is-open .g-nav__accordion-btn::after {
  transform: rotate(225deg);
  margin-top: -0.1rem;
}

.g-nav__sub {
  margin: 0;
  list-style: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease-in-out;
}

.g-nav__sub-link {
  display: block;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #929292;
  padding: 1.2rem 0 1.2rem 0;
  transition: opacity 0.2s ease;
}

.g-nav__sub > li:first-child .g-nav__sub-link {
  padding-top: 0;
}

.g-nav__sub > li:last-child .g-nav__sub-link {
  padding-bottom: 2.5rem;
}

@media (any-hover: hover) {
  .g-nav__sub-link:hover {
    opacity: 0.75;
    color: #fff;
  }
}
.g-nav__contact p {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 1.6rem;
}

.g-nav__contact .contact-link {
  width: 100%;
  background: rgb(227, 233, 243);
  color: #282828;
  border-radius: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
  padding: 1rem 2rem;
  position: relative;
}
@media (max-width: 428px) {
  .g-nav__contact .contact-link {
    width: 100%;
  }
}

.g-nav__contact .contact-link:first-of-type {
  margin-bottom: 2rem;
}

.g-nav__contact .contact-link__text,
.g-nav__contact .contact-link_text {
  font-size: 1.7rem;
  font-weight: 500;
  color: #073e79;
  padding: 1.4rem 0;
}

.g-nav__contact .contact-link_text span:first-child {
  display: block;
  margin-bottom: 0.5rem;
}

.g-nav__other {
  display: flex;
  align-items: center;
  font-size: 1.5rem;
  gap: 1.4rem;
  margin-top: 4rem;
}

.g-nav__other a {
  color: #fff;
}

.instagram__logo {
  display: none;
  width: 3rem;
}

html.scroll-prevent {
  overflow: hidden;
  height: 100%;
}

body.scroll-prevent {
  overflow: hidden;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------- 
 ハンバーガーボタン
--------------------------- */
.toggle-btn {
  display: none;
}

@media (max-width: 960px) {
  .toggle-btn {
    position: fixed;
    top: 1.5rem;
    right: 1.3rem;
    display: block;
    width: 4.4rem;
    height: 4.4rem;
    cursor: pointer;
    z-index: 1003;
    background: #001d47;
    border-radius: 50%;
  }
  .toggle-btn.active {
    top: 2.2rem;
    right: 2rem;
    background: #fff;
  }
  .toggle-btn span {
    position: absolute;
    background: #fff;
    width: 2rem;
    height: 0.1rem;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.3s ease;
  }
  .toggle-btn.active span {
    background: #073e79;
  }
  .toggle-btn span:nth-of-type(1) {
    top: 16px;
  }
  .toggle-btn span:nth-of-type(2) {
    top: 22px;
  }
  .toggle-btn span:nth-of-type(3) {
    top: 28px;
  }
  .toggle-btn span:nth-of-type(1) {
    animation: btn-bar01 0.75s forwards;
  }
  @keyframes btn-bar01 {
    0% {
      transform: translate(-50%, 20px) rotate(45deg);
    }
    50% {
      transform: translate(-50%, 20px) rotate(0);
    }
    100% {
      transform: translate(-50%, 0) rotate(0);
    }
  }
  .toggle-btn span:nth-of-type(2) {
    transition: all 0.25s 0.25s;
    opacity: 1;
  }
  .toggle-btn span:nth-of-type(3) {
    animation: btn-bar03 0.75s forwards;
  }
  @keyframes btn-bar03 {
    0% {
      transform: translate(-50%, -20px) rotate(-45deg);
    }
    50% {
      transform: translate(-50%, -20px) rotate(0);
    }
    100% {
      transform: translate(-50%, 0) rotate(0);
    }
  }
  .toggle-btn.active span:nth-of-type(1) {
    animation: active-bar01 0.75s forwards;
  }
  @keyframes active-bar01 {
    0% {
      transform: translate(-50%, 0) rotate(0);
    }
    50% {
      transform: translate(-50%, 5px) rotate(0);
    }
    100% {
      transform: translate(-50%, 5px) rotate(45deg);
    }
  }
  .toggle-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .toggle-btn.active span:nth-of-type(3) {
    animation: active-bar03 0.75s forwards;
  }
  @keyframes active-bar03 {
    0% {
      transform: translate(-50%, 0) rotate(0);
    }
    50% {
      transform: translate(-50%, -7px) rotate(0);
    }
    100% {
      transform: translate(-50%, -7px) rotate(-45deg);
    }
  }
}
/* ------------------------- 
 ページ外・内リンク
--------------------------- */
#group {
  padding-top: 150px;
  margin-top: -150px;
}

#schedule {
  padding-top: 150px;
  margin-top: -150px;
}

#access {
  padding-top: 150px;
  margin-top: -150px;
}

/* ------------------------- 
コンタクト　ポップアップ　SP
--------------------------- */
.fixed-banner {
  position: fixed;
  right: 0;
  bottom: 2rem;
  padding: 1rem 1rem 1.6rem 4rem;
  z-index: 1000;
  display: flex;
  align-items: center;
  height: auto;
  background: #ffffff;
  border-bottom-left-radius: 5rem;
  border-top-left-radius: 5rem;
  box-shadow: 0px 0px 16px 3px rgba(0, 0, 0, 0.075);
  transition: opacity 0.3s ease;
}
@media (max-width: 960px) {
  .fixed-banner {
    padding: 0.4rem 1rem 0.4rem 2rem;
    bottom: 4rem;
  }
}

.fixed-banner span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #333;
}

.fixed-banner:hover {
  opacity: 0.8; /* ホバー時に少し透過 */
}

.fixed-banner span:last-child {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.4rem;
}

.fixed-banner span:last-child img {
  display: block;
  width: 3rem;
  height: auto;
  transform: rotate(-45deg);
  transform-origin: center center;
  transition: transform 0.3s ease;
}

@media (any-hover: hover) {
  .fixed-banner:hover span:last-child img {
    transform: rotate(0deg);
  }
}
/* ------------------------- 
 KV
--------------------------- */
.c-kv {
  height: 50rem;
  align-content: center;
  border-bottom: 1px solid #b2b2b2;
  padding-top: 7rem;
}
@media (max-width: 960px) {
  .c-kv {
    height: 32rem;
    padding-top: 6rem;
  }
}

.c-kv-ttl {
  font-size: clamp(2.4rem, 1.283rem + 4.76vw, 7rem);
  font-weight: bold;
  color: #073e79;
}

.c-kv-sub-ttl {
  display: block;
  font-size: clamp(1.6rem, 1.406rem + 0.83vw, 2.4rem);
  font-weight: bold;
  color: #929292;
  margin-top: 0.8rem;
}

/* ------------------------- 
コンタクト
--------------------------- */
.c-contact {
  background: #eef5fb;
  padding: 10rem 0 14rem;
}
@media (max-width: 960px) {
  .c-contact {
    padding: 4rem 0 10rem;
  }
}

.c-contact__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 960px) {
  .c-contact__inner {
    flex-direction: column;
  }
}

.c-contact__head .text {
  max-width: 34rem;
  margin-top: 3rem;
}
@media (max-width: 960px) {
  .c-contact__head .text {
    margin-top: 1.8rem;
  }
}

.c-contact__menu {
  display: grid;
  gap: 2rem;
}
@media (max-width: 960px) {
  .c-contact__menu {
    margin-top: 3rem;
  }
}

.c-contact__menu .menu-item .tel {
  font-size: clamp(1.8rem, 1.654rem + 0.62vw, 2.4rem);
  text-align: center;
}

.c-contact__menu .menu-item .mail-area.mail {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 3rem 12rem;
  border-radius: 10rem;
  background: #ffffff;
  position: relative;
}
@media (max-width: 960px) {
  .c-contact__menu .menu-item .mail-area.mail {
    padding: 2rem 8rem;
  }
}

.c-contact__menu .menu-item .mail-area.mail p:first-child {
  font-size: 2rem;
}

.c-contact__menu .menu-item .mail-area.mail p:last-child {
  font-size: 1.3rem;
}

.mail-area .c-btn__icon {
  position: absolute;
  right: 3rem;
}
@media (max-width: 960px) {
  .mail-area .c-btn__icon {
    right: 2rem;
  }
}

.c-contact__menu .menu-item:last-child:hover .c-btn__icon {
  transform: translateX(4px);
}

/* ------------------------- 
フッター
--------------------------- */
.footer {
  background: #001d47;
  border-top-left-radius: 4rem;
  border-top-right-radius: 4rem;
  padding-top: 10rem;
  margin-top: -4rem;
}
@media (max-width: 960px) {
  .footer {
    border-top-left-radius: 2.4rem;
    border-top-right-radius: 2.4rem;
    padding-top: 6rem;
  }
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10rem;
}
@media (max-width: 960px) {
  .footer__inner {
    flex-direction: column;
    margin-bottom: 6rem;
  }
}

.footer__logo {
  width: 20rem;
}
@media (max-width: 960px) {
  .footer__logo {
    width: 14rem;
  }
}

.footer__logo a {
  display: block;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .footer__logo a:hover {
    opacity: 0.65;
  }
}
.footer__address {
  display: block;
  font-size: 1.6rem;
  color: #fff;
  margin-top: 2rem;
}

.footer__address span {
  display: block;
  text-decoration: none;
}

.footer__menu {
  display: flex;
  gap: 4rem;
}
@media (max-width: 960px) {
  .footer__menu {
    flex-direction: column;
    margin-top: 4rem;
    gap: unset;
  }
}

@media (max-width: 960px) {
  .footer__nav:not(:first-child) {
    margin-top: 1.1rem;
  }
}

.footer__nav a {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
  color: #fff;
  transition: opacity 0.3s ease;
  vertical-align: top;
}

.footer__nav a::before {
  content: "";
  position: absolute;
  inset: -0.6rem;
}

@media (max-width: 960px) {
  .footer__nav a {
    display: block;
    box-sizing: border-box;
    padding: 1.3rem 0;
  }
}
@media (any-hover: hover) {
  .footer__nav a:hover {
    opacity: 0.65;
  }
}
.top-privacy a {
  display: block;
  font-size: 1.6rem;
  color: #929292;
  margin-bottom: 0.4rem;
  transition: opacity 0.3s ease;
}

@media (any-hover: hover) {
  .top-privacy a:hover {
    opacity: 0.65;
  }
}
.footer__nav a.small {
  font-size: 1.4rem;
  color: #929292;
}

@media (max-width: 960px) {
  .footer__menu > .footer__nav:not(.footer__nav--accordion) {
    width: 100%;
  }
  .footer__menu > .footer__nav:not(.footer__nav--accordion) > li > a {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .footer__nav--accordion {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.0901960784);
    padding-bottom: 1.5rem;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }
  .footer__nav-item--accordion {
    width: 100%;
  }
  .footer__nav-item-head {
    display: flex;
    align-items: stretch;
    width: 100%;
  }
  .footer__nav-item--accordion .footer__nav-item-head > a {
    flex: 0 0 auto;
    width: fit-content;
    align-self: center;
    display: block;
    box-sizing: border-box;
  }
  .footer__accordion-btn {
    flex: 1 1 auto;
    position: relative;
    align-self: stretch;
    min-width: 3.2rem;
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
  }
  .footer__accordion-btn::after {
    content: "";
    position: absolute;
    right: 0.4rem;
    top: 50%;
    width: 0.65rem;
    height: 0.65rem;
    margin-top: -0.45rem;
    border-right: 1.5px solid rgba(255, 255, 255, 0.55);
    border-bottom: 1.5px solid rgba(255, 255, 255, 0.55);
    transform: rotate(45deg);
    transition: transform 0.25s ease;
    pointer-events: none;
  }
  .footer__nav-item--accordion.is-open .footer__accordion-btn::after {
    transform: rotate(225deg);
    margin-top: -0.1rem;
  }
  .footer__nav-sub {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease-in-out;
  }
  .footer__nav-sub a {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.6rem 0;
  }
}
@media (width >= 960px) {
  .footer__accordion-btn {
    display: none;
  }
  .footer__nav-sub {
    max-height: none !important;
    overflow: visible;
  }
  .footer__nav-item-head > a {
    white-space: nowrap;
  }
}
@media (max-width: 960px) and (prefers-reduced-motion: reduce) {
  .footer__nav-sub {
    transition-duration: 0.01ms;
  }
}
.footer small {
  display: block;
  font-size: 1.4rem;
  color: rgba(255, 255, 255, 0.2117647059);
  padding-bottom: 8rem;
}
@media (max-width: 960px) {
  .footer small {
    padding-bottom: 2rem;
  }
}

/* ------------------------- 
スクロールアニメーション　テキスト
--------------------------- */
.js-fade-in {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.js-fade-in.show {
  animation: fadeUp 0.6s ease-out forwards;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.js-fade-late {
  opacity: 0;
  transform: translateY(20px);
  will-change: opacity, transform;
}

.js-fade-late.show {
  animation: fadeIn 0.6s ease-out forwards;
  animation-delay: 2.3s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/* ------------------------- 
波線　デコレーション
--------------------------- */
.line-deco {
  position: relative;
}

.line-deco::after {
  content: "";
  position: absolute;
  background-image: url("../assets/img/common/line-deco.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 17rem;
  bottom: 1rem;
  left: 0;
  z-index: -1;
}
@media (max-width: 960px) {
  .line-deco::after {
    height: 10rem;
    bottom: 0rem;
    background-size: contain;
  }
}

/* ------------------------- 
404
--------------------------- */
.error-page-container {
  padding-top: 300px;
  text-align: center;
}

.error-page-ttl-wrap {
  font-size: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 960px) {
  .error-page-ttl-wrap {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}

.error-text-center {
  margin-bottom: 4.8rem;
}

.submit-container.error {
  margin-bottom: 15rem;
}

.submit-container a {
  font-size: 1.6rem;
  width: 26rem;
  padding: 2rem 5rem;
  background: #fff;
  border: 1px solid #073e79;
  border-radius: 5rem;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* ------------------------- 
ヘッダー　下層ページ
--------------------------- */
body:not(.home) .header__inner {
  background: #fff;
  border-radius: 0.7rem;
  box-shadow: 0px 0px 11px 2px rgba(0, 0, 0, 0.075);
}
@media (max-width: 960px) {
  body:not(.home) .header__inner {
    background: unset;
    box-shadow: unset;
  }
}/*# sourceMappingURL=main.css.map */
}/*# sourceMappingURL=main.css.map */
