/* foundation
====================================================*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* color
====================================================*/
/* project
====================================================*/
/* breakpoint
====================================================*/
/* px-to-rem
====================================================*/
/* reset
====================================================*/
*,
::before,
::after {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

em {
  font-style: normal;
}

dd {
  margin-left: 0;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
  border: none;
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: none;
}

textarea {
  resize: none;
}

td,
th {
  padding: 0;
}

/* font-face
====================================================*/
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "NotoSansJP";
  src: url("../fonts/NotoSansJP-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
/* base
====================================================*/
html, body {
  overflow-x: hidden;
}

@media screen and (max-width: 576px) {
  html {
    font-size: 87.5%;
  }
}

body {
  font-family: "NotoSansJP", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #3A3A3A;
  line-height: 2;
}

a,
input[type=submit] {
  transition: 0.2s;
}
a:hover,
input[type=submit]:hover {
  opacity: 0.6;
}

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

button {
  cursor: pointer;
}

input[type=text],
input[type=email],
textarea {
  width: 100%;
  border: none;
  background-color: #E0E0E0;
  border-radius: 0.5em;
  padding: 1em 1.5em;
}

/* layout
====================================================*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.l-two-column {
  max-width: 75rem;
  padding: 0 1rem;
  margin: 0 auto;
  display: flex;
  gap: 5%;
}
@media screen and (max-width: 768px) {
  .l-two-column {
    display: block;
  }
}

.l-container {
  max-width: 75rem;
  padding: 0 1rem;
  margin: 0 auto;
}

/* object
====================================================*/
/* component */
.c-section {
  position: relative;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}
.c-section::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.c-section--gray::before {
  background-color: #F7F7F7;
}
.c-section--red::before {
  background-color: #FAF0F2;
}
.c-section--two-column {
  display: flex;
}
.c-section--two-column .c-section__left {
  width: 25%;
}
.c-section--two-column .c-section__right {
  flex-grow: 1;
  padding-top: 6rem;
}
.c-section--two-column .c-section__heading-container {
  text-align: left;
  margin-bottom: 0;
}
.c-section--two-column .c-section__subheading {
  margin-left: 0;
}
@media screen and (max-width: 768px) {
  .c-section--two-column {
    display: block;
  }
  .c-section--two-column .c-section__left {
    width: 100%;
  }
  .c-section--two-column .c-section__right {
    padding-top: 0;
  }
  .c-section--two-column .c-section__heading-container {
    text-align: center;
    margin-bottom: 1em;
  }
  .c-section--two-column .c-section__subheading {
    margin-left: auto;
  }
}
.c-section__heading-container {
  text-align: center;
  margin-bottom: 1em;
  font-size: 3.5rem;
}
.c-section__heading {
  margin-bottom: 0.75em;
  line-height: 1;
  font-family: "crimson text", serif;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 0.08em;
}
.c-section__subheading {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-top: 4px solid transparent;
  border-left: 7px solid #D60050;
  border-bottom: 4px solid transparent;
  padding: 0.2em 1em;
  line-height: 1;
  font-size: 0.4em;
  font-weight: 700;
}

.c-button {
  width: 15rem;
  display: flex;
  align-items: center;
  text-align: center;
  background: linear-gradient(90deg, #F53D82 0%, #D60050 80%);
  border-radius: 0.6em;
  padding: 0.625em;
  font-weight: 600;
  color: #fff;
}
.c-button__text {
  flex: 1;
}
.c-button__arrow {
  position: relative;
  display: block;
  width: 1.75em;
  height: 1.75em;
  border-radius: 50%;
  background-color: #fff;
}
.c-button__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-75%, -50%) rotate(45deg);
  display: block;
  width: 0.6em;
  height: 0.6em;
  border-top: 2px solid #D60050;
  border-right: 2px solid #D60050;
}

.c-fv {
  position: relative;
  height: 27vw;
}
.c-fv::after, .c-fv::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  background-color: #FAFAFA;
}
.c-fv::after {
  z-index: -10;
}
.c-fv::before {
  z-index: -1;
  opacity: 0.7;
  background: url("../images/bg_logo_02.png") no-repeat 105%/40%;
}
@media screen and (max-width: 992px) {
  .c-fv {
    height: 33.33vh;
  }
}
.c-fv__container {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
  font-size: 3.5rem;
}
.c-fv__heading {
  margin-bottom: 0.4em;
  line-height: 1;
  font-family: "crimson text", serif;
  font-weight: 600;
  text-transform: capitalize;
}
.c-fv__subheading {
  border-top: 4px solid transparent;
  border-left: 7px solid #D60050;
  border-bottom: 4px solid transparent;
  padding-left: 1.2em;
  line-height: 1;
  font-size: 0.35em;
  font-weight: 700;
}

/* project */
.p-header {
  padding: 1em 0;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
}
.p-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
}
.p-header__logo {
  width: 12.5rem;
}
@media screen and (max-width: 992px) {
  .p-header__logo {
    width: 20vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header__logo {
    width: 11.25rem;
  }
}
.p-header__nav {
  display: flex;
  gap: 3rem;
  align-items: center;
}
@media screen and (max-width: 992px) {
  .p-header__nav {
    gap: 1.5rem;
  }
}
.p-header__nav-list {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.p-header__modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  transition: 0.5s;
  transform: translate(0, -100%);
}
.p-header__modal.is-show {
  transform: translate(0, 0);
}
.p-header__hamburger {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.p-header__hamburger-line {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #3A3A3A;
}
.p-header__hamburger-line:nth-of-type(1) {
  top: 0;
}
.p-header__hamburger-line:nth-of-type(2) {
  top: 50%;
  transform: translate(0, -50%);
}
.p-header__hamburger-line:nth-of-type(3) {
  bottom: 0;
}

.p-footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 2.5rem;
  padding-top: 2.5rem;
  padding-bottom: 8.5rem;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    flex-direction: column;
    align-items: center;
    padding-bottom: 5rem;
  }
}
.p-footer__logo {
  width: 23rem;
}
@media screen and (max-width: 992px) {
  .p-footer__logo {
    width: 25vw;
  }
}
@media screen and (max-width: 768px) {
  .p-footer__logo {
    width: 12.5rem;
  }
}
.p-footer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 2.75rem;
}
.p-footer__item {
  font-size: 0.875rem;
}
.p-footer__copyright {
  background-color: #3B3B3B;
  padding: 1em 0;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 0.875rem;
}
.p-footer__copyright small {
  font-size: inherit;
}

@keyframes scrollbar {
  0% {
    height: 0;
    top: 0;
  }
  30% {
    height: 100%;
  }
  100% {
    top: 100%;
  }
}
@keyframes spin {
  to {
    rotate: y -1turn;
  }
}
.p-fv {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .p-fv {
    height: 110vw;
    min-height: 70vh;
  }
}
.p-fv__background {
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -1;
}
.p-fv__background::before {
  content: "";
  position: absolute;
  aspect-ratio: 1/1.16;
  width: 20vw;
  top: 50%;
  right: 50%;
  translate: 50% -50%;
  z-index: -1;
  background: url("../images/bg_logo_01.png") no-repeat center/contain;
  animation: spin 10s infinite;
}
@media screen and (max-width: 768px) {
  .p-fv__background::before {
    top: 40vw;
    width: 50vw;
    max-width: 270px;
  }
}
@media screen and (max-width: 576px) {
  .p-fv__background::before {
    top: 50vw;
  }
}
.p-fv__background::after {
  content: "";
  position: absolute;
  aspect-ratio: 19/22;
  width: 62vw;
  top: 50%;
  right: 50%;
  translate: 50% calc(-50% - 2.5vw);
  z-index: -1;
  background: url("../images/bg_logo_02.png") no-repeat center/contain;
  opacity: 0.2;
}
@media screen and (max-width: 768px) {
  .p-fv__background::after {
    top: 36vw;
    width: 156.25vw;
    max-width: 844px;
    translate: 50% -50%;
  }
}
@media screen and (max-width: 576px) {
  .p-fv__background::after {
    top: 45vw;
  }
}
.p-fv__container {
  position: absolute;
  top: 50%;
  left: 1rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-fv__container {
    top: 68vw;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .p-fv__container {
    top: 90vw;
  }
}
.p-fv__catch {
  margin-bottom: 1.2em;
  line-height: 1.6;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p-fv__catch {
    font-size: 2rem;
  }
}
.p-fv__description {
  line-height: 2.22;
  font-size: 1.125rem;
}
@media screen and (max-width: 576px) {
  .p-fv__description {
    font-size: 1rem;
  }
}
.p-fv__scroll {
  position: absolute;
  bottom: 2rem;
  left: 50%;
  display: block;
  height: 6.25rem;
  transform: translateX(-50%);
  overflow: hidden;
  padding-left: 0.6em;
  font-size: 1.125rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.p-fv__scroll::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 0;
  top: 0;
  left: 0;
  background: #3A3A3A;
  animation: scrollbar 2s ease-in-out infinite;
  margin: auto;
}

.p-message__text {
  line-height: 2.24;
  color: #595959;
}
.p-message__name {
  margin-top: 1.5em;
  text-align: right;
  font-weight: 700;
  color: #595959;
}

.p-mission.c-section {
  padding-top: 6rem;
  padding-bottom: 6.625rem;
}
.p-mission__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
.p-mission__item {
  display: flex;
  gap: 2.125rem;
  background-color: #fff;
  padding: 2.5rem 2.5rem 3rem 2.25rem;
}
@media screen and (max-width: 576px) {
  .p-mission__item {
    display: block;
  }
}
.p-mission__item-left {
  width: 7.5rem;
  flex-shrink: 0;
}
@media screen and (max-width: 576px) {
  .p-mission__item-left {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-mission__item-image {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .p-mission__item-image {
    width: 50%;
    max-width: 8.5714285714rem;
    margin: 0 auto;
  }
}
.p-mission__item-heading {
  border-bottom: 1px solid #DEDEDE;
  padding-bottom: 1em;
  font-weight: 700;
  font-size: 1.5rem;
}
.p-mission__item-text {
  padding-top: 1.5em;
  line-height: 1.875;
  color: #595959;
}

.p-business.c-section {
  padding-top: 6rem;
  padding-bottom: 6.625rem;
}
.p-business .c-section__heading-container {
  margin-bottom: 1.285em;
}
.p-business__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5.5rem;
}
.p-business__item {
  display: flex;
  flex-direction: row-reverse;
  gap: 7.25rem;
}
.p-business__item:nth-of-type(even) {
  flex-direction: row;
}
.p-business__item:nth-of-type(even) .p-business__item-number {
  right: auto;
  left: 0;
  padding-right: 0;
  padding-left: 0.5625em;
}
.p-business__item:nth-of-type(even) .p-business__item-number::before {
  right: auto;
  left: 0;
  border-right: none;
  border-left: 0.3em solid #EA86AB;
}
.p-business__item:nth-of-type(1) .p-business__item-right {
  padding-right: 12rem;
}
.p-business__item:nth-of-type(2) .p-business__item-right {
  padding-left: 12.25rem;
}
.p-business__item:nth-of-type(3) .p-business__item-right {
  padding-right: 10.9375rem;
}
@media screen and (max-width: 768px) {
  .p-business__item {
    display: block;
  }
  .p-business__item:nth-of-type(1) .p-business__item-right, .p-business__item:nth-of-type(2) .p-business__item-right, .p-business__item:nth-of-type(3) .p-business__item-right {
    padding: 0;
  }
}
.p-business__item-right {
  position: relative;
  width: 40%;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .p-business__item-right {
    width: 100%;
    margin-bottom: 1.5rem;
  }
}
.p-business__item-heading-container {
  border-bottom: 1px solid #DEDEDE;
  padding: 1em 0 1.5em;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 700;
}
.p-business__item-subheading {
  margin-bottom: 1.2em;
  font-size: 0.833em;
  color: #D60050;
}
.p-business__item-subheading em {
  font-size: 1.2em;
}
.p-business__item-text {
  padding-top: 2.25em;
  color: #595959;
}
.p-business__item-number {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  padding-right: 0.5625em;
  line-height: 1;
  color: #EA86AB;
  font-size: 6rem;
  font-weight: 700;
}
.p-business__item-number::before {
  content: "";
  position: absolute;
  height: 100%;
  top: calc(50% + 5px);
  right: 0;
  transform: translateY(-50%);
  border-top: 0.15em solid transparent;
  border-right: 0.3em solid #EA86AB;
  border-bottom: 0.15em solid transparent;
}
@media screen and (max-width: 768px) {
  .p-business__item-number {
    right: auto;
    left: 0;
    padding-right: 0;
    padding-left: 0.5625em;
  }
  .p-business__item-number::before {
    right: auto;
    left: 0;
    border-right: none;
    border-left: 0.3em solid #EA86AB;
  }
}
@media screen and (max-width: 576px) {
  .p-business__item-number {
    font-size: clamp(52px, 1.4vw, 80px);
  }
}
@media screen and (max-width: 768px) {
  .p-business__item-image {
    width: 50%;
    margin: 0 auto;
  }
}

.p-strengths.c-section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.p-strengths .c-section__heading-container {
  margin-bottom: 1.14em;
}
.p-strengths__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(4, auto);
  gap: 0 2.75rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__list {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 2rem;
    max-width: 36rem;
    margin: 0 auto;
  }
}
.p-strengths__item {
  grid-row: 1/span 4;
  display: grid;
  grid-template-rows: subgrid;
  background-color: #fff;
  padding: 0.625rem 1.625rem 2.25rem;
}
@media screen and (max-width: 768px) {
  .p-strengths__item {
    display: block;
    grid-row: auto;
  }
}
.p-strengths__item-number {
  display: block;
  margin-left: -0.9375rem;
  margin-bottom: 0.875rem;
  line-height: 1;
  font-size: 4.5625rem;
  font-weight: bold;
  color: #F3BACF;
  letter-spacing: -0.01em;
}
.p-strengths__item-image {
  width: 7.125rem;
  margin: 0 auto 2.25rem;
}
.p-strengths__item-heading {
  margin-bottom: 1em;
  text-align: center;
  font-weight: bold;
}
.p-strengths__item-text {
  font-size: 0.875rem;
}

.p-company.c-section {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
}
.p-company__table-container {
  max-width: 55rem;
  margin: 0 auto;
  padding: 3.5rem 4rem 2.5rem;
  background-color: #fff;
}
@media screen and (max-width: 576px) {
  .p-company__table-container {
    padding: 2rem 1.5rem 3rem;
  }
}
.p-company__table {
  border-collapse: collapse;
  width: 100%;
}
.p-company__table-row {
  border-bottom: 1px solid #E0E0E0;
}
.p-company__table-row:first-of-type .p-company__table-head,
.p-company__table-row:first-of-type .p-company__table-data {
  padding-top: 0;
}
.p-company__table-head, .p-company__table-data {
  padding: 1.5em 0;
}
.p-company__table-head {
  text-align: left;
  vertical-align: top;
  padding-right: 1.5em;
}
.p-company__table-data {
  color: #595959;
}

.p-contact.c-section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p-contact.c-section::after {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
  z-index: -10;
  background-color: #D60050;
}
.p-contact.c-section::before {
  opacity: 0.7;
  background: url("../images/bg_logo_02.png") no-repeat 110%/35%;
}
.p-contact__inner {
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(22px);
  border-radius: 0.5rem;
  padding: 4.6875rem;
}
@media screen and (max-width: 576px) {
  .p-contact__inner {
    padding: 3rem 1.5rem;
  }
}
.p-contact__text {
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 2.75em;
}
@media screen and (max-width: 576px) {
  .p-contact__text {
    font-size: 1rem;
  }
}
.p-contact__button {
  width: 80%;
  max-width: 21.5rem;
  margin: 0 auto;
  font-size: 1.25rem;
}
@media screen and (max-width: 576px) {
  .p-contact__button {
    font-size: 1.2rem;
  }
}

.p-form-container {
  max-width: 67rem;
}

.p-form__row {
  display: flex;
  gap: 5%;
  padding: 2.5rem 0;
  border-bottom: 1px solid #DEDEDE;
}
.p-form__row:first-of-type {
  padding-top: 0;
}
.p-form__row:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
@media screen and (max-width: 576px) {
  .p-form__row {
    display: block;
  }
}
.p-form__term {
  width: 30%;
  font-size: 1.125rem;
}
.p-form__term p {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 15%;
}
@media screen and (max-width: 576px) {
  .p-form__term p {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .p-form__term {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.p-form__required {
  display: block;
  background-color: #D60050;
  border-radius: 0.1875em;
  padding: 0 1.25em;
  white-space: nowrap;
  font-size: 1rem;
  color: #fff;
}
@media screen and (max-width: 576px) {
  .p-form__required {
    display: inline;
    background-color: transparent;
    padding: 0;
    color: #D60050;
  }
}
.p-form__description {
  width: 65%;
}
@media screen and (max-width: 576px) {
  .p-form__description {
    width: 100%;
  }
}
.p-form__name-container p {
  display: flex;
  gap: 5%;
}
.p-form__privacy-text-container {
  height: 12.125rem;
  overflow-y: scroll;
  border: 1px solid #8A8A8A;
  border-radius: 0.5em;
  padding: 1.5em 0;
}
.p-form__privacy-text {
  width: 85%;
  margin: auto;
  font-size: 0.875rem;
  line-height: 2;
  color: #8A8A8A;
  counter-reset: heading;
}
.p-form__privacy-text > p {
  margin-top: 1em;
}
.p-form__privacy-text > p:first-child {
  margin-top: 0;
}
.p-form__privacy-text > h4 {
  margin: 1em 0;
  counter-increment: heading;
}
.p-form__privacy-text > h4::before {
  content: counter(heading) ".";
}
.p-form__privacy-text > h4:first-child {
  margin-top: 0;
}
.p-form__privacy-text > hr {
  width: 2em;
  margin: 1em auto 1em 0;
}
.p-form__privacy-checkbox {
  display: block;
  margin-top: 2em;
}
@media screen and (max-width: 576px) {
  .p-form__privacy-checkbox {
    text-align: center;
  }
}
.p-form__privacy-checkbox > * {
  margin: 0;
}
.p-form__privacy-checkbox input {
  margin-right: 0.5em;
}
.p-form__submit {
  display: block;
  width: 12.25rem;
  background: linear-gradient(90deg, #F53D82 0%, #D60050 80%);
  border-radius: 0.5em;
  margin: 4rem auto 0;
  padding: 0.75em 1em;
  color: #fff;
}

.p-thanks {
  position: relative;
}
.p-thanks::after, .p-thanks::before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  top: 0;
  left: calc(50% - 50vw);
}
.p-thanks::after {
  background-color: #FAFAFA;
  z-index: -10;
}
.p-thanks::before {
  z-index: -1;
  opacity: 0.7;
  background: url("../images/bg_logo_02.png") no-repeat 105% 10vw/45%;
}
@media screen and (max-width: 768px) {
  .p-thanks::before {
    background-size: 80%;
    background-position: 150% bottom;
  }
}
.p-thanks__inner {
  max-width: 57rem;
  margin: 0 auto;
  padding: 10.125rem 2rem 10.8125rem;
}
.p-thanks__heading-container {
  font-size: 4rem;
  margin-bottom: 1.34em;
  text-align: center;
}
.p-thanks__heading {
  font-family: "crimson text", serif;
  font-weight: 700;
}
@media screen and (max-width: 576px) {
  .p-thanks__heading {
    font-size: 0.75em;
  }
}
.p-thanks__subheading {
  font-size: 0.25em;
}
.p-thanks__text {
  text-align: center;
  font-size: 1.125rem;
}
.p-thanks__button {
  display: block;
  width: 13.75rem;
  margin: 12.5rem auto 0;
  padding: 0.75em 1em;
  border: 1px solid #D60050;
  border-radius: 9999px;
  text-align: center;
  font-weight: 700;
  color: #D60050;
}

.p-menu-sp {
  background-color: #fff;
  padding: 5.7142857143rem 1.4285714286rem;
}
.p-menu-sp__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: block;
  width: 2rem;
  height: 2rem;
}
.p-menu-sp__close::before, .p-menu-sp__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: center;
  width: 141.4%;
  height: 4px;
  background-color: #D60050;
}
.p-menu-sp__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.p-menu-sp__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.p-menu-sp__logo {
  width: 100%;
  max-width: 28.5714285714rem;
  margin: 0 auto;
}
.p-menu-sp__list {
  font-size: 1.1428571429rem;
}
.p-menu-sp__item-link {
  display: block;
  text-align: center;
  padding: 1em 0;
}
.p-menu-sp__button {
  margin: 1rem auto;
}

/* utility */
.u-break--xxl {
  display: none;
}
@media screen and (max-width: 1440px) {
  .u-break--xxl {
    display: block;
  }
}
.u-break--xl {
  display: none;
}
@media screen and (max-width: 1200px) {
  .u-break--xl {
    display: block;
  }
}
.u-break--lg {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-break--lg {
    display: block;
  }
}
.u-break--md {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-break--md {
    display: block;
  }
}
.u-break--sm {
  display: none;
}
@media screen and (max-width: 576px) {
  .u-break--sm {
    display: block;
  }
}

.u-inline--xxl {
  display: block;
}
@media screen and (max-width: 1440px) {
  .u-inline--xxl {
    display: none;
  }
}
.u-inline--xl {
  display: block;
}
@media screen and (max-width: 1200px) {
  .u-inline--xl {
    display: none;
  }
}
.u-inline--lg {
  display: block;
}
@media screen and (max-width: 992px) {
  .u-inline--lg {
    display: none;
  }
}
.u-inline--md {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-inline--md {
    display: none;
  }
}
.u-inline--sm {
  display: block;
}
@media screen and (max-width: 576px) {
  .u-inline--sm {
    display: none;
  }
}

.u-display--pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-display--pc {
    display: none;
  }
}
.u-display--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display--sp {
    display: block;
  }
}

.u-display-flex--pc {
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-display-flex--pc {
    display: none;
  }
}
.u-display-flex--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display-flex--sp {
    display: flex;
  }
}

.u-display-inline--pc {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u-display-inline--pc {
    display: none;
  }
}
.u-display-inline--sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-display-inline--sp {
    display: inline;
  }
}

.u-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}