@charset "UTF-8";
/*!
page > common > common
------------------------------
*/
:root {
  --cl01: #aa56bc;
  --cl02: #813591;
}

.c_footer__link, .c_footer__copyright, .c_header__logo .logo_link .logo_ttl {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c_footer__link, .c_footer__copyright, .c_header__logo .logo_link .logo_ttl {
    font-size: 0.875rem;
  }
}

.c_btn__link {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_btn__link {
    font-size: 1.25rem;
  }
}

.c_footer__desc .sub {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_footer__desc .sub {
    font-size: 1.5rem;
  }
}

.c_ttl01__jp, .c_ttl02__en, .c_ttl03, .c_footer__btn .c_btn__link {
  font-size: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c_ttl01__jp, .c_ttl02__en, .c_ttl03, .c_footer__btn .c_btn__link {
    font-size: clamp(1.75rem, 1.5625vw + 1rem, 2rem);
  }
}

.c_ttl02__jp {
  font-size: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c_ttl02__jp {
    font-size: clamp(2.625rem, 3.6057692308vw + 0.8942307692rem, 4.5rem);
  }
}

.c_ttl01__en {
  font-size: 2.875rem;
}
@media screen and (min-width: 768px) {
  .c_ttl01__en {
    font-size: clamp(4.375rem, 3.125vw + 2.875rem, 6rem);
  }
}

/*!
foundation > base
------------------------------
*/
html {
  scroll-padding-top: 80px;
}
@media screen and (min-width: 768px) {
  html {
    scroll-padding-top: clamp(6.25rem, 2.6442307692vw + 4.9807692308rem, 7.625rem);
  }
}

body {
  font-size: 0.875rem;
  color: #4a4a4a;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #f6f8fa;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  left: 0;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 120vh;
  z-index: -1;
}
.c_bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-image: linear-gradient(to right, #d7e2ea 1px, transparent 1px), linear-gradient(to bottom, #d7e2ea 1px, transparent 1px);
  background-size: 39px 39px;
  opacity: 0.45;
  transform: translateX(-5px);
}

main {
  position: relative;
  z-index: 2;
}

.full {
  width: 100%;
}

img {
  max-width: 100%;
  width: 100%;
}

:where(a, .h_opacity) {
  cursor: pointer;
  transition: opacity 0.5s ease;
}

@media screen and (min-width: 768px) {
  :where(a:hover, .h_opacity:hover) {
    opacity: 0.8;
  }
}
.pc {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.sp {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

a.blank {
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (min-width: 768px) {
  a.blank:hover {
    text-decoration: none;
  }
}

/** -- ▷ header -- */
.c_header {
  position: fixed;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
}
.c_header.active {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: brightness(1) blur(10px);
}
.c_header.active .c_header__inner {
  padding: 20px 20px 0 20px;
}
@media screen and (min-width: 768px) {
  .c_header.active .c_header__inner {
    padding: 30px clamp(1.25rem, 7.3317307692vw + -2.2692307692rem, 5.0625rem) 0 clamp(1.25rem, 7.0913461538vw + -2.1538461538rem, 4.9375rem);
  }
}
.c_header__inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 20px 0 0 20px;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_header__inner {
    padding: clamp(1.875rem, 3.2451923077vw + 0.3173076923rem, 3.5625rem) clamp(1.25rem, 7.3317307692vw + -2.2692307692rem, 5.0625rem) 0 clamp(1.25rem, 7.0913461538vw + -2.1538461538rem, 4.9375rem);
    gap: 20px;
  }
}
.c_header__logo {
  flex-shrink: 0;
  position: relative;
  z-index: 10;
  transition: opacity 0.4s ease;
  width: 125px;
}
@media screen and (min-width: 768px) {
  .c_header__logo {
    width: clamp(7.5rem, 6.6105769231vw + 4.3269230769rem, 10.9375rem);
  }
}
.c_header__logo .logo_link {
  display: flex;
  flex-direction: column;
  gap: 5px;
  justify-content: space-between;
}
.c_header__logo .logo_link .logo_ttl {
  display: block;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  text-align: center;
  color: var(--cl01);
}
.c_header__content {
  width: 100%;
  padding: 0 36px;
  border-radius: 60px;
  transition: all 0.5s;
  margin-top: -3px;
}
@media screen and (min-width: 768px) {
  .c_header__content {
    padding: 0;
    margin-left: auto;
    width: 100%;
    max-width: clamp(47.5rem, 57.6923076923vw + 10.5769230769rem, 62.5rem);
  }
}

.c_toggle {
  position: fixed;
  top: 20px;
  right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background-color: var(--cl01);
  cursor: pointer;
  z-index: 3;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_toggle {
    display: none;
  }
}
.c_toggle::after {
  position: absolute;
  top: calc(50% - 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  transform-origin: center;
}
.c_toggle::before {
  position: absolute;
  top: calc(50% + 5px);
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 28px;
  height: 2px;
  background: #fff;
  transition: 0.5s;
  transform-origin: center;
}
.c_toggle.active::before {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.c_toggle.active::after {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.c_hero {
  position: relative;
  padding-top: 120px;
}
@media screen and (min-width: 768px) {
  .c_hero {
    padding-top: 240px;
  }
}
.c_hero__wrap {
  position: relative;
  z-index: 1;
}
.c_hero__figure_wrap {
  position: relative;
  z-index: 0;
  margin: 30px 0 0;
}
@media screen and (min-width: 768px) {
  .c_hero__figure_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: -93px;
  }
}
.c_hero__figure_wrap::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50px;
  border-top: 1px solid #aa56bc;
  min-width: calc(25% - 38px);
  width: calc(50% - 437px);
  height: 120px;
}
.c_hero__figure_wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 45%;
  height: 50px;
  border-top: 1px solid #48f0da;
  min-width: calc(25% - 40px);
  width: calc(50% - 440px);
  height: 118px;
}
.c_hero__figure {
  width: 100%;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .c_hero__figure {
    padding-bottom: 38px;
    max-width: 75%;
    width: calc(50% + 400px);
  }
}
.c_hero__figure::before {
  content: "";
  position: absolute;
  border-left: 1px solid #aa56bc;
  border-bottom: 1px solid #aa56bc;
  left: -18px;
  bottom: 0;
  width: 33.1666666667%;
  height: 120px;
  left: -38px;
}
.c_hero__figure::after {
  content: "";
  position: absolute;
  width: 33.3333333333%;
  height: 120px;
  border-left: 1px solid #48f0da;
  border-bottom: 1px solid #48f0da;
  left: -20px;
  bottom: -2px;
  left: -40px;
}

/*!
component > gnavi
------------------------------
*/
.c_gnavi {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  pointer-events: none;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  overflow-y: auto;
  padding: 120px 20px 80px;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .c_gnavi {
    padding: 155px 66px 100px 20px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    position: static;
    padding: 0;
    overflow-y: initial;
    height: initial;
    width: initial;
  }
}
.c_gnavi.active {
  background-color: #fff;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.c_gnavi__content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__content {
    justify-content: flex-end;
    flex-direction: row;
    gap: clamp(0.875rem, 4.4471153846vw + -1.2596153846rem, 3.1875rem);
  }
}
.c_gnavi__menu {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .c_gnavi__menu {
    display: flex;
    align-items: center;
    gap: clamp(0.625rem, 3.0048076923vw + -0.8173076923rem, 2.1875rem);
  }
}
.c_gnavi__item {
  color: #000;
  font-weight: 500;
}
.c_gnavi__item + .c_gnavi__item {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__item + .c_gnavi__item {
    margin-top: 0;
  }
}
.c_gnavi__item.js_submenu {
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__item.js_submenu:hover .c_gnavi__sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s;
    pointer-events: all;
    border: 1px solid #b7d1da;
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi__item.js_submenu:hover .icon::after {
    border-color: var(--cl01);
    top: calc(50% + 2px);
    transform: translate(-50%, -50%) rotate(227deg);
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi__item.js_submenu:hover .c_gnavi__link {
    color: var(--cl01);
  }
}
.c_gnavi__item.js_submenu.active .icon::after {
  border-color: var(--cl01);
  top: calc(50% + 4px);
  transform: translate(-50%, -50%) rotate(227deg);
}
.c_gnavi__item.js_submenu.active .c_gnavi__link {
  color: var(--cl01);
}
.c_gnavi__item .icon {
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__item .icon {
    position: relative;
    top: -2px;
    left: clamp(0.3125rem, 0.7211538462vw + -0.0336538462rem, 0.6875rem);
    display: inline-block;
  }
}
.c_gnavi__item .icon::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 50%;
  top: calc(50% + 3px);
  transform: translate(-50%, -50%) rotate(45deg);
  border-right: 1px solid;
  border-bottom: 1px solid;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__item .icon::after {
    top: 50%;
  }
}
.c_gnavi__link {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link {
    font-size: clamp(0.625rem, 0.7211538462vw + 0.2788461538rem, 1rem);
  }
}
.c_gnavi__link.sp_point_none {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link.sp_point_none {
    pointer-events: all;
  }
}
.c_gnavi__link:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .c_gnavi__link:hover {
    color: var(--cl01);
  }
}
.c_gnavi__btn {
  width: 100%;
  max-width: 375px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c_gnavi__btn {
    max-width: max-content;
    flex-direction: row;
    margin: 0;
  }
}
.c_gnavi__btn .btn_item {
  background-color: var(--cl01);
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c_gnavi__btn .btn_item {
    padding: clamp(0.625rem, 0.9615384615vw + 0.1634615385rem, 1.125rem) clamp(0.625rem, 2.5240384615vw + -0.5865384615rem, 1.9375rem);
    font-size: clamp(0.75rem, 0.4807692308vw + 0.5192307692rem, 1rem);
  }
}
.c_gnavi__btn .btn_item:last-child {
  background-color: var(--cl02);
}
.c_gnavi__btn .btn_item .f_en {
  display: inline-block;
  padding-left: 3px;
}
.c_gnavi__sub {
  display: none;
  cursor: auto;
  padding: 20px 30px 20px 20px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__sub {
    pointer-events: none;
    position: absolute;
    max-width: 336px;
    width: 100vw;
    padding: 20px;
    left: 0;
    top: calc(100% + 10px);
    z-index: 1;
    background: #fff;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
}
.c_gnavi__sub::after {
  content: "";
  position: absolute;
  bottom: 100%;
  height: 10px;
  left: 0;
  max-width: 296px;
  width: 100vw;
  background-color: transparent;
}
.c_gnavi__sub span.sub_link {
  pointer-events: none;
}
.c_gnavi__sub span.sub_link::after {
  display: none;
}
.c_gnavi__sub .sub_link {
  line-height: 2;
  transition: all 0.5s;
  position: relative;
  display: flex;
  gap: 10px;
  font-size: 1rem;
}
.c_gnavi__sub .sub_link:hover {
  opacity: 1;
}
.c_gnavi__sub .sub_link::after {
  content: "";
  position: relative;
  width: 17px;
  height: 10px;
  left: 0;
  top: 12px;
  background: #000;
  mask: url("../images/common/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .c_gnavi__sub .sub_link:hover {
    color: var(--cl01);
  }
}
@media screen and (min-width: 768px) {
  .c_gnavi__sub .sub_link:hover::after {
    background: var(--cl01);
  }
}
.c_gnavi__sub .sub_item + .sub_item {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .c_gnavi__sub .sub_item + .sub_item {
    margin-top: 0;
  }
}

.c_footer {
  padding: 60px 0;
  position: relative;
  z-index: 2;
}
.c_footer::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 960px;
  height: 100%;
  background: url("../images/common/bg_footer.webp") no-repeat;
  background-size: contain;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_footer::after {
    min-width: 1010px;
    width: 63.125%;
  }
}
@media screen and (min-width: 768px) {
  .c_footer {
    padding: clamp(5rem, 13.8221153846vw + -1.6346153846rem, 12.1875rem) 0 66px;
  }
}
.c_footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .c_footer__inner {
    align-items: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .c_footer__desc {
    width: 60.3448275862%;
  }
}
@media screen and (min-width: 768px) {
  .c_footer__desc .c_ttl02__jp {
    margin-top: 1px;
    margin-left: -2px;
  }
}
.c_footer__desc .sub {
  font-weight: 700;
  line-height: 2;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
  .c_footer__desc .sub {
    padding-top: 19px;
  }
}
@media screen and (min-width: 768px) {
  .c_footer__btn {
    padding-top: 13px;
  }
}
.c_footer__btn .c_btn__link {
  justify-content: flex-end;
  flex-shrink: 0;
}
.c_footer__btn .c_btn__link .icon {
  width: 32px;
}
@media screen and (min-width: 768px) {
  .c_footer__btn .c_btn__link .icon {
    width: clamp(2.5rem, 3.2451923077vw + 0.9423076923rem, 4.1875rem);
    height: 39px;
  }
}
.c_footer__btn .c_btn + .c_btn {
  margin-top: 30px;
}
.c_footer__sub {
  width: 100%;
  max-width: 1480px;
  margin: 40px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .c_footer__sub {
    flex-direction: row;
    gap: 20px;
    margin: clamp(5rem, 4.0865384615vw + 3.0384615385rem, 7.125rem) auto 0;
  }
}
.c_footer__link {
  color: #2f3a4c;
}
.c_footer__copyright {
  color: #2f3a4c;
}

.c_ttl01 {
  width: 100%;
}
.c_ttl01.white .c_ttl01__en,
.c_ttl01.white .c_ttl01__jp {
  color: #fff;
}
.c_ttl01__en {
  display: block;
  font-weight: 800;
  line-height: 1.3367346939;
  letter-spacing: 0;
  font-family: "Manrope", sans-serif;
  color: var(--cl01);
}
.c_ttl01__jp {
  display: block;
  font-weight: 700;
  line-height: 1.4375;
  letter-spacing: 0;
  padding-top: 10px;
  color: #2F3A4C;
}

.c_ttl02__en {
  display: block;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0;
  font-family: "Manrope", sans-serif;
  color: var(--cl01);
}
.c_ttl02__jp {
  display: block;
  font-weight: 800;
  line-height: 1.4583333333;
  letter-spacing: 0;
}

.c_ttl03 {
  font-weight: 700;
  font-family: "Manrope", sans-serif;
  text-align: center;
  color: #2f3a4c;
}
.c_ttl03 .ttl {
  position: relative;
}
.c_ttl03 .ttl::after, .c_ttl03 .ttl::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 40px;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  background: url("../images/common/icon_arrow_line.svg") no-repeat;
  background-size: contain;
}
.c_ttl03 .ttl::before {
  left: -60px;
}
.c_ttl03 .ttl::after {
  right: -60px;
  transform: translateY(-50%) scale(-1);
}

/*!
component > btn
------------------------------
*/
.c_totop {
  position: fixed;
  width: 45px;
  height: 45px;
  right: 5px;
  z-index: 11;
  bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--cl01);
  border-radius: 100%;
  transform: translateY(150px);
  color: #fff;
  transition: 300ms;
  border: 2px solid #fff;
}
.c_totop:hover {
  background-color: var(--cl02);
}
@media screen and (min-width: 768px) {
  .c_totop {
    width: 60px;
    height: 60px;
    bottom: 30px;
  }
}
.c_totop::after {
  content: "";
  flex-shrink: 0;
  height: 10px;
  width: 10px;
  border-width: 0 2px 2px 0;
  border-color: #fff;
  border-style: solid;
  transform: rotate(-135deg);
  transition: background-color 0.5s ease;
  transform-origin: 50% 60%;
  position: relative;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_totop::after {
    height: 15px;
    width: 15px;
    border-width: 0 3px 3px 0;
  }
}

.c_btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c_btn:hover {
    opacity: 1;
  }
}
.c_btn.white .icon::after {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .c_btn.white .c_btn__link:hover {
    color: #fff;
  }
}
.c_btn__link {
  line-height: 1.45;
  font-weight: 700;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  gap: 10px;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .c_btn__link {
    gap: 20px;
  }
}
.c_btn__link:hover .icon {
  transform: scaleX(1.3) translateX(2px) scale(0.8);
}
@media screen and (min-width: 768px) {
  .c_btn__link:hover {
    opacity: 1;
    color: var(--cl01);
  }
}
.c_btn__link .icon {
  width: 40px;
  height: 30px;
  position: relative;
  transition: transform 0.5s;
}
@media screen and (min-width: 768px) {
  .c_btn__link .icon {
    width: 50px;
  }
}
.c_btn__link .icon::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--cl01);
  mask: url("../images/common/icon_arrow.svg");
  mask-repeat: no-repeat;
  mask-size: 100% 100%;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
  opacity: 1;
  pointer-events: all;
}

.c_loading {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--cl02);
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
}
.c_loading_content {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
  transform: translate(-15px, -15px);
}
.c_loading_item {
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  margin-left: 15px;
  top: 4px;
  left: -7px;
}
.c_loading_item:first-child {
  -webkit-animation: ball-zig 0.7s 0s infinite linear;
  animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading_item:last-child {
  -webkit-animation: ball-zag 0.7s 0s infinite linear;
  animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
    transform: translate(-15px, -30px);
  }
  66% {
    -webkit-transform: translate(15px, -30px);
    transform: translate(15px, -30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
    transform: translate(15px, 30px);
  }
  66% {
    -webkit-transform: translate(-15px, 30px);
    transform: translate(-15px, 30px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.c_glitch {
  background: no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.c_glitch::before, .c_glitch::after,
.c_glitch .channel {
  background: inherit;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.c_glitch::before {
  content: "";
  animation: glitch-before 5s linear infinite alternate both;
}
.c_glitch::after {
  content: "";
  animation: glitch-after 5s linear infinite alternate both;
}
.c_glitch .channel::before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
}
.c_glitch .r {
  animation: rgb-shift-r 5s steps(1, jump-end) infinite alternate both;
}
.c_glitch .r::before {
  background: transparent;
}
.c_glitch .g {
  animation: rgb-shift-g 5s steps(1, jump-end) infinite alternate both;
}
.c_glitch .g::before {
  background: transparent;
}
.c_glitch .b {
  animation: rgb-shift-b 5s steps(1, jump-end) infinite alternate both;
}
.c_glitch .b::before {
  background: transparent;
}

@keyframes glitch-before {
  0% {
    clip-path: polygon(0% 27.197807452%, 100% 27.197807452%, 100% 33.1125733841%, 0% 33.1125733841%);
    transform: translate(2.6908138813%, -0.4506677182%);
    opacity: 1;
  }
  3.3333333333% {
    clip-path: polygon(0% 58.9159870242%, 100% 58.9159870242%, 100% 61.226273547%, 0% 61.226273547%);
    transform: translate(2.44793348%, -0.353036087%);
    opacity: 1;
  }
  6.6666666667% {
    clip-path: polygon(0% 6.5380085334%, 100% 6.5380085334%, 100% 13.7421087564%, 0% 13.7421087564%);
    transform: translate(1.1689170623%, -0.4726962875%);
    opacity: 1;
  }
  10% {
    clip-path: polygon(0% 84.1241327825%, 100% 84.1241327825%, 100% 88.1056953566%, 0% 88.1056953566%);
    transform: translate(-6.5331045613%, -0.0451845863%);
    opacity: 1;
  }
  13.3333333333% {
    clip-path: polygon(0% 89.4716757942%, 100% 89.4716757942%, 100% 94.3781736366%, 0% 94.3781736366%);
    transform: translate(-5.2537198471%, -0.4829988178%);
    opacity: 1;
  }
  16.6666666667% {
    clip-path: polygon(0% 46.6764092766%, 100% 46.6764092766%, 100% 51.5979125111%, 0% 51.5979125111%);
    transform: translate(-2.8742929004%, 0.334954966%);
    opacity: 1;
  }
  20%, 100% {
    clip-path: none;
    transform: none;
  }
}
@keyframes glitch-after {
  0% {
    clip-path: polygon(0% 1.4722036587%, 100% 1.4722036587%, 100% 9.8692348603%, 0% 9.8692348603%);
    transform: translate(-5.7068730376%, 0.1814508851%);
    opacity: 1;
  }
  3.3333333333% {
    clip-path: polygon(0% 39.0897191574%, 100% 39.0897191574%, 100% 41.8158085694%, 0% 41.8158085694%);
    transform: translate(2.5478514948%, -0.3597926226%);
    opacity: 1;
  }
  6.6666666667% {
    clip-path: polygon(0% 86.741260786%, 100% 86.741260786%, 100% 89.6628188102%, 0% 89.6628188102%);
    transform: translate(-1.1608320661%, 0.1161176891%);
    opacity: 1;
  }
  10% {
    clip-path: polygon(0% 59.0379238923%, 100% 59.0379238923%, 100% 68.9996753434%, 0% 68.9996753434%);
    transform: translate(0.6980981436%, -0.2485130271%);
    opacity: 1;
  }
  13.3333333333% {
    clip-path: polygon(0% 16.2623823313%, 100% 16.2623823313%, 100% 18.5547192283%, 0% 18.5547192283%);
    transform: translate(2.3355230083%, -0.2166899698%);
    opacity: 1;
  }
  16.6666666667% {
    clip-path: polygon(0% 39.5634264118%, 100% 39.5634264118%, 100% 46.0898430484%, 0% 46.0898430484%);
    transform: translate(2.0435205477%, -0.0478238695%);
    opacity: 1;
  }
  20%, 100% {
    clip-path: none;
    transform: none;
  }
}
@keyframes rgb-shift-r {
  0% {
    transform: translate(1.4815759717%, -0.2385191233%);
    opacity: 1;
  }
  3.3333333333% {
    transform: translate(0.1977110217%, 0.4500570583%);
    opacity: 1;
  }
  6.6666666667% {
    transform: translate(1.7118862013%, 0.4217101286%);
    opacity: 1;
  }
  10% {
    transform: translate(-0.2370526964%, 0.2518066593%);
    opacity: 1;
  }
  13.3333333333% {
    transform: translate(-1.6511079539%, -0.4622103127%);
    opacity: 1;
  }
  16.6666666667% {
    transform: translate(-0.86574109%, -0.4328780993%);
    opacity: 1;
  }
  20%, 100% {
    transform: none;
  }
}
@keyframes rgb-shift-g {
  0% {
    transform: translate(0.0085475066%, -0.0555667694%);
    opacity: 1;
  }
  3.3333333333% {
    transform: translate(-1.0802784942%, 0.4784932963%);
    opacity: 1;
  }
  6.6666666667% {
    transform: translate(-1.6465626541%, 0.1669179529%);
    opacity: 1;
  }
  10% {
    transform: translate(0.1396890671%, 0.0446128441%);
    opacity: 1;
  }
  13.3333333333% {
    transform: translate(1.6778759527%, -0.2127709195%);
    opacity: 1;
  }
  16.6666666667% {
    transform: translate(1.7410489573%, -0.0624599648%);
    opacity: 1;
  }
  20%, 100% {
    transform: none;
  }
}
@keyframes rgb-shift-b {
  0% {
    transform: translate(0.7810799945%, 0.4290637023%);
    opacity: 1;
  }
  3.3333333333% {
    transform: translate(-1.6866253463%, -0.0843204764%);
    opacity: 1;
  }
  6.6666666667% {
    transform: translate(1.5752466223%, 0.4753821451%);
    opacity: 1;
  }
  10% {
    transform: translate(-0.4109676018%, -0.4341270268%);
    opacity: 1;
  }
  13.3333333333% {
    transform: translate(-1.3459819021%, -0.4531532289%);
    opacity: 1;
  }
  16.6666666667% {
    transform: translate(-0.3100064731%, -0.0457565693%);
    opacity: 1;
  }
  20%, 100% {
    transform: none;
  }
}
[data-delay="0.1s"] {
  transition-delay: 0.1s;
}

[data-delay="0.2s"] {
  transition-delay: 0.2s;
}

[data-delay="0.3s"] {
  transition-delay: 0.3s;
}

[data-delay="0.4s"] {
  transition-delay: 0.4s;
}

[data-delay="0.5s"] {
  transition-delay: 0.5s;
}

[data-delay="0.6s"] {
  transition-delay: 0.6s;
}

[data-delay="0.7s"] {
  transition-delay: 0.7s;
}

[data-delay="0.8s"] {
  transition-delay: 0.8s;
}

[data-delay="0.9s"] {
  transition-delay: 0.9s;
}

[data-delay="1s"] {
  transition-delay: 1s;
}

[data-delay="1.5s"] {
  transition-delay: 1.5s;
}

.js_inview[data-duration="1s"] {
  transition-duration: 1s;
}

.js_inview[data-duration="1.5s"] {
  transition-duration: 1.5s;
}

.js_inview[data-duration="2s"] {
  transition-duration: 2s;
}

.js_inview {
  opacity: 0;
  transition-property: opacity, transform;
  transition-duration: 1s;
  transition-delay: 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transform: translate3d(0, 100px, 0);
}

.fadedown {
  transform: translate3d(0, -30px, 0);
}

.faderight {
  transform: translate3d(30px, 0, 0);
}

.fadeleft {
  transform: translate3d(-30px, 0, 0);
}

.is_show.js_inview {
  opacity: 1;
  transform: none;
}

.c_work_nav__in {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 16px;
}
@media screen and (min-width: 768px) {
  .c_work_nav__in {
    column-gap: clamp(1.5625rem, 3.9556962025vw + -0.3362341772rem, 3.125rem);
  }
}
.c_work_nav__item {
  flex: 1;
  max-width: 105px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c_work_nav__item {
    max-width: 474px;
    border-radius: 40px;
  }
}
.c_work_nav__button {
  text-align: center;
  width: 100%;
  aspect-ratio: 1;
  font-weight: 500;
  letter-spacing: 0.15em;
  position: relative;
  z-index: 0;
  transition: color 0.3s ease-in-out;
  border-radius: 50%;
  border: 2px solid #0F376E;
  font-size: clamp(0.9375rem, 9.0909090909vw + -0.8806818182rem, 1.25rem);
}
@media screen and (min-width: 768px) {
  .c_work_nav__button {
    aspect-ratio: unset;
    min-height: clamp(4.0625rem, 5.3797468354vw + 1.480221519rem, 6.1875rem);
    border: 4px solid #0F376E;
    border-radius: 40px;
    font-size: clamp(1.25rem, 3.3227848101vw + -0.3449367089rem, 2.5625rem);
    padding: 2px 0 10px;
  }
}
.c_work_nav__button::after {
  content: "";
  position: absolute;
  border-radius: 40px;
  top: -4px;
  left: -4px;
  bottom: -4px;
  right: -4px;
  background-color: #0F376E;
  transform-origin: left center;
  transform: scaleX(0);
  transition: transform 0.3s ease-in-out;
  z-index: -1;
}
.c_work_nav__button.active {
  background-color: #0F376E;
  color: #FFFFFF;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .c_work_nav__button:hover {
    color: #fff;
  }
  .c_work_nav__button:hover::after {
    transform: scaleX(1);
  }
}

/*!
component > Texts
------------------------------
*/
/*!
component > List
------------------------------
*/
.c_breadcrumb {
  padding: 10px 20px;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb {
    padding: 18px 38px 15px;
  }
}
.c_breadcrumb__content {
  display: flex;
  justify-content: flex-end;
}
.c_breadcrumb__item {
  color: #c6c6c6;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.4285714286;
}
@media screen and (min-width: 768px) {
  .c_breadcrumb__item {
    font-size: 0.875rem;
  }
}
.c_breadcrumb__item a {
  font-family: "Raleway", sans-serif;
  color: #262424;
  padding-right: 16px;
  margin-right: 12px;
  position: relative;
}
.c_breadcrumb__item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 1px;
  background-color: #262424;
}

/*!
layout > container
------------------------------
*/
.container {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .container {
    max-width: 1200px;
  }
}

/*# sourceMappingURL=common.css.map */
