@charset "UTF-8";
/* 本文のテキスト用 */
/* 本文のテキスト用 */
/* トランジションの変数 */

/* オープニングアニメーションの変数 */

body {
  color: #0e1d26;
  background: #ffffff;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  line-height: normal;
  font-weight: 400;
  font-size: 1rem;
}

a[href^="tel:"] {
  pointer-events: none;
}

figure {
  margin: 0;
  padding: 0;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

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

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

.title-wrap {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .title-wrap {
    margin-bottom: 30px;
  }
}

.title--en {
  text-transform: uppercase;
  font-size: 50px;
  font-size: clamp(3.125rem, 1.7004086181rem + 2.9717682021vw, 4.375rem);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .title--en {
    font-size: 2.5rem;
  }
}

.title--ja {
  font-size: clamp(1rem, 0.0027860327rem + 2.0802377415vw, 1.875rem);
  font-weight: 500;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}

.subtitle {
  font-size: 40px;
  font-weight: 700;
}

.animated__colorBox {
  position: relative;
  color: #0f2940;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
}
.animated__colorBox::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0f2940;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
          transform-origin: 0 50%;
  pointer-events: none;
}
.animated__colorBox.js-show {
  -webkit-animation: 1.2s forwards ease-in-out textView;
          animation: 1.2s forwards ease-in-out textView;
}
.animated__colorBox.js-show::after {
  -webkit-animation: 1.2s forwards ease-in-out colorBox;
          animation: 1.2s forwards ease-in-out colorBox;
}

@-webkit-keyframes textView {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}

@keyframes textView {
  from {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
  }
  to {
    -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes colorBox {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes colorBox {
  0%, 50% {
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
  }
  60%, 100% {
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
  }
  60% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
.c-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-breadcrumbs a {
  position: relative;
  color: #bfcfd9;
}
.c-breadcrumbs a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bfcfd9;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .c-breadcrumbs a:focus-visible::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-breadcrumbs a:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
.c-breadcrumbs .current-item {
  color: #0e1d26;
}

.c-category {
  color: #ffffff;
  display: inline;
  padding-inline: 10px;
  font-size: 1rem;
  border-radius: 5px;
}

.c-category--client-work {
  background: #bfcfd9;
}

.c-category--self-work {
  background: #bfcfd9;
}

.c-circle-text {
  position: absolute;
  z-index: -10;
  left: -250px;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .c-circle-text {
    left: -120px;
  }
}

.c-circle-text__container {
  padding: 40px;
  z-index: -10;
}

.c-circle-text__block {
  width: 500px;
  height: 500px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .c-circle-text__block {
    width: 250px;
    height: 250px;
  }
}

.c-circle-text__circleText {
  overflow: visible;
  -webkit-animation: rotation 60s linear infinite;
          animation: rotation 60s linear infinite;
}
.c-circle-text__circleText__circle {
  fill: none;
}
.c-circle-text__circleText__text {
  fill: #dfeff2;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-circle-text__circleText__text {
    font-size: 1.125rem;
  }
}

@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-page-title {
  /* 初期状態では非表示に設定 */
  opacity: 0;
  visibility: hidden;
}

/* SplitTypeで処理された後のスタイル */
.c-page-title.is-ready {
  opacity: 1;
  visibility: visible;
}

.c-page-title .char {
  /* 初期の状態 */
  translate: 0 100%;
  /* 確実にフォントを適用 */
  opacity: 0;
}

.c-page-title span {
  /* 囲んで被せる */
  overflow: hidden;
  display: inline-block;
}

.c-page-title small {
  overflow: hidden;
  display: inline-block;
}

.c-page-title span .char {
  font-family: "Outfit", sans-serif;
  font-size: clamp(2.5rem, -2.4860698366rem + 10.4011887073vw, 6.875rem);
  font-weight: 500;
  text-transform: uppercase;
}

.c-page-title small .char {
  text-transform: uppercase;
  font-size: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.12em;
  font-weight: 400;
}

.c-external-link {
  color: #0066c0;
}

.c-link--privacy-policy {
  color: #0066c0;
  text-decoration: underline;
}

.c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-tag {
  border: 1px solid #0e1d26;
  color: #0e1d26;
  background-color: #ffffff;
  display: inline;
  border-radius: 20px;
  padding-inline: 16px;
  padding-block: 2px;
  font-size: 0.75rem;
}

.c-article:focus-visible .c-article__imgContainer img {
  scale: 1.2;
}

@media (any-hover: hover) {
  .c-article:hover .c-article__imgContainer {
    border: 1px solid #bfcfd9;
  }
  .c-article:hover .c-article__imgContainer img {
    scale: 1.2;
  }
  .c-article:hover .c-article__head {
    color: #bfcfd9;
  }
  .c-article:hover .c-tag {
    color: #ffffff;
    background-color: #bfcfd9;
    border: 1px solid #bfcfd9;
  }
  .c-article:nth-of-type(3n + 1):hover .c-article__imgContainer {
    border-radius: 100% 100% 58% 100%/58% 100% 31% 100%;
  }
  .c-article:nth-of-type(3n + 2):hover .c-article__imgContainer {
    border-radius: 100% 8% 76% 52%/73% 70% 74% 86%;
  }
  .c-article:nth-of-type(3n + 3):hover .c-article__imgContainer {
    border-radius: 80% 52% 100% 28%/90% 80% 40% 100%;
  }
}
.c-article__imgContainer {
  aspect-ratio: 400/300;
  overflow: hidden;
  -webkit-transition: border-radius 1s ease;
  transition: border-radius 1s ease;
  border: 1px solid #eeebdd;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="20" /><feOffset dx="1" dy="1" result="offsetblur" /><feFlood flood-color="rgba(88,87,75,0.2)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(0px 0px 20px rgba(88, 87, 75, .2));
          filter: drop-shadow(0px 0px 20px rgba(88, 87, 75, .2));
}
.c-article__imgContainer img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: scale 1s ease;
  transition: scale 1s ease;
}

.c-article__data {
  margin-top: 10px;
}

.c-article__tags {
  margin-top: 4px;
}
.c-article__tags .c-tag {
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border 0.3s ease;
}

.c-article__head {
  color: #0e1d26;
  margin-top: 2px;
  font-weight: 700;
  font-size: 1.25rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-btn {
  display: inline-block;
  padding-inline: 50px;
  padding-block: 20px;
  border: 1px solid #0e1d26;
  border-radius: 100vmax;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  text-align: center;
}
.c-btn svg {
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-btn__text {
  text-transform: uppercase;
  font-size: clamp(1rem, 0.4301634473rem + 1.1887072808vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  font-family: "Outfit", sans-serif;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.c-btn:focus-visible {
  border: 1px solid #bfcfd9;
  background-color: #bfcfd9;
}
.c-btn:focus-visible .c-btn__text {
  color: #ffffff;
}
.c-btn:focus-visible .c-btn__text svg {
  color: #ffffff;
}

@media (any-hover: hover) {
  .c-btn:hover {
    border: 1px solid #bfcfd9;
    background-color: #bfcfd9;
  }
  .c-btn:hover .c-btn__text {
    color: #ffffff;
  }
  .c-btn:hover svg {
    color: #ffffff;
  }
}
.c-toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  cursor: pointer;
}
.c-toTop.js-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.c-toTop:focus-visible .c-toTop__arrow {
  background-color: #dfeff2;
}

@media (any-hover: hover) {
  .c-toTop:hover .c-toTop__arrow {
    background-color: #dfeff2;
    border: 2px solid #ffffff;
    translate: 0 -1.25rem;
  }
  .c-toTop:hover .c-toTop__arrow::after {
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    top: 50%;
  }
  .c-toTop:hover .c-toTop__loop-wrap {
    background-color: #bfcfd9;
  }
  .c-toTop:hover .c-toTop__loop-wrap::after {
    border-color: #bfcfd9 transparent transparent;
  }
}
.c-toTop__arrow {
  margin-top: 30px;
  width: 60px;
  height: 60px;
  width: clamp(2.5rem, 1.0754086181rem + 2.9717682021vw, 3.75rem);
  height: clamp(2.5rem, 1.0754086181rem + 2.9717682021vw, 3.75rem);
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
  -webkit-transition: background-color 1s ease, translate 1s ease;
  transition: background-color 1s ease, translate 1s ease;
  border: 2px solid #bfcfd9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.c-toTop__arrow::after {
  content: "";
  position: absolute;
  width: 20px;
  height: auto;
  aspect-ratio: 1;
  border-right: 2px solid #bfcfd9;
  border-bottom: 2px solid #bfcfd9;
  -webkit-transition: border 0.3s ease, top 1s ease;
  transition: border 0.3s ease, top 1s ease;
  rotate: 225deg;
  top: 56%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 767px) {
  .c-toTop__arrow::after {
    width: 10px;
  }
}

.c-toTop__deco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.c-toTop__loop-wrap {
  position: relative;
  width: 80px;
  padding-block: 4px;
  padding-inline: 20px;
  border-radius: 14px;
  background: #dfeff2;
  color: #ffffff;
  text-align: left;
  font-weight: 400;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: clip;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.c-toTop__loop-wrap::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  border-style: solid;
  border-width: 12px 0 0 16px;
  border-color: #dfeff2 transparent transparent;
  translate: calc(-50% + 0.4px) 100%;
  -webkit-transform: skew(-40deg);
          transform: skew(-40deg);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}

.c-toTop__loop-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: loop-slide 60s infinite linear 1s both;
          animation: loop-slide 60s infinite linear 1s both;
}

.c-toTop__text {
  width: 130px;
  font-size: 1rem;
}

@-webkit-keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop-slide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.c-toTop__img {
  margin-top: 10px;
  width: clamp(5rem, 3.5754086181rem + 2.9717682021vw, 6.25rem);
}

.c-pagenation {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.c-pagenation .prev,
.c-pagenation .next {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
}

.c-angle {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
}
.c-angle::before {
  content: "";
  position: absolute;
  width: 0.625rem;
  height: auto;
  aspect-ratio: 1;
  border-right: 2px solid #0e1d26;
  border-bottom: 2px solid #0e1d26;
  top: 0;
}

.c-angle--left::before {
  rotate: 135deg;
}

.c-angle--right::before {
  rotate: -45deg;
}

.page-numbers {
  padding-block: 0.5rem;
  padding-inline: 1rem;
}

.page-numbers.current {
  background-color: #bfcfd9;
  color: #fff;
}

.c-genre-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  background-color: #dfeff2;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-genre-filter {
    gap: 16px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.genre-button {
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 16px;
  border: 3px solid #0e1d26;
  border-radius: 100vmax;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .genre-button {
    font-size: 0.875rem;
    padding: 6px 12px;
    border: 1px solid #0e1d26;
  }
}

.genre-button.active {
  border: 3px solid #0f2940;
  background-color: #0f2940;
  color: #fff;
}

/* ローディング画面 */
#loading {
  width: calc(200% + 100px);
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #dfeff2;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #loading {
    width: 100%;
  }
}

.spinner {
  width: 100px;
  height: 100px;
  margin: 200px auto;
  background-color: #dfeff2;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
          animation: sk-scaleout 1s infinite ease-in-out;
}

/* ローディングアニメーション */
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
}
.p-topArticle__container.c-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 5rem;
}

.c-carousel-item {
  scroll-snap-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  /* その他のスタイル */
}

.c-btn-totop {
  margin-top: 100px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-btn-totop {
    margin-top: 50px;
  }
}

.c-btn-toWorks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn__view-site {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-btn__protected-site {
  margin-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-container {
  max-width: 1240px;
  margin-inline: auto;
  width: 100%;
  padding-inline: 80px;
}
@media screen and (max-width: 767px) {
  .l-container {
    padding-inline: 30px;
  }
}

.l-header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background-color: transparent;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 60px;
  }
}

.home .l-header {
  -webkit-animation-name: fadein-header;
          animation-name: fadein-header;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadein-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadein-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.l-header__container {
  display: grid;
  grid-template-columns: 200px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-block: 17px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__container {
    grid-template-columns: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    padding-inline: 20px;
  }
}

.l-header__logo a {
  color: #0e1d26;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
  padding-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
}

.l-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.l-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.l-header__list .menu-item {
  text-transform: uppercase;
  color: #0e1d26;
  font-family: "Outfit", sans-serif;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  display: block;
}

.l-header.js-active {
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

.l-footer {
  margin-top: 100px;
  background: #dfeff2;
}

.l-footer-container {
  padding-block: 80px;
}

.l-footer-contact__text {
  margin-top: 30px;
}

.l-footer-contact__link {
  margin-top: 30px;
}

.l-footer-lower {
  padding-block: 30px;
}

.l-footer-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.l-footer-sns__link {
  display: block;
  height: 30px;
  width: auto;
}
.l-footer-sns__link img {
  height: 100%;
  width: auto;
}

.l-footer__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
}

.l-footer__list .menu-item {
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  font-family: "Outfit", sans-serif;
  text-transform: uppercase;
}

.l-section {
  padding-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-bottom: 120px;
  }
}

.l-drawer {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 100%;
  height: 100dvh;
  background: #bfcfd9;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.l-drawer.js-show {
  opacity: 1;
  visibility: visible;
}

/*スクロールバー非表示（Chrome・Safari）*/
.l-drawer::-webkit-scrollbar {
  display: none;
}

.l-drawer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
}

.l-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-block: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}

.l-drawer__list {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: repeat(3, 50px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
  gap: 20px;
}

.l-drawer__list--sns {
  grid-template-rows: none;
  grid-auto-flow: column;
  gap: 40px;
}

.l-drawer__list .menu-item {
  color: #0e1d26;
  font-size: 1.25rem;
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.l-drawer__list .menu-item picture {
  display: block;
  width: 50px;
}

.l-drawer__link img {
  width: 20px;
}

button {
  color: #000;
  background: transparent;
}

.l-drawer-icon {
  position: fixed;
  z-index: 102;
  top: 27px;
  right: 20px;
  width: 24px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.home .l-drawer-icon {
  -webkit-animation-name: fadein-header;
          animation-name: fadein-header;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@keyframes fadein-header {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.l-drawer-icon__bar {
  width: 100%;
  height: 2px;
  border-radius: 5px;
  background: #0e1d26;
  -webkit-transition: rotate 0.3s ease;
  transition: rotate 0.3s ease;
}

.l-drawer-icon.js-show .l-drawer-icon__bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 7.5px;
}
.l-drawer-icon.js-show .l-drawer-icon__bar:nth-of-type(2) {
  display: none;
}
.l-drawer-icon.js-show .l-drawer-icon__bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -7.5px;
}

.l-loading {
  background: url(../../assets/images/img_loading.svg) no-repeat;
  width: 3000px;
  height: 300px;
  -webkit-animation: smile 7s steps(6);
          animation: smile 7s steps(6);
}

@-webkit-keyframes smile {
  to {
    background-position: -100px 0;
  }
}

@keyframes smile {
  to {
    background-position: -100px 0;
  }
}
.l-fv {
  z-index: 1;
  height: 700px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-fv {
    height: 100dvh;
  }
}

.p-philosophy .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .p-philosophy .l-container {
    gap: 40px;
  }
}

.p-philosophy__title {
  font-size: clamp(1.5rem, 0.3603268945rem + 2.3774145617vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-philosophy__title {
    font-size: clamp(1.25rem, 1.010230179rem + 1.0230179028vw, 1.5rem);
  }
}

.p-philosophy__text {
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-philosophy__text {
    font-size: 1rem;
  }
}

.p-topArticle__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
  row-gap: 100px;
}
@media screen and (max-width: 767px) {
  .p-topArticle__container {
    grid-template-columns: none;
    row-gap: 60px;
  }
}

.p-home-fv {
  margin-bottom: 150px;
  height: 56vw;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-fv {
    margin-bottom: 70px;
    height: 124.8vw;
  }
}

.p-home-fv__img {
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  -webkit-animation-name: blur-fv-img;
          animation-name: blur-fv-img;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes blur-fv-img {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes blur-fv-img {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.p-home-fv__container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.p-home-fv .c-page-title {
  position: absolute;
  bottom: 16%;
}
@media screen and (max-width: 767px) {
  .p-home-fv .c-page-title span .char {
    font-size: clamp(1.875rem, -0.5226982097rem + 10.2301790281vw, 4.375rem);
  }
}
@media screen and (max-width: 767px) {
  .p-home-fv .c-page-title small .char {
    font-size: clamp(1rem, 0.1608056266rem + 3.5805626598vw, 1.875rem);
  }
}

.p-home-works__title-wrap {
  text-align: center;
}

.p-home-works__title--en {
  font-size: 50px;
  line-height: 1.5;
}

.p-home-works__title--ja {
  font-size: 20px;
  line-height: 1.5;
}

.p-home-about__container {
  container-type: inline-size;
}

.p-home-about__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}

.p-home-skills__container {
  display: grid;
  grid-template-columns: auto 1fr;
}
@media screen and (max-width: 767px) {
  .p-home-skills__container {
    grid-auto-flow: row;
    grid-template-columns: none;
  }
}

.p-home-skills__body {
  margin-left: 100px;
}
@media screen and (max-width: 767px) {
  .p-home-skills__body {
    margin-left: 0;
    margin-top: 40px;
  }
}

.p-home-skills__item {
  padding-block: 30px;
  display: grid;
  grid-template-columns: 150px 1fr;
  position: relative;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-skills__item {
    grid-template-columns: none;
    gap: 10px;
    padding-block: 20px;
  }
}
.p-home-skills__item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0e1d26;
  top: 0;
  left: 50%;
  translate: -50% 0;
}

.p-home-skills__item dt {
  line-height: 2;
  font-size: 1.125rem;
}

@media screen and (max-width: 767px) {
  .p-home-skills__dd {
    margin-left: 20px;
  }
}

.p-home-skills__dd ul li {
  position: relative;
  padding-left: 1rem;
  line-height: 2;
  font-size: 1rem;
}
.p-home-skills__dd ul li::before {
  content: "";
  position: absolute;
  width: 5px;
  height: auto;
  aspect-ratio: 1;
  border: 1px solid;
  border-radius: 50%;
  background: #0e1d26;
  left: 0;
  top: 0.9em;
}

.p-home-skills__item:last-of-type::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0e1d26;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
}

.p-home-skills__icons {
  margin-top: 50px;
  width: 100%;
  background: #0e1d26;
  background: #bfcfd9;
  padding-block: 10px;
  overflow-x: hidden;
}

.p-home-skills__icons ul {
  -webkit-animation: flowing 90s linear infinite;
          animation: flowing 90s linear infinite;
  font-size: 20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 120px;
}

.p-home-skills__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-home-skills__icon svg {
  height: 30px;
  fill: #ffffff;
}

@-webkit-keyframes flowing {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes flowing {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-home-service__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(268px, 1fr));
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-home-service__list {
    grid-template-columns: 1fr;
  }
}

.p-home-service__item {
  background: rgba(223, 239, 242, .3);
  padding-inline: 24px;
  padding-block: 20px 40px;
  -webkit-box-shadow: 10px 10px 20px 0px rgba(130, 127, 116, .1);
          box-shadow: 10px 10px 20px 0px rgba(130, 127, 116, .1);
}
@media screen and (max-width: 767px) {
  .p-home-service__item {
    padding-block: 20px 80px;
  }
}

.p-home-service__item:nth-of-type(2) {
  background: #ffffff;
}

.p-home-service__itemInner {
  display: grid;
  grid-auto-flow: row;
  grid-template-rows: auto auto 260px 1fr;
  row-gap: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-home-service__itemInner {
    max-width: 400px;
    margin-inline: auto;
  }
}

.p-home-service__number {
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.25rem, 0.3240156018rem + 1.9316493314vw, 2.0625rem);
  font-weight: 700;
  text-align: center;
  line-height: 1.78;
  letter-spacing: 0.15em;
}

.p-home-service__title {
  width: 100%;
  justify-self: center;
  text-align: center;
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  font-weight: 500;
}

.p-home-service__img {
  width: 100%;
  justify-self: center;
  -ms-flex-item-align: center;
      align-self: center;
}
.p-home-service__img img {
  height: 100%;
  width: auto;
}

.p-home-service__item:nth-child(1) .p-home-service__img {
  width: 80%;
}

.p-home-service__description ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.p-home-service__description li {
  padding-left: 1em;
  position: relative;
  word-wrap: break-word;
}
.p-home-service__description li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: auto;
  aspect-ratio: 1;
  border: 2px solid #0e1d26;
  border-radius: 50%;
  top: 0.8em;
  left: 0.4em;
}

.p-work {
  margin-top: 5rem;
  position: relative;
}

.p-work__bg {
  position: absolute;
  z-index: -1;
  left: -250px;
  top: 250px;
}
@media screen and (max-width: 767px) {
  .p-work__bg {
    top: 200px;
    left: -120px;
  }
}
.p-work__bg .c-circle-text__circleText__text {
  letter-spacing: 0.14em;
}

.p-work__container {
  max-width: 1000px;
}

.p-work-head__title {
  margin-top: 3.75rem;
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
}

.p-work-tags {
  margin-top: 1rem;
}

.p-article__thumbnail {
  border: 1px solid #eeebdd;
  overflow: hidden;
}

.p-work-content {
  margin-top: 3.75rem;
}

.p-workDetail-content {
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  grid-template-rows: 1fr;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-workDetail-content {
    grid-template-columns: 1fr;
  }
}

.p-workDetail-term {
  font-weight: 700;
}

.p-workDetail-outline {
  margin-top: 1.25rem;
  display: grid;
  grid-template-columns: 12.5rem 1fr;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-workDetail-outline {
    grid-template-columns: 1fr;
  }
}

.p-workDetail-outline__head {
  font-weight: 700;
}

.p-workDetail-outline__text {
  display: inline;
}

.p-workDetail-points {
  margin-top: 5rem;
}

.p-workDetail-point:not(:first-of-type) {
  margin-top: 3.75rem;
}

.p-workDetail-point {
  margin-top: 1.25rem;
}

.p-workDetail-point__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-workDetail-point__number {
  font-family: "Raleway", sans-serif;
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
  display: block;
}

.p-workDetail-point__title {
  display: block;
  font-size: clamp(1.125rem, 0.4127043091rem + 1.485884101vw, 1.75rem);
  font-weight: 700;
}

.p-workDetail-point__description {
  margin-top: 1.25rem;
}

.p-workDetail-point__video,
.p-workDetail-point__img {
  margin-top: 1.25rem;
}

.p-workDetail-points__head {
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
}

.p-workDetail-image {
  width: 100%;
  margin-top: 5rem;
}

.p-workDetail-image :first-of-type {
  margin-top: 1.25rem;
}

.p-workDetail-image__head {
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
}

.p-work .c-breadcrumbs {
  margin-top: 5rem;
}

.p-workDetail-link {
  margin-top: 3.75rem;
}

.p-about__bg .c-circle-text__circleText__text {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-about__bg .c-circle-text__circleText__text {
    letter-spacing: 0.11em;
  }
}

.p-about-fv__title--en {
  font-family: "Outfit", sans-serif;
}

.p-about-profile__container {
  container-type: inline-size;
}

/* コンテナが 1000px より小さい場合 */
@container (max-width: 900px) {
  .p-about-profile__body {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    row-gap: 40px;
  }
}
@container (min-width: 900.1px) {
  .p-about-profile__body {
    display: grid;
    grid-template-columns: 38% 1fr;
    gap: 90px;
  }
}
.p-about-profile__img {
  height: 100%;
  max-width: 500px;
  justify-self: center;
}
.p-about-profile__img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.p-about-profile__name {
  font-weight: 500;
}

.p-about-profile__name--en {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.125rem;
}

.p-about-profile__name--ja {
  margin-top: 10px;
  font-size: clamp(1.25rem, 0.5377043091rem + 1.485884101vw, 1.875rem);
}

.p-about-profile__description {
  margin-top: clamp(1.875rem, -0.2618870728rem + 4.4576523031vw, 3.75rem);
}

.p-about-profile__description p {
  line-height: 2;
}

.p-about-profile__career {
  margin-top: 0.625rem;
}
.p-about-profile__career h3 {
  line-height: 2;
  font-weight: 700;
}
.p-about-profile__career ul {
  margin-top: 0.625rem;
}

/* p-about-strength */
.p-about-strength__body {
  margin-top: 80px;
  container-type: inline-size;
}

@media screen and (max-width: 767px) {
  .p-about-strength__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 60px;
  }
}

/* コンテナが 800px より小さい場合 */
@container (max-width: 800px) {
  .p-about-strength__list {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    row-gap: 60px;
  }
  .p-about-strength__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: left;
    height: clamp(12.5rem, 6.5057544757rem + 25.5754475703vw, 18.75rem);
  }
}
@container (min-width: 800.1px) {
  .p-about-strength__list {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;
  }
  .p-about-strength__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    height: clamp(9.375rem, 5.8135215453rem + 7.4294205052vw, 12.5rem);
  }
}
.p-about-strength__item {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-about-strength__item {
    gap: 20px;
  }
}

.p-about-strength__title {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  font-weight: 500;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-about-strength__img {
    height: 200px;
    text-align: center;
  }
}
.p-about-strength__img img {
  height: 100%;
  width: auto;
}

.p-about-strength__description {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  line-height: 1.6;
  letter-spacing: 0.01em;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-about-strength__description {
    padding-right: 0;
  }
}

.p-about-skills__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(60px, 1fr));
  gap: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-about-skills__list {
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    grid-template-rows: auto;
  }
}

/* 横スクロールセクション */
.p-about-career {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about-career {
    margin-top: 20px;
  }
}

.p-about-career__list-wrapper {
  margin-top: 50px;
  position: relative;
  width: 100%;
}

.p-about-career__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 80px;
}

.p-about-career__item {
  display: grid;
  grid-template-rows: auto auto auto 1fr;
}

.p-about-career__date {
  font-size: clamp(1.5rem, 0.71647474rem + 1.6344725111vw, 2.1875rem);
  font-weight: 400;
  font-family: "Outfit", sans-serif;
}

.p-about-career__title {
  margin-top: 16px;
  font-size: clamp(1.5rem, 0.71647474rem + 1.6344725111vw, 2.1875rem);
  font-weight: 500;
}

.p-about-career__description {
  margin-top: 20px;
  line-height: 2;
}

.p-about-career__imgs {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-about-career__imgs {
    grid-template-columns: 1fr;
  }
}

.p-about-performance__container {
  container-type: inline-size;
}

.p-about-performance__title {
  font-size: 1.25rem;
  font-weight: 500;
}

/* コンテナが 1000px より小さい場合 */
@container (max-width: 820px) {
  .p-about-performance__body {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto;
    row-gap: 40px;
  }
}
@container (min-width: 820.1px) {
  .p-about-performance__body {
    grid-template-columns: 1fr 40%;
    gap: 50px;
  }
}
.p-about-performance__body {
  margin-top: 20px;
  display: grid;
}

.p-about-performance__text > p {
  line-height: 2;
}

.p-about-performance__description {
  margin-top: 20px;
  background-color: #dfeff2;
  padding-inline: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.p-about-performance__description dl {
  display: grid;
  grid-auto-flow: row;
  margin-top: 8px;
  margin-inline: 1em;
}

.p-about-performance__description dt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #bfcfd9));
  background: linear-gradient(transparent 50%, #bfcfd9 50%);
}

.p-about-performance__description dd {
  margin-left: 1em;
  font-size: 0.75rem;
}

.p-about-performance__description-title {
  font-size: 1rem;
  font-weight: 500;
}

.p-about-performance__post {
  padding: 20px;
  background-color: #dfeff2;
}

.p-about-performance__post-inner {
  overflow-y: scroll;
  height: 430px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-contact__bg .c-circle-text__circleText__text {
  letter-spacing: 0.025em;
}
@media screen and (max-width: 767px) {
  .p-contact__bg .c-circle-text__circleText__text {
    letter-spacing: 0.1em;
  }
}

.p-contact-body__message {
  line-height: 2;
}

.p-contact-body__annotation {
  margin-top: 10px;
  display: block;
}

input[type=text],
input[type=email],
select,
textarea {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .8);
  padding: 12px 24px;
  background: #ffffff;
  border-radius: 0px;
}
input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5a5a5a;
}
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5a5a5a;
}
input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #5a5a5a;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
select::placeholder,
textarea::placeholder {
  color: #5a5a5a;
}

textarea {
  height: 243px;
  resize: vertical;
}

.p-form {
  max-width: 800px;
  margin-inline: auto;
  margin-top: 40px;
  display: grid;
  grid-auto-flow: row;
  row-gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-form {
    row-gap: 40px;
  }
}

.p-form:has(.wpcf7-not-valid) .wpcf7-submit {
  background-color: lightgray;
  border: 1px solid lightgray;
  pointer-events: none;
}
.p-form:has(.wpcf7-not-valid) .p-contact-form__button-wrap::after {
  opacity: 1;
}

.p-form-Item-Label {
  font-weight: 700;
  letter-spacing: 0.25em;
}

.p-form-Item-Label-Required {
  color: red;
}

.wpcf7-form-control-wrap {
  margin-top: 10px;
  display: block;
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .wpcf7-radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

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

input[type=radio] + .wpcf7-list-item-label {
  cursor: pointer;
  display: inline-block;
  padding: 0 0 0 1.5em;
  position: relative;
  letter-spacing: 0.06em;
}

input[type=radio] + .wpcf7-list-item-label::before {
  -webkit-transform: translateY(-50%);
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .8);
  border-radius: 50%;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
}

input[type=radio] + .wpcf7-list-item-label::after {
  -webkit-transform: translateY(-50%);
  background: rgba(0, 0, 0, .8);
  border: 1px solid transparent;
  border-radius: 50%;
  content: "";
  height: 8px;
  left: 4px;
  opacity: 0;
  padding: 2px;
  position: absolute;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 8px;
}

input[type=radio]:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

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

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

.wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}

.p-contact-form__button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact-form__button-wrap {
  margin-inline: auto;
  text-align: center;
  padding-bottom: 16px;
}
.p-contact-form__button-wrap::after {
  content: "必須項目を入力してください";
  height: 16px;
  width: 100%;
  font-size: 1rem;
  position: absolute;
  opacity: 0;
  bottom: 68px;
  color: #dc3232;
}
.p-contact-form__button-wrap .wpcf7-submit {
  display: inline-block;
  border-radius: 100vmax;
  background-color: #dfeff2;
  padding-inline: 50px;
  padding-block: 20px;
  color: #ffffff;
  border: 1px solid #dfeff2;
  text-transform: uppercase;
  font-size: clamp(1rem, 0.4301634473rem + 1.1887072808vw, 1.5rem);
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  font-family: "Outfit", sans-serif;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.p-contact-form__button-wrap .wpcf7-submit:disabled {
  border: 1px solid lightgray;
  background-color: lightgray;
  pointer-events: none;
  position: relative;
}

.wpcf7-submit:focus-visible {
  border: 1px solid #dfeff2;
  background-color: #ffffff;
  color: #dfeff2;
}

@media (any-hover: hover) {
  .wpcf7-submit:hover {
    border: 1px solid #dfeff2;
    background-color: #ffffff;
    color: #dfeff2;
  }
}
.wpcf7-spinner {
  margin-top: 10px;
}

.p-contact-form__recaptcha {
  margin-top: 40px;
  letter-spacing: 0.08em;
  text-align: center;
}
.p-contact-form__recaptcha a {
  text-decoration: underline;
  color: #0066c0;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-privacy-policy {
  margin-top: 80px;
  padding-top: 100px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .p-privacy-policy {
    margin-top: 60px;
  }
}

.p-privacy-policy__container {
  max-width: 800px;
}

.p-privacy-policy h1 {
  font-size: clamp(1.25rem, 0.3952451709rem + 1.7830609212vw, 2rem);
  font-weight: 700;
}

.p-privacy-policy h1 + p {
  margin-top: 20px;
}

.p-privacy-policy h1 + p + ol {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}

.p-privacy-policy h2 {
  font-size: clamp(1rem, 0.7150817236rem + 0.5943536404vw, 1.25rem);
  font-weight: 700;
  margin-bottom: 6px;
}

.p-privacy-policy ol li ol {
  counter-reset: item;
  list-style: none;
}

.p-privacy-policy ol li ol li {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.p-privacy-policy ol li ol li::before {
  content: counters(item, ".") ". ";
  counter-increment: item;
  position: absolute;
  left: 0;
}

.p-privacy-policy ol li ol li ol {
  counter-reset: item02;
  list-style: none;
}

.p-privacy-policy ol li ol li ol li {
  display: block;
  position: relative;
  padding-left: 1.2em;
}
.p-privacy-policy ol li ol li ol li::before {
  content: counters(item02, ".");
  counter-increment: item02;
  position: absolute;
  left: 0;
}

.p-archive-works__bg .c-circle-text__circleText__text {
  letter-spacing: 0.01em;
}
@media screen and (max-width: 767px) {
  .p-archive-works__bg .c-circle-text__circleText__text {
    letter-spacing: 0.09em;
  }
}

.p-404 {
  margin-top: 80px;
  padding-top: 80px;
  display: grid;
  grid-template-columns: 1fr 50%;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-404 {
    margin-top: 60px;
    padding-top: 50px;
    grid-template-columns: 1fr;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-404-textWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: start;
}

.p-404-title {
  font-family: "Outfit", sans-serif;
  font-size: 4.375rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-404-title {
    text-align: center;
    font-size: 3.125rem;
  }
}

.p-404-text {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-404-text {
    font-size: 1rem;
  }
}

.p-404-img {
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 767px) {
  .p-404-img {
    width: 100%;
    max-width: 400px;
    justify-self: center;
  }
}

.p-card {
  width: 100%;
}

.p-card__inner {
  position: relative;
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-left: 40px;
}
@media screen and (max-width: 767px) {
  .p-card__inner {
    padding-left: 24px;
  }
}

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

.p-card__swiper-container {
  padding-bottom: 50px;
  padding-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-card__swiper-container {
    padding-left: 16px;
  }
}

.p-card__swiper {
  width: calc(50vw + 599px);
  padding-right: 190px;
}
@media screen and (max-width: 767px) {
  .p-card__swiper {
    width: 100%;
    padding-right: 30px;
  }
}

.p-card__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 338px;
  height: auto;
  aspect-ratio: 3/2;
  background: #d9d9d9;
}
.p-card__swiper-slide p {
  font-size: 30px;
  font-weight: 700;
}

.p-home-vacancy {
  margin-top: 84px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-home-vacancy {
    margin-top: 60px;
  }
}

.p-home-vacancy__container {
  width: 100%;
  overflow: hidden;
}
.p-home-vacancy__title {
  max-width: 1280px;
  width: 100%;
  margin-inline: auto;
  padding-inline: 40px;
  color: #6d6d6d;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 0.8226225854rem + 0.8915304606vw, 1.625rem);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-home-vacancy__title {
    font-size: 1.25rem;
    padding-inline: 24px;
  }
}

.p-home-vacancy__swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 338px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .p-home-vacancy__swiper-slide {
    width: 280px;
  }
}

.p-home-vacancy__swiper-slide:last-of-type {
  margin-right: 180px;
}
@media screen and (max-width: 767px) {
  .p-home-vacancy__swiper-slide:last-of-type {
    margin-right: 0;
  }
}

.p-home-vacancy__swiper-link:focus-visible .p-home-vacancy__swiper-img img {
  scale: var(--base-scale);
}
.p-home-vacancy__swiper-link:focus-visible .p-home-vacancy__swiper-text .c-arrow {
  -webkit-transform: translateX(0.4em);
          transform: translateX(0.4em);
}
.p-home-vacancy__swiper-link:focus-visible .p-home-vacancy__swiper-text {
  color: var(--green-color-primary);
}

@media (any-hover: hover) {
  .p-home-vacancy__swiper-link:hover .p-home-vacancy__swiper-img img {
    scale: var(--base-scale);
  }
  .p-home-vacancy__swiper-link:hover .p-home-vacancy__swiper-text .c-arrow {
    -webkit-transform: translateX(0.4em);
            transform: translateX(0.4em);
  }
  .p-home-vacancy__swiper-link:hover .p-home-vacancy__swiper-text {
    color: var(--green-color-primary);
  }
}
.p-home-vacancy__swiper-img {
  width: inherit;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.p-home-vacancy__swiper-img img {
  height: 100%;
  -webkit-transition: scale 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: scale 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.p-home-vacancy__swiper-text {
  padding-block: 22px;
  color: var(--text-color-second);
  font-size: clamp(0.875rem, 0.7325408618rem + 0.2971768202vw, 1rem);
  font-weight: 500;
  letter-spacing: 0.338px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: color 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 767px) {
  .p-home-vacancy__swiper-text {
    padding-block: 10px;
  }
}
.p-home-vacancy__swiper-text .c-arrow {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.p-home-vacancy {
  /* =============================
     ページネーション ,ナビゲーションボタン共通
  ============================= */
  /* 位置のreset */
  /* =============================
     ページネーション (progressbar)
  ============================= */
  /* 位置の設定と外枠 */
  /* activeな部分 */
  /* =============================
     ナビゲーションボタン
  ============================= */
  /* デフォルトのボタンを初期化 */
  /* 各ボタンのカスタマイズ */
}
.p-home-vacancy .p-card {
  margin-top: 10px;
}
.p-home-vacancy .swiper-button-prev,
.p-home-vacancy .swiper-button-next,
.p-home-vacancy .swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}
.p-home-vacancy .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: calc(100% - 7px);
  left: 50%;
  translate: -50%;
  width: 340px;
  height: 7px;
  background-color: var(--green-color-second);
}
@media screen and (max-width: 767px) {
  .p-home-vacancy .swiper-pagination-progressbar.swiper-pagination-horizontal {
    width: 250px;
  }
}
.p-home-vacancy .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background-color: var(--green-color-primary);
}
.p-home-vacancy .swiper-button-prev::after,
.p-home-vacancy .swiper-button-next::after {
  content: ""; /* デフォルトのものを初期化 */
}
.p-home-vacancy .swiper-button-prev,
.p-home-vacancy .swiper-button-next {
  top: 28%;
  width: 40px;
  height: 40px;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
@media screen and (max-width: 767px) {
  .p-home-vacancy .swiper-button-prev,
  .p-home-vacancy .swiper-button-next {
    width: 30px;
    height: 30px;
  }
}
.p-home-vacancy .swiper-button-prev {
  left: 0;
}
.p-home-vacancy .swiper-button-next {
  right: 10%;
}
@media screen and (max-width: 767px) {
  .p-home-vacancy .swiper-button-next {
    right: 46px;
  }
}

.swiper-button-prev:focus-visible {
  -webkit-transform: translateX(-0.8rem);
          transform: translateX(-0.8rem);
}

@media (any-hover: hover) {
  .swiper-button-prev:hover {
    -webkit-transform: translateX(-0.8rem);
            transform: translateX(-0.8rem);
  }
}
.swiper-button-next:focus-visible {
  -webkit-transform: translateX(0.8rem);
          transform: translateX(0.8rem);
}

@media (any-hover: hover) {
  .swiper-button-next:hover {
    -webkit-transform: translateX(0.8rem);
            transform: translateX(0.8rem);
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-pc {
    display: none;
  }
}

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

.u-visually-hidden {
  position: fixed !important;
  /* keep it on viewport */
  top: 0px !important;
  left: 0px !important;
  /* give it non-zero size, VoiceOver on Safari requires at least 2 pixels
     before allowing buttons to be activated. */
  width: 4px !important;
  height: 4px !important;
  /* visually hide it with overflow and opacity */
  opacity: 0 !important;
  overflow: hidden !important;
  /* remove any margin or padding */
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  /* ensure no other style sets display to none */
  display: block !important;
  visibility: visible !important;
}

.u-animated__fadeIn {
  opacity: 0;
  translate: 0 40px;
  -webkit-transition: opacity 1s ease, translate 1s ease;
  transition: opacity 1s ease, translate 1s ease;
}
.u-animated__fadeIn.js-show {
  opacity: 1;
  translate: 0 0;
}

.u-text-aline-right {
  text-align: right;
}

.u-hover-underline {
  position: relative;
}
.u-hover-underline::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #0e1d26;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 768px) {
  .u-hover-underline:focus-visible::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-hover-underline:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}
/*# sourceMappingURL=style.css.map */
