@charset "UTF-8";
*,
*::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,
small,
button,
time,
figure {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

li,
dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

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

body {
  color: #2b2b2b;
  font-size: max(1rem, 12.8px);
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a,
span {
  display: inline-block;
}

video,
img,
svg {
  width: 100%;
  height: 100%;
}

button {
  font: inherit;
  color: inherit;
  background: transparent;
  background: none;
  border: none;
}

input,
textarea,
select {
  font: inherit;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.swiper-button-prev,
.swiper-button-next,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  top: unset;
  bottom: unset;
  left: unset;
  right: unset;
  margin: 0;
  padding: 0;
}

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

.grecaptcha-badge {
  visibility: hidden;
}

.l-inner {
  width: 86.875rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner {
    width: auto;
    padding-inline: 1.25rem;
  }
}

.l-inner-narrow {
  width: 69.625rem;
  padding-inline: 2.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .l-inner-narrow {
    padding-inline: 1.25rem;
  }
}

.l-service {
  padding-top: 140px;
  margin-top: -362px;
}
@media screen and (max-width: 767px) {
  .l-service {
    padding-top: 25px;
  }
}
@media (max-width: 450px) {
  .l-service {
    margin-top: 0;
    padding-top: 60px;
  }
}

.l-about {
  padding-top: 120px;
  padding-bottom: 363px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-about {
    padding-top: 60px;
  }
}
@media (max-width: 450px) {
  .l-about {
    padding-bottom: 0px;
  }
}

.c-btn--gold {
  border: 3px solid #d6ba8d;
  background: #ffffff;
  position: relative;
  width: 22.1875rem;
  display: block;
  padding-block: 1.4375rem;
  padding-left: 5rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--gold {
    width: 12.5rem;
    padding-left: 1.25rem;
  }
}
.c-btn--gold::before, .c-btn--gold::after {
  position: absolute;
}
.c-btn--gold::before {
  content: "";
  width: 21rem;
  height: 4.5rem;
  background: -webkit-gradient(linear, left top, right top, from(#dceef2), to(#a9c9d3));
  background: linear-gradient(90deg, #dceef2 0%, #a9c9d3 100%);
  z-index: -1;
  right: -15px;
  bottom: -14px;
}
@media screen and (max-width: 767px) {
  .c-btn--gold::before {
    width: 12.5rem;
  }
}
.c-btn--gold::after {
  content: "→";
  right: 3.8125rem;
  font-size: max(1.5rem, 19.2px);
  top: 50%;
  translate: 0 -50%;
  -webkit-transition: translate 0.3s ease;
  transition: translate 0.3s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--gold::after {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--gold::after {
    right: 1.875rem;
  }
}
@media (any-hover: hover) {
  .c-btn--gold:hover {
    background: -webkit-gradient(linear, right top, left top, from(#ffffff), to(#d6ba8d));
    background: linear-gradient(270deg, #ffffff 0%, #d6ba8d 100%);
  }
  .c-btn--gold:hover::after {
    translate: 10px -50%;
  }
}

.c-btn--blue {
  width: 16.875rem;
  height: 3.125rem;
  border: 1px solid #2b2b2b;
  text-align: center;
  padding-top: 0.625rem;
  position: relative;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .c-btn--blue {
    width: 12.5rem;
  }
}
@media screen and (max-width: 767px) {
  .c-btn--blue {
    font-size: 1rem;
  }
}
.c-btn--blue::before {
  content: "";
  position: absolute;
  width: 16.875rem;
  height: 3.125rem;
  background: rgba(169, 201, 211, 0.7);
  left: 1.125rem;
  top: -0.625rem;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (max-width: 767px) {
  .c-btn--blue::before {
    width: 12.5rem;
  }
}
@media (any-hover: hover) {
  .c-btn--blue:hover::before {
    left: 0;
    top: 0;
  }
}

.c-btn--circle {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  border: 2px solid #2b2b2b;
  display: block;
  display: grid;
  place-content: center;
}
.c-btn--circle svg {
  fill: #2b2b2b;
  width: 2.0625rem;
}
.c-btn--X svg {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  fill: #2b2b2b;
}
@media (any-hover: hover) {
  .c-btn--X svg:hover {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

.c-animated__fadeIn--top,
.c-animated__fadeIn {
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.c-animated__fadeIn--top.js-show,
.c-animated__fadeIn.js-show {
  opacity: 1;
}

.c-animated__text {
  white-space: nowrap;
  opacity: 0;
}
.c-animated__text.js-show {
  opacity: 1;
}
.c-animated__text .char {
  display: inline-block;
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: transfrom 0.5s;
  transition: transfrom 0.5s;
}

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

@keyframes textanimation {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
.c-animated__slideIn--down {
  clip-path: inset(0 0 100% 0);
  -webkit-transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
}
.c-animated__slideIn--down.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__slideIn--left {
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.5s ease;
  transition: clip-path 1.5s ease;
}
@media (max-width: 375px) {
  .c-animated__slideIn--left {
    clip-path: inset(0 99.9% 0 0);
  }
}
.c-animated__slideIn--left.js-show {
  clip-path: inset(0 0 0 0);
}

.c-animated__slideIn--right {
  clip-path: inset(0 0 0 100%);
  -webkit-transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
}
@media (max-width: 375px) {
  .c-animated__slideIn--right {
    clip-path: inset(0 0 0 99.9%);
  }
}
.c-animated__slideIn--right.js-show {
  clip-path: inset(0 0 0 0);
}

.c-section-title--en {
  font-family: "Roboto Slab", sans-serif;
  font-size: max(8.75rem, 112px);
  font-weight: 400;
  color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .c-section-title--en {
    font-size: 8.75rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title--en {
    font-size: max(4rem, 51.2px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section-title--en {
    font-size: 4rem;
  }
}

.c-section-title--ja {
  font-size: max(4rem, 51.2px);
  font-weight: 500;
  letter-spacing: -0.0625em;
  margin-top: -48px;
  margin-left: 62px;
}
@media screen and (max-width: 767px) {
  .c-section-title--ja {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-section-title--ja {
    font-size: max(1.75rem, 22.4px);
    margin-top: -27px;
    margin-left: 27px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .c-section-title--ja {
    font-size: 1.75rem;
  }
}

.p-header {
  position: fixed;
  z-index: 100;
  top: 30px;
  left: 50%;
  translate: -50%;
  width: 96.5277777778vw;
  margin-inline: auto;
  height: auto;
  padding-inline: 2.5rem;
  background: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 767px) {
  .p-header {
    width: calc(100% - 40px);
    padding-inline: 1.25rem;
  }
}
.p-header.js-scroll {
  background: rgba(255, 255, 255, 0.8);
}

.p-header__inner {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 18.75rem 1fr;
  height: 5rem;
}

.p-header__logo {
  font-size: 2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    font-size: max(1.5rem, 19.2px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-header__logo {
    font-size: 1.5rem;
  }
}
.p-header__logo img {
  width: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-header__logo img {
    width: 3rem;
  }
}

.p-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: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.p-header__list li a {
  display: block;
  padding-block: 10px;
  font-size: max(1.125rem, 14.4px);
}
@media screen and (max-width: 767px) {
  .p-header__list li a {
    font-size: 1.125rem;
  }
}
.p-header__list li a span {
  -webkit-transition: color 0.5s, -webkit-transform 1s;
  transition: color 0.5s, -webkit-transform 1s;
  transition: transform 1s, color 0.5s;
  transition: transform 1s, color 0.5s, -webkit-transform 1s;
}
@media (any-hover: hover) {
  .p-header__list li a span:hover {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    color: #d6ba8d;
  }
}

.p-header__btn {
  padding: 0.75rem 2.5rem;
  background: #fff;
  font-size: max(1.125rem, 14.4px);
  -webkit-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-header__btn {
    font-size: 1.125rem;
  }
}
.p-header__btn::after, .p-header__btn::before,
.p-header__btn span::after,
.p-header__btn span::before {
  background: #2b2b2b;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header__btn::after {
  width: 0px;
  height: 1px;
  top: 0;
  left: 0;
}
.p-header__btn::before {
  width: 0px;
  height: 1px;
  right: 0;
  bottom: 0;
}
.p-header__btn span::after {
  width: 1px;
  height: 0;
  left: 0;
  bottom: 0;
}
.p-header__btn span::before {
  width: 1px;
  height: 0;
  top: 0;
  right: 0;
}
@media (any-hover: hover) {
  .p-header__btn:hover::after, .p-header__btn:hover::before {
    width: 100%;
  }
  .p-header__btn:hover span::after, .p-header__btn:hover span::before {
    height: 100%;
  }
}

.p-drawer__icon {
  position: fixed;
  z-index: 102;
  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;
  cursor: pointer;
  top: 58px;
  right: 50px;
  width: 28px;
  height: 21px;
}
@media (min-width: 768px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 2px;
  background: #2b2b2b;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  rotate: 45deg;
  translate: 0 10px;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  display: none;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  rotate: -45deg;
  translate: 0 -10px;
}

.p-drawer__background {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.p-drawer__background.js-show {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(52, 94, 110, 0.9);
  display: block;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: auto;
  top: 110px;
  left: 50%;
  translate: -50%;
  width: calc(100% - 40px);
  background: rgba(255, 255, 255, 0.5);
}
.p-drawer.js-scroll {
  background: rgba(255, 255, 255, 0.8);
}

.p-drawer__icon--bar {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer {
  -webkit-transform: scale(1, 0);
          transform: scale(1, 0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-drawer.js-show {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 83px 30px 40px;
}

.p-drawer__list {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 22px;
  margin-bottom: 40px;
}
.p-drawer__list li a {
  display: block;
  font-size: 20px;
  font-weight: 400;
  padding-block: 5px;
}
.p-drawer__list li a span {
  -webkit-transition: color 0.5s, -webkit-transform 1s;
  transition: color 0.5s, -webkit-transform 1s;
  transition: transform 1s, color 0.5s;
  transition: transform 1s, color 0.5s, -webkit-transform 1s;
}
@media (any-hover: hover) {
  .p-drawer__list li a span:hover {
    -webkit-transform: rotateX(360deg);
            transform: rotateX(360deg);
    color: #345e6e;
  }
}

.p-drawer__btn {
  margin-inline: auto;
  text-align: center;
}

.p-drawer__sns {
  margin-top: 32px;
  margin-inline: auto;
}

.p-footer {
  position: relative;
  display: grid;
  place-content: center;
  height: 56px;
}

.p-footer__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  z-index: -1;
}
.p-footer__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-mv {
  padding-bottom: 15px;
}

.p-mv__image {
  width: 100%;
  height: 39.375rem;
  overflow: hidden;
}
@media (max-width: 960px) {
  .p-mv__image {
    height: 80vh;
    height: 80svh;
  }
}
@media (max-width: 767px) {
  .p-mv__image {
    height: 90vh;
    height: 90svh;
  }
}
.p-mv__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  height: calc(100% + 400px);
  translate: 0 50px;
}

.p-mv_text-wrap {
  position: absolute;
  color: #dceef2;
  padding: 1.25rem;
  top: 12.5rem;
  left: 9.375rem;
  -webkit-animation: 3s ease forwards appearFromCenter;
          animation: 3s ease forwards appearFromCenter;
}
@media (max-width: 960px) {
  .p-mv_text-wrap {
    top: 30vh;
  }
}
@media screen and (max-width: 767px) {
  .p-mv_text-wrap {
    top: 27vh;
    padding: 0.625rem;
    left: 1.25rem;
  }
}
@-webkit-keyframes appearFromCenter {
  from {
    backdrop-filter: none;
    clip-path: circle(0 at 50% 50%);
  }
  to {
    backdrop-filter: blur(10px);
    clip-path: circle(100% at 50% 50%);
  }
}
@keyframes appearFromCenter {
  from {
    backdrop-filter: none;
    clip-path: circle(0 at 50% 50%);
  }
  to {
    backdrop-filter: blur(10px);
    clip-path: circle(100% at 50% 50%);
  }
}
.p-mv__text1 {
  font-size: max(2.5rem, 32px);
  line-height: 1.2;
  text-shadow: 1px 1px 0 #345e6e, -1px -1px 0 #345e6e, -1px 1px 0 #345e6e, 1px -1px 0 #345e6e, 1px 0 0 #345e6e, -1px 0 0 #345e6e, 0 1px 0 #345e6e, 0 -1px 0 #345e6e; /* 右上方向に影 */
}
@media screen and (max-width: 767px) {
  .p-mv__text1 {
    font-size: 2.5rem;
  }
}
.p-mv__text1 span {
  color: #dceef2;
  font-size: max(3.5rem, 44.8px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-mv__text1 span {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text1 {
    font-size: max(2rem, 25.6px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__text1 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text1 span {
    font-size: max(3rem, 38.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__text1 span {
    font-size: 3rem;
  }
}
@media (max-width: 550px) {
  .p-mv__text1 {
    font-size: max(1.5rem, 19.2px);
  }
}
@media screen and (max-width: 550px) and (max-width: 767px) {
  .p-mv__text1 {
    font-size: 1.5rem;
  }
}
@media (max-width: 550px) {
  .p-mv__text1 span {
    font-size: max(2rem, 25.6px);
  }
}
@media screen and (max-width: 550px) and (max-width: 767px) {
  .p-mv__text1 span {
    font-size: 2rem;
  }
}

.p-mv__text2 {
  font-size: max(1.5rem, 19.2px);
  margin-top: 32px;
  padding-left: 0.5rem;
  text-shadow: 1px 1px 0 #345e6e, -1px -1px 0 #345e6e, -1px 1px 0 #345e6e, 1px -1px 0 #345e6e, 1px 0 0 #345e6e, -1px 0 0 #345e6e, 0 1px 0 #345e6e, 0 -1px 0 #345e6e; /* 右上方向に影 */
}
@media screen and (max-width: 767px) {
  .p-mv__text2 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text2 {
    font-size: max(1.25rem, 16px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv__text2 {
    font-size: 1.25rem;
  }
}
@media (max-width: 550px) {
  .p-mv__text2 {
    margin-top: 24px;
    padding-left: 0.3125rem;
    font-size: max(0.875rem, 11.2px);
  }
}
@media screen and (max-width: 550px) and (max-width: 767px) {
  .p-mv__text2 {
    font-size: 0.875rem;
  }
}

.p-mv-card {
  -webkit-box-shadow: 5px 5px 15px -5px #989393;
          box-shadow: 5px 5px 15px -5px #989393;
  margin-block: 15px;
  padding-bottom: 20px;
  background: #ffffff;
  height: auto;
}

.p-mv-card__img img {
  aspect-ratio: 706/442;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}

.p-mv-card__title {
  font-size: max(1.125rem, 14.4px);
  margin-top: 24px;
  padding-inline: 10px;
  -ms-flex-item-align: center;
      align-self: center;
  height: 2.25rem;
}
@media screen and (max-width: 767px) {
  .p-mv-card__title {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-card__title {
    font-size: max(0.875rem, 11.2px);
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv-card__title {
    font-size: 0.875rem;
  }
}

.p-mv-card__lists {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #989393;
  font-size: max(1rem, 12.8px);
}
@media screen and (max-width: 767px) {
  .p-mv-card__lists {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-card__lists {
    font-size: max(0.75rem, 9.6px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-mv-card__lists {
    font-size: 0.75rem;
  }
}

.p-mv__wrap {
  margin-top: 48px;
}

.p-mv__memo {
  color: #989393;
  text-align: right;
  margin-right: 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__memo {
    margin-right: 1.875rem;
  }
}

.p-mv__btn {
  margin-top: 10px;
  margin-inline: auto 5.625rem;
}
@media screen and (max-width: 767px) {
  .p-mv__btn {
    margin-inline: auto 1.875rem;
  }
}

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

.p-mv__swiper-container {
  margin-top: -11.25rem;
}

.p-mv__swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}

.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  opacity: 1;
}

@media (max-width: 960px) {
  .p-service__inner {
    width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .p-service__inner {
    width: auto;
  }
}

.p-service__section-title {
  margin-left: -5rem;
}
@media screen and (max-width: 767px) {
  .p-service__section-title {
    text-align: right;
    margin-left: 0;
  }
}

.p-service__text {
  margin-top: 2.5rem;
}
.p-service__text:nth-of-type(2) {
  margin-top: 13px;
}

.p-service__card-wrap {
  margin-top: 3.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-service__card-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
    margin-top: 1.875rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-service-card {
  border: 7px solid #a9c9d3;
  width: calc(50% - 30px);
  padding: 70px 33px 42px;
  position: relative;
}
@media (max-width: 960px) {
  .p-service-card {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  .p-service-card {
    width: 100%;
    padding: 65px 17px 37px;
    max-width: 345px;
  }
}

.p-service-card__title {
  background: radial-gradient(369.46% 50% at 50% 50%, #dceef2 0%, #a9c9d3 100%);
  font-size: max(2rem, 25.6px);
  font-weight: 400;
  width: 193px;
  text-align: center;
  padding-block: 16px;
  position: absolute;
  top: -7px;
  left: -7px;
}
@media screen and (max-width: 767px) {
  .p-service-card__title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-card__title {
    font-size: max(1.5rem, 19.2px);
    width: auto;
    padding: 16px 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service-card__title {
    font-size: 1.5rem;
  }
}

.p-service-card__wrap {
  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;
  position: relative;
}

.p-service-card__image {
  position: absolute;
  z-index: -1;
}
.p-service-card__image svg {
  opacity: 0.3;
}
@media screen and (max-width: 767px) {
  .p-service-card__image {
    width: 18.4375rem;
  }
}

.p-service-card__amt-wrap {
  margin-top: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__amt-wrap {
    margin-top: 1.625rem;
  }
}

.p-service-card__memo {
  text-align: center;
}

.p-service-card__amt {
  font-size: max(3.5rem, 44.8px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-card__amt {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-card__amt {
    font-size: max(3rem, 38.4px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service-card__amt {
    font-size: 3rem;
  }
}
.p-service-card__amt .symbol {
  font-size: max(1.5rem, 19.2px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-card__amt .symbol {
    font-size: 1.5rem;
  }
}
.p-service-card__amt .symbol2 {
  font-size: max(2.25rem, 28.8px);
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .p-service-card__amt .symbol2 {
    font-size: 2.25rem;
  }
}
@media screen and (max-width: 767px) {
  .p-service-card__amt .symbol2 {
    font-size: max(1.25rem, 16px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-service-card__amt .symbol2 {
    font-size: 1.25rem;
  }
}

.p-service-card__text {
  margin-top: 3.3125rem;
}
@media screen and (max-width: 767px) {
  .p-service-card__text {
    margin-top: 0.75rem;
  }
}

.p-about {
  padding-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-top: 0;
  }
}

.p-about_inner {
  position: relative;
  width: 62.625rem;
  padding-right: 3.9375rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-about_inner {
    width: auto;
    padding-inline: 1.25rem;
  }
}

.p-about__deco {
  position: absolute;
  z-index: -1;
  width: 43.75rem;
  opacity: 0.5;
  bottom: -22.6875rem;
  right: -19.6875rem;
}
@media screen and (max-width: 767px) {
  .p-about__deco {
    width: 25rem;
    right: -0.875rem;
    bottom: -10.625rem;
  }
}
@media (max-width: 450px) {
  .p-about__deco {
    display: none;
  }
}

.p-about__section-title {
  position: absolute;
  top: 6.5rem;
  right: -15.5rem;
  rotate: 90deg;
}
@media (max-width: 960px) {
  .p-about__section-title {
    right: -200px;
  }
}
@media screen and (max-width: 767px) {
  .p-about__section-title {
    position: static;
    rotate: 0deg;
  }
}

.p-about__container {
  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) {
  .p-about__container {
    margin-top: 30px;
  }
}
@media (max-width: 450px) {
  .p-about__container {
    display: block;
    position: relative;
    margin-top: 40px;
  }
}

@media (max-width: 450px) {
  .p-about__text-wrap {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 2;
  }
}

.p-about__text span {
  display: block;
}

.p-about__skill {
  margin-top: 37px;
}
@media screen and (max-width: 767px) {
  .p-about__skill {
    margin-top: 1.875rem;
  }
}
@media (min-width: 450px) {
  .p-about__skill.--sp {
    display: none !important;
  }
}
@media (max-width: 450px) {
  .p-about__skill.--pc {
    display: none !important;
  }
}

.p-about__skill-wrap {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__skill-wrap {
    gap: 14px;
  }
}
@media (max-width: 450px) {
  .p-about__skill-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
    margin-inline: auto;
  }
}

.p-about__skill-tag {
  width: 8.125rem;
  height: 2.6875rem;
  display: grid;
  place-content: center;
  background: #ffffff;
  border: 1px solid #a9c9d3;
}
@media (max-width: 450px) {
  .p-about__skill-tag {
    width: auto;
  }
}

.p-about__box {
  margin-left: -100px;
}
@media (max-width: 960px) {
  .p-about__box {
    margin-left: -180px;
  }
}
@media (max-width: 450px) {
  .p-about__box {
    margin-left: calc(50% - 50vw);
    position: relative;
    z-index: 1;
  }
}

.p-about__image {
  position: relative;
  width: 28.6875rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-about__image {
    width: 16.6875rem;
  }
}
@media (max-width: 450px) {
  .p-about__image {
    width: 100vw;
  }
}
.p-about__image img {
  aspect-ratio: 459/559;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left 2px;
     object-position: left 2px;
}
@media (max-width: 450px) {
  .p-about__image img {
    aspect-ratio: 459/510;
  }
}
.p-about__image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.3) 100%);
}
@media screen and (max-width: 767px) {
  .p-about__image::after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0.6)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.6) 100%);
  }
}

.p-contact {
  padding-top: 120px;
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding-top: 60px;
  }
}

.p-contact__inner {
  position: relative;
}

.p-contact__section-title {
  position: absolute;
  top: 12.5rem;
  left: -6.75rem;
  rotate: 90deg;
}
@media (max-width: 960px) {
  .p-contact__section-title {
    left: -115px;
  }
}
@media screen and (max-width: 767px) {
  .p-contact__section-title {
    position: static;
    rotate: 0deg;
  }
}

.p-contact__container {
  color: #2b2b2b;
  border-radius: 20px;
  width: 55rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-contact__container {
    width: 100%;
  }
}
.p-contact__container input[type=checkbox] {
  width: 1px;
  height: 1px;
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.p-contact__container input[type=checkbox]:checked + span::after {
  opacity: 1;
}

.p-contact__input {
  margin-top: 30px;
}
.p-contact__input p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1000px) {
  .p-contact__input p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.p-contact__input input,
.p-contact__input textarea {
  margin-top: 7px;
  border-radius: 10px;
  border: 1px solid #8a8686;
  background: #ffffff;
  width: 469px;
  padding: 10px;
}
@media (max-width: 1000px) {
  .p-contact__input input,
  .p-contact__input textarea {
    width: 100%;
  }
}
.p-contact__input input[type=date] {
  height: 46px;
}

.p-contact__submit {
  text-align: center;
  margin-top: 44px;
}
.p-contact__submit input {
  width: 300px;
  height: 65px;
  border-radius: 10px;
  border: 1px solid #aabbdf;
  background-size: 200% 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#dceef2), color-stop(50%, #aabbdf), to(#dceef2));
  background-image: linear-gradient(to right, #dceef2 0%, #aabbdf 50%, #dceef2 100%);
  color: #2b2b2b;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__submit input:hover {
  background-position: right center;
}
.p-contact__submit .wpcf7-spinner {
  display: none;
}

.p-conntact__accept {
  margin-top: 40px;
  border: 1px solid #8a8686;
  border-radius: 10px;
  width: min(700px, 100%);
  margin-inline: auto;
  padding: 20px;
}

.p-conntact__accept-title {
  font-size: 17px;
  text-align: center;
}

.p-conntact__accept-text {
  margin-top: 10px;
  font-size: 14px;
}
.p-conntact__accept-text span:nth-of-type(1) {
  margin-top: 20px;
  display: inline-block;
}

.p-contact__check {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.p-contact__check .wpcf7-list-item-label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}
.p-contact__check .wpcf7-list-item-label::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #8a8686;
  top: 0;
  left: 0;
}
.p-contact__check .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 15px;
  border-bottom: 1px solid #8a8686;
  border-right: 1px solid #8a8686;
  rotate: 45deg;
  top: 1px;
  left: 7px;
  opacity: 0;
}

.p-contact__text {
  margin-top: 20px;
  font-size: max(0.75rem, 9.6px);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__text {
    font-size: 0.75rem;
  }
}

.p-works-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0.9375rem;
  margin-bottom: 5rem;
}

.p-works-card__img {
  -webkit-box-shadow: 8px 6px 15px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 8px 6px 15px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}
.p-works-card__img img {
  aspect-ratio: 383/240;
}
.p-works-card__img::after {
  position: absolute;
  content: "実際の画面を見る";
  text-align: center;
  display: grid;
  place-content: center;
  font-size: max(1.5rem, 19.2px);
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(43, 43, 43, 0.6);
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-works-card__img::after {
    font-size: 1.5rem;
  }
}
@media (any-hover: hover) {
  .p-works-card__img:hover {
    background-color: rgba(43, 43, 43, 0.6);
  }
  .p-works-card__img:hover::after {
    opacity: 1;
  }
}

.p-works-card__title {
  padding-inline: 0.625rem;
  font-size: max(1.25rem, 16px);
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-works-card__title {
    font-size: 1.25rem;
  }
}

.p-works-card__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-works-card__list {
  color: #989393;
  font-size: max(1rem, 12.8px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-works-card__list {
    font-size: 1rem;
  }
}
.p-works-card__list::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  background: #345e6e;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  .p-works-card__list:hover {
    color: #345e6e;
  }
  .p-works-card__list:hover::after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.p-works-card__btn {
  margin-top: 1.25rem;
  margin-inline: auto;
}

.p-works__bg {
  position: fixed;
  z-index: -1;
  top: 10.125rem;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  font-size: max(10.625rem, 136px);
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767px) {
  .p-works__bg {
    font-size: 10.625rem;
  }
}
@media (max-width: 500px) {
  .p-works__bg {
    top: 6.25rem;
  }
}

.p-works__bread {
  margin-top: 11.875rem;
}
@media (max-width: 500px) {
  .p-works__bread {
    margin-top: 9.625rem;
  }
}

.p-works__contents {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works__contents {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 3.75rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}
@media (max-width: 500px) {
  .p-works__contents {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
  }
}

.p-works__text-wrap {
  margin-top: 1.875rem;
}

.p-works__lists {
  margin-top: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .p-works__lists {
    display: grid;
    grid-template-columns: repeat(2, 8.125rem);
  }
}
@media (max-width: 500px) {
  .p-works__lists {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.p-works__link {
  width: 11.25rem;
  height: 3rem;
  border: 1px solid #2b2b2b;
  display: grid;
  place-content: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-works__link {
    width: 8.125rem;
  }
}
@media (any-hover: hover) {
  .p-works__link:hover {
    border-color: #d6ba8d;
  }
}

.p-works-s {
  margin-bottom: 1.25rem;
}

.p-works-s__container {
  margin-top: 2.5rem;
}
.p-works-s__title {
  font-size: max(4rem, 51.2px);
}
@media screen and (max-width: 767px) {
  .p-works-s__title {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-s__title {
    font-size: max(1.5rem, 19.2px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-s__title {
    font-size: 1.5rem;
  }
}

.p-works-s__img-wrap {
  position: relative;
  width: 52.5rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-works-s__img-wrap {
    margin-top: 1.25rem;
    width: 28.125rem;
  }
}
@media (max-width: 500px) {
  .p-works-s__img-wrap {
    width: 18.75rem;
  }
}
.p-works-s__img-wrap .pc {
  height: auto;
}
.p-works-s__img-wrap .sp {
  position: absolute;
  bottom: 1rem;
  right: -3.75rem;
  width: 16.0625rem;
  height: auto;
}
@media screen and (max-width: 767px) {
  .p-works-s__img-wrap .sp {
    width: 5.6875rem;
    right: -0.5rem;
    bottom: 0.75rem;
  }
}

.p-works-s__dl-wrap {
  padding-left: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-works-s__dl-wrap {
    padding-left: 0;
  }
}

.p-works-s__dl {
  display: grid;
  grid-template-columns: 6.25rem 1fr;
  row-gap: 2.8125rem;
  max-width: 40.625rem;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .p-works-s__dl {
    grid-template-columns: 1fr;
    row-gap: 0.625rem;
    max-width: 23.125rem;
  }
  .p-works-s__dl dt {
    text-decoration-line: underline;
  }
  .p-works-s__dl dt:nth-of-type(n + 2) {
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .p-works-s__dl {
    max-width: 28.125rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-works-s__link-wrap {
  padding-left: 1.875rem;
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-works-s__link-wrap {
    padding-left: 0;
  }
}

.p-works-s__link {
  margin-inline: auto;
  width: 40.625rem;
  text-align: center;
  padding-left: 0;
  font-size: max(2rem, 25.6px);
}
@media screen and (max-width: 767px) {
  .p-works-s__link {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-s__link {
    font-size: max(1rem, 12.8px);
    width: 15.625rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-s__link {
    font-size: 1rem;
  }
}
.p-works-s__link::before {
  width: 40.625rem;
}
@media screen and (max-width: 767px) {
  .p-works-s__link::before {
    width: 15.625rem;
  }
}
.p-works-s__link::after {
  display: none;
}

.p-works-s__memo {
  margin-top: 1.875rem;
  text-align: center;
}

.p-works-s__cat-container {
  margin-top: 1.25rem;
  margin-inline: calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-works-s__cat-container {
    margin-top: 0.625rem;
  }
}

.p-works-s__cat-wrap {
  -webkit-animation: loop-text 20s linear infinite;
          animation: loop-text 20s linear infinite;
}
@media screen and (max-width: 767px) {
  .p-works-s__cat-wrap {
    -webkit-animation: loop-text 10s linear infinite;
            animation: loop-text 10s linear infinite;
  }
}

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

@keyframes loop-text {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-works-s__cat-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.p-works-s__cat-list {
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.1);
  font-size: max(7.5rem, 96px);
}
@media screen and (max-width: 767px) {
  .p-works-s__cat-list {
    font-size: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-works-s__cat-list {
    font-size: max(5rem, 64px);
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .p-works-s__cat-list {
    font-size: 5rem;
  }
}

.p-practice__bg {
  position: fixed;
  z-index: -1;
  top: 10.125rem;
  left: 0;
  width: 100%;
  color: rgba(0, 0, 0, 0.1);
  font-size: max(10.625rem, 136px);
  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: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 767px) {
  .p-practice__bg {
    font-size: 10.625rem;
  }
}
@media (max-width: 500px) {
  .p-practice__bg {
    top: 6.25rem;
  }
}

.p-practice__bread {
  margin-top: 11.875rem;
}
@media (max-width: 500px) {
  .p-practice__bread {
    margin-top: 9.625rem;
  }
}

.p-practice__container {
  margin-top: 5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-practice__container {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    margin-top: 3.75rem;
  }
}
@media (max-width: 500px) {
  .p-practice__container {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.5rem;
  }
}

.p-practice-card {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0.9375rem;
  margin-bottom: 5rem;
}
.p-practice-card img {
  aspect-ratio: 400/200;
}

.p-practice-card__title {
  font-size: max(1.5rem, 19.2px);
  padding-inline: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-practice-card__title {
    font-size: 1.5rem;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
.u-font {
  font-family: "Noto Sans JP", sans-serif;
}
.u-font__en {
  font-family: "Roboto Slab", sans-serif;
}

.u-text__center {
  text-align: center !important;
}
@media screen and (max-width: 767px) {
  .u-text__center--sp {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .u-text__center--pc {
    text-align: center !important;
  }
}

.u-text__left {
  text-align: left !important;
}
@media screen and (max-width: 767px) {
  .u-text__left--sp {
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .u-text__left--pc {
    text-align: left !important;
  }
}

.u-text__right {
  text-align: right !important;
}
@media screen and (max-width: 767px) {
  .u-text__right--sp {
    text-align: right !important;
  }
}
@media (min-width: 768px) {
  .u-text__right--pc {
    text-align: right !important;
  }
}

.u-text__nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .u-text__nowrap--sp {
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .u-text__nowrap--pc {
    white-space: nowrap;
  }
}

.u-pointer__none {
  pointer-events: none !important;
}
@media screen and (max-width: 767px) {
  .u-pointer__none--sp {
    pointer-events: none !important;
  }
}
@media (min-width: 768px) {
  .u-pointer__none--pc {
    pointer-events: none !important;
  }
}