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

html,
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

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

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

button,
input,
textarea {
  font: inherit;
  color: inherit;
  border: none;
  background: none;
}

button {
  cursor: pointer;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
  color: #000;
  background-color: #e8e6e0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

.c-section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.9375rem;
  text-align: center;
  color: #002fa7;
}
.c-section-heading__title {
  font-family: "Playfair Display", "Didot", serif;
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .c-section-heading__title {
    font-size: 2.25rem;
  }
}
.c-section-heading__line {
  width: 48px;
  height: 1px;
  background-color: currentColor;
}
.c-section-heading__sub {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
.c-section-heading--light {
  color: #fff;
}

.c-tag-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.c-tag {
  position: relative;
  z-index: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 0.5rem;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  color: #fff;
  white-space: nowrap;
}
.c-tag::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  border: 1px solid #fff;
  transform: skewX(-10deg);
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 0.625rem 0.9375rem;
  border-radius: 5px;
  background-color: #3548e0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
  transition: background-color 0.3s ease, transform 0.3s ease;
}
.c-button:hover {
  background-color: #4257ea;
  transform: translateY(-2px);
}

.c-form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.c-form-group__label {
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  color: #fff;
}
.c-form-group__control {
  width: 100%;
  padding: 0.625rem 0.9375rem;
  border: 1px solid #e2e1e5;
  border-radius: 5px;
  background-color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 0.875rem;
  line-height: 2;
}
.c-form-group__control::placeholder {
  color: #767676;
}
.c-form-group__control:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
.c-form-group__control--textarea {
  resize: vertical;
  min-height: 7.5rem;
}

.p-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding: max(0px, 12.5vh - 68.5px) 8.25rem 0.5rem;
  background-color: #002fa7;
  overflow: clip;
  color: #fff;
}
@media (max-width: 768px) {
  .p-hero {
    padding-inline: 1.5rem;
  }
}
.p-hero__bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}
.p-hero__bg-image {
  position: absolute;
  top: 0;
  left: 11.1%;
  width: 133.3%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  will-change: transform;
}
.p-hero__header {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-hero__logo {
  width: 120px;
  height: auto;
  aspect-ratio: 120/90;
  flex-shrink: 0;
}
.p-hero__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-top: auto;
  margin-bottom: auto;
}
.p-hero__title {
  font-family: "Playfair Display", "Didot", serif;
  font-weight: 400;
  line-height: 0.9;
  white-space: nowrap;
}
.p-hero__title-line {
  display: block;
  font-size: clamp(2.75rem, 8vw, 8rem);
  letter-spacing: -0.08em;
}
.p-hero__title-for {
  display: inline-block;
  font-family: "Didot", serif;
  font-style: italic;
  font-size: clamp(2rem, 6.4vw, 6.5rem);
  letter-spacing: -0.08em;
  transform: translateY(0.15em);
  margin-left: 0.05em;
}
.p-hero__catch {
  margin-top: 1.25rem;
  margin-left: 0.8125rem;
  font-family: "Playfair Display", "Didot", serif;
  font-style: italic;
  font-size: 1.125rem;
}
@media (max-width: 768px) {
  .p-hero__catch {
    white-space: normal;
  }
}
.p-hero__lead {
  position: relative;
  z-index: 1;
  margin-top: 3rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  letter-spacing: 0.02em;
}
@media (max-width: 768px) {
  .p-hero__lead {
    font-size: 0.875rem;
  }
}

.p-values {
  padding: 0.5rem 8.25rem 7.5rem;
  background-color: #e8e6e0;
}
@media (max-width: 768px) {
  .p-values {
    padding: 0.5rem 1.5rem 5rem;
  }
}
.p-values__intro {
  max-width: 1176px;
  margin-bottom: 6rem;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #002fa7;
}
@media (max-width: 768px) {
  .p-values__intro {
    margin-bottom: 3.5rem;
  }
}
.p-values__inner {
  max-width: 955px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8.5rem;
}
@media (max-width: 768px) {
  .p-values__inner {
    gap: 4rem;
  }
}
.p-values__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 7.5rem;
  row-gap: 5rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-values__grid {
    grid-template-columns: 1fr;
    row-gap: 3rem;
  }
}

.c-value-card {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.c-value-card__head {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.c-value-card__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #002fa7;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 1.3125rem;
}
.c-value-card__name {
  font-family: "Playfair Display", "Didot", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
  color: #002fa7;
}
.c-value-card__line {
  width: 48px;
  height: 1px;
  background-color: #002fa7;
  flex-shrink: 0;
}
.c-value-card__kanji {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  color: #002fa7;
}
.c-value-card__desc {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  color: #000;
}

.p-services {
  position: relative;
  padding: 5rem 8.25rem 7.5rem;
  background-color: #002fa7;
  overflow: clip;
  color: #fff;
}
@media (max-width: 768px) {
  .p-services {
    padding: 3.5rem 1.5rem 5rem;
  }
}
.p-services__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-services__bg-image {
  position: absolute;
  top: -28%;
  left: 50%;
  width: 138%;
  height: 130%;
  transform: translateX(-50%);
  object-fit: cover;
  mix-blend-mode: multiply;
  will-change: transform;
}
.p-services__inner {
  position: relative;
  z-index: 1;
  max-width: 960px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6rem;
}
@media (max-width: 768px) {
  .p-services__inner {
    gap: 3.5rem;
  }
}
.p-services__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 6.25rem;
  row-gap: 6rem;
  width: 100%;
}
@media (max-width: 768px) {
  .p-services__grid {
    grid-template-columns: 1fr;
    row-gap: 3.5rem;
  }
}

.c-service-card {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
.c-service-card__index {
  font-family: "Playfair Display", "Didot", serif;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.02em;
}
.c-service-card__title {
  font-family: "Playfair Display", "Didot", serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.02em;
}
.c-service-card__title-jp {
  margin-top: 0.25rem;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
}
.c-service-card__desc {
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.6;
}

.p-message {
  padding: 5rem 8.25rem 10rem;
  background-color: #e8e6e0;
}
@media (max-width: 768px) {
  .p-message {
    padding: 3.5rem 1.5rem 5rem;
  }
}
.p-message__inner {
  max-width: 955px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.p-message__text {
  width: fit-content;
  max-width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.03em;
  text-align: left;
  color: #000;
}

.p-about {
  padding: 7.5rem 8.25rem 8.75rem;
  background-color: #002fa7;
}
@media (max-width: 768px) {
  .p-about {
    padding: 5rem 1.5rem 6rem;
  }
}
.p-about__inner {
  max-width: 955px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.p-about__story {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  max-width: 100%;
  text-align: center;
  color: #fff;
}
.p-about__story-title {
  width: 40rem;
  max-width: 100%;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 768px) {
  .p-about__story-title {
    font-size: 1.375rem;
  }
}
.p-about__story-body {
  width: 40rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
.p-about__story-text {
  width: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans", sans-serif;
  font-size: 1rem;
  line-height: 2.5;
  letter-spacing: 0.03em;
  text-align: left;
}

.p-contact {
  position: relative;
  padding: 5rem 8.25rem;
  background-color: #002fa7;
  overflow: clip;
  color: #fff;
}
@media (max-width: 768px) {
  .p-contact {
    padding: 3.5rem 1.5rem;
  }
}
.p-contact__bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.p-contact__bg-image {
  position: absolute;
  top: 0;
  left: -16.7%;
  width: 133.3%;
  height: 100%;
  object-fit: cover;
  mix-blend-mode: multiply;
  will-change: transform;
}
.p-contact__inner {
  position: relative;
  z-index: 1;
  max-width: 955px;
  margin-inline: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.p-contact__form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.875rem;
  width: 100%;
  max-width: 460px;
}
.p-contact__gform {
  display: block;
  width: 100%;
  max-width: 640px;
  height: 1050px;
  border: 0;
}
@media (max-width: 768px) {
  .p-contact__gform {
    height: 1100px;
  }
}
.p-contact__note {
  position: absolute;
  left: 50%;
  bottom: 1.5rem;
  z-index: 2;
  transform: translateX(-50%);
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.p-contact__note:hover {
  opacity: 1;
}
.p-contact__note-label {
  font-size: 0.6875rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}
.p-contact__note-icon {
  display: block;
  width: 3.5rem;
  height: auto;
}

.p-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  background-color: #0c136a;
}
.p-footer__copyright {
  font-family: "Inter", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.u-container {
  width: 100%;
  max-width: 1176px;
  margin-inline: auto;
  padding-inline: 24px;
}

/*# sourceMappingURL=style.css.map */
