@charset "UTF-8";
.white {
  color: #ffffff;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

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

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
}
@media screen and (min-width: 768px) and (max-width: 1267px) {
  html {
    font-size: 0.78vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}
body.is-active {
  overflow: hidden;
}

a {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
a:hover {
  opacity: 0.65;
}
@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

.l-inner {
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--large {
  max-width: 140rem;
  margin-left: auto;
  margin-right: auto;
}
.l-inner--small {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.en {
  font-family: "Bebas Neue", sans-serif;
}

.center {
  text-align: center;
}

.l-footer {
  background: #0d0026;
  color: #ffffff;
  padding: 6rem 5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 3rem 3rem;
  }
}
.l-footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .l-footer__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    margin: 0 auto 2rem;
    max-width: 6rem;
  }
}
.l-footer__nav ul {
  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) {
  .l-footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li {
    width: calc(50% - 1rem);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2549019608);
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
  }
}
.l-footer__nav ul li a span {
  font-size: 2.8rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a span {
    font-size: 1.8rem;
  }
}
.l-footer__nav ul li a p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__nav ul li a p {
    font-size: 0.9rem;
    margin-top: 0;
  }
}
.l-footer__sns {
  background: #0d0026;
  padding: 3rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer__sns {
    margin-top: 3rem;
  }
}
.l-footer__sns a {
  display: block;
}
.l-footer__sns a img {
  height: 3.2rem;
}
.l-footer__btn {
  font-family: "Bebas Neue", sans-serif;
  display: block;
  border: solid 1px #ffffff;
  border-radius: 5rem;
  padding: 2rem 0 1.5rem;
  color: #ffffff;
  width: 100%;
  max-width: 24rem;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
}
.l-footer__btn::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-footer__copy {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.l-footer__copy p {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: -0.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer__copy p {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__copy a {
    font-size: 1.2rem;
  }
}

.l-logo {
  max-width: 16.4rem;
}

@media screen and (max-width: 767px) {
  .l-header {
    position: sticky;
    top: 0;
    z-index: 110;
    background: #fff;
  }
}
.l-header__sns {
  background: #0d0026;
  padding: 1rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 1.5rem;
  position: relative;
  z-index: 120;
}
.l-header__sns a {
  display: block;
}
.l-header__sns a img {
  max-height: 2rem;
}
.l-header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2rem;
}

.l-gNav ul {
  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) {
  .l-gNav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3rem;
  }
}
.l-gNav ul li a span {
  font-size: 2.8rem;
  font-family: "Bebas Neue", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a span {
    font-size: 4rem;
  }
}
.l-gNav ul li a p {
  font-size: 1.2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .l-gNav ul li a p {
    font-size: 1.4rem;
    font-weight: 600;
    margin-top: -0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .l-gNav {
    position: fixed;
    z-index: 100;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    transition: cubic-bezier(0.075, 0.82, 0.165, 1) 0.6s;
    background: #ffffff;
    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;
  }
  .l-gNav.is-active {
    left: 0;
  }
}
.l-hamburger {
  display: none;
}

@media screen and (max-width: 767px) {
  .l-hamburger {
    position: relative;
    z-index: 120;
    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: 5rem;
    height: 5rem;
  }
  .l-hamburger__frame {
    position: relative;
    display: block;
    width: 2.4rem;
    height: 2px;
  }
  .l-hamburger span {
    background: #000000;
  }
  .l-hamburger span:nth-of-type(1) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .l-hamburger span:nth-of-type(2) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(-8px) rotate(0deg);
            transform: translateY(-8px) rotate(0deg);
  }
  .l-hamburger span:nth-of-type(3) {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transform: translateY(8px) rotate(0deg);
            transform: translateY(8px) rotate(0deg);
  }
  .l-hamburger.is-active span:nth-of-type(1) {
    opacity: 0;
  }
  .l-hamburger.is-active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
            transform: translateY(0) rotate(45deg);
  }
  .l-hamburger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(0) rotate(-45deg);
            transform: translateY(0) rotate(-45deg);
  }
}
.p-elmView {
  padding: 8rem 5rem;
  background: url(../../assets/img/bg-2.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-elmView {
    padding: 5rem 3rem;
  }
}
.p-elmView h2 {
  font-size: 12.8rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-elmView h2 {
    font-size: 4.8rem;
  }
}
.p-elmView p {
  font-size: 2rem;
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-elmView p {
    font-size: 1.6rem;
  }
}

.p-catch--primary {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  font-weight: 500;
  margin-bottom: 6rem;
  margin-left: 5rem;
  margin-right: 5rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-catch--primary {
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 4.4rem;
    margin-bottom: 5rem;
  }
}

.p-btn__list {
  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: 4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-btn__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    margin-top: 4rem;
  }
}
.p-btn__item {
  display: block;
  border: solid 1px #ffffff;
  border-radius: 5rem;
  padding: 2rem;
  color: #ffffff;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  line-height: 1;
}
.p-btn__item::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-btn__item--primary {
  display: block;
  background: #0d0026;
  border: solid 1px #0d0026;
  border-radius: 5rem;
  padding: 2rem;
  color: #ffffff;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  line-height: 1;
}
.p-btn__item--primary::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-philosophy {
  padding-top: 6rem;
}
.p-philosophy__item {
  padding: 10rem 5rem 18rem;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item {
    padding: 5rem 3rem;
  }
}
.p-philosophy__item h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 14rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    font-size: 6rem;
    margin-bottom: 3rem;
    gap: 2rem;
  }
}
.p-philosophy__item h3 span {
  background: #ffffff;
  color: #0d0026;
  font-size: 6.4rem;
  font-weight: 600;
  padding: 1rem 0.5rem 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item h3 span {
    font-size: 3rem;
  }
}
.p-philosophy__item p {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.65;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item p {
    font-size: 1.8rem;
  }
}
.p-philosophy__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  border-bottom: solid 1px #928e99;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  width: 98rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item dl {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    gap: 2rem;
    padding-top: 0.5rem;
  }
}
.p-philosophy__item dl dt {
  font-size: 4.8rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item dl dt {
    font-size: 2.4rem;
  }
}
.p-philosophy__item dl dt::before {
  content: "";
  display: block;
  background: url(../../assets/img/ico/check.png) no-repeat right center/contain;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item dl dt::before {
    width: 2rem;
    height: 2rem;
  }
}
.p-philosophy__item dl dd p {
  margin-top: 5rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item dl dd p {
    font-size: 1.6rem;
    margin-top: 0;
  }
}
.p-philosophy__item.bg-1 {
  background: url(../../assets/img/club/bg_img1.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item.bg-1 {
    background-position: 80% 0;
  }
}
.p-philosophy__item.bg-2 {
  background: url(../../assets/img/club/bg_img2.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-philosophy__item.bg-2 {
    background-position: 60% 0;
  }
}
.p-philosophy__item.bg-3 {
  background: url(../../assets/img/club/bg_img3.png) no-repeat center center/cover;
}

.p-emblem {
  padding: 8rem 0;
  background: url(../../assets/img/bg-1.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-emblem {
    padding: 6rem 0;
  }
}
.p-emblem__img {
  max-width: 30rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-emblem__img {
    max-width: 18rem;
  }
}
.p-emblem__img img {
  width: 100%;
}
.p-emblem__desc {
  margin-top: 6rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2;
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .p-emblem__desc {
    padding: 0 2rem;
    margin-top: 4rem;
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}

.p-pr {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-pr {
    padding: 6rem 0;
  }
}
.p-pr__wrap {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-pr__wrap {
    padding: 0 3rem;
  }
}
.p-pr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .p-pr__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
    margin-bottom: 8rem;
  }
}
.p-pr__item h3 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  border-left: solid 0.6rem #0d0026;
  padding-left: 1rem;
  width: 28rem;
}
@media screen and (max-width: 767px) {
  .p-pr__item h3 {
    width: auto;
  }
}
.p-pr__detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-pr__detail {
    width: 100%;
  }
}
.p-pr__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #0d0026;
}
.p-pr__detail dl dt {
  padding: 3rem 0;
  width: 18rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-pr__detail dl dt {
    padding: 2rem 0;
    font-size: 1.3rem;
    width: 10rem;
  }
}
.p-pr__detail dl dd {
  padding: 3rem;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-pr__detail dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 2rem 0;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.p-pr__history {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: solid 1px #0d0026;
}
.p-pr__history dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #0d0026;
}
@media screen and (max-width: 767px) {
  .p-pr__history dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-pr__history dl dt {
  padding: 3rem 0;
  width: 18rem;
  font-weight: 400;
  font-size: 7.8rem;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.05em;
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .p-pr__history dl dt {
    width: auto;
    font-size: 4.8rem;
    padding: 3rem 0 1rem;
  }
}
.p-pr__history dl dd {
  padding: 3rem;
  font-size: 1.8rem;
  line-height: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-pr__history dl dd {
    font-size: 1.6rem;
    padding: 0 0 3rem;
  }
}

.p-read {
  padding: 12rem 0;
}
.p-read {
  padding: 4rem 0;
}
.p-read h2 {
  margin: auto;
  width: 90%;
  max-width: 130rem;
}

.p-message {
  background: #f7f7f7;
  padding: 10rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-message {
    padding: 6rem 3rem;
  }
}
.p-message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8rem;
}
@media screen and (max-width: 767px) {
  .p-message__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}
.p-message__desc {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-message__desc {
    width: 100%;
  }
}
.p-message__desc p {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-message__desc p {
    font-size: 1.6rem;
  }
}
.p-message__desc p:not(:last-child) {
  margin-bottom: 3rem;
}
.p-message__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.p-table {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-table {
    padding: 6rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-table__wrap {
    border-top: solid 1px #0d0026;
  }
}
.p-table__wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #0d0026;
}
@media screen and (max-width: 767px) {
  .p-table__wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-table__wrap dl dt {
  padding: 4rem 0;
  width: 36rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-table__wrap dl dt {
    font-size: 2.2rem;
    width: auto;
    padding: 3rem 0 0;
  }
}
.p-table__wrap dl dd {
  padding: 4rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-table__wrap dl dd {
    padding: 2rem 0 3rem;
    font-size: 1.4rem;
  }
}
.p-table__wrap dl dd p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-table__wrap dl dd ul {
  list-style: disc;
  margin-left: 2rem;
}
.p-table__wrap dl dd ul li:not(:last-child) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-table__wrap dl dd ul li:not(:last-child) {
    margin-bottom: 0.6rem;
  }
}
.p-table__wrap dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 2rem;
}
.p-table__wrap dl dd .flex:not(:last-child) {
  margin-bottom: 2rem;
}
.p-table__wrap dl dd .flex:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .p-table__wrap dl dd .flex p:nth-of-type(1) {
    white-space: nowrap;
  }
}

.p-recruit {
  background: #f7f7f7;
}
.p-recruit__img {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f7f7f7), color-stop(50%, #fff));
  background: linear-gradient(to bottom, #f7f7f7 50%, #fff 50%);
}
.p-recruit__img img {
  width: 100%;
}
.p-recruit__desc {
  padding: 10rem 5rem;
}
.p-recruit__desc h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 6.4rem;
  text-align: center;
}
.p-recruit__desc h3 {
  font-size: 3.2rem;
  font-weight: 900;
  margin-top: 4rem;
  margin-bottom: 4rem;
  line-height: 2;
  text-align: center;
}
.p-recruit__desc p {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 2rem;
  line-height: 2;
}

.p-schoolDet {
  background: #0d0026;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet {
    padding: 5rem 3rem;
  }
}
.p-schoolDet__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-schoolDet__item {
  position: relative;
  color: #ffffff;
  width: calc(50% - 2rem);
  padding: 8rem 4rem 4rem;
  background: rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item {
    width: 100%;
    padding: 6rem 3rem 3rem;
  }
}
.p-schoolDet__item .tag {
  position: absolute;
  background: #ffffff;
  color: #0d0026;
  padding: 1rem 1rem;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item .tag {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
  }
}
.p-schoolDet__item .ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item .ttl {
    font-size: 2.6rem;
    line-height: 1.5;
  }
}
.p-schoolDet__item .ttl::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.6rem;
  background: #ffffff;
  margin: 4rem 0;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item .ttl::after {
    margin: 3rem 0;
    width: 3.4rem;
    height: 0.4rem;
  }
}
.p-schoolDet__item .desc h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item .desc h4 {
    font-size: 1.8rem;
  }
}
.p-schoolDet__item .desc p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item .desc p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}
.p-schoolDet__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: solid 1px #ffffff;
}
.p-schoolDet__item dl dt {
  width: 12rem;
  padding: 1.5rem;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item dl dt {
    width: 7rem;
    font-size: 1.3rem;
    padding: 1.5rem 0;
  }
}
.p-schoolDet__item dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  line-height: 2;
  padding: 2rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__item dl dd {
    font-size: 1.3rem;
    padding: 1.5rem 0;
  }
}
.p-schoolDet__jr {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin-top: 4rem;
  padding: 8rem 4rem 4rem;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__jr {
    padding: 6rem 3rem 3rem;
  }
}
.p-schoolDet__jr .tag {
  position: absolute;
  background: #ffffff;
  color: #0d0026;
  padding: 1rem 1rem;
  top: 0;
  left: 0;
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__jr .tag {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 0.6rem 1rem;
  }
}
.p-schoolDet__jr .ttl {
  font-size: 4rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__jr .ttl {
    font-size: 2.2rem;
    line-height: 1.5;
  }
}
.p-schoolDet__jr .ttl::after {
  content: "";
  display: block;
  width: 5rem;
  height: 0.6rem;
  background: #ffffff;
  margin: 4rem auto;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__jr .ttl::after {
    margin: 3rem auto;
    width: 3.4rem;
    height: 0.4rem;
  }
}
.p-schoolDet__jr .desc {
  max-width: 80rem;
  margin: auto;
}
.p-schoolDet__jr .desc h4 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__jr .desc h4 {
    font-size: 1.6rem;
  }
}
.p-schoolDet__jr .desc p {
  font-size: 1.8rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-schoolDet__jr .desc p {
    font-size: 1.4rem;
    margin-bottom: 3rem;
  }
}

.p-price {
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-price {
    padding: 6rem 0;
  }
}
.p-price__wrap {
  padding: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-price__wrap {
    padding: 0;
    margin-left: 3rem;
    overflow: scroll;
  }
}
.p-price__wrap table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-price__wrap table {
    min-width: 100rem;
    margin-right: 3rem;
  }
}
.p-price__wrap table tr {
  border-bottom: solid 1px #0d0026;
}
.p-price__wrap table tr:first-child {
  border-bottom: none;
}
.p-price__wrap table tr th {
  font-size: 1.8rem;
  padding: 3rem 0;
  text-align: center;
  background: rgba(13, 0, 38, 0.2);
  border: solid 1px #fff;
}
@media screen and (max-width: 767px) {
  .p-price__wrap table tr th {
    padding: 2rem;
    font-size: 1.4rem;
  }
}
.p-price__wrap table tr td {
  padding: 3rem 0;
  font-size: 1.8rem;
  border: solid 1px #fff;
  border-bottom: solid 1px #0d0026;
}
@media screen and (max-width: 767px) {
  .p-price__wrap table tr td {
    padding: 2rem;
    font-size: 1.4rem;
  }
}

.p-exp {
  padding: 10rem 5rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-exp {
    padding: 6rem 3rem;
  }
}
.p-exp__desc {
  text-align: center;
}
.p-exp__desc h2 {
  font-size: 4.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-exp__desc h2 {
    font-size: 3.2rem;
  }
}
.p-exp__desc p {
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 2;
  margin: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-exp__desc p {
    font-size: 1.8rem;
    margin: 4rem 0;
  }
}
.p-exp__bnr a {
  display: block;
}
.p-exp__bnr a img {
  width: 100%;
}
.p-exp__cta {
  border: solid 0.4rem #0d0026;
  border-radius: 1rem;
  padding: 6rem 10rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-exp__cta {
    padding: 4rem 3rem;
    margin-top: 3rem;
  }
}
.p-exp__cta .desc__ttl {
  font-size: 12.8rem;
}
@media screen and (max-width: 767px) {
  .p-exp__cta .desc__ttl {
    font-size: 6.4rem;
  }
}
.p-exp__cta .desc__txt {
  font-size: 1.8rem;
  line-height: 2;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-exp__cta .desc__txt {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
}
.p-exp__cta__wrap {
  max-width: 120rem;
  margin: auto;
  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: 6rem;
}
@media screen and (max-width: 767px) {
  .p-exp__cta__wrap {
    -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;
    gap: 4rem;
  }
}
.p-exp__btn {
  display: block;
  border: solid 1px #0d0026;
  border-radius: 5rem;
  padding: 2rem;
  color: #ffffff;
  width: 100%;
  max-width: 34rem;
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  line-height: 1;
  background: #0d0026;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.p-exp__btn::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.p-readTtl {
  text-align: center;
  background: #f7f7f7;
  padding: 8rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-readTtl {
    padding: 4rem 3rem;
  }
}

.p-schoolSpilit {
  position: relative;
  padding-top: 5rem;
}
.p-schoolSpilit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4rem;
  padding: 5rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-schoolSpilit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 4rem 3rem;
    gap: 0;
  }
}
.p-schoolSpilit__catch {
  position: absolute;
  z-index: -1;
  top: 5rem;
  left: 5rem;
  right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-schoolSpilit__catch {
    position: static;
    max-width: 90%;
    margin: 0 auto -7rem;
  }
}
.p-schoolSpilit__catch img {
  width: 100%;
}
.p-schoolSpilit__img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-schoolSpilit__img img {
  width: 100%;
}
.p-schoolSpilit__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-schoolSpilit__desc h2 {
  font-size: 7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-schoolSpilit__desc h2 {
    font-size: 3.2rem;
    white-space: normal;
    text-align: center;
    margin-bottom: 3rem;
  }
}
.p-schoolSpilit__desc p {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .p-schoolSpilit__desc p {
    font-size: 1.8rem;
  }
}

.p-teamKv {
  background: url(../../assets/img/bg-3.png) no-repeat center center/cover;
  padding: 2rem 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-teamKv {
    padding: 3rem 3rem 0;
    overflow: hidden;
  }
}
.p-teamKv__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 120rem;
  margin: auto;
}
.p-teamKv__det {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  z-index: 1;
  padding-bottom: 8rem;
}
.p-teamKv__det .num {
  font-size: 32rem;
}
@media screen and (max-width: 767px) {
  .p-teamKv__det .num {
    font-size: 10rem;
  }
}
.p-teamKv__det .pos {
  font-size: 4.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #0d0026;
  min-width: 25rem;
  padding: 0.5rem 1rem 0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-teamKv__det .pos {
    font-size: 1.6rem;
    min-width: 8rem;
  }
}
.p-teamKv__det .staff {
  font-size: 4rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #ffffff;
  background: #0d0026;
  min-width: 25rem;
  padding: 0.5rem 1rem 1rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-teamKv__det .staff {
    font-size: 1.6rem;
    font-weight: 600;
    min-width: 8rem;
    padding: 0.6rem 1rem;
  }
}
.p-teamKv__det .name {
  font-size: 19.2rem;
  margin-top: 8rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-teamKv__det .name {
    font-size: 6.8rem;
    margin-top: 5rem;
    text-shadow: 0.2rem 0.2rem 0 rgb(255, 255, 255);
  }
}
.p-teamKv__det .ruby {
  font-size: 3.6rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-teamKv__det .ruby {
    font-size: 2rem;
  }
}
.p-teamKv__img {
  margin-left: -25rem;
}
@media screen and (max-width: 767px) {
  .p-teamKv__img {
    margin-left: -18rem;
    margin-right: -5rem;
  }
}

.p-teamPr {
  padding: 0 5rem 12rem;
}
@media screen and (max-width: 767px) {
  .p-teamPr {
    padding: 0 3rem 6rem;
  }
}
.p-teamPr__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10rem;
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .p-teamPr__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
    margin-top: 4rem;
  }
}
.p-teamPr__wrap h2 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: solid 0.6rem #0d0026;
  padding-left: 1.5rem;
  padding-top: 0.3rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-teamPr__wrap h2 {
    margin-bottom: 3rem;
  }
}
.p-teamPr__item {
  width: calc(50% - 5rem);
}
.p-teamPr__item:nth-of-type(1) {
  width: calc(65% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-teamPr__item:nth-of-type(1) {
    width: 100%;
  }
}
.p-teamPr__item:nth-of-type(2) {
  width: calc(35% - 5rem);
}
@media screen and (max-width: 767px) {
  .p-teamPr__item:nth-of-type(2) {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-teamPr__item {
    width: 100%;
  }
  .p-teamPr__item + .p-teamPr__item {
    margin-top: 4rem;
  }
}
.p-teamPr__item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #0d0026;
}
.p-teamPr__item dl dt {
  width: 28rem;
  font-size: 1.8rem;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-teamPr__item dl dt {
    padding: 2rem 0;
    font-size: 1.2rem;
    width: 17rem;
    line-height: 1.4;
  }
}
.p-teamPr__item dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  .p-teamPr__item dl dd {
    padding: 2rem 0;
    font-size: 1.4rem;
  }
}
.p-teamPr__item .history {
  font-size: 1.8rem;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  .p-teamPr__item .history {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.p-teamPr__com {
  margin-top: 10rem;
}
@media screen and (max-width: 767px) {
  .p-teamPr__com {
    margin-top: 6rem;
  }
}
.p-teamPr__com .catch {
  width: 100%;
  font-family: "Bebas Neue", sans-serif;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  border-left: solid 0.6rem #0d0026;
  padding-left: 1.5rem;
  padding-top: 0.3rem;
  margin-bottom: 6rem;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}
.p-teamPr__com__img {
  width: 50%;
  border-radius: 1rem;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-teamPr__com__img {
    width: 100%;
  }
}
.p-teamPr__com__img img {
  width: 100%;
}
.p-teamPr__com__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-teamPr__com__txt p {
  font-size: 1.8rem;
  line-height: 2.25;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .p-teamPr__com__txt p {
    font-size: 1.5rem;
    line-height: 2;
  }
}

.p-scheduleList {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-scheduleList {
    padding: 8rem 3rem;
  }
}
.p-scheduleList__wrap {
  border-top: solid 1px #0d0026;
}
.p-scheduleList__item {
  display: block;
  border-bottom: solid 1px #0d0026;
  padding: 4rem 2rem;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-scheduleList__item {
    padding: 3rem 0;
  }
}
.p-scheduleList__item::after {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 50%;
  right: 3rem;
  border-top: solid 2px #0d0026;
  border-right: solid 2px #0d0026;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-scheduleList__item::after {
    right: 1.5rem;
  }
}
.p-scheduleList__item .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-scheduleList__item .detail {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
}
.p-scheduleList__item .detail__tag {
  background: #0d0026;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 0.6rem 2rem 0.8rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-scheduleList__item .detail__tag {
    font-size: 1.4rem;
  }
}
.p-scheduleList__item .detail__time {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #0d0026;
}
@media screen and (max-width: 767px) {
  .p-scheduleList__item .detail__time {
    font-size: 1.6rem;
  }
}
.p-scheduleList__item .detail__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-scheduleList__item .detail__ttl {
    font-size: 1.6rem;
    line-height: 1.65;
    padding-right: 3.5rem;
  }
}

.p-teamList {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-teamList {
    padding: 8rem 3rem;
  }
}
.p-teamList__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-teamList__wrap {
    gap: 2rem;
  }
}
.p-teamList .p-team__item {
  position: relative;
  width: calc((100% - 9rem) / 4);
}
@media screen and (max-width: 767px) {
  .p-teamList .p-team__item {
    width: calc((100% - 2rem) / 2);
  }
  .p-teamList .p-team__item .detail__num {
    font-size: 7rem;
  }
  .p-teamList .p-team__item figure figcaption {
    padding: 3rem 1rem 1rem;
    gap: 1rem;
  }
  .p-teamList .p-team__item figure figcaption .staff {
    font-size: 1rem;
  }
  .p-teamList .p-team__item figure figcaption .name {
    font-size: 2rem;
    letter-spacing: 0;
  }
  .p-teamList .p-team__item figure figcaption .ruby {
    font-size: 1.3rem;
  }
}

.p-ranking {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-ranking {
    padding: 8rem 3rem;
    overflow: scroll;
  }
}
.p-ranking table {
  display: grid;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-ranking table {
    min-width: 100rem;
    padding-right: 3rem;
  }
}
.p-ranking table tbody,
.p-ranking table thead,
.p-ranking table tr {
  display: grid;
  grid-column: span 10;
  grid-template-columns: subgrid;
}
.p-ranking table tbody tr {
  font-family: "Bebas Neue", sans-serif;
  border-bottom: solid 1px #0d0026;
}
.p-ranking table tbody tr:first-child {
  border-bottom: none;
}
.p-ranking table tbody tr:nth-of-type(odd) {
  background: #f7f7f7;
}
.p-ranking table tbody tr th {
  display: inline-grid;
  place-items: center;
  padding: 2rem 0;
  background: #0d0026;
  color: #ffffff;
}
.p-ranking table tbody tr th:nth-of-type(2) {
  place-items: baseline;
  padding: 2rem;
}
.p-ranking table tbody tr td {
  display: inline-grid;
  place-items: center;
  padding: 2rem 0;
  font-size: 1.8rem;
  text-align: center;
}
.p-ranking table tbody tr td:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem;
  gap: 2rem;
}
.p-ranking table tbody tr td .img {
  width: 4rem;
  display: inline-block;
}
.p-ranking table tbody tr td .img img {
  max-height: 4rem;
  vertical-align: middle;
}
.p-ranking table tbody tr td .name {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-ranking table tbody tr td .name {
    font-size: 1.2rem;
  }
}

.p-contentsList {
  background: #f0f0f0;
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-contentsList {
    padding: 8rem 3rem;
  }
}
.p-contentsList__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
.p-contentsList__item {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
  width: calc((100% - 6rem) / 4);
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contentsList__item {
    width: 100%;
  }
}
.p-contentsList__item figure {
  width: 100%;
  aspect-ratio: 320/240;
}
.p-contentsList__item figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-contentsList__item .cat {
  font-size: 2.4rem;
}
.p-contentsList__item .ttl {
  font-size: 1.8rem;
}
.p-contentsList__item .date {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-contentsList__item .desc {
  padding: 3rem;
}
.p-contentsList__item .desc__cat {
  font-size: 2.4rem;
  position: relative;
}
.p-contentsList__item .desc__cat::before {
  content: "";
  position: absolute;
  right: calc(100% + 1rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.4rem;
  background: #0d0026;
}
.p-contentsList__item .desc__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-contentsList__item .desc__date {
  font-size: 2rem;
  letter-spacing: 0.1em;
  opacity: 0.5;
}

.p-view {
  position: relative;
  z-index: 10;
}
.p-view h1 {
  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;
  position: absolute;
  width: 100%;
  height: 100%;
  padding-bottom: 25%;
}
@media screen and (max-width: 767px) {
  .p-view h1 {
    padding-bottom: 55%;
  }
}
.p-view h1 img {
  display: block;
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .p-view h1 img {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .p-view__img img {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

.p-schedule {
  padding: 6rem 0 12rem;
  background: url(../../assets/img/top/sch_bg-1.png) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-schedule {
    padding: 6rem 0;
    background-attachment: unset;
  }
}
.p-schedule__catch {
  font-size: 6.4rem;
  margin-bottom: 6rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-schedule__catch {
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 4.8rem;
  }
}
.p-schedule .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-schedule .detail__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 2rem 0 0;
}
.p-schedule .detail__time p {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.35rem;
}
.p-schedule .detail__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #ffffff;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__result {
    width: 100%;
    padding: 4rem 3rem;
  }
}
.p-schedule .detail__result .ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__result .ttl {
    font-size: 1.6rem;
  }
}
.p-schedule .detail__result .val {
  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: 2rem;
  margin: 2.5rem 0 2rem;
}
.p-schedule .detail__result .val span img {
  max-height: 7rem;
}
.p-schedule .detail__result .val__1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-schedule .detail__result .val__1 p {
  font-size: 9.6rem;
}
.p-schedule .detail__result .val__2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.p-schedule .detail__result .val__2 p {
  font-size: 9.6rem;
}
.p-schedule .detail__result .val__split {
  width: 2.6rem;
  height: 1rem;
  background: #ffffff;
}
.p-schedule .detail__result .vs {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__result .vs {
    font-size: 1.8rem;
  }
}
.p-schedule .detail__trn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  color: #ffffff;
  padding: 6rem 0;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__trn {
    width: 100%;
    padding: 4rem 3rem;
  }
}
.p-schedule .detail__trn__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  margin: 2rem 0;
}
.p-schedule .detail__trn__date .day {
  font-size: 9.6rem;
  letter-spacing: 0.075em;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__trn__date .day {
    font-size: 6rem;
  }
}
.p-schedule .detail__trn__date .time {
  font-size: 3.2rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__trn__date .time {
    font-size: 2rem;
  }
}
.p-schedule .detail__trn__date .img img {
  max-height: 8rem;
}
.p-schedule .detail__trn .ttl {
  font-size: 2rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__trn .ttl {
    font-size: 1.6rem;
  }
}
.p-schedule .detail__trn .vs {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-schedule .detail__trn .vs {
    font-size: 1.8rem;
  }
}

.p-contents {
  overflow: hidden;
  padding: 12rem 0;
  background: url(../../assets/img/top/contents_bg.png) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-contents {
    padding: 6rem 0;
  }
}
.p-contents__wrap {
  margin: 0 0 0 6rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-contents__wrap {
    margin: 0;
  }
}
.p-contents__catch {
  font-size: 6.4rem;
  margin-bottom: 6rem;
  margin-left: 5rem;
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .p-contents__catch {
    margin-left: 3rem;
    margin-right: 3rem;
    font-size: 4.8rem;
  }
}
.p-contents__item {
  display: block;
  border-radius: 1rem;
  overflow: hidden;
}
.p-contents__item figure {
  width: 100%;
  aspect-ratio: 320/240;
}
.p-contents__item figure img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.p-contents__item .cat {
  font-size: 2.4rem;
}
.p-contents__item .ttl {
  font-size: 1.8rem;
}
.p-contents__item .date {
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.p-contents__item .desc {
  padding: 3rem;
}
.p-contents__item .desc__cat {
  font-size: 2.4rem;
  position: relative;
}
.p-contents__item .desc__cat::before {
  content: "";
  position: absolute;
  right: calc(100% + 1rem);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2rem;
  height: 0.4rem;
  background: #0d0026;
}
.p-contents__item .desc__ttl {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
  margin: 2rem 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
}
.p-contents__item .desc__date {
  font-size: 2rem;
  letter-spacing: 0.1em;
  opacity: 0.5;
}
.p-contents .splide__track {
  overflow: visible;
}
.p-contents .splide__slide {
  border-radius: 1rem;
  background: #fff;
}
.p-contents .splide__arrow {
  width: 7rem;
  height: 7rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-contents .splide__arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-contents .splide__arrow--next {
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-contents .splide__arrow--next {
    right: 1rem;
  }
}
.p-contents .splide__arrow--prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-contents .splide__arrow--prev {
    display: block;
    left: 1rem;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
}

.p-spilit {
  background: #f7f7f7;
  padding: 6rem 0 0;
}
.p-spilit__catch {
  padding: 0 5rem;
  margin-bottom: 5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-spilit__catch {
    padding: 0 3rem;
    margin-top: -3rem;
    margin-bottom: 3rem;
  }
}
.p-spilit__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5%;
  padding: 5rem 3%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-spilit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 5rem 0;
    overflow: hidden;
  }
}
.p-spilit__img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .p-spilit__img {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .p-spilit__img img {
    -webkit-transform: translateX(2.5rem);
            transform: translateX(2.5rem);
  }
}
.p-spilit__img h4 {
  font-size: 4.6vw;
  font-weight: 700;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-spilit__img h4 {
    font-size: 3.4rem;
    text-align: center;
  }
}
.p-spilit__desc {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-spilit__desc {
    padding: 0 3rem;
  }
}
.p-spilit__desc p {
  font-size: 1.75vw;
  font-weight: 800;
  line-height: 2.25;
  margin-bottom: 10%;
}
@media screen and (max-width: 767px) {
  .p-spilit__desc p {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
}
.p-spilit__desc p span {
  background: #0d0026;
  color: #fff;
  padding: 0 0.5rem;
}

.p-movie {
  background: url(../../assets/img/top/movie_bg-1.png) no-repeat center center/cover;
  padding: 12rem 0;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-movie {
    padding: 6rem 0;
    background-attachment: unset;
  }
}
.p-movie .splide__slide {
  opacity: 0.4;
}
.p-movie .splide__slide.is-active {
  opacity: 1;
}
.p-movie .splide__arrow {
  width: 7rem;
  height: 7rem;
  opacity: 1;
}
.p-movie .splide__arrow--next {
  right: 4rem;
}
.p-movie .splide__arrow--prev {
  left: 4rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.p-movie .splide__arrow {
  display: none;
  width: 7rem;
  height: 7rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-movie .splide__arrow {
    display: block;
    width: 5rem;
    height: 5rem;
  }
}
.p-movie .splide__arrow--next {
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-movie .splide__arrow--next {
    right: 1rem;
  }
}
.p-movie .splide__arrow--prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-movie .splide__arrow--prev {
    display: block;
    left: 1rem;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
}
.p-movie iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 810/540;
}

.p-team {
  padding: 12rem 0;
  background: url(../../assets/img/top/team_bg.png) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-team {
    padding: 6rem 0;
    background-attachment: unset;
  }
}
.p-team__item figure {
  position: relative;
  background: url(../../assets/img/thumb_bg-1.png) no-repeat center center/cover;
  aspect-ratio: 320/480;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.p-team__item figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 1rem;
  background: url(../../assets/img/thumb_bg-2.png) no-repeat center bottom/100% 50%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-team__item figure figcaption .staff {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-team__item figure figcaption .name {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.p-team__item figure figcaption .ruby {
  font-family: "Bebas Neue", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.p-team__item figure figcaption .num {
  font-family: "Bebas Neue", sans-serif;
  font-size: 12rem;
  position: absolute;
  top: 2rem;
  left: 2rem;
}
.p-team__item .detail {
  font-family: "Bebas Neue", sans-serif;
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-align: center;
}
.p-team__item .detail__num {
  font-size: 12rem;
}
.p-team__item .detail__pos {
  font-size: 2rem;
}
.p-team .splide__arrow {
  width: 7rem;
  height: 7rem;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .p-team .splide__arrow {
    width: 5rem;
    height: 5rem;
  }
}
.p-team .splide__arrow--next {
  right: 4rem;
}
@media screen and (max-width: 767px) {
  .p-team .splide__arrow--next {
    right: 1rem;
  }
}
.p-team .splide__arrow--prev {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-team .splide__arrow--prev {
    display: block;
    left: 1rem;
    -webkit-transform: rotate(180deg) translateY(50%);
            transform: rotate(180deg) translateY(50%);
  }
}

.p-join {
  padding: 8rem 4rem 22rem;
  background: url(../../assets/img/join_bg-1.png) no-repeat center center/cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .p-join {
    padding: 6rem 3rem;
    background-attachment: unset;
  }
}
.p-join__wrap {
  background: url(../../assets/img/join_bg-2.png) no-repeat center center/cover;
  margin: auto;
  padding: 6rem 0;
  border-radius: 1rem;
}
@media screen and (max-width: 767px) {
  .p-join__wrap {
    padding: 4rem 3rem;
  }
}
.p-join__wrap h2 {
  width: 90%;
  max-width: 110rem;
  margin: auto;
}
.p-join__desc {
  text-align: center;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 600;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .p-join__desc {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 3rem;
  }
}

.p-shop {
  background: #0d0026;
  padding: 6rem 0 12rem;
}
@media screen and (max-width: 767px) {
  .p-shop {
    padding-bottom: 0;
  }
}
.p-shop__wrap {
  padding: 5rem;
  position: relative;
  background: rgba(255, 255, 255, 0.1);
}
.p-shop__wrap h3 {
  max-width: 52rem;
  margin-bottom: 32rem;
}
@media screen and (max-width: 767px) {
  .p-shop__wrap h3 {
    margin-bottom: 26rem;
  }
}
.p-shop__img {
  position: absolute;
  right: 5rem;
  bottom: 4rem;
  width: 60%;
  max-width: 60rem;
}
@media screen and (max-width: 767px) {
  .p-shop__img {
    bottom: 13rem;
  }
}

.p-partner {
  padding: 12rem 0;
  margin: 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-partner {
    margin: 0 3rem;
    padding: 6rem 0;
  }
}
.p-partner + .p-partner {
  border-top: solid 1px rgba(0, 0, 0, 0.1);
}
.p-partner__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .p-partner__list {
    gap: 2rem;
  }
}
.p-partner__item {
  width: calc((100% - 9rem) / 4);
}
@media screen and (max-width: 767px) {
  .p-partner__item {
    width: calc((100% - 2rem) / 2);
  }
}
.p-partner__item--small {
  width: calc((100% - 9rem) / 4);
  padding: 2rem;
  border: solid 1px #e1e1e1;
  border-radius: 0.6rem;
}
@media screen and (max-width: 767px) {
  .p-partner__item--small {
    width: calc((100% - 2rem) / 2);
  }
}

.p-faq__wrap {
  margin-bottom: 20rem;
}
.p-faq__list {
  border-radius: 2rem;
  padding: 2rem;
  background: #dddddd;
}
.p-faq__list:not(:last-child) {
  margin-bottom: 2rem;
}
.p-faq__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.p-faq__summary::before {
  content: "";
  width: 1px;
  height: 2rem;
  background: #dddddd;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.p-faq__summary::after {
  content: "";
  width: 2rem;
  height: 1px;
  background: #dddddd;
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq__summary.open::before {
  height: 0;
}
.p-faq__summary-ico {
  font-weight: 600;
  font-size: 2rem;
  color: #ffffff;
  width: 5rem;
  height: 5rem;
  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;
  border-radius: 100%;
  background: #dddddd;
}
.p-faq__summary-txt {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.p-faq__detail {
  height: 0;
  overflow: hidden;
}
.p-faq__detail-txt {
  margin-top: 3rem;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 3rem;
  background: #ffffff;
  border-radius: 1rem;
}
.p-faq__detail-txt img {
  width: 100%;
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .p-faq__wrap {
    margin-bottom: 20rem;
  }
  .p-faq__list {
    border-radius: 2rem;
    padding: 2rem;
    background: #dddddd;
  }
  .p-faq__list:not(:last-child) {
    margin-bottom: 2rem;
  }
  .p-faq__summary {
    gap: 1rem;
  }
  .p-faq__summary::before {
    content: "";
    width: 1px;
    height: 1rem;
    right: 0.4rem;
  }
  .p-faq__summary::after {
    content: "";
    width: 1rem;
    height: 1px;
    right: 0;
  }
  .p-faq__summary.open::before {
    height: 0;
  }
  .p-faq__summary-ico {
    font-size: 1rem;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.2rem;
  }
  .p-faq__summary-txt {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 1.4rem;
    line-height: 1.6;
    padding-right: 1rem;
  }
  .p-faq__detail-txt {
    margin-top: 2rem;
    font-size: 1.3rem;
    padding: 2rem;
  }
}
.p-form {
  margin-bottom: 12rem;
}
.p-form .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.p-form__desc {
  text-align: center;
  font-size: 3.2rem;
  line-height: 2;
  font-weight: 700;
  margin-top: 10rem;
}
.p-form__table {
  width: 100%;
  max-width: 120rem;
  margin: 8rem auto 0;
}
.p-form__table tbody tr {
  border-top: solid 1px #0d0026;
}
.p-form__table tbody tr:last-child {
  border-bottom: solid 1px #0d0026;
}
.p-form__table tbody tr th {
  font-size: 1.8rem;
  line-height: 1.5;
  position: relative;
  width: 36rem;
  padding: 2.5rem;
  text-align: left;
  vertical-align: middle;
}
.p-form__table tbody tr th.baseline {
  vertical-align: baseline;
}
.p-form__table tbody tr th .req {
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  padding: 0.5rem 0.8rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  border-radius: 0.5rem;
  background: #ff4848;
}
.p-form__table tbody tr th small {
  display: block;
  font-size: 1.4rem;
  margin-top: 1rem;
}
.p-form__table tbody tr td {
  padding: 2.5rem;
  vertical-align: middle;
}
.p-form__table tbody tr td .note {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.6;
  margin: 2rem 0;
  color: #ff4848;
}
.p-form__table tbody tr td .note:last-child {
  margin-bottom: 0;
}
.p-form__short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.p-form__short-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 24rem;
}
.p-form__short-num {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 10rem;
}
.p-form__check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.p-form__check:not(:first-child) {
  margin-top: 2rem;
  margin-bottom: 0;
}
.p-form__check:first-child {
  margin-top: 0;
}
.p-form__check:last-child {
  margin-bottom: 0;
}
.p-form__check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-form input[type=text],
.p-form input[type=email] {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.5rem;
  background: #f7f7f7;
  border: solid 1px #dddddd;
}
.p-form input[type=checkbox],
.p-form input[type=radio] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.p-form input[type=submit] {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 56rem;
  margin: 8rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #0d0026;
  border-radius: 1rem;
}
.p-form textarea {
  font-size: 1.5rem;
  display: block;
  width: 100%;
  min-height: 20rem;
  padding: 1.5rem;
  resize: none;
  border-radius: 0.5rem;
  background: #f7f7f7;
  border: solid 1px #dddddd;
}
.p-form .error {
  width: 100%;
  display: block;
  margin-top: 1rem;
}
.p-form .mwform-checkbox-field {
  display: block;
}
.p-form .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .p-form {
    padding: 6rem 3rem;
  }
  .p-form__desc {
    font-size: 1.5rem;
    margin-top: 0;
  }
  .p-form__table {
    width: 100%;
    max-width: 100rem;
    margin: 4rem auto 0;
  }
  .p-form__table tbody {
    display: block;
  }
  .p-form__table tbody tr {
    display: block;
    border-top: solid 1px #eeeeee;
  }
  .p-form__table tbody tr:last-child {
    border-bottom: solid 1px #eeeeee;
  }
  .p-form__table tbody tr th {
    display: block;
    font-size: 1.6rem;
    position: relative;
    width: auto;
    padding: 2rem 0;
  }
  .p-form__table tbody tr th .req {
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    padding: 0.5rem 0.8rem;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #ffffff;
    border-radius: 0.5rem;
    background: #ff4848;
  }
  .p-form__table tbody tr td {
    display: block;
    padding: 0 0 2rem;
  }
  .p-form__table tbody tr td .note {
    font-size: 1.3rem;
    margin: 2rem 0;
  }
  .p-form__short {
    margin-bottom: 2rem;
  }
  .p-form__short-add {
    max-width: 20rem;
  }
  .p-form__short-num {
    max-width: 8rem;
  }
  .p-form__check {
    gap: 1.5rem;
  }
  .p-form input[type=text],
  .p-form input[type=email] {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    padding: 1.5rem;
    border-radius: 0.5rem;
    background: #f7f7f7;
  }
  .p-form input[type=checkbox],
  .p-form input[type=radio] {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
  .p-form input[type=submit] {
    margin: 4rem auto 0;
    padding: 2rem;
  }
  .p-form textarea {
    font-size: 1.5rem;
    display: block;
    width: 100%;
    min-height: 20rem;
    padding: 1.5rem;
    resize: none;
    border-radius: 0.5rem;
    background: #f7f7f7;
  }
}
.p-thanks {
  text-align: center;
  background: #eeeeee;
  padding: 12rem 5rem;
}
.p-thanks__ttl {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 3rem;
  color: #000000;
}
.p-thanks__ttl::after {
  content: "";
  display: block;
  width: 3rem;
  border-bottom: solid 2px #000000;
  margin: 3rem auto;
}
.p-thanks__txt {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-thanks__txt:not(:last-child) {
  margin-bottom: 1.5rem;
}
.p-thanks .c-moreBtn-type01 {
  margin-top: 4rem;
}
.p-thanks__btn {
  font-size: 1.8rem;
  display: block;
  width: 100%;
  max-width: 28rem;
  margin: 4rem auto 0;
  padding: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  border-radius: 1rem;
  color: #ffffff;
  background: #0d0026;
}

@media screen and (max-width: 767px) {
  .p-thanks {
    padding: 6rem 3rem;
  }
  .p-thanks__ttl {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }
  .p-thanks__txt {
    font-size: 1.4rem;
  }
  .p-thanks__txt:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .p-thanks__btn {
    margin: 3rem auto 0;
    padding: 2rem;
  }
}
.p-privacy {
  padding: 12rem 5rem;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 8rem 3rem;
  }
}
.p-privacy__list:not(:last-child) {
  margin-bottom: 6rem;
}
.p-privacy__list-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: dotted 2px #dddddd;
}
.p-privacy__list-summary::before {
  content: "";
  display: block;
  width: 2rem;
  height: 0.2rem;
  background: #000000;
}
.p-privacy__list-summary p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail p:not(:last-child) {
  margin-bottom: 2rem;
}
.p-privacy__list-detail ul {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.1em;
}
.p-privacy__list-detail ul:not(:last-child) {
  margin-bottom: 2rem;
}

.c-pager {
  margin-top: 6rem;
  text-align: center;
  width: 100%;
}
.c-pager .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  clear: both;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.2rem;
}
.c-pager .wp-pagenavi a,
.c-pager .wp-pagenavi span {
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #0d0026;
  padding: 1rem 1.5rem 1.2rem;
  margin: 0 0.2rem;
  display: inline-block;
  border-radius: 0.3rem;
  vertical-align: middle;
  color: #ffffff;
  letter-spacing: 0;
  background: #0d0026;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-pager .wp-pagenavi span.current {
  background: #ffffff;
  color: #0d0026;
  border: solid 1px #0d0026;
}
.c-pager .wp-pagenavi a:hover {
  background: #ffffff;
  color: #0d0026;
  border: solid 1px #0d0026;
  opacity: 1;
}

.c-postSec {
  margin: 13rem 3rem;
}

.c-postHead {
  margin-bottom: 8rem;
}
.c-postHead__ttl {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.35;
}
.c-postHead__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  margin-bottom: 2rem;
}
.c-postHead__detail__time {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 600;
}
.c-postHead__detail__tag {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-transform: uppercase;
  background: #0d0026;
  color: #ffffff;
  padding: 0.8rem 0.8rem;
}

.c-postWrap h1 {
  font-size: 2.4rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h1 {
    font-size: 2.1rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h2 {
  font-size: 2.2rem;
  line-height: 1.45;
  padding: 1.6rem 2.6rem;
  margin: 4rem 0 2.5rem;
  border-radius: 1rem;
  color: #ffffff;
  background: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h2 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h3 {
  font-size: 2.2rem;
  line-height: 1.45;
  border-left: solid 0.6rem #333333;
  margin: 4rem 0 2.5rem;
  padding-left: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h3 {
    font-size: 2rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4 {
  font-size: 2rem;
  line-height: 1.45;
  border-bottom: dashed 0.1rem #333333;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap h4 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h4::before {
  content: "-";
  font-weight: 600;
  display: inline;
  vertical-align: baseline;
  color: #333333;
  margin-right: 1rem;
}
.c-postWrap h5 {
  font-size: 1.8rem;
  line-height: 1.45;
  padding-bottom: 1rem;
  margin: 4rem 0 2.5rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .c-postWrap h5 {
    font-size: 1.8rem;
    margin: 3rem 0 2rem;
  }
}
.c-postWrap h6 {
  font-size: 1.8rem;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap h6 {
    font-size: 1.6rem;
    margin: 2rem 0;
  }
}
.c-postWrap p {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.8;
  margin: 2.5rem 0;
}
@media screen and (max-width: 767px) {
  .c-postWrap p {
    font-size: 1.4rem;
    margin: 2rem 0;
  }
}
.c-postWrap p a {
  color: #333333;
  text-decoration: underline;
}
.c-postWrap p a:hover, .c-postWrap p a:active, .c-postWrap p a:focus, .c-postWrap p a:focus-within {
  text-decoration: none;
}
.c-postWrap ul {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .c-postWrap ul {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ul li {
  list-style: disc;
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ul li:last-child {
  margin-bottom: 0;
}
.c-postWrap ol {
  padding: 3rem;
  border-radius: 1rem;
  background: #f7f7f7;
  list-style: auto;
}
@media screen and (max-width: 767px) {
  .c-postWrap ol {
    padding: 2rem 2rem 2rem 1rem;
  }
}
.c-postWrap ol li {
  margin-left: 2rem;
  font-size: 1.4rem;
  line-height: 1.65;
  margin-bottom: 1rem;
}
.c-postWrap ol li:last-child {
  margin-bottom: 0;
}
.c-postWrap__pager {
  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;
  margin-top: 8rem;
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager {
    margin-top: 6rem;
  }
}
.c-postWrap__pager-prev {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-prev a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-prev a:hover, .c-postWrap__pager-prev a:active, .c-postWrap__pager-prev a:focus, .c-postWrap__pager-prev a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-prev a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postWrap__pager-next {
  width: 100%;
  max-width: 28rem;
}
.c-postWrap__pager-next a {
  font-weight: 600;
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #000000;
  border: solid 1px #000000;
}
.c-postWrap__pager-next a:hover, .c-postWrap__pager-next a:active, .c-postWrap__pager-next a:focus, .c-postWrap__pager-next a:focus-within {
  color: #ffffff;
  background: #000000;
}
@media screen and (max-width: 767px) {
  .c-postWrap__pager-next a {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
}
.c-postWrap__pager-next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-postPager {
  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;
  margin-top: 8rem;
  gap: 2rem;
}
.c-postPager__prev {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__prev a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #0d0026;
  border: solid 1px #0d0026;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__prev a:hover, .c-postPager__prev a:active, .c-postPager__prev a:focus, .c-postPager__prev a:focus-within {
  color: #ffffff;
  background: #0d0026;
}
.c-postPager__prev a::before {
  font-size: 2rem;
  content: "‹";
  position: absolute;
  left: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.c-postPager__next {
  width: 100%;
  max-width: 28rem;
}
.c-postPager__next a {
  position: relative;
  text-align: center;
  display: block;
  padding: 2rem 3rem;
  color: #0d0026;
  border: solid 1px #0d0026;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.c-postPager__next a:hover, .c-postPager__next a:active, .c-postPager__next a:focus, .c-postPager__next a:focus-within {
  color: #ffffff;
  background: #0d0026;
}
.c-postPager__next a::before {
  content: "›";
  font-size: 2rem;
  position: absolute;
  right: 2.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.c-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  overflow: scroll;
  padding: 3rem 5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb {
    margin: 3rem;
    padding: 0.3rem;
    overflow: scroll;
    white-space: nowrap;
  }
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb ul {
    font-size: 1.3rem;
  }
}
.c-breadcrumb ul li {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li a {
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.5rem;
}
.c-breadcrumb ul li:not(:last-child) a::after {
  content: "›";
  display: inline-block;
  font-size: 1.6rem;
}/*# sourceMappingURL=style.css.map */