@charset "UTF-8";
body {
  color: #fefefe;
  font-family: "Zen Kaku Gothic New", sans-serif, sans-serif;
  font-style: normal;
  font-size: 1rem;
}

html,
body {
  max-width: 100%;
}

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

a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

.l-inner {
  width: min(1568px, 100%);
  padding-inline: 64px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-inline: 20px;
  }
}

.l-footer {
  padding-block: 4rem;
  position: relative;
  z-index: 12;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-block: 1.25rem;
  }
}

.l-footer__top {
  display: flex;
  justify-content: space-between;
  border-block-end: 1px solid rgba(254, 254, 254, 0.5);
  padding-block-end: 2rem;
  margin-inline: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    flex-direction: column;
    padding-block-end: 1.1875rem;
    margin-inline: 0;
  }
}

.l-footer__content {
  display: flex;
  flex-direction: column;
}

.l-footer-bottom {
  padding-block: 2rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-bottom {
    padding-block: 2rem 1.25rem;
  }
}

.l-contact {
  background: rgba(254, 254, 254, 0.2);
  border-radius: 3.75rem;
  padding-block: 6.4375rem 6.3125rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-contact {
    padding-block: 4.375rem;
    border-radius: 1.875rem;
  }
}

.l-contact__wrap {
  display: flex;
  column-gap: 23.875rem;
}
@media screen and (max-width: 767px) {
  .l-contact__wrap {
    flex-direction: column;
    row-gap: 1.9375rem;
  }
}

.l-contact__title-wrap {
  position: sticky;
  height: fit-content;
  top: 6.25rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .l-contact__title-wrap {
    position: static;
    white-space: normal;
  }
}

.l-contact__form {
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-contact__form {
    row-gap: 2.0625rem;
  }
}

.l-service {
  padding-block: 6.125rem 5.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding-block: 4.375rem 5.5rem;
  }
}

.l-service__top {
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-service__top {
    margin-block-start: 1.875rem;
  }
}

.l-service__items {
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-service__items {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.l-service__bottom {
  margin-block-start: 2.875rem;
}
@media screen and (max-width: 767px) {
  .l-service__bottom {
    margin-block-start: 2.5625rem;
  }
}

.l-service__skill--title-wrap {
  text-align: center;
}

.l-service__skill-items {
  justify-content: center;
  margin-block-start: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-service__skill-items {
    flex-direction: column;
    align-items: center;
    row-gap: 1.5625rem;
    margin-block-start: 2.0625rem;
  }
}

.l-service__skill-items,
.l-service__skill-items__top,
.l-service__skill-items__bottom {
  display: flex;
  column-gap: 1.5rem;
}

.l-animation {
  padding-block: 6.25rem 6.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-animation {
    padding-block-end: 4.3125rem;
  }
}

.l-top-works {
  padding-block: 5.875rem 6.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-top-works {
    padding-block: 4.375rem;
  }
}

.l-top-works__content {
  display: flex;
  column-gap: 8rem;
}
@media screen and (max-width: 767px) {
  .l-top-works__content {
    flex-direction: column;
    row-gap: 2.6875rem;
  }
}

.l-top-works__text-wrap {
  height: fit-content;
  position: sticky;
  top: 100px;
  display: flex;
  flex-direction: column;
  row-gap: 1.4375rem;
  max-width: 320px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-top-works__text-wrap {
    row-gap: 1rem;
    max-width: 100%;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .l-top-works__btn-wrap {
    margin-block-start: 0.625rem;
  }
}

.l-top-works__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-top-works__items {
    row-gap: 1.1875rem;
  }
}

.l-top-about {
  padding-block: 6.25rem 6.5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-top-about {
    padding-block: 4.375rem 5.125rem;
  }
}

.l-top-about__content {
  display: flex;
  flex-direction: column;
  row-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-top-about__content {
    row-gap: 2rem;
  }
}

.l-top-about__items {
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-top-about__items {
    flex-direction: column;
    row-gap: 1.375rem;
  }
}

.l-top-about__title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .l-top-about__title-wrap {
    row-gap: 0.5rem;
  }
}

#underlineAnimation {
  position: absolute;
  top: 100%;
  right: 0;
  width: 15.8125rem;
  height: 1.5625rem;
  transform: scaleX(1.4);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #underlineAnimation {
    width: 9.0625rem;
    transform: scaleX(1);
  }
}

#base3 path {
  fill: #ebff00;
}

#mask3 path {
  fill: none; /* 塗りの色 */
  stroke: #ebff00; /* 線の色 */
  stroke-width: 9px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
}

.l-top-about__btn-wrap {
  text-align: center;
}

.l-fv__wrapper {
  height: 200vh;
  position: sticky;
  top: 0;
}

.l-fv {
  position: relative;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  z-index: 10;
  background: url(../img/fv.webp) no-repeat center 0px/cover;
}

.l-fv__circle {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2000;
  transform: translate(-50%, -50%) scale(0);
  background-color: #2196f3;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.l-fv__circle.is-expanded {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: none;
}

.l-fv__title-wrap {
  text-align: center;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .l-fv__title-wrap {
    row-gap: 0.5625rem;
  }
}

.l-fv__skill-tag__wrap {
  display: flex;
  justify-content: center;
  column-gap: 0.5rem;
}

.l-fv__scroll-wrap {
  position: absolute;
  top: 72%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 1s ease;
}
.loading.js-loading-end {
  translate: 0% -100%;
}

.loading__text {
  color: #FFF;
  font-size: 40px;
  font-weight: 500;
  line-height: 60px;
  overflow: hidden;
}
.loading__text span {
  display: inline-block;
  animation: 0.5s 0.5s ease-in-out forwards slideUp;
  translate: 0 100%;
}
@keyframes slideUp {
  0% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}

.l-header {
  position: relative;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding-block: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header {
    padding-block: 1.8125rem;
  }
}

.l-header__inner {
  padding-inline: 2rem 5.4375rem;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding-inline: 1.25rem;
  }
}

.l-header__nav {
  display: flex;
  column-gap: 0.5rem;
}

.l-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 12.5rem;
  height: 28.5rem;
  border-radius: 0 0 0 1rem;
  background: #003555;
  overflow-y: hidden;
  translate: 101%;
  transition: all 0.5s ease;
}
.l-drawer.js-show {
  translate: 0;
}

.l-drawer__body {
  margin-inline-end: 2.5rem;
  padding-block: 7.8125rem 2.5rem;
  height: fit-content;
}

.l-drawer__list {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  align-items: flex-end;
}

.l-license__list-wrap {
  border-radius: 1.25rem;
  background: rgba(254, 254, 254, 0.2);
  margin-block-start: 1.25rem;
}

.l-license__list {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .l-license__list {
    padding: 1.25rem;
    gap: 0.75rem;
  }
}

.l-about__bg {
  background: url("../img/bg-water-surface.webp") no-repeat center top/contain;
}

.l-about {
  padding-block: 4rem 6.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding-block: 5.0625rem 4.3125rem;
  }
}

.l-about__content {
  display: flex;
  flex-direction: column;
  row-gap: 4.125rem;
}

.l-about__title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.5625rem;
  width: fit-content;
  position: relative;
}

.l-about__title-top {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-about__title-top {
    row-gap: 0.9375rem;
  }
}

.l-about__title {
  display: flex;
  column-gap: 2rem;
  align-items: center;
}

.l-about-page__title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.l-about__strengths {
  row-gap: 1.125rem;
}

@media screen and (max-width: 767px) {
  .l-about__strengths-items {
    row-gap: 1.375rem;
  }
}

.l-policy__items {
  margin-block-start: 1.25rem;
  display: flex;
  column-gap: 2rem;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-policy__items {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

/* 三角印を隠す（標準・Chrome・Firefox・Edge等） */
summary {
  list-style: none;
}

/* 三角印を隠す（Safari/iOS用） */
summary::-webkit-details-marker {
  display: none;
}

.l-episode__items {
  margin-block-start: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 1.25rem;
}

.l-main__bg {
  background: linear-gradient(180deg, #2196f3 0%, #1976d2 25%, #1565c0 50%, #0d47a1 75%, #0a2472 100%);
}

.c-sunlight {
  position: fixed;
  top: 0;
  right: 0;
  width: 112.5rem;
  height: 50rem;
  z-index: 10;
  aspect-ratio: 720/341;
  background: url("../img/bg-water-surface.webp") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-sunlight {
    width: 31.25rem;
    height: 12.5rem;
  }
}

.l-thanks__main-bg {
  background: linear-gradient(180deg, #2196f3 0%, #1976d2 25%, #1565c0 50%, #0d47a1 75%, #0a2472 100%);
  min-height: 100vh;
}

.l-thanks {
  padding-block: 12.5rem;
  position: relative;
  z-index: 10;
}

.l-thanks__text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
  text-align: center;
}

.l-thanks__btn-wrap {
  margin-block-start: 4rem;
}

.l-works {
  padding-block: 3.9375rem 6.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-works {
    padding-block: 1.375rem 0;
  }
}

.l-works__content {
  display: flex;
  flex-direction: column;
  row-gap: 3.75rem;
}
@media screen and (max-width: 767px) {
  .l-works__content {
    row-gap: 2rem;
  }
}

.l-works__title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-works__title-wrap {
    row-gap: 1rem;
  }
}

.l-works__items {
  display: flex;
  column-gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-works__items {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.l-works__item {
  flex-direction: column;
  flex: 1;
}

.l-works__item-image {
  flex-basis: auto;
}

.l-works__item-text-wrap {
  margin-block-start: 1.5rem;
}

.l-works__btn-wrap {
  margin-block-start: -0.9375rem;
}

.l-works__animation {
  position: relative;
  z-index: 10;
}

.l-works__animation-title {
  flex-direction: row;
  align-items: center;
  column-gap: 1rem;
}

.l-works__flow {
  padding-block-start: 6.25rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-works__flow {
    padding-block-start: 4.375rem;
  }
}

.l-works__flow-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 6.25rem;
}
@media screen and (max-width: 767px) {
  .l-works__flow-wrap {
    row-gap: 4.375rem;
  }
}

.l-works-modal__flow {
  background: rgba(254, 254, 254, 0.2) !important;
}

.c-section__title {
  color: #fefefe;
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
}

.c-section__title--en {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.375rem;
}
@media screen and (max-width: 767px) {
  .c-section__title--en {
    font-size: 2rem;
    letter-spacing: 0.1875rem;
  }
}

.c-section__title--ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-section__title--ja {
    font-size: 0.9375rem;
  }
}

.c-section__ja-only-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .c-section__ja-only-title {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
  }
}

.c-section__title-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}

.c-skill-tag {
  padding: 0.25rem 0.75rem;
  border-radius: 62.4375rem;
  border: 1px solid currentColor;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0375rem;
}
@media screen and (max-width: 767px) {
  .c-skill-tag {
    font-size: 0.625rem;
    letter-spacing: 0.03125rem;
    white-space: nowrap;
  }
}

.c-service__item {
  border-radius: 1.25rem;
  background: rgba(254, 254, 254, 0.2);
  padding: 2rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-service__item {
    padding: 1.25rem;
  }
}

.c-service__item-title-wrap {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
}

.c-service__item-icon {
  width: 2.125rem;
  height: 2.125rem;
}

.c-process__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c-process__item-title {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-service__item-text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  margin-block-start: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .c-service__item-text-wrap {
    margin-block-start: 0.375rem;
    row-gap: 0.375rem;
  }
}

.c-service__item-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.0625rem;
}

.c-animation__title {
  position: relative;
}

#circleAnimation {
  position: absolute;
  top: -5.625rem;
  left: -3.75rem;
  width: 28.8125rem;
  height: 16.4375rem;
  z-index: 2;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #circleAnimation {
    width: 13rem;
    left: -1.0625rem;
    top: -6.375rem;
  }
}

#base4 path {
  fill: #ebff00;
}

#mask4 path {
  fill: none; /* 塗りの色 */
  stroke: #FFF; /* 線の色 */
  stroke-width: 8px; /* 線幅 */
  stroke-linecap: round; /* 線端の形状 */
  stroke-linejoin: round; /* 角の形状 */
  stroke-miterlimit: 10;
}

@media screen and (max-width: 767px) {
  .c-animation__slide-img {
    width: 14.0625rem;
    height: 7.8125rem;
  }
}
.c-animation__slide-img img {
  border-radius: 1rem;
  height: 100%;
}

.c-animation__slide-text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-animation__slide-text-wrap {
    row-gap: 0.5625rem;
  }
}

.c-animation__slide-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c-animation__slide-title {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-animation__slide-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width: 767px) {
  .c-animation__slide-text {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}

.c-animation__tag-wrap {
  display: flex;
  column-gap: 0.25rem;
}

.c-top-works__item {
  display: flex;
  column-gap: 1.5rem;
  align-items: center;
  padding: 2.5rem 2rem 4.25rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  box-shadow: 2px 2px 20px 0 #0d47a1;
  backdrop-filter: blur(20px);
  position: relative;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-top-works__item {
    flex-direction: column;
    row-gap: 1.125rem;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  }
}
.c-top-works__item::before {
  content: "";
  position: absolute;
}
@media (any-hover: hover) {
  .c-top-works__item:hover {
    background: rgba(0, 53, 85, 0.5);
    border: 1px solid rgba(0, 53, 85, 0.5);
  }
}

.c-top-works__item-image {
  flex-basis: 55%;
  width: 100%;
  aspect-ratio: 16/9;
}
.c-top-works__item-image img {
  width: 100%;
}

.c-top-works__item-text-wrapper {
  flex-basis: 48%;
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-top-works__item-text-wrapper {
    row-gap: 0.4375rem;
  }
}

.c-top-works__item-title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.c--top-works__item-title--main {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c--top-works__item-title--main {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c--top-works__item-title--sub {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .c--top-works__item-title--sub {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-top-works__item-text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-top-works__item-text-wrap {
    row-gap: 0.25rem;
  }
}

.c-top-works__item-text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .c-top-works__item-text {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}

.c-top-works__item-link-wrap {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  display: flex;
  column-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-top-works__item-link-wrap {
    bottom: 0.8125rem;
  }
}

.c-top-works__item-link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .c-top-works__item-link {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}

.c-top-works__item-arrow-icon {
  width: 1.25rem;
  height: 0.7291875rem;
}

.c-btn {
  border-radius: 62.4375rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  backdrop-filter: blur(20px);
  padding: 0.75rem 0.75rem 0.75rem 2rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  width: fit-content;
  margin-inline: auto;
}

.c-btn__text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .c-btn__text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-btn__arrow-icon {
  width: 1.125rem;
  height: 0.625rem;
}

.c-top-about__item {
  padding: 2rem;
  border-radius: 1.25rem;
  background: rgba(254, 254, 254, 0.2);
  display: flex;
  flex-direction: column;
  row-gap: 0.4375rem;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-top-about__item {
    padding: 1.25rem;
    row-gap: 0.6875rem;
    min-height: 10.375rem;
  }
}

.c-top-about__item-icon {
  width: 2.125rem;
  height: 2.125rem;
  vertical-align: middle;
}

.c-top-about__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c-top-about__item-title {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
    display: flex;
    align-items: center;
    column-gap: 0.375rem;
  }
}

@media screen and (max-width: 767px) {
  .c-top-about__item-text-wrap {
    display: flex;
    flex-direction: column;
    row-gap: 0.375rem;
  }
}

.c-top-about__item-text {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-top-about__item-text {
    font-size: 1rem;
    letter-spacing: 0.05rem;
  }
}

.c-about-page__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 767px) {
  .c-about-page__title {
    font-size: 1.25rem;
    letter-spacing: 0.0625rem;
  }
}

.c-about__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .c-about__text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-policy__item {
  padding: 2rem;
  border-radius: 1.25rem;
  background: rgba(254, 254, 254, 0.2);
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-policy__item {
    padding: 1.25rem;
  }
}

.c-policy__item-title-wrap {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}

.c-policy__item-icon {
  width: 2.125rem;
  height: 2.125rem;
}

.c-policy__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c-policy__item-title {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-policy__item-text-wrap {
  margin-block-start: 0.75rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-policy__item-text-wrap {
    margin-block-start: 0.5rem;
    row-gap: 0.375rem;
  }
}

.c-policy__item-text {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}

.c-episode__item {
  padding: 1.25rem 2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  box-shadow: 2px 2px 20px 0 #0d47a1;
  backdrop-filter: blur(20px);
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-episode__item {
    padding-inline: 1.25rem;
  }
}
.c-episode__item.is-opened .c-episode__item-icon {
  rotate: 45deg;
}
.c-episode__item.is-opened .c-episode__item-text-wrapper {
  opacity: 1;
  visibility: visible;
}

.c-episode__item-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 0.625rem;
}

.c-episode__item-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .c-episode__item-title {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-episode__item-icon {
  width: 2.125rem;
  height: 2.125rem;
  transition: all 0.3s ease;
}

.c-episode__item-text-wrapper {
  margin-block-start: 0.75rem;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.c-episode__item-text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.75rem;
}

.c-episode__item-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width: 767px) {
  .c-episode__item-text {
    font-size: 0.875rem;
  }
}

button {
  background: none;
}

:where(dialog) {
  width: unset;
  max-width: unset;
  height: unset;
  max-height: unset;
  padding: unset;
  color: unset;
  background-color: unset;
  border: unset;
  overflow: unset;
}

body:has(dialog[open]) {
  overflow: hidden;
}

/* ドロワーメニューが開いているときは背景を固定 */
body:has(.l-drawer.js-show) {
  overflow: hidden;
}

.wrapper:has(dialog[open]) {
  overflow-y: auto;
  scrollbar-gutter: stable;
}

.c-modal__open-btn-wrap {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__open-btn-wrap {
    bottom: 0.8125rem;
  }
}

.c-modal__open-btn {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  color: #fefefe;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .c-modal__open-btn {
    font-size: 0.75rem;
    letter-spacing: 0.0375rem;
  }
}

.c-modal__open-btn-icon {
  width: 1.25rem;
  height: 0.7291875rem;
}

dialog::backdrop {
  opacity: 0;
  transition: background 0.3s ease-in-out;
}
dialog.js-show.c-modal__content {
  opacity: 1;
}
dialog.js-show::backdrop {
  opacity: 1;
  background: rgba(0, 53, 85, 0.5);
  backdrop-filter: blur(6px);
}

.c-modal__content {
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  width: 95%;
  max-width: 1312px;
  max-height: 80vh;
  -webkit-max-height: 80vh;
  border-radius: 1rem;
  background: rgba(254, 254, 254, 0.8);
  padding-block: 4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__content {
    padding-block: 1.25rem;
  }
}

.c-modal__inner {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__inner {
    padding-inline: 1.25rem;
  }
}

.c-modal__body {
  height: fit-content;
  color: #003555;
  display: flex;
  flex-direction: column;
  row-gap: 4rem;
}

.c-modal__top {
  display: flex;
  column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__top {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.c-modal__text-wrap {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.c-modal__head-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
  padding-block-end: 1.25rem;
  border-block-end: 1px solid currentColor;
}

.c-modal__head--main {
  color: #003555;
  white-space: nowrap;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .c-modal__head--main {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
  }
}

.c-modal__head--sub {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .c-modal__head--sub {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
  }
}

.c-modal__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-modal__link-wrap {
  display: flex;
  column-gap: 1rem;
  margin-block-start: 1rem;
}
@media screen and (max-width: 767px) {
  .c-modal__link-wrap {
    column-gap: 0.75rem;
    margin-block-start: 0.75rem;
  }
}

.c-modal__link {
  display: flex;
  align-items: center;
  column-gap: 0.5rem;
  border-block-end: 1px solid currentColor;
  padding-block-end: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-modal__link {
    column-gap: 0.375rem;
  }
}

.c-modal__link-text {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .c-modal__link-text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-modal__link-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.c-modal__link-pass-wrap {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .modal__link-pass {
    font-size: 0.625rem;
  }
}
.modal__link-pass span {
  font-weight: 500;
}
.modal__link-pass {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.0375rem;
}

.c-modal__image-wrap {
  flex-shrink: 0;
}

.c-modal__image {
  width: 41.5rem;
  height: 22.5rem;
  aspect-ratio: 664/360;
}
@media screen and (max-width: 767px) {
  .c-modal__image {
    width: 100%;
    height: auto;
  }
}

.is-safari .c-modal__image {
  width: 100%;
  height: 100%;
}

.c-modal__swiper-container,
.c-modal__swiper,
.c-modal__swiper-wrapper,
.c-modal__swiper-slide {
  position: relative;
}

.c-modal__swiper {
  overflow: visible;
}

.c-modal__swiper-slide {
  background: #003555 !important;
  color: #fefefe !important;
}

.c-modal__swiper-button-prev,
.c-modal__swiper-button-next,
.c-modal__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.c-modal__swiper-button-prev::after,
.c-modal__swiper-button-next::after {
  content: "";
}

.c-modal__swiper-button-prev,
.c-modal__swiper-button-next {
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: #003555;
  border-radius: 50%;
  backdrop-filter: blur(20px);
  position: relative;
}
.c-modal__swiper-button-prev::after,
.c-modal__swiper-button-next::after {
  position: absolute;
  color: #fefefe;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-modal__swiper-button-prev::after {
  content: "←";
}

.c-modal__swiper-button-next::after {
  content: "→";
}

.c-modal__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content;
}

.c-modal__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  aspect-ratio: 1;
  background: rgba(0, 53, 85, 0.5);
  border-radius: 50%;
}

.c-modal__swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #003555 !important;
}

.c-modal__detail {
  padding-block: 4rem;
  border-radius: 0.75rem;
  background: rgba(254, 254, 254, 0.8);
}
@media screen and (max-width: 767px) {
  .c-modal__detail {
    padding-block: 1.25rem;
  }
}

.c-modal__detail-inner {
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-inner {
    padding-inline: 1.25rem;
  }
}

.c-modal__detail-head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
  padding-block-end: 0.3125rem;
  border-block-end: 5px solid #eee;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-head {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-modal__detail-items {
  margin-block-start: 1.25rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-items {
    row-gap: 0.125rem;
  }
}

.c-modal__detail-item {
  font-size: 0.875rem;
  letter-spacing: 0.04375rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-item {
    font-size: 0.75rem;
  }
}
.c-modal__detail-item--column {
  flex-direction: column;
}

.c-modal__detail-title {
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-title {
    letter-spacing: 0.0375rem;
  }
}

.c-modal__detail-text-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-text-wrap {
    row-gap: 0.125rem;
  }
}

.c-modal__detail-text {
  font-weight: 500;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
}
@media screen and (max-width: 767px) {
  .c-modal__detail-text {
    font-weight: 500;
    letter-spacing: 0.0375rem;
  }
}

.c-modal__flow {
  padding-block: 4rem;
  border-radius: 0.75rem;
  background: rgba(254, 254, 254, 0.8);
}
@media screen and (max-width: 767px) {
  .c-modal__flow {
    padding-block: 1.25rem;
  }
}

.c-modal__flow-inner {
  padding-inline: 4rem;
}
@media screen and (max-width: 767px) {
  .c-modal__flow-inner {
    padding-inline: 1.25rem;
  }
}

.c-modal__flow-head {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
  padding-block-end: 0.3125rem;
  border-block-end: 5px solid #eee;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .c-modal__flow-head {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.c-modal__flow-steps {
  display: flex;
  column-gap: 2rem;
  margin-block-start: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-modal__flow-steps {
    flex-direction: column;
    row-gap: 1.25rem;
  }
}

.c-modal__flow-step {
  flex: 1;
}

.c-step-box {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-step-box {
    row-gap: 0.375rem;
  }
}

.c-step-box__title-wrap {
  display: flex;
  align-items: center;
  column-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .c-step-box__title-wrap {
    column-gap: 0.125rem;
  }
}

.c-step-box__circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 0.125rem;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 62.4375rem;
  background: #003555;
  color: #fefefe;
  font-family: "Inter", sans-serif;
  font-style: italic;
  font-weight: 500;
  line-height: 1;
}
.c-step-box__circle--white {
  background: #fefefe;
}

.c-step-box__circle--text {
  font-size: 0.9375rem;
}
.c-step-box__circle--text.--dark {
  color: #003555;
}
@media screen and (max-width: 767px) {
  .c-step-box__circle--text {
    font-size: 0.875rem;
  }
}

.c-step-box__circle--number {
  font-size: 1.25rem;
}
.c-step-box__circle--number.--dark {
  color: #003555;
}
@media screen and (max-width: 767px) {
  .c-step-box__circle--number {
    font-size: 1rem;
  }
}

.c-step-box__title {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-step-box__title {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-step-box__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .c-step-box__text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-step-box__link-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}

.c-step-box__link {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
  text-decoration-line: underline;
  text-underline-offset: 0.125rem;
}
@media screen and (max-width: 767px) {
  .c-step-box__link {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.c-modal__close-btn {
  position: absolute;
  z-index: 2;
  top: 20px;
  right: 20px;
  font-size: 30px;
}

.c-modal__close-btn-icon {
  width: 2.5rem;
  height: 2.5rem;
}

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

.c-modal__bottom-btn {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.05rem;
  padding: 0.75rem 4.9375rem 0.75rem 4.4375rem;
  background: #003555;
  color: #fefefe;
  border-radius: 62.4375rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #003555;
  backdrop-filter: blur(20px);
  position: relative;
}
.c-modal__bottom-btn::after {
  content: "✕";
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 25%;
  right: 0.75rem;
}

.c-modal__bottom-btn-text {
  display: flex;
}

.c-circle__bg-wrap {
  height: fit-content;
  position: sticky;
  top: 6.25rem;
  z-index: 10;
}

.c-circle__bg {
  position: absolute;
  border-radius: 50%;
}

.c-circle__bg--1 {
  top: 0;
  left: 0;
  width: 58rem;
  height: 58rem;
  background: #0048ff;
  mix-blend-mode: multiply;
  filter: blur(80px);
  animation: move3d--1 20s ease-in-out infinite alternate;
}
@keyframes move3d--1 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  25% {
    transform: translate3d(-25%, 75%, 0px);
  }
  50% {
    transform: translate3d(min(25%, 100vw - 58rem), 25%, 0px);
  }
  75% {
    transform: translate3d(-75%, 50%, 0px);
  }
  100% {
    transform: translate3d(min(100%, 100vw - 58rem), 0px, 0px);
  }
}
@media screen and (max-width: 767px) {
  .c-circle__bg--1 {
    width: 25rem;
    height: 25rem;
  }
  @keyframes move3d--1 {
    0% {
      transform: translate3d(0px, 0px, 0px);
    }
    25% {
      transform: translate3d(-25%, 75%, 0px);
    }
    50% {
      transform: translate3d(min(25%, 100vw - 25rem), 25%, 0px);
    }
    75% {
      transform: translate3d(-75%, 50%, 0px);
    }
    100% {
      transform: translate3d(min(100%, 100vw - 25rem), 0px, 0px);
    }
  }
}

.c-circle__bg--2 {
  top: 31.25rem;
  right: 0;
  width: 35.125rem;
  height: 35.125rem;
  opacity: 0.4;
  background: #1caed2;
  mix-blend-mode: screen;
  filter: blur(50px);
  animation: move3d--2 30s ease-in-out infinite alternate;
}
@keyframes move3d--2 {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  25% {
    /* 100px右、50px下、100px前(手前)に移動 */
    transform: translate3d(-100%, -50%, 0px);
  }
  50% {
    /* 100px右、50px下、100px前(手前)に移動 */
    transform: translate3d(-200%, -30%, 0px);
  }
  75% {
    /* 100px右、50px下、100px前(手前)に移動 */
    transform: translate3d(-100%, -50%, 0px);
  }
  100% {
    /* 100px右、50px下、100px前(手前)に移動 */
    transform: translate3d(0, -150%, 0px);
  }
}
@media screen and (max-width: 767px) {
  .c-circle__bg--2 {
    width: 12.5rem;
    height: 12.5rem;
  }
}

.c-top-sunlight,
.c-sunlight {
  position: fixed;
  top: 0;
  right: 0;
  width: 112.5rem;
  height: 50.875rem;
  z-index: 10;
  aspect-ratio: 720/341;
  background: url("../img/bg-water-surface.webp") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .c-top-sunlight,
  .c-sunlight {
    width: 31.25rem;
    height: 14.125rem;
  }
}

.c-top-sunlight {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.c-top-sunlight.js-fade {
  visibility: visible;
  opacity: 1;
}

.p-footer__title-link {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.p-footer__title--en {
  font-family: "Noto Sans", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__title--en {
    text-align: center;
  }
}

.p-footer__title--ja {
  font-size: 2.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-footer__title--ja {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
  }
}

.p-footer__nav-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__nav-wrap {
    align-items: center;
  }
}

.p-footer__nav {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-footer__nav {
    justify-content: center;
    padding-block-start: 1.9375rem;
  }
}

.p-footer-nav__list {
  display: flex;
  column-gap: 1.875rem;
}
@media (max-width: 1181px) {
  .p-footer-nav__list {
    column-gap: 14px;
  }
}
@media (max-width: 921px) {
  .p-footer-nav__list {
    column-gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .p-footer-nav__list {
    flex-direction: column;
    row-gap: 1.8125rem;
    align-items: center;
  }
}

.p-footer-nav__link {
  font-family: "Noto Sans", sans-serif;
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}

.p-footer__sns {
  display: flex;
  column-gap: 0.6875rem;
}

.p-footer__sns-link {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-footer__sns-link {
    margin-block-start: 2.5rem;
  }
}

.p-footer__sns-icon {
  width: 2.5rem;
  height: 2.5rem;
}

small {
  display: block;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.03rem;
}

.p-contact__text-wrap {
  margin-block-start: 1.4375rem;
  display: flex;
  flex-direction: column;
  row-gap: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text-wrap {
    margin-block-start: 0.9375rem;
    row-gap: 0.4375rem;
  }
}

.p-contact__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5; /* 22.5px */
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    letter-spacing: 0.04rem;
    font-size: 1rem;
    font-family: Arial;
  }
}

.p-contact__head {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__head {
    font-size: 1rem;
    letter-spacing: 0.0625rem;
    font-family: "Noto Sans", sans-serif;
  }
}
.p-contact__head--must {
  position: relative;
  display: inline-block;
  margin-block-end: 3px;
}
.p-contact__head--must::after {
  content: "必須";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: calc(100% + 4px);
  padding: 0.25rem 0.5rem;
  border-radius: 2px;
  background: #003555;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-contact__head--must::after {
    padding: 0.125rem 0.3125rem;
  }
}

.p-contact__text-example {
  color: #eee;
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .p-contact__text-example {
    letter-spacing: 0.0625rem;
    font-size: 1rem;
  }
}

.contact__privacy-text {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.04375rem;
}
@media screen and (max-width: 767px) {
  .contact__privacy-text {
    letter-spacing: 0.035rem;
  }
}

.p-contact__row {
  display: flex;
  flex-direction: column;
  row-gap: 0.25rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    row-gap: 0.3125rem;
  }
}

input[type=text],
input[type=email],
textarea {
  padding: 1.1875rem;
  width: 100%;
  border-radius: 0.25rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  backdrop-filter: blur(20px);
}
input[type=text].invalid,
input[type=email].invalid,
textarea.invalid {
  border: 1px solid #E83C4D;
}

input[type=checkbox].invalid + span::before {
  border-color: red;
}

textarea {
  resize: vertical;
  height: 12.5rem;
}

input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__data-checkbox {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox {
    text-align: left;
  }
}
.p-contact__data-checkbox span {
  padding-inline-start: 1.75rem;
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox span {
    font-size: 1rem;
    letter-spacing: 0.0625rem;
  }
}
.p-contact__data-checkbox span::before {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border: 2px solid #fefefe;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox span::before {
    left: 2px;
  }
}
.p-contact__data-checkbox span::after {
  content: "";
  position: absolute;
  top: 50%;
  translate: 0 -85%;
  left: 4px;
  width: 0.375rem;
  height: 0.75rem;
  border-inline-end: 2px solid #fefefe;
  border-block-end: 2px solid #fefefe;
  rotate: 45deg;
  margin-block-start: 0.125rem;
  transition: all 0.3s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__data-checkbox span::after {
    left: 0.5rem;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  background: transparent;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

.row.jc-center {
  justify-content: center;
}

.p-contact__submit {
  margin-block-start: 0.75rem;
  text-align: center;
}
.p-contact__submit input[type=submit] {
  display: inline-block;
  font-weight: 500;
  line-height: 1.5;
  color: #fefefe;
  letter-spacing: 0.05rem;
  padding: 0.75rem 4.15625rem;
  border-radius: 62.4375rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-contact__submit input[type=submit]:hover {
    background: #003555;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__submit input[type=submit] {
    font-size: 0.9375rem;
    padding: 0.8125rem 4.25rem;
  }
}

.p-contact__error-message {
  color: red;
}

.p-service__skill-title {
  padding-inline: 2.5rem;
  font-family: "Inter", sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-service__skill-title {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
  }
}
.p-service__skill-title::before, .p-service__skill-title::after {
  content: "";
  position: absolute;
  width: 2rem;
  height: 0.125rem;
  top: 50%;
  translate: 0 -50%;
  background: #fefefe;
}
.p-service__skill-title::before {
  left: 0;
}
.p-service__skill-title::after {
  right: 0;
}

.p-service__skill-item {
  display: flex;
  flex-direction: column;
  row-gap: 0.5625rem;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .p-service__skill-item {
    row-gap: 0.375rem;
  }
}

.p-service__skill-icon {
  width: 6.25rem;
  height: 6.25rem;
}
@media screen and (max-width: 767px) {
  .p-service__skill-icon {
    width: 4.0625rem;
    height: 4.0625rem;
  }
}

.p-service__skill-text {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-service__skill-text {
    font-size: 0.6875rem;
    font-style: normal;
    letter-spacing: 0.034375rem;
  }
}

.p-animation__swiper-container,
.p-animation__swiper,
.p-animation__swiper-wrapper,
.p-animation__swiper-slide {
  position: relative;
}

.p-animation__swiper-slide {
  margin-block-start: 2.1875rem;
  padding: 1.5rem;
  border-radius: 1rem;
  background: rgba(254, 254, 254, 0.2);
  backdrop-filter: blur(20px);
  width: 25rem;
  height: 32.125rem;
  aspect-ratio: 400/498;
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-slide {
    padding: 1rem;
    width: 16rem;
    height: 24.9375rem;
    aspect-ratio: 256/399;
    row-gap: 0.75rem;
    margin-block-start: 1.875rem;
  }
}

.p-animation__swiper-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 2rem;
  margin-block-start: 2rem;
}
@media screen and (max-width: 767px) {
  .p-animation__swiper-bottom {
    margin-block-start: 1rem;
  }
}

.p-swiper-button-prev--top,
.p-swiper-button-next--top,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

.p-swiper-button-prev--top::after,
.p-swiper-button-next--top::after {
  content: "";
}

.p-swiper-button-prev--top,
.p-swiper-button-next--top {
  width: 3.125rem;
  height: 3.125rem;
  border: 2px solid rgba(255, 255, 255, 0.5);
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  border-radius: 50%;
  backdrop-filter: blur(20px);
  position: relative;
}
.p-swiper-button-prev--top::after,
.p-swiper-button-next--top::after {
  position: absolute;
  color: #fefefe;
  font-size: 1.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-swiper-button-prev--top::after {
  content: "←";
}

.p-swiper-button-next--top::after {
  content: "→";
}

.p-swiper-pagination--top.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: fit-content;
}

.p-swiper-pagination--top.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
  width: 0.625rem;
  height: 0.625rem;
  aspect-ratio: 1;
  background: rgba(254, 254, 254, 0.2);
  border-radius: 50%;
}

.p-swiper-pagination--top.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #fefefe;
}

.p-top-works__btn {
  margin-inline: 0;
}

.p-top-works__text {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .p-top-works__text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.p-fv__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-fv__title {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
    white-space: nowrap;
  }
}

#textAnimation {
  opacity: 0;
  width: 9.75rem;
  height: auto;
  text-align: center;
}
.p-fv__text-base path,
.p-fv__arrow-base path {
  fill: #ebff00;
}

.p-fv__text-mask path,
.p-fv__arrow-mask path {
  fill: none;
  stroke: #ebff00;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.p-fv__text-mask path {
  stroke-width: 10px;
}

.p-fv__arrow-mask path {
  stroke-width: 6px;
}

#arrowAnimation {
  opacity: 0;
  width: 2.5rem;
  height: 3.875rem;
}

.p-fv-title__text {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-fv-title__text {
    font-size: 0.875rem;
    letter-spacing: 0.046875rem;
  }
}

.p-fv__scroll-icon-text-wrap {
  margin-inline: auto;
  width: 9.75rem;
  height: auto;
}

.p-header__logo {
  color: #003555;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.075rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: 1.125rem;
    letter-spacing: 0.05625rem;
  }
}

.p-header__btn {
  padding: 0.75rem 2rem;
  border-radius: 62.4375rem;
  border: 1px solid #003555;
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  box-shadow: 2px 2px 10px 0 rgba(13, 71, 161, 0.5);
  backdrop-filter: blur(20px);
  display: flex;
  column-gap: 0.625rem;
  align-items: center;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    display: none;
  }
}

.p-header__btn-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.p-header__btn-text {
  color: #003555;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05rem;
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  top: 1.5rem;
  right: 1.875rem;
  width: 3rem;
  height: 3rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(90deg, rgba(254, 254, 254, 0.4) 0%, rgba(254, 254, 254, 0.2) 100%);
  border: 1px solid #003555;
  filter: drop-shadow(1.6px 1.6px 8px rgba(13, 71, 161, 0.5));
  backdrop-filter: blur(16px);
  transition: background 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__icon:hover {
    background: #003555;
  }
  .p-drawer__icon:hover .p-drawer__icon--bar {
    row-gap: 0.5rem;
  }
  .p-drawer__icon:hover .p-drawer__icon--bar1,
  .p-drawer__icon:hover .p-drawer__icon--bar2 {
    background: #fefefe;
  }
}
@media screen and (max-width: 767px) {
  .p-drawer__icon {
    top: 1rem;
    right: 1.25rem;
  }
}

@media (any-hover: hover) {
  .is-safari .p-drawer__icon:hover .p-drawer__icon--bar {
    row-gap: 11px;
  }
}
@media screen and (any-hover: hover) and (max-width: 767px) {
  .is-safari .p-drawer__icon:hover .p-drawer__icon--bar {
    row-gap: 13px;
  }
}

.p-drawer__icon--bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 0.3125rem;
  transition: all 0.3s ease;
}

.is-safari .p-drawer__icon--bar {
  row-gap: 7px;
}
@media screen and (max-width: 767px) {
  .is-safari .p-drawer__icon--bar {
    row-gap: 9px;
  }
}

.p-drawer__icon--bar1,
.p-drawer__icon--bar2 {
  transition: all 0.3s ease;
  width: 1.6rem;
  height: 0.0625rem;
  background: #003555;
}

.p-drawer__icon.js-show {
  background: #003555;
  border: 1px solid #fefefe;
  filter: none;
}
@media (any-hover: hover) {
  .p-drawer__icon.js-show:hover .p-drawer__icon--bar {
    row-gap: 0.3125rem;
  }
}
.p-drawer__icon.js-show .p-drawer__icon--bar1 {
  transform: translateY(0.1875rem) rotate(45deg);
  background: #fefefe;
}
.p-drawer__icon.js-show .p-drawer__icon--bar2 {
  transform: translateY(-0.1875rem) rotate(-45deg);
  background: #fefefe;
}

.p-drawer__item {
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__item:hover {
    translate: 0.625rem 0;
  }
}

.p-drawer__link {
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-drawer__link:hover {
    transform: translateX(15%);
  }
}

.p-drawer__link-text {
  color: #fefefe;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
.p-drawer__link-text span {
  font-weight: 700;
}

.p-drawer__link-icon {
  width: 1.125rem;
  height: 0.625rem;
  aspect-ratio: 9/5;
}

.p-license__list-text {
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.046875rem;
}
@media screen and (max-width: 767px) {
  .p-license__list-text {
    font-size: 0.875rem;
    letter-spacing: 0.04375rem;
  }
}

.p-about__title--en {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__title--en {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
}

.p-about__title--ja {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.0625rem;
}
@media screen and (max-width: 767px) {
  .p-about__title--ja {
    font-size: 0.9375rem;
    letter-spacing: 0.046875rem;
  }
}

.p-about__title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1rem;
}

.p-top-about__title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .p-top-about__title {
    font-size: 1.75rem;
    letter-spacing: 0.0875rem;
  }
}

/*========= LoadingのためのCSS ===============*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  text-align: center;
  color: #fff;
}

/* Loading画像中央配置　*/
#splash__text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash__text svg {
  height: 2px;
}

/*割れる画面のアニメーション*/
.loader__cover {
  width: 100%;
  height: 50%;
  background-color: #333;
  transition: all 0.2s cubic-bezier(0.04, 0.435, 0.315, 0.9);
  transform: scaleY(1);
}

/*上の画面*/
.loader__cover-up {
  transform-origin: center top;
}

/*下の画面*/
.loader__cover-down {
  position: absolute;
  bottom: 0;
  transform-origin: center bottom;
}

/*クラス名がついたらY軸方向に0*/
.coveranime {
  transform: scaleY(0);
}

.p-thanks__title {
  font-family: "Inter", sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.2rem;
}

.p-thanks__text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.075rem;
}

.u-separate {
  margin-block: 24px;
}

@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1440px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none;
  }
}

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

@media screen and (min-width: 768px) {
  .u-margin-block-start--8-pc {
    margin-block-start: -8px;
  }
}

.u-margin-block-start-7 {
  margin-block-start: 7px;
}

@media screen and (max-width: 767px) {
  .u-margin-block-start--4-sp {
    margin-block-start: -0.25rem;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-block-start--7-sp {
    margin-block-start: -0.4375rem;
  }
}

@media screen and (max-width: 767px) {
  .u-margin-block-start-5-sp {
    margin-block-start: 0.3125rem;
  }
}

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

.u-animation__text-wrap {
  overflow: hidden;
}
@media (any-hover: hover) {
  .u-animation__text-wrap:hover .u-animation__text {
    overflow: hidden;
  }
  .u-animation__text-wrap:hover .u-animation__text > span {
    display: inline-block;
    animation: showText 0.3s both;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(1) {
    animation-delay: 0s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(2) {
    animation-delay: 0.05s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(3) {
    animation-delay: 0.1s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(4) {
    animation-delay: 0.15s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(5) {
    animation-delay: 0.2s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(6) {
    animation-delay: 0.25s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(7) {
    animation-delay: 0.3s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(8) {
    animation-delay: 0.35s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(9) {
    animation-delay: 0.4s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(10) {
    animation-delay: 0.45s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(11) {
    animation-delay: 0.5s;
  }
  .u-animation__text-wrap:hover .u-animation__text > span:nth-child(12) {
    animation-delay: 0.55s;
  }
}

.u-animation__text > span {
  transition: translate 0.3s ease;
}

@keyframes showText {
  0% {
    translate: 0 0;
  }
  50% {
    translate: 0 -100%;
  }
  51% {
    translate: 0 100%;
  }
  100% {
    translate: 0 0;
  }
}
.u-animated__fadeIn {
  opacity: 0;
  translate: 0 2.5rem;
  transition: all 0.3s ease;
}
.u-animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.u-animated__fadeIn--down {
  opacity: 0;
  translate: 0 -2.5rem;
  transition: all 1s ease;
}
.u-animated__fadeIn--down.js-show {
  opacity: 1;
  translate: 0 0;
}

.u-animated__fadeIn--left {
  transition: all 0.8s ease;
  clip-path: inset(0 100% 0 0);
  opacity: 0;
}
.u-animated__fadeIn--left.js-show {
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.u-animated__fadeIn--left.--delay0 {
  transform: translateX(0); /* 初期位置を固定 */
}

.js-wave {
  position: relative;
  overflow: hidden;
}

.js-wave .u-animation__wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(254, 254, 254, 0.8);
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
}

@media (any-hover: hover) {
  .u-scale__item:hover .u-scale__item-image-wrap img {
    transform: scale(1.07);
  }
}

.u-scale__item-image-wrap img {
  transition: transform 0.6s ease;
}

/* =========================================================
   スクロールスパイ：表示中セクションのナビを強調
   ========================================================= */
.p-drawer__link.is-current {
  transform: translateX(12%);
}
.p-drawer__link.is-current .p-drawer__link-text {
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 2px;
}
.p-footer-nav__link.is-current {
  text-decoration: underline;
  text-underline-offset: 0.28em;
  text-decoration-thickness: 2px;
}

/* ヘッダーボタン（制作実績・お問い合わせ）のアクティブ表示 */
.p-header__btn.is-current {
  background: #003555;
  border-color: #003555;
}
.p-header__btn.is-current .p-header__btn-text {
  color: #fefefe;
}
.p-header__btn.is-current .p-header__btn-icon path {
  stroke: #fefefe;
}
