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

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

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

ol,
ul {
  list-style: none;
}

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

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

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

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

body {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  overflow-x: hidden;
}

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

a {
  color: inherit;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 80px;
}

.l-inner {
  max-width: 402px;
  padding-inline: 24px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1360px;
    padding-inline: 80px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 900px) {
  .l-inner {
    max-width: 1440px;
    padding-inline: 120px;
  }
}
.l-header {
  width: 100%;
  height: 85px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(1px);
}

.l-header__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-inline: 12px;
}

@media screen and (min-width: 768px) {
  .l-header__inner {
    padding-inline: 24px;
    max-width: 100%;
  }
}
.l-main {
  padding-top: 85px;
}

@media screen and (min-width: 768px) {
  .l-main {
    padding-top: 85px;
  }
}
.l-footer {
  margin-top: 48px;
  background-color: #ff0000;
  color: #fff;
  padding: 48px 24px 32px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .l-footer {
    padding-block: 80px 66px;
    padding-inline: 0;
  }
}
.l-footer__inner {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 754px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__content-left {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__container {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__container {
    gap: 120px;
  }
}
.l-footer__logo {
  font-size: 36px;
  font-weight: 700;
  font-family: "Montserrat", "Noto Serif JP", serif;
  margin-bottom: 38px;
  line-height: 1.4;
}

.l-footer__logo a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .l-footer__logo {
    margin-bottom: 0;
  }
}
.l-footer__sns {
  margin-bottom: 40px;
}

.l-footer__sns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-footer__sns a img {
  width: 28px;
}

.l-footer__sns a:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .l-footer__sns {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__content-right {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex-shrink: 0;
  }
}
.l-footer__nav {
  margin-bottom: 24px;
  width: 100%;
}

.l-footer__nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}

@media screen and (min-width: 768px) {
  .l-footer__nav ul {
    gap: 15px;
  }
}
.l-footer__nav a {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: opacity 0.3s;
}

.l-footer__nav a:hover {
  opacity: 0.75;
}

@media screen and (min-width: 768px) {
  .l-footer__nav {
    margin-bottom: 0;
  }
}
.l-footer__copyright {
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 0.02em;
  margin: 0;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 13px 53px 13px 24px;
  background-color: #ff0000;
  font-weight: 900;
  color: #ffffff;
  border-radius: 10px;
  border: none;
  box-shadow: 5px 18px 17px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.c-btn::after {
  content: "";
  display: inline-block;
  width: 41px;
  background: url("../img/icon_arrow-w.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7px;
  transition: transform 0.3s ease;
}

.c-btn:hover {
  transform: translateY(-3px);
  box-shadow: 5px 22px 22px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  color: #ff0000;
  border: solid 1px #ff0000;
}

.c-btn:hover::after {
  transform: translateX(5px);
}

.c-drawer-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 36px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 10000;
}

.c-drawer-icon__bar {
  display: block;
  width: 100%;
  height: 3.6px;
  background-color: #333333;
  transition: transform 0.3s, opacity 0.3s;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(2) {
  opacity: 0;
}

.c-drawer-icon.is-checked .c-drawer-icon__bar:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.c-drawer-icon.is-checked .c-drawer-icon__bar {
  background-color: #ffffff;
}

.c-section-header {
  text-align: center;
}

.c-section-header__title {
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: #ff0000;
  line-height: 1.8;
}

@media screen and (min-width: 900px) {
  .c-section-header__title {
    font-size: 52px;
    line-height: 1.15;
  }
}
.c-section-header__sub {
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (min-width: 900px) {
  .c-section-header__sub {
    font-size: 20px;
    line-height: 1.25;
    letter-spacing: 0.06em;
    margin-top: 32px;
    font-weight: 700;
  }
}
.c-to-top {
  position: static;
  opacity: 1;
  visibility: visible;
  width: 50px;
  height: 50px;
  margin-left: auto;
  margin-right: 0;
  bottom: 30px;
  right: 30px;
  background: url("../img/icon_arrow-w.png") no-repeat center center/contain;
  transform: rotate(-90deg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.3));
}

@media screen and (min-width: 768px) {
  .c-to-top {
    position: fixed;
    bottom: 90px;
    right: 30px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, filter 0.3s ease;
  }
  .c-to-top.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease;
}

@media screen and (min-width: 768px) {
  .grecaptcha-badge {
    visibility: visible;
    opacity: 1;
  }
}
.p-fv {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-top: 61px;
  padding-bottom: 60px;
  max-width: 1440px;
  margin-inline: auto;
  margin-bottom: 60px;
}

@media screen and (min-width: 768px) {
  .p-fv {
    display: flex;
    align-items: center;
    margin-bottom: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv {
    min-height: 700px;
    padding-top: 0;
  }
}
.p-fv__inner {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-fv__inner {
    padding-left: 24px;
  }
}
@media screen and (min-width: 900px) {
  .p-fv__inner {
    padding-left: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__inner {
    padding-left: 93px;
  }
}
.p-fv__contents {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 287px;
}

@media screen and (min-width: 768px) {
  .p-fv__contents {
    align-items: center;
    max-width: 50%;
    gap: 120px;
    padding-left: 55px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__contents {
    padding-left: 24px;
  }
}
.p-fv__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0;
}

.p-fv__title-main-1, .p-fv__title-main-2 {
  display: inline-block;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .p-fv__title {
    font-size: 45px;
  }
}
@media screen and (min-width: 900px) {
  .p-fv__title {
    font-size: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__title {
    font-size: 66px;
  }
}
.p-fv__image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

.p-fv__image img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-fv__image {
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    width: 46vw;
    max-width: 717px;
  }
}
@media screen and (min-width: 1200px) {
  .p-fv__image {
    top: 40%;
    transform: translateY(-40%);
    width: 45vw;
  }
}
.p-fv__sub {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-fv__lead {
  font-family: "Montserrat", "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 12px;
}

@media screen and (min-width: 1200px) {
  .p-fv__lead {
    font-size: 20px;
    line-height: 2.94;
  }
}
body.is-fixed {
  overflow: hidden;
}

.p-drawer-content {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  z-index: 9999;
  background-color: #ff0000;
  border-radius: 80px 0 0 80px;
  width: min(353px, 100%);
  height: 100vh;
  height: 100dvh;
}

@media screen and (min-width: 768px) {
  .p-drawer-content {
    width: min(410px, 100%);
  }
}
.p-drawer-content {
  transform: translateX(100%);
  visibility: hidden;
  transition: transform 0.3s ease, visibility 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.p-drawer-content.is-checked {
  transform: translateX(0);
  visibility: visible;
}

.p-drawer-content__nav {
  padding-left: 40px;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 20px;
}

.p-drawer-content__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.p-drawer-content__item a {
  display: flex;
  align-items: flex-end;
  gap: 12px;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

.p-drawer-content__item a::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.p-drawer-content__item a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.p-drawer-content__item a .en {
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

@media screen and (min-width: 768px) {
  .p-drawer-content__item a .en {
    font-size: 28px;
  }
}
.p-drawer-content__item a .slash {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: normal;
  transform: translateY(-7px);
}

@media screen and (min-width: 768px) {
  .p-drawer-content__item a .slash {
    font-size: 15px;
  }
}
.p-drawer-content__item a .ja {
  font-family: "Montserrat", "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 10px;
  letter-spacing: 0;
  transform: translateY(-7px);
}

@media screen and (min-width: 768px) {
  .p-drawer-content__item a .ja {
    font-size: 15px;
  }
}
.p-drawer-content__sns {
  margin-top: 100px;
  text-align: center;
}

.p-drawer-content__sns a {
  display: inline-block;
  transition: opacity 0.3s ease;
}

.p-drawer-content__sns a:hover {
  opacity: 0.7;
}

.p-drawer-content__sns img {
  width: 28px;
  height: auto;
  display: block;
}

.p-about {
  padding-block: 40px;
  background-color: #fcf8f4;
}

@media screen and (min-width: 768px) {
  .p-about {
    padding-block: 96px;
  }
}
@media screen and (min-width: 768px) {
  .p-about__container {
    background-color: #ffffff;
    padding: 24px;
  }
}
.p-about__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

@media screen and (min-width: 1200px) {
  .p-about__content {
    flex-direction: row-reverse;
    gap: 32px;
    padding-top: 60px;
  }
}
.p-about__img {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 402px;
  margin-block: 40px;
}

@media screen and (min-width: 1200px) {
  .p-about__img {
    width: 378px;
    height: 320px;
    max-width: none;
    left: auto;
    transform: none;
    margin-bottom: 0;
    flex-shrink: 0;
    margin-block: 0;
  }
}
.p-about__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.p-about__body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-align: left;
  padding-bottom: 40px;
}

.p-about__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
}

.p-about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.p-about__cards {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin-top: 24px;
  margin-bottom: 40px;
  padding-inline: 24px;
}

@media screen and (min-width: 1200px) {
  .p-about__cards {
    flex-direction: row;
    gap: 0;
    margin-top: 20px;
    padding-inline: 0;
  }
}
.p-about__card {
  width: 100%;
  max-width: 400px;
  border-bottom: 1px solid #ff0000;
  padding: 20px 24px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 2px;
  margin-inline: auto;
}

@media screen and (min-width: 1200px) {
  .p-about__card {
    flex: 1;
    flex-direction: row;
    padding: 24px 16px;
    gap: 10px;
    justify-content: center;
    border-bottom: none;
    border-right: 1px solid #ff0000;
  }
  .p-about__card:last-child {
    border-right: none;
  }
}
.p-about__card-icon {
  width: 80px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.p-about__card-icon img {
  width: 60px;
  height: auto;
  display: block;
}

.p-about__card-title {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  line-height: 2.4;
}

@media screen and (min-width: 1200px) {
  .p-about__card-title {
    text-align: left;
    white-space: nowrap;
    font-size: clamp(14px, 1.5vw, 21px);
  }
}
.p-profile {
  padding-top: 40px;
  padding-bottom: 92px;
}

.p-profile__top {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

@media screen and (min-width: 768px) {
  .p-profile__top {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 32px;
    align-items: center;
    background-color: #ffffff;
    padding: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .p-profile {
    margin-top: 96px;
    gap: 80px;
    margin-inline: 94px;
    padding-bottom: 104px;
  }
}
.p-profile__img {
  width: 100%;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-profile__img {
    margin-inline: 0;
  }
}
@media screen and (min-width: 900px) {
  .p-profile__img {
    max-width: 274px;
  }
}
.p-profile__img img {
  width: 100%;
  height: auto;
  object-fit: cover;
  box-shadow: 34px 29px 18px -13px rgba(0, 0, 0, 0.25);
}

.p-profile__header {
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding-bottom: 24px;
  width: 100%;
}

.p-profile__title-sp {
  font-size: 32px;
  font-weight: 700;
  color: #967b5c;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-profile__title-sp {
    display: none;
  }
}
.p-profile__title-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-profile__title-pc {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #967b5c;
    text-align: left;
  }
}
.p-profile__name {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-profile__name {
    font-size: 32px;
  }
}
.p-profile__job {
  font-size: 16px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .p-profile__job {
    font-size: 24px;
  }
}
.p-profile__sub {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
  margin-top: 8px;
}

.p-profile__body {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .p-profile__body {
    margin-top: 80px;
  }
}
.p-profile__text {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 768px) {
  .p-profile__text {
    font-weight: 700;
  }
}
.p-profile__hobby {
  margin-top: 40px;
  background-color: #ffffff;
  padding: 16px 20px;
  border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  max-width: 320px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-profile__hobby {
    margin-inline: 0;
  }
}
.p-profile__hobby-label {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #967b5c;
  margin-bottom: 6px;
}

.p-profile__hobby-text {
  font-size: 14px;
  font-weight: 700;
}

.p-time {
  background-color: #fff;
  border-radius: 12px;
  padding-block: 24px;
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-time {
    max-width: 1225px;
    padding-block: 48px;
  }
}
.p-time__lead {
  font-size: 20px;
  font-weight: 800;
  line-height: 2.6;
}

@media screen and (min-width: 768px) {
  .p-time__lead {
    font-size: 24px;
  }
}
.p-time__lead .u-text-accent {
  color: #ff0000;
}

.p-time__time-box {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.p-time__label {
  font-size: 12px;
  font-weight: 700;
  align-self: flex-start;
  padding-left: 72px;
}

@media screen and (min-width: 768px) {
  .p-time__label {
    font-size: 20px;
    padding-left: 36%;
  }
}
.p-time__time-inner {
  display: flex;
  align-items: center;
  gap: 12px;
}

.p-time__clock-icon {
  width: 56px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .p-time__clock-icon {
    width: 90px;
  }
}
.p-time__time {
  font-size: 25px;
  font-weight: 700;
  color: #ff0000;
}

@media screen and (min-width: 768px) {
  .p-time__time {
    font-size: 40px;
  }
}
.p-time__sub {
  font-size: 12px;
  font-weight: 700;
  align-self: flex-end;
}

@media screen and (min-width: 768px) {
  .p-time__sub {
    font-size: 20px;
    padding-right: 25%;
  }
}
.p-time__timeline {
  margin-top: 12px;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-time__timeline {
    max-width: 973px;
  }
}
.p-time__markers {
  position: relative;
  height: 60px;
  margin-bottom: 8px;
}

.p-time__marker {
  position: absolute;
  bottom: 0;
  transform: translateX(-50%);
}

.p-time__marker--000 {
  left: 0%;
  transform: translateX(0);
}

.p-time__marker--0530 {
  left: 45%;
}

@media screen and (min-width: 768px) {
  .p-time__marker--0530 {
    left: 31%;
  }
}
.p-time__marker--1200 {
  left: 98%;
  transform: translateX(-100%);
}

@media screen and (min-width: 768px) {
  .p-time__marker--1200 {
    left: 73%;
  }
}
.p-time__marker--sun {
  left: 72%;
}

@media screen and (min-width: 768px) {
  .p-time__marker--sun {
    left: 50%;
  }
}
.p-time__time-num {
  font-size: 12px;
  font-weight: 700;
  display: block;
}

.p-time__icon-moon {
  width: 60px;
  height: auto;
  max-width: none;
  display: block;
  position: absolute;
  top: -25px;
  left: 200%;
}

@media screen and (min-width: 768px) {
  .p-time__icon-moon {
    left: 450%;
  }
}
.p-time__icon-sun {
  width: 60px;
  height: auto;
  max-width: none;
  display: block;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-60%);
}

.p-time__bar-wrapper {
  margin-top: 10px;
  position: relative;
  height: 30px;
  border-left: 5px solid #333333;
  border-right: 5px solid #333333;
  border-bottom: 5px solid #333333;
}

.p-time__bar-active {
  position: absolute;
  bottom: 0;
  left: 45%;
  width: 50%;
  height: 100%;
  background-color: #ff0000;
}

@media screen and (min-width: 768px) {
  .p-time__bar-active {
    left: 30%;
    width: 40%;
  }
}
.p-process {
  padding-top: 30px;
}

.p-process__inner {
  padding-inline: 47px;
}

@media screen and (min-width: 768px) {
  .p-process__inner {
    padding-inline: 0;
  }
}
.p-process__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-block: 40px;
  padding-bottom: 24px;
}

@media screen and (min-width: 900px) {
  .p-process__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: stretch;
    justify-content: center;
    margin-top: 103px;
    margin-bottom: 48px;
  }
}
.p-process__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 900px) {
  .p-process__item {
    flex-direction: row;
    flex: 1;
    max-width: none;
  }
}
.p-process__item:last-child .p-process__arrow {
  display: none;
}

.p-process__card {
  width: 100%;
  background-color: #fff;
  border: none;
  border-top: 4px solid #ff0000;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-process__card {
    flex: 1;
    max-width: 260px;
    min-width: 0;
    height: 100%;
  }
}
.p-process__card-head {
  background-color: #ffffff;
  padding: 32px 16px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-process__card-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-process__card-icon img {
  width: 75px;
  height: auto;
}

.p-process__card-body {
  padding: 0 24px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex: 1;
}

.p-process__card-title {
  font-size: 21px;
  font-weight: 800;
}

@media screen and (min-width: 900px) {
  .p-process__card-title {
    font-size: clamp(14px, 1.2vw, 18px);
  }
}
.p-process__card-text {
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 400;
}

@media screen and (min-width: 900px) {
  .p-process__card-text {
    font-size: clamp(12px, 1vw, 14px);
  }
}
.p-process__arrow {
  padding: 21px 0;
}

@media screen and (min-width: 900px) {
  .p-process__arrow {
    padding: 0;
    width: 45px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.p-process__arrow-img {
  width: 81px;
  height: auto;
  display: block;
}

@media screen and (min-width: 900px) {
  .p-process__arrow-img {
    width: 45px;
    transform: rotate(-90deg);
  }
}
@media screen and (min-width: 1200px) {
  .p-process__arrow-img {
    width: 81px;
  }
}
.p-skills__inner {
  padding-bottom: 40px;
}

.p-skills__list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding-block: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.p-skills__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (min-width: 768px) {
  .p-skills__item {
    flex-direction: row;
    align-items: center;
    gap: 40px;
    padding-bottom: 24px;
    border-bottom: 1px dashed #e0e0e0;
  }
  .p-skills__item:last-child {
    border-bottom: none;
  }
}
.p-skills__category {
  font-size: 16px;
  font-weight: 700;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-skills__category {
    font-size: 18px;
    width: 180px;
    flex-shrink: 0;
  }
}
.p-skills__icons {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 20px;
  align-items: flex-end;
  padding-left: 24px;
}

@media screen and (min-width: 768px) {
  .p-skills__icons {
    padding-left: 0;
  }
}
.p-skills__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 60px;
}

.p-skills__icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.p-skills__icon-name {
  font-size: 11px;
  font-weight: 500;
  color: #666;
  text-align: center;
  line-height: 1.2;
}

.p-skills__lead {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-skills__lead {
    font-size: 24px;
    font-weight: 800;
    line-height: 2.1;
    margin-top: 24px;
    margin-bottom: 83px;
  }
}
.p-skills__lead-stripe {
  display: inline-block;
  width: 8px;
  height: 1.8em;
  background-color: #ff0000;
  flex-shrink: 0;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .p-skills__lead-stripe {
    height: 1.3em;
  }
}
.p-skills__features {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 60px;
  margin-inline: auto;
}

@media screen and (min-width: 768px) {
  .p-skills__features {
    max-width: 500px;
    gap: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .p-skills__features {
    max-width: none;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    gap: 24px;
  }
}
.p-skills__card {
  background-color: #fff;
  border: none;
  border-top: 4px solid #ff0000;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
  padding: 32px 24px;
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-skills__card {
    flex: 1;
  }
}
.p-skills__card-head {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  margin-bottom: 20px;
}

.p-skills__card-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-skills__card-icon img {
  width: 65px;
  height: auto;
}

.p-skills__card-title {
  font-size: 21px;
  font-weight: 800;
  text-align: center;
  white-space: nowrap;
  letter-spacing: -0.02em;
}

.p-skills__card-text {
  font-size: 14px;
  line-height: 1.8;
  text-align: justify;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .p-contact {
    margin-block: 113px 136px;
  }
}
.p-contact__form {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 48px;
  padding-block: 48px;
  padding-inline: 24px;
}

@media screen and (min-width: 768px) {
  .p-contact__form {
    max-width: 980px;
    padding-inline: 0;
    gap: 0;
    border-top: 1px solid #333;
    margin-block: 120px;
    padding-block: 0;
  }
}
.p-contact__field {
  display: flex;
  flex-direction: column;
}

.p-contact__field > p {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .p-contact__field > p {
    flex-direction: row;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-contact__field {
    padding-block: 52px;
    border-bottom: 1px solid #333;
  }
}
.p-contact__label {
  font-size: 16px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 1px 14px;
  line-height: 1;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .p-contact__label {
    width: 320px;
    flex-shrink: 0;
    padding-right: 0;
    font-size: 19px;
  }
}
.p-contact__label-text {
  letter-spacing: 0.17em;
}

.p-contact__badge {
  background-color: #ff0000;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
  line-height: 1;
  padding: 4px 7px;
  font-family: "Montserrat", "Noto Serif JP", serif;
}

.p-contact__sub-label {
  width: 100%;
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: #666;
  margin-top: 2px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .p-contact__sub-label {
    padding-left: 0;
    font-size: 13px;
    font-weight: 600;
  }
}
@media screen and (min-width: 768px) {
  .p-contact .wpcf7-form-control-wrap {
    flex: 1;
  }
}
.p-contact__input {
  width: 100%;
  background-color: #ededed;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  color: #333;
}

@media screen and (min-width: 768px) {
  .p-contact__input {
    font-size: 20px;
  }
}
.p-contact__input::placeholder {
  color: #999;
  font-family: "Noto Serif JP", serif;
}

.p-contact__input:focus {
  outline: 2px solid #ff0000;
  background-color: #fff;
}

.p-contact__checkbox .wpcf7-list-item {
  margin: 0 0 12px 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .p-contact__checkbox .wpcf7-list-item {
    display: inline-block;
    margin: 0 32px 0 0;
  }
}
.p-contact__checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}

.p-contact__checkbox .wpcf7-list-item input[type=checkbox] {
  appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #52a5e4;
  border-radius: 2px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.p-contact__checkbox .wpcf7-list-item input[type=checkbox]:checked {
  background-color: #fff;
}

.p-contact__checkbox .wpcf7-list-item input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 7px;
  width: 6px;
  height: 12px;
  border: solid #52a5e4;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.p-contact__textarea {
  width: 100%;
  height: 180px;
  background-color: #ededed;
  border: none;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  resize: vertical;
}

.p-contact__textarea:focus {
  outline: 2px solid #ff0000;
  background-color: #fff;
}

.p-contact__button {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-contact__button {
    margin-top: 106px;
  }
}
.p-contact__button .c-btn {
  padding: 16px 72px 16px 48px;
  font-size: 20px;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}

.p-contact__button .c-btn::after {
  content: "";
  display: block;
  width: 41px;
  height: 100%;
  background: url("../img/icon_arrow-w.png") no-repeat center center/contain;
  position: absolute;
  top: 0;
  right: 13px;
  pointer-events: none;
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .p-contact__button .c-btn:hover {
    transform: translateY(-3px);
  }
  .p-contact__button .c-btn:hover::after {
    transform: translateX(5px);
  }
}
.wpcf7-spinner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
  margin: 0;
}

.p-thanks {
  padding-block: 60px 80px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-thanks {
    padding-block: 80px 120px;
  }
}
.p-thanks__inner {
  max-width: 600px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
}

@media screen and (min-width: 768px) {
  .p-thanks__inner {
    max-width: 1200px;
  }
}
.p-thanks__icon {
  width: 216px;
  height: 216px;
  margin-bottom: 28px;
}

@media screen and (min-width: 768px) {
  .p-thanks__icon {
    width: 293px;
    height: 293px;
    margin-bottom: 40px;
  }
}
.p-thanks__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-thanks__title {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.7;
}

@media screen and (min-width: 768px) {
  .p-thanks__title {
    font-size: 24px;
    font-size: 40px;
  }
}
.p-thanks__text {
  margin-top: -40px;
  font-size: 16px;
  line-height: 2.5;
  font-weight: 400;
}

@media screen and (min-width: 768px) {
  .p-thanks__text {
    font-size: 24px;
    line-height: 1.7;
  }
}
.p-thanks__btn {
  width: 100%;
  max-width: 220px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .p-thanks__btn {
    margin-top: 40px;
  }
}
.p-404 {
  padding-block: 60px 12px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-404 {
    padding-block: 100px 140px;
  }
}
.p-404__inner {
  max-width: 680px;
  margin-inline: auto;
  padding-inline: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .p-404__inner {
    max-width: 1200px;
  }
}
.p-404__title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .p-404__title {
    margin-bottom: 120px;
  }
}
.p-404__title-en {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-404__title-en {
    font-size: 65px;
    margin-bottom: 12px;
  }
}
.p-404__title-ja {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .p-404__title-ja {
    font-size: 65px;
  }
}
.p-404__text {
  font-size: 13px;
  line-height: 1.8;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-404__text {
    font-size: 24px;
    margin-bottom: 120px;
  }
}
.p-404__btn {
  width: 100%;
  max-width: 220px;
}

.p-works {
  padding-block: 60px 80px;
}

@media screen and (min-width: 768px) {
  .p-works {
    padding-block: 60px 120px;
  }
}
.p-works__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
  padding-inline: 24px;
}

@media screen and (min-width: 1200px) {
  .p-works__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 24px;
    margin-top: 60px;
    padding-inline: 40px;
  }
}
.p-works__card {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.p-works__card-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-works__card-img {
    max-width: 80%;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1200px) {
  .p-works__card-img {
    max-width: 100%;
  }
}
.p-works__card-img a {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.p-works__card-img img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
  transition: transform 0.4s ease;
}

.p-works__card-img a:hover img {
  transform: scale(1.08);
}

.p-works__card-info {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 20px;
  width: 100%;
  height: 156px;
  max-width: 400px;
  margin-inline: auto;
}

.p-works__card-row {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}

.p-works__card-row dt {
  width: 100px;
  padding: 4px 8px;
  background-color: #333;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  flex-shrink: 0;
}

.p-works__card-row dd {
  flex: 1;
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 4px;
  text-align: center;
}

.p-works__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  width: 100%;
  max-width: 400px;
  margin-inline: auto;
}

.p-works__card-tag {
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.p-works__btn {
  margin-top: 80px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-works__btn {
    margin-top: 120px;
  }
}
.p-privacy {
  padding-top: 100px;
}

.p-privacy__inner {
  max-width: 760px;
  margin-inline: auto;
  padding-inline: 20px;
}

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

.p-privacy__body h2 {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  border-left: 4px solid #ff0000;
  padding-left: 12px;
  margin-top: 40px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.p-privacy__body h2:first-child {
  margin-top: 0;
}

.p-privacy__body p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 16px;
}

.p-privacy__body ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 24px;
}

.p-privacy__body ul li {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 4px;
}

.c-page-title {
  text-align: center;
}

.c-page-title__main {
  font-size: 32px;
  font-weight: 700;
  color: #ff0000;
  font-family: "Montserrat", "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

.c-page-title__sub {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #666;
  margin-top: 8px;
}

.u-mobile {
  display: inline;
}

@media screen and (min-width: 600px) {
  .u-mobile {
    display: none;
  }
}
.u-comp {
  display: none;
}

@media screen and (min-width: 1200px) {
  .u-comp {
    display: inline;
  }
}