@charset "UTF-8";
:root {
  --padding: 16px;
  --page-inline-padding-sp: 1rem;
  --section-padding-block-sp: 3.5rem 10rem;
  --section-padding-block-md: 5rem 12.5rem;
  --section-overlap-offset: -7.5rem;
  --color-black: #121515;
  --color-text: #121515;
  --color-text-dark: #333;
  --color-text-white: #fff;
  --color-bg-white: #fff;
  --color-primary: #1D1E5A;
  --color-bg-light-blue: #e2f0ff;
  --color-bg-table-header: #edf6ff;
  --font-noto: "Noto Sans JP", sans-serif;
}

html {
  font-size: 16px;
}
@media screen and (max-width: 360px) {
  html {
    font-size: clamp(0.9375rem, 0.4375rem + 2.5vw, 1rem);
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(0.625rem, -0.0416666667rem + 1.3888888889vw, 1rem);
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 16px;
  }
}

body {
  min-height: 100vh;
  font-family: var(--font-noto);
  font-weight: 400;
  line-height: 1.6;
  color: var(--color-text-dark);
}

picture {
  display: block;
}

a {
  text-decoration: none;
}

section {
  overflow: hidden;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
}

main {
  display: block;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

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

.skip-link {
  position: absolute;
  top: -3rem;
  left: 1rem;
  padding: 0.5rem 1rem;
  background: var(--color-primary);
  color: var(--color-bg-white);
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 0.25rem;
  z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus {
  top: 0.5rem;
}

.l-body {
  flex-direction: column;
}
.l-body > * {
  width: 100%;
}

.l-footer__inner {
  background: var(--color-bg-white);
  padding: 1rem;
}

.l-mainvisual {
  background: var(--color-bg-white);
  padding: 5rem 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .l-mainvisual {
    padding: 0;
    position: relative;
  }
}

.l-troubles {
  background-image: url("../images/read/background.png");
  background-size: cover;
  background-position: center;
}

.l-reason-01 {
  background: var(--color-bg-white);
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-reason-01 {
    padding-block: 5rem;
  }
}

.l-reason-02 {
  background: #F6F8F8;
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-reason-02 {
    padding-block: 5rem;
  }
}

.l-reason-03 {
  background: var(--color-bg-white);
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .l-reason-03 {
    padding-block: 5rem;
  }
}

.l-reason-cta {
  background: var(--color-bg-white);
  padding-block: 3rem 4rem;
}
@media screen and (min-width: 768px) {
  .l-reason-cta {
    padding-block: 1.5rem 2.5rem;
  }
}

.l-cases {
  background: #F6F8F8;
  padding-block: 5rem;
}

.l-flow {
  background: #F6F8F8;
  padding-block: 4rem 3rem;
}

.l-flow-cta {
  background: #F6F8F8;
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .l-flow-cta {
    margin-top: 5rem;
  }
}

.c-cta-area.l-flow-cta {
  padding: 0;
}

.l-record {
  background: var(--color-bg-white);
  padding-block: 3.5rem 4rem;
}

.l-pr {
  background: var(--color-primary);
  padding-block: 3.75rem;
}
@media screen and (min-width: 768px) {
  .l-pr {
    padding-block: 7.5rem;
  }
}

.l-contact {
  background: #F6F8F8;
  padding-block: 3.375rem;
}
@media screen and (min-width: 768px) {
  .l-contact {
    padding-block: 4.375rem;
  }
}

.l-corp-footer {
  background: #121513;
}

.c-button__wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  margin-bottom: min(var(--button-bottom-vw), var(--button-bottom-space));
}

.c-button {
  overflow: hidden;
  width: 90%;
  display: block;
  margin-inline: auto;
  animation: balloon 1.5s infinite ease-out;
}
.c-button * {
  pointer-events: none;
}

.c-button--shine::before {
  position: absolute;
  content: "";
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.85) 45%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-45deg);
}
.c-button--shine:hover::before {
  animation: shine-btn 1.8s cubic-bezier(0.55, 0.085, 0.68, 0.53) forwards;
}

@keyframes shine-btn {
  0% {
    left: -100%;
  }
  10% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}
.c-button--balloon {
  animation: balloon 2.5s ease-in-out infinite;
}

@keyframes balloon {
  0% {
    transform: scale(0.95);
  }
  10% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.95);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(0.95);
  }
}
.c-fixedBtn {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0.25rem;
  transition: opacity 0.3s ease-in-out;
}
.c-fixedBtn.is-visible {
  opacity: 1;
  pointer-events: auto;
}
.c-fixedBtn a {
  display: block;
  width: 90%;
  max-width: 22.5rem;
  margin-top: 0.25rem;
}
.c-fixedBtn a img {
  width: 100%;
  height: auto;
}

.c-cta-btn--primary {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.1875rem 1rem;
  background: var(--color-primary);
  border-radius: calc(infinity * 1px);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-bg-white);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-cta-btn--primary {
    font-size: 1.75rem;
  }
}
.c-cta-btn--primary {
  border: 1px solid var(--color-primary);
}
.c-cta-btn--primary:hover {
  background: var(--color-bg-white);
  color: var(--color-primary);
}

.c-cta-btn--outline {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.1875rem 1rem;
  background: #fff;
  border-radius: calc(infinity * 1px);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: #848483;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .c-cta-btn--outline {
    font-size: 1.75rem;
  }
}
.c-cta-btn--outline {
  border: 1px solid #848483;
}
.c-cta-btn--outline:hover {
  background: #848483;
  color: #fff;
}

.c-cta-area {
  display: grid;
  gap: 1rem;
  justify-content: center;
  grid-template-columns: repeat(2, 1fr);
  padding-inline: var(--page-inline-padding-sp);
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-cta-area {
    padding-inline: 40px;
  }
}

.c-cta-area__btn {
  flex: 1;
}
@media screen and (min-width: 768px) {
  .c-cta-area__btn {
    flex: none;
    width: 100%;
  }
}

.c-title__label {
  font-size: 1rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0;
  line-height: 2.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title__label {
    font-size: 1.125rem;
    line-height: 2.2222222222;
  }
}
.c-title__label.-white {
  color: var(--color-text-white);
}

.c-title__h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-title__h2 {
    font-size: 1.75rem;
    line-height: 1.4285714286;
  }
}
.c-title__h2.-white {
  color: var(--color-text-white);
}

.c-failure-box {
  position: relative;
  background: #F8F8F8;
  padding: 1.5rem;
  border: 3px solid #D3D3D3;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-failure-box {
    padding: 3.125rem 1rem;
    gap: 1.5rem;
  }
}
.c-failure-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 99%);
  width: 1.5rem;
  height: 1rem;
  background: #D3D3D3;
  z-index: 1;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
}
@media screen and (min-width: 768px) {
  .c-failure-box::before {
    width: 3.375rem;
    height: 2.375rem;
  }
}

.c-failure-box__title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #D3D3D3;
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .c-failure-box__title {
    font-size: 1.75rem;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 1rem;
  }
}

.c-failure-box__list {
  display: grid;
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  width: fit-content;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-failure-box__list {
    grid-template-columns: repeat(3, 17.5rem);
    gap: 1rem;
  }
}

.c-failure-box--white {
  background: #fff;
}

@media screen and (min-width: 768px) {
  .c-failure-box__list--4col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.c-failure-box__item {
  --fp-icon-size: 2.25rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .c-failure-box__item {
    text-align: center;
    flex-direction: column;
    --fp-icon-size: 4rem;
  }
}

.c-failure-box__icon-wrap {
  flex-shrink: 0;
  width: 3.4375rem;
  height: 3.4375rem;
  border-radius: 50%;
  background: #fff;
  border: 3px solid #D3D3D3;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .c-failure-box__icon-wrap {
    width: 6.25rem;
    height: 6.25rem;
  }
}
.c-failure-box__icon-wrap img {
  width: var(--fp-icon-size);
  height: var(--fp-icon-size);
  display: block;
  object-fit: contain;
}

.c-failure-box__name {
  font-size: 1rem;
  flex: 1;
  line-height: 1.6;
  color: var(--color-text-dark);
  margin: 0;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-failure-box__name {
    font-size: 1.125rem;
  }
}
.c-failure-box__name br {
  display: none;
}
@media screen and (min-width: 768px) {
  .c-failure-box__name br {
    display: block;
  }
}

.c-approach-box-header {
  background: var(--color-primary);
  color: #fff;
  text-align: center;
  padding: 1.25rem 1rem;
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-approach-box-header {
    font-size: 1.75rem;
  }
}

.p-footer__menu {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.p-footer__menu-item a {
  color: #fff;
  font-size: 12px;
  text-decoration: underline;
}

.p-footer {
  position: relative;
  padding-block: 3.5rem 3rem;
  background-image: url("../images/footer/footer-background_sp.png");
  background-size: cover;
  background-position: top center;
  border-radius: 5rem 0 0 0;
  overflow: hidden;
  margin-block-start: var(--section-overlap-offset);
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-block: 4.125rem 4.8125rem;
    background-image: url("../images/footer/footer-background_pc.png");
  }
}

.p-footer__inner {
  position: relative;
  max-width: 60rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
@media screen and (min-width: 768px) {
  .p-footer__inner {
    padding-inline: 0;
  }
}

.p-footer__h2 {
  color: var(--color-bg-white);
}

.p-footer__sep {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-footer__sep {
    display: block;
    width: 1px;
    height: 2rem;
    background: rgba(255, 255, 255, 0.3);
  }
}

.p-footer__en {
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .p-footer__en {
    font-size: 1.5rem;
  }
}

.p-footer__desc {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
}
.p-footer__desc span {
  font-weight: 400;
  font-size: 0.8125rem;
}

.p-footer__form {
  background: var(--color-bg-white);
  padding: 1rem 1rem 1.5rem;
  border-radius: 2rem 2rem 2rem 0;
}
@media screen and (min-width: 768px) {
  .p-footer__form {
    padding: 1.5rem 0.5rem;
  }
}

.p-footer__note {
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
}
.p-footer__note a {
  color: inherit;
  text-decoration: underline;
}

.p-footer__copyright {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
}

.p-faq__contents {
  padding: 0 var(--page-inline-padding-sp);
  display: grid;
  gap: 1.5rem 0;
}

.p-faq__question {
  cursor: pointer;
  position: relative;
  color: #fff;
}
.p-faq__question::before, .p-faq__question::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: var(--faq-toggle-top);
  width: 0.625rem;
  height: 2px;
  background: currentColor;
  transform: translateY(-50%);
}
.p-faq__question::after {
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.3s ease;
}
.p-faq__question.is-open::after {
  transform: translateY(-50%) rotate(0deg);
}

.p-faq__answer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.3s ease;
}
.p-faq__answer.is-open {
  grid-template-rows: 1fr;
}

.p-faq__answer-inner {
  overflow: hidden;
}

.p-faq__answer img, .p-faq__question img {
  width: 100%;
  height: auto;
}

.p-cta-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.1875rem 1rem;
  background: transparent;
  border-radius: calc(infinity * 1px);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-bg-white);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-cta-btn {
    font-size: 1.75rem;
  }
}
.p-cta-btn {
  display: inline-flex;
  min-height: 4rem;
  width: 100%;
  max-width: 16.5rem;
}
.p-cta-btn--dark {
  background: var(--color-text-dark);
}
.p-cta-btn--primary {
  background: var(--color-primary);
}

.p-section-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-section-title {
    flex-direction: row;
    align-items: center;
    gap: 1.5rem;
  }
}
.p-section-title--session {
  margin-top: 2.5rem;
}

.p-section-title__h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-section-title__h2 {
    font-size: 2.5rem;
  }
}

.p-section-title__sep {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-section-title__sep {
    display: block;
    width: 1px;
    height: 2rem;
    background: var(--color-text-dark);
  }
}
.p-section-title__sep--footer {
  background: #fff;
}

.p-section-title__en {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-text-dark);
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
}
@media screen and (min-width: 768px) {
  .p-section-title__en {
    font-size: 1.5rem;
    line-height: 29 24;
  }
}
.p-section-title__en--footer {
  color: #fff;
}

.p-section-sessions {
  overflow: visible;
  display: flow-root;
  position: relative;
  z-index: 1;
  background: #EFEFEF;
  margin-top: -5rem;
  border-radius: 5rem 0 0 0;
}

.p-header {
  position: fixed;
  top: 0;
  z-index: 100;
  background: var(--color-bg-white);
  width: 100%;
  box-shadow: 0 0 0.3125rem 0 rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 768px) {
  .p-header {
    padding: 0.75rem 0;
    left: 0;
    width: 100%;
    transition: background-color 0.3s ease;
    background: transparent;
    box-shadow: none;
    padding-inline: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .p-header.is-session-active {
    background: #0076F4;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding-inline: 1.5rem;
    padding-block: 0.75rem;
    border-radius: calc(infinity * 1px);
    overflow: hidden;
    backdrop-filter: blur(8px);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
  }
}

.p-header__logo {
  width: 9.0625rem;
  display: block;
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .p-header__logo {
    padding: 0;
    width: 8.5625rem;
  }
}
.p-header__logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0);
}

@media screen and (min-width: 768px) {
  .p-header__menu {
    display: flex;
    align-items: center;
    gap: 1.875rem;
  }
}

.p-header__menu-btn {
  --button-size: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.625rem;
  background: none;
  border: none;
  padding: 0.625rem;
  cursor: pointer;
  width: var(--button-size);
  height: var(--button-size);
}
@media screen and (min-width: 768px) {
  .p-header__menu-btn {
    display: none;
  }
}

.p-header__menu-bar {
  display: block;
  width: 1.5rem;
  height: 1px;
  background: var(--color-text);
  border-radius: 1px;
  transition: transform 0.3s, opacity 0.3s;
}

.p-header__nav {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .p-header__nav-list {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    list-style: none;
  }
}

.p-header__nav-item a {
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text);
  text-decoration: none;
  line-height: 1.1428571429;
  transition: color 0.3s ease;
}
.p-header__nav-item a:hover {
  color: var(--color-primary);
}

.p-header__nav-sep {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__nav-sep {
    display: block;
    width: 1px;
    height: 1.375rem;
    background: var(--color-text-dark);
    opacity: 0.3;
  }
}

.p-header__cta {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__cta {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.6875rem 1.9375rem;
    background: #1D1E5A;
    border: 1px solid #1D1E5A;
    border-radius: calc(infinity * 1px);
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--color-bg-white);
    text-decoration: none;
    white-space: nowrap;
    text-align: center;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
  }
  .p-header__cta:hover {
    background: var(--color-bg-white);
    color: #1D1E5A;
  }
}

@media screen and (min-width: 768px) {
  .p-header__cta--outline {
    background: #fff;
    color: #848483;
    border: 1px solid #848483;
  }
  .p-header__cta--outline:hover {
    background: #848483;
    color: #fff;
  }
}

.p-header__button-wrap {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-header__button-wrap {
    display: flex;
    align-items: center;
    gap: 0.625rem;
  }
}

.p-drawer {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--color-bg-white);
  overflow-y: auto;
  height: fit-content;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25);
}
.p-drawer.is-open {
  display: block;
}

.p-drawer__inner {
  display: flex;
  flex-direction: column;
  padding: 0.5rem 1rem 1rem;
}

.p-drawer__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
}

.p-drawer__logo {
  display: block;
  width: 9.0625rem;
  padding: 1rem;
}
.p-drawer__logo img {
  width: 100%;
  height: auto;
  display: block;
  filter: brightness(0);
}

.p-drawer__close {
  --button-size: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0.5rem;
  cursor: pointer;
  color: var(--color-text-dark);
  width: var(--button-size);
  height: var(--button-size);
}

.p-drawer__nav-list,
.p-drawer__nav-sub {
  list-style: none;
}

.p-drawer__nav-sub {
  margin-top: 1.5rem;
}

.p-drawer__nav-item {
  border-bottom: 1px dashed var(--color-text);
}
.p-drawer__nav-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0 0.625rem;
  font-size: 1rem;
  font-weight: 400;
  color: var(--color-text-dark);
  text-decoration: none;
  position: relative;
  width: 100%;
  transition: color 0.3s ease;
}
.p-drawer__nav-item a:hover {
  color: var(--color-primary);
}
.p-drawer__nav-item a::after {
  content: "＞";
  font-size: 0.75rem;
}

.p-drawer__cta-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.625rem;
  margin-top: 2.125rem;
}

.p-drawer__cta {
  flex-shrink: 0;
  font-size: 0.9375rem;
}

.p-hero {
  position: relative;
  padding-block: 5rem 12.5rem;
}
@media screen and (min-width: 768px) {
  .p-hero {
    padding-block: 8rem 12.5rem;
  }
}

.p-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.p-hero__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-hero__inner {
    max-width: 60rem;
    margin-inline: auto;
    padding-inline: 0;
  }
}

.p-hero__logo {
  width: 14.875rem;
  height: 1.375rem;
  display: block;
}
.p-hero__logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.p-hero__logo-text-area {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-hero__heading {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-bg-white);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-hero__heading {
    font-size: 4rem;
  }
}

.p-hero__subtitle {
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-bg-white);
}
@media screen and (min-width: 768px) {
  .p-hero__subtitle {
    font-size: 1.375rem;
  }
}

.p-hero__cta-area {
  display: flex;
  flex-direction: column;
  gap: 1.5625rem;
}
@media screen and (min-width: 768px) {
  .p-hero__cta-area {
    flex-direction: row;
    align-items: center;
  }
}

.p-hero__cta {
  --cta-width-md: 15rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 1.1875rem 1rem;
  background: var(--color-text-dark);
  border-radius: calc(infinity * 1px);
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  color: var(--color-bg-white);
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}
@media screen and (min-width: 768px) {
  .p-hero__cta {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-hero__cta {
    width: var(--cta-width-md);
    flex-shrink: 0;
  }
}

.p-hero__meta {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.p-hero__date-row {
  display: flex;
  gap: 0.25rem;
  flex-direction: column;
  align-items: baseline;
}
@media screen and (min-width: 768px) {
  .p-hero__date-row {
    align-items: flex-end;
    gap: 1.5rem;
    flex-direction: row;
  }
}

.p-hero__date {
  display: flex;
  align-items: flex-end;
  gap: 0.25rem;
}

.p-hero__date, .p-hero__time {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-hero__date::after, .p-hero__time::after {
    content: "";
    display: block;
    height: 2rem;
    width: 1px;
    background: var(--color-bg-white);
    margin-left: 1.5rem;
  }
}

.p-hero__year {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--color-bg-white);
}

.p-hero__month-day {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  color: var(--color-bg-white);
}
.p-hero__month-day .month,
.p-hero__month-day .day-suffix {
  font-size: 2rem;
}

.p-hero__day-badge {
  --badge-size: 1.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: var(--badge-size);
  height: var(--badge-size);
  background: var(--color-bg-white);
  border-radius: calc(infinity * 1px);
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 700;
  color: #0174f0;
  flex-shrink: 0;
}

.p-hero__time,
.p-hero__free {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--color-bg-white);
  letter-spacing: 0.02em;
  line-height: 1.2083333333;
}
@media screen and (min-width: 768px) {
  .p-hero__time,
  .p-hero__free {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}

.p-hero__place {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--color-bg-white);
  letter-spacing: 0.02em;
  line-height: 1.2142857143;
}
@media screen and (min-width: 768px) {
  .p-hero__place {
    font-size: 1.5rem;
  }
}

.p-speakers__wrap {
  padding: 0 var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-speakers__wrap {
    padding: 0;
  }
}

.p-speakers {
  --panel-corner-radius: 5rem;
  padding: 1.5rem;
  background: var(--color-bg-white);
  border-radius: var(--panel-corner-radius) var(--panel-corner-radius) var(--panel-corner-radius) 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.08);
  gap: 1rem;
  display: grid;
  margin-top: -5rem;
}
@media screen and (min-width: 768px) {
  .p-speakers {
    max-width: 60rem;
    margin-inline: auto;
    padding: 1.5rem 2.5rem;
  }
}

.p-speakers__headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
}

.p-speakers__head {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: center;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-speakers__head {
    flex-direction: row;
    gap: 0;
  }
}

.p-speakers__h2 {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-speakers__h2 {
    font-size: 1.5rem;
  }
}

.p-speakers__sub {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-speakers__sub {
    font-size: 1rem;
  }
}

.p-speakers__desc {
  font-size: 0.875rem;
  font-weight: 500;
  color: #666;
  text-align: center;
}

.p-speakers__area {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .p-speakers__area {
    flex-direction: row;
    justify-content: space-between;
  }
}

.p-speakers__group {
  display: flex;
  flex-direction: column;
}

.p-speakers__category {
  font-size: 0.875rem;
  font-weight: 700;
  color: #aaa;
}

.p-speakers__logos {
  display: grid;
  gap: 0 0.5rem;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-speakers__logos {
    grid-template-columns: repeat(2, 8rem);
  }
}
@media screen and (min-width: 768px) {
  .p-speakers__logos--casestudy {
    grid-template-columns: repeat(4, 8rem);
  }
}

.p-speakers__logo-item {
  --logo-width: 8rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-speakers__logo-item {
    width: var(--logo-width);
  }
}
.p-speakers__logo-item img {
  width: 100%;
  height: auto;
}

.p-speakers__divider {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-speakers__divider {
    --divider-height: 10rem;
    display: block;
    width: 1px;
    background: #999;
    height: var(--divider-height);
    align-self: center;
  }
}

.p-sessions__wrap {
  overflow: hidden;
}

.p-sessions {
  padding: 2.5rem 1.5rem 10rem;
}
@media screen and (min-width: 768px) {
  .p-sessions {
    max-width: 60rem;
    margin-inline: auto;
    padding: 2.5rem 0 12.5rem;
  }
}

.p-sessions__head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.p-sessions__text {
  font-size: 0.875rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-sessions__text {
    font-size: 1rem;
  }
}
.p-sessions__text p:nth-of-type(n+2) {
  margin-top: 1.6em;
}

.p-session-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-block-start: 2.5rem;
}

.p-session-filter__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem 1rem;
  border: 1px solid var(--color-text-dark);
  border-radius: calc(infinity * 1px);
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 700;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
  background: none;
  color: var(--color-text-dark);
}
@media screen and (min-width: 768px) {
  .p-session-filter__tag {
    font-size: 0.875rem;
    line-height: 1.2142857143;
  }
}
.p-session-filter__tag.is-active, .p-session-filter__tag:hover {
  background: var(--color-text-dark);
  color: var(--color-bg-white);
}

.p-session-items {
  position: relative;
  margin-block-start: 1.5rem;
}

.p-session-items__list {
  display: flex;
  gap: 1.5rem;
  transition: transform 0.4s ease;
  will-change: transform;
  list-style: none;
}

.p-session-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  left: -1.5rem;
  width: calc(100% + 3rem);
}
@media screen and (min-width: 768px) {
  .p-session-controls {
    position: relative;
    width: 100%;
    justify-content: flex-end;
    gap: 1rem;
    top: 0;
    left: 0;
    margin-block-start: 1.5rem;
  }
}

.p-session-controls__btn,
.p-session-controls__pause {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-dark);
  padding: 0;
  transition: opacity 0.2s;
}
.p-session-controls__btn img,
.p-session-controls__pause img {
  width: 2.5rem;
}
.p-session-controls__btn:hover,
.p-session-controls__pause:hover {
  opacity: 0.6;
}
.p-session-controls__btn:disabled,
.p-session-controls__pause:disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}

.p-session-controls__pause {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--color-text-dark);
  border-radius: 50%;
  display: none;
}
@media screen and (min-width: 768px) {
  .p-session-controls__pause {
    display: flex;
  }
}

.p-session-controls__pause-icon {
  position: relative;
  display: block;
  width: 0.875rem;
  height: 0.875rem;
}
.p-session-controls__pause-icon span {
  position: absolute;
  display: block;
  background: currentColor;
}
.p-session-controls__pause-icon span:nth-child(1),
.p-session-controls__pause-icon span:nth-child(2) {
  top: 0;
  width: 3px;
  height: 100%;
}
.p-session-controls__pause-icon span:nth-child(1) {
  left: 1px;
}
.p-session-controls__pause-icon span:nth-child(2) {
  right: 1px;
}
.p-session-controls__pause-icon span:nth-child(3) {
  inset: 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0;
}

.p-session-controls__pause[aria-pressed=true] .p-session-controls__pause-icon span:nth-child(1),
.p-session-controls__pause[aria-pressed=true] .p-session-controls__pause-icon span:nth-child(2) {
  opacity: 0;
}
.p-session-controls__pause[aria-pressed=true] .p-session-controls__pause-icon span:nth-child(3) {
  opacity: 1;
}

.p-sessions__cta {
  margin-block-start: 2.5rem;
  text-align: center;
}

.p-session-item {
  flex-shrink: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-session-item {
    width: 27.5rem;
  }
}

.p-session-item__inner {
  --card-corner-radius: 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.75rem;
  border: 1px solid var(--color-text-dark);
  border-radius: var(--card-corner-radius) var(--card-corner-radius) var(--card-corner-radius) 0;
  height: 100%;
  min-height: 29rem;
  background: var(--color-bg-white);
}

.p-session-item__speaker {
  display: flex;
  flex-direction: row;
  gap: 0.75rem;
  align-items: flex-start;
}

.p-session-item__photo {
  --photo-size: 5.5rem;
  width: var(--photo-size);
  height: var(--photo-size);
  flex-shrink: 0;
  overflow: hidden;
}
.p-session-item__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-session-item__speaker-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  flex: 1;
  min-width: 0;
}

.p-session-item__company {
  font-size: 0.625rem;
  font-weight: 700;
}

.p-session-item__name {
  font-size: 0.875rem;
  font-weight: 700;
}

.p-session-item__body {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  flex: 1;
}

.p-session-item__time-title {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.p-session-item__time {
  font-size: 0.75rem;
  font-weight: 700;
  color: #666666;
}

.p-session-item__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.p-session-item__desc {
  font-size: 0.75rem;
  font-weight: 400;
}

.p-session-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.p-session-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-text-dark);
  border-radius: calc(infinity * 1px);
  padding: 0.25rem 0.75rem;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.1818181818;
  white-space: nowrap;
}

.p-section-timetable {
  --section-corner-radius-sp: 3.75rem;
  --section-corner-radius-md: 5rem;
  background: var(--color-bg-white);
  padding-block: var(--section-padding-block-sp);
  border-radius: 0 var(--section-corner-radius-sp) 0 0;
  position: relative;
  z-index: 2;
  margin-top: var(--section-overlap-offset);
}
@media screen and (min-width: 768px) {
  .p-section-timetable {
    padding-block: var(--section-padding-block-md);
    border-radius: 0 var(--section-corner-radius-md) 0 0;
  }
}

.p-timetable {
  max-width: 60rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-timetable {
    padding-inline: 0;
  }
}

.p-timetable__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-timetable__controls {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: flex-end;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__controls {
    display: none;
  }
}

.p-timetable__ctrl-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--color-text-dark);
  padding: 0;
  transition: opacity 0.2s;
}
.p-timetable__ctrl-btn:hover {
  opacity: 0.6;
}
.p-timetable__ctrl-btn:disabled {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-timetable__ctrl-btn {
    display: none;
  }
}

.p-timetable__wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__wrap {
    margin-block-start: 2rem;
  }
}

.p-timetable__table {
  --time-column-width: 5.5rem;
  --header-cell-corner-radius: 1.5rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-timetable__table {
    min-width: 0;
    table-layout: fixed;
  }
}

@media screen and (min-width: 768px) {
  .p-timetable__venue {
    width: calc((100% - var(--time-column-width)) / 3);
  }
}
.p-timetable__row--header .p-timetable__time {
  background: #a6a6a6;
  border-radius: var(--header-cell-corner-radius) var(--header-cell-corner-radius) var(--header-cell-corner-radius) 0;
  font-size: 0.875rem;
  text-align: center;
}
.p-timetable__row--header .p-timetable__venue {
  border-radius: var(--header-cell-corner-radius) var(--header-cell-corner-radius) var(--header-cell-corner-radius) 0;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  padding: 0.5rem 0.25rem;
}
.p-timetable__row--header .p-timetable__venue--a {
  background: var(--color-timetable-a);
  color: rgba(255, 255, 255, 0.98);
}
.p-timetable__row--header .p-timetable__venue--b {
  background: var(--color-timetable-b);
  color: #652f00;
}
.p-timetable__row--header .p-timetable__venue--c {
  background: var(--color-timetable-c);
  color: #014a49;
}

.p-timetable__time {
  position: sticky;
  left: 0;
  z-index: 2;
  flex-shrink: 0;
  width: var(--time-column-width);
  background: #efefef;
  justify-content: flex-start;
  padding: 0.75rem 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  vertical-align: middle;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-timetable__wrap.is-fading .p-timetable__venue,
  .p-timetable__wrap.is-fading .p-timetable__session {
    opacity: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-timetable__wrap[data-tt-active=a] .p-timetable__venue--b,
  .p-timetable__wrap[data-tt-active=a] .p-timetable__venue--c,
  .p-timetable__wrap[data-tt-active=a] .p-timetable__session--b,
  .p-timetable__wrap[data-tt-active=a] .p-timetable__session--c {
    display: none;
  }
  .p-timetable__wrap[data-tt-active=b] .p-timetable__venue--a,
  .p-timetable__wrap[data-tt-active=b] .p-timetable__venue--c,
  .p-timetable__wrap[data-tt-active=b] .p-timetable__session--a,
  .p-timetable__wrap[data-tt-active=b] .p-timetable__session--c {
    display: none;
  }
  .p-timetable__wrap[data-tt-active=c] .p-timetable__venue--a,
  .p-timetable__wrap[data-tt-active=c] .p-timetable__venue--b,
  .p-timetable__wrap[data-tt-active=c] .p-timetable__session--a,
  .p-timetable__wrap[data-tt-active=c] .p-timetable__session--b {
    display: none;
  }
}
.p-timetable__venue {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5rem;
}

.p-timetable__session {
  vertical-align: top;
  padding: 0.5rem 0.75rem;
  line-height: 1.6;
  color: var(--color-text-dark);
}
.p-timetable__session--a {
  background: var(--color-timetable-a-light);
}
.p-timetable__session--a:empty {
  background: var(--color-timetable-a-empty);
}
.p-timetable__session--b {
  background: var(--color-timetable-b-light);
}
.p-timetable__session--b:empty {
  background: var(--color-timetable-b-empty);
}
.p-timetable__session--c {
  background: var(--color-timetable-c-light);
}
.p-timetable__session--c:empty {
  background: var(--color-timetable-c-empty);
}

.p-timetable__company {
  font-size: 0.6875rem;
  font-weight: 700;
}

.p-timetable__position {
  font-size: 0.625rem;
  font-weight: 400;
}

.p-timetable__name {
  font-size: 0.6875rem;
  font-weight: 400;
}

.p-timetable__session-title {
  font-size: 0.75rem;
  font-weight: 700;
}

.p-timetable__party-cell {
  background: #efefef;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.p-section-features {
  --section-corner-radius: 5rem;
  background: var(--color-bg-light-blue);
  padding-block: var(--section-padding-block-sp);
  border-radius: var(--section-corner-radius) 0 0 0;
  margin-top: var(--section-overlap-offset);
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .p-section-features {
    padding-block: var(--section-padding-block-md);
  }
}

.p-features {
  max-width: 60rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-features {
    padding-inline: 0;
  }
}

.p-features__list {
  display: grid;
  gap: 1.5rem;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__list {
    margin-block-start: 2rem;
  }
}

.p-feature {
  --feature-card-corner-radius-sp: 3.75rem;
  --feature-card-corner-radius-md: 5rem;
  display: flex;
  align-items: stretch;
  border: 1px solid var(--color-text-dark);
  border-radius: var(--feature-card-corner-radius-sp) 0 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-feature {
    border-radius: var(--feature-card-corner-radius-md) 0 0 0;
  }
}

.p-feature__num {
  --feature-number-width-sp: 4rem;
  --feature-number-width-md: 10rem;
  flex-shrink: 0;
  width: var(--feature-number-width-sp);
  background: var(--color-primary);
  border-right: 1px solid var(--color-text-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: var(--color-bg-white);
}
@media screen and (min-width: 768px) {
  .p-feature__num {
    width: var(--feature-number-width-md);
    padding: 2rem;
    font-size: 4rem;
  }
}

.p-feature__body {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.p-feature__title {
  border-bottom: 1px solid var(--color-text-dark);
  padding: 1rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .p-feature__title {
    padding: 1rem 1.5rem;
    font-size: 2rem;
  }
}

.p-feature__desc {
  padding: 1.5rem 1rem;
  font-size: 0.75rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .p-feature__desc {
    padding: 1.5rem;
    font-size: 1rem;
  }
}

.p-features__cta {
  display: flex;
  justify-content: center;
  margin-block-start: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-features__cta {
    margin-block-start: 2rem;
  }
}

.p-section-outline {
  background: var(--color-bg-white);
  padding-block: var(--section-padding-block-sp);
  border-radius: 0 5rem 0 0;
  margin-block-start: var(--section-overlap-offset);
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 768px) {
  .p-section-outline {
    padding-block: var(--section-padding-block-md);
    margin-block-start: 10rem;
  }
}

.p-outline {
  max-width: 60rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-outline {
    padding-inline: 0;
  }
}

.p-outline__section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.p-outline__table {
  width: 100%;
  border-collapse: collapse;
}
.p-outline__table tr {
  display: flex;
}
.p-outline__table th,
.p-outline__table td {
  border: 0.5px solid #ccc;
  padding: 1rem;
}
.p-outline__table th {
  flex-shrink: 0;
  width: 6.5rem;
  background: var(--color-bg-table-header);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-outline__table th {
    width: 11rem;
    font-size: 1.25rem;
    letter-spacing: 0.07em;
  }
}
.p-outline__table td {
  flex: 1;
  min-width: 0;
  font-size: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-outline__table td {
    font-size: 0.875rem;
  }
}
.p-outline__table td .note {
  font-size: 0.625rem;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-outline__table td .note {
    font-size: 0.875rem;
  }
}
.p-outline__table td strong {
  font-weight: 700;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-outline__table td strong {
    font-size: 1.25rem;
  }
}
.p-outline__table td ul {
  padding-left: 1.5em;
}
@media screen and (min-width: 768px) {
  .p-outline__table td .-sp {
    display: none;
  }
}
.p-outline__table td .time {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-outline__table td .time {
    font-size: 1.25rem;
  }
}

.p-access__map {
  width: 100%;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  aspect-ratio: 312/205;
}
@media screen and (min-width: 768px) {
  .p-access__map {
    aspect-ratio: 960/630;
  }
}
.p-access__map img,
.p-access__map iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.p-mainvisual__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__inner {
    --mv-image-width: 43.5rem;
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: 2.5rem;
    padding-block: 8.75rem 4.375rem;
  }
}

.p-mainvisual__text {
  container-type: inline-size;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__text {
    gap: 0.5rem;
    padding-inline: 0;
  }
}

.p-mainvisual__bottom {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-inline: 0.5rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__bottom {
    padding-inline: 0;
  }
}

.p-mainvisual__service-label {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__service-label {
    font-size: min(2rem, 2.22vw);
    text-align: left;
  }
}

.p-mainvisual__heading {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  margin: 0;
}

.p-mainvisual__heading-sub {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__heading-sub {
    font-size: min(3.5625rem, 3.96vw);
    text-align: left;
  }
}

.p-mainvisual__heading-main {
  display: block;
  font-size: 2.375rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__heading-main {
    font-size: min(5.25rem, 5.83vw);
    text-align: left;
    text-shadow: 0 0 1rem rgb(255, 255, 255), 0 0 1rem rgb(255, 255, 255), 0 0 1rem rgb(255, 255, 255);
  }
}
@container (min-width: 480px) {
  .p-mainvisual__heading-main br.-sp {
    display: none;
  }
}

.p-mainvisual__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stats {
    display: flex;
    align-items: center;
    gap: 0;
  }
}

.p-mainvisual__stat {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border-right: 2px solid var(--color-text);
}
.p-mainvisual__stat:last-of-type {
  border-right: none;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stat {
    flex-direction: row;
    gap: 0;
    align-items: center;
    border: none;
  }
}

.p-mainvisual__stat-label {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stat-label {
    font-size: 1.625rem;
  }
}
.p-mainvisual__stat-label span {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stat-label span {
    font-size: 1.25rem;
  }
}

.p-mainvisual__stat-value {
  --stat-accent-color: #1b3460;
  font-size: 1.4375rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0;
}
.p-mainvisual__stat-value strong {
  color: var(--color-primary);
}
.p-mainvisual__stat-value span {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stat-value span {
    font-size: 1.625rem;
  }
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stat-value {
    font-size: 2.1875rem;
  }
}

.p-mainvisual__stat-sep {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__stat-sep {
    display: block;
    flex-shrink: 0;
    width: 1px;
    height: 2rem;
    background: #ccc;
    margin-inline: 1.25rem;
  }
}

.p-mainvisual__cta-area {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cta-area {
    flex-direction: column;
    max-width: 19.375rem;
  }
}

.p-mainvisual__cta--primary {
  font-size: 1rem;
  padding-block: 1rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cta--primary {
    flex: unset;
  }
}

.p-mainvisual__cta--outline {
  font-size: 1rem;
  padding-block: 1rem;
  flex: 1;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__cta--outline {
    flex: unset;
  }
}

.p-mainvisual__image picture {
  display: block;
}
.p-mainvisual__image img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .p-mainvisual__image {
    position: absolute;
    right: max(0px, 50vw - 62.5rem);
    top: 0;
    bottom: 0;
    max-width: clamp(22.666875rem, 47.22vw, 59rem);
    width: 100%;
  }
  .p-mainvisual__image picture {
    height: 100%;
  }
  .p-mainvisual__image img {
    height: 100%;
    object-fit: cover;
    object-position: left center;
  }
}

.p-mainvisual-logos {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-logos {
    padding-block: 1.875rem;
  }
}

.p-mainvisual-logos__track {
  display: flex;
  width: fit-content;
  animation: mv-logos-scroll 35s linear infinite;
}

.p-mainvisual-logos__list {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.p-mainvisual-logos__item {
  flex-shrink: 0;
  width: 5.625rem;
  padding-inline: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-mainvisual-logos__item {
    width: 8.75rem;
  }
}
.p-mainvisual-logos__item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes mv-logos-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-service {
  background: #fff;
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-service {
    padding-block: 5rem;
  }
}

.p-service__inner {
  max-width: 57.5rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-service__inner {
    padding-inline: 2.5rem;
  }
}

.p-service__head {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__head {
    margin-bottom: 3.5rem;
  }
}

.p-service__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__label {
    font-size: 0.875rem;
  }
}

.p-service__heading {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-service__heading {
    font-size: 2.25rem;
  }
}

.p-service__timeline {
  display: flex;
  flex-direction: column;
  gap: 2.125rem;
  position: relative;
  margin-top: 1.75rem;
}
.p-service__timeline::before {
  content: "";
  display: block;
  height: calc(100% - 21.75rem);
  position: absolute;
  left: calc(50% - 1px);
  top: 10.875rem;
  bottom: 0;
  border-left: 2px dashed var(--color-primary);
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .p-service__timeline {
    display: grid;
    grid-template-columns: 23.5625rem 10.125rem 23.5625rem;
    padding-left: 0;
    row-gap: 3.125rem;
    width: fit-content;
    gap: 3.25rem 0;
    margin-inline: auto;
    margin-top: 4.375rem;
  }
  .p-service__timeline::before {
    border-left: 2px dashed var(--color-primary);
  }
}

.p-service__card {
  background: #fff;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  padding: 1.25rem;
  text-align: center;
  position: relative;
}
.p-service__card::after {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-service__card {
    padding: 0.75rem 1rem;
    height: 21.75rem;
  }
  .p-service__card:nth-child(1) {
    grid-row: 1/3;
  }
  .p-service__card:nth-child(2) {
    grid-row: 2/4;
  }
  .p-service__card:nth-child(3) {
    grid-row: 3/5;
  }
  .p-service__card:nth-child(4) {
    grid-row: 4/6;
  }
  .p-service__card:nth-child(5) {
    grid-row: 5/7;
  }
  .p-service__card:nth-child(6) {
    grid-row: 6/8;
  }
}

@media screen and (min-width: 768px) {
  .p-service__card--left {
    grid-column: 1;
  }
  .p-service__card--left::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: -5rem;
    width: 5rem;
    height: 0;
    border-top: 2px dashed var(--color-primary);
  }
}

@media screen and (min-width: 768px) {
  .p-service__card--right {
    grid-column: 3;
  }
  .p-service__card--right::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -5rem;
    width: 5rem;
    height: 0;
    border-top: 2px dashed var(--color-primary);
  }
  .p-service__card--right::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5.53125rem;
    width: 1.0625rem;
    height: 1.0625rem;
    background: #1b3460;
    border-radius: 50%;
    z-index: 1;
  }
}

.p-service__card-img {
  --card-img-size: 10rem;
  width: var(--card-img-size);
  margin-inline: auto;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__card-img {
    --card-img-size: 14.375rem;
  }
}
.p-service__card-img img {
  display: block;
  width: 100%;
}

.p-service__card-title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-service__card-title {
    font-size: 1.5rem;
  }
}

.p-service__card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-align: left;
}
.p-service__card-list li {
  font-size: 1rem;
  line-height: 2;
}
.p-service__card-list li::before {
  content: "- ";
}
@media screen and (min-width: 768px) {
  .p-service__card-list li {
    font-size: 1.125rem;
    line-height: 1.7;
  }
}

.p-troubles__inner {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  padding-inline: var(--page-inline-padding-sp);
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-troubles__inner {
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: 2.5rem;
    padding-block: 5rem;
    gap: 4rem;
  }
}

.p-troubles__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-troubles__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-troubles__item {
  --icon-size: 3rem;
  display: grid;
  grid-template-columns: var(--icon-size) 1fr var(--icon-size);
  grid-template-rows: auto auto;
  align-items: center;
  row-gap: 0.75rem;
  background: var(--color-bg-white);
  border-radius: 0.3125rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-troubles__item {
    --icon-size: 4.375rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem;
    text-align: center;
  }
}

.p-troubles__icon-wrap {
  grid-column: 1;
  grid-row: 1;
  width: var(--icon-size);
  height: var(--icon-size);
}
@media screen and (min-width: 768px) {
  .p-troubles__icon-wrap {
    grid-column: unset;
    grid-row: unset;
  }
}

.p-troubles__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-troubles__name {
  grid-column: 2;
  grid-row: 1;
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.56;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-troubles__name {
    grid-column: unset;
    grid-row: unset;
    font-size: 1.125rem;
  }
}

.p-troubles__desc {
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 0.875rem;
  line-height: 1.7;
  margin: 0;
  padding-top: 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-troubles__desc {
    grid-column: unset;
    grid-row: unset;
    padding-top: 0;
  }
}

.p-troubles__result {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-troubles__result {
    gap: 1.5rem;
  }
}

.p-troubles__result-label {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-troubles__result-label {
    font-size: 1.125rem;
  }
}

.p-troubles__result-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-troubles__result-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.125rem;
  }
}

.p-troubles__result-item {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-dark);
  text-align: center;
  padding: 1rem 0;
  border-bottom: 1px solid #BABEC9;
}
@media screen and (min-width: 768px) {
  .p-troubles__result-item {
    font-size: 1.125rem;
    padding: 1.5rem 1rem;
    border-bottom: none;
    border-top: 1px solid #BABEC9;
    background: rgba(255, 255, 255, 0.7);
  }
}
.p-troubles__result-item strong {
  font-weight: 700;
}

.p-solutions {
  position: relative;
  padding: 2.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-solutions {
    padding: 3.5rem 0 5rem;
  }
}
.p-solutions::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--color-black);
  pointer-events: none;
  display: block;
  width: 100%;
  aspect-ratio: 32/27;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .p-solutions::before {
    aspect-ratio: 144/33;
    max-height: 18.75rem;
  }
}

.p-solutions__inner {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-solutions__inner {
    max-width: 80rem;
    margin-inline: auto;
    padding-inline: 2.5rem;
    gap: 3.5rem;
  }
}

.p-solutions__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-solutions__label {
    font-size: 0.875rem;
  }
}

.p-solutions__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-solutions__heading {
    font-size: 2.25rem;
  }
}

.p-solutions__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-solutions__list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.p-solutions__item {
  --icon-size: 2.75rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 0.3125rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
  padding: 1.5rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solutions__item {
    --icon-size: 4.375rem;
  }
}

.p-solutions__icon-wrap {
  width: var(--icon-size);
  height: var(--icon-size);
  flex-shrink: 0;
}

.p-solutions__icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-solutions__name {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-solutions__name {
    font-size: 1.5rem;
  }
}

.p-solutions-cta {
  padding-block: 1.5rem;
}

.p-reason-01__inner,
.p-reason-02__inner,
.p-reason-03__inner {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-inline: var(--page-inline-padding-sp);
  max-width: 80rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-reason-01__inner,
  .p-reason-02__inner,
  .p-reason-03__inner {
    padding-inline: 2.5rem;
    gap: 2rem;
  }
}

.p-reason__label {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--color-text-dark);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__label {
    font-size: 0.875rem;
  }
}

.p-reason__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__heading {
    font-size: 2.25rem;
  }
}

.p-reason__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__item {
    gap: 2rem;
  }
}

.p-reason__num {
  font-size: 3.75rem;
  font-weight: 900;
  line-height: 1;
  color: #e0e0e0;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__num {
    font-size: 9.375rem;
  }
}

.p-reason__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__title {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__title br {
    display: none;
  }
}

.p-reason__desc {
  font-size: 1rem;
  line-height: 1.8;
  margin-block: 0;
}
@media screen and (min-width: 768px) {
  .p-reason__desc {
    text-align: center;
    font-size: 1.125rem;
  }
}
.p-reason__desc strong {
  font-weight: 700;
  color: var(--color-primary);
}

.p-reason__approach {
  border-radius: 0.5rem;
  overflow: hidden;
  border: 1px solid #1D1E5A;
}
@media screen and (min-width: 768px) {
  .p-reason__approach {
    margin-top: 1.5rem;
  }
}

.p-reason__compare {
  background: #fff;
  display: grid;
  grid-template-columns: 3.75rem 1fr 1fr;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .p-reason__compare {
    grid-template-columns: 12.5rem 19rem 35rem;
    padding: 2.5rem;
  }
}

.p-reason__compare-header-row {
  display: contents;
}

.p-reason__compare-before-header,
.p-reason__compare-after-header {
  font-weight: 700;
  font-size: 0.625rem;
  text-align: center;
  padding: 0.5rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-reason__compare-before-header,
  .p-reason__compare-after-header {
    font-size: 0.875rem;
    padding: 1.5rem 1rem;
    height: 3.375rem;
  }
}

.p-reason__compare-before-header {
  grid-column: 2;
  background: #ECF0F9;
  color: var(--color-text-dark);
}
@media screen and (min-width: 768px) {
  .p-reason__compare-before-header {
    margin-right: 1.25rem;
  }
}

.p-reason__compare-after-header {
  grid-column: 3;
  background: #1D1E5A;
  color: #fff;
}

.p-reason__compare-row {
  display: contents;
}
.p-reason__compare-row > * {
  min-height: 2.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-reason__compare-row > * {
    min-height: 4rem;
  }
}

.p-reason__compare-row:nth-child(even) > .p-reason__compare-label,
.p-reason__compare-row:nth-child(even) > .p-reason__compare-cell-before,
.p-reason__compare-row:nth-child(even) > .p-reason__compare-cell-after {
  background: #fff;
}

.p-reason__compare-row:nth-child(odd) > .p-reason__compare-label,
.p-reason__compare-row:nth-child(odd) > .p-reason__compare-cell-before,
.p-reason__compare-row:nth-child(odd) > .p-reason__compare-cell-after {
  background: #ECF0F9;
}

.p-reason__compare-label {
  color: #1D1D1D;
  font-weight: 700;
  font-size: 0.625rem;
  line-height: 1.3;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-reason__compare-label {
    font-size: 0.875rem;
    color: #848483;
  }
}
.p-reason__compare-label::after {
  content: "";
  display: block;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  border: 1px solid #848483;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-reason__compare-label::after {
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
  }
}

.p-reason__compare-cell-before {
  font-size: 0.625rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__compare-cell-before {
    font-size: 0.875rem;
    padding-inline: 1.5rem;
  }
}

.p-reason__compare-cell-after {
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--color-primary);
  padding: 0.5rem 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__compare-cell-after {
    font-size: 0.875rem;
    padding-inline: 1.5rem;
  }
}

.p-reason__examples {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-reason__examples {
    gap: 2rem;
  }
}

.p-reason__examples-title {
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__examples-title {
    font-size: 1.75rem;
    margin-top: 4rem;
  }
}

.p-reason__examples-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.75rem;
}
@media screen and (min-width: 768px) {
  .p-reason__examples-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.375rem 2.5rem;
  }
}

.p-reason__example {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-reason__example {
    gap: 1.5rem;
  }
}

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

.p-reason__example-name {
  font-size: 1.25rem;
  font-weight: 700;
  color: var(--color-primary);
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-reason__example-name {
    font-size: 1.125rem;
  }
}

.p-reason__example-list {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .p-reason__example-list {
    width: fit-content;
    margin-inline: auto;
  }
}
.p-reason__example-list li {
  font-size: 1rem;
  line-height: 1.7;
  color: var(--color-text-dark);
}
.p-reason__example-list li::before {
  content: "-";
  margin: 0 0.25em;
}
@media screen and (min-width: 768px) {
  .p-reason__example-list li {
    font-size: 1.125rem;
  }
}

.p-reason-cta {
  padding-block: 3.125rem;
}
@media screen and (min-width: 768px) {
  .p-reason-cta {
    padding-block: 9.375rem;
  }
}

@media screen and (min-width: 768px) {
  .p-reason__approach-box {
    margin-top: 1.5rem;
  }
}

.p-reason__approach-box__body {
  background: #F6F8F8;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-reason__approach-box__body {
    padding: 2.5rem 0;
  }
}

.p-reason__approach-box__subtitle {
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
}
.p-reason__approach-box__subtitle span {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .p-reason__approach-box__subtitle span {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .p-reason__approach-box__subtitle {
    font-size: 1.75rem;
  }
}

.p-benefit {
  background: #f6f8f8;
  padding-block: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-benefit {
    padding-block: 5rem;
  }
}

.p-benefit__inner {
  max-width: 57.5rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}

@media screen and (min-width: 768px) {
  .p-benefit__approach {
    margin-top: 1.5rem;
  }
}

.p-benefit__approach-body {
  background: #fff;
  padding: 1.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-benefit__approach-body {
    padding: 0;
  }
}

.p-benefit__step {
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-benefit__step {
    display: flex;
    align-items: stretch;
    border: 2px solid rgba(0, 0, 0, 0.08);
    height: 13.625rem;
  }
}

.p-benefit__step-badge {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-badge {
    gap: 0;
    flex-shrink: 0;
  }
}

.p-benefit__step-img-wrap {
  width: 5.9375rem;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.p-benefit__step-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-img-wrap {
    --step-img-width: 11.75rem;
    position: static;
    width: var(--step-img-width);
  }
  .p-benefit__step-img-wrap img {
    width: 100%;
  }
}

.p-benefit__step-meta {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-meta {
    --step-meta-width: 15.6875rem;
    width: var(--step-meta-width);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.p-benefit__step-label {
  text-align: center;
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  border: 1px solid var(--color-black);
  border-radius: 0.3125rem;
  padding: 0.625rem 0.5rem;
  line-height: 2.2857142857;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-label {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    width: 15.625rem;
  }
}

.p-benefit__step-title {
  text-align: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2.85;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-title {
    font-size: 1.5rem;
    line-height: 2.375;
  }
}

.p-benefit__step-details {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-details {
    flex: 1;
    display: flex;
    border-top: none;
  }
}

.p-benefit__step-detail {
  font-size: 0.875rem;
  line-height: 1.5;
  color: var(--color-text-dark);
  padding: 0.75rem 0.5rem;
  text-align: center;
  border-bottom: 2px dashed var(--color-black);
  font-weight: 700;
  position: relative;
}
.p-benefit__step-detail:last-child {
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-detail:last-child::before {
    content: none;
  }
}
@media screen and (min-width: 768px) {
  .p-benefit__step-detail {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
    border-bottom: none;
    font-size: 1.125rem;
    line-height: 1.6666666667;
  }
}
@media screen and (min-width: 768px) {
  .p-benefit__step-detail::before {
    content: "";
    display: block;
    height: 5.9375rem;
    border-left: 2px dashed var(--color-black);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}

.p-benefit__step-arrow {
  text-align: center;
  border-left: 3px dashed var(--color-primary);
  height: 2.3125rem;
  width: fit-content;
  position: relative;
  margin-inline: auto;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
}
.p-benefit__step-arrow::after, .p-benefit__step-arrow::before {
  content: "";
  display: block;
  width: 0.1875rem;
  height: 1rem;
  background: var(--color-primary);
  border-radius: calc(infinity * 1px);
  position: absolute;
  bottom: 0;
}
.p-benefit__step-arrow::after {
  left: calc(50% - 0.09375rem);
  transform: translateX(-0.09375rem) rotate(-45deg);
  transform-origin: bottom right;
}
.p-benefit__step-arrow::before {
  left: calc(50% - 0.09375rem);
  transform: translateX(-0.125rem) rotate(45deg);
  transform-origin: bottom left;
}
@media screen and (min-width: 768px) {
  .p-benefit__step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 0;
    position: absolute;
    height: 5.625rem;
    bottom: 0;
    left: 19.375rem;
    transform: translateY(3.625rem);
  }
  .p-benefit__step-arrow::after {
    color: rgba(0, 0, 0, 0.25);
  }
}

.p-cases__inner {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-cases__inner {
    padding-inline: 2.5rem;
  }
}

.p-cases__head {
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .p-cases__head {
    margin-bottom: 3.5rem;
  }
}

.p-cases__label {
  font-size: 0.8125rem;
  color: var(--color-text-dark);
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-cases__label {
    font-size: 0.875rem;
  }
}

.p-cases__heading {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-dark);
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-cases__heading {
    font-size: 2.25rem;
  }
}

.p-cases__list {
  display: flex;
  flex-direction: column;
  gap: 3.5rem;
}
@media screen and (min-width: 768px) {
  .p-cases__list {
    gap: 5rem;
  }
}

.p-cases__case {
  background: #fff;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
  border-radius: 0.3125rem;
  max-width: 58.75rem;
  margin-inline: auto;
  padding: 1.5rem 0.5rem;
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cases__case {
    padding: 2.75rem 2.5rem;
    gap: 3.375rem;
  }
}

.p-cases__case-title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .p-cases__case-title {
    font-size: 1.5rem;
  }
}

.p-cases__grid {
  display: grid;
  grid-template-columns: 3.75rem 1fr 1fr;
  row-gap: 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .p-cases__grid {
    grid-template-columns: 8.5rem 1fr 8.5rem 1fr;
    gap: 1rem 1.5rem;
  }
}

.p-cases__header-row {
  display: contents;
}

.p-cases__before-header {
  grid-column: 2;
  font-weight: 700;
  font-size: 0.625rem;
  text-align: center;
  background: #ECF0F9;
  padding: 1rem 0.5rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cases__before-header {
    grid-column: 1/3;
    font-size: 1.125rem;
  }
}

.p-cases__after-header {
  --cases-after-bg: #1D1E5A;
  grid-column: 3;
  font-weight: 700;
  font-size: 0.625rem;
  text-align: center;
  background: var(--cases-after-bg);
  color: #fff;
  padding: 1rem 0.5rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-cases__after-header {
    grid-column: 3/5;
    font-size: 1.125rem;
  }
}

.p-cases__row {
  display: contents;
}
.p-cases__row > * {
  min-height: 2.3125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  .p-cases__row > * {
    min-height: 3.5rem;
  }
}

.p-cases__row--last > * {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .p-cases__row:nth-child(even) > *,
  .p-cases__row:nth-child(even) > .p-cases__cell-label {
    background: #fff;
  }
  .p-cases__row:nth-child(odd) > *,
  .p-cases__row:nth-child(odd) > .p-cases__cell-label {
    background: #ECF0F9;
  }
}
.p-cases__cell-label {
  border: none;
  font-weight: 700;
  font-size: 0.625rem;
  padding: 0.5rem 0;
  display: flex;
  line-height: 1.3;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.p-cases__cell-label::after {
  content: "";
  display: block;
  width: calc(100% - 0.25rem);
  height: calc(100% - 0.25rem);
  border: 1px solid #D2D2D2;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .p-cases__cell-label::after {
    border-color: #848483;
  }
}
@media screen and (min-width: 768px) {
  .p-cases__cell-label .-sp {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .p-cases__cell-label {
    font-size: 0.8125rem;
    align-self: center;
    color: #848483;
    margin: 0;
  }
}

.p-cases__dup-label {
  display: none;
}
@media screen and (min-width: 768px) {
  .p-cases__dup-label {
    border: 1.5px solid #848483;
    color: #848483;
    font-weight: 700;
    font-size: 0.875rem;
    padding: 0.25rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    align-self: center;
  }
}

.p-cases__cell-before {
  font-size: 0.625rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cases__cell-before {
    font-size: 1.125rem;
    padding-block: 0;
    text-align: left;
    justify-content: flex-start;
  }
}

.p-cases__cell-after {
  color: var(--color-primary);
  font-weight: 700;
  font-size: 0.625rem;
  padding: 0.5rem 0.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-cases__cell-after {
    font-size: 1.125rem;
    padding-inline-start: 0.75rem;
    padding-block: 0;
    justify-content: flex-start;
    font-weight: 400;
    color: var(--color-text);
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .p-cases__cell-after .-sp {
    display: none;
  }
}

.p-cases__quote {
  gap: 1.25rem;
  padding: 1rem;
  background: #F4F4F4;
  border-radius: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .p-cases__quote {
    align-items: center;
    display: flex;
    gap: 2.5rem;
    background: transparent;
    padding: 0;
  }
}

.p-cases__avatar {
  --avatar-size: 3.625rem;
  width: var(--avatar-size);
  height: var(--avatar-size);
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  float: left;
  margin: 0 0.5rem 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .p-cases__avatar {
    --avatar-size: 6.4375rem;
  }
}
.p-cases__avatar img {
  display: block;
  width: 100%;
}

.p-cases__quote-text {
  font-size: 0.875rem;
  line-height: 1.5;
}
.p-cases__quote-text strong {
  font-weight: 700;
  color: var(--color-primary);
}
@media screen and (min-width: 768px) {
  .p-cases__quote-text {
    line-height: 1.8571428571;
    background: #F4F4F4;
    border-radius: 0.3125rem;
    padding: 1.5rem 1rem;
    position: relative;
  }
}
.p-cases__quote-text::before {
  content: "";
  display: block;
  position: absolute;
  background: #F4F4F4;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
  width: 2.5rem;
  height: 1.5rem;
}

.p-flow__inner {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-flow__inner {
    padding-inline: 2.5rem;
  }
}

.p-flow__heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-dark);
  text-align: center;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-flow__heading {
    font-size: 1.75rem;
    margin-bottom: 3.25rem;
  }
}

.p-flow__list {
  --flow-card-width: 17.8125rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
}

.p-flow__item {
  --flow-icon-size: 1.875rem;
  display: grid;
  grid-template-columns: var(--flow-icon-size) 1fr var(--flow-icon-size);
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  background: #fff;
  border-radius: 0.3125rem;
  padding: 1rem;
  box-shadow: 0 0 0.3125rem rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 768px) {
  .p-flow__item {
    display: flex;
    --flow-icon-size: 3.625rem;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    width: var(--flow-card-width);
    padding: 1.5rem;
    gap: 0.75rem;
  }
}

.p-flow__icon-wrap {
  width: var(--flow-icon-size);
  flex-shrink: 0;
}

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

.p-flow__name {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-flow__name {
    font-size: 1.125rem;
  }
}

.p-flow__arrow {
  width: 1.125rem;
  height: 0.625rem;
  background: var(--color-primary);
  margin: 0;
  clip-path: polygon(0 0, 100% 0%, 50% 100%);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .p-flow__arrow {
    width: 0.625rem;
    height: 1.125rem;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: list-item;
    list-style: none;
    font-size: 1.5rem;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
    flex-shrink: 0;
  }
}

.p-record__heading {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: var(--color-text-dark);
  margin: 0 0 1.6875rem;
}
@media screen and (min-width: 768px) {
  .p-record__heading {
    font-size: 1.75rem;
    margin-bottom: 3.625rem;
  }
}

.p-record__marquee {
  overflow: hidden;
}

.p-record__track {
  --card-width: 9rem;
  --card-gap: 1.25rem;
  display: flex;
  width: fit-content;
  animation: record-scroll 40s linear infinite;
}
@media screen and (min-width: 768px) {
  .p-record__track {
    --card-width: 25rem;
    --card-gap: 2.375rem;
  }
}

.p-record__list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: var(--card-gap);
  padding-inline-end: var(--card-gap);
}

.p-record__item {
  flex-shrink: 0;
  width: var(--card-width);
}
.p-record__item picture {
  display: block;
}
.p-record__item img {
  display: block;
  width: 100%;
  height: auto;
}

@keyframes record-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.p-pr__inner {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-pr__inner {
    padding-inline: 2.5rem;
  }
}

.p-pr__list {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 2.8125rem;
}
@media screen and (min-width: 768px) {
  .p-pr__list {
    gap: 3.5rem;
  }
}

.p-pr__item {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-pr__item {
    flex-direction: row;
    gap: 1.875rem;
    align-items: center;
  }
  .p-pr__item:nth-child(even) {
    flex-direction: row-reverse;
  }
}

.p-pr__image {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-pr__image {
    flex-shrink: 0;
    width: 28.125rem;
  }
}
.p-pr__image img {
  display: block;
  width: 100%;
  height: auto;
}

.p-pr__body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (min-width: 768px) {
  .p-pr__body {
    flex: 1;
    gap: 0.5rem;
  }
}

.p-pr__title {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-pr__title {
    font-size: 2rem;
  }
}

.p-pr__desc {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-pr__desc {
    font-size: 1.125rem;
  }
}

.p-contact__inner {
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-contact__inner {
    padding-inline: 2.5rem;
  }
}

.p-contact__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: var(--color-text-dark);
  text-align: center;
  margin: 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-contact__title {
    font-size: 1.75rem;
    margin-bottom: 3.25rem;
  }
}

.p-corp-footer {
  color: #fff;
  font-size: 0.875rem;
}

.p-corp-footer__inner {
  max-width: 80rem;
  margin-inline: auto;
  padding-block: 3.75rem;
  padding-inline: var(--page-inline-padding-sp);
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__inner {
    padding-block: 4.5rem;
    padding-inline: 2.5rem;
  }
}

.p-corp-footer__head {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__head {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.p-corp-footer__company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__company {
    flex-direction: row;
    align-items: baseline;
    gap: 0;
  }
}

.p-corp-footer__company-name {
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__company-name {
    font-size: 1.125rem;
  }
}

.p-corp-footer__company-en {
  font-size: 0.75rem;
  color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__company-en {
    font-size: 0.875rem;
  }
}

.p-corp-footer__logo {
  width: 10rem;
  flex-shrink: 0;
}
.p-corp-footer__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-corp-footer__dl {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__dl {
    gap: 1.5rem;
  }
}

.p-corp-footer__dl-row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__dl-row {
    flex-direction: row;
    gap: 0;
  }
}
.p-corp-footer__dl-row dt {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.9);
}
@media screen and (min-width: 768px) {
  .p-corp-footer__dl-row dt {
    width: 7.5rem;
    flex-shrink: 0;
  }
}
.p-corp-footer__dl-row dd {
  font-size: 0.875rem;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .p-corp-footer__dl-row dd {
    flex: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
    padding-inline-start: 1.5rem;
    line-height: 1.8;
  }
}

.p-corp-footer__bottom {
  background: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding-block: 2rem;
  padding-inline: var(--page-inline-padding-sp);
}
@media screen and (min-width: 768px) {
  .p-corp-footer__bottom {
    padding-inline: 2.5rem;
  }
}

.p-corp-footer__privacy {
  margin: 0;
}
.p-corp-footer__privacy a {
  color: var(--color-text-dark);
  text-decoration: underline;
  font-size: 0.875rem;
}

.p-corp-footer__copyright {
  font-size: 0.75rem;
  color: var(--color-text-dark);
  margin: 0;
}/*# sourceMappingURL=style.css.map */