@charset "UTF-8";
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

form {
  margin: 0;
  padding: 0;
}

label {
  display: inline-block;
}

input,
button,
select,
textarea {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input:hover,
button:hover,
select:hover,
textarea:hover {
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

button,
select {
  text-transform: none;
}

textarea {
  overflow: auto;
  -ms-overflow-style: scrollbar;
  resize: vertical;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.c-form-submit::-moz-foucus-inner {
  padding: 0;
  border: none;
}

/* Font-Family
================= */
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 600;
  src: url(../fonts/Manrope-SemiBold.ttf) format("truetype");
}
/* Font-Weight
================= */
/* Line-Height
================= */
/* Letter-Spacing
================= */
/* Color
================= */
/* Transparency
================= */
/* Inner
================= */
/* Padding
================= */
/* Layer
================= */
/* Breakpoint
================= */
/* Mediaquery
================= */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}
@media screen and (min-width: 391px) {
  html {
    font-size: clamp(16px, 2.4390243902vw, 20px);
  }
}
@media screen and (min-width: 821px) {
  html {
    font-size: max(12px, 1.1111111111vw);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: 16px;
  }
}

html.is-drawer-active {
  overflow: hidden;
}

body {
  position: relative;
  z-index: -9999;
  background-color: #f5f5f5;
  color: #000;
  font-family: "TsukuGoPr5-D";
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 821px) {
  body {
    font-size: 1rem;
  }
}

html.is-drawer-active body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, .5);
}

*[id] {
  scroll-margin-top: 5rem;
}
@media screen and (min-width: 821px) {
  *[id] {
    scroll-margin-top: 6.25rem;
  }
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (min-width: 821px) {
  a:hover {
    opacity: 0.8;
  }
}

a[href^="tel:"] {
  pointer-events: auto;
}
@media screen and (min-width: 821px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

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

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

b,
strong {
  font-weight: 700;
}

table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid;
}

th,
td {
  padding: 4px 6px;
  border: 1px solid;
  text-align: left;
  vertical-align: top;
}

.l-about__visual {
  background: transparent;
  color: #fff;
}
.l-about__visual .c-section-title {
  color: #fff;
}
.l-about__visual .p-main-visual__section-title {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .l-about__visual .p-main-visual__section-title {
    text-align: left;
  }
}
.l-about__visual .p-main-visual__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.l-about__visual .p-main-visual__contents {
  position: relative;
  top: auto;
  top: initial;
  bottom: auto;
  bottom: initial;
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}
@media screen and (min-width: 821px) {
  .l-about__visual .p-main-visual__contents {
    padding-top: 10.5rem;
    padding-bottom: 18.75rem;
  }
}
.l-about__visual .p-main-visual__inner.l-inner {
  padding-right: 0;
  padding-left: 0;
}
@media screen and (min-width: 821px) {
  .l-about__visual .p-main-visual__inner.l-inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-about__visual .p-main-visual__copy {
  height: auto;
  height: initial;
  margin-top: 49px;
  margin-top: 3.0625rem;
  padding-top: 0;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 1.66666667;
  text-align: center;
  -webkit-writing-mode: initial;
      -ms-writing-mode: initial;
          writing-mode: initial;
  text-orientation: initial;
}
@media screen and (min-width: 821px) {
  .l-about__visual .p-main-visual__copy {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 4.0625rem;
    padding-right: 0;
    font-size: 2rem;
    letter-spacing: 0.08em;
    text-align: left;
  }
}
@media screen and (min-width: 821px) {
  .l-about__visual .p-main-visual__text {
    font-size: 1rem;
    line-height: 2.25;
  }
}

.l-about__what {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-about__what {
    padding-top: 10.9375rem;
    padding-bottom: 11.25rem;
  }
}
.l-about__what .c-section-title {
  color: #3228f0;
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__wrap {
    display: block;
  }
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__box {
    width: 100%;
    padding-bottom: 0;
  }
}
.l-about__what .p-about__lead,
.l-about__what .p-about__text {
  color: #000;
}
.l-about__what .p-about__lead {
  margin-top: 40px;
  margin-top: 2.5rem;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__lead {
    margin-top: 3.4375rem;
    font-size: 2rem;
    letter-spacing: 0.02em;
  }
}
.l-about__what .p-about__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__text {
    width: 43.75rem;
    max-width: 100%;
    margin-top: 1.5625rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}
.l-about__what .p-about__img {
  width: 100%;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__img {
    margin-top: 3.375rem;
  }
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__img img {
    width: 45%;
  }
}
@media screen and (min-width: 821px) {
  .l-about__what .p-about__btn {
    margin-top: 0.9375rem;
  }
}

.l-about__member {
  margin-top: -1px;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-about__member {
    padding-top: 11.25rem;
    padding-bottom: 5.9375rem;
  }
}
@media screen and (min-width: 821px) {
  .l-about__member .c-section-title {
    letter-spacing: 0.06em;
  }
}

.l-about__company {
  margin-top: -1px;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-about__company {
    padding-top: 9.375rem;
    padding-bottom: 10.9375rem;
  }
}
.l-about__company .c-section-title {
  color: #3228f0;
  letter-spacing: 0.06em;
  line-height: 1.5;
}

.l-about__partners {
  margin-top: -1px;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 230px;
  padding-bottom: 14.375rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-about__partners {
    padding-top: 8.4375rem;
    padding-bottom: 11.25rem;
  }
}
.l-about__partners .c-section-title {
  color: #3228f0;
  letter-spacing: 0.06em;
}

.l-contact-gate {
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 90px;
  padding-bottom: 5.625rem;
}
@media screen and (min-width: 821px) {
  .l-contact-gate {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.l-contact-gate__intro {
  color: #3228f0;
}

.l-contact-gate__features {
  padding-top: 108px;
  padding-top: 6.75rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  background-color: #ebe6e1;
}
@media screen and (min-width: 821px) {
  .l-contact-gate__features {
    padding-top: 10.0625rem;
    padding-bottom: 9.6875rem;
  }
}

.l-contact-gate__flow,
.l-contact-gate__examples {
  padding-top: 78px;
  padding-top: 4.875rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-contact-gate__flow,
  .l-contact-gate__examples {
    padding-top: 11.0625rem;
    padding-bottom: 7.5rem;
  }
}

.l-contact-gate__contact {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-contact-gate__contact {
    padding-top: 5.375rem;
    padding-bottom: 7.5rem;
  }
}

.l-contact-gate__nav {
  padding-top: 40px;
  padding-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .l-contact-gate__nav {
    padding-top: 6.25rem;
  }
}

.l-contact-gate__fixed-btn {
  position: fixed;
  z-index: 30;
  right: 10px;
  right: 0.625rem;
  bottom: 15px;
  bottom: 0.9375rem;
}
@media screen and (min-width: 821px) {
  .l-contact-gate__fixed-btn {
    right: 1.3125rem;
    bottom: 1.1875rem;
  }
}

.l-footer {
  padding-top: 45px;
  padding-top: 2.8125rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  background-color: #323232;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .l-footer {
    padding-top: 2.1875rem;
    padding-bottom: 2.8125rem;
  }
}

.l-page:has(.l-page__ofif) + .l-footer {
  margin-top: -1px;
}

.l-footer__inner.l-inner {
  width: 89.7435897436%;
}
@media screen and (min-width: 821px) {
  .l-footer__inner.l-inner {
    width: 1440px;
  }
}

.l-footer__bottom {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 821px) {
  .l-footer__bottom {
    margin-top: 4.375rem;
  }
}

.l-footer__top .l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 45px;
  row-gap: 2.8125rem;
}
@media screen and (min-width: 821px) {
  .l-footer__top .l-footer__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

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

@media screen and (min-width: 821px) {
  .l-footer__top .l-footer__box {
    margin-top: 0.25rem;
  }
}

.l-footer__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.375rem;
     -moz-column-gap: 1.375rem;
          column-gap: 1.375rem;
}
@media screen and (min-width: 821px) {
  .l-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }
}

.l-footer__nav:first-child {
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
}
@media screen and (min-width: 821px) {
  .l-footer__nav:first-child {
    padding-bottom: 0;
    -webkit-column-gap: 1.3125rem;
       -moz-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
  }
}

.l-footer__nav:last-child {
  padding-top: 24px;
  padding-top: 1.5rem;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 821px) {
  .l-footer__nav:last-child {
    padding-top: 0;
    border-top: none;
  }
}

.l-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 7px;
  row-gap: 0.4375rem;
}
@media screen and (min-width: 821px) {
  .l-footer__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.3125rem;
       -moz-column-gap: 1.3125rem;
            column-gap: 1.3125rem;
  }
}

@media screen and (min-width: 821px) {
  .l-footer__nav:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.625rem;
    row-gap: 0.5rem;
  }
}

.l-footer__link a {
  display: block;
  position: relative;
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 22px;
  line-height: 1.375rem;
  text-transform: uppercase;
}

.l-footer__link.l-footer__link--icon a {
  position: relative;
  padding-left: 21px;
  padding-left: 1.3125rem;
}

.l-footer__link.l-footer__link--icon a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 15px;
  width: 0.9375rem;
  height: 11px;
  height: 0.6875rem;
  -webkit-transform: translate(5%, -50%);
          transform: translate(5%, -50%);
  background: url(../images/common/icon-external.svg) no-repeat center center/contain;
}

.l-footer__logo img,
.l-footer__logo svg {
  display: block;
  width: 217px;
  width: 13.5625rem;
}
@media screen and (min-width: 821px) {
  .l-footer__logo img,
  .l-footer__logo svg {
    width: 19.3125rem;
  }
}

.l-footer__privacy {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 821px) {
  .l-footer__privacy {
    margin-top: 1.4375rem;
  }
}

.l-footer__copyright {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 821px) {
  .l-footer__copyright {
    margin-top: 0.3125rem;
  }
}

.l-footer__privacy a,
.l-footer__copyright small {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 22px;
  line-height: 1.375rem;
}

.l-footer__privacy a {
  text-transform: uppercase;
}

.l-footer__icon img {
  width: 50px;
  width: 3.125rem;
}
@media screen and (min-width: 821px) {
  .l-footer__icon img {
    width: 3.75rem;
  }
}

.l-header {
  position: fixed;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  height: 80px;
  height: 5rem;
}
@media screen and (min-width: 821px) {
  .l-header {
    height: 6.25rem;
  }
}

.l-header__inner {
  height: inherit;
  padding-right: 10px;
  padding-right: 0.625rem;
  padding-left: 10px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 821px) {
  .l-header__inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.l-header__wrap {
  display: grid;
  grid-template-columns: 9.75rem 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: inherit;
  height: inherit;
}
@media screen and (min-width: 821px) {
  .l-header__wrap {
    grid-template-columns: 13.625rem 1fr;
    justify-items: end;
  }
}

.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: inherit;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

html.is-drawer-active .l-header__logo {
  visibility: hidden;
  opacity: 0;
}

.l-header__logo a {
  display: block;
}

.l-header__logo svg {
  display: block;
  width: 156px;
  width: 9.75rem;
}
@media screen and (min-width: 821px) {
  .l-header__logo svg {
    width: 13.625rem;
  }
}

.l-header__logo svg g path {
  -webkit-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

body.theme-blue .l-header__logo svg g path {
  fill: #3228f0;
}

html.is-scrolled body.theme-white .l-header__logo svg g path {
  fill: #3228f0;
}

.l-header__drawer {
  visibility: hidden;
  position: fixed;
  z-index: 40;
  top: 0;
  right: 0;
  left: 0;
  overflow-y: scroll;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  opacity: 0;
}

html.is-drawer-active .l-header__drawer {
  visibility: visible;
  opacity: 1;
}

.l-header__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 1.15625rem;
     -moz-column-gap: 1.15625rem;
          column-gap: 1.15625rem;
}

.l-header__link.l-header__link--lang.u-switch-tab {
  display: none;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 821px) {
  .l-header__link.l-header__link--lang.u-switch-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 1.15625rem;
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
  }
}

.l-header__link.l-header__link--lang::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 1px;
  height: 20px;
  height: 1.25rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out, background-color 0.3s ease-in-out;
  background-color: rgba(245, 245, 245, .5);
}

html.is-drawer-active .l-header__link.l-header__link--lang::before {
  visibility: hidden;
  opacity: 0;
}

body.theme-blue .l-header__link.l-header__link--lang::before {
  background-color: rgba(50, 40, 240, .5);
}

html.is-scrolled body.theme-white .l-header__link.l-header__link--lang::before {
  background-color: rgba(50, 40, 240, .5);
}

.l-header__link.l-header__link--lang span,
.l-header__link.l-header__link--lang a {
  width: 18px;
  width: 1.125rem;
  height: 18px;
  height: 1.125rem;
  -webkit-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 16px;
  line-height: 1rem;
  text-align: center;
  text-transform: uppercase;
}

body.theme-blue .l-header__link.l-header__link--lang span,
body.theme-blue .l-header__link.l-header__link--lang a {
  color: #3228f0;
}

html.is-scrolled body.theme-white .l-header__link.l-header__link--lang span,
html.is-scrolled body.theme-white .l-header__link.l-header__link--lang a {
  color: #3228f0;
}

html.is-drawer-active .l-header__link.l-header__link--lang span,
html.is-drawer-active .l-header__link.l-header__link--lang a {
  color: #fff;
}

.l-header__link.l-header__link--lang span {
  border-bottom: 1px solid #fff;
}

body.theme-blue .l-header__link.l-header__link--lang span {
  border-bottom: 1px solid #3228f0;
}

html.is-scrolled body.theme-white .l-header__link.l-header__link--lang span {
  border-bottom: 1px solid #3228f0;
}

html.is-drawer-active .l-header__link.l-header__link--lang span {
  border-bottom: 1px solid #fff;
}

.l-header__link.l-header__link--float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 50;
}
@media screen and (min-width: 821px) {
  .l-header__link.l-header__link--float {
    margin-left: 0.1875rem;
  }
}

.l-header__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
}

body.theme-blue .l-header__link a {
  color: #3228f0;
}

html.is-scrolled body.theme-white .l-header__link a {
  color: #3228f0;
}

.l-header__link a.u-switch-tab {
  display: none;
}
@media screen and (min-width: 821px) {
  .l-header__link a.u-switch-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.l-header__link.l-header__link--float a {
  position: relative;
  z-index: 50;
  width: auto;
  width: initial;
  margin-right: 5px;
  margin-right: 0.3125rem;
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 24px;
  padding-left: 1.5rem;
}
@media screen and (min-width: 821px) {
  .l-header__link.l-header__link--float a {
    padding-left: 1.25rem;
  }
}

html.is-drawer-active .l-header__link.l-header__link--float a {
  padding-left: 24px;
  padding-left: 1.5rem;
}

@media screen and (min-width: 821px) {
  .l-header__link.l-header__link--float a::after {
    content: "";
    display: block;
    visibility: visible;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 0;
    width: 1px;
    height: 1.25rem;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    opacity: 1;
    background-color: #3228f0;
  }
}

html.is-drawer-active .l-header__link.l-header__link--float a::after {
  visibility: hidden;
  opacity: 0;
}

.l-inner {
  position: relative;
  z-index: 1;
  width: 89.2307692308vw;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 821px) {
  .l-inner {
    width: 1440px;
    max-width: 95.2380952381vw;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.l-page {
  padding-top: 110px;
  padding-top: 6.875rem;
  padding-bottom: 175px;
  padding-bottom: 10.9375rem;
}
@media screen and (min-width: 821px) {
  .l-page {
    padding-top: 7.1875rem;
    padding-bottom: 10.625rem;
  }
}

.l-page__visual {
  overflow: hidden;
}
.l-page__visual .p-main-visual__bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.l-page:has(.l-page__visual) {
  padding-top: 0;
  padding-bottom: 0;
}

.l-page:has(.l-page__bg),
.l-page:has(.l-page__keywords) {
  padding-bottom: 0;
}

.l-page.l-page--service {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 80px;
  row-gap: 5rem;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--service {
    row-gap: 4.375rem;
  }
}

.l-page__bg {
  margin-top: 60px;
  margin-top: 3.75rem;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #f0f0f2;
}
@media screen and (min-width: 821px) {
  .l-page__bg {
    margin-top: 4.375rem;
    padding-bottom: 5rem;
  }
}

.l-page__service-top {
  padding-bottom: 125px;
  padding-bottom: 7.8125rem;
}
@media screen and (min-width: 821px) {
  .l-page__service-top {
    padding-bottom: 8.75rem;
  }
}
.l-page__service-top .c-section-title {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .l-page__service-top .c-section-title {
    letter-spacing: 0.04em;
  }
}
@media screen and (min-width: 821px) {
  .l-page__service-top .p-page__text {
    margin-top: 0.3125rem;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
    line-height: 1.71428571;
  }
}

.l-page__service-section .p-service__section-title {
  text-align: left;
}
@media screen and (min-width: 821px) {
  .l-page__service-section .p-service__section-title {
    margin-top: 0.5rem;
    font-size: 2.25rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width: 821px) {
  .l-page__service-section .p-service__lead.p-service__lead--lg {
    width: 100%;
    margin-top: 0.5rem;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
  }
}
.l-page__service-section .p-service__lead.p-service__lead--lg a {
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  .l-page__service-section .p-service__lead.p-service__lead--lg a {
    font-size: 1rem;
  }
}
.l-page__service-section .p-service__wrap {
  padding-top: 8px;
  padding-top: 0.5rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .l-page__service-section .p-service__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 3.25rem;
  }
}
@media screen and (min-width: 821px) {
  .l-page__service-section .p-service__number {
    width: 15rem;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 821px) {
  .l-page__service-section .p-service__contents {
    width: calc(100% - 15rem);
  }
}

@media screen and (min-width: 821px) {
  .l-page__service-section.l-page__service-section--01 {
    margin-top: -3.125rem;
  }
}

.l-page__service-section.l-page__service-section--04 .p-service__number span {
  color: #323232;
}

.l-page.l-page--stories {
  padding-top: 80px;
  padding-top: 5rem;
  padding-bottom: 210px;
  padding-bottom: 13.125rem;
  background-color: #ebe6e1;
}
.l-page.l-page--stories .l-page__stories-head {
  position: relative;
  padding-bottom: 45px;
  padding-bottom: 2.8125rem;
}
.l-page.l-page--stories .l-page__stories-head .p-page__section-title {
  position: relative;
  z-index: 2;
}
.l-page.l-page--stories .l-page__stories-head .c-section-title {
  color: #00cd69;
  font-size: 72px;
  font-size: 4.5rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-head .c-section-title {
    font-size: 10rem;
  }
}
.l-page.l-page--stories .l-page__stories-head .p-page__text {
  margin-top: 7px;
  margin-top: 0.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-head .p-page__text {
    position: absolute;
    z-index: 2;
    top: 12.5rem;
    left: 1.25rem;
    width: 24.1428571429%;
    margin-top: 0;
    font-size: 1rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
}
.l-page.l-page--stories .l-page__stories-head .p-page__splide {
  position: relative;
  z-index: 1;
}
.l-page.l-page--stories .l-page__stories-head .p-slide__img {
  width: 72%;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-head .p-slide__img {
    width: 45.7142857143%;
  }
}
.l-page.l-page--stories .l-page__stories-head .p-slide__box {
  margin-top: 17px;
  margin-top: 1.0625rem;
  padding: 10px;
  padding: 0.625rem;
  border-top: 6px solid #00cd69;
  border-right: 6px solid #3228f0;
  border-bottom: 6px solid #00cd69;
  border-left: 6px solid #3228f0;
  background-color: #f5f5f5;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-head .p-slide__box {
    position: absolute;
    z-index: 2;
    right: 1.25rem;
    bottom: 30%;
    width: 49.7142857143%;
    margin-top: 0;
    padding: 1.25rem;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
    border-top: 12px solid #00cd69;
    border-right: 12px solid #3228f0;
    border-bottom: 12px solid #00cd69;
    border-left: 12px solid #3228f0;
  }
}
.l-page.l-page--stories .l-page__stories-head .p-slide__title {
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-head .p-slide__title {
    font-size: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.66666667;
  }
}
.l-page.l-page--stories .l-page__stories-head .p-slide__name {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-left: 7px;
  padding-left: 0.4375rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-head .p-slide__name {
    margin-top: 0.6875rem;
    padding-left: 0;
    font-size: 1rem;
  }
}
.l-page.l-page--stories .l-page__stories-body {
  padding-top: 50px;
  padding-top: 3.125rem;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-body {
    padding-top: 12.3125rem;
  }
}
.l-page.l-page--stories .l-page__stories-body .p-stories__content {
  width: 71.3362068966%;
  max-width: 100%;
  margin-top: 0;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-body .p-stories__content {
    width: 92.1428571429%;
    margin-top: 0;
  }
}
.l-page.l-page--stories .l-page__stories-body .p-stories__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 60px;
  row-gap: 3.75rem;
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-body .p-stories__slides {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 10.6976744186%;
       -moz-column-gap: 10.6976744186%;
            column-gap: 10.6976744186%;
  }
}
@media screen and (min-width: 821px) {
  .l-page.l-page--stories .l-page__stories-body .p-stories__slide {
    width: 26.1627906977%;
  }
}

.l-page__stories-post {
  margin-top: 100vh;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  background-color: #ebe6e1;
}
@media screen and (min-width: 821px) {
  .l-page__stories-post {
    padding-top: 4.8125rem;
    padding-bottom: 18.4375rem;
  }
}

.l-page__news .c-section-title {
  color: #3228f0;
}
.l-page__news .p-news__content {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 821px) {
  .l-page__news .p-news__content {
    margin-top: 0.9375rem;
  }
}

@media screen and (min-width: 821px) {
  .l-page.l-page--news-post {
    padding-top: 8.0625rem;
  }
}

@media screen and (min-width: 821px) {
  .l-page__recruit .p-page__section-title {
    padding-bottom: 1.5rem;
  }
}

.l-page__result {
  padding-top: 41px;
  padding-top: 2.5625rem;
  padding-bottom: 129px;
  padding-bottom: 8.0625rem;
  background-color: #ebebeb;
}
@media screen and (min-width: 821px) {
  .l-page__result {
    padding-top: 3.875rem;
    padding-bottom: 6.5625rem;
  }
}

.l-page__projects .p-projects__content {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .l-page__projects .p-projects__content {
    margin-top: 3.75rem;
  }
}
.l-page__projects .p-projects__cards {
  row-gap: 30px;
  row-gap: 1.875rem;
}
.l-page__projects .p-card__img {
  aspect-ratio: 348.75/227;
}
@media screen and (min-width: 821px) {
  .l-page__projects .p-card__img {
    aspect-ratio: 338/220;
  }
}
.l-page__projects .p-card__box {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 821px) {
  .l-page__projects .p-card__title {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 821px) {
  .l-page__projects .p-card__tags,
  .l-page__projects .p-card__date {
    margin-top: 0.25rem;
  }
}

.l-page__knowledge .c-section-title {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .l-page__knowledge .c-section-title {
    letter-spacing: 0.04em;
  }
}

.l-page__keywords {
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 821px) {
  .l-page__keywords {
    padding-bottom: 6.25rem;
  }
}
.l-page__keywords .c-section-title {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .l-page__keywords .c-section-title {
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 821px) {
  .l-page__present {
    padding-top: 3.75rem;
  }
}

.l-page__relation {
  margin-top: 70px;
  margin-top: 4.375rem;
}
@media screen and (min-width: 821px) {
  .l-page__relation {
    margin-top: 7.8125rem;
  }
}
@media screen and (min-width: 821px) {
  .l-page__relation .p-result__section-title {
    font-size: 1.75rem;
  }
}
.l-page__relation .p-result__table {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .l-page__relation .p-result__table {
    margin-top: 3.5rem;
  }
}
@media screen and (min-width: 821px) {
  .l-page__relation .p-result__table tr td {
    min-width: 21.1%;
  }
}

@media screen and (min-width: 821px) {
  .l-page__contact .p-page__text {
    display: inline-block;
    width: 100%;
    margin-top: 2.375rem;
    letter-spacing: 0.1em;
    line-height: 1.95;
    text-align: center;
  }
}

@media screen and (min-width: 821px) {
  .l-page__contact.l-page__contact--confirm .p-form__question {
    padding-top: 0.125rem;
  }
}
@media screen and (min-width: 821px) {
  .l-page__contact.l-page__contact--confirm .p-form__item.p-form__item--lg .p-form__question {
    padding-top: 0.125rem;
  }
}
.l-page__contact.l-page__contact--confirm .p-form__item.p-form__item--sm {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
.l-page__contact.l-page__contact--confirm input[type=radio] {
  cursor: not-allowed;
  pointer-events: none;
}
.l-page__contact.l-page__contact--confirm input[type=radio] + span {
  opacity: 0.7;
  cursor: not-allowed;
}
.l-page__contact.l-page__contact--confirm input[type=radio] + span:hover::before,
.l-page__contact.l-page__contact--confirm input[type=radio] + span:focus::before {
  border-color: #c8c8c8;
}
.l-page__contact.l-page__contact--confirm input[type=submit],
.l-page__contact.l-page__contact--confirm input[type=button],
.l-page__contact.l-page__contact--confirm label,
.l-page__contact.l-page__contact--confirm button,
.l-page__contact.l-page__contact--confirm select {
  cursor: auto;
  cursor: initial;
}

.l-page__contact.l-page__contact--thanks .p-page__text {
  letter-spacing: 0.04em;
  line-height: 1.75;
}

.l-page__privacy .p-page__contents {
  width: 934px;
  width: 58.375rem;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.l-page__ofif {
  padding-top: 20px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .l-page__ofif {
    padding-top: 2.5rem;
  }
}

.l-page:has(.l-page__ofif) {
  padding-bottom: 0;
}

.l-top__about {
  position: relative;
  padding-top: 95px;
  padding-top: 5.9375rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}
.l-top__about .c-section-title {
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .l-top__about {
    padding-top: 7.5rem;
    padding-bottom: 5.9375rem;
  }
}

.l-top__service {
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  overflow: hidden;
}
@media screen and (min-width: 821px) {
  .l-top__service {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
  }
}

.l-top__projects {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 105px;
  padding-bottom: 6.5625rem;
}
@media screen and (min-width: 821px) {
  .l-top__projects {
    padding-top: 6.25rem;
    padding-bottom: 6.875rem;
  }
}

.l-top__stories {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
  background-color: #ebe6e1;
}
@media screen and (min-width: 821px) {
  .l-top__stories .c-section-title .u-switch-tab {
    display: inline;
  }
}
@media screen and (min-width: 821px) {
  .l-top__stories {
    padding-top: 6.875rem;
    padding-bottom: 7.5rem;
  }
}

.l-top__news {
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-bottom: 270px;
  padding-bottom: 16.875rem;
}
@media screen and (min-width: 821px) {
  .l-top__news {
    padding-top: 10rem;
    padding-bottom: 21.875rem;
  }
}

.c-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 120px;
  width: 7.5rem;
  max-width: 100%;
  height: 40px;
  height: 2.5rem;
  border-radius: 1.25rem;
  background-color: #323232;
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.c-button.c-button--md {
  width: 186px;
  width: 11.625rem;
}
@media screen and (min-width: 821px) {
  .c-button.c-button--md {
    height: 3.125rem;
    border-radius: 1.5625rem;
  }
}

.c-button.c-button--lg {
  width: 190px;
  width: 11.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 821px) {
  .c-button.c-button--lg {
    width: 12.5rem;
    height: 3.125rem;
    border-radius: 1.5625rem;
    letter-spacing: 0.16em;
  }
}

/* c-contact-gate-section-title
=============================== */
.c-contact-gate-section-title {
  max-width: 100%;
  margin-inline: auto;
  -moz-text-align-last: right;
       text-align-last: right;
}

.c-contact-gate-section-title:has(span:only-child) {
  text-align: center;
  -moz-text-align-last: center;
       text-align-last: center;
}

.c-contact-gate-section-title span {
  display: inline-block;
  padding: 11px 20px 15px;
  padding: 0.6875rem 1.25rem 0.9375rem;
  background-color: #3228f0;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.015em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .c-contact-gate-section-title span {
    padding: 0.9375rem 1.75rem 1.1875rem;
    font-size: 2.25rem;
    letter-spacing: 0.04em;
  }
}

.c-contact-gate-section-title:has(span:only-child) span {
  padding-right: 36px;
  padding-right: 2.25rem;
  padding-left: 36px;
  padding-left: 2.25rem;
}

.c-contact-gate-section-title.c-contact-gate-section-title--lg:has(span:only-child) span {
  padding-right: 55px;
  padding-right: 3.4375rem;
  padding-left: 55px;
  padding-left: 3.4375rem;
}
@media screen and (min-width: 821px) {
  .c-contact-gate-section-title.c-contact-gate-section-title--lg:has(span:only-child) span {
    padding-right: 4.25rem;
    padding-left: 4.25rem;
  }
}

.c-contact-gate-section-title span:nth-child(2) {
  margin-top: -1px;
}

.c-fixed-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 140px;
  width: 8.75rem;
  height: 142px;
  height: 8.875rem;
  background: url(../images/contact-gate/fixed-button-bg.svg) no-repeat center center/contain;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .c-fixed-button {
    width: 11.25rem;
    height: 11.4375rem;
  }
}

.c-fixed-button__en {
  display: inline-block;
  padding-right: 6.5px;
  padding-right: 0.40625rem;
  padding-left: 6.5px;
  padding-left: 0.40625rem;
  border-bottom: 1px solid #f5f5f5;
  border-bottom: 0.0625rem solid #f5f5f5;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .c-fixed-button__en {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    font-size: 1.25rem;
  }
}

.c-fixed-button__ja {
  -webkit-transform: translateY(0.5625rem);
          transform: translateY(0.5625rem);
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .c-fixed-button__ja {
    font-size: 0.875rem;
    line-height: 1.71428571;
  }
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox]:focus + span::before {
  border-color: #3228f0;
}

input[type=checkbox]:checked + span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

input[type=checkbox] + span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  input[type=checkbox] + span {
    padding-left: 1.5625rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

input[type=checkbox] + span a {
  color: #e6005a;
  text-decoration: underline;
}

input[type=checkbox] + span:hover::before,
input[type=checkbox] + span:focus::before {
  border-color: #3228f0;
}

input[type=checkbox] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  border: 1px solid #c8c8c8;
  border-radius: 0;
  background: #fff;
}
@media screen and (min-width: 821px) {
  input[type=checkbox] + span::before {
    width: 2.5rem;
    height: 2.5rem;
    -webkit-transform: translate(-90%, -50%);
            transform: translate(-90%, -50%);
  }
}

input[type=checkbox] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 15px;
  width: 0.9375rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  -webkit-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  border-radius: 0;
  opacity: 0;
  background: #3228f0;
}
@media screen and (min-width: 821px) {
  input[type=checkbox] + span::after {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translate(-130%, -50%);
            transform: translate(-130%, -50%);
  }
}

.c-form-label {
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .c-form-label {
    padding-right: 1.125rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 821px) {
  .wpcf7-radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    row-gap: 1.4375rem;
  }
}

.wpcf7-radio.wpcf7-radio--col2 {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 821px) {
  .wpcf7-radio.wpcf7-radio--col2 {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    row-gap: 2rem;
  }
}

.wpcf7-list-item {
  margin-left: 0;
}

.wpcf7-list-item:first-child {
  margin-top: 5px;
  margin-top: 0.3125rem;
}
@media screen and (min-width: 821px) {
  .wpcf7-list-item:first-child {
    margin-top: 0;
  }
}

.wpcf7-list-item + .wpcf7-list-item {
  margin-top: 15px;
  margin-top: 0.9375rem;
}
@media screen and (min-width: 821px) {
  .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 0;
  }
}

input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=radio]:focus + span::before {
  border-color: #3228f0;
}

input[type=radio]:checked + span::after {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 1;
}

input[type=radio] + span {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  input[type=radio] + span {
    min-width: 7.6875rem;
    letter-spacing: 0.26em;
  }
}

@media screen and (min-width: 821px) {
  input[type=radio]:checked + span {
    color: #3228f0;
  }
}

@media screen and (min-width: 821px) {
  .wpcf7-radio.wpcf7-radio--col2 input[type=radio] + span {
    padding-left: 3.125rem;
    font-size: 1rem;
  }
}

input[type=radio] + span:hover::before,
input[type=radio] + span:focus::before {
  border-color: #3228f0;
}

input[type=radio] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  background-color: #fff;
}

@media screen and (min-width: 821px) {
  .wpcf7-radio.wpcf7-radio--col2 input[type=radio] + span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

input[type=radio] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 7px;
  left: 0.4375rem;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid transparent;
  border-radius: 50%;
  opacity: 0;
  background: #3228f0;
}

@media screen and (min-width: 821px) {
  .wpcf7-radio.wpcf7-radio--col2 input[type=radio] + span::after {
    left: 0.625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}

.c-form-required {
  display: block;
  color: #fa5247;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .c-form-required {
    padding-top: 0.125rem;
    font-size: 1rem;
  }
}

.c-form-submit {
  display: inline-block;
  width: 160px;
  width: 10rem;
  max-width: 100%;
  height: 50px;
  height: 3.125rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  background-color: #323232;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .c-form-submit {
    height: 3.75rem;
    border-radius: 4px;
    font-size: 1rem;
  }
}

.c-form-submit:hover,
.c-form-submit:focus {
  border: 1px solid #323232;
}

.wpcf7-spinner {
  display: none !important;
}

.c-form-text-field {
  width: 100%;
  padding: 12px 12px;
  padding: 0.75rem 0.75rem;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 821px) {
  .c-form-text-field {
    padding: 0.75rem 1.25rem;
  }
}

.c-form-text-field:hover,
.c-form-text-field:focus {
  border: 1px solid #3228f0;
}

.c-form-textarea {
  width: 100%;
  height: 200px;
  height: 12.5rem;
  padding: 5px 10px;
  padding: 0.3125rem 0.625rem;
  border: 1px solid #c8c8c8;
  background-color: #fff;
  color: #000;
}
@media screen and (min-width: 821px) {
  .c-form-textarea {
    height: 18.75rem;
    padding: 0.75rem 1.25rem;
  }
}

.c-form-textarea:hover,
.c-form-textarea:focus {
  border: 1px solid #3228f0;
}

/* c-section-title
=============================== */
.c-section-title {
  display: inline-block;
  color: #3228f0;
  font-family: "Manrope", sans-serif;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .c-section-title {
    font-size: 4.25rem;
  }
}

.c-section-title.c-section-title--sm {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 821px) {
  .c-section-title.c-section-title--sm {
    letter-spacing: 0.1em;
  }
}

.c-section-title.c-section-title--ja {
  display: block;
  font-family: "TsukuGoPr5-D";
  font-size: 48px;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.12em;
  line-height: 1.41666667;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .c-section-title.c-section-title--ja {
    font-size: 4.5rem;
    line-height: 1.33333333;
  }
}

/* p-about
=============================== */
@media screen and (min-width: 821px) {
  .p-about__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2.1428571429%;
       -moz-column-gap: 2.1428571429%;
            column-gap: 2.1428571429%;
  }
}

@media screen and (min-width: 821px) {
  .p-about__box {
    width: 56.6428571429%;
    padding-bottom: 3.75rem;
  }
}

.p-about__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-about__img {
    width: 41.2142857143%;
    margin-top: 0;
  }
}

.p-about__img img {
  display: inline-block;
  width: 71%;
}
@media screen and (min-width: 821px) {
  .p-about__img img {
    width: 100%;
  }
}

.p-about__section-title {
  text-align: center;
}

.p-about__lead {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: normal;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-about__lead {
    margin-top: 3.125rem;
    font-size: 2.25rem;
  }
}

.p-about__text {
  margin-top: 16px;
  margin-top: 1rem;
  letter-spacing: normal;
  word-wrap: break-word;
  word-wrap: break-word;
}
@media screen and (min-width: 821px) {
  .p-about__text {
    margin-top: 1.5625rem;
    font-size: 1.25rem;
    line-height: 1.9;
    text-align: center;
  }
}

.p-about__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-about__btn {
    margin-top: 3.125rem;
  }
}

@media screen and (min-width: 821px) {
  .p-accordion__inner.l-inner {
    padding-right: calc(7.63889% + 1.25rem);
  }
}

.p-accordion__heed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.p-accordion__body {
  visibility: hidden;
  height: 0;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-inline: calc(50% - 50vw);
  padding: 0 20px;
  padding: 0 1.25rem;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 0.5rem;
  opacity: 0;
  background-color: #ebe6e1;
  color: #323232;
}
@media screen and (min-width: 821px) {
  .p-accordion__body {
    margin-top: 1.875rem;
    padding: 0;
  }
}

.p-accordion.is-active .p-accordion__body {
  visibility: visible;
  height: auto;
  padding: 36px 20px 80px;
  padding: 2.25rem 1.25rem 5rem;
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .p-accordion.is-active .p-accordion__body {
    padding-top: 2.375rem;
    padding-bottom: 2.5rem;
  }
}

.p-accordion__btn {
  position: relative;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #323232;
  border-radius: 50%;
  background-color: #323232;
}
@media screen and (min-width: 821px) {
  .p-accordion__btn {
    width: 3.125rem;
    height: 3.125rem;
  }
}

.p-accordion.is-active .p-accordion__btn {
  border: 1px solid #323232;
  background-color: #fff;
}

.p-accordion__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-accordion__line {
    width: 1.25rem;
  }
}

.p-accordion__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-accordion.is-active .p-accordion__line {
  background-color: #323232;
}

.p-accordion.is-active .p-accordion__line:nth-child(1) {
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.p-accordion.is-active .p-accordion__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-accordion__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 52px;
  row-gap: 3.25rem;
}
@media screen and (min-width: 821px) {
  .p-accordion__items {
    row-gap: 3.75rem;
  }
}

@media screen and (min-width: 821px) {
  .p-accordion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-accordion__title {
  position: relative;
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .p-accordion__title {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 15rem;
    font-size: 1rem;
    line-height: 2;
  }
}

.p-accordion__lists {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 821px) {
  .p-accordion__lists {
    width: calc(100% - 15rem);
    margin-top: 0;
  }
}

@media screen and (min-width: 821px) {
  .p-accordion__lists.p-accordion__lists--card {
    width: 100%;
    padding-left: 0;
  }
}

.p-accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  row-gap: 0.375rem;
}

.p-accordion__list li {
  position: relative;
  padding-left: 22px;
  padding-left: 1.375rem;
}
@media screen and (min-width: 821px) {
  .p-accordion__list li {
    padding-left: 0;
  }
}

.p-accordion__list li::before {
  content: "・";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  width: 1.375rem;
  height: 24px;
  height: 1.5rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
@media screen and (min-width: 821px) {
  .p-accordion__list li::before {
    display: none;
  }
}

.p-accordion__lists.p-accordion__lists--card .p-accordion__list {
  row-gap: 25px;
  row-gap: 1.5625rem;
}
@media screen and (min-width: 821px) {
  .p-accordion__lists.p-accordion__lists--card .p-accordion__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media screen and (min-width: 821px) {
  .p-accordion__list a {
    font-size: 0.875rem;
    letter-spacing: 0.02em;
    line-height: 1.71428571;
  }
}

.p-accordion__lists.p-accordion__lists--card .p-accordion__list li {
  padding-left: 0;
}
@media screen and (min-width: 821px) {
  .p-accordion__lists.p-accordion__lists--card .p-accordion__list li {
    width: calc(33.33333% - 0.83333rem);
  }
}

.p-accordion__lists.p-accordion__lists--card .p-accordion__list li::before {
  display: none;
}

.p-accordion__list .p-card__img {
  aspect-ratio: 304/176;
}

.p-accordion__list .p-card__box {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 821px) {
  .p-accordion__list .p-card__box {
    margin-top: 0.875rem;
  }
}

.p-accordion__list .p-card__title {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.71428571;
}
.p-accordion__more {
  margin-top: 58px;
  margin-top: 3.625rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-accordion__more {
    margin-top: 3.5rem;
    text-align: right;
  }
}

/* p-banner
=============================== */
.p-banner {
  height: inherit;
}

.p-banner a {
  display: block;
  height: inherit;
}
.p-banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
}

.p-banner__img {
  width: 30.7692307692%;
  aspect-ratio: 120/80;
}
@media screen and (min-width: 821px) {
  .p-banner__img {
    width: 23.0769230769%;
  }
}

.p-banner__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-banner__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 69.2307692308%;
  padding-right: 25px;
  padding-right: 1.5625rem;
  padding-left: 13px;
  padding-left: 0.8125rem;
  background-color: rgba(245, 245, 245, .85);
}
@media screen and (min-width: 821px) {
  .p-banner__box {
    width: 92.3076923077%;
    padding-right: 1.875rem;
    padding-left: 1.25rem;
  }
}

.p-banner__box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 9px;
  right: 0.5625rem;
  width: 6px;
  width: 0.375rem;
  height: 10px;
  height: 0.625rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../images/common/arrow-icon.svg?ver=2) no-repeat center center/contain;
}
@media screen and (min-width: 821px) {
  .p-banner__box::after {
    right: 0.75rem;
    width: 0.5rem;
    height: 0.875rem;
  }
}

.p-banner__title {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .p-banner__title {
    font-size: 0.875rem;
    letter-spacing: -0.01em;
    line-height: 1.71428571;
  }
}

.p-card__img {
  aspect-ratio: 116/79;
}

.p-card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-card__box {
  margin-top: 18px;
  margin-top: 1.125rem;
}

.p-card__category {
  color: #3228f0;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-card__category {
    font-size: 0.875rem;
  }
}

.p-card__title {
  letter-spacing: 0.04em;
}
.p-card__sub-title {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1.66666667;
}

.p-card__category + .p-card__title {
  margin-top: 10px;
  margin-top: 0.625rem;
}

.p-card__tags,
.p-card__date {
  margin-top: 11px;
  margin-top: 0.6875rem;
}

.p-card__tag,
.p-card__date time {
  display: inline-block;
  padding-right: 10px;
  padding-right: 0.625rem;
  color: #646464;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-card__tag,
  .p-card__date time {
    font-size: 0.75rem;
  }
}

.p-company__section-title {
  text-align: center;
}

.p-company__blocks {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  row-gap: 2.5rem;
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 821px) {
  .p-company__blocks {
    margin-top: 3.125rem;
    row-gap: 1.875rem;
  }
}

.p-company__block > .p-company__wrap {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.75fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  -webkit-column-gap: 1.125rem;
     -moz-column-gap: 1.125rem;
          column-gap: 1.125rem;
}
@media screen and (min-width: 821px) {
  .p-company__block > .p-company__wrap {
    grid-template-columns: 13.75rem 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 1.75rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media screen and (min-width: 821px) {
  .p-company__block:last-child {
    margin-top: -0.4375rem;
  }
}

.p-company__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 15px;
  row-gap: 0.9375rem;
  padding-top: 19px;
  padding-top: 1.1875rem;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
  border-top: 1px solid #e6e6eb;
}
@media screen and (min-width: 821px) {
  .p-company__list {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.88888889fr);
    padding-top: 1rem;
    padding-bottom: 1.1875rem;
  }
}

.p-company__list:last-child {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e6e6eb;
}
@media screen and (min-width: 821px) {
  .p-company__list:last-child {
    padding-bottom: 1.75rem;
  }
}

@media screen and (min-width: 821px) {
  .p-company__block:nth-child(3) .p-company__list:last-child {
    padding-bottom: 1.125rem;
  }
}

.p-company__list:has(.p-company__logo) {
  padding-bottom: 11px;
  padding-bottom: 0.6875rem;
}
@media screen and (min-width: 821px) {
  .p-company__list:has(.p-company__logo) {
    padding-bottom: 0;
  }
}

.p-company__list:has(.p-company__logo.u-mt-28) {
  padding-bottom: 3px;
  padding-bottom: 0.1875rem;
}

.p-company__list dt,
.p-company__list dd {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-company__list dt,
  .p-company__list dd {
    font-size: 0.875rem;
  }
}

.p-company__list dt {
  color: #3228f0;
}

.p-company__list dd ul li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
}
.p-company__list dd ul li::before {
  content: "・";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 20px;
  width: 1.25rem;
  height: 100%;
  -webkit-transform: translate(17%, -50%);
          transform: translate(17%, -50%);
}

.p-company__list dd p {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .p-company__list dd p {
    margin-top: 0.75rem;
  }
}

.p-company__list dd span:not(.keyword-highlight) {
  display: block;
  letter-spacing: normal;
}

.p-company__list dd a[target=_blank] {
  color: #e6005a;
  letter-spacing: normal;
  text-decoration: underline;
}

.p-company__list dd span a {
  color: #e6005a;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

.p-company__list dd p + span {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 821px) {
  .p-company__list dd p + span {
    margin-top: 0;
  }
}

.p-company__list dd span + span {
  margin-top: 7px;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 821px) {
  .p-company__list dd span + span {
    margin-top: 0.625rem;
  }
}

@media screen and (min-width: 821px) {
  .p-company__wrap {
    display: grid;
    grid-template-columns: 1fr 10.3125rem;
    -webkit-column-gap: 3.5rem;
       -moz-column-gap: 3.5rem;
            column-gap: 3.5rem;
  }
}

.p-company__logo {
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-company__logo {
    margin-top: 0.3125rem;
  }
}

.p-company__logo img {
  display: inline-block;
  width: 160px;
  width: 10rem;
}
@media screen and (min-width: 821px) {
  .p-company__logo img {
    width: 100%;
  }
}

.p-company__text {
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-company__text {
    padding-top: 3.4375rem;
    font-size: 0.875rem;
  }
}

.p-company__title {
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-company__title {
    padding-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 821px) {
  .p-consultation {
    text-align: center;
  }
}

.p-consultation__section-title {
  width: 290px;
  width: 18.125rem;
}
@media screen and (min-width: 821px) {
  .p-consultation__section-title {
    width: 100%;
  }
}

.p-consultation__text {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-consultation__text {
    margin-top: 3.125rem;
    font-size: 1.25rem;
    line-height: 2;
  }
}

.p-consultation__btn {
  margin-top: 38px;
  margin-top: 2.375rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-consultation__btn {
    margin-top: 4.0625rem;
  }
}

.p-consultation__btn a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  width: 12.5rem;
  max-width: 100%;
  height: 60px;
  height: 3.75rem;
  border-radius: 1.875rem;
  background-color: #e6005a;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-consultation__btn a {
    width: 15rem;
    font-size: 1.25rem;
  }
}

.p-contact__form {
  width: 920px;
  width: 57.5rem;
  max-width: 100%;
  margin-inline: auto;
}

.p-form__note {
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
  margin-top: 1.25rem;
  margin-right: auto;
  margin-left: auto;
  color: silver;
  font-size: 10px;
  font-size: 0.625rem;
}
@media screen and (min-width: 821px) {
  .p-form__note {
    width: 23.4375rem;
    font-size: 0.6875rem;
  }
}
.p-form__note a {
  text-decoration: underline;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-detail__box {
  margin-top: 0;
  padding: 23px 20px 65px;
  padding: 1.4375rem 1.25rem 4.0625rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-detail__box {
    margin-top: 1.5625rem;
    padding: 3.75rem 2.5rem 4.375rem;
    border-radius: 0.5rem;
  }
}

@media screen and (min-width: 821px) {
  .p-detail__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-detail__category {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
}
@media screen and (min-width: 821px) {
  .p-detail__category {
    width: 33.3333333333%;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-detail__content {
  margin-top: 33px;
  margin-top: 2.0625rem;
}
@media screen and (min-width: 821px) {
  .p-detail__content {
    width: 66.6666666667%;
    margin-top: 0;
  }
}

.p-detail__title {
  color: #3228f0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-detail__title {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.p-detail__body {
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding-top: 31px;
  padding-top: 1.9375rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-detail__body {
    margin-top: 3rem;
    padding-top: 3.75rem;
  }
}
.p-detail__body h5 {
  margin: 0;
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-detail__body h5 {
    font-size: 1.25rem;
  }
}
.p-detail__body p {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
  letter-spacing: normal;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-detail__body p {
    margin-top: 0.75rem;
    padding-bottom: 3.75rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.p-detail__body .wp-block-quote {
  margin-top: -14px;
  margin-top: -0.875rem;
  padding: 20px 20px 28px;
  padding: 1.25rem 1.25rem 1.75rem;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-detail__body .wp-block-quote {
    margin-top: 0.75rem;
    padding: 2rem 2.4375rem 2.25rem;
  }
}
.p-detail__body .wp-block-quote p {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 821px) {
  .p-detail__body .wp-block-quote p {
    padding-bottom: 0.25rem;
    font-size: 1rem;
  }
}
.p-detail__body .wp-block-quote cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-detail__body .wp-block-quote cite {
    font-size: 1rem;
  }
}
.p-detail__body .wp-block-quote + p {
  display: none;
}

/* p-drawer
=============================== */
.p-drawer {
  width: 100%;
  height: 100vh;
  padding-top: 77px;
  padding-top: 4.8125rem;
  padding-bottom: 54px;
  padding-bottom: 3.375rem;
  background-color: #3228f0;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-drawer {
    height: auto;
    padding-top: 3.3125rem;
  }
}

.p-drawer__inner {
  width: 89.7435897436%;
}
@media screen and (min-width: 821px) {
  .p-drawer__inner {
    width: 1440px;
  }
}

@media screen and (min-width: 821px) {
  .p-drawer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.p-drawer__center {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 21px;
  row-gap: 1.3125rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (min-width: 821px) {
  .p-drawer__center {
    grid-template-columns: repeat(2, 1fr);
    width: 50.8%;
    margin-top: 2rem;
  }
}

.p-drawer__bottom {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-drawer__bottom {
    margin-top: 2.125rem;
  }
}

.p-drawer__langs.u-show-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  -webkit-column-gap: 1.0625rem;
     -moz-column-gap: 1.0625rem;
          column-gap: 1.0625rem;
}
@media screen and (min-width: 821px) {
  .p-drawer__langs.u-show-sp {
    display: none;
  }
}

.p-drawer__lang {
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 22px;
  line-height: 1.375rem;
  text-align: center;
  text-transform: uppercase;
}

.p-drawer__lang.is-active {
  border-bottom: 1px solid #fff;
}

.p-drawer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  row-gap: 0.5rem;
}
@media screen and (min-width: 821px) {
  .p-drawer__links {
    row-gap: 1rem;
  }
}

.p-drawer__links.u-show-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 821px) {
  .p-drawer__links.u-show-sp {
    display: none;
  }
}

.p-drawer__links.u-switch-tab {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-drawer__links.u-switch-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-drawer__links:has(.l-drawer__link.l-drawer__link--gate) {
  margin-top: 20px;
  margin-top: 1.25rem;
  padding-left: 5px;
  padding-left: 0.3125rem;
  row-gap: 18px;
  row-gap: 1.125rem;
}
@media screen and (min-width: 821px) {
  .p-drawer__links:has(.l-drawer__link.l-drawer__link--gate) {
    margin-top: 0;
    padding-left: 0;
    row-gap: 1rem;
  }
}

@media screen and (min-width: 821px) {
  .p-drawer__center .p-drawer__links {
    row-gap: 0.5rem;
  }
}

@media screen and (min-width: 821px) {
  .l-drawer__link {
    max-width: 21.875rem;
  }
}

.l-drawer__link a {
  display: block;
  font-family: "Manrope", sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 44px;
  line-height: 2.75rem;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .l-drawer__link a {
    font-size: 2.5rem;
  }
}

.p-drawer__center .l-drawer__link a {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 22px;
  line-height: 1.375rem;
}

.l-drawer__link.l-drawer__link--icon a {
  position: relative;
  padding-left: 28px;
  padding-left: 1.75rem;
}

.l-drawer__link.l-drawer__link--icon a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 15px;
  width: 0.9375rem;
  height: 11px;
  height: 0.6875rem;
  -webkit-transform: translate(20%, -50%);
          transform: translate(20%, -50%);
  background: url(../images/common/icon-external.svg) no-repeat center center/contain;
}

.l-drawer__link.l-drawer__link--gate a {
  font-family: "TsukuGoPr5-D";
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .l-drawer__link.l-drawer__link--gate a {
    font-size: 1.125rem;
  }
}

.p-drawer__hide {
  margin-top: 36px;
  margin-top: 2.25rem;
  padding-top: 42px;
  padding-top: 2.625rem;
  border-top: 1px solid rgba(160, 160, 180, .8);
}
@media screen and (min-width: 821px) {
  .p-drawer__hide {
    margin-top: 2.8125rem;
    padding-top: 2.5rem;
  }
}

.p-drawer__banners {
  row-gap: 20px;
  row-gap: 1.25rem;
}
@media screen and (min-width: 391px) {
  .p-drawer__banners {
    row-gap: 0.75rem;
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 821px) {
  .p-drawer__banners {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-examples__content {
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 821px) {
  .p-examples__content {
    margin-top: 4.375rem;
  }
}

.p-examples__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 82px;
  row-gap: 5.125rem;
}
@media screen and (min-width: 821px) {
  .p-examples__items {
    row-gap: 9.0625rem;
  }
}

.p-examples__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-examples__title {
    font-size: 2rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
    text-align: center;
  }
}

.p-examples__wrap {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  .p-examples__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.6875rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-examples__box p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-examples__box p {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-examples__box p + p {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  .p-examples__box p + p {
    margin-top: 2.25rem;
  }
}

.p-examples__img {
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 821px) {
  .p-examples__img {
    margin-top: 0;
  }
}

.p-features__section-title {
  width: 360px;
  width: 22.5rem;
}
@media screen and (min-width: 821px) {
  .p-features__section-title {
    width: 37.5rem;
  }
}

.p-features__items {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 821px) {
  .p-features__items {
    margin-top: 5rem;
  }
}

.p-features__item {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 55px;
  padding-bottom: 3.4375rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-features__item {
    padding-top: 3.4375rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (min-width: 821px) {
  .p-features__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 9.2142857143%;
       -moz-column-gap: 9.2142857143%;
            column-gap: 9.2142857143%;
  }
}

.p-features__item:nth-child(even) .p-features__wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (min-width: 821px) {
  .p-features__box {
    width: 41.0714285714%;
  }
}

.p-features__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-features__img {
    width: 49.7142857143%;
    margin-top: 0;
  }
}

.p-features__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  width: 5rem;
  height: 70px;
  height: 4.375rem;
  border-left: 3px solid #3228f0;
  color: #3228f0;
  font-family: "Manrope", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-features__number {
    width: 7.5rem;
    height: 6.25rem;
    font-size: 4.5rem;
  }
}

.p-features__title {
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.83333333;
}
@media screen and (min-width: 821px) {
  .p-features__title {
    margin-top: 2.5625rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}

.p-features__text {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-features__text {
    margin-top: 1.125rem;
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-features__link {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 821px) {
  .p-features__link {
    margin-top: 1.4375rem;
  }
}

.p-features__link a {
  color: #e6005a;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.75;
  text-decoration: underline;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .p-features__link a {
    letter-spacing: 0.02em;
  }
}

/* p-filters
=============================== */
.p-filters__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  gap: 0.625rem;
}

.p-filters__tab {
  display: inline-block;
  padding: 8px 9px;
  padding: 0.5rem 0.5625rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .p-filters__tab {
    padding: 0.4375rem 0.75rem;
    font-size: 0.875rem;
  }
}

.p-filters__tab[data-category-slug=all] {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.p-filters__tab[data-category-slug=column] {
  border-color: #e6005a;
  background-color: #e6005a;
}

.p-filters__tab[data-category-slug=dialogue] {
  border-color: #00cd69;
  background-color: #00cd69;
}

.p-filters__tab[data-category-slug=interview] {
  border-color: #dca082;
  background-color: #dca082;
}

.p-filters__tab[data-category-slug=report] {
  border-color: #ffff00;
  background-color: #ffff00;
}

.p-filters__tab[data-category-slug=others] {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
}

.p-filters__tab[data-category-slug].is-active {
  border-color: transparent;
}

.p-filters__tabs.p-filters__tabs--lg .p-filters__tab {
  padding: 7px 12px 9px;
  padding: 0.4375rem 0.75rem 0.5625rem;
}
@media screen and (min-width: 821px) {
  .p-filters__tabs.p-filters__tabs--lg .p-filters__tab {
    padding: 0.375rem 0.9375rem 0.5rem;
  }
}

.p-filters__tabs.p-filters__tabs--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-filters__tab.is-active {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.p-filters__tab a {
  display: block;
  width: 100%;
  height: 100%;
}

.p-flow__content {
  margin-top: 60px;
  margin-top: 3.75rem;
  color: #3228f0;
}
@media screen and (min-width: 821px) {
  .p-flow__content {
    width: 83.8571428571%;
    margin-top: 4.375rem;
    margin-inline: auto;
  }
}

.p-flow__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 41px;
  row-gap: 2.5625rem;
}
@media screen and (min-width: 821px) {
  .p-flow__lists {
    row-gap: 3.125rem;
  }
}

.p-flow__list {
  position: relative;
  padding: 22px 20px 33px;
  padding: 1.375rem 1.25rem 2.0625rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-flow__list {
    height: 12.5rem;
    padding: 1.25rem 0;
  }
}

.p-flow__list:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1px;
  bottom: -0.0625rem;
  left: 50%;
  width: 35px;
  width: 2.1875rem;
  height: 15px;
  height: 0.9375rem;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  background-color: #3228f0;
  -webkit-clip-path: polygon(100% 0, 0 0, 50% 100%);
          clip-path: polygon(100% 0, 0 0, 50% 100%);
}
@media screen and (min-width: 821px) {
  .p-flow__list:not(:last-child)::after {
    bottom: -0.125rem;
  }
}

@media screen and (min-width: 821px) {
  .p-flow__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 8.7fr);
    height: 100%;
  }
}

.p-flow__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .p-flow__number {
    height: 100%;
    font-size: 1rem;
  }
}

.p-flow__box {
  margin-top: 23px;
  margin-top: 1.4375rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  border-top: 1px solid #3228f0;
}
@media screen and (min-width: 821px) {
  .p-flow__box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.4fr);
    height: 100%;
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid #3228f0;
  }
}

.p-flow__box:not(:has(.p-flow__text)) {
  grid-template-columns: 1fr;
}

.p-flow__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-flow__title {
    padding-right: 2.1875rem;
    font-size: 1.75rem;
  }
}

@media screen and (min-width: 821px) {
  .p-flow__box:not(:has(.p-flow__text)) .p-flow__title {
    padding-right: 11.4%;
  }
}

.p-flow__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-top: 1.875rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-flow__text {
    margin-top: 0;
    padding-right: 2.1875rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-flow__notes {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  row-gap: 0.625rem;
  margin-top: 35px;
  margin-top: 2.1875rem;
}
@media screen and (min-width: 821px) {
  .p-flow__notes {
    row-gap: 0;
    margin-top: 4.0625rem;
  }
}

.p-flow__note {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-flow__note {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-form__item {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-form__item {
    grid-template-columns: minmax(0, 1fr) minmax(0, 2.83333333fr);
    padding-top: 1.875rem;
  }
}

.p-form__item:last-child {
  border-bottom: 1px solid #c8c8c8;
}

.p-form__item.p-form__item--sm {
  padding-bottom: 22px;
  padding-bottom: 1.375rem;
}

.p-form__item.p-form__item--lg {
  row-gap: 22px;
  row-gap: 1.375rem;
  padding-top: 21px;
  padding-top: 1.3125rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 821px) {
  .p-form__item.p-form__item--lg {
    padding-top: 2.5625rem;
    padding-bottom: 2.5625rem;
  }
}

.p-form__question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 8px;
  padding-top: 0.5rem;
}
@media screen and (min-width: 821px) {
  .p-form__question {
    padding-top: 1rem;
  }
}
.p-form__question h3 {
  line-height: 1;
}

.p-form__item.p-form__item--lg .p-form__question {
  padding-top: 2px;
  padding-top: 0.125rem;
}
@media screen and (min-width: 821px) {
  .p-form__item.p-form__item--lg .p-form__question {
    padding-top: 0.25rem;
  }
}

.p-form__checkbox {
  margin-top: 5px;
  margin-top: 0.3125rem;
  text-align: center;
}

.p-form__submit {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-form__submit {
    margin-top: 3.75rem;
  }
}

.p-form__submit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 821px) {
  .p-form__submit ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }
}

.wpcf7 form .wpcf7-response-output {
  border-color: transparent;
}

/* p-hamburger
=============================== */
.p-hamburger {
  width: 50px;
  width: 3.125rem;
  height: 50px;
  height: 3.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 50%;
  outline: none;
  background-color: #3228f0;
}

.p-hamburger__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  gap: 0.4375rem;
  -webkit-transition: inherit;
  transition: inherit;
}

.p-hamburger__line {
  display: block;
  width: 30px;
  width: 1.875rem;
  height: 1px;
  -webkit-transition: inherit;
  transition: inherit;
  background-color: #fff;
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:first-child {
  -webkit-transform: translateY(4px) rotate(45deg);
          transform: translateY(4px) rotate(45deg);
}

.p-hamburger[aria-expanded=true] .p-hamburger__line:last-child {
  -webkit-transform: translateY(-4px) rotate(-45deg);
          transform: translateY(-4px) rotate(-45deg);
}

.p-hamburger__label {
  position: absolute;
}

.p-intro__hgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 821px) {
  .p-intro__hgroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 37.5rem;
    max-width: 100%;
    height: 5.625rem;
    padding-left: 2.1875rem;
    -webkit-column-gap: 1.75rem;
       -moz-column-gap: 1.75rem;
            column-gap: 1.75rem;
  }
}

.p-intro__hgroup::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #3228f0;
}

.p-intro__hgroup:not(:has(img)) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
}

.p-intro__hgroup:not(:has(img))::after {
  display: none;
}

.p-intro__hgroup img {
  width: 80px;
  width: 5rem;
}
@media screen and (min-width: 821px) {
  .p-intro__hgroup img {
    width: 5.625rem;
  }
}

.p-intro__title {
  margin-top: 24px;
  margin-top: 1.5rem;
  padding-bottom: 6px;
  padding-bottom: 0.375rem;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-intro__title {
    margin-top: 0;
    padding-bottom: 0;
    font-size: 3rem;
  }
}

.p-intro__lead {
  margin-top: 45px;
  margin-top: 2.8125rem;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.04em;
  line-height: 2;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-intro__lead {
    margin-top: 3.1875rem;
    font-size: 2rem;
    line-height: 1.75;
  }
}

.p-intro__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-intro__text {
    margin-top: 1.75rem;
    font-size: 1.25rem;
    line-height: 1.8;
    text-align: center;
  }
}

.p-intro__gallery {
  margin-top: 45px;
  margin-top: 2.8125rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 821px) {
  .p-intro__gallery {
    margin-top: 4.375rem;
  }
}

.p-keyword-modal-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: fixed;
  z-index: 20000;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding: 1.25rem;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  opacity: 0;
  background-color: rgba(0, 0, 0, .5);
  pointer-events: none;
  inset: 0;
}
.p-keyword-modal-overlay.is-open {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.p-keyword-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 696px;
  max-width: 43.5rem;
  max-height: 80vh;
  padding: 10px 10px 50px;
  padding: 0.625rem 0.625rem 3.125rem;
  overflow: hidden;
  background-color: #f5f5f5;
}

.p-keyword-modal__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  gap: 0.625rem;
  width: 100%;
  max-height: 80vh;
  overflow-y: auto;
}

.p-keyword-modal__close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: sticky;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  width: 1.875rem;
  height: 30px;
  height: 1.875rem;
  padding: 0;
  border-radius: 50%;
  background-color: #323232;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__close {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1.5rem;
  }
}

.p-keyword-modal__close span {
  display: block;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
  line-height: 1;
}

.p-keyword-modal__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  gap: 1rem;
  width: 100%;
}

.p-keyword-modal__outer {
  padding-right: 10px;
  padding-left: 10px;
}

.p-keyword-modal__header {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-right: 40px;
  padding-right: 2.5rem;
}

.p-keyword-modal__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #3228f0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__title {
    margin-top: 3rem;
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.p-keyword-modal__category {
  color: #646464;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__category {
    font-size: 1rem;
  }
}

.p-keyword-modal__categories {
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.3;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__categories {
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
}

.p-keyword-modal__panel {
  position: relative;
  padding: 16px 20px 50px;
  padding: 1rem 1.25rem 3.125rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__panel {
    padding: 1rem 2.5rem 6.25rem;
  }
}

.p-keyword-modal__section:not(:last-child) {
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

.p-keyword-modal__section-label {
  color: #3228f0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.01em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__section-label {
    font-size: 1.25rem;
  }
}

.p-keyword-modal__body {
  margin-top: 13px;
  margin-top: 0.8125rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__body {
    margin-top: 2.1875rem;
    padding-top: 3.375rem;
  }
}
.p-keyword-modal__body h5 {
  margin: 0;
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__body h5 {
    font-size: 1.25rem;
  }
}
.p-keyword-modal__body p {
  margin-top: 8px;
  margin-top: 0.5rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  letter-spacing: normal;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__body p {
    margin-top: 0.75rem;
    padding-bottom: 3.125rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.p-keyword-modal__body .wp-block-quote {
  margin-top: 0;
  padding: 15px;
  padding: 0.9375rem;
  border: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__body .wp-block-quote {
    margin-top: 0.75rem;
    padding: 2rem 1.5625rem 2.25rem;
  }
}
.p-keyword-modal__body .wp-block-quote p {
  margin-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__body .wp-block-quote p {
    padding-bottom: 0.25rem;
    font-size: 1rem;
  }
}
.p-keyword-modal__body .wp-block-quote cite {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__body .wp-block-quote cite {
    font-size: 1rem;
  }
}
.p-keyword-modal__body .wp-block-quote + p {
  display: none;
}

.p-keyword-modal__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-keyword-modal__actions {
    margin-top: 2.8125rem;
  }
}

.p-keyword-modal__reference {
  padding: 16px 18px;
  padding: 1rem 1.125rem;
  border: 1px solid #e2e2e2;
  border-radius: 0.5rem;
  background-color: #f6f6f6;
}

.p-keyword-modal__reference-label {
  margin: 0 0 6px;
  margin: 0 0 0.375rem;
  color: #4d4d4d;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
}

.p-keyword-modal__reference-link {
  color: #1f45b9;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-decoration-thickness: 0.09375rem;
  word-break: break-all;
}

.p-keyword-modal__state {
  padding: 40px 20px;
  padding: 2.5rem 1.25rem;
  text-align: center;
}

.p-keyword-modal__state-text {
  margin: 0;
  color: #646478;
  font-size: 16px;
  font-size: 1rem;
}

.p-keyword-modal__state--error .p-keyword-modal__state-text {
  color: #d32f2f;
}

body.is-modal-open {
  overflow: hidden;
}

.p-keywords__section-title {
  text-align: center;
}

.p-keywords__search-form {
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 821px) {
  .p-keywords__search-form {
    margin-top: 6.125rem;
  }
}

@media screen and (min-width: 821px) {
  .p-keywords__wrap {
    display: grid;
    grid-template-columns: minmax(0, 4.86fr) minmax(0, 1fr);
  }
}

.p-keywords__filters {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  row-gap: 1.875rem;
  padding-bottom: 42px;
  padding-bottom: 2.625rem;
}
@media screen and (min-width: 821px) {
  .p-keywords__filters {
    row-gap: 3.125rem;
    padding-bottom: 0;
  }
}

.p-keywords__filter {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 16px;
  row-gap: 1rem;
}
@media screen and (min-width: 821px) {
  .p-keywords__filter {
    grid-template-columns: minmax(0, 1fr) minmax(0, 3.84fr);
  }
}

.p-keywords__filter:has(input[type=radio]) {
  row-gap: 9px;
  row-gap: 0.5625rem;
}

.p-keywords__filter dt {
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-keywords__filter dt {
    letter-spacing: 0.04em;
  }
}

@media screen and (min-width: 821px) {
  .p-keywords__filter:has(input[type=text]) dt {
    line-height: 3;
  }
}

@media screen and (min-width: 821px) {
  .p-keywords__filter:has(input[type=text]) dd {
    width: 86.9%;
  }
}

.p-keywords__search-button {
  padding-top: 19px;
  padding-top: 1.1875rem;
  border-top: 1px solid #c8c8c8;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-keywords__search-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-top: 0;
    padding-left: 2.375rem;
    border-top: none;
    border-left: 1px solid #c8c8c8;
  }
}

.p-link-box__title {
  margin-top: 10px;
  margin-top: 0.625rem;
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.71428571;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-link-box__title {
    margin-top: 1.5625rem;
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-main-visual {
  position: relative;
}

.p-main-visual__bg {
  display: block;
  height: 100vh;
}

.p-main-visual__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-main-visual__contents {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.p-main-visual__inner {
  height: inherit;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
}

@media screen and (min-width: 821px) {
  .p-main-visual__group {
    width: 46.875rem;
  }
}

.p-main-visual__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: inherit;
}
.p-main-visual__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: calc(100% - 5rem);
  padding-top: 1vh;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  letter-spacing: 0.25em;
  line-height: 2.3;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
}
@media screen and (min-width: 821px) {
  .p-main-visual__copy {
    padding-top: 13vh;
    padding-right: 3.6vw;
    font-size: 2rem;
    line-height: 1.6;
  }
}

.p-main-visual__copy.p-main-visual__copy--sm {
  margin-top: 12px;
  margin-top: 0.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-main-visual__copy.p-main-visual__copy--sm {
    margin-top: 0.125rem;
    font-size: 1.5rem;
    letter-spacing: normal;
    line-height: 1.66666667;
  }
}

.p-main-visual__banners {
  height: 80px;
  height: 5rem;
  margin-inline: calc(50% - 50vw);
}

@media screen and (min-width: 821px) {
  .p-main-visual__banner {
    width: 32.5rem;
    max-width: 100%;
  }
}

.p-main-visual__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-main-visual__text {
    margin-top: 1.5rem;
    font-size: 1.125rem;
    letter-spacing: 0.04em;
    line-height: 2;
  }
}
.p-main-visual__text p + p {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 821px) {
  .p-main-visual__text p + p {
    margin-top: 2.5rem;
  }
}

.p-main-visual__text.p-main-visual__text--sm {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 821px) {
  .p-main-visual__text.p-main-visual__text--sm {
    margin-top: 0.75rem;
    letter-spacing: 0.02em;
  }
}

.p-main-visual__sub-title {
  margin-top: 75px;
  margin-top: 4.6875rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-main-visual__sub-title {
    margin-top: 7.5rem;
    -moz-text-align-last: left;
         text-align-last: left;
  }
}

.p-main-visual__movie {
  margin-top: 82px;
  margin-top: 5.125rem;
}
@media screen and (min-width: 821px) {
  .p-main-visual__movie {
    margin-top: 0;
  }
}

.p-main-visual__movie > div {
  aspect-ratio: 347.52/193;
}
@media screen and (min-width: 821px) {
  .p-main-visual__movie > div {
    aspect-ratio: 577.6/321;
  }
}

.p-main-visual__movie > div video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-main-visual__btn {
  margin-top: 35px;
  margin-top: 2.1875rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-main-visual__btn {
    margin-top: 5rem;
    text-align: left;
  }
}

.p-member__section-title {
  text-align: center;
}

.p-member__content {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 821px) {
  .p-member__content {
    margin-top: 3.4375rem;
  }
}

.p-member__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  row-gap: 40px;
  row-gap: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-member__cards {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    row-gap: 3.375rem;
  }
}

.p-member__cards:has(.p-member__card--empty) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* p-message
=============================== */
.p-message__inner {
  width: 100%;
  max-width: 100%;
  margin-inline: calc(50% - 50vw);
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 821px) {
  .p-message__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 821px) {
  .p-message__img {
    position: sticky;
    top: 0;
    width: 50%;
    height: 100vh;
  }
}

@media screen and (min-width: 821px) {
  .p-message__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-message__content {
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
  background-color: #d7d7c8;
}
@media screen and (min-width: 821px) {
  .p-message__content {
    width: 50%;
    padding: 7.5rem 3rem 7.8125rem;
  }
}

.p-message__title {
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-message__title {
    padding-bottom: 3.125rem;
    font-size: 2rem;
  }
}

.p-message__text {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 821px) {
  .p-message__text {
    line-height: 1.75;
  }
}

.p-message__text + .p-message__text {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-message__text + .p-message__text {
    margin-top: 1.75rem;
  }
}

.p-message__text:last-of-type {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-message__text:last-of-type {
    margin-top: 4.375rem;
  }
}

.p-message__text--right {
  text-align: right;
}

.p-message__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 6px;
  row-gap: 0.375rem;
  margin-top: 27px;
  margin-top: 1.6875rem;
  padding-bottom: 32px;
  padding-bottom: 2rem;
}

.p-message__list {
  position: relative;
  padding-left: 16px;
  padding-left: 1rem;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 821px) {
  .p-message__list {
    padding-left: 1.5rem;
    line-height: 1.75;
  }
}

.p-message__list::before {
  content: "・";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0.6%;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.p-nav__lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  gap: 0.625rem;
}
@media screen and (min-width: 391px) {
  .p-nav__lists {
    grid-template-columns: repeat(auto-fit, minmax(17.5rem, 1fr));
  }
}
@media screen and (min-width: 821px) {
  .p-nav__lists {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.25rem;
  }
}

.p-nav__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 80px;
  height: 5rem;
  padding-right: 19px;
  padding-right: 1.1875rem;
  padding-left: 19px;
  padding-left: 1.1875rem;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
  border: 1px solid #000;
  border-radius: 0.5rem;
  background-color: #fff;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-nav__list a {
    -webkit-column-gap: 0.75rem;
       -moz-column-gap: 0.75rem;
            column-gap: 0.75rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1512px) {
  .p-nav__list a {
    height: 6.25rem;
    -webkit-column-gap: 1.375rem;
       -moz-column-gap: 1.375rem;
            column-gap: 1.375rem;
    font-size: 1.25rem;
  }
}

.p-nav__list a img {
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
}
@media screen and (min-width: 1512px) {
  .p-nav__list a img {
    width: 5rem;
    height: 5rem;
  }
}

.p-nav__list a span {
  display: block;
  position: relative;
  width: calc(100% - 3.75rem);
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
  text-align: center;
}
@media screen and (min-width: 1512px) {
  .p-nav__list a span {
    width: calc(100% - 5rem);
  }
}

.p-nav__list a span::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  right: 50%;
  bottom: 0;
  width: 21px;
  width: 1.3125rem;
  height: 8px;
  height: 0.5rem;
  -webkit-transform: translate(50%, 60%);
          transform: translate(50%, 60%);
  background: url(../images/common/arrow-icon-long_black.svg) no-repeat center center/contain;
}

@media screen and (min-width: 821px) {
  .p-news-post__inner.l-inner {
    max-width: 64.5vw;
  }
}

.p-news-post__head {
  color: #3228f0;
}

.p-news-post__info {
  -webkit-column-gap: 2.25rem;
     -moz-column-gap: 2.25rem;
          column-gap: 2.25rem;
}

.p-news-post__category {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-news-post__category {
    letter-spacing: 0.02em;
  }
}

.p-news-post__title {
  margin-top: 16px;
  margin-top: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .p-news-post__title {
    margin-top: 0.9375rem;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    line-height: 1.57142857;
  }
}

.p-news-post__sub-title {
  margin-top: 24px;
  margin-top: 1.5rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-news-post__sub-title {
    font-size: 1.25rem;
  }
}

.p-news-post__date {
  margin-top: 30px;
  margin-top: 1.875rem;
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-news-post__date {
    margin-top: 2.25rem;
  }
}

.p-news-post__body {
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-news-post__body {
    max-width: 92.5925925926vw;
    margin-top: 2rem;
    margin-inline: auto;
  }
}

.p-news-post__content {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.p-news-post__content a {
  color: #e6005a;
}
.p-news-post__content .wp-block-embed__wrapper {
  aspect-ratio: 500/281;
}
.p-news-post__content .wp-block-embed__wrapper iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-news-post__content h2,
.p-news-post__content h3 {
  margin-top: 31px;
  margin-top: 1.9375rem;
  color: #3228f0;
  font-weight: 400;
}
@media screen and (min-width: 821px) {
  .p-news-post__content h2,
  .p-news-post__content h3 {
    margin-top: 3.625rem;
  }
}
.p-news-post__content p + h2 {
  margin-top: 59px;
  margin-top: 3.6875rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content p + h2 {
    margin-top: 5.3125rem;
  }
}
.p-news-post__content h2 {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-news-post__content h2 {
    font-size: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.83333333;
  }
}
.p-news-post__content h3 {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .p-news-post__content h3 {
    font-size: 1.25rem;
    line-height: 2.2;
  }
}
.p-news-post__content p {
  margin-top: 25px;
  margin-top: 1.5625rem;
  letter-spacing: normal;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-news-post__content p {
    margin-top: 2.375rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.p-news-post__content p strong {
  color: #3228f0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-news-post__content p strong {
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 2.2;
  }
}
@media screen and (min-width: 821px) {
  .p-news-post__content p + p {
    margin-top: 1.8125rem;
  }
}
.p-news-post__content .wp-block-heading.underline {
  position: relative;
  padding-bottom: 5px;
  padding-bottom: 0.3125rem;
}
.p-news-post__content .wp-block-heading.underline::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #3228f0;
}
.p-news-post__content .wp-block-group {
  margin-top: 48px;
  margin-top: 3rem;
  padding: 17px 23px 23px;
  padding: 1.0625rem 1.4375rem 1.4375rem;
  border: 1px solid #c8c8c8;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-group {
    margin-top: 5.5625rem;
    padding: 1.875rem 2.5rem 2.5rem;
  }
}
.p-news-post__content .wp-block-group p {
  margin-top: 0;
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-group p {
    line-height: 1.75;
  }
}
.p-news-post__content .wp-block-group P + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-group P + p {
    margin-top: 1.875rem;
  }
}
.p-news-post__content .wp-block-group a {
  color: #e6005a;
  text-decoration: underline;
}
.p-news-post__content .wp-block-image {
  margin-top: 36px;
  margin-top: 2.25rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-image {
    margin-top: 2.5rem;
    padding-bottom: 0.9375rem;
  }
}
.p-news-post__content .wp-element-caption {
  margin-top: 9px;
  margin-top: 0.5625rem;
  margin-bottom: 0;
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-element-caption {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
  }
}
.p-news-post__content .wp-block-list {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-list {
    margin-top: 1.75rem;
  }
}
.p-news-post__content .wp-block-list li {
  position: relative;
  padding-left: 20px;
  padding-left: 1.25rem;
  letter-spacing: normal;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-list li {
    padding-left: 1.5rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.p-news-post__content .wp-block-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(25%, 30%);
          transform: translate(25%, 30%);
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-list li::before {
    -webkit-transform: translate(40%, 70%);
            transform: translate(40%, 70%);
  }
}
.p-news-post__content .wp-block-list li + li {
  margin-top: 4px;
  margin-top: 0.25rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-list li + li {
    margin-top: 0;
  }
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-list + p {
    margin-top: 1.6875rem;
  }
}
.p-news-post__content .wp-block-column strong {
  color: #000;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-column strong {
    font-size: 1rem;
    letter-spacing: 0.04em;
    line-height: 1.75;
  }
}
.p-news-post__content .wp-block-group {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-group {
    margin-top: 3.4375rem;
  }
}
.p-news-post__content .wp-block-group + .wp-block-group {
  margin-top: 64px;
  margin-top: 4rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__content .wp-block-group + .wp-block-group {
    margin-top: 6.875rem;
  }
}
.p-news-post__event-details {
  margin-top: 48px;
  margin-top: 3rem;
  padding: 17px 23px 23px;
  padding: 1.0625rem 1.4375rem 1.4375rem;
  border: 1px solid #c8c8c8;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-news-post__event-details {
    margin-top: 5.5625rem;
    padding: 1.875rem 2.5rem 2.5rem;
  }
}
.p-news-post__event-details p {
  margin-top: 0;
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .p-news-post__event-details p {
    line-height: 1.75;
  }
}
.p-news-post__event-details P + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__event-details P + p {
    margin-top: 1.875rem;
  }
}
.p-news-post__event-details a {
  color: #e6005a;
  text-decoration: underline;
}

.p-news-post__foot {
  margin-top: 79px;
  margin-top: 4.9375rem;
}
@media screen and (min-width: 821px) {
  .p-news-post__foot {
    margin-top: 5.625rem;
  }
}

.p-post-news__btn {
  text-align: center;
}

.p-news__section-title {
  text-align: center;
}

.p-news__nav {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-news__nav {
    margin-top: 7.5rem;
  }
}

.p-news__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6875rem;
     -moz-column-gap: 0.6875rem;
          column-gap: 0.6875rem;
}
@media screen and (min-width: 821px) {
  .p-news__links {
    -webkit-column-gap: 1.9375rem;
       -moz-column-gap: 1.9375rem;
            column-gap: 1.9375rem;
  }
}

.p-news__link a {
  display: block;
  color: #646464;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-news__link a {
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
}

.p-news__link.is-active a {
  color: #3228f0;
}

.p-news__content {
  margin-top: 52px;
  margin-top: 3.25rem;
}
@media screen and (min-width: 821px) {
  .p-news__content {
    margin-top: 5.3125rem;
  }
}

.p-news__list {
  padding-top: 17px;
  padding-top: 1.0625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-news__list {
    padding-top: 0.5rem;
    padding-bottom: 0.6875rem;
  }
}

.p-news__list:last-child {
  border-bottom: 1px solid #c8c8c8;
}

.p-news__list a {
  display: block;
}

.p-news__wrap {
  display: grid;
  grid-template-columns: 1fr;
}
@media screen and (min-width: 821px) {
  .p-news__wrap {
    grid-template-columns: 1fr 12.5rem;
    min-height: 8.75rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-news__wrap:has(.p-news__img) {
  grid-template-columns: 1fr 8.75rem;
  -webkit-column-gap: 0.9375rem;
     -moz-column-gap: 0.9375rem;
          column-gap: 0.9375rem;
}
@media screen and (min-width: 821px) {
  .p-news__wrap:has(.p-news__img) {
    grid-template-columns: 1fr 13.625rem;
    min-height: 8.75rem;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media screen and (min-width: 821px) {
  .p-news__info {
    display: grid;
    grid-template-columns: 6.25rem 13.75rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-news__img {
  margin-top: 42px;
  margin-top: 2.625rem;
  aspect-ratio: 139.7/91;
}
@media screen and (min-width: 821px) {
  .p-news__img {
    aspect-ratio: 218/142;
    margin-top: 0;
  }
}

.p-news__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.375rem;
}

.p-news__date,
.p-news__category {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-news__date,
  .p-news__category {
    display: block;
    font-size: 0.875rem;
  }
}

.p-news__date {
  padding-right: 20px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-news__date {
    padding-right: 0;
  }
}

.p-news__category {
  color: #3228f0;
}

.p-news__title {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-news__title {
    margin-top: 0;
    font-size: 1rem;
  }
}

.p-news__btn {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-news__btn {
    margin-top: 3.875rem;
  }
}

.p-news__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-news__pagination {
    margin-top: 4.375rem;
  }
}

.p-ofif__inner.l-inner {
  z-index: 2;
}
@media screen and (min-width: 821px) {
  .p-ofif__inner.l-inner {
    width: 1452px;
    max-width: 96.0317460317vw;
  }
}

.p-ofif__page-title {
  display: grid;
  row-gap: 7px;
  row-gap: 0.4375rem;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-ofif__page-title {
    row-gap: 0.875rem;
  }
}

.p-ofif__page-title span {
  font-size: 60px;
  font-size: 3.75rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__page-title span {
    font-size: 7.5rem;
  }
}

.p-ofif__page-title h1 {
  font-size: 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
}
@media screen and (min-width: 821px) {
  .p-ofif__page-title h1 {
    font-size: 2.5rem;
  }
}

.p-ofif__body {
  position: relative;
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-top: 120px;
  padding-top: 7.5rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #3228f0;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-ofif__body {
    margin-top: 4.0625rem;
    padding-top: 14.6875rem;
    padding-bottom: 15.625rem;
  }
}

.p-ofif__body::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1005px;
  height: 62.8125rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../images/ofif/background.png) no-repeat center top/cover;
}

.p-ofif__contents {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 80px;
  row-gap: 5rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__contents {
    row-gap: 13.125rem;
  }
}

.p-ofif__section-title {
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #f5f5f5;
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-transform: capitalize;
}
@media screen and (min-width: 821px) {
  .p-ofif__section-title {
    padding-bottom: 1.4375rem;
    font-size: 2rem;
    line-height: 1;
  }
}

.p-ofif__section:nth-child(even) .p-ofif__section-title {
  text-align: right;
}

.p-ofif__section-title.p-ofif__section-title--center {
  padding-bottom: 0;
  border-bottom: none;
  font-family: "TsukuGoPr5-D";
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.33333333;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-ofif__section-title.p-ofif__section-title--center {
    font-size: 1.5rem;
  }
}

.p-ofif__wrap {
  display: grid;
  grid-template-columns: 1fr;
  margin-top: 48px;
  margin-top: 3rem;
  row-gap: 60px;
  row-gap: 3.75rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__wrap {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 4.25rem;
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

@media screen and (min-width: 821px) {
  .p-ofif__wrap:has(.p-ofif__wrap) {
    grid-template-columns: 1fr 2fr;
  }
}

@media screen and (min-width: 821px) {
  .p-ofif__wrap.p-ofif__wrap--wide {
    grid-template-columns: 2fr 1fr;
    -webkit-column-gap: 5rem;
       -moz-column-gap: 5rem;
            column-gap: 5rem;
  }
}

.p-ofif__wrap .p-ofif__wrap {
  margin-top: 0;
}
@media screen and (min-width: 821px) {
  .p-ofif__wrap .p-ofif__wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-ofif__text.p-ofif__text--lg + .p-ofif__wrap {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__text.p-ofif__text--lg + .p-ofif__wrap {
    margin-top: 5.625rem;
  }
}

.p-ofif__foot .p-ofif__wrap {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__foot .p-ofif__wrap {
    margin-top: 4.375rem;
  }
}

.p-ofif__box {
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
.p-ofif__box:empty {
  display: none;
}
@media screen and (min-width: 821px) {
  .p-ofif__box:empty {
    display: block;
  }
}

.p-ofif__box.p-ofif__box--sub {
  display: grid;
  grid-row: span 3;
  grid-template-rows: subgrid;
  row-gap: 0;
}

.p-ofif__label {
  position: relative;
  padding-left: 35px;
  padding-left: 2.1875rem;
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-ofif__label {
    padding-left: 3.1875rem;
    font-size: 0.875rem;
  }
}

.p-ofif__label::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 24px;
  width: 1.5rem;
  height: 1px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #fff;
}
@media screen and (min-width: 821px) {
  .p-ofif__label::before {
    width: 2.5rem;
  }
}

.p-ofif__title {
  margin-top: 5px;
  margin-top: 0.3125rem;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 821px) {
  .p-ofif__title {
    margin-top: 0.5rem;
    font-size: 1.125rem;
  }
}

.p-ofif__head {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  text-transform: capitalize;
}
@media screen and (min-width: 821px) {
  .p-ofif__head {
    font-size: 1.25rem;
  }
}

.p-ofif__text {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: justify;
}
@media screen and (min-width: 821px) {
  .p-ofif__text {
    font-size: 0.875rem;
  }
}

.p-ofif__text.p-ofif__text--lg {
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-ofif__text.p-ofif__text--lg {
    font-size: 1.125rem;
    line-height: 1.77777778;
  }
}

.p-ofif__text + .p-ofif__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__text + .p-ofif__text {
    margin-top: 1.6875rem;
  }
}

.p-ofif__head + .p-ofif__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  line-height: 1.8;
}
@media screen and (min-width: 821px) {
  .p-ofif__head + .p-ofif__text {
    line-height: 2;
  }
}

.p-ofif__foot .p-ofif__text + .p-ofif__text {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__foot .p-ofif__text + .p-ofif__text {
    margin-top: 3.75rem;
  }
}

.p-ofif__section-title + .p-ofif__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__section-title + .p-ofif__text {
    margin-top: 3.5rem;
  }
}

dl.p-ofif__lists + .p-ofif__text {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  dl.p-ofif__lists + .p-ofif__text {
    margin-top: 1.5rem;
  }
}

.p-ofif__title + .p-ofif__text,
.p-ofif__label + .p-ofif__text {
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__title + .p-ofif__text,
  .p-ofif__label + .p-ofif__text {
    margin-top: 2rem;
  }
}

ul.p-ofif__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  row-gap: 0.3125rem;
  padding-top: 16px;
  padding-top: 1rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
}
.p-ofif__foot ul.p-ofif__lists {
  row-gap: 8px;
  row-gap: 0.5rem;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__foot ul.p-ofif__lists {
    padding-top: 1.5rem;
    padding-bottom: 3.125rem;
  }
}

ul.p-ofif__lists .p-ofif__list {
  position: relative;
  padding-left: 22px;
  padding-left: 1.375rem;
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 821px) {
  ul.p-ofif__lists .p-ofif__list {
    font-size: 0.875rem;
  }
}

ul.p-ofif__lists .p-ofif__list::before {
  content: "・";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 5px;
  left: 0.3125rem;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

dl.p-ofif__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  margin-top: 24px;
  margin-top: 1.5rem;
}
@media screen and (min-width: 821px) {
  dl.p-ofif__lists {
    margin-top: 2rem;
  }
}

dl.p-ofif__lists .p-ofif__list {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 5px;
  row-gap: 0.3125rem;
}

dl.p-ofif__lists .p-ofif__list dt,
dl.p-ofif__lists .p-ofif__list dd {
  font-size: 13px;
  font-size: 0.8125rem;
}
@media screen and (min-width: 821px) {
  dl.p-ofif__lists .p-ofif__list dt,
  dl.p-ofif__lists .p-ofif__list dd {
    font-size: 0.875rem;
  }
}

.p-ofif__img {
  margin-top: 40px;
  margin-top: 2.5rem;
  text-align: right;
}
@media screen and (min-width: 821px) {
  .p-ofif__img {
    margin-top: 13.75rem;
    padding-bottom: 2.5rem;
  }
}

.p-ofif__img img {
  display: inline-block;
  width: 67.1171171171%;
}

.p-ofif__logo {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-ofif__logo {
    margin-top: 1.875rem;
  }
}

.p-ofif__foot {
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 120px;
  padding-bottom: 7.5rem;
  background-color: #323232;
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-ofif__foot {
    padding-top: 7.5rem;
    padding-bottom: 17.5rem;
  }
}

@media screen and (min-width: 821px) {
  .p-ofif__figure {
    padding-top: 4.375rem;
  }
}

@media screen and (min-width: 821px) {
  .p-ofif__figure img {
    width: 99%;
    -webkit-transform: translateX(4%);
            transform: translateX(4%);
  }
}

.p-page__section-title {
  text-align: center;
}

.p-page__sub-title {
  position: relative;
  margin-top: 52px;
  margin-top: 3.25rem;
  color: #3228f0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: normal;
  line-height: 1.33333333;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-page__sub-title {
    margin-top: 5.9375rem;
    font-size: 1.5rem;
    letter-spacing: 0.04em;
  }
}

.p-page__contents {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 821px) {
  .p-page__contents {
    margin-top: 5rem;
  }
}

.p-page__title {
  margin-top: 28px;
  margin-top: 1.75rem;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
  line-height: 1.64285714;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-page__title {
    margin-top: 2.4375rem;
    font-size: 1.75rem;
  }
}

.p-page__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 40px;
  row-gap: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-page__items {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
  }
}

@media screen and (min-width: 821px) {
  .p-page__items:has(:only-child) .p-page__item {
    width: 37.5rem;
    max-width: 100%;
  }
}

.p-page__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-page__lists {
    width: 43.5rem;
    max-width: 100%;
    margin-top: 2.25rem;
    margin-right: auto;
    margin-left: auto;
    row-gap: 1.25rem;
  }
}

.p-page__list {
  padding-bottom: 13px;
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #3228f0;
}
@media screen and (min-width: 821px) {
  .p-page__list {
    padding-bottom: 0.625rem;
    text-align: center;
  }
}

.p-page__list span {
  display: inline-block;
  position: relative;
  padding-left: 25px;
  padding-left: 1.5625rem;
  color: #3228f0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: normal;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-page__list span {
    padding-left: 1.8125rem;
    font-size: 1.25rem;
    letter-spacing: 0.02em;
    line-height: 1.4;
  }
}

.p-page__list span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 4px;
  left: 0.25rem;
}

.p-page__list:nth-child(1) span::before {
  content: "1.";
}

.p-page__list:nth-child(2) span::before {
  content: "2.";
}

.p-page__list:nth-child(3) span::before {
  content: "3.";
}

.p-page__text {
  width: 916px;
  width: 57.25rem;
  max-width: 100%;
  margin-top: 27px;
  margin-top: 1.6875rem;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-page__text {
    margin-top: 1.5rem;
    letter-spacing: 0.02em;
    line-height: 1.75;
  }
}

.p-page__text.p-page__text--lg {
  width: 100%;
  margin-top: 45px;
  margin-top: 2.8125rem;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-page__text.p-page__text--lg {
    margin-top: 5.625rem;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 821px) {
  .p-page__text.p-page__text--center {
    width: 100%;
    letter-spacing: 0.04em;
    text-align: center;
  }
}

.p-page__link {
  margin-top: 22px;
  margin-top: 1.375rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-page__link {
    margin-top: 2.375rem;
    margin-left: -0.1875rem;
  }
}

.p-page__link a {
  color: #e6005a;
  text-decoration: underline;
}

.p-page__img {
  margin-top: 63px;
  margin-top: 3.9375rem;
  text-align: right;
}
@media screen and (min-width: 821px) {
  .p-page__img {
    margin-top: 3.125rem;
    text-align: center;
  }
}

.p-page__rotation {
  display: block;
  position: relative;
}

.p-page__rotation::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 63%;
  height: 43%;
  -webkit-transform: translate(-5%, -50%);
          transform: translate(-5%, -50%);
  -webkit-animation: rotationSP 15s linear infinite;
          animation: rotationSP 15s linear infinite;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  background: url(../images/service/service-rotation.svg) no-repeat center center/contain;
}
@media screen and (min-width: 821px) {
  .p-page__rotation::after {
    top: auto;
    top: initial;
    bottom: 0;
    left: 50%;
    width: 20.6875rem;
    height: 20.6875rem;
    -webkit-transform: translate(-50%, 17%);
            transform: translate(-50%, 17%);
    -webkit-animation: rotationPC 15s linear infinite;
            animation: rotationPC 15s linear infinite;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
}

@-webkit-keyframes rotationSP {
  from {
    -webkit-transform: translate(-5%, -50%) rotate(0deg);
            transform: translate(-5%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-5%, -50%) rotate(360deg);
            transform: translate(-5%, -50%) rotate(360deg);
  }
}

@keyframes rotationSP {
  from {
    -webkit-transform: translate(-5%, -50%) rotate(0deg);
            transform: translate(-5%, -50%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-5%, -50%) rotate(360deg);
            transform: translate(-5%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotationPC {
  from {
    -webkit-transform: translate(-50%, 17%) rotate(0deg);
            transform: translate(-50%, 17%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, 17%) rotate(360deg);
            transform: translate(-50%, 17%) rotate(360deg);
  }
}
@keyframes rotationPC {
  from {
    -webkit-transform: translate(-50%, 17%) rotate(0deg);
            transform: translate(-50%, 17%) rotate(0deg);
  }
  to {
    -webkit-transform: translate(-50%, 17%) rotate(360deg);
            transform: translate(-50%, 17%) rotate(360deg);
  }
}
.p-page__img img {
  display: inline-block;
  width: 88%;
}
@media screen and (min-width: 821px) {
  .p-page__img img {
    width: 68.5714285714%;
  }
}

.p-page__splide {
  margin-top: 9px;
  margin-top: 0.5625rem;
}
@media screen and (min-width: 821px) {
  .p-page__splide {
    margin-top: -6.25rem;
  }
}

.p-page__contact {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-page__contact {
    margin-top: 5.9375rem;
  }
}

.p-pagination .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
}
.p-pagination .wp-pagenavi a,
.p-pagination .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20px;
  width: 1.25rem;
  height: 30px;
  height: 1.875rem;
  margin: 0;
  padding: 0;
  border: none;
  color: #646478;
  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}
.p-pagination .wp-pagenavi span.current {
  border-bottom: 1px solid #3228f0;
  color: #3228f0;
}

/* p-panel
=============================== */
.p-panel__box {
  padding: 20px 21px 25px;
  padding: 1.25rem 1.3125rem 1.5625rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-panel__box {
    padding: 1.5625rem;
  }
}

.p-panel__title {
  letter-spacing: 0.02em;
  line-height: 1.42857143;
}
@media screen and (min-width: 821px) {
  .p-panel__title {
    font-size: 1.25rem;
  }
}

.p-panel__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: normal;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .p-panel__text {
    margin-top: 0.9375rem;
    font-size: 0.875rem;
    line-height: 1.71428571;
  }
}

.p-panel__img {
  aspect-ratio: 257/114;
}

.p-panel__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 821px) {
  .p-partners__wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 0.97795276fr);
    -webkit-column-gap: 5.9375rem;
       -moz-column-gap: 5.9375rem;
            column-gap: 5.9375rem;
  }
}

.p-partners__section-title {
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-partners__section-title {
    text-align: left;
  }
}

.p-partners__text {
  margin-top: 27px;
  margin-top: 1.6875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-partners__text {
    max-width: 36.25rem;
    margin-top: 2.6875rem;
  }
}

.p-partners__img {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-partners__img {
    margin-top: -0.375rem;
    padding-right: 1.6875rem;
  }
}

.p-partners__body {
  margin-top: 67px;
  margin-top: 4.1875rem;
}
@media screen and (min-width: 821px) {
  .p-partners__body {
    margin-top: 6.25rem;
  }
}

.p-partners__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.p-partners__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 33.3333333333%;
  border-radius: 0.75rem;
  aspect-ratio: 116.25/93;
  background-color: #fff;
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-partners__item {
    width: 14.2857142857%;
    aspect-ratio: 20/16;
    font-size: 1.25rem;
  }
}

.p-partners__item.p-partners__item--reverse {
  position: relative;
  z-index: 2;
  background-color: #3228f0;
  color: #fff;
}

.p-partners__link {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px dashed #3228f0;
  border-radius: 0.75rem;
  text-align: center;
}
.p-partners__link p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  padding: 0.625rem;
}

.p-partners__link.p-partners__link--disabled {
  cursor: default;
  pointer-events: none;
}

.p-partners__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 10px;
  padding: 0.625rem;
}

.p-policy__item h2 {
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #3228f0;
  color: #3228f0;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (min-width: 821px) {
  .p-policy__item h2 {
    margin-bottom: 1.875rem;
    padding-bottom: 0.875rem;
    font-size: 1.5rem;
  }
}
.p-policy__item h3 {
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .p-policy__item h3 {
    margin-bottom: 1.25rem;
  }
}
.p-policy__item p + h3 {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
.p-policy__item p {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-policy__item p {
    font-size: 0.875rem;
  }
}
.p-policy__item p + p {
  margin-top: 23px;
  margin-top: 1.4375rem;
}
.p-policy__item ul li + li {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-policy__item ul li + li {
    margin-top: 2.375rem;
  }
}
.p-policy__item p + ul {
  margin-top: 55px;
  margin-top: 3.4375rem;
}
.p-policy__item ol {
  margin-bottom: 55px;
  margin-bottom: 3.4375rem;
  padding-left: 21px;
  padding-left: 1.3125rem;
  list-style: decimal;
}
.p-policy__item ol li {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-policy__item ol li {
    font-size: 0.875rem;
  }
}
.p-policy__item ol li + li {
  margin-top: 10px;
  margin-top: 0.625rem;
}
.p-policy__item p + ol {
  margin-top: 23px;
  margin-top: 1.4375rem;
}

.p-policy__item + .p-policy__item {
  margin-top: 44px;
  margin-top: 2.75rem;
}
@media screen and (min-width: 821px) {
  .p-policy__item + .p-policy__item {
    margin-top: 5.5rem;
  }
}

.p-policy__item + p {
  margin-top: 23px;
  margin-top: 1.4375rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.71428571;
}
@media screen and (min-width: 821px) {
  .p-policy__item + p {
    font-size: 0.875rem;
  }
}

@media screen and (min-width: 821px) {
  .p-present__inner {
    width: 62.5rem;
  }
}

.p-present__head {
  margin-top: 60px;
  margin-top: 3.75rem;
}
@media screen and (min-width: 821px) {
  .p-present__head {
    margin-top: 6.875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    text-align: center;
  }
}

.p-present__box {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-present__catch p {
  color: #3228f0;
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .p-present__catch p {
    font-size: 1.5rem;
    line-height: 1.83333333;
  }
}

.p-present__catch p + p {
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (min-width: 821px) {
  .p-present__catch p + p {
    margin-top: 0;
  }
}

.p-present__lead {
  margin-top: 20px;
  margin-top: 1.25rem;
  color: #3228f0;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 821px) {
  .p-present__lead {
    margin-top: 1.6875rem;
    line-height: 2;
  }
}

.p-present__body {
  margin-top: 60px;
  margin-top: 3.75rem;
  overflow-x: hidden;
}
@media screen and (min-width: 821px) {
  .p-present__body {
    margin-top: 4.6875rem;
  }
}

.p-present__visual {
  position: relative;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-present__visual {
    padding-bottom: 0;
  }
}

.p-present__visual::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 50%;
  width: 42px;
  width: 2.625rem;
  height: 16px;
  height: 1rem;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: url(../images/knowledge/scroll-icon.svg) no-repeat center center/contain;
}
@media (min-width: 585px) {
  .p-present__visual::after {
    display: none;
  }
}

.p-present__scroll-area {
  overflow-x: scroll;
}

.p-present__scroll-area img {
  width: 520px;
  width: 32.5rem;
  max-width: 520px;
  max-width: 32.5rem;
}
@media (min-width: 585px) {
  .p-present__scroll-area img {
    width: 100%;
    max-width: 100%;
  }
}

.p-present__wrap {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 19px;
  row-gap: 1.1875rem;
  margin-top: 42px;
  margin-top: 2.625rem;
}
@media screen and (min-width: 821px) {
  .p-present__wrap {
    grid-template-columns: repeat(2, 1fr);
    margin-top: 4.25rem;
    -webkit-column-gap: 2.375rem;
       -moz-column-gap: 2.375rem;
            column-gap: 2.375rem;
  }
}

.p-present__lists {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 19px;
  row-gap: 1.1875rem;
}
@media screen and (min-width: 821px) {
  .p-present__lists {
    row-gap: 1.5rem;
  }
}

.p-present__list dt {
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.71428571;
}

.p-present__list dd {
  margin-top: 3px;
  margin-top: 0.1875rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .p-present__list dd {
    font-size: 0.875rem;
    line-height: 1.71428571;
  }
}

.p-present__title {
  color: #3228f0;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.5625;
}
@media screen and (min-width: 821px) {
  .p-present__title {
    font-size: 2.5rem;
    text-align: center;
  }
}

.p-present__content {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 821px) {
  .p-present__content {
    margin-top: 3.4375rem;
  }
}

.p-present__text {
  letter-spacing: 0.02em;
}
@media screen and (min-width: 821px) {
  .p-present__text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-present__img {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 821px) {
  .p-present__img {
    margin-top: 2.5rem;
  }
}

.p-present__foot {
  margin-top: 100px;
  margin-top: 6.25rem;
}
@media screen and (min-width: 821px) {
  .p-present__foot {
    margin-top: 9.375rem;
  }
}

.p-present__links {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 29px;
  row-gap: 1.8125rem;
}
@media screen and (min-width: 821px) {
  .p-present__links {
    row-gap: 2.1875rem;
  }
}

.p-present__link {
  color: #3228f0;
}

.p-present__link p {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .p-present__link p {
    font-size: 1.75rem;
    line-height: 1.78571429;
  }
}

.p-present__link a {
  display: inline-block;
  position: relative;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 12px;
  padding-bottom: 0.75rem;
  padding-left: 40px;
  padding-left: 2.5rem;
  font-family: "Manrope", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.25;
  text-transform: uppercase;
}
@media screen and (min-width: 821px) {
  .p-present__link a {
    padding-right: 1.875rem;
    padding-left: 3.75rem;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

.p-present__link a::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 31px;
  width: 1.9375rem;
  height: 8px;
  height: 0.5rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../images/common/arrow-icon-long_blue.svg) no-repeat center center/contain;
}
@media screen and (min-width: 821px) {
  .p-present__link a::after {
    width: 2.5625rem;
  }
}

.p-present__note {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.66666667;
  text-align: right;
}
@media screen and (min-width: 821px) {
  .p-present__note {
    font-size: 0.875rem;
    line-height: 1.71428571;
  }
}

.p-profile__img {
  aspect-ratio: 164/133;
}

.p-profile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-profile__box {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .p-profile__box {
    margin-top: 1.5rem;
  }
}

.p-profile__title {
  letter-spacing: 0.05em;
}

.p-profile__category {
  margin-top: 10px;
  margin-top: 0.625rem;
  font-size: 11px;
  font-size: 0.6875rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 821px) {
  .p-profile__category {
    margin-top: 0.375rem;
  }
}

/* p-projects
=============================== */
.p-projects__section-title {
  text-align: center;
}

.p-projects__content {
  margin-top: 45px;
  margin-top: 2.8125rem;
}
@media screen and (min-width: 821px) {
  .p-projects__content {
    margin-top: 5.3125rem;
  }
}

.p-projects__cards {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 55px;
  row-gap: 3.4375rem;
}
@media screen and (min-width: 821px) {
  .p-projects__cards {
    row-gap: 3.75rem;
  }
}

@media screen and (min-width: 821px) {
  .p-projects__cards.p-projects__cards--col3 {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-projects__cards.p-projects__cards--col3:has(.p-projects__card--no-data) {
  grid-template-columns: 1fr;
}

@media screen and (min-width: 821px) {
  .p-projects__cards.p-projects__cards--col4 {
    grid-template-columns: repeat(4, 1fr);
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

.p-projects__card.p-projects__card--no-data {
  text-align: center;
}

.p-projects__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-projects__btn {
    margin-top: 2.625rem;
  }
}

.p-projects__filters {
  margin-top: 37px;
  margin-top: 2.3125rem;
}
@media screen and (min-width: 821px) {
  .p-projects__filters {
    margin-top: 1.5625rem;
  }
}

.p-projects__filter:has(.p-filters) {
  margin-top: 25px;
  margin-top: 1.5625rem;
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-projects__filter:has(.p-filters) {
    margin-top: 1.1875rem;
  }
}

.p-projects__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  gap: 0.625rem;
}
.p-projects__tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 100px;
  min-width: 6.25rem;
  padding: 7.5px 25px;
  padding: 0.46875rem 1.5625rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: #fff;
  color: #3228f0;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .p-projects__tab {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    min-width: 0;
    min-width: initial;
    padding: 0.75rem 1.375rem;
  }
}

.p-projects__tab:first-child {
  max-width: 100px;
  max-width: 6.25rem;
}
@media screen and (min-width: 821px) {
  .p-projects__tab:first-child {
    max-width: 100%;
  }
}

.p-projects__tab.is-active {
  background-color: #3228f0;
  color: #fff;
}

.p-projects__filter:has(.p-filters) dl {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 10px;
  row-gap: 0.625rem;
}
@media screen and (min-width: 821px) {
  .p-projects__filter:has(.p-filters) dl {
    grid-template-columns: 7.1875rem 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 0;
  }
}

.p-projects__filter:has(.p-filters) dl + dl {
  margin-top: 20px;
  margin-top: 1.25rem;
}

.p-projects__filter:has(.p-filters) dl dt {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 821px) {
  .p-projects__filter:has(.p-filters) dl dt {
    font-size: 0.875rem;
  }
}

.p-projects__pagination {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-projects__pagination {
    margin-top: 4.375rem;
  }
}

.p-recruit {
  padding-top: 80px;
  padding-top: 5rem;
}
@media screen and (min-width: 821px) {
  .p-recruit {
    padding-top: 5.625rem;
  }
}

.p-recruit__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
}

.p-recruit__item {
  position: relative;
  padding: 16px 0 16px 20px;
  padding: 1rem 0 1rem 1.25rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-recruit__item {
    padding: 2.125rem 0 2.125rem 2.5rem;
  }
}

.p-recruit__btn {
  display: grid;
  position: relative;
  grid-template-columns: 1fr;
  width: 100%;
  padding-right: 60px;
  padding-right: 3.75rem;
  color: #3228f0;
  letter-spacing: 0.04em;
  justify-items: start;
  row-gap: 4px;
  row-gap: 0.25rem;
}
@media screen and (min-width: 821px) {
  .p-recruit__btn {
    padding-right: 6.25rem;
  }
}

.p-recruit__category {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .p-recruit__category {
    font-size: 1rem;
    line-height: 1.25;
  }
}

.p-recruit__title {
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: left;
}
@media screen and (min-width: 821px) {
  .p-recruit__title {
    font-size: 1.75rem;
    letter-spacing: 0.04em;
  }
}

.p-recruit__icon {
  position: absolute;
  top: 0;
  right: 10px;
  right: 0.625rem;
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-transform: translate(0, 70%);
          transform: translate(0, 70%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid #323232;
  border-radius: 50%;
  background-color: #323232;
}
@media screen and (min-width: 821px) {
  .p-recruit__icon {
    right: 1.25rem;
    width: 3.75rem;
    height: 3.75rem;
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
  }
}

.p-recruit__item.is-active .p-recruit__icon {
  border: 1px solid #323232;
  background-color: #fff;
}

.p-recruit__line {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  width: 1rem;
  height: 2px;
  height: 0.125rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-recruit__line {
    width: 1.25rem;
  }
}

.p-recruit__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.p-recruit__item.is-active .p-recruit__line {
  background-color: #323232;
}

.p-recruit__item.is-active .p-recruit__line:nth-child(1) {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  opacity: 0;
}

.p-recruit__item.is-active .p-recruit__line:nth-child(2) {
  -webkit-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}

.p-recruit__contents {
  visibility: hidden;
  height: 0;
  padding-right: 20px;
  padding-right: 1.25rem;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.04em;

  a {
    color: #e6005a;
  }
  strong {
    font-weight: 700;
  }
}
@media screen and (min-width: 821px) {
  .p-recruit__contents {
    padding-right: 2.5rem;
    font-size: 1.125rem;
  }
}

.p-recruit__item.is-active .p-recruit__contents {
  visibility: visible;
  height: auto;
  margin-top: 40px;
  margin-top: 2.5rem;
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .p-recruit__item.is-active .p-recruit__contents {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 821px) {
  .p-recruit__description {
    width: 70.5%;
    margin-left: auto;
  }
}
.p-recruit__description p + p {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .p-recruit__description p + p {
    margin-top: 1.75rem;
  }
}

.p-recruit__details {
  margin-top: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
}
@media screen and (min-width: 821px) {
  .p-recruit__details {
    margin-top: 0;
  }
}

.p-recruit__item.is-active .p-recruit__details {
  margin-top: 40px;
  margin-top: 2.5rem;
  opacity: 1;
}
@media screen and (min-width: 821px) {
  .p-recruit__item.is-active .p-recruit__details {
    margin-top: 4.0625rem;
  }
}

.p-recruit__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 6px;
  row-gap: 0.375rem;
  padding-top: 12px;
  padding-top: 0.75rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-recruit__detail {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    row-gap: 0;
    padding-top: 1.25rem;
    padding-bottom: 2.6875rem;
  }
}

.p-recruit__detail dt {
  color: #3228f0;
}
@media screen and (min-width: 821px) {
  .p-recruit__detail dt {
    width: 29.5%;
  }
}

@media screen and (min-width: 821px) {
  .p-recruit__detail dd {
    width: 70.5%;
  }
}
.p-recruit__detail dd ul,
.p-recruit__detail dd ol {
  padding: 0.33333333em 0 0.33333333em 2em;
}
.p-recruit__detail dd ul {
  list-style: disc;
}
.p-recruit__detail dd ol {
  list-style: decimal;
}
.p-recruit__detail dd p + p {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .p-recruit__detail dd p + p {
    margin-top: 1.75rem;
  }
}

.p-recruit__empty {
  position: relative;
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
  background-color: #fff;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-recruit__empty {
    padding: 5rem 2.5rem;
  }
}

.p-recruit__empty-text {
  color: #3228f0;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-recruit__empty-text {
    font-size: 1.25rem;
    line-height: 1.8;
  }
}

.p-recruit__contact {
  margin-top: 79px;
  margin-top: 4.9375rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-recruit__contact {
    margin-top: 5.625rem;
  }
}

.p-result {
  color: #3228f0;
}

.p-result__box {
  padding: 23px 20px;
  padding: 1.4375rem 1.25rem;
  border-radius: 0.5rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-result__box {
    padding: 3rem 2.6875rem 4.875rem;
  }
}

.p-result__section-title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (min-width: 821px) {
  .p-result__section-title {
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
}

.p-result__items {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  row-gap: 1.25rem;
  margin-top: 38px;
  margin-top: 2.375rem;
}
@media screen and (min-width: 821px) {
  .p-result__items {
    margin-top: 3.625rem;
    row-gap: 2.5rem;
  }
}

.p-result__item {
  padding: 15px 20px 18px;
  padding: 0.9375rem 1.25rem 1.125rem;
  background-color: #fff;
}
@media screen and (min-width: 821px) {
  .p-result__item {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 5.62fr);
    padding: 3.125rem 2.5625rem 3.6875rem;
  }
}

.p-result__label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}
@media screen and (min-width: 821px) {
  .p-result__label {
    font-size: 1.75rem;
    line-height: 3;
  }
}

.p-result__table {
  margin-top: 10px;
  margin-top: 0.625rem;
  border: none;
}

.p-result__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 9px;
  padding-top: 0.5625rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  border: none;
  border-top: 1px solid #c8c8c8;
}
@media screen and (min-width: 821px) {
  .p-result__table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 1.1875rem;
    padding-bottom: 1.1875rem;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

@media screen and (min-width: 821px) {
  .p-result__table tr:last-child {
    border-bottom: 1px solid #c8c8c8;
  }
}

.p-result__table tr th,
.p-result__table tr td {
  padding: 0;
  border: none;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-result__table tr th,
  .p-result__table tr td {
    letter-spacing: 0.1em;
  }
}

.p-result__table tr th {
  font-weight: 400;
}
@media screen and (min-width: 821px) {
  .p-result__table tr th {
    font-size: 1.125rem;
  }
}

.p-result__table tr td {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
@media screen and (min-width: 821px) {
  .p-result__table tr td {
    min-width: 24.7%;
    font-size: 0.875rem;
  }
}

.p-result__btn {
  margin-top: 60px;
  margin-top: 3.75rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-result__btn {
    margin-top: 2.0625rem;
  }
}

/* p-service
=============================== */
.p-service__section-title {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-service__section-title {
    margin-top: 2.5rem;
    font-size: 2rem;
    line-height: 1.25;
  }
}

.p-service__lead {
  margin-top: 25px;
  margin-top: 1.5625rem;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-service__lead {
    width: 43.75rem;
    max-width: 100%;
    margin-top: 2.125rem;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 0.04em;
  }
}

.p-service__lead.p-service__lead--lg {
  margin-top: 8px;
  margin-top: 0.5rem;
}
@media screen and (min-width: 821px) {
  .p-service__lead.p-service__lead--lg {
    margin-top: 1.25rem;
  }
}

.p-service__scroll-area {
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-inline: calc(50% - 50vw);
  overflow-x: scroll;
}
@media screen and (min-width: 821px) {
  .p-service__scroll-area {
    margin-top: 3.75rem;
    margin-inline: initial;
    overflow-x: visible;
    overflow-x: initial;
  }
}

.p-service__lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 1040px;
  width: 65rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  padding-right: 5.38461538vw;
  padding-left: 5.38461538vw;
  -webkit-column-gap: 2.5rem;
     -moz-column-gap: 2.5rem;
          column-gap: 2.5rem;
  aspect-ratio: 1040/400;
  background: url(../images/top/service-lists-bg.png?ver=2) no-repeat left top/cover;
}
@media screen and (min-width: 821px) {
  .p-service__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
    aspect-ratio: 1412/520;
  }
}

.p-service__list {
  color: #fff;
}
@media screen and (min-width: 821px) {
  .p-service__list {
    padding-top: 6.6875rem;
    padding-left: 1.875rem;
    aspect-ratio: 353/520;
  }
}

.p-service__number {
  position: relative;
}
@media screen and (min-width: 821px) {
  .p-service__number {
    width: 15rem;
  }
}

.p-service__number span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 38px;
  width: 2.375rem;
  color: #3228f0;
  font-family: "Manrope", sans-serif;
  font-size: 64px;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 821px) {
  .p-service__number span {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: auto;
    width: initial;
    font-size: 6rem;
  }
}

.p-service__title {
  margin-top: 15px;
  margin-top: 0.9375rem;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-service__title {
    min-height: 5rem;
    margin-top: 0;
    font-size: 1.25rem;
    letter-spacing: 0.04em;
    line-height: 1.9;
  }
}

.p-service__text {
  margin-top: 50px;
  margin-top: 3.125rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.02em;
  line-height: 1.66666667;
}
@media screen and (min-width: 821px) {
  .p-service__text {
    margin-top: 1.375rem;
    font-size: 0.8125rem;
    line-height: 1.84615385;
  }
}

.p-service__btn {
  margin-top: 32px;
  margin-top: 2rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-service__btn {
    margin-top: 2.5625rem;
  }
}

.p-service__splide {
  margin-top: 27px;
  margin-top: 1.6875rem;
  margin-right: calc(50% - 50vw);
}
@media screen and (min-width: 821px) {
  .p-service__splide {
    margin-top: 2.8125rem;
    margin-right: 0;
    margin-right: initial;
  }
}

.p-service__items {
  width: 100%;
}
@media screen and (min-width: 821px) {
  .p-service__items {
    padding-right: 9.4827586207% !important;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
  }
}

@media screen and (min-width: 821px) {
  .p-service__item {
    width: calc(33.33333% - 0.83333rem);
  }
}

.p-service__related {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-service__related {
    margin-top: 2.5rem;
  }
}

.p-service__link {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-service__link {
    margin-top: 1.875rem;
  }
}

.p-service__link a {
  color: #3228f0;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.05em;
  line-height: 1.71428571;
  text-align: center;
  text-decoration: underline;
}
@media screen and (min-width: 821px) {
  .p-service__link a {
    font-size: 1rem;
    line-height: 1.75;
  }
}

.p-slide__img {
  position: relative;
  aspect-ratio: 248.25/331;
}

.p-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-slide__category {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 10px;
  top: 0.625rem;
  left: 10px;
  left: 0.625rem;
  padding: 8px 9px;
  padding: 0.5rem 0.5625rem;
  border: 1px solid #c8c8c8;
  border-radius: 0.9375rem;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
@media screen and (min-width: 821px) {
  .p-slide__category {
    padding: 0.4375rem 0.75rem;
    font-size: 0.875rem;
  }
}

.p-slide__category[data-category-slug=all] {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.p-slide__category[data-category-slug=column] {
  border-color: #e6005a;
  background-color: #e6005a;
}

.p-slide__category[data-category-slug=dialogue] {
  border-color: #00cd69;
  background-color: #00cd69;
}

.p-slide__category[data-category-slug=interview] {
  border-color: #dca082;
  background-color: #dca082;
}

.p-slide__category[data-category-slug=report] {
  border-color: #ffff00;
  background-color: #ffff00;
}

.p-slide__category[data-category-slug=others] {
  border-color: #c8c8c8;
  background-color: #c8c8c8;
}

.p-slide__category[data-category-slug].is-active {
  border-color: transparent;
}

.p-slide__box {
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (min-width: 821px) {
  .p-slide__box {
    margin-top: 0.5625rem;
  }
}

@media screen and (min-width: 821px) {
  .p-slide__title {
    letter-spacing: 0.02em;
    line-height: 1.5;
  }
}

.p-slide__name {
  margin-top: 16px;
  margin-top: 1rem;
}
@media screen and (min-width: 821px) {
  .p-slide__name {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    letter-spacing: 0.02em;
  }
}

.p-slide__info {
  margin-top: 8px;
  margin-top: 0.5rem;
}

.p-slide__date,
.p-slide__time {
  display: inline-block;
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.p-slide__date {
  padding-right: 24px;
  padding-right: 1.5rem;
}

.p-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.5625rem;
     -moz-column-gap: 0.5625rem;
          column-gap: 0.5625rem;
}
.p-sns.p-sns--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-sns__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  width: 3.75rem;
  height: 60px;
  height: 3.75rem;
  border: 1px dashed #fff;
  border-radius: 50%;
}

.p-sns__link a img {
  width: 25px;
  width: 1.5625rem;
}

@media screen and (min-width: 821px) {
  .p-stories-post__inner.l-inner {
    max-width: 82.3412698413vw;
  }
}

.p-stories-post__head {
  text-align: center;
}

.p-stories-post__body {
  margin-top: 65px;
  margin-top: 4.0625rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__body {
    margin-top: 4.25rem;
  }
}

.p-stories-post__foot {
  margin-top: 90px;
  margin-top: 5.625rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-stories-post__foot {
    margin-top: 14.5625rem;
  }
}

.p-stories-post__title {
  margin-top: 22px;
  margin-top: 1.375rem;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-stories-post__title {
    margin-top: 2.25rem;
    font-size: 2.5rem;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
}

.p-stories-post__name {
  margin-top: 18px;
  margin-top: 1.125rem;
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  line-height: 1.42857143;
}
@media screen and (min-width: 821px) {
  .p-stories-post__name {
    margin-top: 2rem;
    font-size: 1.25rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}

.p-stories-post__credit {
  margin-top: 42px;
  margin-top: 2.625rem;
  color: #646464;
  font-family: "Manrope", sans-serif;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.63636364;
}
@media screen and (min-width: 821px) {
  .p-stories-post__credit {
    margin-top: 3.75rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-stories-post__content {
  text-align: justify;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  word-break: break-all;
  word-wrap: break-word;
}
.p-stories-post__content h2 {
  margin-top: 68px;
  margin-top: 4.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.8;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content h2 {
    margin-top: 7.8125rem;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.375;
  }
}
.p-stories-post__content h3 {
  font-weight: 400;
  letter-spacing: normal;
  line-height: 1.75;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content h3 {
    width: 58.4375rem;
    margin-inline: auto;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
    text-align: left;
  }
}
.p-stories-post__content p {
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content p {
    width: 43.4375rem;
    max-width: 100%;
    margin-inline: auto;
    letter-spacing: 0.05em;
  }
}
.p-stories-post__content h2 + p {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content h2 + p {
    margin-top: 3.75rem;
  }
}
.p-stories-post__content p + p {
  margin-top: 25px;
  margin-top: 1.5625rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content p + p {
    margin-top: 1.875rem;
  }
}
.p-stories-post__content p + .wp-block-image {
  margin-top: 40px;
  margin-top: 2.5rem;
}
.p-stories-post__content p:has(span.green) + .wp-block-image.size-medium,
.p-stories-post__content p:has(span.blue) + .wp-block-image.size-medium {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content p:has(span.green) + .wp-block-image.size-medium,
  .p-stories-post__content p:has(span.blue) + .wp-block-image.size-medium {
    margin-top: 2.1875rem;
  }
}
.p-stories-post__content .wp-block-image.size-full + h2 {
  margin-top: 75px;
  margin-top: 4.6875rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-image.size-full + h2 {
    margin-top: 8.4375rem;
  }
}
.p-stories-post__content .wp-block-image + p {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-image + p {
    margin-top: 3.4375rem;
  }
}
.p-stories-post__content .wp-block-image + p:has(span.green),
.p-stories-post__content .wp-block-image + p:has(span.blue) {
  margin-top: 40px;
  margin-top: 2.5rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-image.size-medium {
    width: 43.4375rem;
    margin-inline: auto;
  }
}
.p-stories-post__content .wp-block-image.size-medium img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-image.size-large {
    width: 58.3125rem;
    margin-inline: auto;
  }
}
.p-stories-post__content .wp-block-image.size-full {
  margin-top: 70px;
  margin-top: 4.375rem;
  margin-inline: calc(50% - 50vw);
  aspect-ratio: 390/260;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-image.size-full {
    margin-top: 6.875rem;
    aspect-ratio: 1512/720;
  }
}
.p-stories-post__content .wp-block-image.size-full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-stories-post__content .wp-element-caption {
  text-align: center;
}
.p-stories-post__content span.green {
  color: #00a028;
}
.p-stories-post__content span.blue {
  color: #3228f0;
}
.p-stories-post__content a {
  color: #e6005a;
}
.p-stories-post__content .wp-block-separator {
  margin-top: 92px;
  margin-top: 5.75rem;
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
  border-top: 1px solid #646464;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-separator {
    width: 58.4375rem;
    margin-top: 10.75rem;
    margin-bottom: 3.75rem;
    margin-inline: auto;
  }
}
.p-stories-post__content .wp-block-group {
  margin-top: 48px;
  margin-top: 3rem;
  padding: 17px 23px 23px;
  padding: 1.0625rem 1.4375rem 1.4375rem;
  border: 1px solid #c8c8c8;
  letter-spacing: 0.04em;
  line-height: 1.75;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-group {
    width: 43.4375rem;
    max-width: 100%;
    margin-top: 5.5625rem;
    margin-inline: auto;
    padding: 1.875rem 2.5rem 2.5rem;
  }
}
.p-stories-post__content .wp-block-group p {
  margin-top: 0;
  line-height: 2;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-group p {
    width: 100%;
    line-height: 1.75;
  }
}
.p-stories-post__content .wp-block-group P + p {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-group P + p {
    margin-top: 1.875rem;
  }
}
.p-stories-post__content .wp-block-group a {
  color: #e6005a;
  text-decoration: underline;
}
.p-stories-post__content .wp-block-columns {
  margin-top: 43px;
  margin-top: 2.6875rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-columns {
    width: 58.4375rem;
    margin-top: 2.875rem;
    margin-inline: auto;
  }
}
.p-stories-post__content .wp-block-columns .wp-block-image {
  margin-top: 0;
}
.p-stories-post__content .wp-block-group + .wp-block-group,
.p-stories-post__content .wp-block-columns + .wp-block-columns {
  margin-top: 32px;
  margin-top: 2rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-group + .wp-block-group,
  .p-stories-post__content .wp-block-columns + .wp-block-columns {
    margin-top: 7.1875rem;
  }
}
.p-stories-post__content .wp-block-group + h3 {
  margin-top: 50px;
  margin-top: 3.125rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .wp-block-group + h3 {
    margin-top: 8.25rem;
  }
}
.p-stories-post__content .is-layout-flex {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 30px;
  row-gap: 1.875rem;
}
@media screen and (min-width: 821px) {
  .p-stories-post__content .is-layout-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: 14.9732620321%;
       -moz-column-gap: 14.9732620321%;
            column-gap: 14.9732620321%;
  }
}

/* p-about
=============================== */
.p-stories__section-title {
  text-align: center;
}

.p-stories__text {
  margin-top: 22px;
  margin-top: 1.375rem;
  letter-spacing: normal;
}
@media screen and (min-width: 821px) {
  .p-stories__text {
    margin-top: 1.6875rem;
    text-align: center;
  }
}

.p-stories__content {
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-inline: calc(50% - 50vw);
}
@media screen and (min-width: 821px) {
  .p-stories__content {
    width: 92.1428571429%;
    margin-top: 2.5rem;
    margin-inline: auto;
  }
}

.p-stories__btn {
  margin-top: 80px;
  margin-top: 5rem;
  text-align: center;
}
@media screen and (min-width: 821px) {
  .p-stories__btn {
    margin-top: 3.75rem;
  }
}

.p-stories__filters {
  padding-bottom: 32px;
  padding-bottom: 2rem;
}
@media screen and (min-width: 821px) {
  .p-stories__filters {
    padding-bottom: 5rem;
  }
}

/* Splide
=============================== */
.splide__pagination__page {
  margin: 6px;
  margin: 0.375rem;
  background-color: #c8c8c8;
}

.splide__pagination__page.is-active {
  -webkit-transform: scale(1);
          transform: scale(1);
  background-color: #323232;
}

@media screen and (min-width: 821px) {
  .p-stories .splide {
    visibility: visible;
  }
}
@media screen and (min-width: 821px) {
  .p-stories .splide__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 10.8527131783%;
       -moz-column-gap: 10.8527131783%;
            column-gap: 10.8527131783%;
  }
}
.p-stories .splide__slide {
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  opacity: 1;
}
.p-stories .splide__pagination {
  bottom: -3.5em;
}

.p-page .splide__arrow {
  width: 40px;
  width: 2.5rem;
  height: 40px;
  height: 2.5rem;
  -webkit-transform: translateY(-240%);
          transform: translateY(-240%);
  border: 1px solid #323232;
  opacity: 1;
  background-color: transparent;
}
@media screen and (min-width: 821px) {
  .p-page .splide__arrow {
    width: 3.75rem;
    height: 3.75rem;
    -webkit-transform: translateY(25%);
            transform: translateY(25%);
  }
}
.p-page .splide__arrow--prev {
  left: -11px;
  left: -0.6875rem;
}
@media screen and (min-width: 821px) {
  .p-page .splide__arrow--prev {
    left: -0.375rem;
  }
}
.p-page .splide__arrow--next {
  right: -11px;
  right: -0.6875rem;
}
@media screen and (min-width: 821px) {
  .p-page .splide__arrow--next {
    right: -0.375rem;
  }
}
.p-page .splide__arrow img {
  width: 16px;
  width: 1rem;
  height: 12px;
  height: 0.75rem;
}
@media screen and (min-width: 821px) {
  .p-page .splide__arrow img {
    width: 1.375rem;
    height: 1rem;
  }
}
.p-page .splide__pagination {
  bottom: -2.6em;
}

@media screen and (min-width: 821px) {
  .p-service .splide {
    visibility: visible;
  }
}

.u-show-sp {
  display: block;
}
@media screen and (min-width: 821px) {
  .u-show-sp {
    display: none;
  }
}

.u-switch-tab {
  display: none;
}
@media screen and (min-width: 821px) {
  .u-switch-tab {
    display: block;
  }
}

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

.u-mt-28 {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (min-width: 821px) {
  .u-mt-28 {
    margin-top: 0.3125rem;
  }
}

.u-pb-35 {
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
}
@media screen and (min-width: 821px) {
  .u-pb-35 {
    padding-bottom: 2.375rem;
  }
}