@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,
address,
small,
blockquote,
input {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

ol,
ul {
  list-style: none;
  list-style-type: none;
}

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

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

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

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

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
  background: #ffcd35 url(../img/bg-extend.webp) repeat-y center -250px/cover;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  body {
    background: #ffcd35 url(../img/bg-extend.webp) repeat-y center -60px/100%;
  }
}

a {
  text-decoration: none;
}

button {
  cursor: pointer;
  color: inherit;
}

#service,
#flow,
#about,
#contact {
  scroll-margin-top: 114px;
}
@media screen and (max-width: 767.98px) {
  #service,
  #flow,
  #about,
  #contact {
    scroll-margin-top: 77px;
  }
}

.l-main {
  padding-top: 94px;
}
@media screen and (max-width: 767.98px) {
  .l-main {
    padding-top: 69px;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 80px 30px;
}
@media screen and (max-width: 767.98px) {
  .l-inner {
    padding: 48px 30px;
  }
}

.c-heading-en {
  color: #ffcd35;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}

.c-heading-ja {
  font-size: 24px;
  line-height: 1.3;
}

.c-logo-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: #ffcd35;
}
@media screen and (max-width: 767.98px) {
  .c-logo-btn {
    padding: 8px 16px;
  }
}

.c-logo-btn img {
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 767.98px) {
  .c-logo-btn img {
    width: 20px;
    height: 20px;
  }
}

.c-logo-btn__ttl {
  color: #fffefa;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .c-logo-btn__ttl {
    font-size: 14px;
  }
}

.c-arrow-btn {
  padding: 8px 23px 8px 0;
  position: relative;
}
.c-arrow-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background: url("../img/btn-arrow.svg") no-repeat center center/contain;
}
.c-arrow-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-arrow-btn:hover span {
  opacity: 0.5;
}
.c-arrow-btn:hover::after {
  width: 25%;
}

.c-arrow-btn span {
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.c-submit-btn {
  position: relative;
}
.c-submit-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50px;
  background: url("../img/arrow-white.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 16px;
  height: 12px;
  top: 28px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: none;
}
.c-submit-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 29px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 60px;
  height: 60px;
  background: url("../img/btn-circle-white.png") no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.c-submit-btn:hover::after {
  width: 45px;
  height: 45px;
  right: 36px;
  opacity: 1;
}

.c-submit-btn__submit {
  border-radius: 5px;
  background: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 68px 0 0px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  color: #fffefa;
  font-weight: 700;
  width: 256px;
  height: 66px;
  cursor: pointer;
}

.c-sns span {
  font-size: 16px;
  font-weight: 700;
}

.c-sns__link {
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-sns__link img {
  width: 23px;
  height: 23px;
}
.c-sns__link:hover {
  opacity: 0.5;
}

.p-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 30;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header.is-scroll {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  padding: 0 16px;
}
.p-header.is-scroll .p-header__inner {
  max-width: 1330px;
  border-radius: 5px;
  background: rgba(255, 254, 250, 0.4);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 16px 48px;
}
@media screen and (max-width: 767.98px) {
  .p-header.is-scroll .p-header__inner {
    padding: 10px;
  }
}
.p-header.is-open {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  padding: 0 16px;
}
.p-header.is-open .p-header__inner {
  max-width: 1330px;
  background: none;
  padding: 16px 48px;
}
@media screen and (max-width: 767.98px) {
  .p-header.is-open .p-header__inner {
    padding: 10px;
  }
}

.p-header__inner {
  max-width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .p-header__inner {
    padding: 16px;
  }
}

.p-header__nav {
  padding: 16px 0;
  display: none;
}
@media screen and (min-width: 900px) {
  .p-header__nav {
    display: block;
  }
}

.p-header__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media screen and (min-width: 1200px) {
  .p-header__lists {
    gap: 48px;
  }
}

.p-header__link {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__link:hover {
  opacity: 0.5;
}

.p-header__icon {
  position: relative;
  display: block;
  width: 35px;
  height: 22px;
}
@media screen and (min-width: 900px) {
  .p-header__icon {
    display: none;
  }
}
.p-header__icon.is-open .p-header__bar:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.p-header__icon.is-open .p-header__bar:nth-child(2) {
  opacity: 0;
}
.p-header__icon.is-open .p-header__bar:nth-child(3) {
  -webkit-transform: translateY(-9px) rotate(-45deg);
          transform: translateY(-9px) rotate(-45deg);
}

.p-header__bar {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 10px;
  background: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-header__bar:nth-of-type(1) {
  top: 0;
}
.p-header__bar:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-header__bar:nth-of-type(3) {
  bottom: 0;
}

.p-drawer {
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffcd35;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  z-index: -1;
}
.p-drawer.is-open {
  opacity: 1;
  z-index: 20;
}
@media screen and (min-width: 900px) {
  .p-drawer {
    display: none;
  }
}

.p-drawer__inner {
  padding: 150px 60px 30px;
}

.p-drawer__lists {
  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;
  gap: 40px;
}

.p-drawer__link {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-drawer__link:hover {
  opacity: 0.5;
}

.p-top-fv {
  height: 844px;
  max-height: 100vh;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv {
    height: 464px;
  }
}

.p-top-fv__inner {
  height: 100%;
  position: relative;
  max-width: 1240px;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__inner {
    max-width: 540px;
  }
}

.p-top-fv__ttl-inner {
  position: absolute;
  bottom: 80px;
  left: 30px;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__ttl-inner {
    bottom: auto;
    top: 86px;
    left: 30px;
  }
}

.p-top-fv__ttl-sep {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans", sans-serif;
  font-size: 72px;
  line-height: 1.25;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__ttl-sep {
    font-size: 48px;
  }
}

.p-top-fv__sub {
  margin-top: 13px;
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__sub {
    font-size: 24px;
  }
}

.p-top-fv__img {
  width: clamp(500px, 68.06vw, 980px);
  position: absolute;
  right: clamp(-230px, -16vw, 0vw);
  bottom: 50%;
  -webkit-transform: translateY(60%);
          transform: translateY(60%);
}
@media screen and (max-width: 767.98px) {
  .p-top-fv__img {
    width: 348px;
    right: clamp(-70px, -13vw, 0px);
    bottom: 50%;
    -webkit-transform: translateY(101%);
            transform: translateY(101%);
  }
}

.p-works {
  background: #fffefa;
  overflow: hidden;
}

.p-works__inner {
  padding: 80px 30px 170px;
}
@media screen and (max-width: 767.98px) {
  .p-works__inner {
    padding: 48px 30px 160px;
  }
}

.p-works__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}

.p-works__slider {
  margin: 67px 148px 0 -10px;
  overflow: visible;
}
@media screen and (max-width: 767.98px) {
  .p-works__slider {
    margin: 67px 144px -20px 0;
  }
}

.p-works__slide-btn--prev,
.p-works__slide-btn--next {
  width: 45px;
  height: 45px;
  top: auto;
  bottom: -91px;
}
.p-works__slide-btn--prev:hover::before,
.p-works__slide-btn--next:hover::before {
  width: 45px;
  height: 45px;
  opacity: 1;
}
.p-works__slide-btn--prev::before,
.p-works__slide-btn--next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-53%, -50%);
          transform: translate(-53%, -50%);
  width: 60px;
  height: 60px;
  background: url("../img/btn-circle.png") no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-works__slide-btn--prev::after,
.p-works__slide-btn--next::after {
  display: none;
}

.p-works__slide-btn--prev {
  background: url("../img/btn-arrow.svg") no-repeat center center/35%;
  left: auto;
  right: -74px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-works__slide-btn--next {
  background: url("../img/btn-arrow.svg") no-repeat center center/35%;
  right: -136px;
}

.p-works__slide-bar {
  bottom: -70px !important;
}

.p-card {
  width: 320px;
  padding-left: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-card {
    padding-left: 0;
  }
}
.p-card:hover .p-card__ttl,
.p-card:hover .p-card__skills {
  opacity: 0.5;
}
.p-card:hover .p-card__img-inner {
  -webkit-transform: scale(107%);
          transform: scale(107%);
}

.p-card__img-inner {
  width: 270px;
  height: 186px;
  position: relative;
  margin-left: 25px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-card__pc {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  aspect-ratio: 10/7;
}
.p-card__pc img {
  -webkit-box-shadow: 1px 1px 0px #a9a9a9;
          box-shadow: 1px 1px 0px #a9a9a9;
}

.p-card__sp {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  aspect-ratio: 53/100;
}
.p-card__sp img {
  -webkit-box-shadow: 1px 1px 0px #a9a9a9;
          box-shadow: 1px 1px 0px #a9a9a9;
}

.p-card__ttl {
  margin-top: 40px;
  line-height: 1.31;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-card__skills {
  margin-top: 6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.p-card__skill {
  color: #767676;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}
.p-card__skill:not(:first-of-type) {
  margin-left: 20px;
}
.p-card__skill:not(:first-of-type)::before {
  position: absolute;
  content: "";
  left: -15px;
  width: 7px;
  height: 100%;
  background: url("../img/slash.svg") no-repeat center center/contain;
}

.p-cta {
  background: #f8f7f4;
  overflow: hidden;
}

.p-cta__link {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-cta__link:hover .p-cta__arrow::after {
  width: 60px;
  height: 60px;
  opacity: 1;
}

.p-cta__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .p-cta__inner {
    padding: 80px 30px;
  }
}

.p-cta__ttl-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.98px) {
  .p-cta__ttl-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

.p-cta__ttl-en {
  font-family: "Open Sans", sans-serif;
  font-size: 48px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-cta__ttl-en {
    font-size: 32px;
    line-height: 1;
  }
}

.p-cta__ttl-ja {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-cta__ttl-ja {
    line-height: 1;
  }
}

.p-cta__arrow {
  width: 73px;
  height: 73px;
  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;
  position: relative;
}
.p-cta__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -56%);
          transform: translate(50%, -56%);
  width: 80px;
  height: 80px;
  background: url("../img/btn-circle.png") no-repeat center center/contain;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
.p-cta__arrow img {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
  width: 28px;
  height: 21px;
  position: relative;
  bottom: 5px;
  left: 3px;
}

.p-service {
  background: #f8f7f4;
}

.p-service__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 996px;
  margin: 48px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-service__cards {
    -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: 32px;
  }
}

.p-service-card {
  max-width: 300px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-service-card__img {
  border-radius: 5px;
  border: 1px solid #333;
  aspect-ratio: 330/252;
  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;
}
.p-service-card__img img {
  width: 50%;
}

.p-service-card__ttl {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.p-service-card__lists {
  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.5em;
}

.p-service-card-list {
  position: relative;
  margin-left: 1em;
}
.p-service-card-list::before {
  position: absolute;
  content: "・";
  left: -1em;
}

.p-skill {
  margin-top: -1px;
  background: #f8f7f4;
}

.p-skill__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 85px 30px 80px;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-skill__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 48px 30px;
  }
}

.p-skill__heading-inner {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-skill__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
}
@media screen and (max-width: 767.98px) {
  .p-skill__lists {
    margin-top: 15px;
    gap: 32px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-skill-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-skill-list__icon {
  width: 60px;
  height: 60px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-skill-list__icon img {
  width: 76%;
}

.p-skill-list__ttl {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
}

.p-skill-list__txt {
  margin-top: 8px;
}

.p-flow {
  margin-top: -1px;
  background: #fffefa;
  overflow-x: hidden;
}

.p-flow__lists {
  max-width: 1060px;
  margin: 32px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.p-flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 74px;
  gap: 74px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .p-flow-list {
    gap: 36px;
    height: auto;
  }
}
.p-flow-list--02 {
  height: 86px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .p-flow-list--02 {
    height: auto;
    margin-top: 0;
  }
}

.p-flow-list__head {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 251px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
}
@media screen and (max-width: 767.98px) {
  .p-flow-list__head {
    width: 23px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-flow-list__number {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  height: 25px;
}

.p-flow-list__heading {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

.p-flow-list__body {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-flow-list__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: 18px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-flow-list__body--2 {
    gap: 12px;
  }
}

.p-flow-list__txt {
  line-height: 1;
}
@media screen and (max-width: 767.98px) {
  .p-flow-list__txt {
    line-height: 1.5;
  }
}
@media screen and (max-width: 767.98px) {
  .p-flow-list__txt--1 {
    line-height: 1.14;
  }
}

.p-flow-space {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 48px;
  height: 46px;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .p-flow-space {
    gap: 16px;
  }
}

.p-flow-space__yellow-line {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 23px;
  height: 100%;
  background: url("../img/flow-line.svg") no-repeat center center/contain;
}

.p-flow-space__gray-line {
  width: 100%;
  height: 1px;
  background: #a9a9a9 no-repeat center center;
}

.p-flow-list__btn-inner {
  margin-top: 25px;
  width: 100%;
  text-align: end;
}
@media screen and (max-width: 767.98px) {
  .p-flow-list__btn-inner {
    margin-top: 9px;
  }
}

.p-flow-list__btn {
  font-size: 16px;
}
.p-flow-list__btn::before {
  background: url("../img/flow-arrow.svg") no-repeat center center/contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-flow-list__btn.is-open::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-flow-price {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: max-height 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease;
  transition: max-height 0.5s ease, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}
.p-flow-price.is-open {
  max-height: 1000px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  overflow: visible;
}

.p-flow-price__bg {
  position: absolute;
  left: 78px;
  bottom: 61px;
  width: 361px;
  height: 370px;
  z-index: 0;
}
@media screen and (max-width: 767.98px) {
  .p-flow-price__bg {
    width: 302px;
    height: 309px;
    left: 52px;
    bottom: -150px;
  }
}

.p-flow-price__lists {
  width: 100%;
  max-width: 631px;
  margin-left: auto;
  padding: 16px 0 0;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow-price__lists {
    padding: 0;
    max-width: 264px;
  }
}

.p-flow-price-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 32px 0;
  border-bottom: 1px solid #a9a9a9;
}
.p-flow-price-list:first-of-type {
  padding: 23px 0 32px;
}
@media screen and (max-width: 767.98px) {
  .p-flow-price-list:first-of-type {
    padding: 17px 0 16px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-flow-price-list {
    font-size: 13px;
    padding: 17px 0 16px;
  }
}

.p-flow-price-list__head {
  font-weight: 700;
}

.p-flow-price-list__txt {
  font-weight: 700;
}

.p-flow-price__note {
  padding: 25px 0 16px;
  font-size: 12px;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-flow-price__note {
    padding: 16px 0;
    font-size: 11px;
  }
}
.p-flow-price__note span {
  display: inline-block;
}

.p-about__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1064px;
  margin: 32px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-about__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}

.p-about__imgs {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
}
@media screen and (max-width: 767.98px) {
  .p-about__imgs {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: auto;
  }
}

.p-about__img {
  width: 100%;
  max-width: 268px;
  aspect-ratio: 1/1;
  background: #f8f7f4;
}

.p-about__sns {
  margin-top: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-about__sns {
    margin-top: 15px;
  }
}

.p-about__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 68%;
          flex: 0 0 68%;
}
@media screen and (max-width: 767.98px) {
  .p-about__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-about__sub {
  color: #ffcd35;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.p-about__name {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
}

.p-about__txt {
  margin: 16px 0;
  padding: 16px 0;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}

.p-about__time {
  font-size: 16px;
  font-weight: 700;
}

.p-contact {
  background: #fffefa;
}

.p-contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 80px 30px;
}
@media screen and (max-width: 767.98px) {
  .p-contact__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    padding: 48px 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-contact__txt {
    font-size: 13px;
  }
}
.p-contact__txt:first-of-type {
  margin-top: 46px;
}
@media screen and (max-width: 767.98px) {
  .p-contact__txt:first-of-type {
    line-height: 1.61;
  }
}
.p-contact__txt:last-of-type {
  margin-top: 5px;
}

.p-contact__fields {
  margin-top: -3px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  max-width: 500px;
}
@media screen and (min-width: 900px) {
  .p-contact__fields {
    max-width: 600px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__fields {
    max-width: 100%;
    margin-top: 0;
  }
}

.p-contact__recaptcha {
  font-size: 12px;
}
@media screen and (max-width: 767.98px) {
  .p-contact__recaptcha {
    font-size: 10px;
  }
}
.p-contact__recaptcha a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-contact__recaptcha a:hover {
  opacity: 0.5;
}

.p-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.p-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4.5px;
}

.p-form-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.p-form-field__head {
  font-weight: 700;
}

.p-form-text,
.p-form-textarea {
  width: 100%;
  height: 52px;
  padding: 16px;
  border-radius: 5px;
  background: #e4e3df;
  border: none;
}
.p-form-text::-webkit-input-placeholder, .p-form-textarea::-webkit-input-placeholder {
  color: #878787;
  font-weight: 300;
}
.p-form-text::-moz-placeholder, .p-form-textarea::-moz-placeholder {
  color: #878787;
  font-weight: 300;
}
.p-form-text:-ms-input-placeholder, .p-form-textarea:-ms-input-placeholder {
  color: #878787;
  font-weight: 300;
}
.p-form-text::-ms-input-placeholder, .p-form-textarea::-ms-input-placeholder {
  color: #878787;
  font-weight: 300;
}
.p-form-text::placeholder,
.p-form-textarea::placeholder {
  color: #878787;
  font-weight: 300;
}

.p-form-textarea {
  height: 230px;
}

.p-form-checkbox .wpcf7-list-item {
  margin: 0;
}
.p-form-checkbox .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.p-form-checkbox .wpcf7-list-item label svg {
  position: relative;
  top: -7px;
}

.p-form-checkbox__input {
  cursor: pointer;
}

.p-form-checkbox__text {
  font-weight: 700;
  line-height: 1.14;
}
.p-form-checkbox__text a {
  font-weight: 700;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  margin-right: 8px;
}
.p-form-checkbox__text a:hover {
  opacity: 0.5;
}

.p-form__btn-inner {
  margin: 32px auto 0;
}
@media screen and (max-width: 767.98px) {
  .p-form__btn-inner {
    margin: 4px auto 0;
  }
}

.wpcf7-response-output {
  border: none;
  color: #dc3232;
  border-color: none;
  margin: 0 auto;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 1em auto 0;
  padding: 0;
}

.wpcf7-spinner {
  display: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-fv {
  height: 285px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .p-fv {
    height: 167px;
  }
}

.p-fv__inner {
  padding: 220px 30px 0;
}
@media screen and (max-width: 767.98px) {
  .p-fv__inner {
    padding: 141px 30px 0;
  }
}

.p-fv__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.98px) {
  .p-fv__ttl {
    gap: 13px;
  }
}

.p-fv__ttl-en {
  color: rgba(255, 255, 255, 0.6);
  font-family: "Open Sans", sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-fv__ttl-en {
    font-size: 32px;
  }
}

.p-fv__ttl-ja {
  color: rgba(255, 255, 255, 0.6);
  font-size: 32px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .p-fv__ttl-ja {
    font-size: 16px;
  }
}

.p-archive {
  background: #fffefa;
}

.p-archive__inner {
  padding: 160px 30px;
  max-width: 960px;
}
@media screen and (max-width: 767.98px) {
  .p-archive__inner {
    padding: 56px 30px;
  }
}

.p-archive__contact {
  padding-bottom: 40px;
}

.p-archive__cards {
  margin: 26px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 72px 36px;
  padding: 0 20px;
}
@media screen and (max-width: 767.98px) {
  .p-archive__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 22px auto 0;
    padding: 0;
    gap: 68px 36px;
  }
}

.p-archive-card {
  width: 100%;
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .p-archive-card {
    margin: auto;
    max-width: 312px;
  }
}

.p-archive-card__img-inner {
  width: 100%;
  aspect-ratio: 340/234;
  margin-left: 30px;
  max-width: 340px;
  height: auto;
}
@media screen and (max-width: 767.98px) {
  .p-archive-card__img-inner {
    width: 280px;
    height: 193px;
    margin-left: 17px;
  }
}

.p-archive-card__ttl {
  margin-top: 38px;
}
@media screen and (max-width: 767.98px) {
  .p-archive-card__ttl {
    margin-top: 32px;
  }
}

.p-single {
  background: #fffefa;
}

.p-single__ttl {
  font-size: 20px;
  line-height: 1.05;
}
.p-single__ttl span {
  display: inline-block;
  margin-left: 1em;
  font-size: 16px;
}

.p-single__skills {
  color: #767676;
}

.p-single-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  padding: 48px 0;
}
@media screen and (max-width: 767.98px) {
  .p-single-card {
    padding: 32px 0 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.p-single-card__img-inner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 46%;
          flex: 0 0 46%;
  margin: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 544/370;
}
@media screen and (max-width: 767.98px) {
  .p-single-card__img-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    aspect-ratio: 544/388;
  }
}

.p-single-card__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (min-width: 900px) {
  .p-single-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 47%;
            flex: 0 0 47%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-single-card__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

.p-single-card__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 31px;
}
@media screen and (max-width: 767.98px) {
  .p-single-card__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    padding-bottom: 16px;
  }
}
.p-single-card__list:not(:first-of-type) {
  padding-top: 31px;
  border-top: 1px solid #a9a9a9;
}
@media screen and (max-width: 767.98px) {
  .p-single-card__list:not(:first-of-type) {
    padding-top: 15px;
  }
}

.p-single-card__head {
  width: 100px;
  font-weight: 700;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-single-card__head {
    width: auto;
  }
}

.p-single-card__txt a {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-single-card__txt a:hover {
  opacity: 0.5;
}

.p-single-card__pass {
  color: #767676;
}
.p-single-card__pass span {
  display: inline-block;
}

.p-single__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-single__prev {
  font-size: 16px;
  padding: 5px 0px 5px 23px;
}
.p-single__prev::before {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-single__prev::after {
  right: auto;
  left: 0;
}

.p-single__next {
  font-size: 16px;
  padding: 0;
}
.p-single__next a {
  display: block;
  padding: 5px 23px 5px 0;
  position: relative;
  z-index: 1;
}

.p-privacy {
  background: #fffefa;
}

.p-privacy__inner {
  padding: 54px 30px 80px;
  max-width: 1170px;
}
@media screen and (max-width: 767.98px) {
  .p-privacy__inner {
    padding: 41px 30px 48px;
  }
}

.p-privacy__ttl {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
}

.p-privacy__body {
  margin-top: 46px;
}
@media screen and (max-width: 767.98px) {
  .p-privacy__body {
    margin-top: 16px;
  }
}

.p-privacy__heading {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.733;
}

.p-privacy__txt {
  font-size: 15px;
  font-weight: 300;
  line-height: 1.733;
}

.p-thanks {
  background: #fffefa;
}

.p-thanks__btn-inner {
  margin-top: 40px;
}
.p-thanks__btn-inner .c-arrow-btn {
  padding: 8px 0px 8px 23px;
}
.p-thanks__btn-inner .c-arrow-btn::before {
  right: auto;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.p-thanks__btn-inner .c-arrow-btn::after {
  right: auto;
  left: 0;
}

.p-footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media screen and (max-width: 767.98px) {
  .p-footer__inner {
    -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: 48px;
    padding: 56px 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .p-footer__logo {
    padding: 16px 32px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer__logo img {
    width: 30px;
    height: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-footer__logo .c-logo-btn__ttl {
    font-size: 20px;
  }
}

.p-footer__sns {
  margin-top: 16px;
}
.p-footer__sns span {
  font-weight: 400;
  font-size: 14px;
}
.p-footer__sns.c-sns__link {
  font-weight: 400;
  font-size: 14px;
}

.p-footer__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-footer__right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 767.98px) {
  .p-footer__lists {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-footer__link {
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.p-footer__link:hover {
  opacity: 0.5;
}

.p-footer__copy {
  font-size: 13px;
  line-height: 1.8;
}

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

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

.js-fade-trigger {
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.u-anime-fade-in {
  -webkit-animation-name: fadeInAnime;
          animation-name: fadeInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}
.u-anime-fade-in.is-delay {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.u-anime-fade-in.is-delay--2 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.u-anime-blur {
  -webkit-animation-name: blurAnime;
          animation-name: blurAnime;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.u-anime-blur.is-delay {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes blurAnime {
  from {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    opacity: 0;
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}
.js-blur-trigger {
  opacity: 0;
}