*,
*::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: 1919px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1920 * 100vw);
  }
}
@media screen and (max-width: 374px) {
  html {
    font-size: calc(16 / 375 * 100vw);
  }
}

body {
  color: #001f3f;
  font-family: "Noto Sans JP", "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: inherit;
}
@media (hover: hover) {
  a:hover {
    cursor: pointer;
  }
}

picture,
img,
a {
  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: px(768)) {
  a08[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
.l-inner {
  position: relative;
  width: 100%;
  max-width: 1920px;
  height: inherit;
  padding: 0 15rem;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .l-inner {
    width: 100%;
    max-width: 375px;
    padding: 0 1.5rem;
  }
}

.l-inner__narrow {
  max-width: 67.5rem;
}
@media screen and (max-width: 768px) {
  .l-inner__narrow {
    padding: 0 1.5rem;
    max-width: 313px;
  }
}

.c-btn {
  background-color: #001f3f;
  border-radius: 2.0625rem;
  color: #F4F1EA;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 0.625rem 3.875rem 0.625rem 0.9375rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.c-btn::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F4F1EA;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(/assets/img/icon_arrow.svg);
          mask-image: url(/assets/img/icon_arrow.svg);
  background-color: #001f3f;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 0.5625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn:hover {
  opacity: 0.6;
}
.c-btn:hover::after {
  -webkit-transform: translateY(-50%) translateX(2px);
          transform: translateY(-50%) translateX(2px);
}
@media screen and (min-width: 769px) {
  .c-btn {
    font-size: 1.25rem;
    font-weight: 400;
    padding: 0.5rem 3.875rem 0.5rem 1.5625rem;
  }
  .c-btn::before {
    width: 1.875rem;
    height: 1.875rem;
  }
  .c-btn::after {
    right: 20px;
  }
}
.c-btn-en {
  font-family: "Outfit", sans-serif;
}
.c-btn--regular {
  font-weight: 400;
}
.c-btn--large {
  font-size: 1.25rem;
  padding: 0.5rem 4rem 0.5rem 1.5625rem;
}
.c-btn--large::before {
  width: 1.875rem;
  height: 1.875rem;
}
.c-btn--large::after {
  right: 1.25rem;
}
.c-btn--accent {
  background-color: #b8860b;
}
.c-btn--accent::after {
  background-color: #b8860b;
}
.c-btn--white {
  background-color: #F4F1EA;
  color: #001f3f;
}
.c-btn--white::before {
  background-color: #001f3f;
}
.c-btn--white::after {
  background-color: #F4F1EA;
}
.c-btn--diagonal::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.c-btn--diagonal:hover::after {
  -webkit-transform: translateY(calc(-50% - 2px)) translateX(2px) rotate(-45deg);
          transform: translateY(calc(-50% - 2px)) translateX(2px) rotate(-45deg);
}
.c-btn--down::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.c-btn--down:hover::after {
  -webkit-transform: translateY(calc(-50% + 2px)) rotate(90deg);
          transform: translateY(calc(-50% + 2px)) rotate(90deg);
}
.c-btn--line {
  width: 150px;
  padding-right: 0;
}
.c-btn--left {
  padding: 10px 10px 10px 0;
  text-align: right;
}
.c-btn--left::before {
  position: absolute;
  content: "";
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  left: 0.625rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F4F1EA;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-btn--left::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(/assets/img/icon_arrow.svg);
          mask-image: url(/assets/img/icon_arrow.svg);
  background-color: #001f3f;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  width: 0.5625rem;
  height: 0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  left: 15px;
  z-index: 2;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.c-btn--left:hover::after {
  -webkit-transform: translateY(-50%) translateX(-2px) rotate(180deg);
          transform: translateY(-50%) translateX(-2px) rotate(180deg);
}

.c-animated__fadeIn {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease, translate 1s ease-out;
  transition: opacity 1s ease, translate 1s ease-out;
}
.c-animated__fadeIn.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__fadeIn-delay {
  translate: 0 20px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-out, translate 1s ease-out;
  transition: opacity 1s ease-out, translate 1s ease-out;
}
.c-animated__fadeIn-delay.js-show {
  translate: 0;
  opacity: 1;
}

.c-animated__clipView {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
}
.c-animated__clipView.js-show {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
}

.c-animated__clipView--fv {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: opacity 0.8s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, -webkit-clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out;
  transition: opacity 0.8s ease-out, clip-path 1.2s ease-out, -webkit-clip-path 1.2s ease-out;
}
.c-animated__clipView--fv.js-show {
  -webkit-clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0%, 73% 100%, 0% 100%);
}

.c-animation-wave {
  height: auto;
  -webkit-animation-name: drone;
          animation-name: drone;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}
@-webkit-keyframes drone {
  0% {
    translate: 0px 0px;
  }
  6% {
    translate: 2.5px 5px;
  }
  12% {
    translate: 5px 10px;
  }
  18% {
    translate: 5px 5px;
  }
  24% {
    translate: 5px 0px;
  }
  30% {
    translate: 5px -5px;
  }
  36% {
    translate: 5px -10px;
  }
  42% {
    translate: 2.5px -5px;
  }
  48% {
    translate: 0px 0px;
  }
  54% {
    translate: -2.5px 5px;
  }
  60% {
    translate: -5px 10px;
  }
  66% {
    translate: -5px 5px;
  }
  72% {
    translate: -5px 0px;
  }
  78% {
    translate: -5px -5px;
  }
  84% {
    translate: -5px -10px;
  }
  90% {
    translate: -2.5px -5px;
  }
  100% {
    translate: 0px 0px;
  }
}
@keyframes drone {
  0% {
    translate: 0px 0px;
  }
  6% {
    translate: 2.5px 5px;
  }
  12% {
    translate: 5px 10px;
  }
  18% {
    translate: 5px 5px;
  }
  24% {
    translate: 5px 0px;
  }
  30% {
    translate: 5px -5px;
  }
  36% {
    translate: 5px -10px;
  }
  42% {
    translate: 2.5px -5px;
  }
  48% {
    translate: 0px 0px;
  }
  54% {
    translate: -2.5px 5px;
  }
  60% {
    translate: -5px 10px;
  }
  66% {
    translate: -5px 5px;
  }
  72% {
    translate: -5px 0px;
  }
  78% {
    translate: -5px -5px;
  }
  84% {
    translate: -5px -10px;
  }
  90% {
    translate: -2.5px -5px;
  }
  100% {
    translate: 0px 0px;
  }
}

.c-section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  position: relative;
  padding-bottom: 0.5rem;
}
.c-section-title__en {
  font-family: "Outfit", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 0.75;
}
@media screen and (min-width: 769px) {
  .c-section-title__en {
    font-size: 4rem;
    line-height: 1;
  }
}
.c-section-title__ja {
  font-size: 0.75rem;
  line-height: 1.33;
}
@media screen and (min-width: 769px) {
  .c-section-title__ja {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}
.c-section-title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 159px;
  height: 5px;
  background: url(/assets/img/img_line-sp.png);
  background-size: cover;
  background-position: left;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
@media screen and (min-width: 769px) {
  .c-section-title {
    gap: 1.125rem;
  }
  .c-section-title__en {
    font-size: 4rem;
    line-height: 1;
  }
  .c-section-title__ja {
    font-size: 1.25rem;
    line-height: 1.8;
  }
  .c-section-title::after {
    width: 298px;
    background: url(/assets/img/img_line-pc.png);
  }
}

.c-section-title--contact {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.c-section-title--contact::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: url(/assets/img/img_line-sp.png);
  background-size: cover;
  background-position: left;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}
.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;
  top: 24px;
  right: 24px;
  width: 35px;
  height: 25px;
}
@media screen and (min-width: 1000px) {
  .p-drawer__icon {
    display: none;
  }
}

.p-drawer__icon--bar {
  width: 100%;
  height: 3px;
  background: #001f3f;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(1) {
  opacity: 0;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(2) {
  rotate: -25deg;
  background: #F4F1EA;
}
.p-drawer__icon.js-show .p-drawer__icon--bar:nth-of-type(3) {
  opacity: 0;
}

.p-drawer {
  position: fixed;
  z-index: 101;
  overflow-y: scroll;
  top: 0;
  right: 0;
  width: 282px;
  height: 502px;
  background: #001f3f;
  color: #F4F1EA;
  font-family: "Outfit", sans-serif;
  border-radius: 20px 0 0 20px;
}

.p-drawer {
  translate: 101%;
  -webkit-transition: translate 0.5s ease-in-out;
  transition: translate 0.5s ease-in-out;
}
.p-drawer.js-show {
  translate: 0;
}

.p-drawer__body {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 67px 50px;
}

.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;
  row-gap: 48px;
  margin-bottom: 37px;
}
.p-drawer__list li a {
  font-size: 20px;
  font-weight: 400;
  line-height: 0.83;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer__list li a:hover {
  opacity: 0.7;
}

.p-drawer__btn {
  display: inline-block;
  padding: 6px 30px;
  background: #fff;
  font-size: 20px;
  font-weight: 400;
}

.p-drawer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0.83;
  gap: 0.5rem;
  margin-top: 1rem;
}
.p-drawer__logo img {
  width: 45px;
  height: 45px;
}
.p-drawer__logo p {
  font-size: 1.5rem;
}

.p-footer {
  background-color: #F4F1EA;
  border-top: 1px solid #a3a3a3;
}

.p-footer__inner {
  padding: 4rem 5rem 1.25rem 5rem;
}

.p-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3rem;
}

.p-footer__nav {
  font-size: 1.25rem;
  font-family: "Outfit", sans-serif;
  line-height: 1;
}

.p-footer__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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem;
}
.p-footer__list li a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__list li a:hover {
  color: #A3A3A3;
  opacity: 0.6;
}

.p-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__logo img {
  width: 59px;
  height: 59px;
}
.p-footer__logo p {
  font-size: 2rem;
  font-family: "Outfit", sans-serif;
  line-height: 1.5;
}
.p-footer__logo:hover {
  opacity: 0.6;
}

.p-footer__contacts {
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem;
}

.p-footer__x {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-footer__x img {
  width: 40px;
  height: 40px;
}
.p-footer__x:hover {
  opacity: 0.6;
}

.p-footer__copyright {
  font-size: 0.6875rem;
  line-height: 2.18;
  text-align: center;
  margin-top: 2.5rem;
}

.p-header {
  background: #F4F1EA;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.p-header__inner {
  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;
  padding-inline: 1.5rem;
  padding-block: 1rem;
}
@media screen and (min-width: 1000px) {
  .p-header__inner {
    padding-inline: 5rem;
    padding-block: 1.875rem;
  }
}

.p-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Outfit", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
  gap: 0.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-header__logo img {
  width: 30px;
  height: 30px;
}
@media screen and (min-width: 1000px) {
  .p-header__logo img {
    width: 45px;
    height: 45px;
  }
}
.p-header__logo:hover {
  opacity: 0.6;
}

.p-header__logo > p {
  font-size: 1rem;
  font-family: "Outfit", sans-serif;
}
@media screen and (min-width: 1000px) {
  .p-header__logo > p {
    font-size: 1.25rem;
    line-height: 0.83;
  }
}

.p-header__nav {
  font-size: 1.25rem;
  line-height: 1;
  display: none;
}
@media screen and (min-width: 1000px) {
  .p-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
  }
}

.p-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6875rem;
}
.p-header__list li {
  position: relative;
}
.p-header__list li::after {
  position: absolute;
  content: "";
  background-color: #b8860b;
  border-radius: 50%;
  height: 8px;
  width: 8px;
  top: -13px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__list li:hover {
  color: #A3A3A3;
}
.p-header__list li:hover::after {
  opacity: 1;
}

.p-fv {
  background: #F4F1EA;
  padding-block: 500px;
}

.p-about {
  background-color: #001f3f;
  padding: 3.5rem 0;
}

.p-about__container {
  background-color: #F4F1EA;
  border-radius: 20px;
  padding: 56px 24px;
  position: relative;
  z-index: 1;
}
.p-about__container::after {
  position: absolute;
  content: "";
  background-image: url(../img/bg_about.webp);
  background-size: cover;
  width: 310px;
  height: 310px;
  right: -12px;
  bottom: 0;
  z-index: 2;
}
@media screen and (min-width: 1000px) {
  .p-about__container {
    border-radius: 50px;
    padding: 70px 130px;
  }
  .p-about__container::after {
    width: 539px;
    height: 539px;
  }
}

.p-about__content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}
@media screen and (min-width: 1000px) {
  .p-about__content-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3.5rem;
    margin-top: 3.5rem;
  }
}

.p-about__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
}
.p-about__media img {
  width: 279px;
  height: 279px;
}

.p-about__x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.p-about__x:hover {
  opacity: 0.6;
}

.p-about__x-id {
  font-family: Outfit;
  font-size: 0.875rem;
  line-height: normal;
}

.p-about__x-icon img {
  width: 28px;
  height: 29px;
}

.p-about__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 0.5rem;
  border-bottom: 1px #a9a9a9 solid;
  padding-bottom: 0.5rem;
}

.p-about__name-primary {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: normal;
}
@media screen and (min-width: 1000px) {
  .p-about__name-primary {
    font-size: 1.5rem;
  }
}

.p-about__name-secondary {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
}
@media screen and (min-width: 1000px) {
  .p-about__name-secondary {
    font-size: 1.625rem;
  }
}

.p-about__bio {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  padding: 8px 0;
}
@media screen and (min-width: 1000px) {
  .p-about__bio {
    font-size: 1.25rem;
  }
}

.p-works {
  background-color: #a3a3a3;
}

.p-works__wrap {
  background-color: #F4F1EA;
  border-radius: 20px;
  padding-block: 3.5rem;
}
@media screen and (min-width: 769px) {
  .p-works__wrap {
    padding-block: 8.125rem;
  }
}

.p-works-head {
  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;
  margin-top: 2.5rem;
}

.p-works__body {
  margin-top: 2.5rem;
}
@media screen and (min-width: 769px) {
  .p-works__body {
    margin-top: 4rem;
  }
}

.p-works-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media screen and (min-width: 769px) {
  .p-works-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 3rem;
  }
}

.p-works-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.p-works-card:hover img {
  scale: 1.1;
}
.p-works-card:hover .p-works-cad__body {
  opacity: 0.6;
}

.p-works-card__img {
  border-radius: 0.9375rem;
  overflow: hidden;
}
.p-works-card__img img {
  border-radius: 0.9375rem;
  -webkit-transition: scale 0.5s ease-in-out;
  transition: scale 0.5s ease-in-out;
}

.p-works-cad__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.p-works-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.05;
}

.p-works-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
}

.p-works-card__tag-item {
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: normal;
  padding: 0 0.5rem;
  border-right: 1px solid #001f3f;
}
.p-works-card__tag-item:first-child {
  padding-left: 0;
}
.p-works-card__tag-item:last-child {
  border-right: none;
}

.p-contact {
  background-color: #001f3f;
}

.p-contact__wrap {
  background-color: #F4F1EA;
  border-radius: 20px 20px 0 0;
  padding-block: 3.5rem;
}

.p-contact__contain {
  display: grid;
  grid-template-areas: "title" "text" "img" "btn";
  row-gap: 2rem;
}
@media screen and (min-width: 769px) {
  .p-contact__contain {
    grid-template-areas: "img title" "img text" "img btn";
    grid-template-columns: 48.0769230769% 1fr;
    -webkit-column-gap: 11.375rem;
       -moz-column-gap: 11.375rem;
            column-gap: 11.375rem;
  }
}

.p-contact__img {
  border-radius: 15px 15px 0 0;
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: auto;
  grid-area: img;
}
.p-contact__img img {
  border-radius: 15px 15px 0 0;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  width: 78.6585365854%;
  height: 198px;
  position: relative;
  z-index: 2;
}
.p-contact__img::after {
  content: "";
  display: block;
  position: absolute;
  top: 22px;
  left: 10px;
  width: 100%;
  height: calc(100% - 22px);
  background-color: #767676;
  border-radius: 0 15px 0 0;
  z-index: 1;
}

.p-contact-title {
  grid-area: title;
  margin-bottom: 0.5rem;
  justify-self: center;
}

.p-contact__text {
  grid-area: text;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.71;
}

.p-btn__contact {
  grid-area: btn;
  justify-self: center;
  align-self: center;
}

.p-flow {
  background-color: #001f3f;
  position: relative;
}
.p-flow::before {
  position: absolute;
  content: "";
  background: url(/assets/img/img_line-sp.png);
  background-size: cover;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  height: 5px;
  width: calc(100% - 3rem);
  max-width: 375px;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0 1.5rem;
}

.p-flow__wrap {
  background-color: #F4F1EA;
  border-radius: 0 0 1.25rem 1.25rem;
  padding-block: 3.5rem;
}

.p-flow__contain {
  background-color: #ffffff;
  border-radius: 1.25rem;
  padding: 3.5rem 1.5rem;
}

.p-flow__items {
  border: 1px solid #001f3f;
  border-radius: 1.25rem;
  counter-reset: step-counter;
  padding: 1.5rem 1rem;
  margin-top: 2.5rem;
}

.p-flow__step {
  background-color: #b8860b;
  border-radius: 2.0625rem;
  color: #F4F1EA;
  display: inline-block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71; /* 171.429% */
  font-family: "Outfit", sans-serif;
  padding: 0.3125rem 2.875rem 0.3125rem 1rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
.p-flow__step::before {
  position: absolute;
  content: counter(step-counter);
  counter-increment: step-counter;
  width: 1.5625rem;
  height: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #F4F1EA;
  border-radius: 50%;
  color: #b8860b;
  font-family: "Outfit", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 2.57; /* 257.143% */
}
.p-flow__step--last {
  background-color: #001f3f;
}
.p-flow__step--last::before {
  color: #001f3f;
}

.p-flow__item {
  padding-block: 1.5rem;
  border-bottom: 1px solid #a3a3a3;
}
.p-flow__item:first-child {
  padding-block: 0 1.5rem;
}
.p-flow__item:last-child {
  border-bottom: none;
}

.p-flow__item-head {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.p-flow__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5; /* 150% */
}

.p-flow__body {
  border-left: 1px solid #a3a3a3;
  margin-top: 0.5rem;
  margin-left: 1rem;
  padding-left: 1.125rem;
}

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

.u-capital {
  text-transform: capitalize;
}

.u-uppercase {
  text-transform: uppercase;
}

.u-english {
  font-family: "Outfit", sans-serif;
}