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

/* 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 {
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  line-height: 1.15; /* 1 */
}

/* 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 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* 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 {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  clear: both;
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

address {
  font-style: inherit;
}

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

/**
 * 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-size: inherit; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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 */
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  padding: 0;
  vertical-align: top;
}

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

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  -webkit-animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
  animation-duration: 1.2s;
  animation-fill-mode: forwards;
  animation-name: fadeUpAnime;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}

@keyframes fadeUpAnime {
  from {
    translate: 0 2.5rem;
    opacity: 0;
  }
  to {
    translate: 0 0;
    opacity: 1;
  }
}
.fadeUpTrigger {
  opacity: 0;
}

.fadeUpTrigger2 {
  opacity: 0;
}

@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: calc(16 / 1440 * 100vw);
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: calc(16 / 390 * 100vw);
  }
}

body {
  overflow-x: clip;
  background-color: #ffffff;
  color: #202020;
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
}
body::-webkit-scrollbar {
  display: none;
}
body.is_fixed {
  left: 0;
  width: 100%;
  overflow: hidden;
}

body *,
body *::before,
body *::after {
  -webkit-font-smoothing: antialiased;
}

video,
img,
picture,
svg {
  -o-object-fit: cover;
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

a,
span {
  display: inline-block;
}

button {
  border: none;
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
.l-header {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .l-header {
    height: 4.25rem;
  }
}

.l-main {
  -webkit-margin-before: 3.625rem;
  position: relative;
  margin-block-start: 3.625rem;
  overflow: clip;
}
@media (min-width: 768px) {
  .l-main {
    -webkit-margin-before: 4.25rem;
    margin-block-start: 4.25rem;
  }
}

.l-inner {
  position: relative;
  width: 100%;
  max-width: 40.75rem;
  height: inherit;
  margin-inline: auto;
  padding: 0 1.625rem;
}
@media (min-width: 768px) {
  .l-inner {
    max-width: 75rem;
    padding: 0 3.125rem;
  }
}
.l-inner.-narrow {
  max-width: 40.75rem;
  padding: 0 1.625rem;
}
@media (min-width: 768px) {
  .l-inner.-narrow {
    max-width: 68.75rem;
    padding: 0 3.125rem;
  }
}

.l-container {
  padding-block: 2.5rem 3.75rem;
}
@media (min-width: 768px) {
  .l-container {
    padding-block: 3.75rem 6.25rem;
  }
}

.l-container__inner {
  display: flex;
  z-index: 2;
  position: relative;
  flex-grow: 1;
  flex-direction: column;
  gap: 3.9375rem;
}
@media (min-width: 768px) {
  .l-container__inner {
    flex-direction: row;
    max-width: 77.0625rem;
  }
}

.l-container__main {
  flex-grow: 1;
  width: 100%;
}

.l-container__aside {
  -webkit-padding-after: 0rem;
  width: 100%;
  padding-block-end: 0rem;
}
@media (min-width: 768px) {
  .l-container__aside {
    -webkit-padding-after: 6.4375rem;
    flex-shrink: 0;
    width: 18.75rem;
    padding-block-end: 6.4375rem;
  }
}

.c-hamburger {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 3.625rem;
  height: 3.625rem;
  background: #666699;
  transition: all 0.3s ease-out;
}

.c-hamburger__line {
  position: relative;
  width: 1.75rem;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #ffffff;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.125rem;
  border-radius: 100vmax;
  background: #ffffff;
  content: "";
  transition: all 0.3s ease-out;
}
.c-hamburger__line::before {
  top: -0.625rem;
}
.c-hamburger__line::after {
  bottom: -0.625rem;
}

.c-hamburger.is_open .c-hamburger__line {
  background: transparent;
}
.c-hamburger.is_open .c-hamburger__line::before {
  top: 0rem;
  rotate: 45deg;
}
.c-hamburger.is_open .c-hamburger__line::after {
  bottom: 0rem;
  rotate: -45deg;
}

.c-heading {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
}
@media (min-width: 768px) {
  .c-heading {
    gap: 0.25rem;
  }
}

.c-heading__ja {
  color: rgba(32, 32, 32, 0.3);
  font-weight: 500;
  font-size: 0.875rem;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading__ja {
    font-size: 1rem;
  }
}

.c-heading__en {
  color: #333366;
  font-weight: 500;
  font-size: 3rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .c-heading__en {
    font-size: 3.25rem;
  }
}

.c-heading.-white .c-heading__ja {
  color: rgba(255, 255, 255, 0.5);
}
.c-heading.-white .c-heading__en {
  color: #ffffff;
}
.c-heading.-left {
  align-items: flex-start;
}

.c-heading-underline {
  -webkit-padding-after: 1.5rem;
  position: relative;
  padding-block-end: 1.5rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.75rem;
  text-align: center;
}
.c-heading-underline::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 4.875rem;
  height: 0.125rem;
  translate: -50%;
  background: linear-gradient(90deg, #343368 0%, white 50%, #343368 100%);
  content: "";
}

.c-heading-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.c-heading-line__left {
  background: linear-gradient(90deg, transparent 0%, #333366 100%);
}

.c-heading-line__text {
  color: #333366;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.152;
  text-align: center;
}
@media (min-width: 768px) {
  .c-heading-line__text {
    font-size: 1.75rem;
  }
}

.c-heading-line__right {
  background: linear-gradient(270deg, transparent 0%, #333366 100%);
}

.c-heading-line__left,
.c-heading-line__right {
  width: 4.375rem;
  height: 0.125rem;
}

.c-button {
  display: block;
  position: relative;
  width: 100%;
  padding: 1.375rem 3.3125rem;
  border-radius: 100vmax;
  background: #666699;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.28;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-button {
    padding-block: 2.125rem;
    font-size: 1.25rem;
    line-height: 1.152;
  }
}
.c-button::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.6875rem;
  width: 0.6875rem;
  height: 0.9375rem;
  translate: 0 -50%;
  background: url(../img/icon_more.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .c-button::before {
    right: 2.1875rem;
    width: 0.9375rem;
    height: 1.25rem;
  }
}

@media (min-width: 768px) {
  .c-button.-narrow {
    padding-block: 1.6875rem;
    font-size: 1.125rem;
  }
}
.c-button.-white {
  border: 0.0625rem solid rgba(32, 32, 32, 0.2);
  background: #ffffff;
  color: #333366;
}
.c-button.-reverse::before {
  right: unset;
  left: 1.6875rem;
  rotate: 180deg;
  background: url(../img/icon_more-d.webp) no-repeat center center/cover;
}

@media (any-hover: hover) {
  .c-button:hover {
    background: #333366;
  }
}
.c-button:focus {
  outline: none;
}
.c-button:focus-visible {
  outline: none;
  background: #333366;
}

@media (any-hover: hover) {
  .c-button.-white:hover {
    background: #f4f4fd;
  }
}
.c-button.-white:focus {
  outline: none;
}
.c-button.-white:focus-visible {
  outline: none;
  background: #f4f4fd;
}

.c-form-text {
  display: block;
  width: 100%;
  height: 2.75rem;
  padding: 0.5rem 0.9375rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  background: #f1f1f1;
  color: #202020;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-out, border 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-form-text {
    font-size: 1rem;
  }
}
.c-form-text::-webkit-input-placeholder {
  opacity: 0.4;
}
.c-form-text:-ms-input-placeholder {
  opacity: 0.4;
}
.c-form-text::-ms-input-placeholder {
  opacity: 0.4;
}
.c-form-text::placeholder {
  opacity: 0.4;
}
@media (any-hover: hover) {
  .c-form-text:hover {
    border: 0.0625rem solid #666699;
    opacity: 0.7;
  }
}
.c-form-text:focus-visible, .c-form-text:focus, .c-form-text:active {
  border: 0.0625rem solid #666699;
  outline: none;
}

.c-form-textarea {
  display: block;
  width: 100%;
  height: 15.3125rem;
  padding: 1rem 0.75rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  background: #f1f1f1;
  color: #202020;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  resize: none;
  transition: opacity 0.3s ease-out, border 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-form-textarea {
    height: 12.0625rem;
    font-size: 1rem;
  }
}
.c-form-textarea::-webkit-input-placeholder {
  opacity: 0.4;
}
.c-form-textarea:-ms-input-placeholder {
  opacity: 0.4;
}
.c-form-textarea::-ms-input-placeholder {
  opacity: 0.4;
}
.c-form-textarea::placeholder {
  opacity: 0.4;
}
@media (any-hover: hover) {
  .c-form-textarea:hover {
    border: 0.0625rem solid #666699;
    opacity: 0.7;
  }
}
.c-form-textarea:focus-visible, .c-form-textarea:focus, .c-form-textarea:active {
  border: 0.0625rem solid #666699;
  outline: none;
}

.c-form-select {
  position: relative;
  width: 100%;
}
.c-form-select::before {
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  z-index: 3;
  position: absolute;
  top: 1.4375rem;
  right: 1.0625rem;
  width: 0.8125rem;
  height: 0.5rem;
  translate: 0 -50%;
  background: #a6a6a6;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
}

.c-form-select__input {
  display: block;
  position: relative;
  width: 100%;
  height: 2.75rem;
  padding: 0.5rem 0.9375rem;
  border: 0.0625rem solid #dcdcdc;
  border-radius: 0.25rem;
  background: #ffffff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
  transition: opacity 0.3s ease-out, border 0.3s ease-out;
}
@media (min-width: 768px) {
  .c-form-select__input {
    font-size: 1rem;
  }
}
@media (any-hover: hover) {
  .c-form-select__input:hover {
    border: 0.0625rem solid #666699;
    opacity: 0.7;
  }
}
.c-form-select__input:focus, .c-form-select__input:focus-visible, .c-form-select__input:active {
  border: 0.0625rem solid #666699;
  outline: none;
}

.wpcf7-form-control-wrap:has(.wpcf7-select) {
  width: 100%;
}

.p-header {
  -webkit-padding-start: 1rem;
  height: 100%;
  padding-inline-start: 1rem;
}
@media (min-width: 768px) {
  .p-header {
    padding-inline: 2.9375rem;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.p-header__logo {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-header__logoImage {
  width: 15rem;
}
@media (min-width: 768px) {
  .p-header__logoImage {
    width: 22.75rem;
  }
}

.p-header__navInner {
  display: flex;
  align-items: center;
  gap: 2.75rem;
}

.p-header__list {
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.p-header__link {
  position: relative;
  padding-block: 0.625rem;
  font-weight: 500;
  font-size: 0.9375rem;
  letter-spacing: 0.06em;
  transition: color 0.3s ease-out;
}
.p-header__link::before {
  display: block;
  position: absolute;
  bottom: -0.9375rem;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: #666699;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.p-header__snsList {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.p-header__snsItem {
  display: block;
}

.p-header__snsLink {
  display: block;
  width: 1.5rem;
  transition: opacity 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-header__logo:hover {
    opacity: 0.7;
  }
}
.p-header__logo:focus {
  outline: none;
}
.p-header__logo:focus-visible {
  outline: none;
  opacity: 0.7;
}

@media (any-hover: hover) {
  .p-header__link:hover {
    color: #666699;
  }
  .p-header__link:hover::before {
    opacity: 1;
  }
}
.p-header__link:focus {
  outline: none;
}
.p-header__link:focus-visible {
  outline: none;
  color: #666699;
}
.p-header__link:focus-visible::before {
  opacity: 1;
}

@media (any-hover: hover) {
  .p-header__snsLink:hover {
    opacity: 0.6;
  }
}
.p-header__snsLink:focus {
  outline: none;
}
.p-header__snsLink:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-drawer {
  display: flex;
  visibility: hidden;
  z-index: 101;
  position: fixed;
  top: 3.625rem;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 3.625rem);
  pointer-events: none;
  transition: visibility 0.3s ease-out, background 0.3s ease-out;
}
.p-drawer.is_open {
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
  pointer-events: auto;
}
.p-drawer.is_open .p-drawer__overlay {
  opacity: 1;
}
.p-drawer.is_open .p-drawer__panel {
  translate: 0;
}

.p-drawer__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15.125rem);
  height: 100%;
  cursor: pointer;
  opacity: 0;
}

.p-drawer__panel {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.125rem;
  height: 100%;
  overflow-y: auto;
  translate: 100%;
  background: linear-gradient(216deg, #669 7.73%, #336 86.66%);
  transition: translate 0.3s ease-out;
}

.p-drawer__inner {
  padding: 5.125rem 3.3125rem;
}

.p-drawer__list {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.p-drawer__item {
  display: block;
  padding-block: 0.75rem;
}

.p-drawer__link {
  display: block;
  color: #ffffff;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.06em;
  transition: color 0.3s ease-out;
}

.p-drawer__sns {
  -webkit-margin-before: 2.125rem;
  margin-block-start: 2.125rem;
}

.p-drawer__snsList {
  display: flex;
  align-items: center;
  gap: 1.125rem;
}

.p-drawer__snsItem {
  display: block;
}

.p-drawer__snsLink {
  display: block;
  width: 2.125rem;
  transition: opacity 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-drawer__link:hover,
  .p-drawer__snsLink:hover {
    opacity: 0.6;
  }
}
.p-drawer__link:focus,
.p-drawer__snsLink:focus {
  outline: none;
}
.p-drawer__link:focus-visible,
.p-drawer__snsLink:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-top-fv {
  width: 100%;
}

.p-top-fv__inner {
  width: 100%;
}

.p-top-fv__content {
  width: 100%;
}

.p-top-fv__image img {
  width: 100%;
}

.p-top-news {
  padding-block: 3.1875rem 4.3125rem;
}
@media (min-width: 768px) {
  .p-top-news {
    padding-block: 6.1875rem 9.5625rem;
  }
}

.p-top-news__content {
  -webkit-margin-before: 1.0625rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 1.0625rem;
}
@media (min-width: 768px) {
  .p-top-news__content {
    -webkit-margin-before: 2.125rem;
    margin-inline: 0;
    margin-block-start: 2.125rem;
  }
}

.p-top-news__swiper-container,
.p-top-news__swiper,
.p-top-news__swiper-wrapper {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.p-top-news__swiper-wrapper {
  align-items: stretch;
}

.p-top-news__swiper-slide {
  display: flex;
  width: 18.875rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-top-news__swiper-slide {
    width: auto;
  }
}

.p-top-news .swiper-button-prev,
.p-top-news .swiper-button-next,
.p-top-news .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-top-news .p-top-news__swiper-nav {
  -webkit-margin-before: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 1.5625rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-top-news .p-top-news__swiper-nav {
    -webkit-margin-before: 0.1875rem;
    margin-block-start: 0.1875rem;
  }
}
.p-top-news .swiper-button-prev::after,
.p-top-news .swiper-button-next::after {
  display: none;
}
.p-top-news .swiper-button-prev,
.p-top-news .swiper-button-next {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-prev,
  .p-top-news .swiper-button-next {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-top-news .swiper-button-prev::before,
.p-top-news .swiper-button-next::before {
  display: block;
  position: absolute;
  width: 0.9375rem;
  height: 1.8125rem;
  content: "";
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-prev::before,
  .p-top-news .swiper-button-next::before {
    width: 1.5625rem;
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-prev,
  .p-top-news .swiper-button-next {
    position: absolute;
    top: 41%;
    translate: 0 -50%;
  }
}
.p-top-news .swiper-button-prev {
  translate: 0.5rem;
}
.p-top-news .swiper-button-prev::before {
  background: url(../img/icon_arrow-l.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-prev {
    left: -4.3125rem;
    translate: 0;
    transition: left 0.3s ease-out;
  }
}
.p-top-news .swiper-button-next {
  translate: -0.5rem;
}
.p-top-news .swiper-button-next::before {
  background: url(../img/icon_arrow-r.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-next {
    right: -4.3125rem;
    translate: 0;
    transition: right 0.3s ease-out;
  }
}
.p-top-news .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-top-news .swiper-pagination-bullets.swiper-pagination-horizontal {
    -webkit-margin-before: 2.3125rem;
    margin-inline: auto;
    margin-block-start: 2.3125rem;
  }
}
.p-top-news .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1.625rem;
  height: 0.0625rem;
  margin: 0 !important;
  border-radius: 0 !important;
  background: rgba(32, 32, 32, 0.2);
  opacity: 1;
}
.p-top-news .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  width: 3.125rem;
  background: #333366;
  opacity: 1;
}

.p-top-news__empty {
  color: #666699;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-top-news__empty {
    font-size: 1.25rem;
  }
}

.p-top-news__button {
  -webkit-margin-before: 1.875rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-top-news__button {
    -webkit-margin-before: 2.5rem;
    width: 21.875rem;
    margin-block-start: 2.5rem;
  }
}

@media (max-width: 767px) and (any-hover: hover) {
  .p-top-news .swiper-button-prev:hover,
  .p-top-news .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .p-top-news .swiper-button-prev:focus,
  .p-top-news .swiper-button-next:focus {
    outline: none;
  }
}
@media (max-width: 767px) {
  .p-top-news .swiper-button-prev:focus-visible,
  .p-top-news .swiper-button-next:focus-visible {
    outline: none;
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .p-top-news .swiper-button-prev:hover {
    left: -4.9375rem;
  }
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-prev:focus {
    outline: none;
  }
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-prev:focus-visible {
    left: -4.9375rem;
    outline: none;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .p-top-news .swiper-button-next:hover {
    right: -4.9375rem;
  }
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-next:focus {
    outline: none;
  }
}
@media (min-width: 768px) {
  .p-top-news .swiper-button-next:focus-visible {
    right: -4.9375rem;
    outline: none;
  }
}

.p-card {
  display: flex;
  flex: 1;
  flex-direction: column-reverse;
  justify-content: flex-end;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  border: 0.0625rem solid rgba(32, 32, 32, 0.2);
  border-radius: 0.3125rem;
  background: #ffffff;
}

.p-card__textArea {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  min-height: 0;
  padding: 1.1875rem 1.25rem 1.8125rem;
}
@media (min-width: 768px) {
  .p-card__textArea {
    padding: 1.1875rem 1.5625rem 2.375rem;
  }
}

.p-card__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 0.75rem;
}

.p-card__category {
  padding: 0.25rem 0.375rem;
  border: 0.0625rem solid #333366;
  border-radius: 0.1875rem;
  color: #333366;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-card__category {
    padding: 0.3125rem 0.5rem;
    font-size: 0.875rem;
  }
}

.p-card__title {
  -webkit-margin-before: 0.5rem;
  -webkit-margin-after: 0.375rem;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  margin-block-start: 0.5rem;
  margin-block-end: 0.375rem;
  overflow: hidden;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-card__title {
    -webkit-margin-before: 0.8125rem;
    -webkit-margin-after: 0.8125rem;
    margin-block-start: 0.8125rem;
    margin-block-end: 0.8125rem;
  }
}

.p-card__date {
  -webkit-margin-before: auto;
  margin-block-start: auto;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  opacity: 0.3;
}

.p-card__image {
  overflow: hidden;
}
.p-card__image img {
  aspect-ratio: 302/210;
}
@media (min-width: 768px) {
  .p-card__image img {
    aspect-ratio: 344/240;
    transition: scale 0.3s ease-out;
  }
}

@media (any-hover: hover) {
  .p-card:hover .p-card__image img {
    scale: 1.1;
  }
}
.p-card:focus {
  outline: none;
}
.p-card:focus-visible {
  outline: none;
}
.p-card:focus-visible .p-card__image img {
  scale: 1.1;
}

.p-tabs__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.625rem;
  border-bottom: 0.0625rem solid rgba(32, 32, 32, 0.2);
}
@media (min-width: 768px) {
  .p-tabs__list {
    gap: 4.125rem;
  }
}

.p-tabs__item {
  position: relative;
  padding-block: 1.125rem 1rem;
  color: rgba(32, 32, 32, 0.3);
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.3s ease-out, border-color 0.3s ease-out, color 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-tabs__item {
    min-width: 8.75rem;
    padding-block: 1.625rem 1.5rem;
    font-size: 1.25rem;
  }
}
.p-tabs__item::before {
  display: block;
  position: absolute;
  bottom: -0.0625rem;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background: #333366;
  content: "";
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
.p-tabs__content {
  -webkit-margin-before: 2.4375rem;
  position: relative;
  margin-block-start: 2.4375rem;
}
@media (min-width: 768px) {
  .p-tabs__content {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-tabs__panel {
  display: none;
}
.p-tabs__panel.is_active {
  -webkit-animation: p-tabs-fadeIn 0.4s ease-out forwards;
  display: block;
  animation: p-tabs-fadeIn 0.4s ease-out forwards;
}

@-webkit-keyframes p-tabs-fadeIn {
  from {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes p-tabs-fadeIn {
  from {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media (any-hover: hover) {
  .p-tabs__item:hover {
    color: #333366;
  }
  .p-tabs__item:hover::before {
    opacity: 1;
  }
}
.p-tabs__item:focus {
  outline: none;
}
.p-tabs__item:focus-visible {
  outline: none;
  color: #333366;
}
.p-tabs__item:focus-visible::before {
  opacity: 1;
}

.p-tabs__item.is_active {
  color: #333366;
  pointer-events: none;
}
.p-tabs__item.is_active::before {
  opacity: 1;
}

.p-team {
  position: relative;
  padding-block: 1.625rem 11.25rem;
  background: url(../img/sp/p-team_bg.webp) no-repeat bottom center/100% auto;
}
@media (min-width: 768px) {
  .p-team {
    padding-block: 4.6875rem 16.625rem;
    background: url(../img/p-team_bg.webp) no-repeat bottom center/100% auto;
  }
}
.p-team::before, .p-team::after {
  display: block;
  position: absolute;
  content: "";
}
.p-team::before {
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 0);
  z-index: 2;
  top: 0;
  left: 0;
  width: 22.625rem;
  height: 10.8125rem;
  background: linear-gradient(88deg, #669 25.83%, #336 96.28%);
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media (min-width: 768px) {
  .p-team::before {
    width: 77.5%;
    height: 19.1875rem;
  }
}
.p-team::after {
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 33.5625rem;
  background: url(../img/sp/p-team_main.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-team::after {
    height: 60.5625rem;
    background: url(../img/p-team_main.webp) no-repeat center center/cover;
  }
}

.p-team__inner {
  z-index: 3;
  position: relative;
}

.p-team__content {
  -webkit-margin-before: 19.5625rem;
  position: relative;
  margin-block-start: 19.5625rem;
}
@media (min-width: 768px) {
  .p-team__content {
    -webkit-margin-before: 10.125rem;
    margin-block-start: 10.125rem;
  }
}

.p-team__head {
  z-index: 3;
  position: absolute;
}
@media (min-width: 768px) {
  .p-team__head {
    position: relative;
  }
}

.p-team__wrapper {
  -webkit-padding-before: 29rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  position: relative;
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  padding-block-start: 29rem;
}
@media (min-width: 768px) {
  .p-team__wrapper {
    -webkit-padding-before: 16rem;
    padding-block-start: 16rem;
  }
}
.p-team__wrapper::before {
  display: block;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 251.875rem;
  background: linear-gradient(to bottom, transparent 0%, #343368 3%, #343368 93%, transparent 95% 100%);
  content: "";
}
@media (min-width: 768px) {
  .p-team__wrapper::before {
    height: 140rem;
    background: linear-gradient(to bottom, transparent 0%, #343368 8%, #343368 80%, transparent 95% 100%);
  }
}

.p-team__background {
  z-index: 4;
  position: relative;
}

.p-team__message {
  -webkit-margin-before: 3.6875rem;
  margin-block-start: 3.6875rem;
}
@media (min-width: 768px) {
  .p-team__message {
    -webkit-margin-before: 5.4375rem;
    margin-block-start: 5.4375rem;
  }
}

.p-team-head__heading {
  display: flex;
  flex-direction: column-reverse;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-team-head__heading {
    gap: 1.25rem;
  }
}

.p-team-head__title {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1;
  font-family: "dnp-shuei-anti-std", sans-serif;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .p-team-head__title {
    font-size: 2.25rem;
  }
}
.p-team-head__title span {
  font-size: 1.5625rem;
}
@media (min-width: 768px) {
  .p-team-head__title span {
    font-size: 2rem;
  }
}

.p-team-head__en {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 1.625rem;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-team-head__en {
    font-size: 1.875rem;
  }
}

.p-team-head__textArea {
  -webkit-margin-before: 2.1875rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 2.1875rem;
  gap: 0.8125rem;
}
@media (min-width: 768px) {
  .p-team-head__textArea {
    -webkit-margin-before: 4.625rem;
    margin-block-start: 4.625rem;
    gap: 1.25rem;
  }
}

.p-team-head__text {
  color: #ffffff;
  font-weight: 600;
  font-size: 1.5625rem;
  line-height: 1.7;
  font-family: "dnp-shuei-anti-std", sans-serif;
  letter-spacing: -0.02em;
}
@media (min-width: 768px) {
  .p-team-head__text {
    font-size: 1.875rem;
  }
}
.p-team-head__text span {
  font-size: 1.375rem;
}
@media (min-width: 768px) {
  .p-team-head__text span {
    font-size: 1.625rem;
  }
}

.p-team-background {
  position: relative;
  margin-inline: auto;
  padding-inline: 1.6875rem;
}
@media (min-width: 768px) {
  .p-team-background {
    max-width: 53.875rem;
    padding-inline: 3.125rem;
  }
}
.p-team-background::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/sp/p-team-background_deco.svg);
  display: block;
  z-index: 2;
  position: absolute;
  top: -2.5rem;
  left: 50%;
  width: 21rem;
  height: 13.9375rem;
  translate: -50%;
  background-color: #000000;
  content: "";
  mask-image: url(../img/sp/p-team-background_deco.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
}
@media (min-width: 768px) {
  .p-team-background::before {
    -webkit-mask-image: url(../img/p-team-background_deco.svg);
    top: -3.75rem;
    width: 42.0625rem;
    height: 27.8125rem;
    mask-image: url(../img/p-team-background_deco.svg);
  }
}

.p-team-background__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2.2;
}
@media (min-width: 768px) {
  .p-team-background__text {
    -webkit-margin-before: 2.5rem;
    margin-block-start: 2.5rem;
    font-size: 1.125rem;
    line-height: 2.6;
  }
}

.p-team-message {
  position: relative;
}
@media (min-width: 768px) {
  .p-team-message {
    max-width: 75rem;
    margin-inline: auto;
  }
}

.p-team-message__inner {
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .p-team-message__inner {
    margin-inline: 0;
  }
}

.p-team-message__content {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
  padding-inline: 0.8125rem;
}
@media (min-width: 768px) {
  .p-team-message__content {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
    padding-inline: 3.125rem;
  }
}

.p-team-message__list {
  display: flex;
  flex-direction: column;
  gap: 1.625rem;
}
@media (min-width: 768px) {
  .p-team-message__list {
    gap: 3.1875rem;
  }
}

.p-team-message__item {
  display: flex;
  flex-direction: column-reverse;
  padding: 1.3125rem 0.875rem;
  gap: 1.5rem;
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-team-message__item {
    -ms-grid-columns: 16.1875rem 3.4375rem 1fr;
    -ms-grid-rows: auto 1.75rem auto;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 16.1875rem 1fr;
    grid-template-areas: "image text" "biography biography";
    padding: 3.125rem;
    gap: 1.75rem 3.4375rem;
  }
}

@media (min-width: 768px) {
  .p-team-message__textArea {
    display: contents;
  }
}

@media (min-width: 768px) {
  .p-team-message__textWrapper {
    grid-area: text;
  }
}

.p-team-message__head {
  display: flex;
  flex-direction: column;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-team-message__head {
    flex-direction: row;
    gap: 0.3125rem;
  }
}

.p-team-message__name {
  font-weight: 700;
  font-size: 1.375rem;
  line-height: 1.04;
}
@media (min-width: 768px) {
  .p-team-message__name {
    font-size: 1.5rem;
  }
}

.p-team-message__position {
  color: rgba(32, 32, 32, 0.4);
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .p-team-message__position {
    font-size: 1.125rem;
  }
}

.p-team-message__text {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-team-message__text {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
    font-size: 0.9375rem;
    line-height: 2;
  }
}

.p-team-message__biography {
  -webkit-margin-before: 1.125rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.125rem;
  padding: 0.8125rem;
  background: #f1f1fc;
}
@media (min-width: 768px) {
  .p-team-message__biography {
    -webkit-margin-before: 0;
    grid-area: biography;
    flex-direction: row;
    align-items: center;
    margin-block-start: 0;
    padding: 0.9375rem 1.875rem;
    gap: 1.875rem;
  }
}

.p-team-message__biographyTitle {
  color: #666699;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .p-team-message__biographyTitle {
    -webkit-padding-end: 1.875rem;
    flex-shrink: 0;
    padding-inline-end: 1.875rem;
    padding-block: 0.375rem;
    border-right: 0.0625rem solid rgba(0, 0, 0, 0.1);
  }
}

.p-team-message__biographyTextWrapper {
  -webkit-margin-before: 0.5625rem;
  display: flex;
  flex-wrap: wrap;
  margin-block-start: 0.5625rem;
  gap: 0.25rem 0.5rem;
}
@media (min-width: 768px) {
  .p-team-message__biographyTextWrapper {
    -webkit-margin-before: 0rem;
    margin-block-start: 0rem;
  }
}

.p-team-message__biographyText {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.64;
}
@media (min-width: 768px) {
  .p-team-message__biographyText {
    font-size: 0.9375rem;
    line-height: 1.536;
  }
}

.p-team-message__biographySlash {
  color: rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  .p-team-message__imageArea {
    grid-area: image;
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .p-team-message__textWrapper {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .p-team-message__biography {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .p-team-message__imageArea {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}

.p-team-message__image {
  overflow: hidden;
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .p-team-message__image {
    width: 16.1875rem;
  }
}
.p-team-message__image img {
  width: 100%;
}

.p-recruitment {
  position: relative;
  padding-block: 4.375rem 6.0625rem;
}
@media (min-width: 768px) {
  .p-recruitment {
    padding-block: 9.5rem 11.6875rem;
  }
}

.p-recruitment__inner {
  background: #ffffff;
}

.p-recruitment__content {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-recruitment__content {
    -webkit-margin-before: 1.625rem;
    margin-block-start: 1.625rem;
  }
}

.p-recruitment__lead {
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-recruitment__lead {
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-recruitment__process {
  -webkit-margin-before: 1.6875rem;
  margin-block-start: 1.6875rem;
  padding: 2.5625rem 1.6875rem 2.9375rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.3);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-recruitment__process {
    -webkit-margin-before: 4.0625rem;
    margin-block-start: 4.0625rem;
    padding: 3.125rem 4.25rem 3.1875rem;
  }
}

.p-recruitment__processTitle {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruitment__processTitle {
    font-size: 1.75rem;
  }
}

.p-recruitment__list {
  -webkit-padding-start: 2.5625rem;
  -webkit-margin-before: 2.0625rem;
  display: flex;
  position: relative;
  flex-direction: column;
  margin-block-start: 2.0625rem;
  padding-inline-start: 2.5625rem;
  gap: 1.8125rem;
}
@media (min-width: 768px) {
  .p-recruitment__list {
    -webkit-margin-before: 2.5rem;
    -webkit-padding-before: 2.9375rem;
    flex-direction: row;
    margin-block-start: 2.5rem;
    padding-inline: 0;
    padding-block-start: 2.9375rem;
    gap: 4.8125rem;
  }
}
.p-recruitment__list::before {
  display: block;
  position: absolute;
  top: -0.9375rem;
  left: 0;
  width: 1.25rem;
  height: 45.875rem;
  background: url(../img/sp/p-recruitment_process.webp) no-repeat center center/cover;
  content: "";
}
@media (min-width: 768px) {
  .p-recruitment__list::before {
    top: 0;
    left: 50%;
    width: 68.75rem;
    height: 1.5625rem;
    translate: -50%;
    background: url(../img/p-recruitment_process.webp) no-repeat center center/cover;
  }
}

.p-recruitment__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-recruitment__item {
    align-items: center;
    justify-content: space-between;
    gap: 1.375rem;
  }
}

@media (min-width: 768px) {
  .p-recruitment__textArea {
    text-align: center;
  }
}

.p-recruitment__itemTitle {
  color: #333366;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.152;
}

.p-recruitment__itemText {
  -webkit-margin-before: 0.375rem;
  margin-block-start: 0.375rem;
  color: rgba(32, 32, 32, 0.5);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.536;
}
@media (min-width: 768px) {
  .p-recruitment__itemText {
    -webkit-margin-before: 0.5625rem;
    margin-block-start: 0.5625rem;
  }
}

.p-recruitment__image {
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-recruitment__image img {
  aspect-ratio: 241/151;
}

.p-recruitment__apply {
  -webkit-margin-before: 2.125rem;
  margin-block-start: 2.125rem;
}
@media (min-width: 768px) {
  .p-recruitment__apply {
    -webkit-margin-before: 3.5rem;
    margin-block-start: 3.5rem;
  }
}

.p-recruitment__applyText {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.8;
  text-align: center;
}
@media (min-width: 768px) {
  .p-recruitment__applyText {
    font-size: 1rem;
    line-height: 1.44;
  }
}

.p-recruitment__applyButton {
  -webkit-margin-before: 1.0625rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 1.0625rem;
  translate: -0.375rem 0;
}
@media (min-width: 768px) {
  .p-recruitment__applyButton {
    -webkit-margin-before: 1.8125rem;
    width: 25.125rem;
    margin-block-start: 1.8125rem;
    translate: 0;
  }
}

.p-recruitment__applyLink {
  -webkit-margin-before: 1rem;
  -webkit-padding-after: 0.25rem;
  -webkit-padding-end: 1.4375rem;
  position: relative;
  margin-block-start: 1rem;
  padding-inline-end: 1.4375rem;
  padding-block-end: 0.25rem;
  translate: -0.5rem;
  border-bottom: 0.0625rem solid #666699;
  color: #666699;
  font-weight: 600;
  font-size: 0.8125rem;
  line-height: 1.772;
  text-align: center;
  white-space: nowrap;
  transition: color 0.3s ease-out, border-bottom 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-recruitment__applyLink {
    -webkit-margin-before: 1.5625rem;
    -webkit-padding-end: 1.25rem;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-block-start: 1.5625rem;
    padding-inline-end: 1.25rem;
    translate: 0;
    font-size: 0.9375rem;
    line-height: 1.536;
    text-align: center;
  }
}
.p-recruitment__applyLink::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_open.svg);
  display: block;
  position: absolute;
  top: 0.25rem;
  right: 0.125rem;
  width: 0.875rem;
  height: 0.875rem;
  background: #666699;
  content: "";
  mask-image: url(../img/icon_open.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-recruitment__applyLink:hover {
    border-bottom: 0.0625rem solid #333366;
    color: #333366;
  }
  .p-recruitment__applyLink:hover::before {
    background: #333366;
  }
}
.p-recruitment__applyLink:focus {
  outline: none;
}
.p-recruitment__applyLink:focus-visible {
  border-bottom: 0.0625rem solid #333366;
  outline: none;
  color: #333366;
}
.p-recruitment__applyLink:focus-visible::before {
  background: #333366;
}

.p-partner {
  -webkit-padding-before: 2.6875rem;
  padding-block-start: 2.6875rem;
}
@media (min-width: 768px) {
  .p-partner {
    -webkit-padding-before: 7.8125%;
    padding-block-start: 7.8125%;
  }
}

.p-partner__heading {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-partner__heading {
    gap: 0.875rem;
  }
}

.p-partner__headingJa {
  color: #333366;
  font-weight: 600;
  font-size: 1.875rem;
  line-height: 1.5;
  font-family: "dnp-shuei-anti-std", sans-serif;
  letter-spacing: -0.02em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-partner__headingJa {
    font-size: 2.8125rem;
  }
}

.p-partner__headingEn {
  color: rgba(32, 32, 32, 0.3);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-partner__headingEn {
    font-size: 1rem;
  }
}

.p-partner__content {
  -webkit-margin-before: 1.875rem;
  display: flex;
  flex-direction: column-reverse;
  margin-block-start: 1.875rem;
  gap: 1.4375rem;
}
@media (min-width: 768px) {
  .p-partner__content {
    -webkit-margin-before: 2.1875rem;
    margin-block-start: 2.1875rem;
    gap: 3.75rem;
  }
}

.p-partner__text {
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-partner__text {
    font-size: 1.125rem;
  }
}

.p-partner__image {
  overflow: hidden;
  border-radius: 0.3125rem;
}
.p-partner__image img {
  aspect-ratio: 336/179;
}
@media (min-width: 768px) {
  .p-partner__image img {
    aspect-ratio: 1000/533;
  }
}

.p-wrapper {
  position: relative;
  background: #f4f4fd;
}
@media (min-width: 768px) {
  .p-wrapper {
    background: #f1f1f9;
  }
}

.p-wrapper__deco {
  z-index: 1;
  position: absolute;
  top: -3.25rem;
  left: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .p-wrapper__deco {
    top: -9.7222222222vw;
  }
}

.p-top-contact {
  -webkit-margin-before: 2.625rem;
  -webkit-padding-after: 4.875rem;
  margin-block-start: 2.625rem;
  padding-block-end: 4.875rem;
}
@media (min-width: 768px) {
  .p-top-contact {
    -webkit-margin-before: 8.125rem;
    -webkit-padding-after: 8.75rem;
    margin-block-start: 8.125rem;
    padding-block-end: 8.75rem;
  }
}

.p-top-contact__box {
  padding: 2.8125rem 1.25rem 3rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.3);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-top-contact__box {
    padding-block: 4.25rem 5.3125rem;
  }
}

.p-top-contact__text {
  -webkit-margin-before: 1.8125rem;
  margin-block-start: 1.8125rem;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-top-contact__text {
    -webkit-margin-before: 1.625rem;
    margin-block-start: 1.625rem;
    font-size: 1.125rem;
    text-align: center;
  }
}

.p-top-contact__button {
  -webkit-margin-before: 1.1875rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-top-contact__button {
    -webkit-margin-before: 1.875rem;
    width: 25.125rem;
    margin-block-start: 1.875rem;
  }
}

.p-official {
  padding-block: 3.125rem 4.3125rem;
}
@media (min-width: 768px) {
  .p-official {
    padding-block: 7.5rem 8.0625rem;
  }
}

.p-official__content {
  -webkit-margin-before: 2.4375rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 2.4375rem;
  gap: 2.1875rem;
}
@media (min-width: 768px) {
  .p-official__content {
    -webkit-margin-before: 3.3125rem;
    margin-block-start: 3.3125rem;
    gap: 4rem;
  }
}

.p-official__list {
  -ms-grid-columns: 1fr 0.625rem 1fr;
  -webkit-margin-before: 1.625rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-block-start: 1.625rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .p-official__list {
    -ms-grid-columns: 1fr 1.0625rem 1fr 1.0625rem 1fr 1.0625rem 1fr;
    -webkit-margin-before: 2.3125rem;
    grid-template-columns: repeat(4, 1fr);
    margin-block-start: 2.3125rem;
    gap: 1.0625rem;
  }
}

.p-official__link {
  display: block;
  transition: -webkit-filter 0.3s ease-out;
  transition: filter 0.3s ease-out;
  transition: filter 0.3s ease-out, -webkit-filter 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-official__link:hover {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
  }
}
.p-official__link:focus {
  outline: none;
}
.p-official__link:focus-visible {
  -webkit-filter: brightness(60%);
  outline: none;
  filter: brightness(60%);
}

.p-footer {
  background: #333366;
}

.p-footer__inner {
  padding-block: 3.4375rem 3.0625rem;
}
@media (min-width: 768px) {
  .p-footer__inner {
    -webkit-padding-after: 4.0625rem;
    padding-block-end: 4.0625rem;
  }
}

.p-footer__content {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-footer__content {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
  }
}

.p-footer__logo {
  display: block;
  transition: opacity 0.3s ease-out;
}

.p-footer__logoImage {
  width: 17.375rem;
}
@media (min-width: 768px) {
  .p-footer__logoImage {
    width: 22.75rem;
  }
}

.p-footer__textArea {
  -webkit-margin-before: 1.5625rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1.5625rem;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-footer__textArea {
    -webkit-margin-before: 2.3125rem;
    margin-block-start: 2.3125rem;
    gap: 0.5625rem;
  }
}

.p-footer__text {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.7;
}

.p-footer__body {
  -webkit-margin-before: 1.1875rem;
  margin-block-start: 1.1875rem;
}
@media (min-width: 768px) {
  .p-footer__body {
    -webkit-margin-before: -0.1875rem;
    margin-block-start: -0.1875rem;
  }
}

.p-footer__list {
  -ms-grid-columns: 1fr 2.9375rem 10rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr 10rem;
  gap: 0rem 2.9375rem;
}
@media (min-width: 768px) {
  .p-footer__list {
    gap: 0rem 4.4375rem;
  }
}

.p-footer__item {
  display: block;
}

.p-footer__item--right {
  -ms-grid-column: 2;
  grid-column: 2;
}

.p-footer__link {
  display: block;
  padding-block: 0.625rem 0.5625rem;
  color: #ffffff;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  transition: opacity 0.3s ease-out;
}

.p-footer__sns {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-footer__sns {
    -webkit-margin-before: 1.375rem;
    margin-block-start: 1.375rem;
  }
}

.p-footer__snsList {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .p-footer__snsList {
    justify-content: flex-end;
  }
}

.p-footer__snsItem {
  display: block;
}

.p-footer__snsLink {
  display: block;
  width: 1.875rem;
  transition: opacity 0.3s ease-out;
}

.p-footer__copy {
  padding-block: 0.5rem;
  background: #666699;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copy {
    padding-block: 1.0625rem 1rem;
  }
}

.p-footer__copyText {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  line-height: 1.9;
  text-align: center;
  text-align: center;
}
@media (min-width: 768px) {
  .p-footer__copyText {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}

@media (any-hover: hover) {
  .p-footer__logo:hover,
  .p-footer__link:hover,
  .p-footer__snsLink:hover {
    opacity: 0.7;
  }
}
.p-footer__logo:focus,
.p-footer__link:focus,
.p-footer__snsLink:focus {
  outline: none;
}
.p-footer__logo:focus-visible,
.p-footer__link:focus-visible,
.p-footer__snsLink:focus-visible {
  outline: none;
  opacity: 0.7;
}

.p-page-fv {
  -webkit-margin-before: 3.625rem;
  position: relative;
  margin-block-start: 3.625rem;
  padding-block: 2.0625rem 2.75rem;
  overflow: hidden;
  background: linear-gradient(216deg, #669 7.73%, #336 86.66%);
}
@media (min-width: 768px) {
  .p-page-fv {
    padding-block: 3.75rem;
  }
}
.p-page-fv::after {
  display: block;
  z-index: 1;
  position: absolute;
  top: 37%;
  left: 50%;
  width: 19.375rem;
  height: 12.6875rem;
  translate: -50% -50%;
  background: url(../img/sp/p-page-fv_bg.webp) no-repeat center center/cover;
  content: "";
  mix-blend-mode: color-burn;
}
@media (min-width: 768px) {
  .p-page-fv::after {
    top: 0;
    right: calc(50% - 48.0625rem);
    left: unset;
    width: 42.0625rem;
    height: 13.625rem;
    translate: 0;
    background: url(../img/p-page-fv_bg.webp) no-repeat center center/cover;
  }
}

.p-page-fv__content {
  display: flex;
  z-index: 2;
  position: relative;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.p-page-fv__ja {
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-page-fv__ja {
    font-size: 1.125rem;
  }
}

.p-page-fv__en {
  color: #ffffff;
  font-weight: 500;
  font-size: 3.375rem;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .p-page-fv__en {
    font-size: 3.75rem;
  }
}

.p-page-fv__ja.-athlete {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
  font-family: "Roboto", sans-serif;
}
@media (min-width: 768px) {
  .p-page-fv__ja.-athlete {
    font-size: 1.125rem;
  }
}

.p-page-fv__en.-athlete {
  font-size: 2.5rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 768px) {
  .p-page-fv__en.-athlete {
    font-size: 3.5rem;
  }
}

.p-contact {
  padding-block: 1.9375rem 4.3125rem;
}
@media (min-width: 768px) {
  .p-contact {
    padding-block: 1.5rem 5.9375rem;
  }
}

@media (min-width: 768px) {
  .p-contact__content {
    max-width: 43.75rem;
    margin-inline: auto;
  }
}

.p-contact__lead {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-contact__lead {
    font-size: 1rem;
    text-align: center;
  }
}
.p-contact__lead a {
  color: #666699;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.p-contact__form {
  -webkit-margin-before: 2.3125rem;
  margin-block-start: 2.3125rem;
}
@media (min-width: 768px) {
  .p-contact__form {
    -webkit-margin-before: 3rem;
    margin-block-start: 3rem;
  }
}

@media (any-hover: hover) {
  .p-contact__lead a:hover {
    opacity: 0.6;
  }
}
.p-contact__lead a:focus {
  outline: none;
}
.p-contact__lead a:focus-visible {
  outline: none;
  opacity: 0.6;
}

.p-form__table {
  display: flex;
  flex-direction: column;
  gap: 1.8125rem;
}
@media (min-width: 768px) {
  .p-form__table {
    gap: 1.75rem;
  }
}
.p-form__table tbody {
  display: contents;
}

.p-form__privacy {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  padding: 0.5625rem 1rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.3);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-form__privacy {
    padding: 1.5625rem 1.5625rem 1.25rem;
  }
}

.p-form__privacyTitle {
  color: #666699;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.85;
}
@media (min-width: 768px) {
  .p-form__privacyTitle {
    color: #666699;
    font-size: 0.9375rem;
    line-height: 1.73;
    text-align: center;
  }
}

.p-form__privacyLink {
  color: #666699;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-form__privacyLink {
    text-align: center;
  }
}

.p-form__privacyText {
  color: #333;
  font-size: 0.75rem;
  line-height: 2.15;
}
@media (min-width: 768px) {
  .p-form__privacyText {
    font-size: 0.8125rem;
    line-height: 2;
    text-align: center;
  }
}

.p-form__buttonWrapper {
  -webkit-margin-before: 1.875rem;
  width: 19.375rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}

.p-form__button {
  display: inline-block;
  width: 100%;
  padding: 1.25rem 1.25rem;
  border-radius: 0.25rem;
  background: #666699;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 1;
  text-align: center;
  transition: background 0.3s ease-out;
}

.grecaptcha-badge {
  visibility: hidden;
}

.p-form__recaptcha {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
  color: #333;
  font-size: 0.75rem;
  line-height: 2;
}
@media (min-width: 768px) {
  .p-form__recaptcha {
    font-size: 0.875rem;
    text-align: center;
    white-space: nowrap;
  }
}
.p-form__recaptcha a {
  color: #666699;
  text-decoration: underline;
  transition: opacity 0.3s ease-out;
}

.wpcf7-form-control-wrap {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-not-valid-tip {
  -webkit-margin-before: 0.5rem !important;
  margin-inline: 0 !important;
  margin-block-start: 0.5rem !important;
  padding: 0;
  border: none !important;
  color: #dd5b5b;
  font-weight: 600;
  font-size: 1rem;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  -webkit-margin-before: 0.5rem !important;
  margin-inline: 0 !important;
  margin-block-start: 0.5rem !important;
  padding: 0 !important;
  border: none !important;
  color: #dd5b5b !important;
  font-weight: 600;
  font-size: 1rem;
  text-align: center !important;
}

@media (any-hover: hover) {
  .p-form__privacyLink:hover,
  .p-form__recaptcha a:hover {
    opacity: 0.7;
  }
}
.p-form__privacyLink:focus,
.p-form__recaptcha a:focus {
  outline: none;
}
.p-form__privacyLink:focus-visible,
.p-form__recaptcha a:focus-visible {
  outline: none;
  opacity: 0.7;
}

@media (any-hover: hover) {
  .p-form__button:hover {
    background: #333366;
  }
}
.p-form__button:focus {
  outline: none;
}
.p-form__button:focus-visible {
  outline: none;
  background: #333366;
}

.p-form-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 0.9375rem;
}

.p-form-item__body {
  flex-grow: 1;
}

.p-form-head {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

.p-form-head__name {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-form-head__name {
    font-size: 1.125rem;
  }
}

.p-form-head__label {
  display: inline-block;
  flex-shrink: 0;
  padding: 0.3125rem 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .p-form-head__label {
    font-size: 0.75rem;
  }
}
.p-form-head__label.-required {
  background: #666699;
}

.p-form-head__lead {
  position: absolute;
  top: 2rem;
  left: 0;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 1;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-form-head__lead {
    top: 0.375rem;
    left: 12.5rem;
    font-size: 0.75rem;
  }
}

.p-form-head.-lead .p-form-head__name {
  -webkit-padding-after: 1.125rem;
  padding-block-end: 1.125rem;
}
@media (min-width: 768px) {
  .p-form-head.-lead .p-form-head__name {
    -webkit-padding-after: 0;
    padding-block-end: 0;
  }
}

.p-breadcrumb__inner {
  max-width: 90rem;
  margin-inline: auto;
}

.p-breadcrumb.-athlete {
  background: #f1f1f9;
}

.p-breadcrumb {
  padding: 0.4375rem 0rem 0.5rem;
}
@media (min-width: 768px) {
  .p-breadcrumb {
    padding: 1rem 1.875rem;
  }
}
.p-breadcrumb span {
  color: rgba(32, 32, 32, 0.3);
  font-weight: 500;
  font-size: 0.625rem;
  line-height: 2;
  letter-spacing: 0.05em;
  text-decoration: underline;
  text-transform: uppercase;
  transition: opacity 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-breadcrumb span a:hover span {
    opacity: 0.7;
  }
}
.p-breadcrumb span a:focus-visible {
  outline: none;
}
.p-breadcrumb span a:focus-visible span {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .p-breadcrumb span {
    font-size: 0.75rem;
  }
}
.p-breadcrumb span:not(:first-child) {
  -webkit-padding-start: 0.6875rem;
  position: relative;
  padding-inline-start: 0.6875rem;
}
@media (min-width: 768px) {
  .p-breadcrumb span:not(:first-child) {
    -webkit-padding-start: 0.875rem;
    padding-inline-start: 0.875rem;
  }
}
.p-breadcrumb span:not(:first-child)::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.0625rem solid rgba(32, 32, 32, 0.3);
  border-bottom: 0.0625rem solid rgba(32, 32, 32, 0.3);
  content: "";
}
.p-breadcrumb span .current-item {
  text-decoration: none;
  pointer-events: none;
}

.p-breadcrumb__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-breadcrumb__inner {
    gap: 0.3125rem;
  }
}

.p-thanks__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-thanks__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}
@media (min-width: 768px) {
  .p-thanks__content {
    padding-block: 8.75rem;
  }
}

.p-thanks__title {
  color: #333366;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__title {
    font-size: 5rem;
  }
}

.p-thanks__subTitle {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__subTitle {
    font-size: 1.875rem;
  }
}

.p-thanks__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-thanks__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-thanks__button {
  -webkit-margin-before: 1.875rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-thanks__button {
    -webkit-margin-before: 2.5rem;
    width: 25.125rem;
    margin-block-start: 2.5rem;
  }
}

.p-404__inner {
  display: -ms-grid;
  display: grid;
  place-content: center;
}

.p-404__content {
  display: flex;
  position: relative;
  flex-direction: column;
  padding-block: 7.5rem;
}
@media (min-width: 768px) {
  .p-404__content {
    padding-block: 8.75rem;
  }
}

.p-404__title {
  color: #333366;
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__title {
    font-size: 5rem;
  }
}

.p-404__subTitle {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__subTitle {
    font-size: 1.875rem;
  }
}

.p-404__text {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-404__text {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    font-size: 1rem;
  }
}

.p-404__button {
  -webkit-margin-before: 1.875rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-404__button {
    -webkit-margin-before: 2.5rem;
    width: 25.125rem;
    margin-block-start: 2.5rem;
  }
}

.p-news__articles {
  -ms-grid-columns: 1fr;
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-news__articles {
    -ms-grid-columns: 1fr 2.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2.5rem 2.25rem;
  }
}

.p-news__empty {
  color: #666699;
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .p-news__empty {
    font-size: 1.25rem;
  }
}

.p-news__pagination {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-news__pagination {
    -webkit-margin-before: 5.125rem;
    margin-block-start: 5.125rem;
  }
}

.p-sidebar-news {
  -webkit-transform: translateZ(0);
  position: sticky;
  top: 6.5rem;
  padding: 1.625rem 1.25rem 1.8125rem;
  transform: translateZ(0);
  border: 0.0625rem solid rgba(32, 32, 32, 0.3);
  border-radius: 0.625rem;
  background: #ffffff;
}

.p-sidebar-news__inner {
  display: flex;
  flex-direction: column;
}

.p-sidebar-news__title {
  -webkit-padding-start: 1.25rem;
  position: relative;
  padding-inline-start: 1.25rem;
  color: #666699;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.55;
  letter-spacing: 0.05em;
}
.p-sidebar-news__title::before {
  display: block;
  position: absolute;
  top: 55%;
  left: 0;
  width: 0.75rem;
  height: 0.1875rem;
  translate: 0 -50%;
  background: #666699;
  content: "";
}

.p-sidebar-news__list {
  -webkit-margin-before: 0.875rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 0.875rem;
  border-top: 0.0625rem solid rgba(32, 32, 32, 0.2);
}

.p-sidebar-news__item {
  display: block;
}

.p-sidebar-news__link {
  display: block;
  position: relative;
  padding-block: 0.875rem;
  border-bottom: 0.0625rem solid rgba(32, 32, 32, 0.2);
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  transition: all 0.3s ease-out;
}
.p-sidebar-news__link::before, .p-sidebar-news__link::after {
  display: block;
  position: absolute;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  translate: 0 -50%;
  rotate: -45deg;
  border-right: 0.125rem solid rgba(32, 32, 32, 0.2);
  border-bottom: 0.125rem solid rgba(32, 32, 32, 0.2);
  content: "";
  transition: all 0.3s ease-out;
}
.p-sidebar-news__link::before {
  right: 0;
}
.p-sidebar-news__link::after {
  visibility: hidden;
  right: 1rem;
  opacity: 0;
}

@media (any-hover: hover) {
  .p-sidebar-news__link:hover {
    border-color: #666699;
  }
  .p-sidebar-news__link:hover::before {
    visibility: hidden;
    right: -1rem;
    opacity: 0;
  }
  .p-sidebar-news__link:hover::after {
    visibility: visible;
    right: 0rem;
    opacity: 1;
  }
}
.p-sidebar-news__link:focus {
  outline: none;
}
.p-sidebar-news__link:focus-visible {
  border-color: #666699;
  outline: none;
}
.p-sidebar-news__link:focus-visible::before {
  visibility: hidden;
  right: -1rem;
  opacity: 0;
}
.p-sidebar-news__link:focus-visible::after {
  visibility: visible;
  right: 0rem;
  opacity: 1;
}

.p-pagination {
  margin-inline: auto;
  overflow: scroll;
}

.p-pagination .navigation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
  padding-inline: 0.625rem;
  gap: 0.625rem;
}
@media (min-width: 768px) {
  .nav-links {
    margin-inline: 0;
    padding-inline: 0;
  }
}

.page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 3.125rem;
  border-radius: 0.3125rem;
  background: #f1f1f9;
  color: #333366;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
@media (min-width: 768px) {
  .page-numbers {
    font-size: 1.125rem;
  }
}
.page-numbers.current {
  background: #333366;
  color: #ffffff;
  pointer-events: none;
}
.page-numbers.dots {
  background: transparent !important;
  pointer-events: none;
}
.page-numbers.prev, .page-numbers.next {
  width: 2.5rem;
  height: 3.125rem;
  border: none;
  border-radius: 0;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.page-numbers.prev {
  background: url(../img/icon_arrow-l.webp) no-repeat center left/0.75rem 1.5rem;
}
.page-numbers.next {
  background: url(../img/icon_arrow-r.webp) no-repeat center right/0.75rem 1.5rem;
}

@media (any-hover: hover) {
  .page-numbers:not(.prev):not(.next):not(.current):not(.dots):hover {
    border-color: transparent;
    background: #333366;
    color: #ffffff;
  }
  .page-numbers.prev:hover, .page-numbers.next:hover {
    opacity: 0.7;
  }
}
.page-numbers:focus {
  outline: none;
}
.page-numbers:not(.prev):not(.next):not(.current):not(.dots):focus-visible {
  outline: none;
  background: #333366;
  color: #ffffff;
}
.page-numbers.prev:focus-visible, .page-numbers.next:focus-visible {
  opacity: 0.7;
}

.p-single__meta {
  -webkit-margin-before: auto;
  display: flex;
  align-items: center;
  margin-block-start: auto;
  gap: 0.625rem;
}

.p-single__date {
  font-size: 0.875rem;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  opacity: 0.5;
}

.p-single__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.p-single__category {
  padding: 0.25rem 0.375rem;
  border: 0.0625rem solid #666699;
  border-radius: 0.1875rem;
  color: #666699;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single__category {
    padding: 0.3125rem 0.5rem;
    font-size: 0.875rem;
  }
}

.p-single__title {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
  font-weight: 600;
  font-size: 1.75rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__title {
    font-size: 2.25rem;
  }
}

.p-single__thumbnail {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  overflow: hidden;
  border-radius: 0.375rem;
}
@media (min-width: 768px) {
  .p-single__thumbnail {
    border-radius: 0.625rem;
  }
}
.p-single__thumbnail img {
  aspect-ratio: 770/423;
}

.p-single__body {
  -webkit-margin-before: 1.5rem;
  margin-block-start: 1.5rem;
}
@media (min-width: 768px) {
  .p-single__body {
    -webkit-margin-before: 2.375rem;
    margin-block-start: 2.375rem;
  }
}
.p-single__body > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-single__body > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-single__body h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5625rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #666699;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-single__body h2 {
    -webkit-padding-after: 0.625rem;
    margin-block: 2.25rem 1.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.75rem;
  }
}
.p-single__body h3 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 1.5625rem;
  padding-inline-start: 1.625rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h3 {
    -webkit-padding-start: 1.875rem;
    margin-block: 2.25rem 1.625rem;
    padding-inline-start: 1.875rem;
    font-size: 1.5rem;
  }
}
.p-single__body h3::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.125rem;
  height: 1.125rem;
  background: #666699;
  content: "";
}
@media (min-width: 768px) {
  .p-single__body h3::before {
    top: 0.5625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-single__body h4 {
  margin-block: 1.5625rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-single__body h4 {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-single__body p {
  font-size: 1rem;
  line-height: 2;
}
.p-single__body p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}
@media (min-width: 768px) {
  .p-single__body p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}
.p-single__body b,
.p-single__body strong {
  font-weight: 700;
}
.p-single__body a {
  color: #666699;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-single__body a:hover {
    opacity: 0.7;
  }
}
.p-single__body a:focus {
  outline: none;
}
.p-single__body a:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-single__body .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-block: 1.5625rem;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-single__body .wp-block-table {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-single__body .wp-block-table td,
.p-single__body .wp-block-table th {
  border: none;
}
.p-single__body table {
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}
.p-single__body table thead th {
  padding: 1.125rem !important;
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  background: #f4f4fd !important;
  color: #666699;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-single__body table thead th {
    padding: 0.875rem 0.4375rem !important;
    font-size: 1.25rem;
  }
}
.p-single__body table thead th:first-child {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-single__body table tbody tr {
  position: relative;
}
.p-single__body table tbody tr:first-child td {
  border-top: none !important;
}
.p-single__body table tbody tr:not(:first-child) td {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-single__body table td {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 0.875rem 0.4375rem !important;
  border: none !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-single__body table td {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }
}
.p-single__body table td:last-child {
  border-right: none !important;
}
.p-single__body ul,
.p-single__body ol {
  display: flex;
  flex-direction: column;
  margin-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-single__body ul,
  .p-single__body ol {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-single__body ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
.p-single__body ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #666699;
  content: "";
}
.p-single__body ol {
  counter-reset: my-counter;
}
.p-single__body ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
.p-single__body ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #666699;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
.p-single__body figure {
  width: 100%;
  margin-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-single__body figure {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-single__body figcaption {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .p-single__body figcaption {
    font-size: 1rem;
  }
}
.p-single__body img {
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 0.625rem;
}

.p-single__button {
  -webkit-margin-before: 2.0625rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 2.0625rem;
}
@media (min-width: 768px) {
  .p-single__button {
    width: 21.875rem;
  }
}

.p-privacy {
  padding-block: 2.5rem 3.75rem;
}
@media (min-width: 768px) {
  .p-privacy {
    padding-block: 3.75rem 5rem;
  }
}

@media (min-width: 768px) {
  .p-privacy__inner {
    max-width: 56.25rem !important;
  }
}

.p-privacy__lead {
  font-size: 1rem;
  line-height: 2;
}

.p-privacy__content {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-privacy__content {
    -webkit-margin-before: 3.75rem;
    margin-block-start: 3.75rem;
  }
}
.p-privacy__content h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5625rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #666699;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-privacy__content h2 {
    -webkit-padding-after: 0.625rem;
    margin-block: 2.25rem 1.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.625rem;
  }
}
.p-privacy__content p {
  font-size: 1rem;
  line-height: 2;
}
.p-privacy__content p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}
@media (min-width: 768px) {
  .p-privacy__content p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}
.p-privacy__content b,
.p-privacy__content strong {
  font-weight: 700;
}

.p-athlete-card {
  display: flex;
  flex-direction: column-reverse;
  height: 100%;
  overflow: hidden;
  border: 0.0625rem solid rgba(32, 32, 32, 0.2);
  border-radius: 0.3125rem;
  background: #ffffff;
}

.p-athlete-card__textArea {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 1.25rem 1.375rem 1.5rem;
  gap: 1.25rem;
}

.p-athlete-card__label {
  display: inline-block;
  padding: 0.3125rem 0.5rem;
  border: 0.0625rem solid #333366;
  border-radius: 0.1875rem;
  color: #333366;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1;
  text-align: center;
}

.p-athlete-card__nameArea {
  -webkit-margin-before: 0.4375rem;
  margin-block-start: 0.4375rem;
}

.p-athlete-card__name {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.6;
}

.p-athlete-card__kana {
  -webkit-margin-before: 0.3125rem;
  margin-block-start: 0.3125rem;
  font-size: 0.875rem;
  font-family: "Roboto", sans-serif;
  opacity: 0.3;
}

.p-athlete-card__button {
  -webkit-margin-before: auto;
  position: relative;
  width: 100%;
  margin-block-start: auto;
  padding: 0.625rem 3.125rem 0.5625rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.2);
  border-radius: 100vmax;
  background: #ffffff;
  color: #666699;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.536;
  text-align: center;
  transition: background-color 0.3s ease-out;
}
.p-athlete-card__button::before {
  display: block;
  position: absolute;
  top: 50%;
  right: 1.1875rem;
  width: 0.5rem;
  height: 0.6875rem;
  translate: 0 -50%;
  background: url(../img/icon_more-d.webp) no-repeat center center/cover;
  content: "";
}

.p-athlete-card__image {
  overflow: hidden;
}
.p-athlete-card__image img {
  aspect-ratio: 344/240;
  transition: scale 0.3s ease-out;
}

@media (any-hover: hover) {
  .p-athlete-card:hover .p-athlete-card__button {
    background: #f4f4fd;
  }
  .p-athlete-card:hover .p-athlete-card__image img {
    scale: 1.1;
  }
}
.p-athlete-card:focus {
  outline: none;
}
.p-athlete-card:focus-visible {
  outline: none;
}
.p-athlete-card:focus-visible .p-athlete-card__button {
  background: #f4f4fd;
}
.p-athlete-card:focus-visible .p-athlete-card__image img {
  scale: 1.1;
}

.p-athlete__deco {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.p-athlete__inner {
  -webkit-padding-before: 3.25rem;
  position: relative;
  padding-block-start: 3.25rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-athlete__inner {
    -webkit-padding-before: 3.5625rem;
    padding-block-start: 3.5625rem;
  }
}

.p-athlete__content {
  -webkit-margin-before: 1.6875rem;
  -webkit-margin-end: calc(50% - 50vw);
  -webkit-margin-start: calc(50% - 50vw);
  margin-inline-start: calc(50% - 50vw);
  margin-inline-end: calc(50% - 50vw);
  margin-block-start: 1.6875rem;
}
@media (min-width: 768px) {
  .p-athlete__content {
    -webkit-margin-before: 3.125rem;
    margin-inline: 0;
    margin-block-start: 3.125rem;
  }
}

.p-athlete__swiper-container,
.p-athlete__swiper,
.p-athlete__swiper-wrapper {
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (min-width: 768px) {
  .p-athlete__swiper-container {
    -webkit-margin-end: calc(50% - 50vw);
    -webkit-margin-start: calc(50% - 50vw);
    margin-inline-start: calc(50% - 50vw);
    margin-inline-end: calc(50% - 50vw);
  }
}

.p-athlete__swiper-wrapper {
  -webkit-padding-after: 0.625rem;
  padding-block-end: 0.625rem;
}

.p-athlete__swiper-slide {
  box-sizing: border-box;
  display: flex;
  flex-shrink: 0;
  width: 18.875rem;
  height: auto;
}
@media (min-width: 768px) {
  .p-athlete__swiper-slide {
    width: 21.5rem;
    padding-inline: 0;
  }
  .p-athlete__swiper-slide.is-center {
    width: 27.75rem;
    padding-inline: 3.125rem;
  }
}

.p-athlete__swiper-slideInner {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
}

.p-athlete__list {
  -webkit-padding-after: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-block-end: 0.625rem;
  gap: 1.125rem;
}
@media (min-width: 768px) {
  .p-athlete__list {
    gap: 1.5625rem;
  }
}

.p-athlete__list-item {
  box-sizing: border-box;
  width: 18.875rem;
  max-width: 100%;
}
@media (min-width: 768px) {
  .p-athlete__list-item {
    width: 21.5rem;
  }
}

.p-athlete .swiper-button-prev,
.p-athlete .swiper-button-next,
.p-athlete .swiper-pagination-bullets.swiper-pagination-horizontal {
  position: relative;
  top: unset;
  right: unset;
  bottom: unset;
  left: unset;
  margin: 0;
  padding: 0;
}
.p-athlete .p-athlete__swiper-nav {
  -webkit-margin-before: 1.5625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-block-start: 1.5625rem;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-athlete .p-athlete__swiper-nav {
    -webkit-margin-before: -0.5rem;
    margin-block-start: -0.5rem;
  }
}
.p-athlete .swiper-button-prev::after,
.p-athlete .swiper-button-next::after {
  display: none;
}
.p-athlete .swiper-button-prev,
.p-athlete .swiper-button-next {
  position: relative;
  width: 1.875rem;
  height: 1.875rem;
  transition: opacity 0.3s ease-out;
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-prev,
  .p-athlete .swiper-button-next {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.p-athlete .swiper-button-prev::before,
.p-athlete .swiper-button-next::before {
  display: block;
  position: absolute;
  width: 0.9375rem;
  height: 1.8125rem;
  content: "";
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-prev::before,
  .p-athlete .swiper-button-next::before {
    width: 1.5625rem;
    height: 3.125rem;
  }
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-prev,
  .p-athlete .swiper-button-next {
    position: absolute;
    top: 41%;
    translate: 0 -50%;
  }
}
.p-athlete .swiper-button-prev {
  translate: 0.5rem;
}
.p-athlete .swiper-button-prev::before {
  background: url(../img/icon_arrow-l.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-prev {
    left: calc(50% - 14.6875rem);
    translate: 0;
    transition: left 0.3s ease-out;
  }
}
.p-athlete .swiper-button-next {
  translate: -0.5rem;
}
.p-athlete .swiper-button-next::before {
  background: url(../img/icon_arrow-r.webp) no-repeat center center/cover;
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-next {
    right: calc(50% - 14.6875rem);
    translate: 0;
    transition: right 0.3s ease-out;
  }
}
.p-athlete .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 0.4375rem;
}
@media (min-width: 768px) {
  .p-athlete .swiper-pagination-bullets.swiper-pagination-horizontal {
    -webkit-margin-before: 2.3125rem;
    margin-inline: auto;
    margin-block-start: 2.3125rem;
  }
}
.p-athlete .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  width: 1.625rem;
  height: 0.0625rem;
  margin: 0 !important;
  border-radius: 0 !important;
  background: rgba(32, 32, 32, 0.2);
  opacity: 1;
  transition: width 0.3s ease-out, background-color 0.3s ease-out;
}
.p-athlete .swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  width: 3.125rem;
  background: #333366;
  opacity: 1;
}

.p-athlete__button {
  -webkit-margin-before: 1.25rem;
  width: 18.5rem;
  margin-inline: auto;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-athlete__button {
    -webkit-margin-before: 2.5625rem;
    width: 21.875rem;
    margin-block-start: 2.5625rem;
  }
}

@media (max-width: 767px) and (any-hover: hover) {
  .p-athlete .swiper-button-prev:hover,
  .p-athlete .swiper-button-next:hover {
    opacity: 0.6;
  }
}
@media (max-width: 767px) {
  .p-athlete .swiper-button-prev:focus,
  .p-athlete .swiper-button-next:focus {
    outline: none;
  }
}
@media (max-width: 767px) {
  .p-athlete .swiper-button-prev:focus-visible,
  .p-athlete .swiper-button-next:focus-visible {
    outline: none;
    opacity: 0.6;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .p-athlete .swiper-button-prev:hover {
    left: calc(50% - 15.625rem);
  }
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-prev:focus {
    outline: none;
  }
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-prev:focus-visible {
    left: calc(50% - 15.625rem);
    outline: none;
  }
}
@media (min-width: 768px) and (any-hover: hover) {
  .p-athlete .swiper-button-next:hover {
    right: calc(50% - 15.625rem);
  }
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-next:focus {
    outline: none;
  }
}
@media (min-width: 768px) {
  .p-athlete .swiper-button-next:focus-visible {
    right: calc(50% - 15.625rem);
    outline: none;
  }
}

.p-athlete.-top {
  -webkit-margin-before: -17.1794871795%;
  -webkit-padding-before: 13.3333333333%;
  position: relative;
  margin-block-start: -17.1794871795%;
  padding-block-start: 13.3333333333%;
}
@media (min-width: 768px) {
  .p-athlete.-top {
    -webkit-margin-before: -12.0833333333%;
    margin-block-start: -12.0833333333%;
  }
}
.p-athlete.-athlete {
  -webkit-padding-after: 3.25rem;
  padding-block-end: 3.25rem;
}
@media (min-width: 768px) {
  .p-athlete.-athlete {
    -webkit-padding-after: 5.5625rem;
    padding-block-end: 5.5625rem;
  }
}
@media (min-width: 768px) {
  .p-athlete.-athlete .p-athlete__inner {
    -webkit-padding-before: 4.8125rem;
    padding-block-start: 4.8125rem;
  }
}

.p-athlete-archive {
  padding-block: 1.5rem 3.75rem;
}
@media (min-width: 768px) {
  .p-athlete-archive {
    padding-block: 0.75rem 7.1875rem;
  }
}

.p-athlete-archive__leadWrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .p-athlete-archive__leadWrapper {
    gap: 1rem;
  }
}

.p-athlete-archive__leftLine {
  background: linear-gradient(90deg, transparent 0%, #333366 100%);
}

.p-athlete-archive__rightLine {
  background: linear-gradient(270deg, transparent 0%, #333366 100%);
}

.p-athlete-archive__leftLine,
.p-athlete-archive__rightLine {
  width: 2.8125rem;
  height: 0.125rem;
}
@media (min-width: 768px) {
  .p-athlete-archive__leftLine,
  .p-athlete-archive__rightLine {
    width: 4.375rem;
  }
}

.p-athlete-archive__lead {
  position: relative;
  color: #333366;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-athlete-archive__lead {
    font-size: 1.125rem;
    line-height: 1.28;
  }
}

.p-athlete-archive__articles {
  -ms-grid-columns: 1fr;
  -webkit-margin-before: 2.5rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-block-start: 2.5rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-athlete-archive__articles {
    -webkit-margin-before: 3.5625rem;
    -ms-grid-columns: 1fr 2.0625rem 1fr 2.0625rem 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin-block-start: 3.5625rem;
    gap: 2.125rem 2.0625rem;
  }
}

.p-athlete-archive__pagination {
  -webkit-margin-before: 2.5rem;
  margin-block-start: 2.5rem;
}
@media (min-width: 768px) {
  .p-athlete-archive__pagination {
    -webkit-margin-before: 5.0625rem;
    margin-block-start: 5.0625rem;
  }
}

.p-athlete-support {
  padding-block: 3.125rem;
  background: #f1f1f9;
}
@media (min-width: 768px) {
  .p-athlete-support {
    padding-block: 5.625rem 5.5625rem;
  }
}

.p-support-join__list {
  -ms-grid-columns: 1fr;
  -webkit-margin-before: 1.875rem;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  margin-block-start: 1.875rem;
  gap: 1.875rem;
}
@media (min-width: 768px) {
  .p-support-join__list {
    -ms-grid-columns: 1fr 2.125rem 1fr;
    -webkit-margin-before: 3.1875rem;
    grid-template-columns: repeat(2, 1fr);
    margin-block-start: 3.1875rem;
    gap: 2.125rem;
  }
}

.p-support-join__item {
  padding: 1.875rem 1rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.2);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-support-join__item {
    padding: 2.625rem 1.25rem 2.875rem;
  }
}

.p-support-join__title {
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support-join__title {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.p-support-join__lead {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .p-support-join__lead {
    font-size: 0.9375rem;
  }
}

.p-support-join__button {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}
@media (min-width: 768px) {
  .p-support-join__button {
    width: 21.8125rem;
    margin-inline: auto;
  }
}

.p-athlete-single {
  padding-block: 1.5rem 3.75rem;
  background: #f1f1f9;
}
@media (min-width: 768px) {
  .p-athlete-single {
    padding-block: 0.75rem 6.3125rem;
  }
}

@media (min-width: 768px) {
  .p-athlete-single__heading {
    -webkit-margin-start: 1rem;
    margin-inline-start: 1rem;
  }
}

.p-athlete-single__content {
  -webkit-margin-before: 2.625rem;
  margin-block-start: 2.625rem;
}
@media (min-width: 768px) {
  .p-athlete-single__content {
    -webkit-margin-before: 3.125rem;
    margin-block-start: 3.125rem;
  }
}

.p-athlete-single__box {
  display: flex;
  flex-direction: column-reverse;
  padding: 1.5rem 1rem;
  gap: 1.875rem;
  border: 0.0625rem solid rgba(32, 32, 32, 0.2);
  border-radius: 0.625rem;
  background: #ffffff;
}
@media (min-width: 768px) {
  .p-athlete-single__box {
    flex-direction: row-reverse;
    padding: 4.0625rem 3.125rem;
    gap: 4.9375rem;
  }
}

@media (min-width: 768px) {
  .p-athlete-single__textArea {
    flex-grow: 1;
  }
}

.p-athlete-single__nameArea {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media (min-width: 768px) {
  .p-athlete-single__nameArea {
    gap: 2.6875rem;
  }
}

.p-athlete-single__nameWrapper {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .p-athlete-single__nameWrapper {
    flex-direction: row;
    align-items: center;
    gap: 1rem;
  }
}

.p-athlete-single__name {
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-athlete-single__name {
    font-size: 2rem;
  }
}

.p-athlete-single__kana {
  font-size: 1rem;
  line-height: 1.2;
  font-family: "Roboto", sans-serif;
  opacity: 0.3;
}
@media (min-width: 768px) {
  .p-athlete-single__kana {
    font-size: 1.125rem;
  }
}

.p-athlete-single__instagram {
  display: -ms-grid;
  display: grid;
  place-content: center;
  width: 2.875rem;
  height: 2.875rem;
  border-radius: 50%;
  background: #f1f1fc;
  transition: background 0.3s ease-out;
}
.p-athlete-single__instagram::before {
  -webkit-mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  -webkit-mask-image: url(../img/icon_instagram.svg);
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: #202020;
  content: "";
  mask-image: url(../img/icon_instagram.svg);
  mask-position: center center;
  mask-repeat: no-repeat;
  mask-size: contain;
  transition: background 0.3s ease-out;
}

.p-athlete-single__list {
  -webkit-margin-before: 1rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-athlete-single__list {
    -webkit-margin-before: 1.75rem;
    margin-block-start: 1.75rem;
    gap: 1.0625rem;
  }
}

.p-athlete-single__group {
  display: flex;
}

.p-athlete-single__term {
  -webkit-padding-after: 1rem;
  -webkit-padding-start: 1.375rem;
  position: relative;
  flex-shrink: 0;
  width: 5rem;
  padding-inline-start: 1.375rem;
  padding-block-end: 1rem;
  border-bottom: 0.0625rem solid #333366;
  color: #666699;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-athlete-single__term {
    -webkit-padding-after: 1.125rem;
    width: 5.6875rem;
    padding-block-end: 1.125rem;
    font-size: 1.125rem;
  }
}
.p-athlete-single__term::before, .p-athlete-single__term::after {
  display: block;
  position: absolute;
  border-radius: 50%;
  content: "";
}
.p-athlete-single__term::before {
  top: 0.375rem;
  left: 0;
  width: 0.875rem;
  height: 0.875rem;
  background: #666699;
  opacity: 0.2;
}
.p-athlete-single__term::after {
  top: 0.5625rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.5rem;
  background: #666699;
}

.p-athlete-single__description {
  flex-grow: 1;
  padding-inline: 0.625rem;
  border-bottom: 0.0625rem solid rgba(32, 32, 32, 0.2);
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-athlete-single__description {
    padding-inline: 1.25rem;
    font-size: 1.125rem;
  }
}

.p-athlete-single__subBoxWrapper {
  -webkit-margin-before: 1rem;
  display: flex;
  flex-direction: column;
  margin-block-start: 1rem;
  gap: 1rem;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxWrapper {
    -webkit-margin-before: 1.875rem;
    margin-block-start: 1.875rem;
    gap: 0.9375rem;
  }
}

.p-athlete-single__subBox {
  padding: 1.25rem 1rem;
  border-radius: 0.3125rem;
  background: #f1f1fc;
}
@media (min-width: 768px) {
  .p-athlete-single__subBox {
    padding: 1.75rem 1.8125rem;
  }
}

.p-athlete-single__subBoxTitle {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
}

.p-athlete-single__subBoxTitleText {
  flex-shrink: 0;
  color: #666699;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.05;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxTitleText {
    font-size: 1.375rem;
  }
}

.p-athlete-single__subBoxTitleBorder {
  flex-grow: 1;
  width: 100%;
  height: 0.125rem;
  background: linear-gradient(to right, #333366, rgba(51, 51, 102, 0));
}

.p-athlete-single__subBoxContent {
  -webkit-margin-before: 0.75rem;
  margin-block-start: 0.75rem;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxContent {
    -webkit-margin-before: 1rem;
    margin-block-start: 1rem;
  }
}
.p-athlete-single__subBoxContent + .p-athlete-single__subBoxContent {
  -webkit-margin-before: 1.25rem;
  margin-block-start: 1.25rem;
}

.p-athlete-single__subBoxContentTitle {
  color: #333366;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.28;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxContentTitle {
    font-size: 1.125rem;
  }
}

.p-athlete-single__subBoxText {
  -webkit-margin-before: 0.25rem;
  margin-block-start: 0.25rem;
}
.p-athlete-single__subBoxText > *:first-child {
  -webkit-margin-before: 0;
  margin-block-start: 0;
}
.p-athlete-single__subBoxText > *:last-child {
  -webkit-margin-after: 0;
  margin-block-end: 0;
}
.p-athlete-single__subBoxText h2 {
  -webkit-padding-after: 0.875rem;
  width: 100%;
  margin-block: 1.5625rem;
  padding-block-end: 0.875rem;
  border-bottom: 0.1875rem solid #666699;
  font-weight: 700;
  font-size: 1.625rem;
  line-height: 1.6;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText h2 {
    -webkit-padding-after: 0.625rem;
    margin-block: 2.25rem 1.625rem;
    padding-block-end: 0.625rem;
    font-size: 1.75rem;
  }
}
.p-athlete-single__subBoxText h3 {
  -webkit-padding-start: 1.625rem;
  position: relative;
  margin-block: 1.5625rem;
  padding-inline-start: 1.625rem;
  font-weight: 600;
  font-size: 1.375rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText h3 {
    -webkit-padding-start: 1.875rem;
    margin-block: 2.25rem 1.625rem;
    padding-inline-start: 1.875rem;
    font-size: 1.5rem;
  }
}
.p-athlete-single__subBoxText h3::before {
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0;
  aspect-ratio: 1/1;
  width: 1.125rem;
  height: 1.125rem;
  background: #666699;
  content: "";
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText h3::before {
    top: 0.5625rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
.p-athlete-single__subBoxText h4 {
  margin-block: 1.5625rem;
  padding-block: 0.625rem;
  border-top: 0.125rem solid #dadada;
  border-bottom: 0.125rem solid #dadada;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText h4 {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-athlete-single__subBoxText p {
  font-size: 1rem;
  line-height: 2;
}
.p-athlete-single__subBoxText p + p {
  -webkit-margin-before: 1rem;
  margin-block-start: 1rem;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText p + p {
    -webkit-margin-before: 1.5rem;
    margin-block-start: 1.5rem;
  }
}
.p-athlete-single__subBoxText b,
.p-athlete-single__subBoxText strong {
  font-weight: 700;
}
.p-athlete-single__subBoxText a {
  color: #666699;
  font-weight: 700;
  text-decoration: underline;
  transition: all 0.3s ease-out;
}
@media (any-hover: hover) {
  .p-athlete-single__subBoxText a:hover {
    opacity: 0.7;
  }
}
.p-athlete-single__subBoxText a:focus {
  outline: none;
}
.p-athlete-single__subBoxText a:focus-visible {
  outline: none;
  opacity: 0.7;
}
.p-athlete-single__subBoxText .wp-block-table {
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin-block: 1.5625rem;
  overflow-x: auto;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText .wp-block-table {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-athlete-single__subBoxText .wp-block-table td,
.p-athlete-single__subBoxText .wp-block-table th {
  border: none;
}
.p-athlete-single__subBoxText table {
  overflow: hidden !important;
  border: 0.125rem solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.625rem !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  table-layout: fixed !important;
}
.p-athlete-single__subBoxText table thead th {
  padding: 1.125rem !important;
  border-bottom: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  background: #f4f4fd !important;
  color: #666699;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3;
  text-align: center;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText table thead th {
    padding: 0.875rem 0.4375rem !important;
    font-size: 1.25rem;
  }
}
.p-athlete-single__subBoxText table thead th:first-child {
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-athlete-single__subBoxText table tbody tr {
  position: relative;
}
.p-athlete-single__subBoxText table tbody tr:first-child td {
  border-top: none !important;
}
.p-athlete-single__subBoxText table tbody tr:not(:first-child) td {
  border-top: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
}
.p-athlete-single__subBoxText table td {
  width: 12.5rem !important;
  min-width: 12.5rem !important;
  padding: 0.875rem 0.4375rem !important;
  border: none !important;
  border-right: 0.0625rem solid rgba(52, 52, 52, 0.1) !important;
  font-size: 0.9375rem;
  line-height: 1.7;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText table td {
    width: 15.625rem !important;
    min-width: 15.625rem !important;
    padding: 1.125rem !important;
    font-size: 1rem;
  }
}
.p-athlete-single__subBoxText table td:last-child {
  border-right: none !important;
}
.p-athlete-single__subBoxText ul,
.p-athlete-single__subBoxText ol {
  display: flex;
  flex-direction: column;
  margin-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText ul,
  .p-athlete-single__subBoxText ol {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-athlete-single__subBoxText ul li {
  -webkit-padding-start: 1.5rem;
  position: relative;
  padding-inline-start: 1.5rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
}
.p-athlete-single__subBoxText ul li::before {
  display: block;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 1rem;
  height: 1rem;
  border-radius: 100vmax;
  background: #666699;
  content: "";
}
.p-athlete-single__subBoxText ol {
  counter-reset: my-counter;
}
.p-athlete-single__subBoxText ol li {
  -webkit-padding-start: 1.75rem;
  position: relative;
  padding-inline-start: 1.75rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.07em;
  counter-increment: my-counter;
}
.p-athlete-single__subBoxText ol li::before {
  display: flex;
  position: absolute;
  top: 0.6875rem;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  content: counter(my-counter, decimal-leading-zero) ".";
  color: #666699;
  font-size: 1.125rem;
  font-family: "Roboto", sans-serif;
}
.p-athlete-single__subBoxText figure {
  width: 100%;
  margin-block: 1.5625rem;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText figure {
    margin-block: 2.25rem 1.625rem;
  }
}
.p-athlete-single__subBoxText figcaption {
  color: #666;
  font-size: 0.875rem;
  line-height: 1.9;
  letter-spacing: 0.07em;
}
@media (min-width: 768px) {
  .p-athlete-single__subBoxText figcaption {
    font-size: 1rem;
  }
}
.p-athlete-single__subBoxText img {
  aspect-ratio: 3/2;
  width: 100%;
  border-radius: 0.625rem;
}

@media (min-width: 768px) {
  .p-athlete-single__imageArea {
    flex-shrink: 0;
  }
}

@media (min-width: 768px) {
  .p-athlete-single__image {
    width: 21.5rem;
  }
}
.p-athlete-single__image img {
  aspect-ratio: 344/442;
  border-radius: 0.3125rem;
}

.p-athlete-single__support {
  -webkit-margin-before: 3.125rem;
  margin-block-start: 3.125rem;
}
@media (min-width: 768px) {
  .p-athlete-single__support {
    -webkit-margin-before: 4.25rem;
    margin-block-start: 4.25rem;
  }
}

.p-athlete-single__supportButton {
  -webkit-margin-before: 1.875rem;
  margin-block-start: 1.875rem;
}
@media (min-width: 768px) {
  .p-athlete-single__supportButton {
    -webkit-margin-before: 4.375rem;
    width: 21.8125rem;
    margin-inline: auto;
    margin-block-start: 4.375rem;
  }
}

@media (any-hover: hover) {
  .p-athlete-single__instagram:hover {
    background-color: #333366;
  }
  .p-athlete-single__instagram:hover::before {
    background: #ffffff;
  }
}
.p-athlete-single__instagram:focus {
  outline: none;
}
.p-athlete-single__instagram:focus-visible {
  outline: none;
  background-color: #333366;
}
.p-athlete-single__instagram:focus-visible::before {
  background: #ffffff;
}

.u-only__sp {
  display: block;
}
@media (min-width: 768px) {
  .u-only__sp {
    display: none !important;
  }
}

.u-only__pc {
  display: none;
}
@media (min-width: 768px) {
  .u-only__pc {
    display: block !important;
  }
}

@media screen and (orientation: landscape) {
  .u-only__portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .u-only__landscape {
    display: none !important;
  }
}
.u-separate {
  margin-block: 24px;
}

.u-pointerNone {
  pointer-events: none !important;
}

.u-pointerNone__sp {
  pointer-events: auto;
}
@media (min-width: 768px) {
  .u-pointerNone__sp {
    pointer-events: none !important;
  }
}

.u-pointerNone__pc {
  pointer-events: none;
}
@media (min-width: 768px) {
  .u-pointerNone__pc {
    pointer-events: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */