@charset "UTF-8";
/*
 * 参考
 * https: //github.com/Andy-set-studio/modern-css-reset/blob/master/src/reset.css
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Remove all animations and transitions for people that prefer not to see them */
/*****************************************
 * 数値から単位を取り除く
 * 参考
 * https: //css-tricks.com/snippets/sass/
******************************************/
/*****************************************
 * px→remの計算
 * 参考
 * https: //webdou.net/sass-rem/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
/*****************************************
 * vwの計算
 * 参考
 * https://webdou.net/sass-vw/
 * Sassではmath.div関数の使用が推奨のため、スラッシュ(/)演算子から変更
******************************************/
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ZenKakuGothicNew-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/ZenKakuGothicNew-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Zen Kaku Gothic New";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/ZenKakuGothicNew-Light.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Jost-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Jost-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Jost-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Jost-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Jost-ExtraLight.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Jost";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Jost-Light.woff") format("woff");
}
body {
  background:
    radial-gradient(circle at 15% 0%, rgba(188, 212, 255, 0.9), transparent 60%),
    radial-gradient(circle at 85% 15%, rgba(187, 210, 255, 0.1), transparent 60%),
    radial-gradient(circle at 10% 60%, rgba(201, 222, 255, 0.6), transparent 60%),
    radial-gradient(circle at 90% 70%, rgba(190, 215, 255, 0.6), transparent 60%),
    linear-gradient(180deg, #f8fbff 0%, #e8f3ff 40%, #dbe9ff 75%, #f5f9ff 100%);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  color: #102435;
  display: flex;
  flex-direction: column;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-feature-settings: "palt";
  font-weight: 400;
  min-height: 100svh;
  overflow-x: hidden;
  position: relative;
  text-rendering: optimizeSpeed;
}

body.is-fixed {
  overflow: hidden;
}

main {
  flex-grow: 1;
}

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

.l-breadcrumb {
  margin-top: 66px;
  margin-top: 4.125rem;
}

.l-footer {
  margin-top: 80px;
  margin-top: 5rem;
  position: relative;
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1250px;
  padding: 0 25px;
  width: 100%;
}

.l-lower-section {
  padding: 280px 0 120px;
  padding: 17.5rem 0 7.5rem;
}

.l-page-top {
  bottom: 60px;
  bottom: 3.75rem;
  position: fixed;
  right: 120px;
  right: 7.5rem;
  z-index: 950;
}

.l-pager-list {
  margin-top: 56px;
  margin-top: 3.5rem;
}

.l-pager {
  margin-top: 160px;
  margin-top: 10rem;
}

.l-post-connect {
  margin-top: 200px;
  margin-top: 12.5rem;
}

.c-breadcrumb {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  gap: 0.5rem;
  justify-content: end;
  padding-right: 72px;
  padding-right: 4.5rem;
}

.c-breadcrumb__slash,
.c-breadcrumb__link,
.c-breadcrumb__current {
  color: #3275ab;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0;
  line-height: 1.8;
}

.c-breadcrumb__link {
  border-bottom: 1px solid #3275ab;
  opacity: 1;
  transition: 0.3s;
}
.c-breadcrumb__link:hover {
  opacity: 0.7;
}

.c-breadcrumb__current {
  color: #102435;
}

.c-button {
  align-items: center;
  background-color: rgba(229, 239, 247, 0.3);
  border-radius: 1.75rem;
  display: inline-flex;
  outline: 1px solid #e5eff7;
  outline-offset: -1px;
  padding: 8px 10px 8px 32px;
  padding: 0.5rem 0.625rem 0.5rem 2rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  transition: all 0.3s;
}
.c-button:hover {
  outline: 1px solid #3275ab;
}
.c-button:hover .c-button__arrow-bg {
  background-color: #3275ab;
}
.c-button:hover .c-button__arrow, .c-button:hover .c-button__arrow::before, .c-button:hover .c-button__arrow::after {
  background-color: #ffffff;
}
.c-button.c-button--contact {
  background-color: #3275ab;
  border-radius: 1.6875rem;
  outline: none;
  padding: 12px 10px 12px 30px;
  padding: 0.75rem 0.625rem 0.75rem 1.875rem;
  transition: background 0.3s;
}
.c-button.c-button--contact:hover {
  background-color: #ffffff;
  outline: 1px solid #3275ab;
}
.c-button.c-button--contact .c-button__text {
  color: #ffffff;
  font-size: 20px;
  font-size: 1.25rem;
  transition: 0.3s;
}
.c-button.c-button--contact:hover .c-button__text {
  color: #3275ab;
}
.c-button.c-button--contact .c-button__arrow-bg {
  height: 30px;
  height: 1.875rem;
  width: 30px;
  width: 1.875rem;
}
.c-button.c-button--contact .c-button__arrow {
  width: 12.56px;
  width: 0.785rem;
}
.c-button.c-button--contact .c-button__arrow::before, .c-button.c-button--contact .c-button__arrow::after {
  width: 7px;
  width: 0.4375rem;
}

.c-button__text {
  color: #3275ab;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-button__arrow-bg {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  height: 2.5rem;
  justify-content: center;
  transition: all 0.3s;
  width: 40px;
  width: 2.5rem;
}

.c-button__arrow {
  background-color: #3275ab;
  display: inline-block;
  height: 1.5px;
  height: 0.09375rem;
  position: relative;
  transition: all 0.3s;
  width: 16px;
  width: 1rem;
}
.c-button__arrow::before, .c-button__arrow::after {
  background-color: #3275ab;
  border-radius: 9999px;
  content: "";
  height: 1.5px;
  height: 0.09375rem;
  position: absolute;
  right: 0;
  top: calc(50% - 0.75px);
  transform-origin: calc(100% - 0.75px) 50%;
  transition: all 0.3s;
  width: 8px;
  width: 0.5rem;
}
.c-button__arrow::before {
  transform: rotate(45deg);
}
.c-button__arrow::after {
  transform: rotate(-45deg);
}

.c-lower-title {
  color: #3275ab;
}

.c-lower-title__jp {
  font-size: 56px;
  font-size: 3.5rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-lower-title__en {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 12px;
  margin-top: 0.75rem;
}

.c-outline {
  animation: moveOutline 5s linear infinite;
  background-image: linear-gradient(90deg, white 0%, #3275ab 50%, white 100%);
  background-position: 0% 0%;
  background-size: 200% 100%;
  height: 2px;
  height: 0.125rem;
  width: 100%;
}

.c-outline.c-outline--reverse {
  animation: moveOutlineReverse 5s linear infinite;
}

@keyframes moveOutline {
  0% {
    background-position: 0 0%;
  }
  100% {
    background-position: 200% 0%;
  }
}
@keyframes moveOutlineReverse {
  0% {
    background-position: 200% 0%;
  }
  100% {
    background-position: 0 0%;
  }
}
.c-page-top {
  align-items: center;
  background-color: rgba(229, 239, 247, 0.3);
  border-radius: 1.75rem;
  display: inline-flex;
  outline: 1px solid #e5eff7;
  outline-offset: -1px;
  padding: 8px 10px 8px 32px;
  padding: 0.5rem 0.625rem 0.5rem 2rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  visibility: hidden;
}
.c-page-top:hover {
  outline: 1px solid #3275ab;
}
.c-page-top:hover .c-page-top__arrow-bg {
  background-color: #3275ab;
}
.c-page-top:hover .c-page-top__arrow {
  background-color: #ffffff;
}
.c-page-top:hover .c-page-top__arrow::before {
  border-left: 2px solid #ffffff;
  border-left: 0.125rem solid #ffffff;
  border-top: 2px solid #ffffff;
  border-top: 0.125rem solid #ffffff;
}

.c-page-top.is-active {
  opacity: 1;
  visibility: visible;
}

.c-page-top__text {
  color: #3275ab;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
}

.c-page-top__arrow-bg {
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  height: 40px;
  height: 2.5rem;
  justify-content: center;
  transition: all 0.3s;
  width: 40px;
  width: 2.5rem;
}

.c-page-top__arrow {
  background-color: #3275ab;
  display: inline-block;
  height: 16px;
  height: 1rem;
  position: relative;
  transition: all 0.3s;
  width: 1.5px;
  width: 0.09375rem;
}
.c-page-top__arrow::before {
  background-color: transparent;
  border-left: 2px solid #3275ab;
  border-left: 0.125rem solid #3275ab;
  border-top: 2px solid #3275ab;
  border-top: 0.125rem solid #3275ab;
  content: "";
  height: 8px;
  height: 0.5rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.3s;
  width: 8px;
  width: 0.5rem;
}

.c-text-loop {
  display: flex;
  flex-direction: column;
  height: 288px;
  height: 18rem;
  justify-content: center;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.c-text-loop__list {
  display: flex;
  width: -moz-max-content;
  width: max-content;
}
.c-text-loop__list:nth-of-type(odd) {
  animation: loopText 20s linear infinite;
}
.c-text-loop__list:nth-of-type(even) {
  animation: loopTextReverse 20s linear infinite;
}

.c-text-loop__item {
  flex-shrink: 0;
  font-family: "Jost", sans-serif;
  font-size: 110px;
  font-size: 6.875rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.25;
  list-style: none;
  padding: 0 30px;
  padding: 0 1.875rem;
}
.c-text-loop__item:nth-of-type(odd) {
  color: rgba(229, 239, 247, 0.9);
}
.c-text-loop__item:nth-of-type(even) {
  color: rgba(50, 117, 171, 0.6);
}

@keyframes loopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes loopTextReverse {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
.c-title {
  color: #3275ab;
}

.c-title.c-title--black {
  color: #102435;
}

.c-title__jp {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

.c-title__en {
  display: inline-block;
  font-family: "Jost", sans-serif;
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 14px;
  margin-top: 0.875rem;
}

.p-404__button {
  margin-top: 80px;
  margin-top: 5rem;
}

.p-blog-article__wrap {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-blog-article__info {
  align-items: center;
  display: flex;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.p-blog-article__category {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
}

.p-blog-article__category li {
  background-color: rgba(50, 117, 171, 0.3);
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
}

.p-blog-article__data {
  color: #3275ab;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

.p-blog-article__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-blog-article__main-img {
  border-bottom: 1px solid #3275ab;
  border-top: 1px solid #3275ab;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 60px 0;
  padding: 3.75rem 0;
  width: 100%;
}

.p-blog-article__main-img img {
  aspect-ratio: 88/55;
  border-radius: 0.9375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-blog-article__content h2,
.p-blog-article__contents h3 {
  background-color: rgba(50, 117, 171, 0.7);
  border-radius: 0.9375rem;
  color: #ffffff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin: 100px 0 48px;
  margin: 6.25rem 0 3rem;
  padding: 14px 32px;
  padding: 0.875rem 2rem;
}

.p-blog-article__contents h4 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-blog-article__contents h5 {
  font-size: 20px;
  font-size: 1.25rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-blog-article__contents p {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2.5;
}

.p-blog-article__contents a {
  color: #3275ab;
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

.p-blog-article__contents img {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-blog-article__contents figure {
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-blog-article__contents figcaption {
  font-size: 12px;
  font-size: 0.75rem;
  margin: 10px 0;
  margin: 0.625rem 0;
}

.p-blog-article__contents .wp-block-buttons {
  justify-content: center !important;
  margin-top: 30px;
  margin-top: 1.875rem;
}

.p-blog-article__contents .wp-block-button {
  display: inline-block;
  font-size: 23px;
  font-size: 1.4375rem;
  font-weight: 700;
  max-width: 300px;
  max-width: 18.75rem;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s;
  width: 100%;
}

.p-blog-article__contents .wp-block-button .wp-block-button__link {
  border: none;
  -webkit-text-decoration: none;
  background-color: transparent;
  border: 2.85px solid #3275ab;
  border-radius: 10px;
  color: #3275ab !important;
  padding: 3px 20px;
  padding: 0.1875rem 1.25rem;
  text-decoration: none;
  width: 100%;
}

.p-blog-article__contents .wp-block-button .wp-block-button__link:hover {
  background-color: #3275ab;
  color: #ffffff !important;
  opacity: 1;
}

.p-contact__content-wrap {
  display: grid;
  margin-top: 100px;
  margin-top: 6.25rem;
  grid-column-gap: 6.25rem;
  -moz-column-gap: 6.25rem;
       column-gap: 6.25rem;
  grid-template-columns: repeat(2, auto);
}

.p-contact__info {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
}

.p-contact__info-description {
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin-top: 48px;
  margin-top: 3rem;
}

.p-contact__info-description span {
  color: #ea0e35;
}

.p-contact__contents {
  max-width: 700px;
  max-width: 43.75rem;
  width: 100%;
}

.p-contact__content {
  filter: blur(30px);
  opacity: 0;
}
.p-contact__content.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-contact__content + .p-contact__content {
  margin-top: 48px;
  margin-top: 3rem;
}

.p-contact__head {
  color: #3275ab;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-contact__required {
  color: #ea0e35;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.p-contact__item {
  margin-top: 16px;
  margin-top: 1rem;
}

.p-contact__policy {
  border-bottom: 1px solid #aacbe6;
  border-top: 1px solid #aacbe6;
  filter: blur(30px);
  margin-top: 56px;
  margin-top: 3.5rem;
  opacity: 0;
  padding: 40px 0 36px;
  padding: 2.5rem 0 2.25rem;
}
.p-contact__policy.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}
.p-contact__policy .p-contact__text {
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-contact__guide-text {
  filter: blur(30px);
  letter-spacing: 0.05em;
  line-height: 2.4;
  margin-top: 48px;
  margin-top: 3rem;
  opacity: 0;
}
.p-contact__guide-text.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-contact__button-wrap {
  align-items: center;
  display: flex;
  filter: blur(30px);
  gap: 40px;
  gap: 2.5rem;
  margin-top: 64px;
  margin-top: 4rem;
  opacity: 0;
}
.p-contact__button-wrap.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-contact__button {
  display: inline-block;
  text-align: center;
}

.p-contact__item-text,
.p-contact__item-email,
.p-contact__item-textarea {
  background-color: #ffffff;
  border: none;
  border-radius: 0.5rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  outline: 1px solid #aacbe6;
  outline-offset: -1px;
  padding: 24px 26px;
  padding: 1.5rem 1.625rem;
  transition: 0.6s;
  width: 100%;
}
.p-contact__item-text:hover, .p-contact__item-text:focus,
.p-contact__item-email:hover,
.p-contact__item-email:focus,
.p-contact__item-textarea:hover,
.p-contact__item-textarea:focus {
  border: none;
  box-shadow: none;
  outline: 1px solid #3275ab;
  outline-offset: -1px;
}
.p-contact__item-text::-moz-placeholder, .p-contact__item-email::-moz-placeholder, .p-contact__item-textarea::-moz-placeholder {
  color: #709ec4;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.p-contact__item-text::placeholder,
.p-contact__item-email::placeholder,
.p-contact__item-textarea::placeholder {
  color: #709ec4;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
}

.p-contact__item-textarea {
  height: 300px;
  height: 18.75rem;
  overflow: auto;
  resize: none;
}

.p-contact__item-message {
  white-space: pre-wrap;
}

.p-contact__button input[type=submit],
.p-contact__button input[type=button] {
  background-color: #3275ab;
  border: none;
  border-radius: 12.5rem;
  color: #ffffff;
  cursor: pointer;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin: 0;
  padding: 20px 32px;
  padding: 1.25rem 2rem;
  transition: all 0.3s;
}
.p-contact__button input[type=submit]:hover,
.p-contact__button input[type=button]:hover {
  background-color: #ffffff;
  color: #3275ab;
  outline: 1px solid #3275ab;
}

.p-contact__item,
.p-contact__button-submit {
  min-width: 150px;
  min-width: 9.375rem;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-top: 5px;
  margin-top: 0.3125rem;
}

.wpcf7-spinner {
  position: absolute;
}

.p-contact__description {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-top: 60px;
  margin-top: 3.75rem;
}

.p-contact__thanks-button {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}

.p-footer {
  background-color: rgba(50, 117, 171, 0.2);
  padding: 80px 0 60px;
  padding: 5rem 0 3.75rem;
}

.p-footer__outline {
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.p-footer__contact-button-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  filter: blur(30px);
  opacity: 0;
}
.p-footer__contact-button-wrap.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-footer__contact-button-text {
  align-items: center;
  display: inline-flex;
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.p-footer__contact-button-text img {
  aspect-ratio: 1/1;
  max-width: 20px;
  max-width: 1.25rem;
  width: 100%;
}

.p-footer__wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-footer__logo {
  max-width: 172px;
  max-width: 10.75rem;
  width: 100%;
}

.p-footer__logo a {
  display: block;
  padding: 15px 0;
  padding: 0.9375rem 0;
}

.p-footer__logo img {
  aspect-ratio: 171.91/30;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

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

.p-footer__nav-item a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 15px;
  padding: 0.9375rem;
  transition: 0.3s;
}
.p-footer__nav-item a:hover {
  color: #3275ab;
}

.p-footer__copyright {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 160px;
  margin-top: 10rem;
}

.p-header {
  height: 80px;
  height: 5rem;
  opacity: 0;
  padding: 56px 80px 0;
  padding: 3.5rem 5rem 0;
  transform: translateY(-100%);
  transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

.p-header.js-header.is-loaded {
  opacity: 1;
  transform: translateY(0);
}

.p-header.js-header.show {
  opacity: 1;
  transform: translateY(0);
}

.p-header.js-header.hide {
  opacity: 0;
  transform: translateY(-100%);
}

.p-header__inner {
  display: flex;
  height: inherit;
  justify-content: space-between;
}

.p-header__logo {
  height: inherit;
  max-width: 200.56px;
  max-width: 12.535rem;
  width: 100%;
}

.p-header__logo a {
  align-items: center;
  display: flex;
  height: inherit;
}

.p-header__logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-header__nav {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 2.5rem;
  display: flex;
  height: inherit;
  padding: 13px 20px 13px 64px;
  padding: 0.8125rem 1.25rem 0.8125rem 4rem;
}

.p-header__nav-list {
  display: flex;
  height: inherit;
}

.p-header__nav-item {
  height: inherit;
}

.p-header__nav-item.p-header__nav-item--contact {
  align-items: center;
  display: flex;
  margin-left: 24px;
  margin-left: 1.5rem;
}

.p-header__nav-item a {
  align-items: center;
  display: flex;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  height: inherit;
  letter-spacing: 0.03em;
  line-height: 1.2;
  padding: 0 24px;
  padding: 0 1.5rem;
  position: relative;
  transition: color 0.3s;
}
.p-header__nav-item a:hover {
  color: #3275ab;
}
.p-header__nav-item a::before {
  background-color: #3275ab;
  bottom: 15px;
  bottom: 0.9375rem;
  content: "";
  height: 1px;
  height: 0.0625rem;
  left: 0;
  position: absolute;
  transform: scale(0, 1.5);
  transform-origin: right top;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0, 1);
  width: 100%;
}
.p-header__nav-item a:hover::before {
  transform: scale(1, 1.5);
  transform-origin: left top;
}

.p-header__nav-item.p-header__nav-item--contact a {
  height: auto;
  height: initial;
}
.p-header__nav-item.p-header__nav-item--contact a::before {
  display: none;
}

.p-header__hamburger {
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  display: none;
  height: inherit;
  margin: 0;
  outline: 1px solid #ffffff;
  outline-offset: -1px;
  padding: 0;
  position: relative;
  transition: 0.3s;
  width: 48px;
  width: 3rem;
  z-index: 1100;
}

.p-header__hamburger span {
  background-color: #3275ab;
  display: block;
  height: 1px;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  transition: 0.6s;
  width: 24px;
  width: 1.5rem;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -3px;
  top: -0.1875rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 3px;
  top: 0.1875rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  animation: openBar1 0.6s forwards;
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  animation: openBar2 0.6s forwards;
}

@keyframes openBar1 {
  0% {
    transform: translate(-50%, 0) rotate(0);
  }
  50% {
    transform: translate(-50%, 0.1875rem) rotate(0);
  }
  100% {
    transform: translate(-50%, 0.21875rem) rotate(30deg);
  }
}
@keyframes openBar2 {
  0% {
    transform: translate(-50%, 0) rotate(0);
  }
  50% {
    transform: translate(-50%, -0.1875rem) rotate(0);
  }
  100% {
    transform: translate(-50%, -0.21875rem) rotate(-30deg);
  }
}
.p-header__hamburger span:nth-of-type(1).is-close {
  animation: closeBar1 0.6s forwards;
}

.p-header__hamburger span:nth-of-type(2).is-close {
  animation: closeBar2 0.6s forwards;
}

@keyframes closeBar1 {
  0% {
    transform: translate(-50%, 0.21875rem) rotate(30deg);
  }
  50% {
    transform: translate(-50%, 0.1875rem) rotate(0);
  }
  100% {
    transform: translate(-50%, 0) rotate(0);
  }
}
@keyframes closeBar2 {
  0% {
    transform: translate(-50%, -0.21875rem) rotate(-30deg);
  }
  50% {
    transform: translate(-50%, -0.1875rem) rotate(0);
  }
  100% {
    transform: translate(-50%, 0) rotate(0);
  }
}
.p-header__drawer {
  background-color: rgba(229, 239, 247, 0.95);
  height: 100dvh;
  overflow-y: scroll;
  padding: 200px 0;
  padding: 12.5rem 0;
  position: fixed;
  right: -120%;
  scrollbar-width: none;
  top: 0;
  transition: 0.6s;
  width: 100%;
  z-index: 1000;
}

.p-header__drawer.is-active {
  right: 0;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item a {
  display: block;
  font-family: "Jost", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1;
  padding: 24px 0;
  padding: 1.5rem 0;
  text-align: center;
}

.p-header__drawer-item.p-header__drawer-item--contact {
  margin-top: 24px;
  margin-top: 1.5rem;
  text-align: center;
}

.p-pager-list {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.p-pager-list__button a {
  color: #3275ab;
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 20px 20px;
  padding: 1.25rem 1.25rem;
}

.p-pager-list__button.p-pager-list__button--center a {
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12.5rem;
  outline: 1px solid #ffffff;
  outline-offset: -1px;
  text-align: center;
  width: 200px;
  width: 12.5rem;
}

.p-pager {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  max-width: 50rem;
  position: relative;
  width: 100%;
}

.p-pager .nav-links {
  align-items: center;
  display: flex;
  justify-content: center;
}

.p-pager .page-numbers {
  align-items: center;
  background-color: transparent;
  border: none;
  border-radius: 50%;
  color: #3275ab;
  display: flex;
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  gap: 33px;
  gap: 2.0625rem;
  height: 44px;
  height: 2.75rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1;
  width: 44px;
  width: 2.75rem;
}

.p-pager .page-numbers.current {
  background-color: #3275ab;
  color: #ffffff;
}

.p-pager .next.page-numbers,
.p-pager .prev.page-numbers {
  background-image: url(../images/common/button_arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 56px;
  height: 3.5rem;
  width: 56px;
  width: 3.5rem;
}

.p-pager .prev.page-numbers {
  transform: rotate(180deg);
}

.p-parallax {
  height: 500px;
  height: 31.25rem;
  overflow: hidden;
  width: 100%;
}

.p-parallax img {
  height: 150%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.p-post-article__wrap {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-post-article__category {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
}

.p-post-article__category li {
  background-color: rgba(50, 117, 171, 0.3);
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
}

.p-post-article__title {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-post-article__main-img {
  border-bottom: 1px solid #3275ab;
  border-top: 1px solid #3275ab;
  margin-top: 32px;
  margin-top: 2rem;
  padding: 60px 0;
  padding: 3.75rem 0;
  width: 100%;
}

.p-post-article__main-img img {
  aspect-ratio: 88/55;
  border-radius: 0.9375rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-post-article__details {
  border-bottom: 1px solid #3275ab;
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}

.p-post-article__item {
  align-items: flex-start;
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.p-post-article__item + .p-post-article__item {
  margin-top: 32px;
  margin-top: 2rem;
}

.p-post-article__item-title {
  align-items: center;
  background-color: rgba(50, 117, 171, 0.3);
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  color: #ffffff;
  display: flex;
  font-size: 18px;
  font-size: 1.125rem;
  justify-content: center;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  width: 296px;
  width: 18.5rem;
}

.p-post-article__item-content {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.5rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 12px 20px;
  padding: 0.75rem 1.25rem;
  width: 100%;
}

.p-post-article__item-content a {
  color: #3275ab;
  opacity: 1;
  transition: 0.3s;
}
.p-post-article__item-content a:hover {
  opacity: 0.7;
}

.p-post-card {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem;
  box-shadow: 0.375rem 0.375rem 0.375rem 0 rgba(16, 36, 53, 0.3);
  display: block;
  filter: blur(30px);
  opacity: 0;
  overflow: hidden;
  width: 100%;
}
.p-post-card.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

@keyframes fadeIn {
  0% {
    filter: blur(30px);
    opacity: 0;
    transform: translateY(3.125rem);
  }
  100% {
    filter: blur(0);
    opacity: 1;
    transform: translateY(0);
  }
}
.p-post-card__link {
  display: block;
  height: 100%;
}
.p-post-card__link:hover .p-post-card__img img {
  transform: scale(1.1);
}
.p-post-card__link:hover .p-post-card__title {
  color: #3275ab;
  text-shadow: none;
}
.p-post-card__link:hover .p-post-card__category li {
  box-shadow: none;
}
.p-post-card__link:hover .p-post-card__arrow {
  transform: scale(1.2);
}

.p-post-card__body {
  position: relative;
}

.p-post-card__new {
  background-color: #ffffff;
  border-radius: 0 0 1.25rem 0;
  color: #3275ab;
  font-family: "Jost", sans-serif;
  left: 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
  outline: 1px solid #3275ab;
  padding: 8px 14px;
  padding: 0.5rem 0.875rem;
  position: absolute;
  text-transform: uppercase;
  top: 0;
  z-index: 5;
}

.p-post-card__img {
  overflow: hidden;
  width: 100%;
}

.p-post-card__img img {
  aspect-ratio: 360/262;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}

.p-post-card__info {
  padding: 20px;
  padding: 1.25rem;
}

.p-post-card__title {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-shadow: 2px 2px 2px rgba(16, 36, 53, 0.5);
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(16, 36, 53, 0.5);
  transition: 0.3s;
}

.p-post-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-post-card__category li {
  background-color: rgba(50, 117, 171, 0.3);
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  transition: 0.3s;
}

.p-post-card__arrow {
  background-color: rgba(170, 203, 230, 0.3);
  border-radius: 50%;
  height: 30px;
  height: 1.875rem;
  margin-left: auto;
  margin-top: 16px;
  margin-top: 1rem;
  outline: 1px solid #e5eff7;
  outline-offset: -1px;
  position: relative;
  transform: scale(1);
  transition: 0.3s;
  width: 30px;
  width: 1.875rem;
}
.p-post-card__arrow::before {
  aspect-ratio: 3/2;
  background-image: url(../images/common/bottom-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 16px;
  width: 1rem;
}

.p-post-connect__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
  margin-top: 3rem;
  grid-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.p-post-list {
  position: relative;
}

.p-post-list__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  margin-top: 3.75rem;
  grid-column-gap: 3.75rem;
  -moz-column-gap: 3.75rem;
       column-gap: 3.75rem;
  grid-row-gap: 72px;
  row-gap: 72px;
  row-gap: 4.5rem;
}

.p-post-list__not-found {
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.p-top-about {
  padding: 188px 0 120px;
  padding: 11.75rem 0 7.5rem;
}

.p-top-about__inner {
  position: relative;
}

.p-top-about__content-wrap {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 0.75rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  outline: 2px solid #e5eff7;
  outline-offset: -2px;
  padding: 120px;
  padding: 7.5rem;
}

.p-top-about__title {
  color: #3275ab;
  filter: blur(30px);
  font-family: "Jost", sans-serif;
  font-size: 84px;
  font-size: 5.25rem;
  font-weight: 200;
  left: 82px;
  left: 5.125rem;
  letter-spacing: 0.03em;
  line-height: 1.2;
  opacity: 0;
  position: absolute;
  top: -68px;
  top: -4.25rem;
}
.p-top-about__title.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-about__img {
  aspect-ratio: 300/360;
  border-radius: 0.625rem;
  box-shadow: -0.5rem -0.5rem 0 0 #ffffff, 0.5rem 0.5rem 0 0 #aacbe6;
  filter: blur(30px);
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  max-width: 18.75rem;
  opacity: 0;
  outline: 2px solid #e5eff7;
  overflow: hidden;
  width: 100%;
}
.p-top-about__img.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-about__img img {
  height: 120%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}

.p-top-about__profile {
  filter: blur(30px);
  opacity: 0;
}
.p-top-about__profile.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-about__name-kana,
.p-top-about__name {
  color: #3275ab;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-top-about__name {
  font-size: 40px;
  font-size: 2.5rem;
  margin-top: 4px;
  margin-top: 0.25rem;
}

.p-top-about__position {
  color: rgba(16, 36, 53, 0.4);
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-top: 16px;
  margin-top: 1rem;
}

.p-top-about__text-wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}

.p-top-about__text {
  letter-spacing: 0.05em;
  line-height: 1.8;
}

.p-top-about__text + .p-top-about__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}

.p-top-mv {
  min-height: 400px;
  min-height: 25rem;
  padding: 240px 0 120px;
  padding: 15rem 0 7.5rem;
  position: relative;
}

.p-top-mv__inner {
  min-height: inherit;
}

.p-top-mv__title-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px;
  max-width: 85rem;
  padding: 0 80px;
  padding: 0 5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}

.p-top-mv__main-title {
  color: #102435;
  font-family: "Jost", sans-serif;
  font-size: 72px;
  font-size: 4.5rem;
  font-weight: 200;
  letter-spacing: 0.03em;
  line-height: 1.25;
  visibility: hidden;
}

.p-top-mv__sub-title {
  color: #3275ab;
  font-size: 32px;
  font-size: 2rem;
  letter-spacing: 0.05em;
  line-height: 1.4;
  margin-top: 72px;
  margin-top: 4.5rem;
  visibility: hidden;
}

.p-top-mv__title-line {
  background: linear-gradient(90deg, #3275ab 0%, white 100%);
  height: 1px;
  height: 0.0625rem;
  margin-top: 72px;
  margin-top: 4.5rem;
  max-width: 790px;
  max-width: 49.375rem;
  opacity: 0;
  width: 100%;
}

.p-top-mv__title-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-top: 24px;
  margin-top: 1.5rem;
  max-width: 790px;
  max-width: 49.375rem;
  opacity: 0;
  row-gap: 16px;
  row-gap: 1rem;
  width: 100%;
}

.p-top-mv__title-item {
  color: #3275ab;
  font-family: "Jost", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 300;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

.p-top-mv__title-scroll-down {
  align-items: center;
  animation: rotate 5s linear infinite;
  background: linear-gradient(90deg, rgba(50, 117, 171, 0.4) 0%, rgba(255, 255, 255, 0.4) 100%);
  border-radius: 50%;
  bottom: -3%;
  display: flex;
  height: 100px;
  height: 6.25rem;
  justify-content: center;
  opacity: 0;
  outline: 1px solid #ffffff;
  outline-offset: -1px;
  position: absolute;
  right: 9%;
  width: 100px;
  width: 6.25rem;
}
.p-top-mv__title-scroll-down::before {
  animation: rotateReverse 5s linear infinite;
  aspect-ratio: 2/3;
  background-image: url(../images/common/bottom-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  max-width: 20px;
  max-width: 1.25rem;
  position: absolute;
  width: 100%;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateReverse {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
.p-top-mv__loop {
  display: flex;
  filter: blur(30px);
  margin-top: 194px;
  margin-top: 12.125rem;
  opacity: 0;
  overflow: hidden;
}
.p-top-mv__loop.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-mv__loop-slider {
  animation: loopImage 30s infinite linear both;
  display: flex;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.p-top-mv__loop-slide {
  border-radius: 0.9375rem;
  box-shadow: 0.375rem 0.375rem 0.375rem 0 rgba(16, 36, 53, 0.2);
  height: 480px;
  height: 30rem;
  margin-right: 64px;
  margin-right: 4rem;
  overflow: hidden;
  width: 320px;
  width: 20rem;
}
.p-top-mv__loop-slide:nth-child(even) {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-top-mv__loop-slide img {
  aspect-ratio: 320/480;
  height: 120%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@keyframes loopImage {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.p-top-service {
  padding: 120px 0;
  padding: 7.5rem 0;
}

.p-top-service__title {
  filter: blur(30px);
  opacity: 0;
}
.p-top-service__title.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-service__list {
  display: grid;
  margin-top: 80px;
  margin-top: 5rem;
  grid-gap: 30px;
  gap: 30px;
  gap: 1.875rem;
  grid-template-columns: repeat(3, 1fr);
}

.p-top-service__item {
  filter: blur(30px);
  opacity: 0;
}
.p-top-service__item.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-service__item:nth-child(2) {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-top-service__item:nth-child(3) {
  margin-top: 100px;
  margin-top: 6.25rem;
}

.p-top-service__item-img {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem 10.625rem 0.625rem 10.625rem;
  box-shadow: 0.375rem 0.375rem 0 0 rgba(50, 117, 171, 0.4), -0.25rem -0.25rem 0 0 white;
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 340px;
  max-width: 21.25rem;
  outline: 2px solid rgba(170, 203, 230, 0.4);
  outline-offset: -1px;
  padding: 46px 0;
  padding: 2.875rem 0;
  width: 100%;
}

.p-top-service__item-img img {
  aspect-ratio: 1/1;
  max-width: 120px;
  max-width: 7.5rem;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-top-service__item-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}

.p-top-service__item-text {
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-works {
  background-color: rgba(50, 117, 171, 0.2);
  padding: 120px 0;
  padding: 7.5rem 0;
  position: relative;
}

.p-top-works__title {
  filter: blur(30px);
  opacity: 0;
}
.p-top-works__title.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-works__button {
  filter: blur(30px);
  opacity: 0;
  position: absolute;
  right: 120px;
  right: 7.5rem;
  top: 182px;
  top: 11.375rem;
}
.p-top-works__button.is-active {
  animation: fadeIn 0.8s ease-out forwards;
}

.p-top-works .splide {
  margin-right: calc(50% - 50vw);
  margin-top: 80px;
  margin-top: 5rem;
}

.p-top-works .splide__track {
  padding: 12px 0;
  padding: 0.75rem 0;
  padding: 8px 0;
  padding: 0.5rem 0;
}

.p-top-works .splide__slide {
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.625rem;
  box-shadow: 0.375rem 0.375rem 0.375rem 0 rgba(16, 36, 53, 0.3);
  display: block;
  filter: grayscale(1);
  opacity: 0.7;
  overflow: hidden;
  transform: scale(0.8);
  transition: 0.7s;
  width: 100%;
}

.p-top-works .splide__slide.is-active {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1);
  z-index: 1;
}

.p-top-works .splide__slide a {
  display: block;
  height: 100%;
}
.p-top-works .splide__slide a:hover .splide__slide-img img {
  transform: scale(1.1);
}
.p-top-works .splide__slide a:hover .splide__slide-content h3 {
  color: #3275ab;
  text-shadow: none;
}
.p-top-works .splide__slide a:hover .splide__slide-category-item {
  box-shadow: none;
}
.p-top-works .splide__slide a:hover .splide__slide-arrow {
  transform: scale(1.2);
}

.p-top-works .splide__slide-img {
  overflow: hidden;
}

.p-top-works .splide__slide-img img {
  aspect-ratio: 360/262;
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  border-radius: 0.625rem 0.625rem 0 0;
     object-fit: cover;
  transform: scale(1);
  transition: transform 0.3s;
}

.p-top-works .splide__slide-content {
  padding: 20px;
  padding: 1.25rem;
}

.p-top-works .splide__slide-content h3 {
  color: #ffffff;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-shadow: 2px 2px 2px rgba(16, 36, 53, 0.5);
  text-shadow: 0.125rem 0.125rem 0.125rem rgba(16, 36, 53, 0.5);
  transition: 0.3s;
}

.p-top-works .splide__slide-category {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  gap: 0.25rem;
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-top-works .splide__slide-category-item {
  background-color: rgba(50, 117, 171, 0.3);
  border-radius: 1.25rem;
  box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  color: #ffffff;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  padding: 6px 20px;
  padding: 0.375rem 1.25rem;
  transition: 0.3s;
}

.p-top-works .splide__slide-arrow {
  background-color: rgba(170, 203, 230, 0.3);
  border-radius: 50%;
  height: 30px;
  height: 1.875rem;
  margin-left: auto;
  margin-top: 16px;
  margin-top: 1rem;
  outline: 1px solid #e5eff7;
  outline-offset: -1px;
  position: relative;
  transform: scale(1);
  transition: 0.3s;
  width: 30px;
  width: 1.875rem;
}
.p-top-works .splide__slide-arrow::before {
  aspect-ratio: 3/2;
  background-image: url(../images/common/bottom-arrow.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  width: 16px;
  width: 1rem;
}

.u-cursor {
  background-image: url(../images/common/cursor_icon.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 30px;
  height: 1.875rem;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translate(-50%, -50%);
  transition: transform 0.1s ease-out;
  width: 30px;
  width: 1.875rem;
  z-index: 10000;
}

.u-sp {
  display: none;
}

@media (prefers-reduced-motion: reduce){
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}

@media (max-width: 1200px){
  html {
    font-size: 1.3333333333vw;
  }
}

@media screen and (max-width: 767px){
  html {
    font-size: 16px;
  }
  .l-breadcrumb {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .l-footer {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-inner {
    max-width: 640px;
    max-width: 40rem;
    padding: 0 20px;
  }
  .l-lower-section {
    padding: 140px 0 80px;
    padding: 8.75rem 0 5rem;
  }
  .l-page-top {
    bottom: 40px;
    bottom: 2.5rem;
    right: 20px;
    right: 1.25rem;
  }
  .l-pager-list {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .l-post-connect {
    margin-top: 120px;
    margin-top: 7.5rem;
  }
  .c-breadcrumb {
    padding-right: 0;
  }
  .c-breadcrumb__link:hover {
    opacity: 1;
  }
  .c-button {
    padding: 6px 8px 6px 30px;
    padding: 0.375rem 0.5rem 0.375rem 1.875rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .c-button:hover {
    outline: 1px solid #e5eff7;
  }
  .c-button:hover .c-button__arrow-bg {
    background-color: #ffffff;
  }
  .c-button:hover .c-button__arrow, .c-button:hover .c-button__arrow::before, .c-button:hover .c-button__arrow::after {
    background-color: #3275ab;
  }
  .c-button.c-button--contact {
    border-radius: 2.0625rem;
    display: inline-flex;
  }
  .c-button.c-button--contact:hover {
    background-color: #3275ab;
    outline: none;
  }
  .c-button.c-button--contact .c-button__text {
    font-size: 32px;
    font-size: 2rem;
    font-weight: 400;
  }
  .c-button.c-button--contact:hover .c-button__text {
    color: #ffffff;
  }
  .c-button.c-button--contact .c-button__arrow-bg {
    height: 42px;
    height: 2.625rem;
    width: 42px;
    width: 2.625rem;
  }
  .c-button__text {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-button__arrow-bg {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .c-button__arrow {
    width: 14px;
    width: 0.875rem;
  }
  .c-button__arrow::before, .c-button__arrow::after {
    width: 6px;
    width: 0.375rem;
  }
  .c-lower-title__jp {
    font-size: 32px;
    font-size: 2rem;
  }
  .c-lower-title__en {
    font-size: 24px;
    font-size: 1.5rem;
  }
  .c-page-top:hover {
    outline: 1px solid #e5eff7;
  }
  .c-page-top:hover .c-page-top__arrow-bg {
    background-color: #ffffff;
  }
  .c-page-top:hover .c-page-top__arrow {
    background-color: #3275ab;
  }
  .c-page-top:hover .c-page-top__arrow::before {
    border-left: 1px solid #3275ab;
    border-left: 0.0625rem solid #3275ab;
    border-top: 1px solid #3275ab;
    border-top: 0.0625rem solid #3275ab;
  }
  .c-page-top__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .c-page-top__arrow-bg {
    height: 32px;
    height: 2rem;
    width: 32px;
    width: 2rem;
  }
  .c-page-top__arrow {
    height: 12px;
    height: 0.75rem;
    width: 1px;
    width: 0.0625rem;
  }
  .c-page-top__arrow::before {
    border-left: 1px solid #3275ab;
    border-left: 0.0625rem solid #3275ab;
    border-top: 1px solid #3275ab;
    border-top: 0.0625rem solid #3275ab;
    height: 6px;
    height: 0.375rem;
    width: 6px;
    width: 0.375rem;
  }
  .c-text-loop {
    height: 113px;
    height: 7.0625rem;
  }
  .c-text-loop__item {
    font-size: 40px;
    font-size: 2.5rem;
    padding: 0 16px;
    padding: 0 1rem;
  }
  .c-title__jp {
    font-size: 16px;
    font-size: 1rem;
  }
  .c-title__en {
    font-size: 56px;
    font-size: 3.5rem;
    margin-top: 8px;
    margin-top: 0.5rem;
  }
  .p-404__button {
    margin-top: 60px;
    margin-top: 3.75rem;
    text-align: center;
  }
  .p-blog-article__wrap {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-blog-article__info {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
    justify-content: space-between;
  }
  .p-blog-article__category li {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
  .p-blog-article__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-blog-article__main-img {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-blog-article__main-img img {
    border-radius: 0.5rem;
    width: 100%;
  }
  .p-blog-article__content h2,
  .p-blog-article__contents h3 {
    border-radius: 0.625rem;
    font-size: 22px;
    font-size: 1.375rem;
    margin: 40px 0 20px;
    margin: 2.5rem 0 1.25rem;
    padding: 10px 20px;
    padding: 0.625rem 1.25rem;
  }
  .p-blog-article__contents h4 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .p-blog-article__contents h5 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .p-blog-article__contents p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
  .p-contact__content-wrap {
    display: block;
    margin-top: 80px;
    margin-top: 5rem;
  }
  .p-contact__info {
    max-width: none;
  }
  .p-contact__info-description {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-contact__contents {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-contact__content + .p-contact__content {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-contact__head {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .p-contact__policy {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-contact__policy .p-contact__text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__guide-text {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-contact__button-wrap {
    flex-direction: column;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-contact__item-text,
  .p-contact__item-email,
  .p-contact__item-textarea {
    font-size: 16px;
    font-size: 1rem;
    padding: 20px 22px;
    padding: 1.25rem 1.375rem;
  }
  .p-contact__item-text:hover, .p-contact__item-text:focus,
  .p-contact__item-email:hover,
  .p-contact__item-email:focus,
  .p-contact__item-textarea:hover,
  .p-contact__item-textarea:focus {
    outline: 1px solid #aacbe6;
    outline-offset: -1px;
  }
  .p-contact__item-text::-moz-placeholder, .p-contact__item-email::-moz-placeholder, .p-contact__item-textarea::-moz-placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-contact__item-text::placeholder,
  .p-contact__item-email::placeholder,
  .p-contact__item-textarea::placeholder {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-contact__button input[type=submit]:hover,
  .p-contact__button input[type=button]:hover {
    background-color: #3275ab;
    color: #ffffff;
    outline: 1px solid #e5eff7;
  }
  .wpcf7-not-valid-tip {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-contact__description {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-contact__thanks-button {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-footer {
    padding: 60px 0 20px;
    padding: 3.75rem 0 1.25rem;
  }
  .p-footer__contact-button-wrap {
    flex-direction: column;
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-footer__contact-button-text img {
    max-width: 18px;
    max-width: 1.125rem;
  }
  .p-footer__logo {
    max-width: 150px;
    max-width: 9.375rem;
  }
  .p-footer__logo a {
    padding: 10px 0;
    padding: 0.625rem 0;
  }
  .p-footer__nav-list {
    align-items: initial;
    flex-direction: column;
  }
  .p-footer__nav-item a {
    font-size: 22px;
    font-size: 1.375rem;
    padding: 20px 40px;
    padding: 1.25rem 2.5rem;
  }
  .p-footer__nav-item a:hover {
    color: #102435;
  }
  .p-footer__copyright {
    margin-top: 100px;
    margin-top: 6.25rem;
  }
  .p-header {
    height: 48px;
    height: 3rem;
    padding: 30px 30px 0;
    padding: 1.875rem 1.875rem 0;
  }
  .p-header__logo {
    max-width: 114.46px;
    max-width: 7.15375rem;
  }
  .p-header__nav {
    display: none;
  }
  .p-header__hamburger {
    display: block;
  }
  .p-pager-list {
    flex-direction: column;
    row-gap: 16px;
    row-gap: 1rem;
  }
  .p-pager-list__button a {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 16px 16px;
    padding: 1rem 1rem;
  }
  .p-pager {
    max-width: 600px;
    max-width: 37.5rem;
  }
  .p-pager .page-numbers {
    font-size: 18px;
    font-size: 1.125rem;
    gap: 10px;
    gap: 0.625rem;
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-pager .next.page-numbers,
  .p-pager .prev.page-numbers {
    height: 40px;
    height: 2.5rem;
    width: 40px;
    width: 2.5rem;
  }
  .p-parallax {
    height: 200px;
    height: 12.5rem;
  }
  .p-post-article__wrap {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-post-article__category li {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
  .p-post-article__title {
    font-size: 24px;
    font-size: 1.5rem;
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-post-article__main-img {
    margin-top: 20px;
    margin-top: 1.25rem;
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-post-article__main-img img {
    border-radius: 0.5rem;
    width: 100%;
  }
  .p-post-article__details {
    margin-top: 32px;
    margin-top: 2rem;
    padding-bottom: 32px;
    padding-bottom: 2rem;
  }
  .p-post-article__item {
    flex-direction: column;
    row-gap: 10px;
    row-gap: 0.625rem;
  }
  .p-post-article__item + .p-post-article__item {
    margin-top: 24px;
    margin-top: 1.5rem;
  }
  .p-post-article__item-title {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
    width: 100%;
  }
  .p-post-article__item-content {
    padding: 8px 16px;
    padding: 0.5rem 1rem;
  }
  .p-post-article__item-content a:hover {
    opacity: 1;
  }
  .p-post-card {
    box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(16, 36, 53, 0.3);
  }
  .p-post-card__link:hover .p-post-card__img img {
    transform: scale(1);
  }
  .p-post-card__link:hover .p-post-card__title {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(16, 36, 53, 0.3);
    text-shadow: 0.125rem 0.125rem 0.125rem rgba(16, 36, 53, 0.3);
  }
  .p-post-card__link:hover .p-post-card__category li {
    box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  }
  .p-post-card__link:hover .p-post-card__arrow {
    transform: scale(1);
  }
  .p-post-card__new {
    border-radius: 0 0 1rem 0;
    font-size: 14px;
    font-size: 0.875rem;
    padding: 6px 12px;
    padding: 0.375rem 0.75rem;
  }
  .p-post-card__img img {
    aspect-ratio: 3/2;
  }
  .p-post-card__info {
    padding: 16px;
    padding: 1rem;
  }
  .p-post-card__title {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-post-card__category {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-post-card__category li {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
  .p-post-connect__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    row-gap: 1.25rem;
  }
  .p-post-list__items {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
    margin-top: 2.5rem;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 40px;
    row-gap: 2.5rem;
  }
  .p-top-about {
    padding: 100px 0 80px;
    padding: 6.25rem 0 5rem;
  }
  .p-top-about__content-wrap {
    border-radius: 0.625rem;
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    padding: 40px 20px;
    padding: 2.5rem 1.25rem;
  }
  .p-top-about__title {
    font-size: 56px;
    font-size: 3.5rem;
    left: 40px;
    left: 2.5rem;
    top: -44px;
    top: -2.75rem;
  }
  .p-top-about__img {
    border-radius: 0.5rem;
    max-width: 200px;
    max-width: 12.5rem;
  }
  .p-top-about__name-kana {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .p-top-about__name {
    font-size: 32px;
    font-size: 2rem;
  }
  .p-top-about__text-wrap {
    margin-top: 32px;
    margin-top: 2rem;
  }
  .p-top-about__text + .p-top-about__text {
    margin-top: 20px;
    margin-top: 1.25rem;
  }
  .p-top-mv {
    padding: 140px 0 80px;
    padding: 8.75rem 0 5rem;
  }
  .p-top-mv__title-wrap {
    max-width: 660px;
    max-width: 41.25rem;
    padding: 0 30px;
    padding: 0 1.875rem;
  }
  .p-top-mv__main-title {
    font-size: 38px;
    font-size: 2.375rem;
  }
  .p-top-mv__sub-title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-mv__title-line {
    margin-top: 16px;
    margin-top: 1rem;
    max-width: inherit;
  }
  .p-top-mv__title-list {
    justify-content: center;
    margin-top: 15px;
    margin-top: 0.9375rem;
  }
  .p-top-mv__title-item {
    font-size: 10px;
    font-size: 0.625rem;
  }
  .p-top-mv__title-item + .p-top-mv__title-item {
    margin-left: 32px;
    margin-left: 2rem;
  }
  .p-top-mv__title-scroll-down {
    bottom: 50%;
    height: 40px;
    height: 2.5rem;
    right: 10%;
    width: 40px;
    width: 2.5rem;
  }
  .p-top-mv__title-scroll-down::before {
    aspect-ratio: 7/12;
    max-width: 7px;
    max-width: 0.4375rem;
  }
  .p-top-mv__loop {
    margin-top: 64px;
    margin-top: 4rem;
  }
  .p-top-mv__loop-slider {
    padding-bottom: 4px;
    padding-bottom: 0.25rem;
  }
  .p-top-mv__loop-slide {
    border-radius: 0.625rem;
    box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(16, 36, 53, 0.2);
    height: 150px;
    height: 9.375rem;
    margin-right: 20px;
    margin-right: 1.25rem;
    width: 100px;
    width: 6.25rem;
  }
  .p-top-mv__loop-slide:nth-child(even) {
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-mv__loop-slide img {
    aspect-ratio: 100/150;
    height: 130%;
  }
  .p-top-service {
    padding: 80px 0;
    padding: 5rem 0;
  }
  .p-top-service__list {
    gap: 40px;
    gap: 2.5rem;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 60px;
    margin-top: 3.75rem;
  }
  .p-top-service__item:nth-child(2) {
    margin-top: 0;
  }
  .p-top-service__item:nth-child(3) {
    margin-top: 0;
  }
  .p-top-service__item-img {
    padding: 40px 0;
    padding: 2.5rem 0;
  }
  .p-top-service__item-title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-top-service__item-text {
    font-size: 14px;
    font-size: 0.875rem;
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-top-works {
    padding: 80px 0 160px;
    padding: 5rem 0 10rem;
  }
  .p-top-works__button {
    bottom: 80px;
    bottom: 5rem;
    right: 25%;
    top: auto;
    top: initial;
  }
  .p-top-works .splide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 40px;
    margin-top: 2.5rem;
  }
  .p-top-works .splide__slide {
    box-shadow: 0.25rem 0.25rem 0.25rem 0 rgba(16, 36, 53, 0.3);
    transform: scale(1);
  }
  .p-top-works .splide__slide a:hover .splide__slide-img img {
    transform: scale(1);
  }
  .p-top-works .splide__slide a:hover .splide__slide-content h3 {
    color: #ffffff;
    text-shadow: 2px 2px 2px rgba(16, 36, 53, 0.3);
    text-shadow: 0.125rem 0.125rem 0.125rem rgba(16, 36, 53, 0.3);
  }
  .p-top-works .splide__slide a:hover .splide__slide-category-item {
    box-shadow: 0.125rem 0.125rem 0.125rem 0 rgba(16, 36, 53, 0.3), -0.125rem -0.125rem 0.125rem 0 rgba(255, 255, 255, 0.3);
  }
  .p-top-works .splide__slide a:hover .splide__slide-arrow {
    transform: scale(1);
  }
  .p-top-works .splide__slide-img img {
    aspect-ratio: 3/2;
  }
  .p-top-works .splide__slide-content {
    padding: 16px;
    padding: 1rem;
  }
  .p-top-works .splide__slide-content h3 {
    font-size: 16px;
    font-size: 1rem;
  }
  .p-top-works .splide__slide-category {
    margin-top: 16px;
    margin-top: 1rem;
  }
  .p-top-works .splide__slide-category-item {
    font-size: 11px;
    font-size: 0.6875rem;
    font-weight: 400;
    padding: 4px 16px;
    padding: 0.25rem 1rem;
  }
  .u-cursor {
    display: none;
  }
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}

@media (max-width: 375px){
  html {
    font-size: 4.2666666667vw;
  }
}
/*# sourceMappingURL=style.css.map */
