@charset "UTF-8";

:root {
    --color-blue: #2635A7;
    --color-white: #FFF;
    --color-gray: #F2F3F4;
    --color-gray-5: #F2F3F5;
    --color-yellow: #FFE300;
	--color-black-10: #0000001a;
}

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

a,
button,
div {
  -webkit-tap-highlight-color: transparent;
}

html, body {
  overscroll-behavior-y: none;
}

html {
    font-size: 100%;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
}
[id] {
  scroll-margin-top: 60px;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
[id] {
  scroll-margin-top: 40px;
}
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
  color: color-mix(in srgb, currentColor 100%, white 60%);
  }
}

a.hover-white {
position: relative;
color: #000;
transition: 0.2s;
}


.hover-white:hover{
opacity: 1!important;
}
.hover-white::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #FFFFFF00;
  transition: 0.2s;
  pointer-events: none;
}

.hover-white:hover::after{
background: #FFFFFF99;
}

input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.pc_only {
  display: block;
}

.tb_only,
.sp_only {
  display: none;
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .pc_only,
  .sp_only {
    display: none;
  }

  .tb_only {
    display: block;
  }
}

@media only screen and (max-width: 768px) {

  .pc_only,
  .tb_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}

.grecaptcha-badge {
	visibility: hidden;
}

.bg-white {
	background: var(--color-white);
}

.bg-gray {
	background: var(--color-gray);
}

.page, .archive, .single, .category, .search, .error404 {
	position: relative;
	z-index: +1;
}

.l-container {
    width: 100%;
    max-width: 1280px;
    padding-inline: 80px;
    margin-inline: auto;
}

@media only screen and (max-width: 768px) {
    .l-container {
        padding-inline: 20px;
    }
}

.c-inner {
    width: 100%;
    max-width: 1120px;
}

.c-inner-md {
    width: 100%;
    max-width: 740px;
    margin-inline: auto;
}

.c-heading--primary:has(h1) {
    font-weight: 700;
    line-height: 1;
color: var(--color-white);

    &:has(.c-heading__ja) {
        display: block;
        font-size: 14px;
    }
}

.c-heading--primary h1.c-heading__en {
    font-family: "Ubuntu", sans-serif;
    font-style: italic;
    display: block;
    font-size: 70px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .c-heading--primary h1.c-heading__en {
        font-size: 36px;
        margin-bottom: 10px;
    }
}

.c-heading--primary:has(h2) {
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
    color: var(--color-blue);

    &:has(.c-heading__en) {
        font-family: "Ubuntu", sans-serif;
        font-style: italic;
        display: block;
        font-size: 14px;
        text-transform: uppercase;
    }
}

.c-heading--primary h2.c-heading__ja {
    display: block;
    font-size: 40px;
	font-style: normal;
    margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
    .c-heading--primary:has(h2) {
		    line-height: 1.5;
        margin-bottom: 40px;
    }

    .c-heading--primary h2.c-heading__ja {
        font-size: 30px;
        margin-bottom: 5px;
    }
}

.c-heading--secondary:has(h1) {
    font-weight: 700;
    line-height: 1;
    color: var(--color-blue);

    &:has(.c-heading__ja) {
        display: block;
        font-size: 14px;
    }
}

.c-heading--secondary h1.c-heading__en {
    font-family: "Ubuntu", sans-serif;
    font-style: italic;
    display: block;
    font-size: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
    .c-heading--secondary h1.c-heading__en {
        font-size: 30px;
        margin-bottom: 10px;
    }
}

.c-heading--secondary h2.c-heading {
    position: relative;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 50px;
    padding-left: 25px;
    font-size: 20px;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: linear-gradient(to bottom, var(--color-blue) 50%, var(--color-yellow) 50%);
    }

    &::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-black-10);
    }
}

h1.c-heading--tertiary {
    color: var(--color-blue);
    font-size: 35px;
}

@media only screen and (max-width: 1024px) {
    h1.c-heading--tertiary {
        font-size: 24px;
		font-weight: 600;
    }
}



.c-heading-accent {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;

    &::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 5px;
        height: 100%;
        background: linear-gradient(to bottom, var(--color-blue) 50%, var(--color-yellow) 50%);
    }

    &::after {
        content: "";
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: var(--color-black-10);
    }
}

h2.c-heading-accent {
    margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
    .c-heading-accent {
        padding-left: 15px;

        &::after {
            bottom: -10px;
        }
    }

    h2.c-heading-accent {
        margin-bottom: 40px;
    }
}

h3.c-heading--tertiary {
    line-height: 1.6;
    margin-bottom: 5px;
}

h4.c-heading--tertiary {
    font-size: 14px;
    line-height: 1.6;
}

.breadcrumb {
    background: #f2f4f5;
    width: 100%;
    min-height: 30px;
    display: flex;
    align-items: center;
	
  .l-container {
    width: 100%;
    max-width: 1920px;
    padding-inline: 50px 80px;
    margin-inline: auto;
  }

  .c-inner {
    width: 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
    .breadcrumb .l-container {
        padding-inline: 20px;
    }
}

.breadcrumb__item {
    font-size: 12px;
	line-height: 30px;
    font-weight: 400;
	color: #00000080;

    strong {
        font-weight: 500;
		color: #000;
    }

    span {
        margin-right: 10px;
    }
}

.breadcrumb_last {
  display: inline-block;
max-width: 290px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.c-mv {
  width: 100%;
  display: flex;
  align-items: center;

  .l-container {
    width: 100%;
    max-width: 1920px;
    padding-inline: 50px 80px;
    margin-inline: auto;
  }

  .c-inner {
    width: 100%;
    max-width: 100%;
  }
}


@media only screen and (max-width: 768px) {
    .c-mv .l-container {
        padding-inline: 20px;
    }
}

.c-mv--primary {
    aspect-ratio: 1920 / 600;
	background: var(--bg);
}

@media only screen and (max-width: 1024px) {
    .c-mv--primary {
    aspect-ratio: 2 / 1;
    }
}

@media only screen and (max-width: 768px) {
    .c-mv--primary {
        aspect-ratio: 750 / 400;
		background: var(--bg-sp);
    }
}

.c-mv--secondary {
    aspect-ratio: 1280 / 317;
    position: relative;
    background: var(--color-gray-5);

	&::after {
        content: '';
        position: absolute;
        inset: 0;
        background: #fcfcfc;
        clip-path: polygon(86% 0, 100% 0, 100% 100%, 61% 100%);
    }
}

@media only screen and (max-width: 1024px) {
    .c-mv--secondary {
        aspect-ratio: 3 / 1;

        &::after {

            clip-path: polygon(95% 0, 100% 0, 100% 100%, 75% 100%);
        }
    }
}

@media only screen and (max-width: 768px) {
    .c-mv--secondary {
        aspect-ratio: 2 / 1;
        &::after {

       clip-path: polygon(100% 0, 100% 100%, 34% 100%);
        }
    }
}

.c-mv--tertiary {
    aspect-ratio: 1280 / 209;
    background: var(--color-gray-5);
}

@media only screen and (max-width: 1024px) {
    .c-mv--tertiary {
        aspect-ratio: 3 / 1;
    }
}

@media only screen and (max-width: 768px) {
    .c-mv--tertiary {
        aspect-ratio: 2 / 1;
    }
}

.c-arrow-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  align-self: flex-start;
  padding: 13px 0 13px 13px;
  background: var(--color-blue);
  text-decoration: none;
  font-size: 14px;
  line-height: 46px;
  color: var(--color-white);
  width: 150px;
  height: 46px;
  border-radius: 3px;
  transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;

      .c-arrow-btn-arrow::before {
      background: #9ca3d5;
    }

/*   &:hover {
    opacity: 1;
    background: #d0d2e9;
    color: var(--color-blue);



    .c-arrow-btn__chevron {
      animation: chevron-slide 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    }
  } */
}
@media (hover: hover) and (pointer: fine) {
	.c-arrow-btn:hover {
	    opacity: 1;
    background: #d0d2e9;
    color: var(--color-blue);
	}
		.c-arrow-btn:hover .c-arrow-btn-arrow::before {
	    background: #9ca3d5;
	}
			.c-arrow-btn:hover .c-arrow-btn__chevron{
	    animation: chevron-slide 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	}
}
	
.c-arrow-btn-arrow {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 20px;
  padding-left: 10px;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #6772c2;
    transition: background 0.3s ease;
  }
}

@media only screen and (max-width: 1024px) {
.c-arrow-btn-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #6772c2;
    transition: background 0.3s ease;
  }
}

.c-arrow-line,
.c-arrow-chevron {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.c-arrow-btn__chevron {
  transform: translateX(0);
}

@keyframes chevron-slide {
  from {
    transform: translateX(-9px);
  }

  to {
    transform: translateX(0);
  }
}

.c-reversearrow-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    margin-top: auto;
    align-self: flex-start;
    padding: 13px 19px 13px 13px;
    background: var(--color-blue);
    text-decoration: none;
    font-size: 14px;
    line-height: 46px;
    color: var(--color-white);
    width: 150px;
    height: 48px;
    border-radius: 3px;
    transition: background 0.3s ease, color 0.3s ease, opacity 0.3s ease;
/* 
    &:hover {
        opacity: 1;
        background: #d0d2e9;
        color: #2635A7;

        .c-reversearrow-btn-arrow .arrow-chevron {
            animation: chevron-slide-left 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
        }

        .c-reversearrow-btn-arrow::after {
            background: #9ca3d5;
        }
    } */
}

@media (hover: hover) and (pointer: fine) {
	.c-reversearrow-btn:hover {
	    opacity: 1;
    background: #d0d2e9;
    color: var(--color-blue);

		.c-reversearrow-btn-arrow .arrow-chevron {
animation: chevron-slide-left 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
	}
			.c-reversearrow-btn-arrow::after{
	    background: #9ca3d5;
	}
}
}
.c-reversearrow-btn-arrow {
    display: flex;
    align-items: center;
    position: relative;
    margin-right: 15px;
    padding-right: 10px;

    &::after {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #6772c2;
        transition: background 0.3s ease;
    }
}

@media only screen and (max-width: 1024px) {
.c-reversearrow-btn-arrow::after {
        content: "";
        position: absolute;
        left: auto;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 1px;
        height: 20px;
        background: #6772c2;
        transition: background 0.3s ease;
    }
}

@keyframes chevron-slide-left {
    from {
        transform: translateX(9px);
    }

    to {
        transform: translateX(0);
    }
}

.c-linkList {
  position: relative;
  border-bottom: 1px solid var(--color-black-10);
  padding-bottom: 20px;
  margin-bottom: 30px;
  transition: border-bottom 0.3s ease;

  &:hover {
    border-bottom: 1px solid var(--color-blue);

    .c-linkList__arrow-circle {
      background: var(--color-blue);
      color: var(--color-white);
    }
  }
}

.c-linkList__link {
  display: block;
  padding-right: 20px;
  position: relative;

  &:hover {
    opacity: 1;
  }
}

.c-linkList__arrow-circle {
  position: absolute;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: background 0.3s ease, color 0.3s ease;

  svg {
    margin-left: 2px;
  }
}



/* -------------------------------------
// アニメーション
------------------------------------- */


/* -------------------------------------
// CTA
------------------------------------- */
.cta {
  overflow: visible;
  z-index: 0;
  padding-block: 100px 130px;
  background-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .cta {
    padding-block: clamp(60px, calc(60px + (100 - 60) * ((100vw - 768px) / (1024 - 768))), 100px);
  }
}

@media only screen and (max-width: 768px) {
  .cta {
    padding-block: 100px;
  }
}

.c-heading--contact .c-heading__en {
  color: var(--color-white);
  font-family: "Ubuntu", sans-serif;
  font-style: italic;
  font-size: 60px;
}

@media only screen and (max-width: 1024px) {
  .c-heading--contact .c-heading__en {
    font-size: 46px;
  }
}

.c-heading--contact .c-heading__ja {
  display: block;
  font-size: 16px;
	color: var(--color-white);
  font-weight: 700;
  padding-left: 17px;
  position: relative;

  &::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 5px;
    background: linear-gradient(to right, var(--color-blue) 50%, var(--color-yellow) 50%);
  }
}

.cta__body {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

.cta__text {
  font-size: 14px;
  list-style: 2;
  color: var(--color-white);
  margin-top: 40px;
}

@media only screen and (max-width: 1024px) {
.cta__text {
  margin-top: 30px;
}
}

.cta__action {
  display: none;
}

/* .cta__cursor-btn {
  position: fixed;
  top: -200px;
  left: -200px;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: auto;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  background: #FFF100;
  width: 156px;
  height: 156px;
  border-radius: 100%;
  text-align: center;
  display: grid;
  place-items: center;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-blue);
  opacity: 0;
  transition: opacity 0.8s, transform 0.1s, left 0.1s ease-out, top 0.1s ease-out;
  z-index: 100000;
  cursor: pointer;

  .cta--active & {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.cta--active {
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {

  .cta__cursor-btn {
    display: none;
  }
} */

.cta-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: none;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
@media only screen and (max-width: 1024px) {
.cta-bg {
  overflow: hidden;

}
}


.cta-bg--ready {
  transition: opacity 0.5s;
}

.cta-bg--visible {
  opacity: 1;
}

.cta-bg__swiper {
  width: 100%;
  height: 100%;
}

.cta-bg__slide {
  width: 100%;
  height: 100%;
}

.cta-bg__img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  display: block;
	object-position: center 100%;
}

@media only screen and (max-width: 1024px) {
.cta-bg__img {
object-position: center 65%;
}
}
	@media only screen and (max-width: 768px) {
.cta-bg__img {
object-position: center center;
}
	}

  .cta__action-sp {
    position: relative;
    z-index: 10;
    margin-top: 20px;
  }

  .cta .c-arrow-btn {
    color: var(--color-blue);
    background: var(--color-yellow);
    width: 160px;

    &:hover {
      opacity: 1;
    }
  }

  		.cta .c-arrow-btn:hover .c-arrow-btn-arrow::before {
	    background: var(--color-blue);
	}

  .c-arrow-btn-arrow {
    margin-left: 15px;

    &::before {
      background: var(--color-blue);
    }
  }


/* -------------------------------------
// Header
------------------------------------- */
.site-header {
    background: var(--color-white);
    position: sticky;
    top: 0;
	align-items:start;
    z-index: 100000;
	border-bottom: 1px solid var(--color-black-10);
	  padding-top: env(safe-area-inset-top);
}

@media only screen and (max-width: 1024px) {
  .site-header {
    border-bottom: none;
  }
}

.header-inner {
    display: flex;
    align-items: center;
    height: 70px;
    padding-inline: 20px 10px;
}

.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
    flex-shrink: 0;
}

.nav-pc {
    margin-left: auto;
    display: flex;
    align-items: center;
}

.nav-item {
    position: relative;

    &.open > .dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }

    &:hover > .dropdown {
        opacity: 1;
        pointer-events: auto;
        transform: translateY(0);
    }
}

.nav-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    white-space: nowrap;
    margin-right: 24px;

    &.nav-link--news {
        margin-right: 16px;
    }
}



@media only screen and (max-width: 1200px) {
  .nav-link {
    font-size: clamp(12px, 1.2vw, 14px);
    margin-right: 10px;

    &.nav-link--news {
      margin-right: 8px;
    }
  }
}

button.nav-link {
    background: none;
}

button.btn-search {
    background: none;
}

.nav-link:hover,
.nav-item.open > .nav-link {
    background: var(--color-white);
}

.dropdown {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    background: var(--color-white);
    border-radius: 3px;
    padding: 10px;
    min-width: 210px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    z-index: 1000;
}

.dropdown-item {
    display: block;
    padding: 9px 14px;
    font-size: 13px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.12s;
    cursor: pointer;
}

.btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    cursor: pointer;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
    flex-shrink: 0;
    transform: translateY(1px);
    margin-right: 20px;

    svg {
        width: 14px;
        height: 14px;
    }

    &:hover {
        background: var(--c-hover-bg);
        border-color: #b0bcc8;
        color: var(--c-main);
    }

    .search-item.open & {
        border-color: transparent;
        background: transparent;
    }
}

@media only screen and (max-width: 1200px) {
  .btn-search {
    width: 16px;
    height: 16px;
    margin-right: 10px;
  }
}
	
.btn-recruit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 46px;
    width: 110px;
    margin-right: 5px;
    font-size: 14px;
    border: 1px solid var(--color-blue);
    border-radius: 3px;
    color: var(--color-blue);
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s, border 0.15s, color 0.15s;

    &:hover {
        opacity: 1;
        background: #d0d2e9;
        color: var(--color-blue);
		border: 1px solid #d0d2e9;
    }
}

@media only screen and (max-width: 1200px) {
  .btn-recruit {
    width: 90px;
  }
}

.btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    width: 120px;
    font-size: 14px;
    border-radius: 3px;
    background: var(--color-blue);
    color: var(--color-white);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.15s;

    &:hover {
        opacity: 1;
        background: #d0d2e9;
        color: var(--color-blue);
    }
}

@media only screen and (max-width: 1200px) {
  .btn-contact {
    width: 100px;
  }
}

.search-item {
    position: relative;

    &.open .icon-search {
        display: none;
    }

    &.open .btn-search-close {
        display: grid;
    }

    &.open .search-popup {
        opacity: 1;
        visibility: visible;
    }
}

.btn-search-close {
    display: none;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    background: #173D7C;
    border-radius: 3px 3px 0px 0px;
    place-content: center;

    svg {
        width: 10px;
        height: 8.5px;
    }
}

.search-popup {
    position: absolute;
    top: 34px;
    right: 21px;
    width: 311px;
    height: 50px;
    background: #173D7C;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 3px 0px 3px 3px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease, visibility 0.2s ease;
    display: flex;
    align-items: center;
    padding: 10px;
}

.search-form {
    display: flex;
    width: 100%;
}

.search-input {
    flex: 1;
    height: 30px;
    padding-inline: 10px;
    font-size: 14px;
    font-weight: 400;
    background: var(--color-white);
    border-radius: 3px 0 0 3px;
    border: none;
box-sizing: border-box;
-moz-appearance: none;
min-width: 0; 

    &::placeholder {
        color: #808080;
    }
}

.search-button {
    width: 62px;
    font-size: 14px;
    font-weight: 400;
    background: #000;
    color: var(--color-white);
    border: none;
    border-radius: 0 3px 3px 0;
    cursor: pointer;
}

.hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    width: 40px;
    height: 60px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    transition: background 0.15s;
    margin-left: auto;
    flex-shrink: 0;

    span {
        display: block;
        width: 28px;
        height: 2px;
        background: var(--color-blue);
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        transform-origin: center;
    }

    &[aria-expanded="true"] span:nth-child(1) {
        transform: translateY(5px) rotate(15deg);
    }

    &[aria-expanded="true"] span:nth-child(2) {
        transform: translateY(-4.5px) rotate(-15deg);
    }
}

.sp-drawer {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    height: 100svh;
    background: var(--color-gray-5);
    padding: 0 20px 100px;
   overflow-y: auto;
  -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;

    a:hover {
        opacity: 1;
    }

    &.open {
        opacity: 1;
        visibility: visible;
    }
}

.sp-drawer__nav1-list {
    grid-template-columns: 1fr;
    gap: 24px;
}

.sp-drawer__nav1-item {

    font-size: 16px;
    border-bottom: 1px solid var(--color-black-10);
}

.sp-drawer__nav1-link {
    display: block;
    padding-block: 24px;
    width: 100%;
    height: 100%;
}

summary {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-block: 24px;

    &::-webkit-details-marker {
        display: none;
    }
}

.accordion-icon {
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(180deg);
    transition: transform 0.3s ease;

    details[open] & {
        transform: rotate(0deg);
    }
}

.sp-drawer__nav1-child {
    padding-bottom: 24px;

    li + li {
        margin-top: 15px;
    }
}

.sp-drawer__nav1-child-item {
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    font-weight: 400;
    color: #00000099;

    &::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5px;
        height: 1px;
        background-color: currentColor;
    }
}

.sp-drawer__nav1-link--external::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url('data:image/svg+xml, <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><line x1="0.530217" y1="11.1455" x2="7.64224" y2="4.03343" stroke="%232635A7" stroke-width="1.5"/><path d="M1.26562 3.95117L8.37765 3.16095L7.58742 10.273" stroke="%232635A7" stroke-width="1.5"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 6px;
}

.sp-cta {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sp-btn-recruit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 60px;
    width: 100%;
    font-size: 14px;
    border: 1px solid var(--color-blue);
    border-radius: 3px;
	background: var(--color-white);
    color: var(--color-blue);
    cursor: pointer;
    white-space: nowrap;
}

.sp-btn-contact {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 100%;
    font-size: 14px;
    border-radius: 3px;
    background: var(--color-blue);
    color: var(--color-white);
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .header-inner {
        height: 60px;
        padding-inline: 20px;
    }

    .nav-pc {
        display: none;
    }

    .hamburger {
        display: flex;
    }

    .sp-drawer {
        display: block;
    }

    .logo__img {
        width: 203px;
    }

    .search-form {
        margin-block: 60px 30px;
    }

    .search-input {
        height: auto;
        padding: 20px;
  min-width: 0;
    }

    .search-button {
        width: 71px;
		  flex-shrink: 0;
        background: var(--color-blue);
    }
}

/* -------------------------------------
// Footer
------------------------------------- */
.l-footer {
  position: relative;
}

.l-footer__logo {
  padding-block: 80px 40px;

  img {
    width: 360px;
  }
}

@media only screen and (max-width: 768px) {
    .l-footer__logo {
        padding-block: 60px 20px;

        img {
            max-width: 277px;
			width: 73.9%;
        }
    }
}

.l-footer__upper .l-footer__inner {
  padding-block: 15px 120px;
  border-top: 1px solid var(--color-black-10);
}

@media only screen and (max-width: 768px) {
    .l-footer__upper .l-footer__inner {
        padding-block: 5px 55px;
        flex-direction: column;
        align-items: flex-start;
    }
}

.l-footer__nav1-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  list-style: none;
}

.l-footer__nav1-item {
  margin-top: 25px;
}

@media only screen and (max-width: 768px) {
  .l-footer__nav1-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

    .l-footer__nav1-list {
        grid-template-columns: 1fr;
    }

}

.l-footer__nav1-child {
  margin-top: 15px;
  font-weight: 400;
	
  li + li {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 768px) {
    .l-footer__nav1-child {
        margin-bottom: 25px;

        &:nth-child(2) {
            margin-bottom: 0;
        }
    }

}

.l-footer__nav1-link--external::after {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url('data:image/svg+xml, <svg width="12" height="12" viewBox="0 0 13 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 7L13 0M7.44 0.5H13V5.51M5.98 2.5H0.5V12.5H10.5V6.77" stroke="%232635A7" stroke-miterlimit="10" stroke-width="1.5"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: -1px;
  margin-left: 6px;
}

.l-footer__nav1-link--pdf::after {
  content: 'PDF';
  display: inline-block;
  width: 33px;
  height: 15px;
  background: #E5E5E5;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
}

@media (hover: hover) and (pointer: fine) {
.l-footer__nav2-link:hover.l-footer__nav1-link--pdf {
  opacity: 1;

  &::after {
    background: #000;
    color: #E5E5E5;
  }
}
	}

.l-footer__nav1-child-item {
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #00000099;

  &::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background-color: currentColor;
  }
}



.l-footer__bottom .l-footer__inner {
  display: flex;
  justify-content: space-between;
  padding-block: 30px;
}

@media only screen and (max-width: 768px) {
    .l-footer__bottom .l-footer__inner {
    flex-direction: column;
    align-items: flex-start;
        padding-block: 25px;
    }
}

.l-footer__bottom .l-container {
  padding-inline: 80px 40px;
}
@media only screen and (max-width: 768px) {
.l-footer__bottom .l-container {
  padding-inline: 20px;
}
}
.l-footer__nav2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.l-footer__nav2-list {
  display: flex;
  gap: 15px;
}

.l-footer__nav2-item {
  position: relative;
  font-size: 12px;
  font-weight: 400;

  + .l-footer__nav2-item {
    padding-left: 15px;

    &::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 10px;
      background-color: #d9dadb;
    }
  }
}

@media only screen and (max-width: 768px) {
	.l-footer__nav2 {
  gap: 0;
}
	.l-footer__nav2-item + .l-footer__nav2-item{
		    padding-left: 0;
	}

}

@media only screen and (max-width: 768px) {
    .l-footer__nav2-list.l-footer__nav2-list--horizontal {
        display: grid;
        grid-template-columns: 1fr 1fr;
       gap: 10px 0;

       :nth-child(even) {
            text-align: center;
        }
:nth-child(2){

	padding-inline: 10px;
	    &::after {
      content: '';
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 1px;
      height: 10px;
      background-color: #d9dadb;
    }
	}
    }


    .l-footer__nav2-list.l-footer__nav2-list--vertical {
        margin-block: 20px 60px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px 0;
    }
}

.l-footer__copyright {
  font-size: 10px;
  font-weight: 400;
  line-height: 2;
}

.top-button {
  position: fixed;
  bottom: 80px;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  background: var(--color-blue);
  color: var(--color-white);
  border-radius: 50%;
  z-index: 100999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, top 0.25s ease;

  &.is-visible {
    opacity: 1;
    pointer-events: auto;
  }

  &.is-stopped {
    position: absolute;
    top: 80px;
    bottom: auto;
  }

  svg {
    pointer-events: none;
  }
}

@media only screen and (max-width: 1280px) {
  .top-button {
    right: 80px;

    &.is-stopped {
      bottom: auto;
    }
  }
}

@media only screen and (max-width: 768px) {
  .top-button {
    bottom: 80px;
    right: 20px;

    &.is-stopped {
      top: 50px;
      bottom: auto;
    }
  }
}