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

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

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

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

small {
  font-size: 100%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

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

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

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

option {
  padding: 0;
}

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

legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
  /* 1 */
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Mulish";
  src: url(../fonts/mulish-latin.woff2) format("woff2");
  font-weight: 200 1000;
  font-style: normal;
  font-display: optional;
}
@font-face {
  font-family: "Mulish fallback";
  src: local("Arial");
  size-adjust: 105.3%;
}
html {
  font-size: 100%;
}
@media (max-width: 1280px) {
  html {
    font-size: max(12px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: max(12px, 4.2666666667vw);
  }
}

body {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #EFF1F3;
}

body.is-locked {
  overflow: hidden;
}

body.u-bgBlack {
  background-color: #000000;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.l-header {
  position: fixed;
  top: 1.5rem;
  left: 50%;
  z-index: 100;
  width: 80rem;
  max-width: calc(100% - 5rem);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (min-width: 1441px) {
  .l-header {
    width: 100%;
    max-width: calc(100% - 10rem);
  }
}
@media screen and (max-width: 767px) {
  .l-header {
    top: 1rem;
    width: 100%;
    max-width: calc(100% - 2rem);
  }
}

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

.l-header__logo {
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0 0.125rem rgba(60, 120, 200, 0.12);
          box-shadow: 0 0 0.125rem rgba(60, 120, 200, 0.12);
}
@media screen and (max-width: 767px) {
  .l-header__logo {
    padding: 1rem 1.5rem;
  }
}

.l-header__logoImg {
  width: 7.0625rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-header__logoImg {
    width: 5.875rem;
    height: 1.25rem;
  }
}

.l-header__nav {
  padding: 1rem 2rem;
  background-color: #ffffff;
  border-radius: 5rem;
  -webkit-box-shadow: 0 0 0.125rem rgba(60, 120, 200, 0.12);
          box-shadow: 0 0 0.125rem rgba(60, 120, 200, 0.12);
}
@media screen and (max-width: 767px) {
  .l-header__nav {
    display: none;
  }
}

.l-header__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}

.l-header__navLink {
  display: block;
  color: #000000;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.7142857143;
  white-space: nowrap;
}

.home .l-header__logo,
.home .l-header__nav {
  background-color: #000000;
  -webkit-box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.25);
          box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.25);
}
@media screen and (max-width: 767px) {
  .home .l-header__logo,
  .home .l-header__nav {
    -webkit-box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
            box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
  }
}

.home .l-header__navLink {
  color: #ffffff;
}

.l-main {
  contain: paint;
  position: relative;
  width: 100%;
}

.l-footer {
  padding: 0 1.5rem 1.5rem 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 0 1rem 1rem 1rem;
  }
}

.l-footer__inner {
  padding: 8rem 2.5rem;
  background-color: #000000;
  border-radius: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    padding: 5rem 2rem 4rem 2rem;
    border-radius: 0.5rem;
  }
}

.l-footer__wrapper {
  width: 100%;
  max-width: 67rem;
  margin: 0 auto;
}

.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .l-footer__top {
    display: block;
    text-align: center;
  }
}

.l-footer__logoImg {
  width: 14.0625rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__logoImg {
    width: 9.375rem;
    height: 2rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 3rem;
  }
}

.l-footer__navList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navList {
    width: 100%;
    max-width: 19.375rem;
    margin: 0rem auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-flow: column;
    gap: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__navLink {
    text-align: center;
  }
}

.l-footer__navLabel {
  display: block;
  color: #ffffff;
  font-family: "Mona Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__navLabel {
    font-size: 1rem;
    line-height: 1;
  }
}

.l-footer__navSub {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__navSub {
    font-size: 0.625rem;
  }
}

.l-footer__bottom {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    margin-top: 3rem;
  }
}

.l-footer__bottomMain {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__bottomMain {
    display: block;
    text-align: center;
  }
}

.l-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .l-footer__company {
    text-align: center;
  }
}

.l-footer__companyName {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .l-footer__companyName {
    font-size: 0.875rem;
  }
}

.l-footer__address {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
}

.l-footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__policy {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1rem;
    gap: 0.75rem;
  }
}

.l-footer__policyLink {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.l-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.5rem;
    gap: 0.75rem;
  }
}

.l-footer__snsIcon {
  width: 2rem;
  height: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__snsIcon {
    width: 1.75rem;
    height: 1.75rem;
  }
}

.l-footer__copyright {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    text-align: center;
    margin-top: 1.5rem;
  }
}

.c-hamburger {
  position: relative;
  display: none;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #ffffff;
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0.125rem rgba(60, 120, 200, 0.12);
          box-shadow: 0 0 0.125rem rgba(60, 120, 200, 0.12);
}
@media screen and (max-width: 767px) {
  .c-hamburger {
    display: block;
  }
}

.home .c-hamburger {
  background-color: #000000;
  -webkit-box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
}

.c-hamburger__bar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.625rem;
  height: 0.125rem;
  background-color: #3C78C8;
  border-radius: 0.125rem;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.c-hamburger__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) translateY(-0.3125rem);
          transform: translate(-50%, -50%) translateY(-0.3125rem);
}

.c-hamburger__bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) translateY(0.3125rem);
          transform: translate(-50%, -50%) translateY(0.3125rem);
}

.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-hamburger[aria-expanded=true] .c-hamburger__bar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-drawer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 110;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 9.9375rem 3rem 4rem;
  background-color: #000000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25))), url(../imgs/header/drawer_bg.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../imgs/header/drawer_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.c-drawer.is-open {
  opacity: 1;
  visibility: visible;
}

.c-drawer__nav {
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-drawer.is-open .c-drawer__nav {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.c-drawer__header {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  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;
}

.c-drawer__logo {
  padding: 1rem 1.5rem;
  background-color: #000000;
  border-radius: 2.75rem;
  -webkit-box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
}

.c-drawer__logoImg {
  width: 5.875rem;
  height: 1.25rem;
}

.c-drawer__close {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3.25rem;
  height: 3.25rem;
  background-color: #000000;
  border: none;
  border-radius: 100%;
  -webkit-box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
          box-shadow: 0 0 0.125rem rgba(255, 255, 255, 0.12);
}

.c-drawer__closeBar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1rem;
  height: 0.125rem;
  background-color: #3C78C8;
  border-radius: 0.125rem;
}

.c-drawer__closeBar:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

.c-drawer__closeBar:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.c-drawer__item + .c-drawer__item {
  margin-top: 2rem;
}

.c-drawer__link {
  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;
  gap: 0.75rem;
}

.c-drawer__en {
  display: block;
  color: #ffffff;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.02em;
}

.c-drawer__ja {
  display: block;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}

.c-drawer__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 100%;
}

.c-drawer__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-drawer__copyright {
  margin-top: auto;
  padding-top: 3rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
  opacity: 0;
  -webkit-transform: translateY(1.5rem);
          transform: translateY(1.5rem);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.c-drawer.is-open .c-drawer__copyright {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@media (prefers-reduced-motion: reduce) {
  .c-drawer__nav,
  .c-drawer__copyright {
    -webkit-transform: none;
            transform: none;
  }
  .c-drawer.is-open .c-drawer__nav,
  .c-drawer.is-open .c-drawer__copyright {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
}
.c-backButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .c-backButton {
    gap: 0.75rem;
  }
}
.c-backButton:hover {
  opacity: 1;
}
.c-backButton:hover .c-backButtonLabel {
  color: #3C78C8;
}
.c-backButton:hover .c-backButtonArrow {
  border: #3C78C8;
  background: #3C78C8;
}
.c-backButton:hover .c-backButtonArrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-backButtonLabel {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  color: #000000;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-backButtonLabel {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-backButtonArrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-backButtonArrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-backButtonArrow::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-backButtonArrow::before {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.c-backButton--white .c-backButtonLabel {
  color: #ffffff;
}

.c-backButton--white .c-backButtonArrow {
  border-color: rgba(255, 255, 255, 0.25);
}

.c-backButton--white .c-backButtonArrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-button-back {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-button-back {
    gap: 0.75rem;
  }
}
.c-button-back:hover {
  opacity: 1;
}
.c-button-back:hover .c-button-back__label {
  color: #3C78C8;
}
.c-button-back:hover .c-button-back__arrow {
  border: #3C78C8;
  background: #3C78C8;
}
.c-button-back:hover .c-button-back__arrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.c-button-back__label {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-back__label {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-button-back__arrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-back__arrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.c-button-back__arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button-back__arrow::before {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.c-head {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 0;
  overflow: hidden;
  background-color: #000000;
  -webkit-mask-image: url(../imgs/common/head_bgblack_pc.webp);
  mask-image: url(../imgs/common/head_bgblack_pc.webp);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-head {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L100,0 L100,100 Q50,96 0,100 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 L100,0 L100,100 Q50,96 0,100 Z' fill='%23000'/%3E%3C/svg%3E");
  }
}

.c-head + * {
  position: relative;
  z-index: 1;
  margin-top: -2.25rem;
  background-color: #EFF1F3;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,10 Q50,-10 100,10 Z' fill='%23000'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(18%, #000), color-stop(82%, #000), to(transparent));
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,10 Q50,-10 100,10 Z' fill='%23000'/%3E%3C/svg%3E"), linear-gradient(#000, #000), linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,10 Q50,-10 100,10 Z' fill='%23000'/%3E%3C/svg%3E"), -webkit-gradient(linear, left top, left bottom, from(#000), to(#000)), -webkit-gradient(linear, left top, right top, from(transparent), color-stop(18%, #000), color-stop(82%, #000), to(transparent));
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 10' preserveAspectRatio='none'%3E%3Cpath d='M0,10 Q50,-10 100,10 Z' fill='%23000'/%3E%3C/svg%3E"), linear-gradient(#000, #000), linear-gradient(to right, transparent 0%, #000 18%, #000 82%, transparent 100%);
  -webkit-mask-size: 100% 2.25rem, 100% calc(100% - 2.25rem), 100% 3px;
  mask-size: 100% 2.25rem, 100% calc(100% - 2.25rem), 100% 3px;
  -webkit-mask-position: top, bottom, 0 calc(2.25rem - 1.5px);
  mask-position: top, bottom, 0 calc(2.25rem - 1.5px);
  -webkit-mask-repeat: no-repeat, no-repeat, no-repeat;
  mask-repeat: no-repeat, no-repeat, no-repeat;
}
@media screen and (max-width: 767px) {
  .c-head + * {
    margin-top: -2.2vw;
    -webkit-mask-size: 100% 2.2vw, 100% calc(100% - 2.2vw), 100% 3px;
    mask-size: 100% 2.2vw, 100% calc(100% - 2.2vw), 100% 3px;
    -webkit-mask-position: top, bottom, 0 calc(2.2vw - 1.5px);
    mask-position: top, bottom, 0 calc(2.2vw - 1.5px);
  }
}

.c-head--plain {
  -webkit-mask-image: none;
  mask-image: none;
}

.c-head--slideshow {
  background: none;
}

.c-head__slide {
  width: 100%;
  overflow: hidden;
}

.c-head__slide--bottom {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-head__slide--bottom {
    margin-top: 1rem;
  }
}

.c-head__slideTrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.c-head__slide--top .c-head__slideTrack {
  -webkit-animation: cHeadSlide 33s linear infinite;
          animation: cHeadSlide 33s linear infinite;
}

.c-head__slide--bottom .c-head__slideTrack {
  -webkit-animation: cHeadSlide 66s linear infinite;
          animation: cHeadSlide 66s linear infinite;
}

.c-head__slideImg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22.5rem;
  height: 15rem;
  margin-right: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .c-head__slideImg {
    width: 15rem;
    height: 10rem;
    margin-right: 1rem;
  }
}

@-webkit-keyframes cHeadSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes cHeadSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .c-head__slideTrack {
    -webkit-animation: none;
            animation: none;
  }
}
.c-head__parallax {
  will-change: transform;
  -webkit-animation: fvBgZoom 12s ease-in-out 0.3s forwards;
          animation: fvBgZoom 12s ease-in-out 0.3s forwards;
}

.c-head__img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-animation: cHeadImgRise 2.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
          animation: cHeadImgRise 2.6s cubic-bezier(0.16, 1, 0.3, 1) 0.3s both;
  will-change: opacity, transform, filter;
}

@-webkit-keyframes cHeadImgRise {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.75rem) scale(1.04);
            transform: translateY(1.75rem) scale(1.04);
    -webkit-filter: blur(0.75rem);
            filter: blur(0.75rem);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes cHeadImgRise {
  from {
    opacity: 0;
    -webkit-transform: translateY(1.75rem) scale(1.04);
            transform: translateY(1.75rem) scale(1.04);
    -webkit-filter: blur(0.75rem);
            filter: blur(0.75rem);
  }
  60% {
    opacity: 1;
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.c-head--plain .c-head__img {
  -webkit-animation: none;
          animation: none;
}

.c-head__cover {
  display: none;
}

@media (prefers-reduced-motion: reduce) {
  .c-head__parallax {
    -webkit-transform: none !important;
            transform: none !important;
    -webkit-animation: none;
            animation: none;
  }
  .c-head__img {
    -webkit-animation: none;
            animation: none;
  }
}
.c-articleCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 60rem;
  min-height: 10rem;
  padding-right: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-articleCard {
    gap: 1rem;
    min-height: 6.25rem;
    padding-right: 1rem;
    margin-top: 1rem;
  }
}
.c-articleCard:hover .c-articleCard__thumb,
.c-articleCard:hover .c-articleCard__body {
  opacity: 0.7;
}
.c-articleCard:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.c-articleCard__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 19.0625rem;
  border-radius: 0.5rem 0 0 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-articleCard__thumb {
    width: 6.25rem;
  }
}

.c-articleCard .c-articleCard__img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem 0 0 0.5rem;
  margin: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-articleCard__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  min-width: 0;
  padding: 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-articleCard__body {
    padding: 1rem 0 0.5rem;
  }
}

.c-articleCard .c-articleCard__title {
  overflow: hidden;
  max-height: 2.625rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-articleCard .c-articleCard__title {
    max-height: 2.25rem;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-articleCard .c-articleCard__excerpt {
  overflow: hidden;
  max-height: 3.9375rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .c-articleCard .c-articleCard__excerpt {
    max-height: 1.875rem;
    line-height: 1.5;
    font-size: 0.625rem;
    margin-top: 0.5rem;
  }
}

.c-writer.wp-block-columns {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .c-writer.wp-block-columns {
    gap: 1rem;
    padding: 1rem;
    margin-top: 3rem;
  }
}

.c-writer .wp-block-column:first-child {
  max-width: 10rem;
}
@media screen and (max-width: 767px) {
  .c-writer .wp-block-column:first-child {
    max-width: 7.5rem;
  }
}

.c-writer .wp-block-column .wp-block-image {
  width: 100%;
  margin: 0;
}

.c-writer .wp-block-column img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
  margin: 0;
}

.c-writer .wp-block-column .wp-block-group {
  margin-top: 0;
}

.c-writer .wp-block-group p:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-writer .wp-block-group p:nth-of-type(1) {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.c-writer .wp-block-group p:nth-of-type(2) {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-writer .wp-block-group p:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
}

.c-writer .wp-block-group p:nth-of-type(3) {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .c-writer .wp-block-group p:nth-of-type(3) {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.75rem;
  }
}

.c-inview {
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}

.js .c-inview {
  opacity: 0;
}

.js .c-inview.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.js .c-inview--title {
  -webkit-transform: translateX(-2rem);
          transform: translateX(-2rem);
}

.js .c-inview--up {
  -webkit-transform: translateY(2rem);
          transform: translateY(2rem);
}

.js [data-anim-content] > *,
.js [data-anim-content] .wp-block-column {
  opacity: 0;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, -webkit-transform 1s ease;
  transition: opacity 1s ease, transform 1s ease;
  transition: opacity 1s ease, transform 1s ease, -webkit-transform 1s ease;
  will-change: opacity, transform;
}

.js [data-anim-content] > .wp-block-columns {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
  will-change: auto;
}

.js [data-anim-content] > .is-inview,
.js [data-anim-content] .wp-block-column.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l-footer.c-inview {
  -webkit-transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, -webkit-transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease;
  transition: opacity 1.2s ease, transform 1.2s ease, -webkit-transform 1.2s ease;
}

@media (prefers-reduced-motion: reduce) {
  .js .c-inview,
  .js [data-anim-content] > *,
  .js [data-anim-content] .wp-block-column {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.c-bgFade {
  -webkit-transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 1.6s cubic-bezier(0.16, 1, 0.3, 1), transform 1.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
}

.js .c-bgFade {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
}

.js .c-bgFade.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .js .c-bgFade {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.p-page {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-page {
    padding: 0 2rem;
  }
}

.p-page__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 9.375rem 0 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-page__inner {
    padding: 7.75rem 0 5rem 0;
  }
}

.p-page__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-page__pageTitle {
    font-size: 2rem;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}

.p-page__article {
  max-width: 60rem;
  margin: 3.25rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-page__article {
    margin-top: 2.5rem;
  }
}

.p-page__updated {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mona Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-page__updated {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-page__title {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-page__title {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 0.75rem;
  }
}

.p-page__body {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-page__body {
    margin-top: 3rem;
  }
}

.p-page__body > :first-child {
  margin-top: 0;
}

.p-page__body h2 {
  color: #3C78C8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-page__body h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3rem;
  }
}

.p-page__body h3 {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-page__body h3 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 1.5rem;
  }
}

.p-page__body p {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__body p {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 1rem;
  }
}

.p-page__body a {
  text-decoration: underline;
}

.p-page__body ol,
.p-page__body ul {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
  padding-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-page__body ol,
  .p-page__body ul {
    font-size: 0.875rem;
    line-height: 1.7142857143;
    margin-top: 1rem;
    padding-left: 1.3125rem;
  }
}

.p-page__body ol ul,
.p-page__body ul ul {
  margin-top: 0rem;
}

.p-page__body ol {
  list-style: decimal;
}

.p-page__body ul {
  list-style: disc;
}

.p-page__body ol ol {
  margin-top: 0;
  padding-left: 1.5rem;
  list-style: lower-alpha;
}

.p-page__body ol ul {
  list-style: lower-alpha;
}

.p-page__body figure {
  margin-top: 1rem;
}

.p-page__body table,
.p-page__body th,
.p-page__body td {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.p-page__body .wp-block-table th,
.p-page__body .wp-block-table td {
  border: 1px solid rgba(0, 0, 0, 0.25);
}

.p-page__body th,
.p-page__body td {
  overflow-wrap: anywhere;
}

@media screen and (max-width: 767px) {
  .p-page__body table {
    display: block;
    width: 100%;
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
  }
  .p-page__body thead,
  .p-page__body tbody,
  .p-page__body tr {
    display: block;
    width: 100%;
  }
  .p-page__body th,
  .p-page__body td,
  .p-page__body .wp-block-table th,
  .p-page__body .wp-block-table td {
    display: block;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
    padding: 0.625rem 0.875rem;
  }
}
.p-page__button {
  margin: 8rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-page__button {
    margin-top: 5rem;
  }
}

.p-thanks {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 0 2rem;
  }
}

.p-thanks__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 9.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__inner {
    padding: 7.75rem 0 5rem;
  }
}

.p-thanks__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-thanks__pageTitle {
    font-size: 2rem;
  }
}

.p-thanks__block {
  max-width: 60rem;
  margin: 3.375rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-thanks__block {
    margin-top: 2.625rem;
  }
}

.p-thanks__logo {
  width: 10rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-thanks__logo {
    width: 8rem;
  }
}

.p-thanks__content h1 {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content h1 {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
.p-thanks__content p {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-thanks__content p {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
}

.p-thanks__button {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-thanks__button {
    margin-top: 2rem;
  }
}

.p-404 {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-404 {
    padding: 0 2rem;
  }
}

.p-404__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 9.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-404__inner {
    padding: 7.75rem 0 5rem;
  }
}

.p-404__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-404__pageTitle {
    font-size: 2rem;
  }
}

.p-404__icon {
  width: 10.125rem;
  margin: 3.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-404__icon {
    width: 7.625rem;
    margin-top: 2.375rem;
  }
}

.p-404__title {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-404__title {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

.p-404__desc {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-404__desc {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
}

.p-404__button {
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-404__button {
    margin-top: 2rem;
  }
}

.p-contact {
  position: relative;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 0 2rem;
  }
}

.p-contact__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 3.5rem 0 5rem;
  }
}

.p-contact__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-contact__pageTitle {
    font-size: 2rem;
  }
}

.p-contact__lead {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    font-size: 0.75rem;
    line-height: 1.75;
    text-align: left;
    margin-top: 2.5rem;
  }
}

.p-contact__form {
  max-width: 60rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-contact__form {
    margin-top: 2rem;
  }
}

.p-contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-contact__row {
    display: block;
  }
}

.p-contact__row + .p-contact__row {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact__row + .p-contact__row {
    margin-top: 1.5rem;
  }
}

.p-contact__label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.125rem;
  padding-top: 1.5rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-contact__label {
    width: auto;
    padding-top: 0;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-contact__req {
  color: #3C78C8;
}

.p-contact__input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input {
    margin-top: 0.375rem;
    margin-left: 0;
  }
}

.p-contact__input .wpcf7-form-control-wrap {
  display: block;
}

.p-contact__input input,
.p-contact__input select,
.p-contact__input textarea {
  width: 100%;
  padding: 1.5rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
@media screen and (max-width: 767px) {
  .p-contact__input input,
  .p-contact__input select,
  .p-contact__input textarea {
    padding: 1rem;
    font-size: 0.75rem;
  }
}

.p-contact__input input:focus,
.p-contact__input select:focus,
.p-contact__input textarea:focus {
  outline: none;
  border-bottom-color: #000000;
}

.p-contact__input input:-webkit-autofill,
.p-contact__input input:-webkit-autofill:hover,
.p-contact__input input:-webkit-autofill:focus,
.p-contact__input select:-webkit-autofill,
.p-contact__input textarea:-webkit-autofill {
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
  -webkit-text-fill-color: #000000;
  caret-color: #000000;
}

.p-contact__input input::-webkit-input-placeholder, .p-contact__input textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.p-contact__input input::-moz-placeholder, .p-contact__input textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.p-contact__input input:-ms-input-placeholder, .p-contact__input textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.p-contact__input input::-ms-input-placeholder, .p-contact__input textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.p-contact__input input::placeholder,
.p-contact__input textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.p-contact__input textarea {
  height: 10.5rem;
  resize: vertical;
}
@media screen and (max-width: 767px) {
  .p-contact__input textarea {
    height: 9.5rem;
  }
}

.p-contact__input--select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3rem;
  background-image: url(../imgs/common/icon_select_arrow.svg);
  background-position: right 1.5rem center;
  background-size: 0.75rem;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-contact__input--select select {
    background-position: right 1rem center;
  }
}

.p-contact__input--select option {
  font-size: 1rem;
}

.p-contact__input .wpcf7-not-valid {
  border-bottom-color: #f23a27;
}

.p-contact__input .wpcf7-not-valid-tip {
  display: block;
  padding: 0 1.5rem;
  color: #f23a27;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-contact__input .wpcf7-not-valid-tip {
    padding: 0 1rem;
    font-size: 0.75rem;
  }
}

.p-contact__agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact__agree {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

.p-contact__agree a {
  color: #3C78C8;
  text-decoration: underline;
}

.p-contact__agree label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-contact__agree .wpcf7-list-item {
  margin: 0;
}

.p-contact__agree input[type=checkbox] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.5rem;
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-contact__agree input[type=checkbox] {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-contact__agree input[type=checkbox]:checked {
  background-image: url(../imgs/common/icon_check_on.svg);
  background-position: center;
  background-size: cover;
  border: none;
}

.p-contact__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.625rem;
}
@media screen and (max-width: 767px) {
  .p-contact__submit {
    margin-top: 1.25rem;
  }
}

.p-contact .wpcf7-response-output {
  margin: 1.5rem 0 0;
  padding: 0.75rem 1rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact .wpcf7-response-output {
    font-size: 0.75rem;
  }
}

.p-single {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-single {
    padding: 0 2rem;
  }
}

.p-single__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 9.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-single__inner {
    padding: 7.75rem 0 5rem;
  }
}

.p-single__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-single__pageTitle {
    font-size: 2rem;
  }
}

.p-single__article {
  max-width: 60rem;
  margin: 3.375rem auto 0 auto;
}
@media screen and (max-width: 767px) {
  .p-single__article {
    max-width: 100%;
    margin-top: 2.5rem;
    margin-left: 0;
  }
}

.p-single__thumbnail {
  width: 100%;
  aspect-ratio: 960/504;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__thumbnail {
    border-radius: 0.25rem;
  }
}

.p-single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__meta {
    margin-top: 1.5rem;
  }
}

.p-single__date {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mona Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-single__date {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-single__category {
  color: #3C78C8;
  font-family: "Mona Sans", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-single__category {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-single__title {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-single__body {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__body {
    margin-top: 3rem;
  }
}

.p-single__body > :first-child {
  margin-top: 0;
}

.p-single__body p {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-single__body p {
    font-size: 14px;
    line-height: 1.7142857143;
    margin-top: 1.5rem;
  }
}

.p-single__body h2 {
  color: #3C78C8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-single__body h2 {
    font-size: 1.5rem;
    line-height: 1.5;
    margin-top: 3rem;
  }
}

.p-single__body h3 {
  position: relative;
  padding-left: 1.75rem;
  color: #3C78C8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3333333333;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-single__body h3 {
    padding-left: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

.p-single__body h4 {
  position: relative;
  padding-left: 1.25rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-single__body h4 {
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 1.25rem;
    margin-top: 1.5rem;
  }
}

.p-single__body h5 {
  position: relative;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  padding-left: 1rem;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body h5 {
    font-size: 0.875rem;
    line-height: 1.5;
    padding-left: 1.25rem;
    margin-top: 1rem;
  }
}

.p-single__body h3::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: #3C78C8;
  border-radius: 0.125rem;
}

.p-single__body h4::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: rgba(60, 120, 200, 0.5);
  border-radius: 0.125rem;
}

.p-single__body h5::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.25rem;
  height: 100%;
  background-color: rgba(60, 120, 200, 0.25);
  border-radius: 0.125rem;
}

.p-single__body h2 + p,
.p-single__body h3 + p,
.p-single__body h4 + p,
.p-single__body h5 + p {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body h2 + p,
  .p-single__body h3 + p,
  .p-single__body h4 + p,
  .p-single__body h5 + p {
    margin-top: 1rem;
  }
}

.p-single__body figure {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body figure {
    display: block;
    width: 100%;
    margin-top: 1rem;
  }
}

.p-single__body img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 0.5rem;
}

.p-single__body .wp-block-image {
  width: 75%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-single__body .wp-block-image {
    width: 100%;
  }
}

.p-single__body .wp-block-image.size-medium {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-single__body .wp-block-image.size-medium {
    width: 50%;
  }
}

.p-single__body .wp-block-image.size-thumbnail {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-single__body .wp-block-image.size-thumbnail {
    width: 33%;
  }
}

.p-single__body .wp-block-image.size-full {
  width: 100%;
}

.p-single__body figcaption {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-single__body figcaption {
    width: 100%;
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.75rem;
  }
}

.p-single__body a {
  color: #3C78C8;
}

.p-single__body table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #EFF1F3;
  border-radius: 0.5rem;
  overflow: hidden;
}

.p-single__body .wp-block-table table {
  border-collapse: separate;
}

@media screen and (max-width: 767px) {
  .p-single__body .wp-block-table {
    overflow-x: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-single__body .wp-block-table table {
    table-layout: auto;
    width: auto;
    min-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-single__body .wp-block-table :is(th, td) {
    min-width: 10rem;
  }
}

.p-single__body .wp-block-table thead {
  border-bottom: none;
}

.p-single__body th {
  padding: 0.9375rem 1rem;
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: center;
  background-color: #3C78C8;
}
@media screen and (max-width: 767px) {
  .p-single__body th {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-single__body td {
  padding: 0.9375rem 1rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-single__body td {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-single__body .wp-block-table th,
.p-single__body .wp-block-table td {
  border: none;
  border-right: 1px solid #EFF1F3;
  border-bottom: 1px solid #EFF1F3;
}

.p-single__body .wp-block-table th:last-child,
.p-single__body .wp-block-table td:last-child {
  border-right: none;
}

.p-single__body .wp-block-table tr:last-child td {
  border-bottom: none;
}

.p-single__body blockquote {
  padding-left: 1.5rem;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  border-left: 0.25rem solid rgba(0, 0, 0, 0.15);
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body blockquote {
    padding-left: 1rem;
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-single__body ol,
.p-single__body ul {
  padding-left: 1.5rem;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-single__body ol,
  .p-single__body ul {
    font-size: 0.875rem;
    line-height: 1.7142857143;
  }
}

.p-single__body ol {
  list-style: decimal;
}

.p-single__body ul {
  list-style: disc;
}

.p-single__body ol :is(ol, ul) {
  list-style: lower-alpha;
}

.p-single__body ol :is(ol, ul) :is(ol, ul) {
  list-style: lower-roman;
}

.p-single__body ol :is(ol, ul) :is(ol, ul) :is(ol, ul) {
  list-style: decimal;
}

.p-single__body li li {
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
@media screen and (max-width: 767px) {
  .p-single__body li li {
    font-size: 0.75rem;
    line-height: 1.75;
  }
}

.p-single__body li + li {
  margin-top: 0.25rem;
}

.p-single__body li > ol,
.p-single__body li > ul {
  margin-top: 0.25rem;
}

.p-single__links {
  width: 100%;
  max-width: 60rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin: 8rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-single__links {
    display: block;
    margin-top: 5rem;
  }
}

.p-single__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  width: 29rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__link {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 0.75rem;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-single__link--prev {
    padding-right: 3.25rem;
  }
}

.p-single__link--next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-single__link--next {
    padding-left: 3.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-single__link--prev + .p-single__link--next {
    margin-top: 1.5rem;
  }
}

.p-single__linkText {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-single__linkText {
    font-size: 0.75rem;
    line-height: 1.75;
  }
}

.p-single__link--next .p-single__linkText {
  text-align: right;
}

.p-single__linkArrow {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-single__linkArrow {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-single__linkArrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-single__link--prev .p-single__linkArrow::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-news {
  padding: 0 2.5rem;
  background-color: #EFF1F3;
}
@media screen and (max-width: 767px) {
  .p-news {
    padding: 0 2rem;
  }
}

.p-news__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-news__inner {
    padding: 3.5rem 0 5rem;
  }
}

.p-news__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-news__pageTitle {
    font-size: 2rem;
  }
}

.p-news__sort {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 15.5rem;
  max-width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #000000;
  margin-top: 3.375rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-news__sort {
    padding: 0.75rem 0;
    margin-top: 2.5rem;
  }
}

.p-news__sortLabel {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__sortLabel {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-news__sortValue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #000000;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__sortValue {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-news__sortArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.5rem;
  background-image: url(../imgs/common/icon_select_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.p-news__sortSelect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-news__list {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__list {
    margin-top: 3rem;
  }
}

.p-news__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.p-news__item:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.p-news__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
  padding: 1.9375rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-news__link {
    padding: 1.5rem 0 1.4375rem;
  }
}
.p-news__link:hover {
  opacity: 1;
}
.p-news__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-news__link:hover .p-news__title {
  color: #3C78C8;
}

.p-news__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.875rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-news__thumb {
    display: none;
  }
}

.p-news__thumbImg {
  display: block;
  width: 100%;
  aspect-ratio: 142/80;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-news__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-news__meta {
    gap: 0.5rem;
  }
}

.p-news__date {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__date {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-news__category {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-news__category {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-news__title {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-news__title {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.p-news__pager {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-news__pager {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.p-news__pager .page-numbers {
  color: #000000;
  font-family: "Mona Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-news__pager .page-numbers {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-news__pager .current {
  color: rgba(0, 0, 0, 0.25);
}

.p-news__pager .dots {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0;
}

.p-news__pager .dots::before {
  content: "⋯";
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-news__pager .dots::before {
    font-size: 1rem;
  }
}

.p-news__pager .prev,
.p-news__pager .next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-news__pager .prev,
  .p-news__pager .next {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-news__pager .prev {
  margin-right: 1.5rem;
}

.p-news__pager .next {
  margin-left: 1.5rem;
}

.p-news__pager .prev::before,
.p-news__pager .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-news__pager .prev::before,
  .p-news__pager .next::before {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.p-news__pager .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 767px) {
  .p-single__links--journal {
    margin-top: 5rem;
  }
}

.p-journal__body div.wp-block-image {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.p-journal__body figure[class*=size-] {
  width: 75%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-journal__body figure[class*=size-] {
    width: 100%;
  }
}

.p-journal__body figure.size-medium {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-journal__body figure.size-medium {
    width: 50%;
  }
}

.p-journal__body figure.size-thumbnail {
  width: 33%;
}
@media screen and (max-width: 767px) {
  .p-journal__body figure.size-thumbnail {
    width: 33%;
  }
}

.p-journal__body figure.size-full {
  width: 100%;
}

.p-journal-writer {
  padding: 1.5rem;
  background-color: #ffffff;
  border-radius: 0.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-journal-writer {
    padding: 1rem;
    margin-top: 3rem;
  }
}

.p-journal-writer > .wp-block-group__inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-journal-writer > .wp-block-group__inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    gap: 1rem;
  }
}

.p-journal__body .p-journal-writer .wp-block-image,
.p-journal__body .p-journal-writer figure[class] {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 10rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .p-journal__body .p-journal-writer .wp-block-image,
  .p-journal__body .p-journal-writer figure[class] {
    width: 7.5rem;
  }
}

.p-journal__body .p-journal-writer .wp-block-image img,
.p-journal__body .p-journal-writer figure[class] img {
  width: 10rem;
  height: 10rem;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-journal__body .p-journal-writer .wp-block-image img,
  .p-journal__body .p-journal-writer figure[class] img {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.p-journal-writer .wp-block-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin-top: 0;
}

.p-journal-writer p:nth-of-type(1) {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-journal-writer p:nth-of-type(1) {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-journal-writer p:nth-of-type(2) {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-journal-writer p:nth-of-type(2) {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.125rem;
  }
}

.p-journal-writer p:nth-of-type(3) {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-journal-writer p:nth-of-type(3) {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.75rem;
  }
}

.p-journal__latest {
  width: 100%;
  max-width: 60rem;
  margin: 8rem auto 0rem auto;
}
@media screen and (max-width: 767px) {
  .p-journal__latest {
    margin-top: 5rem;
  }
}

.p-journal__latestTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-journal__latestTitle {
    font-size: 1.5rem;
  }
}

.p-journal__latestList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-journal__latestList {
    display: block;
    margin-top: 2rem;
  }
}

.p-journal__latestItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-journal__latestItem {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .p-journal__latestItem:first-child {
    margin-top: 0;
  }
}

.p-journal__latestThumb {
  width: 100%;
}

.p-journal__latestImg {
  display: block;
  width: 100%;
  aspect-ratio: 288/152;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.p-journal__latestBody {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-journal__latestBody {
    margin-top: 0.75rem;
  }
}

.p-journal__latestMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}

.p-journal__latestDate {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-journal__latestDate {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-journal__latestCategory {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-journal__latestCategory {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-journal__latestCardTitle {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  overflow: hidden;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-journal__latestCardTitle {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.375rem;
  }
}

.p-journal {
  padding: 0 2.5rem;
  background-color: #EFF1F3;
}
@media screen and (max-width: 767px) {
  .p-journal {
    padding: 0 2rem;
  }
}

.p-journal__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-journal__inner {
    padding: 3.5rem 0 5rem;
  }
}

.p-journal__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-journal__pageTitle {
    font-size: 2rem;
  }
}

.p-journal__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-journal__filter {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
    margin-top: 2.5rem;
  }
}

.p-journal__sort {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 100%;
  padding: 1rem;
  border-bottom: 1px solid #000000;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-journal__sort {
    padding: 0.75rem 0;
  }
}

.p-journal__sort--category {
  width: 22rem;
}
@media screen and (max-width: 767px) {
  .p-journal__sort--category {
    width: 100%;
  }
}

.p-journal__sort--date {
  width: 12rem;
}
@media screen and (max-width: 767px) {
  .p-journal__sort--date {
    width: 100%;
  }
}

.p-journal__sortLabel {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-journal__sortLabel {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-journal__sortValue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  overflow: hidden;
  color: #000000;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 1rem;
}
@media screen and (max-width: 767px) {
  .p-journal__sortValue {
    font-size: 0.75rem;
    line-height: 1.5;
    margin-left: 0.75rem;
  }
}

.p-journal__sortArrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 0.75rem;
  height: 0.5rem;
  margin-left: 1rem;
  background-image: url(../imgs/common/icon_select_arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-journal__sortArrow {
    margin-left: 0.75rem;
  }
}

.p-journal__sortSelect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.p-journal__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-journal__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-top: 3rem;
  }
}

.p-journal__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-journal__card {
    gap: 0.75rem;
  }
}
.p-journal__card:hover {
  opacity: 1;
}
.p-journal__card:hover .p-journal__cardThumbImg {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-journal__card:hover .p-journal__cardTitle {
  color: #3C78C8;
}

.p-journal__cardThumb {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-journal__cardThumb {
    border-radius: 0.25rem;
  }
}

.p-journal__cardThumbImg {
  display: block;
  width: 100%;
  aspect-ratio: 339/178;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-journal__cardMeta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-journal__cardMeta {
    gap: 0.5rem;
  }
}

.p-journal__cardDate {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-journal__cardDate {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-journal__cardCategory {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-journal__cardCategory {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-journal__cardTitle {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-journal__cardTitle {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.5rem;
  }
}

.p-journal__empty {
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
}

.p-journal__pager {
  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-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-journal__pager {
    gap: 1rem;
    margin-top: 3rem;
  }
}

.p-journal__pager .page-numbers {
  color: #000000;
  font-family: "Mona Sans", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.75;
}
@media screen and (max-width: 767px) {
  .p-journal__pager .page-numbers {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-journal__pager .current {
  color: rgba(0, 0, 0, 0.25);
}

.p-journal__pager .dots {
  color: rgba(0, 0, 0, 0.25);
  font-size: 0;
}

.p-journal__pager .dots::before {
  content: "⋯";
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-journal__pager .dots::before {
    font-size: 1rem;
  }
}

.p-journal__pager .prev,
.p-journal__pager .next {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .p-journal__pager .prev,
  .p-journal__pager .next {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-journal__pager .prev {
  margin-right: 1.5rem;
}

.p-journal__pager .next {
  margin-left: 1.5rem;
}

.p-journal__pager .prev::before,
.p-journal__pager .next::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-journal__pager .prev::before,
  .p-journal__pager .next::before {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.p-journal__pager .prev::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.p-about {
  padding: 0 2.5rem;
  background-color: #EFF1F3;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding: 0 2rem;
  }
}

.p-about__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__inner {
    padding: 3.5rem 0 5rem;
  }
}

.p-about__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .p-about__pageTitle {
    font-size: 2rem;
  }
}

.p-about__section {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-about__section {
    margin-top: 5rem;
  }
}

.p-about__section--members {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-about__section--members {
    margin-top: 2.5rem;
  }
}

.p-about__sectionTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 0.5rem;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(24.85%, #3C78C8));
  background-image: linear-gradient(to right, #000000, #3C78C8 24.85%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  margin-bottom: -0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__sectionTitle {
    font-size: 1.5rem;
  }
}

.p-about__sectionTitle--board {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(66%, #3C78C8));
  background-image: linear-gradient(to right, #000000, #3C78C8 66%);
}

.p-about__sectionTitle--vision {
  background-image: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background-image: linear-gradient(to right, #000000, #3C78C8 75%);
}

.p-about__members {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__members {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-about__memberPhoto {
  display: block;
  width: 100%;
  aspect-ratio: 368/276;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__memberPhoto {
    aspect-ratio: 338/276;
  }
}

.p-about__memberBody {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__memberBody {
    margin-top: 1rem;
  }
}

.p-about__memberRole {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__memberRole {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-about__memberNameRow {
  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;
  gap: 0.75rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__memberNameRow {
    gap: 0.5rem;
    margin-top: 0.25rem;
  }
}

.p-about__memberName {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__memberName {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-about__memberSns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__memberSns {
    gap: 0.5rem;
  }
}

.p-about__memberSnsIcon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__memberSnsIcon {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.p-about__memberText {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__memberText {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.75rem;
  }
}

.p-about__history {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__history {
    position: relative;
    margin-top: 2.125rem;
  }
}

.p-about__historyScroll {
  border-radius: 0.5rem;
  margin-top: -2.625rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about__historyScroll {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    border-radius: 0;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }
}

.p-about__historyImg {
  display: block;
  width: 100%;
  aspect-ratio: 1200/840;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-about__historyImg {
    width: auto;
    max-width: none;
    height: 40rem;
    aspect-ratio: auto;
    border-radius: 0.5rem 0 0 0.5rem;
  }
}

.p-about__historyHint {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-about__historyHint {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    position: absolute;
    top: 5.75rem;
    right: 0;
    padding: 0;
    background: transparent;
    border: none;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
.p-about__historyHint:hover {
  opacity: 1;
}

.p-about__historyHint.is-scrolled {
  opacity: 0;
  pointer-events: none;
}

.p-about__historyHintText {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.p-about__historyHintButton {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: #3C78C8;
  border: 1px solid #3C78C8;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-about__historyHintArrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 0.8125rem;
  height: 0.4375rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-about__deck {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__deck {
    margin-top: 2rem;
  }
}

.p-about__deckImg {
  display: block;
  width: 100%;
  aspect-ratio: 1200/675;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.p-about__deckButton {
  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;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__deckButton {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}
.p-about__deckButton:hover {
  opacity: 1;
}
.p-about__deckButton:hover .p-about__deckButtonLabel {
  color: #3C78C8;
}
.p-about__deckButton:hover .p-about__arrowBtn {
  border: #3C78C8;
  background: #3C78C8;
}
.p-about__deckButton:hover .p-about__arrowBtn::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-about__deckButtonLabel {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__deckButtonLabel {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .p-about__deckButton .p-about__arrowBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.p-about__deckButton .p-about__arrowBtn::before {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__deckButton .p-about__arrowBtn::before {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.p-about__arrowBtn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__arrowBtn {
    width: 2.5rem;
    height: 2.5rem;
  }
}
.p-about__arrowBtn:hover {
  opacity: 1;
  border: #3C78C8;
  background: #3C78C8;
}
.p-about__arrowBtn:hover::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-about__arrowBtn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.0625rem;
  height: 0.5625rem;
  background-image: url(../imgs/common/icon_arrow_black.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about__arrowBtn::before {
    width: 0.8125rem;
    height: 0.4375rem;
  }
}

.p-about__arrowBtn--sm {
  width: 2.5rem;
  height: 2.5rem;
}

.p-about__arrowBtn--sm::before {
  width: 0.8125rem;
  height: 0.4375rem;
}

.p-about__arrowBtn--white {
  border-color: rgba(255, 255, 255, 0.25);
}

.p-about__arrowBtn--white::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-about__profile {
  margin-top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-about__profile {
    margin-top: 2rem;
  }
}

.p-about__profileRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-top: 2.8125rem;
}
@media screen and (max-width: 767px) {
  .p-about__profileRow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-bottom: 1.5rem;
    margin-top: 2rem;
  }
}

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

.p-about__profileRow--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-about__profileRow--center {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.p-about__profileLabel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 5rem;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__profileLabel {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-about__profileValue {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__profileValue {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-about__locations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__locations {
    gap: 2rem;
  }
}

.p-about__locationGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__locationGroup {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    margin-top: 1.125rem;
  }
}

.p-about__locationName {
  color: #3C78C8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__locationName {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-about__locationAddress {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__locationAddress {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-about__map {
  width: 100%;
  aspect-ratio: 992/496;
  border-radius: 0.5rem;
  overflow: hidden;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-about__map {
    aspect-ratio: 338/225;
    margin-top: 1.25rem;
  }
}

.p-about__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.p-about__investors {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .p-about__investors {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
  }
}

.p-about__investor {
  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;
  aspect-ratio: 152/101;
  border-radius: 0.25rem;
}

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

.p-about__joinText {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__joinText {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 2rem;
  }
}

.p-about__joinBanners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.125rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-about__joinBanners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 2rem;
  }
}

.p-about__joinBanner {
  position: relative;
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  aspect-ratio: 599/400;
  padding: 5rem 4rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-about__joinBanner {
    aspect-ratio: 338/338;
    padding: 3rem 2rem;
  }
}
.p-about__joinBanner:hover {
  opacity: 1;
}
.p-about__joinBanner:hover .p-about__joinBannerBtnLabel {
  color: #3C78C8;
}
.p-about__joinBanner:hover .p-about__arrowBtn {
  border: #3C78C8;
  background: #3C78C8;
}

.p-about__joinBanner--recruit {
  background-image: url(../imgs/about/recruit_bg_pc.webp);
  border-radius: 0.75rem 0 0 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-about__joinBanner--recruit {
    background-image: url(../imgs/about/recruit_bg_sp.webp);
    border-radius: 0.75rem 0.75rem 0 0;
  }
}

.p-about__joinBanner--note {
  background-image: url(../imgs/about/note_bg_pc.webp);
  border-radius: 0 0.75rem 0.75rem 0;
}
@media screen and (max-width: 767px) {
  .p-about__joinBanner--note {
    background-image: url(../imgs/about/note_bg_sp.webp);
    border-radius: 0 0 0.75rem 0.75rem;
  }
}

.p-about__joinBannerInner {
  position: relative;
  z-index: 2;
  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;
  text-align: center;
}

.p-about__joinBannerTitle {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-about__joinBannerTitle {
    font-size: 1rem;
    line-height: 1.5;
  }
}

.p-about__joinBannerText {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__joinBannerText {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 1.5rem;
  }
}

.p-about__joinBanner--note .p-about__joinBannerText {
  text-align: left;
}

.p-about__joinBannerBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-about__joinBannerBtn {
    gap: 0.75rem;
    margin-top: 1.5rem;
  }
}

.p-about__joinBannerBtnLabel {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-about__joinBannerBtnLabel {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-solutions {
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-solutions {
    padding: 0 2rem;
  }
}

.p-solutions__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 4.375rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__inner {
    padding: 3.5rem 0 5rem;
  }
}

.p-solutions__pageTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: transparent;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  white-space: nowrap;
  background: -webkit-gradient(linear, left top, right top, from(#000000), color-stop(75%, #3C78C8));
  background: linear-gradient(to right, #000000, #3C78C8 75%);
  -webkit-background-clip: text;
  background-clip: text;
}
@media screen and (max-width: 767px) {
  .p-solutions__pageTitle {
    font-size: 2rem;
  }
}

.p-solutions__list {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__list {
    margin-top: 2.5rem;
  }
}

.p-solutions__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__item {
    display: block;
  }
}

.p-solutions__item + .p-solutions__item {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__item + .p-solutions__item {
    margin-top: 3rem;
  }
}

.p-solutions__thumb {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

.p-solutions__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 568/378;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.p-solutions__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .p-solutions__body {
    margin-top: 1.5rem;
  }
}

.p-solutions__label {
  color: #3C78C8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-solutions__label {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-solutions__name {
  color: #000000;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__name {
    font-size: 1.5rem;
    margin-top: 0.5rem;
  }
}

.p-solutions__nameKana {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__nameKana {
    font-size: 0.875rem;
  }
}

.p-solutions__text {
  color: #000000;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__text {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 1rem;
  }
}

.p-solutions__text p {
  margin: 0;
}

.p-solutions__text a {
  color: #3C78C8;
  text-decoration: underline;
}

.p-solutions__button {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-solutions__button {
    margin-top: 1rem;
  }
}

.p-philosophy {
  position: relative;
  overflow-x: clip;
  background-color: #000000;
}

.p-philosophy__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.p-philosophy__firstview {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.p-philosophy__firstviewInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 9.375rem 2.5rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__firstviewInner {
    padding: 7.75rem 2rem 5rem;
  }
}

.p-philosophy__firstviewBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}

.p-philosophy__firstviewBgImg {
  opacity: 0;
}

.p-philosophy__firstviewBgImg--back {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  -webkit-animation: pPhiloFvFade 1.2s ease 0.3s forwards, fvBgZoom 12s ease-in-out 0.3s forwards;
          animation: pPhiloFvFade 1.2s ease 0.3s forwards, fvBgZoom 12s ease-in-out 0.3s forwards;
}

.p-philosophy__star {
  position: absolute;
  top: 50%;
  left: 26.8%;
  width: 20rem;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-animation: pPhiloFvFade 1.3s ease 1.3s forwards;
          animation: pPhiloFvFade 1.3s ease 1.3s forwards;
}
@media screen and (max-width: 767px) {
  .p-philosophy__star {
    top: 28.6%;
    left: 50%;
    width: 15rem;
  }
}

@-webkit-keyframes pPhiloFvFade {
  to {
    opacity: 1;
  }
}

@keyframes pPhiloFvFade {
  to {
    opacity: 1;
  }
}
.p-philosophy__bgBottom img {
  display: block;
  width: 100%;
  height: auto;
}

.p-philosophy__meteor {
  position: absolute;
  top: 50%;
  right: 8%;
  height: 18vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 0.0625rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy__meteor {
    top: 28.6%;
  }
}

.p-philosophy__meteor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 7.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0;
  -webkit-animation: fvMeteorSlow 2s linear 2.6s infinite;
          animation: fvMeteorSlow 2s linear 2.6s infinite;
}

.p-philosophy__intro {
  opacity: 0;
  -webkit-animation: pPhiloTextIn 0.9s ease forwards;
          animation: pPhiloTextIn 0.9s ease forwards;
}

.p-philosophy__intro--1 {
  -webkit-animation-name: pPhiloTitleIn;
          animation-name: pPhiloTitleIn;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.p-philosophy__intro--2 {
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.p-philosophy__intro--3 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

@-webkit-keyframes pPhiloTextIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes pPhiloTextIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes pPhiloTitleIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes pPhiloTitleIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-philosophy__firstviewBgImg,
  .p-philosophy__star,
  .p-philosophy__intro {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
  .p-philosophy__meteor::before {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}
.p-philosophy__statement {
  position: relative;
  overflow: hidden;
  background-color: #000000;
}

.p-philosophy__statementBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.p-philosophy__statementBgImg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.p-philosophy__statementCue {
  position: absolute;
  top: 70%;
  left: 0;
  width: 0.0625rem;
  height: 0.0625rem;
  pointer-events: none;
}

.p-philosophy__statementInner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 13rem 2.5rem 13rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__statementInner {
    padding: 7.5rem 2rem;
    opacity: var(--stmtFade, 1);
  }
}

.p-philosophy__statementText {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-philosophy__statementText {
    font-size: 0.75rem;
    line-height: 1.75;
  }
}

.p-philosophy__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 9.375rem 2.5rem 8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__inner {
    padding: 7.75rem 2rem 5rem;
  }
}

.p-philosophy__sideNav {
  position: fixed;
  top: 50%;
  left: 1.25rem;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(-50%) translateX(-1.875rem);
          transform: translateY(-50%) translateX(-1.875rem);
  -webkit-transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, -webkit-transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease;
  transition: opacity 0.9s ease, transform 0.9s ease, -webkit-transform 0.9s ease;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy__sideNav {
    display: none;
  }
}

.p-philosophy__sideNav.is-visible {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
  pointer-events: auto;
}

.p-philosophy__sideNavList {
  position: relative;
}

.p-philosophy__sideNavList::before {
  content: "";
  position: absolute;
  top: 0.6875rem;
  left: 0.375rem;
  width: 1.0625rem;
  height: 13.25rem;
  background-image: url(../imgs/philosophy/sidenav_line.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  pointer-events: none;
}

.p-philosophy__sideNavItem {
  position: relative;
}

.p-philosophy__sideNavItem + .p-philosophy__sideNavItem {
  margin-top: 2rem;
}

.p-philosophy__sideNavItem:nth-child(2) {
  margin-left: 0.75rem;
}

.p-philosophy__sideNavItem:nth-child(3) {
  margin-left: 1rem;
}

.p-philosophy__sideNavItem:nth-child(4) {
  margin-left: 0.75rem;
}

.p-philosophy__sideNavLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.p-philosophy__sideNavLink:hover {
  opacity: 1;
}

.p-philosophy__sideNavDot {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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: 0.75rem;
  height: 0.75rem;
}

.p-philosophy__sideNavDot::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #ffffff;
  opacity: 0.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-philosophy__sideNavLabel {
  color: #ffffff;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  opacity: 0.25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-philosophy__sideNavLink:hover .p-philosophy__sideNavDot::before,
.p-philosophy__sideNavItem.is-active .p-philosophy__sideNavDot::before {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 1;
}

.p-philosophy__sideNavLink:hover .p-philosophy__sideNavLabel,
.p-philosophy__sideNavItem.is-active .p-philosophy__sideNavLabel {
  opacity: 1;
}

.p-philosophy__pageTitle {
  color: #ffffff;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__pageTitle {
    font-size: 2rem;
  }
}

.p-philosophy__en {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__en {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-top: 3.75rem;
  }
}

.p-philosophy__tagline {
  margin-top: 3.375rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__tagline {
    margin-top: 24.625rem;
  }
}

.p-philosophy__taglineBody {
  width: 30rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-philosophy__taglineBody {
    width: 100%;
    margin-left: 0;
  }
}

.p-philosophy__taglineContents {
  margin-top: 3rem;
}

.p-philosophy__taglineTitle {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__taglineTitle {
    font-size: 1.75rem;
    line-height: 1;
  }
}

.p-philosophy__taglineText {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__taglineText {
    font-size: 0.75rem;
    line-height: 1.75;
    padding-right: 1rem;
    margin-top: 2rem;
  }
}

.p-philosophy__mind {
  position: relative;
  margin-top: -5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mind {
    margin-top: -2.5rem;
  }
}

.p-philosophy__mindArch {
  width: 100%;
}

.p-philosophy__mindArea {
  position: relative;
  padding: 0 2.5rem;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindArea {
    padding: 0 2rem;
  }
}

.p-philosophy__mindMask {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindMask {
    position: sticky;
    top: 0;
    z-index: 2;
    display: block;
    height: calc(100vw + 10rem);
    background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to bottom, #000000 calc(100vw - 2rem), rgba(0, 0, 0, 0) calc(100vw + 1.5rem));
    pointer-events: none;
  }
}

.p-philosophy__mindInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindInner {
    display: block;
    margin-top: calc(-100vw - 10rem);
    padding: 5rem 0;
  }
}

.p-philosophy__mindVisual {
  position: sticky;
  top: calc(50vh - 20rem);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 47.5rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindVisual {
    top: 4rem;
    z-index: 3;
    width: 100%;
    max-width: none;
    padding: 0 1rem;
    background-color: #000000;
  }
}

@media screen and (max-width: 767px) {
  .p-philosophy__mindVisual::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 4.5rem;
    background: #000000;
    pointer-events: none;
  }
}

.p-philosophy__topCover {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-philosophy__topCover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
    display: block;
    width: 100%;
    height: 0;
    background-color: #000000;
    pointer-events: none;
  }
}

.p-philosophy__mindStage {
  position: relative;
  width: 40rem;
  max-width: 100%;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindStage {
    width: 100%;
  }
}

.p-philosophy__mindImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-philosophy__mindImg--purpose {
  opacity: calc(1 - var(--v, 0));
  -webkit-filter: brightness(calc(0.3 + 0.7 * var(--p, 0)));
          filter: brightness(calc(0.3 + 0.7 * var(--p, 0)));
}

.p-philosophy__mindImg--values {
  opacity: var(--v, 0);
}

.p-philosophy__mindImg--first {
  opacity: calc(1 - var(--v, 0));
}

.p-philosophy__mindImg--second {
  opacity: var(--v, 0);
}

.p-philosophy__mindImg--line {
  mix-blend-mode: screen;
  -webkit-transform: scale(0.9375);
          transform: scale(0.9375);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-animation: mindLineSpin 30s linear infinite;
          animation: mindLineSpin 30s linear infinite;
  will-change: transform;
  border-radius: 100%;
}

@-webkit-keyframes mindLineSpin {
  from {
    -webkit-transform: rotate(0deg) scale(0.9375);
            transform: rotate(0deg) scale(0.9375);
  }
  to {
    -webkit-transform: rotate(360deg) scale(0.9375);
            transform: rotate(360deg) scale(0.9375);
  }
}

@keyframes mindLineSpin {
  from {
    -webkit-transform: rotate(0deg) scale(0.9375);
            transform: rotate(0deg) scale(0.9375);
  }
  to {
    -webkit-transform: rotate(360deg) scale(0.9375);
            transform: rotate(360deg) scale(0.9375);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-philosophy__mindImg--line {
    -webkit-animation: none;
            animation: none;
  }
}
.p-philosophy__mindBody {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 27.5rem;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindBody {
    z-index: 1;
    width: 100%;
    margin-top: 0rem;
  }
}

.p-philosophy__mindBlock + .p-philosophy__mindBlock {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindBlock + .p-philosophy__mindBlock {
    margin-top: 0rem;
  }
}

.p-philosophy__mindContents {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__mindContents {
    margin-top: 1.5rem;
  }
}

.p-philosophy__purposeTitle {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__purposeTitle {
    font-size: 1.25rem;
    line-height: 1.5;
  }
}

.p-philosophy__purposeText {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__purposeText {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 1.5rem;
  }
}

.p-philosophy__valuesList {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__valuesList {
    margin-top: 2rem;
  }
}

.p-philosophy__valuesItem + .p-philosophy__valuesItem {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__valuesItem + .p-philosophy__valuesItem {
    margin-top: 1.5rem;
  }
}

.p-philosophy__valuesItemTitle {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-philosophy__valuesItemTitle {
    font-size: 0.875rem;
    line-height: 1.5;
  }
}

.p-philosophy__valuesItemText {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__valuesItemText {
    margin-top: 0.5rem;
  }
}

.p-philosophy__principles {
  background-color: #000000;
  padding: 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__principles {
    padding: 0 2rem;
  }
}

.p-philosophy__principlesInner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__principlesInner {
    padding: 0 0 5rem;
  }
}

.p-philosophy__soon {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__soon {
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}

.p-philosophy__deck {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__deck {
    margin-top: 2rem;
  }
}

.p-philosophy__deckImg {
  display: block;
  width: 100%;
  aspect-ratio: 1200/675;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.5rem;
}

.p-philosophy__button {
  margin: 2rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__button {
    margin-top: 1.5rem;
  }
}

.p-philosophy__button .c-backButtonLabel {
  color: #ffffff;
}

.p-philosophy__button .c-backButtonArrow {
  border-color: rgba(255, 255, 255, 0.25);
}

.p-philosophy__button .c-backButtonArrow::before {
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.p-fv__bgImg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fv__bgImg {
    -o-object-position: top;
       object-position: top;
  }
}

.p-fv__firstviewBg {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.p-fv__scrollBg {
  position: absolute;
  inset-inline: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  aspect-ratio: 2880/160;
  background-image: url(../imgs/fv/firstview_scroll_bg_pc.webp);
  background-position: top center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  pointer-events: none;
  opacity: 0;
  -webkit-animation: fvScrollBgUp 0.8s ease 3.9s forwards;
          animation: fvScrollBgUp 0.8s ease 3.9s forwards;
}
@media screen and (max-width: 767px) {
  .p-fv__scrollBg {
    aspect-ratio: 804/120;
    background-image: url(../imgs/fv/firstview_scroll_bg_sp.webp);
  }
}

@-webkit-keyframes fvScrollBgUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvScrollBgUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(30%);
            transform: translateY(30%);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.p-fv__bgImg--firstviewBg {
  opacity: 0;
  -webkit-animation: fvIntroFade 1.2s ease 0.3s forwards, fvBgZoom 10s ease-in-out 0.3s forwards;
          animation: fvIntroFade 1.2s ease 0.3s forwards, fvBgZoom 10s ease-in-out 0.3s forwards;
}

.p-fv__star {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  mix-blend-mode: screen;
  opacity: 0;
  -webkit-animation: fvIntroFade 1.3s ease 1.3s forwards;
          animation: fvIntroFade 1.3s ease 1.3s forwards;
}
@media screen and (max-width: 767px) {
  .p-fv__star {
    top: 50%;
    width: 60%;
  }
}

@-webkit-keyframes fvIntroFade {
  to {
    opacity: 1;
  }
}

@keyframes fvIntroFade {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fvBgZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
@keyframes fvBgZoom {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
  }
}
.p-fv__firstview {
  position: relative;
  height: 100vh;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .p-fv__firstview {
    height: 100vh;
    height: 100svh;
  }
}

.p-fv__firstviewInner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  margin-inline: auto;
  padding: 1.5rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__firstviewInner {
    padding: 0 2rem 0.75rem;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.p-fv__firstviewMain {
  position: absolute;
  top: 50%;
  left: 5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-fv__firstviewMain {
    position: static;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.p-fv__eyebrow {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__eyebrow {
    font-size: 0.625rem;
    line-height: 1.7;
  }
}

.p-fv__copy {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.375;
  letter-spacing: 0.04em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fv__copy {
    font-size: 3rem;
    line-height: 1.375;
    margin-top: 1rem;
  }
}

.p-fv__copyLine {
  display: block;
}

.p-fv__eyebrow,
.p-fv__copyLine {
  opacity: 0;
  -webkit-animation: fvIntroTextIn 0.8s ease forwards;
          animation: fvIntroTextIn 0.8s ease forwards;
}

.p-fv__eyebrow {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.p-fv__copyLine:nth-child(1) {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.p-fv__copyLine:nth-child(2) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

@-webkit-keyframes fvIntroTextIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fvIntroTextIn {
  from {
    opacity: 0;
    -webkit-transform: translateX(-1.5rem);
            transform: translateX(-1.5rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__bgImg--firstviewBg,
  .p-fv__star,
  .p-fv__eyebrow,
  .p-fv__copyLine {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.p-fv__scroll {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto auto 0;
  opacity: 0;
  -webkit-animation: fvIntroUpIn 0.8s ease 3.9s forwards;
          animation: fvIntroUpIn 0.8s ease 3.9s forwards;
}
@media screen and (max-width: 767px) {
  .p-fv__scroll {
    margin-top: 3rem;
  }
}

@-webkit-keyframes fvIntroUpIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fvIntroUpIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fvArrowBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}
@keyframes fvArrowBounce {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(0.375rem);
            transform: translateY(0.375rem);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__scroll {
    opacity: 1;
    -webkit-animation: none;
            animation: none;
  }
  .p-fv__scrollArrow {
    -webkit-animation: none;
            animation: none;
  }
  .p-fv__scrollBg {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
  }
}
.p-fv__scrollLabel {
  color: #ffffff;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fv__scrollLabel {
    font-size: 0.625rem;
  }
}

.p-fv__scrollArrow {
  width: 0.75rem;
  height: 0.5rem;
  margin-top: 0.5rem;
  background-image: url(../imgs/fv/icon_arrow_down.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: fvArrowBounce 1.6s ease-in-out 4.7s infinite;
          animation: fvArrowBounce 1.6s ease-in-out 4.7s infinite;
}

.p-fv__meteor {
  position: absolute;
  top: 50%;
  right: 5rem;
  height: 18vh;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  width: 0.0625rem;
  overflow: hidden;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fv__meteor {
    right: 1.5rem;
  }
}

.p-fv__meteor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 7.5rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#ffffff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  opacity: 0;
  -webkit-animation: fvMeteorSlow 2s linear 1.5s infinite;
          animation: fvMeteorSlow 2s linear 1.5s infinite;
}

@-webkit-keyframes fvMeteorFall {
  0% {
    -webkit-transform: translateY(-7.5rem);
            transform: translateY(-7.5rem);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(45vh);
            transform: translateY(45vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(45vh);
            transform: translateY(45vh);
    opacity: 0;
  }
}

@keyframes fvMeteorFall {
  0% {
    -webkit-transform: translateY(-7.5rem);
            transform: translateY(-7.5rem);
    opacity: 0;
  }
  3% {
    opacity: 1;
  }
  28% {
    opacity: 1;
  }
  35% {
    -webkit-transform: translateY(45vh);
            transform: translateY(45vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(45vh);
            transform: translateY(45vh);
    opacity: 0;
  }
}
@-webkit-keyframes fvMeteorSlow {
  0% {
    -webkit-transform: translateY(-7.5rem);
            transform: translateY(-7.5rem);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(18vh);
            transform: translateY(18vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(18vh);
            transform: translateY(18vh);
    opacity: 0;
  }
}
@keyframes fvMeteorSlow {
  0% {
    -webkit-transform: translateY(-7.5rem);
            transform: translateY(-7.5rem);
    opacity: 0;
  }
  8% {
    opacity: 1;
  }
  82% {
    opacity: 1;
  }
  90% {
    -webkit-transform: translateY(18vh);
            transform: translateY(18vh);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(18vh);
            transform: translateY(18vh);
    opacity: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fv__meteor::before {
    -webkit-animation: none;
            animation: none;
    opacity: 0;
  }
}
.p-fvPhilosophy {
  position: relative;
  height: 300vh;
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy {
    height: 300vh;
    margin-top: 7.5rem;
  }
}

.p-fvPhilosophy__sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  background-color: #000000;
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy__sticky {
    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;
    gap: 1.5rem;
    height: 100vh;
    height: 100svh;
    padding: 2.5rem 2rem;
  }
}

.p-fvPhilosophy__bg {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy__bg {
    top: 0%;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    inset: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.p-fvPhilosophy__star {
  position: absolute;
  top: 50%;
  left: 28%;
  width: 15rem;
  max-width: 46vw;
  --b: 0;
  -webkit-transform: translate(-50%, -50%) scale(calc(0.4 + var(--b) * 0.6));
          transform: translate(-50%, -50%) scale(calc(0.4 + var(--b) * 0.6));
  opacity: var(--b);
  mix-blend-mode: screen;
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy__star {
    top: 60vw;
    left: 50%;
    width: 10rem;
    max-width: 55%;
  }
}

.p-fvPhilosophy__window {
  position: absolute;
  top: 50%;
  right: clamp(2.5rem, 8vw, 10rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: min(36rem, 42vw);
  height: 22rem;
  overflow: hidden;
  --maskTop: 44%;
  --maskClear: 54%;
  --maskBottom: 100%;
  --maskFaint: 0.35;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, var(--maskFaint))), color-stop(#000), color-stop(#000), color-stop(rgba(0, 0, 0, var(--maskFaint))), to(transparent));
  -webkit-mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, var(--maskFaint)) calc(var(--maskTop) / 2), #000 var(--maskTop), #000 var(--maskClear), rgba(0, 0, 0, var(--maskFaint)) calc((var(--maskClear) + var(--maskBottom)) / 2), transparent var(--maskBottom));
  mask-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(rgba(0, 0, 0, var(--maskFaint))), color-stop(#000), color-stop(#000), color-stop(rgba(0, 0, 0, var(--maskFaint))), to(transparent));
  mask-image: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, var(--maskFaint)) calc(var(--maskTop) / 2), #000 var(--maskTop), #000 var(--maskClear), rgba(0, 0, 0, var(--maskFaint)) calc((var(--maskClear) + var(--maskBottom)) / 2), transparent var(--maskBottom));
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy__window {
    top: 59%;
    right: auto;
    left: 0;
    -webkit-transform: none;
            transform: none;
    width: 100%;
    height: 20rem;
    padding-inline: 2rem;
  }
}

.p-fvPhilosophy__textInner {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.p-fvPhilosophy__text {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy__text {
    font-size: 0.75rem;
    text-align: center;
  }
}

.p-fvPhilosophy__cta {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fvPhilosophy__cta {
    margin: 2rem auto 0 auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .p-fvPhilosophy__bg {
    opacity: 1;
  }
  .p-fvPhilosophy__star {
    --b: 1;
  }
}
.p-fvSolutions {
  position: relative;
  z-index: 2;
  padding-top: 13.75rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions {
    padding-top: 0rem;
  }
}

.p-fvSolutions__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__inner {
    padding-inline: 2rem;
  }
}

.p-fvSolutions__en {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__en {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-fvSolutions__lead {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__lead {
    margin-top: 1rem;
  }
}

.p-fvSolutions__accent {
  color: #3C78C8;
}

.p-fvSolutions__note {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__note {
    margin-top: 0.5rem;
  }
}

.p-fvSolutions__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.375rem;
    margin-top: 2rem;
  }
}

.p-fvSolutions__link {
  display: block;
  color: inherit;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.p-fvSolutions__link:hover {
  opacity: 1;
}
.p-fvSolutions__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fvSolutions__link:hover .p-fvSolutions__name {
  color: #3C78C8;
}

.p-fvSolutions__thumb {
  border-radius: 0.5rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 7.5rem;
  }
}

.p-fvSolutions__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 368/245;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fvSolutions__body {
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__body {
    margin-top: 0;
  }
}

.p-fvSolutions__status {
  color: #3C78C8;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__status {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-fvSolutions__name {
  color: #ffffff;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__name {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-top: 0.25rem;
  }
}

.p-fvSolutions__nameKana {
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__nameKana {
    display: block;
    font-size: 0.75rem;
  }
}

.p-fvSolutions__cta {
  margin-top: 3rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fvSolutions__cta {
    margin-top: 2.5rem;
  }
}

.p-fvAbout {
  position: relative;
  isolation: isolate;
  padding-top: 18.75rem;
  padding-bottom: 3.875rem;
  margin-top: -10.625rem;
}
@media screen and (max-width: 767px) {
  .p-fvAbout {
    padding-top: 5.9375rem;
    padding-bottom: 1.25rem;
    margin-top: -0.9375rem;
  }
}

.p-fvAbout__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/fv/about_bg_pc.webp);
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__bg {
    background-image: url(../imgs/fv/about_bg_sp.webp);
  }
}

.p-fvAbout__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__inner {
    padding-inline: 2rem;
  }
}

.p-fvAbout__en {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__en {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-fvAbout__head {
  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;
  gap: 1.5rem;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__head {
    display: block;
    margin-top: 1rem;
  }
}

.p-fvAbout__lead {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
}

.p-fvAbout__cta {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__cta {
    margin-top: 2rem;
  }
}

.p-fvAbout__band {
  width: 100%;
  margin-top: 3rem;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q50,10 100,0 L100,100 Q50,90 0,100 Z' fill='%23000'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q50,10 100,0 L100,100 Q50,90 0,100 Z' fill='%23000'/%3E%3C/svg%3E");
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__band {
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q50,4 100,0 L100,100 Q50,96 0,100 Z' fill='%23000'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0,0 Q50,4 100,0 L100,100 Q50,96 0,100 Z' fill='%23000'/%3E%3C/svg%3E");
  }
}

.p-fvAbout__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
  -webkit-animation: fvBandSlide 33s linear infinite;
          animation: fvBandSlide 33s linear infinite;
}

.p-fvAbout__row--lower {
  margin-top: 1.5rem;
  -webkit-animation-duration: 66s;
          animation-duration: 66s;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__row--lower {
    margin-top: 1rem;
  }
}

.p-fvAbout__row img {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 22.5rem;
  height: 15rem;
  margin-right: 1.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-fvAbout__row img {
    width: 18.75rem;
    height: 12.5rem;
    margin-right: 1rem;
  }
}

@-webkit-keyframes fvBandSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@keyframes fvBandSlide {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .p-fvAbout__row {
    -webkit-animation: none;
            animation: none;
  }
}
.p-fvJournal {
  position: relative;
  isolation: isolate;
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .p-fvJournal {
    margin-top: -0.5625rem;
  }
}

.p-fvJournal__arch {
  width: 100%;
}

.p-fvJournal__bgBlack {
  width: 100%;
  background: #000000;
  padding-top: 6.25rem;
  margin-top: -0.125rem;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__bgBlack {
    padding-top: 4rem;
  }
}

.p-fvJournal__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__inner {
    padding-inline: 2rem;
  }
}

.p-fvJournal__en {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__en {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-fvJournal__lead {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: -0.02em;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__lead {
    margin-top: 1rem;
  }
}

.p-fvJournal__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 3rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__list {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    margin-top: 2rem;
  }
}

.p-fvJournal__link:hover {
  opacity: 1;
}
.p-fvJournal__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fvJournal__link:hover .p-fvJournal__title {
  color: #3C78C8;
}

.p-fvJournal__thumb {
  overflow: hidden;
  border-radius: 0.5rem;
}

.p-fvJournal__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 339/178;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fvJournal__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__meta {
    gap: 0.5rem;
    margin-top: 0.75rem;
  }
}

.p-fvJournal__date {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__date {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-fvJournal__cat {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__cat {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-fvJournal__title {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__title {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 0.5rem;
  }
}

.p-fvJournal__cta {
  margin-top: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fvJournal__cta {
    margin-top: 3rem;
  }
}

.p-fvNews {
  padding-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews {
    padding-top: 5rem;
  }
}

.p-fvNews__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews__inner {
    padding-inline: 2rem;
  }
}

.p-fvNews__en {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvNews__en {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-fvNews__list {
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews__list {
    margin-top: 2rem;
  }
}

.p-fvNews__item {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  padding-top: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews__item {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
  }
}

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

.p-fvNews__item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews__item:last-child {
    padding-bottom: 1.5rem;
  }
}

.p-fvNews__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews__link {
    gap: 1rem;
  }
}
.p-fvNews__link:hover {
  opacity: 1;
}
.p-fvNews__link:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.p-fvNews__link:hover .p-fvNews__title {
  color: #3C78C8;
}

.p-fvNews__thumb {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 8.875rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-fvNews__thumb {
    display: none;
  }
}

.p-fvNews__thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 142/80;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-fvNews__body {
  min-width: 0;
}

.p-fvNews__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-fvNews__meta {
    gap: 0.5rem;
  }
}

.p-fvNews__date {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvNews__date {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-fvNews__cat {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
}
@media screen and (max-width: 767px) {
  .p-fvNews__cat {
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.p-fvNews__title {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: -0.02em;
  margin-top: 0.75rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-fvNews__title {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 0.5rem;
  }
}

.p-fvNews__cta {
  margin-top: 4rem;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fvNews__cta {
    margin-top: 3rem;
  }
}

.p-fvContact {
  position: relative;
  isolation: isolate;
  padding-top: 8rem;
  padding-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-fvContact {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.p-fvContact__bg {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-image: url(../imgs/fv/contact_bg_pc.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .p-fvContact__bg {
    background-image: url(../imgs/fv/contact_bg_sp.webp);
  }
}

.p-fvContact__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 80rem;
  margin-inline: auto;
  padding-inline: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-fvContact__inner {
    padding-inline: 2rem;
  }
}

.p-fvContact__en {
  color: #3C78C8;
  font-family: "Mulish", "Mulish fallback", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: -0.02em;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-fvContact__en {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.p-fvContact__text {
  color: #ffffff;
  font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.7142857143;
  letter-spacing: -0.02em;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-fvContact__text {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 2rem;
  }
}

.p-fvContact__cta {
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .p-fvContact__cta {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}

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

.u-sp-inline {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-inline {
    display: inline-block !important;
  }
}

.u-sp-flex {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .u-sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    font-size: 0.875rem;
  }
}/*# sourceMappingURL=style.css.map */