@charset "UTF-8";
/* ==================================================
[Style]
  1. Foundation
  2. Layout
  3. Object
================================================== */
/* --------------------------------------------------
  1. Foundation
-------------------------------------------------- */
/* reset */
/*! 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-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

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;
  overflow: visible; /* 2 */
  clear: both;
  color: inherit;
  border-top-width: 1px;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  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 {
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
}

/**
 * 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;
  padding: 0;
  margin: 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 {
  font: inherit; /* 2 */
  -webkit-appearance: button; /* 1 */
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media only screen and (min-width: 768px), print {
  html {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.8;
  color: #222;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-underline-offset: 0.25rem;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
}
a:link, a:visited {
  color: #dd005a;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
@media only screen and (min-width: 768px), print {
  a[href^="tel:"] {
    color: #222;
    text-decoration: none;
    pointer-events: none;
  }
}
a img {
  transition: opacity 300ms;
}
@media (hover: hover), (pointer: fine) {
  a img:focus-visible, a img:hover {
    opacity: 0.8;
  }
}

ul,
ol {
  list-style: none;
}

em,
dl,
i,
address {
  font-style: normal;
}

sup,
sub {
  font-size: 0.75em;
  line-height: calc(1.8 * 3 / 4);
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

em {
  font-style: italic;
}

table {
  font-family: inherit;
  font-size: 0.9375rem;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}
table th {
  font-weight: 400;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

select,
textarea,
input[type=text],
input[type=tel],
input[type=date],
input[type=number],
input[type=email],
input[type=password] {
  width: calc(100% - 0.5rem);
  padding: 0.375rem;
  margin: 0.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 0.25rem;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type=text].align-left,
input[type=tel].align-left,
input[type=email].align-left {
  text-align: left;
}
input[type=text].align-center,
input[type=tel].align-center,
input[type=email].align-center {
  text-align: center;
}
input[type=text].align-right,
input[type=tel].align-right,
input[type=email].align-right {
  text-align: right;
}

input[type=radio], input[type=checkbox] {
  margin: 0 0.5rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #dd005a;
  cursor: pointer;
  outline: none;
  transform: scale(1.5);
}

input:placeholder,
textarea:placeholder {
  color: #bbbbbb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #bbbbbb;
}
input::placeholder,
textarea::placeholder {
  color: #bbbbbb;
}
input:input-placeholder,
textarea:input-placeholder {
  color: #bbbbbb;
}
input::input-placeholder,
textarea::input-placeholder {
  color: #bbbbbb;
}

label {
  display: inline-block;
  padding: 0.5rem 1.5rem 0.5rem 0;
  cursor: pointer;
}
label span {
  display: inline-block;
  padding-left: 0.25rem;
}

p {
  min-height: 1.8em;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

figcaption {
  padding-top: 0.5em;
}

iframe {
  max-width: 100%;
}

pre {
  white-space: normal;
}

/* print */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  body {
    zoom: 0.8;
  }
  header {
    position: absolute !important;
  }
}
/* --------------------------------------------------
  2. Layout
-------------------------------------------------- */
/* main */
.l-content {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1800px;
  margin: 0 auto 5rem;
}
.l-content .p-title-h3:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 968px), print {
  .l-content {
    flex-direction: row-reverse;
    align-items: flex-start;
  }
  .l-content .l-article {
    flex: 0 1 1200px;
    max-width: 1200px;
    padding: 2rem 0;
  }
  .l-content .l-navi {
    position: sticky;
    top: 0;
    flex: 0 5 600px;
    min-width: 13.75rem;
  }
}
@media only screen and (max-width: 967px) {
  .l-content {
    margin-top: 3rem;
  }
}

.l-navi {
  padding: 2rem 0;
}
@media only screen and (min-width: 1480px), print {
  .l-navi {
    padding: 3rem 0;
  }
}
@media only screen and (max-width: 967px) {
  .l-navi {
    display: none;
  }
}
.l-navi__inner {
  padding: 0 1rem;
}

.l-article.index .l-section:last-child {
  padding-bottom: 4rem;
}
@media only screen and (min-width: 768px), print {
  .l-article.index .l-section:last-child {
    padding-bottom: 5rem;
  }
}
.l-article:not(.index) .l-section:first-child {
  padding-top: 0;
}

.l-section {
  padding: 4rem 0;
}
@media only screen and (min-width: 768px), print {
  .l-section {
    padding: 6rem 0;
  }
}
.l-section__inner {
  max-width: 1400px;
  padding: 0 1rem;
  margin: 0 auto;
}
.l-section__inner.--narrow {
  max-width: 1200px;
}
.l-section__inner.--wide {
  max-width: 1600px;
}
.l-section__inner.--full {
  max-width: 1800px;
}

/* header */
body.is-menu-open {
  overflow: hidden;
}
body.is-menu-open .l-header__menu-button::before {
  opacity: 1;
}
body.is-menu-open .l-header__menu-button span::before, body.is-menu-open .l-header__menu-button span::after {
  transition: margin-top 300ms, transform 300ms 150ms;
}
body.is-menu-open .l-header__menu-button span::before {
  margin-top: 0rem;
  transform: translate(-50%, -50%) rotate(20deg);
}
body.is-menu-open .l-header__menu-button span::after {
  margin-top: 0rem;
  transform: translate(-50%, -50%) rotate(-20deg);
}
body.is-menu-open .l-header__menu {
  pointer-events: auto;
  opacity: 1;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
  width: 100%;
}
.l-header a {
  color: #222;
}
.l-header__inner {
  padding: 1.5rem 1rem;
}
.l-header__logo {
  max-width: 15rem;
}
@media only screen and (min-width: 768px), print {
  .l-header__logo {
    max-width: 20.625rem;
  }
}
.l-header__menu-button {
  position: fixed;
  top: 1.5rem;
  right: 1rem;
  z-index: 200;
  overflow: hidden;
  cursor: pointer;
  background: #222;
  border-radius: 9999rem;
}
.l-header__menu-button::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #e85a96 0%, #9f004b 100%);
  opacity: 0;
  transition: opacity 300ms;
}
.l-header__menu-button span {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  display: block;
  width: 6.875rem;
  height: 2.75rem;
}
.l-header__menu-button span::before, .l-header__menu-button span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.875rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  border-radius: 0.25rem;
  transition: margin-top 300ms 150ms, transform 300ms;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.l-header__menu-button span::before {
  margin-top: -0.25rem;
}
.l-header__menu-button span::after {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 768px), print {
  .l-header__menu-button span {
    width: 8.125rem;
    height: 3.75rem;
  }
  .l-header__menu-button span::before, .l-header__menu-button span::after {
    width: 2.5rem;
  }
  .l-header__menu-button span::before {
    margin-top: -0.375rem;
  }
  .l-header__menu-button span::after {
    margin-top: 0.375rem;
  }
}
@media (hover: hover), (pointer: fine) {
  .l-header__menu-button:focus-visible::before, .l-header__menu-button:hover::before {
    opacity: 1;
  }
}
.l-header__button-list {
  position: fixed;
  top: 1.5rem;
  right: calc(8.125rem + 1rem * 2);
  z-index: 200;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 967px) {
  .l-header__button-list {
    display: none;
  }
}
.l-header__button-item.--opencampus {
  width: 16.25rem;
}
.l-header__button-item.--request {
  width: 11.25rem;
}
.l-header__button-item-link {
  position: relative;
  display: flex;
  overflow: hidden;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background: #222;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
.l-header__button-item-link::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #e85a96 0%, #9f004b 100%);
  opacity: 0;
  transition: opacity 300ms;
}
.l-header__button-item-link::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: url("../image/common/icon_button.svg") no-repeat center/contain;
  transition: right 300ms, width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
.l-header__button-item-link span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.75rem;
  padding: 0 1.5rem;
  text-align: center;
  transition: padding-right 300ms;
}
.l-header__button-item-link span::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translateY(-50%);
}
@media (hover: hover), (pointer: fine) {
  .l-header__button-item-link:focus-visible::before, .l-header__button-item-link:hover::before {
    opacity: 1;
  }
  .l-header__button-item-link:focus-visible::after, .l-header__button-item-link:hover::after {
    right: 1.75rem;
    width: 2.25rem;
    height: 2.25rem;
  }
  .l-header__button-item-link:focus-visible span, .l-header__button-item-link:hover span {
    padding-right: calc(2rem + 0.625rem);
  }
  .l-header__button-item-link:focus-visible span::after, .l-header__button-item-link:hover span::after {
    width: 0rem;
    height: 0rem;
  }
}
.l-header__menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  padding: 6rem 1rem 8rem;
  overflow-y: auto;
  pointer-events: none;
  background-color: #fff;
  opacity: 0;
  transition: opacity 300ms;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 768px), print {
  .l-header__menu {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
.l-header__menu-inner {
  max-width: 1600px;
  margin: 0 auto;
}
@media only screen and (min-width: 568px) and (max-width: 1079px) {
  .l-header__menu-button-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin-top: 1rem;
  }
}
@media only screen and (min-width: 968px), print {
  .l-header__menu-button-list {
    display: none;
  }
}
@media only screen and (max-width: 567px) {
  .l-header__menu-button-item + .l-header__menu-button-item {
    margin-top: 0.5rem;
  }
}
.l-header__menu-button-item-link {
  position: relative;
  display: flex;
  overflow: hidden;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background: #222;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
@media only screen and (min-width: 768px), print {
  .l-header__menu-button-item-link {
    height: 3.75rem;
  }
}
.l-header__menu-button-item-link::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #e85a96 0%, #9f004b 100%);
  opacity: 0;
  transition: opacity 300ms;
}
.l-header__menu-button-item-link::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: url("../image/common/icon_button.svg") no-repeat center/contain;
  transition: right 300ms, width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
.l-header__menu-button-item-link span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.25rem;
  text-align: center;
  transition: padding-right 300ms;
}
.l-header__menu-button-item-link span::after {
  position: absolute;
  top: 50%;
  right: 1.25rem;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translateY(-50%);
}
@media (hover: hover), (pointer: fine) {
  .l-header__menu-button-item-link:focus-visible::before, .l-header__menu-button-item-link:hover::before {
    opacity: 1;
  }
  .l-header__menu-button-item-link:focus-visible::after, .l-header__menu-button-item-link:hover::after {
    right: 1.75rem;
    width: 2rem;
    height: 2rem;
  }
  .l-header__menu-button-item-link:focus-visible span, .l-header__menu-button-item-link:hover span {
    padding-right: 1rem;
  }
  .l-header__menu-button-item-link:focus-visible span::after, .l-header__menu-button-item-link:hover span::after {
    width: 0rem;
    height: 0rem;
  }
}
.l-header__menu-list {
  margin-top: 2rem;
}
@media only screen and (min-width: 868px), print {
  .l-header__menu-list {
    display: grid;
    gap: 2rem;
  }
}
@media only screen and (min-width: 868px) and (max-width: 1379px) {
  .l-header__menu-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (min-width: 1380px), print {
  .l-header__menu-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-header__menu-item-link, .l-header__menu-item-title {
  position: relative;
  display: block;
  padding: 1rem 3rem 1rem 0.5rem;
  text-decoration: none !important;
  cursor: pointer;
  border-bottom: 0.0625rem solid #222;
  transition: background-color 300ms;
}
.l-header__menu-item-link::after, .l-header__menu-item-title::after {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url("../image/common/icon_arrow.svg") no-repeat center center/contain;
  border-radius: 9999rem;
  transition: transform 300ms;
  transform: translateY(-50%);
}
.l-header__menu-item-link-jp, .l-header__menu-item-title-jp {
  font-size: 1.1875rem;
  font-weight: 700;
}
.l-header__menu-item-link-en, .l-header__menu-item-title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.4;
}
@media (hover: hover), (pointer: fine) {
  .l-header__menu-item-link:focus-visible, .l-header__menu-item-link:hover, .l-header__menu-item-title:focus-visible, .l-header__menu-item-title:hover {
    background-color: #eee;
  }
}
.l-header__menu-item-title::after {
  transform: translateY(-50%) rotate(90deg);
}
.l-header__menu-item-title.is-open {
  background-color: #eee;
}
.l-header__menu-item-title.is-open::after {
  transform: translateY(-50%) rotate(90deg) rotateY(180deg);
}
.l-header__menu-item-sub {
  max-height: 0;
  overflow: hidden;
  transition: max-height 300ms ease-in-out;
}
.l-header__menu-item-sub-nav-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem;
  text-decoration: none !important;
  transition: background-color 300ms;
}
@media only screen and (min-width: 868px), print {
  .l-header__menu-item-sub-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    margin: 1rem 0 0.25rem;
  }
  .l-header__menu-item-sub-nav-link {
    border: 0.0625rem solid #999;
  }
}
@media only screen and (min-width: 868px) and (hover: hover), only screen and (min-width: 868px) and (pointer: fine), print and (hover: hover), print and (pointer: fine) {
  .l-header__menu-item-sub-nav-link:focus-visible, .l-header__menu-item-sub-nav-link:hover {
    background-color: #eee;
  }
}
@media only screen and (max-width: 867px) {
  .l-header__menu-item-sub-nav {
    background: #666;
  }
  .l-header__menu-item-sub-nav-link {
    color: #fff !important;
    border-bottom: 0.0625rem solid #fff;
  }
}
.l-header__menu-sublist {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  margin-top: 2rem;
}
@media only screen and (min-width: 868px) and (max-width: 1379px) {
  .l-header__menu-sublist {
    width: calc((100% - 2rem) / 2);
  }
}
@media only screen and (min-width: 1380px), print {
  .l-header__menu-sublist {
    width: calc((100% - 2rem * 2) / 3);
  }
}
.l-header__menu-subitem {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media (hover: hover), (pointer: fine) {
  .l-header__menu-subitem-link:focus-visible, .l-header__menu-subitem-link:hover {
    text-decoration-thickness: 0.09375rem !important;
  }
}
.l-header__menu-social {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.l-header__menu-social-item {
  width: 2.5rem;
  overflow: hidden;
  background-color: #222;
  border-radius: 50%;
  transition: background-color 300ms;
}
@media (hover: hover), (pointer: fine) {
  .l-header__menu-social-item:focus-visible, .l-header__menu-social-item:hover {
    background-color: #666;
  }
}
.l-header__menu-copyright {
  margin-top: 1.5rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.625rem;
  font-weight: 700;
  text-align: center;
}

/* footer */
.l-footer {
  position: relative;
  padding: 4rem 0 2rem;
  background-color: #f3f3f3;
}
.l-footer a {
  color: #222;
  text-decoration: none;
}
@media (hover: hover), (pointer: fine) {
  .l-footer a:focus-visible, .l-footer a:hover {
    text-decoration: underline;
  }
}
.l-footer__inner {
  max-width: 1600px;
  padding: 0 1.5rem;
  margin: 0 auto;
}
.l-footer__head {
  position: relative;
}
@media only screen and (min-width: 1280px), print {
  .l-footer__head {
    display: flex;
  }
  .l-footer__head .l-footer__logo {
    width: 23.125rem;
  }
  .l-footer__head .l-footer__infomation {
    margin-left: 3rem;
  }
  .l-footer__head .l-footer__social {
    margin-top: 1rem;
  }
}
.l-footer__logo {
  max-width: 23.125rem;
}
.l-footer__infomation {
  margin-top: 0.5rem;
}
.l-footer__infomation-item.--tel, .l-footer__infomation-item.--mail {
  display: inline-block;
}
.l-footer__infomation-item.--mail {
  margin-left: 1rem;
}
.l-footer__social {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 1.5rem;
}
.l-footer__social-item {
  width: 2.5rem;
  overflow: hidden;
  background-color: #222;
  border-radius: 50%;
  transition: background-color 300ms;
}
@media (hover: hover), (pointer: fine) {
  .l-footer__social-item:focus-visible, .l-footer__social-item:hover {
    background-color: #666;
  }
}
@media only screen and (min-width: 768px), print {
  .l-footer__social {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.l-footer__nav-grid {
  display: grid;
  gap: 1.5rem;
  padding: 3rem 0;
  margin: 1.5rem 0 2rem;
  border-top: 0.0625rem solid #222;
  border-bottom: 0.0625rem solid #222;
}
@media only screen and (max-width: 767px) {
  .l-footer__nav-grid.--sp {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
    padding: 2rem 1.5rem;
  }
  .l-footer__nav-grid.--pc {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .l-footer__nav-grid.--pc {
    grid-template-columns: repeat(3, 1fr);
  }
  .l-footer__nav-grid.--sp {
    display: none;
  }
}
@media only screen and (min-width: 1280px), print {
  .l-footer__nav-grid.--pc {
    grid-template-columns: repeat(6, 1fr);
  }
  .l-footer__nav-grid.--sp {
    display: none;
  }
}
.l-footer__nav-title {
  font-size: 0.9375rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  .l-footer__nav-title {
    margin-top: 0.5rem;
  }
}
.l-footer__nav-title + .l-footer__nav-title {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__nav-title + .l-footer__nav-title {
    margin-top: 1rem;
  }
}
.l-footer__nav-title-link {
  text-decoration-thickness: 0.09375rem !important;
}
.l-footer__nav-list {
  font-size: 0.8125rem;
}
.l-footer__nav-list + .l-footer__nav-title {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .l-footer__foot {
    padding: 0 1.5rem;
  }
}
@media only screen and (min-width: 768px), print {
  .l-footer__foot .l-footer__authorization {
    max-width: 36.25rem;
  }
  .l-footer__foot .l-footer__authorization-item:nth-child(odd) {
    width: calc(55% - 0.5rem/2);
  }
  .l-footer__foot .l-footer__authorization-item:nth-child(even) {
    width: calc(45% - 0.5rem/2);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .l-footer__foot {
    padding: 0 1.5rem;
  }
  .l-footer__foot .l-footer__authorization {
    margin: 1.5rem auto 0;
  }
}
@media only screen and (min-width: 1280px), print {
  .l-footer__foot {
    display: flex;
    justify-content: space-between;
  }
  .l-footer__foot .l-footer__background {
    max-width: 37.5rem;
  }
}
.l-footer__background {
  position: relative;
  padding-left: 1.875rem;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", yumincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 0.9375rem;
}
.l-footer__background::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background: url("../image/common/icon_double_quotation.svg") no-repeat center/contain;
}
@media only screen and (min-width: 768px), print {
  .l-footer__background {
    padding-left: 2.5rem;
    font-size: 1.0625rem;
  }
  .l-footer__background::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
.l-footer__authorization {
  padding: 1rem 1.5rem;
  font-size: 0.8125rem;
  background-color: #fff;
  border: 0.0625rem solid #222;
}
@media only screen and (max-width: 767px) {
  .l-footer__authorization {
    max-width: 90%;
    margin: 1.5rem auto 0.5rem;
  }
}
@media only screen and (min-width: 768px), print {
  .l-footer__authorization {
    display: flex;
    flex-wrap: wrap;
    gap: 0 0.5rem;
  }
}
.l-footer__authorization-item {
  position: relative;
  padding-left: 1rem;
}
.l-footer__authorization-item::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: block;
  margin-right: 0.375rem;
  font-size: 0.625rem;
  content: "■";
}
.l-footer__copyright {
  margin-top: 1.5rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  .l-footer__copyright {
    margin-top: 3rem;
  }
}

/* flex */
.l-flex {
  display: flex;
  width: 100%;
}
.l-flex.--row {
  flex-direction: row;
}
.l-flex.--row-reverse {
  flex-direction: row-reverse;
}
.l-flex.--column {
  flex-direction: column;
}
.l-flex.--column-reverse {
  flex-direction: column-reverse;
}
.l-flex.--justify-start {
  justify-content: flex-start;
}
.l-flex.--justify-end {
  justify-content: flex-end;
}
.l-flex.--justify-center {
  justify-content: center;
}
.l-flex.--justify-between {
  justify-content: space-between;
}
.l-flex.--justify-around {
  justify-content: space-around;
}
.l-flex.--justify-evenly {
  justify-content: space-evenly;
}
.l-flex.--align-start {
  align-items: flex-start;
}
.l-flex.--align-end {
  align-items: flex-end;
}
.l-flex.--align-center {
  align-items: center;
}
.l-flex.--align-baseline {
  align-items: baseline;
}
.l-flex.--align-stretch {
  align-items: stretch;
}
.l-flex.--nowrap {
  flex-wrap: nowrap;
}
.l-flex.--wrap {
  flex-wrap: wrap;
}
.l-flex.--wrap-reverse {
  flex-wrap: wrap-reverse;
}
.l-flex.--gap-xs {
  gap: 0.25rem;
}
.l-flex.--gap-sm {
  gap: 0.5rem;
}
.l-flex.--gap-md {
  gap: 1rem;
}
.l-flex.--gap-lg {
  gap: 1.5rem;
}
.l-flex.--gap-xl {
  gap: 2rem;
}
.l-flex.--gap-2xl {
  gap: 3rem;
}
.l-flex.--gap-3xl {
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .l-flex.--sp-column {
    flex-direction: column;
  }
  .l-flex.--sp-center {
    align-items: center;
    justify-content: center;
  }
}
.l-flex.--center {
  align-items: center;
  justify-content: center;
}
.l-flex.--between-center {
  align-items: center;
  justify-content: space-between;
}
.l-flex.--around-center {
  align-items: center;
  justify-content: space-around;
}
.l-flex.--evenly-center {
  align-items: center;
  justify-content: space-evenly;
}
.l-flex.--start-center {
  align-items: center;
  justify-content: flex-start;
}
.l-flex.--end-center {
  align-items: center;
  justify-content: flex-end;
}
.l-flex__item.--grow-0 {
  flex-grow: 0;
}
.l-flex__item.--grow-1 {
  flex-grow: 1;
}
.l-flex__item.--shrink-0 {
  flex-shrink: 0;
}
.l-flex__item.--shrink-1 {
  flex-shrink: 1;
}
.l-flex__item.--basis-auto {
  flex-basis: auto;
}
.l-flex__item.--basis-0 {
  flex-basis: 0;
}
.l-flex__item.--basis-25 {
  flex-basis: 25%;
}
.l-flex__item.--basis-33 {
  flex-basis: 33.333%;
}
.l-flex__item.--basis-50 {
  flex-basis: 50%;
}
.l-flex__item.--basis-66 {
  flex-basis: 66.666%;
}
.l-flex__item.--basis-75 {
  flex-basis: 75%;
}
.l-flex__item.--basis-100 {
  flex-basis: 100%;
}
.l-flex__item.--flex-1 {
  flex: 1 1 0%;
}
.l-flex__item.--flex-auto {
  flex: 1 1 auto;
}
.l-flex__item.--flex-none {
  flex: none;
}
.l-flex__item.--flex-initial {
  flex: 0 1 auto;
}
.l-flex__item.--self-start {
  align-self: flex-start;
}
.l-flex__item.--self-end {
  align-self: flex-end;
}
.l-flex__item.--self-center {
  align-self: center;
}
.l-flex__item.--self-baseline {
  align-self: baseline;
}
.l-flex__item.--self-stretch {
  align-self: stretch;
}
@media only screen and (max-width: 767px) {
  .l-flex__item.--sp-basis-100 {
    flex-basis: 100%;
  }
  .l-flex__item.--sp-basis-50 {
    flex-basis: 50%;
  }
}
.l-flex-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  width: 100%;
}
.l-flex-grid__item {
  flex: 1 1 12.5rem;
  min-width: 0;
}
.l-flex-grid.--col-1 .l-flex-grid__item {
  flex-basis: 100%;
}
.l-flex-grid.--col-2 .l-flex-grid__item {
  flex-basis: calc(50% - 1rem);
}
.l-flex-grid.--col-3 .l-flex-grid__item {
  flex-basis: calc(33.333% - 1rem);
}
.l-flex-grid.--col-4 .l-flex-grid__item {
  flex-basis: calc(25% - 1rem);
}
@media only screen and (max-width: 767px) {
  .l-flex-grid {
    gap: 0.5rem;
  }
  .l-flex-grid .l-flex-grid__item {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .l-flex-grid.--col-2 .l-flex-grid__item, .l-flex-grid.--col-3 .l-flex-grid__item, .l-flex-grid.--col-4 .l-flex-grid__item {
    flex-basis: calc(50% - 1rem);
  }
}

.l-inline-flex {
  display: inline-flex;
  width: auto;
}
.l-inline-flex.--row {
  flex-direction: row;
}
.l-inline-flex.--column {
  flex-direction: column;
}
.l-inline-flex.--center {
  align-items: center;
  justify-content: center;
}
.l-inline-flex.--start {
  align-items: flex-start;
  justify-content: flex-start;
}
.l-inline-flex.--end {
  align-items: flex-end;
  justify-content: flex-end;
}

/* grid */
.l-grid {
  display: grid;
  gap: 1rem;
  width: 100%;
}
.l-grid.--col-1 {
  grid-template-columns: 1fr;
}
.l-grid.--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
.l-grid.--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
.l-grid.--col-4 {
  grid-template-columns: repeat(4, 1fr);
}
.l-grid.--col-5 {
  grid-template-columns: repeat(5, 1fr);
}
.l-grid.--col-6 {
  grid-template-columns: repeat(6, 1fr);
}
.l-grid.--col-12 {
  grid-template-columns: repeat(12, 1fr);
}
.l-grid.--auto-fill {
  grid-template-columns: repeat(auto-fill, minmax(12.5rem, 1fr));
}
.l-grid.--gap-xs {
  gap: 0.25rem;
}
.l-grid.--gap-sm {
  gap: 0.5rem;
}
.l-grid.--gap-md {
  gap: 1rem;
}
.l-grid.--gap-lg {
  gap: 1.5rem;
}
.l-grid.--gap-xl {
  gap: 2rem;
}
.l-grid.--gap-2xl {
  gap: 3rem;
}
.l-grid.--gap-3xl {
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .l-grid {
    grid-template-columns: 1fr !important;
    gap: 0.5rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .l-grid.--col-2, .l-grid.--col-3, .l-grid.--col-4, .l-grid.--col-5, .l-grid.--col-6, .l-grid.--col-12 {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

/* --------------------------------------------------
  3. Object
-------------------------------------------------- */
/* component */
.c-accordion {
  max-width: 60rem;
  margin: 0 auto;
}
.c-accordion__title {
  position: relative;
  padding: 1rem 4rem 1rem 1.5rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  background-color: #222;
}
.c-accordion__title-icon {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  width: 1.625rem;
  height: 1.625rem;
  border: 0.125rem solid #fff;
  border-radius: 50%;
  transform: translateY(-50%);
}
.c-accordion__title-icon::before, .c-accordion__title-icon::after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0.75rem;
  height: 0.125rem;
  content: "";
  background-color: #fff;
  transition: opacity 300ms;
  transform: translate(-50%, -50%);
  transform-origin: center;
}
.c-accordion__title-icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.c-accordion__title.is-open .c-accordion__title-icon::after {
  opacity: 0;
}
.c-accordion__content {
  max-height: 0;
  overflow: hidden;
  background-color: #f3f3f3;
  transition: max-height 300ms ease-in-out;
}
.c-accordion__content-inner {
  padding: 1.5rem;
}
.c-accordion__content + .c-accordion__title {
  margin-top: 2rem;
}

.c-boundary {
  margin: 3rem 0;
  border-top: 0.0625rem solid #999;
}

.c-box {
  padding: 1.5rem 1.5rem 2rem;
  margin-top: 3rem;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
}
@media only screen and (min-width: 768px), print {
  .c-box {
    padding: 1.5rem 2rem 2rem;
  }
}
.c-box__title {
  font-size: 1.1875rem;
  font-weight: 700;
}
.c-box__title.--center {
  text-align: center;
}
.c-box__title.--large {
  font-size: 1.4375rem;
}
.c-box__title.--big {
  font-size: 1.8125rem;
}
.c-box__subtitle {
  font-size: 1.0625rem;
  font-weight: 700;
}
.c-box__subtitle.--center {
  text-align: center;
}
.c-box__subtitle.--large {
  font-size: 1.1875rem;
}
.c-box__subtitle.--big {
  font-size: 1.4375rem;
}
.c-box__body {
  margin-top: 0.5rem;
}
.c-box.--secondary {
  background-color: #f3f3f3;
  border: none;
}
.c-box.--pink {
  border-color: #b31862;
}
.c-box.--pink .c-box__title {
  color: #b31862;
}

@media only screen and (max-width: 967px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__inner {
  position: relative;
  max-width: 1800px;
  padding: 1rem;
  margin: 0 auto;
}
.c-breadcrumb__inner::after {
  position: absolute;
  bottom: 0;
  left: 1rem;
  display: block;
  width: calc(100% - 1rem * 2);
  height: 0.0625rem;
  content: "";
  background-color: #999;
}
.c-breadcrumb__list {
  display: flex;
  gap: 0.5rem;
  justify-content: flex-end;
  font-size: 0.8125rem;
  font-weight: 500;
}
.c-breadcrumb__item {
  color: #666;
}
.c-breadcrumb__item-link {
  color: #666 !important;
}
.c-breadcrumb__item-divider {
  margin-left: 0.5rem;
}
.c-breadcrumb__item.is-active {
  font-weight: 700;
  color: #222;
}

.c-button-tel {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 15rem;
  min-height: 3.75rem;
  padding: 0 2rem 0 4rem;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #b31862;
  border-radius: 9999rem;
}
.c-button-tel::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #e85a96 0%, #9f004b 100%);
  opacity: 0;
  transition: opacity 300ms;
}
.c-button-tel::after {
  position: absolute;
  top: 50%;
  left: 0.625rem;
  display: block;
  width: 1.875rem;
  height: 1.875rem;
  content: "";
  background: url("../image/common/icon_tel_white.svg") no-repeat center/contain;
  transition: width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
.c-button-tel span,
.c-button-tel strong {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}
@media (hover: hover), (pointer: fine) {
  .c-button-tel:focus-visible::before, .c-button-tel:hover::before {
    opacity: 1;
  }
}

.c-button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #222;
  border-radius: 9999rem;
}
.c-button[disabled] {
  cursor: not-allowed;
  filter: grayscale(100%) opacity(60%);
}
.c-button::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #e85a96 0%, #9f004b 100%);
  opacity: 0;
  transition: opacity 300ms;
}
.c-button::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: url("../image/common/icon_button.svg") no-repeat center/contain;
  transition: right 300ms, width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
.c-button span,
.c-button strong {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 12.5rem;
  min-height: 3.125rem;
  padding: 0 2rem 0 1.5rem;
  font-size: 0.625rem;
  text-align: center;
  transition: padding 300ms;
  transform: translateY(0.125rem);
}
.c-button span::after,
.c-button strong::after {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  margin-top: -0.125rem;
  content: "";
  background-color: #fff;
  border-radius: 50%;
  transition: right 300ms, width 300ms, height 300ms;
  transform: translateY(-50%);
}
.c-button strong {
  min-width: 15rem;
  font-size: 0.875rem;
}
@media only screen and (min-width: 768px), print {
  .c-button::after {
    right: 2rem;
  }
  .c-button span,
  .c-button strong {
    min-width: 15rem;
    min-height: 3.75rem;
    font-size: 0.75rem;
  }
  .c-button span::after,
  .c-button strong::after {
    right: 1.5rem;
    width: 0.625rem;
    height: 0.625rem;
  }
  .c-button strong {
    min-width: 17.5rem;
    font-size: 1rem;
  }
}
@media (hover: hover), (pointer: fine) {
  .c-button:focus-visible:not([disabled])::before, .c-button:hover:not([disabled])::before {
    opacity: 1;
  }
  .c-button:focus-visible:not([disabled])::after, .c-button:hover:not([disabled])::after {
    width: 1.875rem;
    height: 1.875rem;
  }
  .c-button:focus-visible:not([disabled]) span,
  .c-button:focus-visible:not([disabled]) strong, .c-button:hover:not([disabled]) span,
  .c-button:hover:not([disabled]) strong {
    padding: 0 calc(2rem + 0.25rem) 0 calc(1.5rem - 0.25rem);
  }
  .c-button:focus-visible:not([disabled]) span::after,
  .c-button:focus-visible:not([disabled]) strong::after, .c-button:hover:not([disabled]) span::after,
  .c-button:hover:not([disabled]) strong::after {
    width: 0rem;
    height: 0rem;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover), only screen and (pointer: fine) and (min-width: 768px), print and (pointer: fine) {
  .c-button:focus-visible:not([disabled])::after, .c-button:hover:not([disabled])::after {
    width: 2.5rem;
    height: 2.5rem;
  }
  .c-button:focus-visible:not([disabled]) span,
  .c-button:focus-visible:not([disabled]) strong, .c-button:hover:not([disabled]) span,
  .c-button:hover:not([disabled]) strong {
    padding: 0 calc(2rem + 0.5rem) 0 calc(1.5rem - 0.5rem);
  }
}
.c-button.--lg span,
.c-button.--lg strong {
  min-width: 13.75rem;
}
.c-button.--lg strong {
  min-width: 16.25rem;
}
@media only screen and (min-width: 768px), print {
  .c-button.--lg span,
  .c-button.--lg strong {
    min-width: 16.25rem;
  }
  .c-button.--lg strong {
    min-width: 18.75rem;
  }
}
.c-button.--xl span,
.c-button.--xl strong {
  min-width: 16.25rem;
}
.c-button.--xl strong {
  min-width: 18.75rem;
}
@media only screen and (min-width: 768px), print {
  .c-button.--xl span,
  .c-button.--xl strong {
    min-width: 18.75rem;
  }
  .c-button.--xl strong {
    min-width: 21.25rem;
  }
}
.c-button.--back {
  background-color: #999;
}
.c-button.--back::before {
  background: linear-gradient(to right, #666 0%, #222 100%);
}
.c-button.--back::after {
  right: auto;
  left: 1.5rem;
  transform: translate(-50%, -50%) rotate(180deg);
}
.c-button.--back span,
.c-button.--back strong {
  padding: 0 1.5rem 0 2rem;
}
.c-button.--back span::after,
.c-button.--back strong::after {
  right: auto;
  left: 1.125rem;
}
@media only screen and (min-width: 768px), print {
  .c-button.--back::after {
    left: 2rem;
  }
  .c-button.--back span::after,
  .c-button.--back strong::after {
    left: 1.5rem;
  }
}
@media (hover: hover), (pointer: fine) {
  .c-button.--back:focus-visible:not([disabled]) span,
  .c-button.--back:focus-visible:not([disabled]) strong, .c-button.--back:hover:not([disabled]) span,
  .c-button.--back:hover:not([disabled]) strong {
    padding: 0 calc(1.5rem - 0.25rem) 0 calc(2rem + 0.25rem);
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover), only screen and (pointer: fine) and (min-width: 768px), print and (pointer: fine) {
  .c-button.--back:focus-visible:not([disabled]) span,
  .c-button.--back:focus-visible:not([disabled]) strong, .c-button.--back:hover:not([disabled]) span,
  .c-button.--back:hover:not([disabled]) strong {
    padding: 0 calc(1.5rem - 0.5rem) 0 calc(2rem + 0.5rem);
  }
}
.c-button.--password::after {
  right: 1.375rem;
}
.c-button.--password span,
.c-button.--password strong {
  min-width: 8.75rem;
  min-height: 2.875rem;
  font-size: 0.875rem;
}
.c-button.--password span::after,
.c-button.--password strong::after {
  right: 1rem;
}
@media (hover: hover), (pointer: fine) {
  .c-button.--password:focus-visible::after, .c-button.--password:hover::after {
    width: 1.75rem;
    height: 1.75rem;
  }
  .c-button.--password:focus-visible span,
  .c-button.--password:focus-visible strong, .c-button.--password:hover span,
  .c-button.--password:hover strong {
    padding: 0 calc(2rem + 0.25rem) 0 calc(1.5rem - 0.25rem);
  }
}
.c-button.--pdf::after {
  background: url("../image/common/icon_pdf_white.svg");
}
@media (hover: hover), (pointer: fine) {
  .c-button.--pdf:focus-visible::after, .c-button.--pdf:hover::after {
    width: 1.5rem;
    height: 1.5rem;
  }
  .c-button.--pdf:focus-visible span::after,
  .c-button.--pdf:focus-visible strong::after, .c-button.--pdf:hover span::after,
  .c-button.--pdf:hover strong::after {
    right: 1.5rem;
  }
}
@media only screen and (hover: hover) and (min-width: 768px), print and (hover: hover), only screen and (pointer: fine) and (min-width: 768px), print and (pointer: fine) {
  .c-button.--pdf:focus-visible span::after,
  .c-button.--pdf:focus-visible strong::after, .c-button.--pdf:hover span::after,
  .c-button.--pdf:hover strong::after {
    right: 2rem;
  }
}

.c-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
}
.c-buttons.--reverse {
  flex-direction: row-reverse;
}
@media only screen and (min-width: 768px), print {
  .c-buttons {
    gap: 3rem;
  }
}

.c-card__image img {
  width: 100%;
  border-radius: 0.25rem;
}
.c-card__image-caption {
  margin-top: 0.5rem;
  text-align: center;
}
.c-card__body {
  margin-top: 1rem;
}
.c-card__title {
  padding-bottom: 0.5rem;
  font-size: clamp(1.125rem, 1.71875vw, 1.375rem);
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0.125rem solid #222;
}
.c-card__content {
  margin-top: 1rem;
}
.c-card__more {
  margin-top: 1rem;
  text-align: right;
}
@media only screen and (min-width: 768px), print {
  .c-card.--row, .c-card.--row-reverse {
    display: flex;
    flex-wrap: wrap;
  }
  .c-card.--row .c-card__image,
  .c-card.--row .c-card__body, .c-card.--row-reverse .c-card__image,
  .c-card.--row-reverse .c-card__body {
    flex-basis: 50%;
    margin-top: 0;
  }
  .c-card.--row .c-card__body {
    padding-left: 2rem;
  }
  .c-card.--row-reverse {
    flex-direction: row-reverse;
  }
  .c-card.--row-reverse .c-card__body {
    padding-right: 2rem;
  }
}

.c-errors {
  margin-top: 0.25rem;
  color: #e80027;
}

.c-error {
  color: #e80027;
}

.c-flatpickr {
  width: 8em !important;
}
.c-flatpickr.--wide {
  width: 10em !important;
}
.c-flatpickr.--full {
  width: 14em !important;
}

.flatpickr-current-month {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-current-month::after {
  display: inline-block;
  order: 2;
  content: "年";
}
.flatpickr-current-month .numInputWrapper {
  order: 1;
}
.flatpickr-current-month .flatpickr-monthDropdown-months {
  order: 3;
}

.flatpickr-weekdaycontainer .flatpickr-weekday:nth-child(1),
.flatpickr-days .flatpickr-day:not(.selected, .flatpickr-disabled, .prevMonthDay, .nextMonthDay):nth-child(7n+1) {
  color: #d9534f;
}

.flatpickr-weekdaycontainer .flatpickr-weekday:nth-child(7),
.flatpickr-days .flatpickr-day:not(.selected, .flatpickr-disabled, .prevMonthDay, .nextMonthDay):nth-child(7n) {
  color: #3f80ea;
}

.flatpickr-days .flatpickr-day:not(.selected, .flatpickr-disabled, .prevMonthDay, .nextMonthDay).is-holiday {
  color: #d9534f;
}

.flatpickr-days .flatpickr-day:not(.selected, .flatpickr-disabled, .prevMonthDay, .nextMonthDay, :hover).is-disabled {
  background: #c0c0c0;
}

.flatpickr-months .flatpickr-prev-month:hover svg,
.flatpickr-months .flatpickr-next-month:hover svg {
  fill: #3f80ea;
}

.flatpickr-calendar.inline {
  margin: 0 auto;
}

.flatpickr-input.active {
  border-color: #9fc0f5 !important;
  box-shadow: 0 0 0 0.2rem rgba(63, 128, 234, 0.25) !important;
}

.c-pagination {
  margin-top: 3rem;
}
.c-pagination__list {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
}
.c-pagination__item-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  height: 3.75rem;
  font-size: 1.0625rem;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 50%;
  transition: background-color 300ms;
}
@media only screen and (max-width: 767px) {
  .c-pagination__item-link {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.8125rem;
  }
}
.c-pagination__item.--prev .c-pagination__item-link, .c-pagination__item.--next .c-pagination__item-link {
  position: relative;
  font-size: 0;
  color: transparent !important;
}
.c-pagination__item.--prev .c-pagination__item-link::before, .c-pagination__item.--prev .c-pagination__item-link::after, .c-pagination__item.--next .c-pagination__item-link::before, .c-pagination__item.--next .c-pagination__item-link::after {
  position: absolute;
  inset: 0;
  content: "";
  background: no-repeat center/contain;
  transition: opacity 300ms;
}
.c-pagination__item.--prev .c-pagination__item-link::before, .c-pagination__item.--next .c-pagination__item-link::before {
  background-image: url("../image/common/icon_button_arrow.svg");
}
.c-pagination__item.--prev .c-pagination__item-link::after, .c-pagination__item.--next .c-pagination__item-link::after {
  background-image: url("../image/common/icon_button_arrow_hover.svg");
  opacity: 0;
}
@media (hover: hover), (pointer: fine) {
  .c-pagination__item.--prev .c-pagination__item-link:focus-visible::before, .c-pagination__item.--prev .c-pagination__item-link:hover::before, .c-pagination__item.--next .c-pagination__item-link:focus-visible::before, .c-pagination__item.--next .c-pagination__item-link:hover::before {
    opacity: 0;
  }
  .c-pagination__item.--prev .c-pagination__item-link:focus-visible::after, .c-pagination__item.--prev .c-pagination__item-link:hover::after, .c-pagination__item.--next .c-pagination__item-link:focus-visible::after, .c-pagination__item.--next .c-pagination__item-link:hover::after {
    opacity: 1;
  }
}
.c-pagination__item.--prev {
  margin-right: 1.5rem;
  transform: scaleX(-1);
}
.c-pagination__item.--next {
  margin-left: 1.5rem;
}
.c-pagination__item.--page .c-pagination__item-link {
  background-color: #ccc;
}
.c-pagination__item.--page .c-pagination__item-link.is-active {
  background-color: #222;
}
@media (hover: hover), (pointer: fine) {
  .c-pagination__item.--page .c-pagination__item-link:focus-visible, .c-pagination__item.--page .c-pagination__item-link:hover {
    background-color: #222;
  }
}

.c-scroll-wrapper {
  padding-bottom: 0.25rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.c-scroll-wrapper td {
  white-space: nowrap;
}

.swiper {
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 1rem;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bottom: 1.5rem;
  --swiper-scrollbar-top: 0;
  overflow: visible !important;
}
.swiper-controls {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1rem;
  margin-top: 2rem;
}
.swiper-controls .swiper-pagination {
  position: static;
  width: auto;
}
.swiper-controls .swiper-pagination-bullet {
  border-radius: 0;
}
.swiper-button-prev, .swiper-button-next {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 0.5rem !important;
}
@media only screen and (min-width: 768px), print {
  .swiper-button-prev, .swiper-button-next {
    width: 3.75rem;
    height: 3.75rem;
  }
}
.swiper-button-prev::before, .swiper-button-prev::after, .swiper-button-next::before, .swiper-button-next::after {
  position: absolute;
  inset: 0;
  content: "";
  background: no-repeat center/contain;
  transition: opacity 300ms;
}
.swiper-button-prev::before, .swiper-button-next::before {
  background-image: url("../image/common/icon_button_arrow.svg");
}
.swiper-button-prev::after, .swiper-button-next::after {
  background-image: url("../image/common/icon_button_arrow_hover.svg");
  opacity: 0;
}
.swiper-button-prev svg, .swiper-button-next svg {
  display: none;
}
@media (hover: hover), (pointer: fine) {
  .swiper-button-prev:focus-visible::before, .swiper-button-prev:hover::before, .swiper-button-next:focus-visible::before, .swiper-button-next:hover::before {
    opacity: 0;
  }
  .swiper-button-prev:focus-visible::after, .swiper-button-prev:hover::after, .swiper-button-next:focus-visible::after, .swiper-button-next:hover::after {
    opacity: 1;
  }
}
.swiper-button-prev {
  margin-right: 2rem;
  transform: scaleX(-1);
}
.swiper-pagination-bullet {
  position: relative;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  content: "";
  border: 0.125rem solid #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.c-tabs__list {
  display: flex;
  border-bottom: 0.0625rem solid #ccc;
}
@media only screen and (min-width: 768px), print {
  .c-tabs__list {
    gap: 1rem;
    padding: 0 1rem;
  }
}
.c-tabs__item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 1rem 3rem 1rem 1rem;
  font-size: 0.9375rem;
  font-weight: 700;
  color: #999;
  cursor: pointer;
  transition: color 300ms;
  transform: translateY(0.0625rem);
}
.c-tabs__item::before, .c-tabs__item::after {
  position: absolute;
  top: 50%;
  display: block;
  content: "";
  transform: translateY(-50%) rotate(45deg);
}
.c-tabs__item::before {
  right: 0.875rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #999;
  border-radius: 50%;
  transition: background-color 300ms;
}
.c-tabs__item::after {
  right: 1.28125rem;
  width: 0.3125rem;
  height: 0.3125rem;
  border-right: 0.125rem solid #fff;
  border-bottom: 0.125rem solid #fff;
}
.c-tabs__item.is-active {
  color: #000 !important;
  background-color: #fff;
  border: 0.0625rem solid #ccc;
  border-bottom: none;
}
.c-tabs__item.is-active::before {
  background-color: #000 !important;
}
@media only screen and (min-width: 768px), print {
  .c-tabs__item {
    padding: 1rem 4rem 1rem 1.5rem;
  }
  .c-tabs__item::before {
    right: 1.5rem;
  }
  .c-tabs__item::after {
    right: 1.90625rem;
  }
}
@media (hover: hover), (pointer: fine) {
  .c-tabs__item:focus-visible, .c-tabs__item:hover {
    color: #666;
  }
  .c-tabs__item:focus-visible::before, .c-tabs__item:hover::before {
    background-color: #666;
  }
}
.c-tabs__content {
  display: none;
  padding: 2rem 1rem;
}
.c-tabs__content.is-active {
  display: block;
}

/* utility */
.u-color-primary {
  color: #222 !important;
}
.u-color-secondary {
  color: #dd005a !important;
}
.u-color-purple {
  color: #281b70 !important;
}
.u-color-pink {
  color: #b31862 !important;
}
.u-color-green {
  color: #095a12 !important;
}
.u-color-orange {
  color: #ea5400 !important;
}
.u-color-red {
  color: #e80027 !important;
}
.u-color-blue {
  color: #0047bb !important;
}
.u-color-gray {
  color: #999 !important;
}
.u-color-black {
  color: #000 !important;
}
.u-color-white {
  color: #fff !important;
}

.u-display-none {
  display: none !important;
}
.u-display-block {
  display: block !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-inline-block {
  display: inline-block !important;
}
.u-display-flex {
  display: flex !important;
}
.u-display-inline-flex {
  display: inline-flex !important;
}
.u-display-grid {
  display: grid !important;
}
@media only screen and (max-width: 1279px) {
  .u-display-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-pc-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px), print {
  .u-display-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 1280px), print {
  .u-display-tab-sp {
    display: none !important;
  }
}
@media only screen and (min-width: 768px), print {
  .u-display-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 1280px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media only screen and (min-width: 768px), print {
  .u-hidden-pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .u-hidden-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 1279px) {
  .u-hidden-tab-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

.u-font-family-primary {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.u-font-family-secondary {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}

.u-font-size-3xs {
  font-size: 0.5rem !important;
}
.u-font-size-2xs {
  font-size: 0.625rem !important;
}
.u-font-size-xs {
  font-size: 0.75rem !important;
}
.u-font-size-sm {
  font-size: 0.875rem !important;
}
.u-font-size-md {
  font-size: 1rem !important;
}
.u-font-size-lg {
  font-size: 1.125rem !important;
}
.u-font-size-xl {
  font-size: 1.25rem !important;
}
.u-font-size-2xl {
  font-size: 1.375rem !important;
}
.u-font-size-3xl {
  font-size: 1.5rem !important;
}
.u-font-size-4xl {
  font-size: 1.875rem !important;
}
.u-font-size-5xl {
  font-size: 2.25rem !important;
}

.u-font-weight-light {
  font-weight: 300 !important;
}
.u-font-weight-normal {
  font-weight: 400 !important;
}
.u-font-weight-medium {
  font-weight: 500 !important;
}
.u-font-weight-bold {
  font-weight: 700 !important;
}
.u-font-weight-black {
  font-weight: 900 !important;
}

.u-letter-spacing-tight {
  letter-spacing: -0.025em !important;
}
.u-letter-spacing-normal {
  letter-spacing: 0 !important;
}
.u-letter-spacing-wide {
  letter-spacing: 0.025em !important;
}
.u-letter-spacing-wider {
  letter-spacing: 0.05em !important;
}
.u-letter-spacing-widest {
  letter-spacing: 0.1em !important;
}

.u-line-height-tight {
  line-height: 1.25 !important;
}
.u-line-height-normal {
  line-height: 1.5 !important;
}
.u-line-height-relaxed {
  line-height: 1.75 !important;
}
.u-line-height-loose {
  line-height: 2 !important;
}

.u-mt-0 {
  margin-top: 0rem !important;
}

.u-mb-0 {
  margin-bottom: 0rem !important;
}

.u-mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.u-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-mx-7 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.u-my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mb-9 {
  margin-bottom: 4.5rem !important;
}

.u-mx-9 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.u-my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mb-10 {
  margin-bottom: 5rem !important;
}

.u-mx-10 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-mt-11 {
  margin-top: 5.5rem !important;
}

.u-mb-11 {
  margin-bottom: 5.5rem !important;
}

.u-mx-11 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.u-my-11 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.u-mt-12 {
  margin-top: 6rem !important;
}

.u-mb-12 {
  margin-bottom: 6rem !important;
}

.u-mx-12 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.u-my-12 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u-mt-13 {
  margin-top: 6.5rem !important;
}

.u-mb-13 {
  margin-bottom: 6.5rem !important;
}

.u-mx-13 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.u-my-13 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.u-mt-14 {
  margin-top: 7rem !important;
}

.u-mb-14 {
  margin-bottom: 7rem !important;
}

.u-mx-14 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.u-my-14 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.u-mt-15 {
  margin-top: 7.5rem !important;
}

.u-mb-15 {
  margin-bottom: 7.5rem !important;
}

.u-mx-15 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.u-my-15 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.u-mt-16 {
  margin-top: 8rem !important;
}

.u-mb-16 {
  margin-bottom: 8rem !important;
}

.u-mx-16 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.u-my-16 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-mt-17 {
  margin-top: 8.5rem !important;
}

.u-mb-17 {
  margin-bottom: 8.5rem !important;
}

.u-mx-17 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.u-my-17 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.u-mt-18 {
  margin-top: 9rem !important;
}

.u-mb-18 {
  margin-bottom: 9rem !important;
}

.u-mx-18 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.u-my-18 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.u-mt-19 {
  margin-top: 9.5rem !important;
}

.u-mb-19 {
  margin-bottom: 9.5rem !important;
}

.u-mx-19 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.u-my-19 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.u-mt-20 {
  margin-top: 10rem !important;
}

.u-mb-20 {
  margin-bottom: 10rem !important;
}

.u-mx-20 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.u-my-20 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u-mt-21 {
  margin-top: 10.5rem !important;
}

.u-mb-21 {
  margin-bottom: 10.5rem !important;
}

.u-mx-21 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.u-my-21 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.u-mt-22 {
  margin-top: 11rem !important;
}

.u-mb-22 {
  margin-bottom: 11rem !important;
}

.u-mx-22 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.u-my-22 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.u-mt-23 {
  margin-top: 11.5rem !important;
}

.u-mb-23 {
  margin-bottom: 11.5rem !important;
}

.u-mx-23 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.u-my-23 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.u-mt-24 {
  margin-top: 12rem !important;
}

.u-mb-24 {
  margin-bottom: 12rem !important;
}

.u-mx-24 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.u-my-24 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.u-mt-25 {
  margin-top: 12.5rem !important;
}

.u-mb-25 {
  margin-bottom: 12.5rem !important;
}

.u-mx-25 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.u-my-25 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

.u-pb-0 {
  padding-bottom: 0rem !important;
}

.u-px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

.u-px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-pt-9 {
  padding-top: 4.5rem !important;
}

.u-pb-9 {
  padding-bottom: 4.5rem !important;
}

.u-px-9 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.u-py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.u-pt-10 {
  padding-top: 5rem !important;
}

.u-pb-10 {
  padding-bottom: 5rem !important;
}

.u-px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-pt-11 {
  padding-top: 5.5rem !important;
}

.u-pb-11 {
  padding-bottom: 5.5rem !important;
}

.u-px-11 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.u-py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.u-pt-12 {
  padding-top: 6rem !important;
}

.u-pb-12 {
  padding-bottom: 6rem !important;
}

.u-px-12 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.u-py-12 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-pt-13 {
  padding-top: 6.5rem !important;
}

.u-pb-13 {
  padding-bottom: 6.5rem !important;
}

.u-px-13 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.u-py-13 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.u-pt-14 {
  padding-top: 7rem !important;
}

.u-pb-14 {
  padding-bottom: 7rem !important;
}

.u-px-14 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.u-py-14 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.u-pt-15 {
  padding-top: 7.5rem !important;
}

.u-pb-15 {
  padding-bottom: 7.5rem !important;
}

.u-px-15 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.u-py-15 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.u-pt-16 {
  padding-top: 8rem !important;
}

.u-pb-16 {
  padding-bottom: 8rem !important;
}

.u-px-16 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.u-py-16 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-pt-17 {
  padding-top: 8.5rem !important;
}

.u-pb-17 {
  padding-bottom: 8.5rem !important;
}

.u-px-17 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.u-py-17 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.u-pt-18 {
  padding-top: 9rem !important;
}

.u-pb-18 {
  padding-bottom: 9rem !important;
}

.u-px-18 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.u-py-18 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.u-pt-19 {
  padding-top: 9.5rem !important;
}

.u-pb-19 {
  padding-bottom: 9.5rem !important;
}

.u-px-19 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.u-py-19 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.u-pt-20 {
  padding-top: 10rem !important;
}

.u-pb-20 {
  padding-bottom: 10rem !important;
}

.u-px-20 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.u-py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-pt-21 {
  padding-top: 10.5rem !important;
}

.u-pb-21 {
  padding-bottom: 10.5rem !important;
}

.u-px-21 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.u-py-21 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.u-pt-22 {
  padding-top: 11rem !important;
}

.u-pb-22 {
  padding-bottom: 11rem !important;
}

.u-px-22 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.u-py-22 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.u-pt-23 {
  padding-top: 11.5rem !important;
}

.u-pb-23 {
  padding-bottom: 11.5rem !important;
}

.u-px-23 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.u-py-23 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.u-pt-24 {
  padding-top: 12rem !important;
}

.u-pb-24 {
  padding-bottom: 12rem !important;
}

.u-px-24 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.u-py-24 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.u-pt-25 {
  padding-top: 12.5rem !important;
}

.u-pb-25 {
  padding-bottom: 12.5rem !important;
}

.u-px-25 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.u-py-25 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

.u-text-align-left {
  text-align: left !important;
}
.u-text-align-center {
  text-align: center !important;
}
.u-text-align-right {
  text-align: right !important;
}
.u-text-align-justify {
  text-align: justify !important;
}

.u-text-decoration-underline {
  text-decoration: underline !important;
}
.u-text-decoration-line-through {
  text-decoration: line-through !important;
}
.u-text-decoration-none {
  text-decoration: none !important;
}

.u-text-link {
  color: #222;
  text-decoration: underline;
}
.u-text-link.--blank::after, .u-text-link.--pdf::after {
  display: inline-block;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background: no-repeat center/contain;
  transform: translateY(-0.125rem);
}
.u-text-link.--blank::after {
  width: 1rem;
  height: 1rem;
  background-image: url("../image/common/icon_blank.svg");
}
.u-text-link.--pdf {
  color: #e80027;
}
.u-text-link.--pdf::after {
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../image/common/icon_pdf.svg");
}
.u-text-link:hover {
  text-decoration: none;
}

.u-text-transform-uppercase {
  text-transform: uppercase !important;
}
.u-text-transform-lowercase {
  text-transform: lowercase !important;
}
.u-text-transform-capitalize {
  text-transform: capitalize !important;
}

.u-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.u-text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.u-white-space-nowrap {
  white-space: nowrap !important;
}
.u-white-space-pre-wrap {
  white-space: pre-wrap !important;
}

/* project */
.p-banner-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 1rem;
}
@media only screen and (min-width: 968px), print {
  .p-banner-menu {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 1.5rem;
  }
}
.p-banner-menu__link {
  position: relative;
  display: block;
  aspect-ratio: 400/220;
  overflow: hidden;
  color: #fff !important;
  text-decoration: none !important;
  background: no-repeat center bottom/cover;
}
.p-banner-menu__link[class*="--course-"]::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: no-repeat center bottom/100% auto;
  opacity: 0;
  transition: opacity 500ms, transform 500ms;
  transform: scale(1.1);
}
.p-banner-menu__link.--course-elective, .p-banner-menu__link.--course-correspondence {
  background-position: right bottom;
  background-size: 125% auto;
}
.p-banner-menu__link.--course-elective::before, .p-banner-menu__link.--course-correspondence::before {
  background-position: right bottom;
  background-size: 125% auto;
}
.p-banner-menu__link-title {
  position: relative;
  padding: clamp(0.625rem, 1.5625vw, 1.25rem);
  margin-top: clamp(0.625rem, 1.5625vw, 1.25rem);
}
.p-banner-menu__link-title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(0.875rem, 2.03125vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
}
.p-banner-menu__link-title-jp {
  margin-top: 0.25rem;
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem);
}
.p-banner-menu__link-title-jp span {
  font-size: clamp(0.5625rem, 1.015625vw, 0.8125rem);
}
.p-banner-menu__link-image {
  position: relative;
}
.p-banner-menu__link-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 300ms;
}
@media only screen and (max-width: 767px) {
  .p-banner-menu__link-image::after {
    display: none;
  }
}
.p-banner-menu__link-image img {
  transition: transform 300ms;
}
.p-banner-menu__link-more {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  display: inline-flex;
  margin-top: 1rem;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border-radius: 9999rem;
}
@media only screen and (max-width: 767px) {
  .p-banner-menu__link-more {
    display: none;
  }
}
@media only screen and (min-width: 1280px), print {
  .p-banner-menu__link-more {
    right: 1.5rem;
    bottom: 1.5rem;
  }
}
.p-banner-menu__link-more::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: #222 url("../image/common/icon_arrow_button.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
.p-banner-menu__link-more span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 8.75rem;
  min-height: 1.75rem;
  padding: 0.25rem 1.5rem 0;
  color: #222;
  text-align: center;
  transition: padding-right 300ms;
}
.p-banner-menu__link-more span::after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translateY(-50%);
}
.p-banner-menu__link.--course-barber {
  background-image: url("../image/index/course_barber_bg.webp");
}
.p-banner-menu__link.--course-barber::before {
  background-image: url("../image/index/course_barber_light.webp");
}
.p-banner-menu__link.--course-barber .p-banner-menu__link-more::after {
  background-color: #281b70;
}
.p-banner-menu__link.--course-barber .p-banner-menu__link-more span {
  color: #281b70;
}
.p-banner-menu__link.--course-barber .p-banner-menu__link-more span::after {
  background-color: #281b70;
}
.p-banner-menu__link.--course-beauty {
  background-image: url("../image/index/course_beauty_bg.webp");
}
.p-banner-menu__link.--course-beauty::before {
  background-image: url("../image/index/course_beauty_light.webp");
}
.p-banner-menu__link.--course-beauty .p-banner-menu__link-more::after {
  background-color: #b31862;
}
.p-banner-menu__link.--course-beauty .p-banner-menu__link-more span {
  color: #b31862;
}
.p-banner-menu__link.--course-beauty .p-banner-menu__link-more span::after {
  background-color: #b31862;
}
.p-banner-menu__link.--course-double {
  background-image: url("../image/index/course_double_bg.webp");
}
.p-banner-menu__link.--course-double::before {
  background-image: url("../image/index/course_double_light.webp");
}
.p-banner-menu__link.--course-double .p-banner-menu__link-more::after {
  background-color: #095a12;
}
.p-banner-menu__link.--course-double .p-banner-menu__link-more span {
  color: #095a12;
}
.p-banner-menu__link.--course-double .p-banner-menu__link-more span::after {
  background-color: #095a12;
}
.p-banner-menu__link.--course-elective {
  background-image: url("../image/index/course_elective_bg.webp");
}
.p-banner-menu__link.--course-elective::before {
  background-image: url("../image/index/course_elective_light.webp");
}
.p-banner-menu__link.--course-elective .p-banner-menu__link-more::after {
  background-color: #ea5400;
}
.p-banner-menu__link.--course-elective .p-banner-menu__link-more span {
  color: #ea5400;
}
.p-banner-menu__link.--course-elective .p-banner-menu__link-more span::after {
  background-color: #ea5400;
}
.p-banner-menu__link.--course-correspondence {
  background-image: url("../image/index/course_correspondence_bg.webp");
}
.p-banner-menu__link.--course-correspondence::before {
  background-image: url("../image/index/course_correspondence_light.webp");
}
.p-banner-menu__link.--course-correspondence .p-banner-menu__link-more::after {
  background-color: #222;
}
.p-banner-menu__link.--course-correspondence .p-banner-menu__link-more span {
  color: #222;
}
.p-banner-menu__link.--course-correspondence .p-banner-menu__link-more span::after {
  background-color: #222;
}
@media (hover: hover), (pointer: fine) {
  .p-banner-menu__link:focus-visible[class*="--course-"]::before, .p-banner-menu__link:hover[class*="--course-"]::before {
    opacity: 1;
    transform: scale(1);
  }
  .p-banner-menu__link:focus-visible .p-banner-menu__link-image::after, .p-banner-menu__link:hover .p-banner-menu__link-image::after {
    opacity: 0;
  }
  .p-banner-menu__link:focus-visible .p-banner-menu__link-image img, .p-banner-menu__link:hover .p-banner-menu__link-image img {
    transform: scale(1.05);
  }
  .p-banner-menu__link:focus-visible .p-banner-menu__link-more::after, .p-banner-menu__link:hover .p-banner-menu__link-more::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  .p-banner-menu__link:focus-visible .p-banner-menu__link-more span, .p-banner-menu__link:hover .p-banner-menu__link-more span {
    padding-right: calc(1.5rem + 0.75rem);
  }
  .p-banner-menu__link:focus-visible .p-banner-menu__link-more span::after, .p-banner-menu__link:hover .p-banner-menu__link-more span::after {
    width: 0rem;
    height: 0rem;
  }
}
.p-banner-menu__title {
  margin-top: 1rem;
  font-weight: 700;
}
.p-banner-menu__description {
  margin-top: 0.25rem;
  font-size: 0.9375rem;
}

.p-catchcopy {
  padding: 3rem 0;
  margin-left: clamp(2.125rem, 3.125vw, 2.5rem);
  font-size: clamp(1.25rem, 2.03125vw, 1.625rem);
  text-align: center;
  text-indent: clamp(-2.125rem, -3.125vw, -2.5rem);
}
.p-catchcopy + .p-catchcopy {
  padding-top: 0;
}
.p-catchcopy::before {
  display: inline-block;
  width: clamp(1.5rem, 2.34375vw, 1.875rem);
  height: clamp(1.5rem, 2.34375vw, 1.875rem);
  margin-right: 0.25rem;
  content: "";
  background: url("../image/common/icon_double_quotation.svg") no-repeat center/contain;
}
.p-catchcopy span {
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem);
  line-height: 1.4;
}

.p-faq__question, .p-faq__answer {
  position: relative;
  padding-left: 2.5rem;
  font-size: 1.0625rem;
}
.p-faq__question::before, .p-faq__answer::before {
  position: absolute;
  top: -0.25rem;
  left: 0;
  width: 2rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.4375rem;
  text-align: center;
}
.p-faq__question {
  margin-top: 1.5rem;
  font-weight: 700;
}
.p-faq__question::before {
  color: #b31862;
  content: "Q.";
}
.p-faq__answer {
  margin-top: 0.25rem;
}
.p-faq__answer::before {
  font-weight: 700;
  color: #0047bb;
  content: "A.";
}

.p-files {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px), print {
  .p-files {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-files__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 1rem;
  font-size: 1.0625rem;
  color: #222 !important;
  text-decoration: none !important;
  border: 0.0625rem solid #222;
  transition: background-color 300ms;
}
@media (hover: hover), (pointer: fine) {
  .p-files__link:focus-visible, .p-files__link:hover {
    background-color: #eee;
  }
}
.p-files__link.--pdf::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  vertical-align: middle;
  content: "";
  background: url("../image/common/icon_pdf.svg") no-repeat center/contain;
}

.p-form {
  max-width: 56.25rem;
  padding-top: 2rem;
  margin: 0 auto;
}
.p-form.--full {
  max-width: 100%;
}
.p-form__required {
  display: inline-block;
  margin-left: 0.5rem;
  font-size: 0.6875rem;
  color: #e80027;
  transform: translateY(-0.125rem);
}
.p-form__text.--zip {
  width: 6.25rem;
}
.p-form__select.--year {
  width: 5rem;
}
.p-form__select.--month {
  width: 3.75rem;
}
.p-form__select.--day {
  width: 3.75rem;
}
.p-form__select.--time {
  width: 5rem;
}
.p-form__select.--grade {
  width: 6.25rem;
}
.p-form__select.--pref {
  width: 6.25rem;
}

.p-frame-more {
  padding: 1.5rem 2rem;
  background: url("../image/common/bg_noize.webp") repeat center/6.25rem;
}
.p-frame-more__title {
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
  font-weight: 700;
}
.p-frame-more__button {
  margin-top: 1.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .p-frame-more {
    padding: 2rem 3rem;
  }
}
@media only screen and (min-width: 1180px), print {
  .p-frame-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 5rem;
  }
  .p-frame-more__text {
    max-width: 33.125rem;
  }
}

.p-getintouch {
  position: relative;
  padding-top: 5rem;
  margin-top: 5rem;
}
.p-getintouch::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: calc(1800px - 1rem * 2);
  max-width: calc(100% - 1rem * 2);
  height: 0.0625rem;
  content: "";
  background-color: #999;
  transform: translateX(-50%);
}
.p-getintouch__list {
  display: grid;
  margin-top: 4rem;
  background: no-repeat center/cover;
}
@media only screen and (max-width: 767px) {
  .p-getintouch__list {
    grid-template-columns: 1fr;
    background-image: url("../image/index/getintouch_sp.webp");
  }
}
@media only screen and (min-width: 768px), print {
  .p-getintouch__list {
    grid-template-columns: repeat(3, 1fr);
    background-image: url("../image/index/getintouch.webp");
  }
}
.p-getintouch__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1rem;
  color: #fff !important;
  text-decoration: none !important;
  background-color: rgba(0, 0, 0, 0.8);
  transition: background-color 300ms;
}
@media only screen and (max-width: 767px) {
  .p-getintouch__link + .p-getintouch__link {
    border-top: 0.0625rem solid #fff;
  }
}
@media only screen and (min-width: 768px), print {
  .p-getintouch__link + .p-getintouch__link {
    border-left: 0.0625rem solid #fff;
  }
}
@media only screen and (min-width: 768px), print {
  .p-getintouch__link {
    height: 22.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-getintouch__link {
    height: 10.625rem;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (hover: hover), (pointer: fine) {
  .p-getintouch__link:focus-visible, .p-getintouch__link:hover {
    background-color: rgba(0, 0, 0, 0);
  }
}
.p-getintouch__link-title {
  text-align: center;
}
.p-getintouch__link-title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.p-getintouch__link-title-en span {
  display: inline-block;
}
.p-getintouch__link-title-jp {
  margin-top: 0.5rem;
}

.p-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 1.5rem;
}
.p-images.--col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px), print {
  .p-images.--col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-images.--col-3 {
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (min-width: 768px), print {
  .p-images.--col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.p-images.--col-4 {
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 768px), print {
  .p-images.--col-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .p-images.--sp-col-1 {
    grid-template-columns: 1fr;
  }
}
.p-images__image-caption {
  margin-top: 0.5rem;
  text-align: center;
}
.p-images__image-title {
  margin-top: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
}
.p-images__image-description {
  margin-top: 0.25rem;
  font-size: 0.8125rem;
}

.p-list__item {
  position: relative;
  padding-left: 1.25em;
}
.p-list__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transform: translate(0.25em, 0.75em);
}
.p-list.--large .p-list__item {
  padding-left: 1.5em;
  font-size: 1.0625rem;
}
.p-list.--large .p-list__item::before {
  width: 0.5rem;
  height: 0.5rem;
}
.p-list.--pink .p-list__item::before {
  background-color: #b31862;
}
.p-list-circle__item {
  position: relative;
  padding-left: 1.25em;
}
.p-list-circle__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  border: 0.125rem solid #b31862;
  border-radius: 50%;
  transform: translate(0.15em, 0.65em);
}
.p-list-circle.--large .p-list-circle__item {
  padding-left: 1.5em;
  font-size: 1.0625rem;
}
.p-list-circle.--large .p-list-circle__item::before {
  width: 0.625rem;
  height: 0.625rem;
}
.p-list-circle.--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1rem;
}
.p-list-square__item {
  position: relative;
  padding-left: 1.25em;
}
.p-list-square__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: #222;
  transform: translate(0.15em, 0.6em);
}
.p-list-asterisk__item {
  position: relative;
  padding-left: 1.25em;
}
.p-list-asterisk__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}
.p-list-check__item {
  position: relative;
  padding-left: 1.25em;
}
.p-list-check__item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.75rem;
  height: 0.375rem;
  content: "";
  border-bottom: 0.125rem solid #222;
  border-left: 0.125rem solid #222;
  transform: translate(0.1em, 0.7em) rotate(-45deg);
}
.p-list-check.--large .p-list-check__item {
  padding-left: 1.5em;
  font-size: 1.0625rem;
}
.p-list-check.--large .p-list-check__item::before {
  width: 1rem;
  height: 0.5rem;
  border-bottom-width: 0.1875rem;
  border-left-width: 0.1875rem;
}
.p-list-check.--big .p-list-check__item {
  padding-left: 1.75em;
  font-size: 1.1875rem;
}
.p-list-check.--big .p-list-check__item::before {
  width: 1.25rem;
  height: 0.625rem;
  border-bottom-width: 0.25rem;
  border-left-width: 0.25rem;
}
.p-list-check.--pink .p-list-check__item::before {
  border-color: #b31862;
}
@media only screen and (min-width: 768px), print {
  .p-list-check.--inline {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem 2rem;
    justify-content: center;
  }
}
.p-list-number {
  list-style-type: decimal;
}
.p-list-number__item {
  position: relative;
  margin-left: 1.25em;
}
.p-list-number-zero {
  list-style: none;
  counter-reset: number;
}
.p-list-number-zero__item {
  position: relative;
  padding-left: 3rem;
  margin-top: 0.5rem;
  counter-increment: number;
}
.p-list-number-zero__item::before {
  position: absolute;
  top: 0.125rem;
  left: 0;
  display: block;
  width: 2rem;
  margin-right: 1rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #b31862;
  text-align: center;
  content: counter(number, decimal-leading-zero);
}
.p-list-number-zero__item-title {
  font-size: 1.125rem;
  font-weight: 700;
}
.p-list-number-zero__item:has(.p-list-number-zero__item-title) {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #ccc;
}
.p-list-number-zero__item:has(.p-list-number-zero__item-title)::before {
  top: 0.375rem;
}
.p-list-definition__term {
  font-size: 1.0625rem;
  font-weight: 700;
}
.p-list-definition__description {
  margin-left: 1rem;
}
.p-list-definition__description + .p-list-definition__term {
  margin-top: 0.5rem;
}

.p-map {
  height: 25rem;
  overflow: hidden;
}
.p-map iframe {
  width: 100%;
  height: 50rem;
  margin-top: -12.5rem;
}
@media only screen and (min-width: 768px), print {
  .p-map {
    height: 37.5rem;
  }
  .p-map iframe {
    height: 75rem;
    margin-top: -18.75rem;
  }
}

.p-navi__list {
  display: flex;
  flex-flow: column wrap;
  gap: 0.5rem;
}
.p-navi__item-link {
  display: block;
  padding: 0.25rem 0.5rem 0.25rem 1rem;
  color: #999 !important;
  text-decoration: none !important;
  border-left: 0.1875rem solid #ccc;
  transition: color 300ms, border-left-color 300ms;
}
.p-navi__item-link.is-active {
  font-weight: 700;
  color: #222 !important;
  border-left-color: #b31862 !important;
}
@media (hover: hover), (pointer: fine) {
  .p-navi__item-link:focus-visible, .p-navi__item-link:hover {
    color: #222 !important;
    border-left-color: #000;
  }
}

.p-note {
  margin-top: 0.5rem;
  font-size: 0.8125rem;
  color: #666;
}
.p-note__item {
  position: relative;
  padding-left: 1.25em;
}
.p-note__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

.p-page-info {
  background: linear-gradient(90deg, #e4dfeb 0%, #c0a2b7 100%);
}
.p-page-info__inner {
  max-width: 1800px;
  padding: 7.5rem 1rem 1rem;
  margin: 0 auto;
}
@media only screen and (min-width: 768px), print {
  .p-page-info__inner {
    padding: 10rem 1rem 3.75rem;
  }
}
.p-page-info__title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(2.625rem, 6.25vw, 5rem);
  line-height: 1;
}
.p-page-info__title-jp {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.40625vw, 1.125rem);
}
.p-page-info__title-jp::before {
  display: inline-block;
  width: clamp(1.25rem, 2.34375vw, 1.875rem);
  height: 0.125rem;
  margin-right: 0.5rem;
  content: "";
  background-color: #222;
}
@media only screen and (min-width: 1280px), print {
  .p-page-info__title-en {
    font-size: 5rem;
  }
  .p-page-info__title-jp {
    font-size: 1.125rem;
  }
  .p-page-info__title-jp::before {
    width: 1.625rem;
  }
}
.p-page-image {
  margin-bottom: 3rem;
}

.p-pickup {
  padding: 1.5rem 1.5rem 2rem;
  border: 0.125rem solid #eee;
}
.p-pickup__item {
  position: relative;
  padding-left: 1.25em;
  font-size: 1.0625rem;
}
.p-pickup__item::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #b31862;
  content: "♦";
}
@media only screen and (min-width: 768px), print {
  .p-pickup {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 1.5rem;
    padding: 1.5rem 2rem 2rem;
  }
  .p-pickup__item {
    width: calc((100% - 1.5rem) / 2);
    font-size: 1.1875rem;
  }
}

.p-price {
  margin-top: 1.5rem;
  text-align: center;
  border: 0.125rem solid #b31862;
}
.p-price__title {
  padding: 0.5rem 0;
  font-size: clamp(0.875rem, 1.40625vw, 1.125rem);
  color: #fff;
  background-color: #b31862;
}
.p-price__value {
  padding: 0.5rem 0;
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
  color: #b31862;
}
@media only screen and (min-width: 768px), print {
  .p-price {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .p-price__title {
    padding: 1rem 1.5rem;
  }
  .p-price__value {
    padding: 0 1.5rem 0 2rem;
  }
}

.p-question {
  font-size: 1.0625rem;
}
.p-question__term {
  font-weight: 700;
}
.p-question__term strong {
  position: relative;
  display: block;
  padding-left: 3rem;
}
.p-question__term strong::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  content: "Q";
  background-color: #b31862;
}
.p-question__description {
  position: relative;
  padding-left: 3rem;
  margin-top: 1rem;
}
.p-question__description::before {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #fff;
  content: "A";
  background-color: #1284aa;
}
.p-question__description + .p-question__term {
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  border-top: 0.0625rem solid #ccc;
}

.p-related-links {
  padding: 1.5rem 2rem 2rem;
  margin-top: 5rem;
  background: url("../image/common/bg_noize.webp") repeat center/6.25rem;
}
.p-related-links__title {
  line-height: 1.4;
}
.p-related-links__title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(2rem, 2.96875vw, 2.375rem);
}
.p-related-links__title-jp {
  font-weight: 700;
}
.p-related-links__items {
  margin-top: 1.5rem;
}
.p-related-links__link {
  position: relative;
  display: block;
  padding: 1rem 0.25rem;
  font-weight: 700;
  color: #222 !important;
  text-decoration: none !important;
  border-bottom: 0.0625rem solid #ccc;
  transition: color 300ms;
}
.p-related-links__link::before, .p-related-links__link::after {
  position: absolute;
  content: "";
}
.p-related-links__link::before {
  top: 50%;
  right: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #000;
  border-radius: 50%;
  transition: background-color 300ms;
  transform: translateY(-50%);
}
.p-related-links__link::after {
  top: 50%;
  right: 0.75rem;
  width: 0.375rem;
  height: 0.375rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: translateY(-50%) rotate(45deg);
}
@media (hover: hover), (pointer: fine) {
  .p-related-links__link:focus-visible, .p-related-links__link:hover {
    color: #b31862 !important;
  }
  .p-related-links__link:focus-visible::before, .p-related-links__link:hover::before {
    background-color: #b31862;
  }
}
@media only screen and (min-width: 768px), print {
  .p-related-links {
    display: flex;
    gap: 2rem;
    padding: 3rem 4rem 4rem;
  }
  .p-related-links__title {
    flex: 0 1 50%;
  }
  .p-related-links__items {
    flex: 0 1 50%;
    margin-top: 0;
  }
}

.p-step__item {
  position: relative;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1rem 1.5rem;
  color: #b31862;
  border: 0.125rem solid #b31862;
  border-radius: 9999rem;
}
.p-step__item + .p-step__item {
  margin-top: 2rem;
}
.p-step__item + .p-step__item::before {
  position: absolute;
  top: -1.5rem;
  left: 2rem;
  content: "";
  border-top: 0.75rem solid #999;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}
@media only screen and (min-width: 768px), print {
  .p-step__item + .p-step__item::before {
    left: 2.375rem;
  }
}
.p-step__item-no {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.p-step__item-no-title {
  font-size: clamp(0.4375rem, 0.703125vw, 0.5625rem);
}
.p-step__item-no-number {
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
}
.p-step__item-text {
  font-size: clamp(1rem, 1.71875vw, 1.375rem);
}

.p-table {
  width: 100%;
  border-top: 0.0625rem solid #999;
  border-left: 0.0625rem solid #999;
}
@media only screen and (max-width: 767px) {
  .p-table.--vertical .p-table__th, .p-table.--vertical .p-table__td {
    display: block;
    width: 100%;
  }
}
.p-table.--center .p-table__th, .p-table.--center .p-table__td {
  text-align: center;
}
.p-table.--right .p-table__th, .p-table.--right .p-table__td {
  text-align: right;
}
.p-table__row.--center .p-table__th, .p-table__row.--center .p-table__td {
  text-align: center;
}
.p-table__row.--right .p-table__th, .p-table__row.--right .p-table__td {
  text-align: right;
}
.p-table__th, .p-table__td {
  border-right: 0.0625rem solid #999;
  border-bottom: 0.0625rem solid #999;
}
.p-table__th.--center, .p-table__td.--center {
  text-align: center !important;
}
.p-table__th.--right, .p-table__td.--right {
  text-align: right !important;
}
.p-table__th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
}
.p-table__td {
  background-color: #fff;
}
.p-table-simple {
  width: 100%;
  border-top: 0.125rem solid #222;
}
@media only screen and (max-width: 767px) {
  .p-table-simple.--vertical .p-table-simple__th, .p-table-simple.--vertical .p-table-simple__td {
    display: block;
    width: 100%;
  }
}
.p-table-simple__th {
  width: 12em;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  border-bottom: 0.125rem solid #999;
}
.p-table-simple__td {
  border-bottom: 0.0625rem solid #ccc;
}
.p-table-simple__td.--center {
  text-align: center;
}
.p-table-simple__td.--right {
  text-align: right;
}

.p-text {
  font-size: 1.125rem;
}
.p-text.--large {
  font-size: 1.25rem;
}
.p-text.--small {
  font-size: 1rem;
}
.p-text.--bold {
  font-weight: 700;
}
.p-text.--pink {
  color: #b31862;
}
.p-text.--center {
  text-align: center;
}
.p-text.--right {
  text-align: right;
}

[contenteditable]:focus {
  outline: none;
}

body#tinymce {
  margin: 1.5rem;
}
body#tinymce h4,
body#tinymce h5,
body#tinymce h6 {
  position: relative;
}
body#tinymce h4:first-child,
body#tinymce h5:first-child,
body#tinymce h6:first-child {
  margin-top: 0;
}
body#tinymce h4 {
  position: relative;
  margin: 3rem 0 2rem;
  font-size: clamp(1.625rem, 2.5vw, 2rem);
}
body#tinymce h4::after {
  position: absolute;
  bottom: -0.25rem;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  content: "";
  background-color: #222;
}
body#tinymce h5 {
  margin: 2rem 0 1rem;
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
body#tinymce h6 {
  margin: 1.5rem 0 0.25rem;
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
  color: #222;
}
body#tinymce ul {
  margin-left: 1.25em;
}
body#tinymce ul[style^="list-style-type:"] > li::before {
  display: none;
}
body#tinymce ul > li {
  position: relative;
}
body#tinymce ul > li::before {
  position: absolute;
  top: 0;
  left: -1.25em;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transform: translate(0.1em, 0.75em);
}
body#tinymce ol {
  margin-left: 1.25em;
  list-style-type: decimal;
}
body#tinymce table {
  width: 100%;
  border-top: 0.0625rem solid #999;
  border-left: 0.0625rem solid #999;
}
body#tinymce table th,
body#tinymce table td {
  border-right: 0.0625rem solid #999;
  border-bottom: 0.0625rem solid #999;
}
body#tinymce table th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
}
body#tinymce table td {
  background-color: #fff;
}

.p-title-h2__en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(1.875rem, 2.8125vw, 2.25rem);
}
.p-title-h2__jp {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 1280px), print {
  .p-title-h2__en {
    font-size: clamp(5rem, 7.8125vw, 6.25rem);
  }
  .p-title-h2__jp {
    font-size: 1.1875rem;
  }
}
.p-title-h3, .p-title-h4, .p-title-h5, .p-title-h6 {
  position: relative;
  line-height: 1.4;
}
.p-title-h3:first-child, .p-title-h4:first-child, .p-title-h5:first-child, .p-title-h6:first-child {
  margin-top: 0;
}
.p-title-h3.--center, .p-title-h4.--center, .p-title-h5.--center, .p-title-h6.--center {
  text-align: center;
}
.p-title-h3 strong,
.p-title-h3 span, .p-title-h4 strong,
.p-title-h4 span, .p-title-h5 strong,
.p-title-h5 span, .p-title-h6 strong,
.p-title-h6 span {
  display: inline-block;
  font-weight: 400;
}
.p-title-h3-en, .p-title-h4-en, .p-title-h5-en, .p-title-h6-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #b31862;
}
.p-title-h3 {
  padding: 2rem 1.5rem;
  margin: 5rem 0 2rem;
  font-size: clamp(1.75rem, 2.96875vw, 2.375rem);
  background: linear-gradient(90deg, #f8f8f8 0%, #bebbb9 100%);
}
.p-title-h3:first-child {
  margin-top: 2rem;
}
.p-title-h3 span {
  font-size: clamp(1.5rem, 2.65625vw, 2.125rem);
}
.p-title-h4 {
  position: relative;
  margin: 4rem 0 2rem;
  font-size: clamp(1.625rem, 2.5vw, 2rem);
}
.p-title-h4::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  content: "";
  background-color: #222;
}
.p-title-h4.--center::after {
  left: 50%;
  transform: translateX(-50%);
}
.p-title-h4 span {
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
.p-title-h5 {
  margin: 3rem 0 1rem;
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
.p-title-h5 span {
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
}
.p-title-h6 {
  margin: 2rem 0 0.5rem;
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
  color: #222;
}
.p-title-h6 span {
  font-size: clamp(0.875rem, 1.5625vw, 1.25rem);
}
.p-title-section.--center {
  text-align: center;
}
.p-title-section.--center .p-title-section__jp {
  justify-content: center;
}
.p-title-section.--white {
  color: #fff;
}
.p-title-section.--white .p-title-section__jp::before {
  background-color: #fff;
}
.p-title-section__en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(2.625rem, 7.8125vw, 6.25rem);
  line-height: 1;
}
.p-title-section__jp {
  display: flex;
  align-items: center;
  font-size: clamp(1rem, 1.5625vw, 1.25rem);
}
.p-title-section__jp::before {
  display: inline-block;
  width: clamp(1.25rem, 2.34375vw, 1.875rem);
  height: 0.125rem;
  margin-right: 0.5rem;
  content: "";
  background-color: #222;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

img.aligncenter {
  margin: 0 auto 1.5rem;
}
img.alignleft {
  margin: 0 1.5rem 1rem 0;
}
img.alignright {
  margin: 0 0 1rem 1.5rem;
}

/* page */
body.admission:not(.page-child) .l-header__menu-item.--admission .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.admission:not(.page-child) .l-footer__nav-title.--admission .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.admission .l-footer__nav-grid.--sp .l-footer__nav-title.--admission .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.admission-special .l-header__menu-item-sub-nav-link.--admission-special {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.admission-special .l-header__menu-item-sub-nav-link.--admission-special {
    color: #dd005a;
    background-color: #eee;
  }
}
body.admission-special .l-footer__nav-item.--admission-special .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.admission-scholarship .l-header__menu-item-sub-nav-link.--admission-scholarship {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.admission-scholarship .l-header__menu-item-sub-nav-link.--admission-scholarship {
    color: #dd005a;
    background-color: #eee;
  }
}
body.admission-scholarship .l-footer__nav-item.--admission-scholarship .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.admission-schooling .l-header__menu-item-sub-nav-link.--admission-schooling {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.admission-schooling .l-header__menu-item-sub-nav-link.--admission-schooling {
    color: #dd005a;
    background-color: #eee;
  }
}
body.admission-schooling .l-footer__nav-item.--admission-schooling .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.admission-working .l-header__menu-item-sub-nav-link.--admission-working {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.admission-working .l-header__menu-item-sub-nav-link.--admission-working {
    color: #dd005a;
    background-color: #eee;
  }
}
body.admission-working .l-footer__nav-item.--admission-working .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}

article.admission-special .p-special__list {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  width: 100%;
  aspect-ratio: 480/340;
  margin: 0 auto;
  background: url("../image/admission/special/special.svg") no-repeat center/contain;
}
@media only screen and (min-width: 768px), print {
  article.admission-special .p-special__list {
    width: 80%;
  }
}
article.admission-special .p-special__example {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  width: 100%;
  aspect-ratio: 480/120;
  margin: 0 auto;
  background: url("../image/admission/special/special_example.svg") no-repeat center/contain;
}
@media only screen and (min-width: 768px), print {
  article.admission-special .p-special__example {
    width: 90%;
  }
}
article.admission-special .p-installment {
  display: block;
  width: auto;
  height: auto;
  overflow: hidden;
  font-size: 0;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  width: 100%;
  aspect-ratio: 480/160;
  margin: 0 auto;
  background: url("../image/admission/special/installment.svg") no-repeat center/contain;
}
@media only screen and (min-width: 768px), print {
  article.admission-special .p-installment {
    width: 80%;
  }
}
article.admission-scholarship .p-unilife {
  max-width: 30rem;
  margin: 2rem auto 0;
  border: 0.0625rem solid #ccc;
}
body.applications:not(.page-child) .l-header__menu-item.--applications .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.applications:not(.page-child) .l-footer__nav-title.--applications .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.applications .l-footer__nav-grid.--sp .l-footer__nav-title.--applications .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.applications-opencampus .l-header__menu-item-sub-nav-link.--applications-opencampus {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.applications-opencampus .l-header__menu-item-sub-nav-link.--applications-opencampus {
    color: #dd005a;
    background-color: #eee;
  }
}
body.applications-opencampus .l-footer__nav-item.--applications-opencampus .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.applications-ibschool .l-header__menu-item-sub-nav-link.--applications-ibschool {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.applications-ibschool .l-header__menu-item-sub-nav-link.--applications-ibschool {
    color: #dd005a;
    background-color: #eee;
  }
}
body.applications-ibschool .l-footer__nav-item.--applications-ibschool .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.applications-guidance .l-header__menu-item-sub-nav-link.--applications-guidance {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.applications-guidance .l-header__menu-item-sub-nav-link.--applications-guidance {
    color: #dd005a;
    background-color: #eee;
  }
}
body.applications-guidance .l-footer__nav-item.--applications-guidance .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.applications-online .l-header__menu-item-sub-nav-link.--applications-online {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.applications-online .l-header__menu-item-sub-nav-link.--applications-online {
    color: #dd005a;
    background-color: #eee;
  }
}
body.applications-online .l-footer__nav-item.--applications-online .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.applications-opencampus .l-header__button-item.--opencampus .l-header__button-item-link::before {
  opacity: 1;
}
body.applications-opencampus .l-header__button-item.--opencampus .l-header__button-item-link::after {
  right: 1.75rem;
  width: 2.25rem;
  height: 2.25rem;
}
body.applications-opencampus .l-header__button-item.--opencampus .l-header__button-item-link span {
  padding-right: calc(2rem + 0.625rem);
}
body.applications-opencampus .l-header__button-item.--opencampus .l-header__button-item-link span::after {
  right: 0.375rem;
  width: 0rem;
  height: 0rem;
}
body.applications-opencampus .l-header__menu-button-item.--opencampus .l-header__menu-button-item-link::before {
  opacity: 1;
}
body.applications-opencampus .l-header__menu-button-item.--opencampus .l-header__menu-button-item-link::after {
  right: 1.75rem;
  width: 2rem;
  height: 2rem;
}
body.applications-opencampus .l-header__menu-button-item.--opencampus .l-header__menu-button-item-link span {
  padding-right: 1rem;
}
body.applications-opencampus .l-header__menu-button-item.--opencampus .l-header__menu-button-item-link span::after {
  right: 2rem;
  width: 0rem;
  height: 0rem;
}

article.applications-opencampus .p-card-opencampus__item {
  border: 0.125rem solid #e84e6e;
  border-radius: 0.5rem;
}
article.applications-opencampus .p-card-opencampus__item + .p-card-opencampus__item {
  margin-top: 1.5rem;
}
article.applications-opencampus .p-card-opencampus__item-title {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  color: #fff;
  text-align: center;
  background-color: #e84e6e;
}
article.applications-opencampus .p-card-opencampus__item-body {
  padding: 1.5rem;
  color: #e84e6e;
}
article.applications-opencampus .p-card-opencampus__traffic-item {
  display: flex;
  gap: 1rem;
}
article.applications-opencampus .p-card-opencampus__traffic-item + .p-card-opencampus__traffic-item {
  margin-top: 0.5rem;
}
article.applications-opencampus .p-card-opencampus__traffic-item-icon {
  width: 3.75rem;
}
article.applications-opencampus .p-card-opencampus__traffic-item-title {
  font-size: 1.125rem;
  font-weight: 700;
}
article.applications-opencampus .p-card-opencampus__traffic-item-description {
  font-size: 0.8125rem;
}
article.applications-opencampus .p-card-opencampus__session {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
}
article.applications-opencampus .p-card-opencampus__session-item {
  padding: 0 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  border: 0.0625rem solid #e84e6e;
}
article.applications-opencampus .p-card-opencampus__text {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 1280px), print {
  article.applications-opencampus .p-card-opencampus {
    display: flex;
    gap: 1.5rem;
  }
  article.applications-opencampus .p-card-opencampus__item {
    width: calc(100% - 1.5rem / 2);
  }
  article.applications-opencampus .p-card-opencampus__item + .p-card-opencampus__item {
    margin-top: 0;
  }
}
article.applications-opencampus .p-table .u-price {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #dd005a;
}
article.applications-opencampus .p-flow {
  padding: 0 1.5rem;
}
article.applications-opencampus .p-flow__item + .p-flow__item {
  margin-top: 1.5rem;
}
article.applications-opencampus .p-flow__item-head {
  display: flex;
  gap: 1rem;
  align-items: center;
  padding: 0.5rem 1.5rem;
  font-size: 1.125rem;
  color: #fff;
  background-color: #e84e6e;
}
article.applications-opencampus .p-flow__item-head-time {
  margin-top: 0.25rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
}
article.applications-opencampus .p-flow__item-body {
  padding: 1rem;
  background-color: #eee;
}
@media only screen and (max-width: 767px) {
  article.applications-opencampus .p-flow__item-head {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }
  article.applications-opencampus .p-flow__item-body {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
}
@media only screen and (min-width: 768px), print {
  article.applications-opencampus .p-flow__item {
    display: flex;
  }
  article.applications-opencampus .p-flow__item-head {
    width: 21.25rem;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }
  article.applications-opencampus .p-flow__item-body {
    width: calc(100% - 21.25rem);
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }
}
article.applications-opencampus .p-event-date {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
}
article.applications-opencampus .p-event-date__item {
  min-width: 8.75rem;
  border: 0.0625rem solid #999;
}
article.applications-opencampus .p-event-date__item-date-time {
  padding: 0.5rem 1.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  background-color: #eee;
  border-bottom: 0.0625rem solid #999;
}
article.applications-opencampus .p-event-date__item-date-time span {
  font-size: 0.9375rem;
}
article.applications-opencampus .p-event-date__item-event {
  padding: 0.5rem;
  font-size: 0.9375rem;
  text-align: center;
}
article.applications-opencampus .p-event-date__item.--reserved {
  border: 0.0625rem solid #e84e6e;
}
article.applications-opencampus .p-event-date__item.--reserved .p-event-date__item-date-time {
  color: #fff;
  background-color: #e84e6e;
  border-bottom: 0.0625rem solid #e84e6e;
}
article.applications-ibschool .p-reduce__item {
  border: 0.0625rem solid #1284aa;
  border-radius: 0.25rem;
}
article.applications-ibschool .p-reduce__item + .p-reduce__item {
  margin-top: 1.5rem;
}
article.applications-ibschool .p-reduce__item-title {
  padding: 0.5rem 1rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #1284aa;
}
article.applications-ibschool .p-reduce__item-text {
  padding: 1rem;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 768px), print {
  article.applications-ibschool .p-reduce {
    display: flex;
    gap: 1.5rem;
  }
  article.applications-ibschool .p-reduce__item {
    width: calc((100% - 1.5rem * 2) / 3);
  }
  article.applications-ibschool .p-reduce__item + .p-reduce__item {
    margin-top: 0;
  }
}
article.applications-ibschool .c-box + .c-box {
  margin-top: 2rem;
}
article.applications-ibschool .p-voice__item {
  background-color: #f3f3f3;
}
article.applications-ibschool .p-voice__item + .p-voice__item {
  margin-top: 3rem;
}
article.applications-ibschool .p-voice__item-image {
  text-align: center;
}
article.applications-ibschool .p-voice__item-body {
  padding: 1.5rem;
}
article.applications-ibschool .p-voice__item-title {
  font-size: 1.0625rem;
  font-size: 1.125rem;
}
article.applications-ibschool .p-voice__item-text {
  margin-top: 1rem;
  font-size: 0.9375rem;
}
article.applications-ibschool .p-voice__item-name {
  margin-top: 1rem;
  font-size: 0.875rem;
}
article.applications-ibschool .p-voice__item-name span {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 768px), print {
  article.applications-ibschool .p-voice {
    display: flex;
    gap: 1.5rem;
  }
  article.applications-ibschool .p-voice__item {
    width: calc((100% - 1.5rem * 2) / 3);
  }
  article.applications-ibschool .p-voice__item + .p-voice__item {
    margin-top: 0;
  }
}
body.blog .l-header__menu-subitem.--blog .l-header__menu-subitem-link {
  color: #dd005a;
}
body.blog .l-footer__nav-item.--blog .l-footer__nav-item-link {
  color: #dd005a;
  text-decoration: underline;
}

.p-blog .p-title-h3 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.p-blog__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  margin-top: 2rem;
}
.p-blog__tag {
  display: inline-block;
  padding: 0.25rem 1rem 0;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  color: #222 !important;
  text-decoration: none !important;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
.p-blog__tag.is-active {
  font-weight: 700;
  background-color: #eee;
}
@media (hover: hover), (pointer: fine) {
  .p-blog__tag:focus-visible, .p-blog__tag:hover {
    background-color: #eee;
  }
}
.p-blog__list {
  margin-top: 2rem;
}
.p-blog__list.swiper-wrapper .p-blog__link {
  max-width: 20rem;
}
.p-blog__list:not(.swiper-wrapper) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .p-blog__list:not(.swiper-wrapper) {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1280px), print {
  .p-blog__list:not(.swiper-wrapper) {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-blog__link {
  display: block;
  padding: 1rem;
  color: #222 !important;
  text-decoration: none !important;
  background-color: #ccc;
  background-image: radial-gradient(at 60% 90%, #eee 0, transparent 50%);
  transition: background-color 300ms, background-image 300ms;
}
.p-blog__link-image {
  overflow: hidden;
}
.p-blog__link-image img {
  width: 100%;
  aspect-ratio: 520/360;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 300ms;
}
.p-blog__link-title {
  display: inline-block;
  max-width: 100%;
  margin-top: 1rem;
  font-weight: 700;
  transition: color 300ms;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-blog__link-info {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px), print {
  .p-blog__link-info {
    display: flex;
    align-items: center;
  }
}
.p-blog__link-date {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px), print {
  .p-blog__link-date {
    width: 60%;
  }
}
@media only screen and (min-width: 768px), print {
  .p-blog__link-tag {
    width: 40%;
  }
}
.p-blog__link-tag-label {
  display: inline-block;
  padding: 0 0.5rem;
  font-size: 0.625rem;
  background-color: #fff;
  border-radius: 9999rem;
}
.p-blog__link.--new .p-blog__link-title {
  position: relative;
  padding-right: 2rem;
}
.p-blog__link.--new .p-blog__link-title::after {
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  margin-top: 0.125rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #dd005a;
  content: "NEW";
  transition: color 300ms;
  transform: translateY(-50%);
}
@media (hover: hover), (pointer: fine) {
  .p-blog__link:focus-visible, .p-blog__link:hover {
    color: #fff !important;
    background-color: #9f004b;
    background-image: radial-gradient(at 20% 30%, #e481ab 0, transparent 80%);
  }
  .p-blog__link:focus-visible .p-blog__link-image img, .p-blog__link:hover .p-blog__link-image img {
    opacity: 1;
    transform: scale(1.1);
  }
  .p-blog__link:focus-visible .p-blog__link-title::after, .p-blog__link:hover .p-blog__link-title::after {
    color: #fff;
  }
  .p-blog__link:focus-visible .p-blog__link-tag-label, .p-blog__link:hover .p-blog__link-tag-label {
    color: #dd005a;
  }
}
.p-blog .p-title-h4 {
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
.p-blog__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}
.p-blog__meta-date {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transform: translateY(0.125rem);
}
.p-blog__meta-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  background-color: #eee;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
.p-blog__content {
  margin-top: 4rem;
  font-size: 1.0625rem;
}
.p-blog__content::after {
  display: block;
  clear: both;
  content: "";
}
.p-blog__content > * {
  margin-bottom: 1.5rem;
}
.p-blog__content h1,
.p-blog__content h2,
.p-blog__content h3,
.p-blog__content h4,
.p-blog__content h5,
.p-blog__content h6 {
  position: relative;
  line-height: 1.4;
}
.p-blog__content h1 {
  padding: 1rem 0.5rem;
  font-size: clamp(1.875rem, 2.65625vw, 2.125rem);
  background: linear-gradient(90deg, #f8f8f8 0%, #bebbb9 100%);
}
.p-blog__content h2 {
  position: relative;
  margin-bottom: 2rem;
  font-size: clamp(1.5rem, 2.34375vw, 1.875rem);
}
.p-blog__content h2::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  content: "";
  background-color: #222;
}
.p-blog__content h2.has-text-align-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.p-blog__content h2.has-text-align-right::after {
  right: 0;
  left: auto;
}
.p-blog__content h3 {
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
.p-blog__content h4 {
  font-size: clamp(1.25rem, 2.03125vw, 1.625rem);
  color: #222;
}
.p-blog__content h5 {
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
  color: #222;
}
.p-blog__content h6 {
  font-size: clamp(1rem, 1.71875vw, 1.375rem);
  color: #222;
}
.p-blog__content img {
  width: auto;
}
.p-blog__content mark {
  background: linear-gradient(transparent 65%, #fc6 0%);
}
.p-blog__content blockquote {
  position: relative;
  padding-left: 2.5rem;
}
.p-blog__content blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: clamp(1.5rem, 2.34375vw, 1.875rem);
  height: clamp(1.5rem, 2.34375vw, 1.875rem);
  content: "";
  background: url("../image/common/icon_double_quotation.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
.p-blog__content ul {
  margin-left: 1.25em;
}
.p-blog__content ul[style^="list-style-type:"] > li::before {
  display: none;
}
.p-blog__content ul > li {
  position: relative;
}
.p-blog__content ul > li::before {
  position: absolute;
  top: 0;
  left: -1.25em;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transform: translate(0.25em, 0.75em);
}
.p-blog__content ol {
  margin-left: 1.25em;
  list-style-type: decimal;
}
.p-blog__content table {
  width: 100%;
  border-top: 0.0625rem solid #999;
  border-left: 0.0625rem solid #999;
}
.p-blog__content table th,
.p-blog__content table td {
  border-right: 0.0625rem solid #999;
  border-bottom: 0.0625rem solid #999;
}
.p-blog__content table th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
}
.p-blog__content table td {
  background-color: #fff;
}

body.campuslife:not(.page-child) .l-header__menu-item.--campuslife .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.campuslife:not(.page-child) .l-footer__nav-title.--campuslife .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.campuslife .l-footer__nav-grid.--sp .l-footer__nav-title.--campuslife .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.campuslife-event .l-header__menu-item-sub-nav-link.--campuslife-event {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.campuslife-event .l-header__menu-item-sub-nav-link.--campuslife-event {
    color: #dd005a;
    background-color: #eee;
  }
}
body.campuslife-event .l-footer__nav-item.--campuslife-event .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.campuslife-contest .l-header__menu-item-sub-nav-link.--campuslife-contest {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.campuslife-contest .l-header__menu-item-sub-nav-link.--campuslife-contest {
    color: #dd005a;
    background-color: #eee;
  }
}
body.campuslife-contest .l-footer__nav-item.--campuslife-contest .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.campuslife-collection .l-header__menu-item-sub-nav-link.--campuslife-collection {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.campuslife-collection .l-header__menu-item-sub-nav-link.--campuslife-collection {
    color: #dd005a;
    background-color: #eee;
  }
}
body.campuslife-collection .l-footer__nav-item.--campuslife-collection .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.campuslife-commute .l-header__menu-item-sub-nav-link.--campuslife-commute {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.campuslife-commute .l-header__menu-item-sub-nav-link.--campuslife-commute {
    color: #dd005a;
    background-color: #eee;
  }
}
body.campuslife-commute .l-footer__nav-item.--campuslife-commute .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.campuslife-areamap .l-header__menu-item-sub-nav-link.--campuslife-areamap {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.campuslife-areamap .l-header__menu-item-sub-nav-link.--campuslife-areamap {
    color: #dd005a;
    background-color: #eee;
  }
}
body.campuslife-areamap .l-footer__nav-item.--campuslife-areamap .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}

article.campuslife-event .p-schedule {
  display: flex;
  flex-wrap: wrap;
  border-top: 0.0625rem solid #666;
}
article.campuslife-event .p-schedule__month {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  border-bottom: 0.0625rem solid #666;
}
article.campuslife-event .p-schedule__month span {
  margin-right: 0.25rem;
  font-size: 1.4375rem;
}
article.campuslife-event .p-schedule__event {
  width: calc(100% - 6.25rem);
}
article.campuslife-event .p-schedule__event-title {
  padding-top: 0.5rem;
  font-size: 1.0625rem;
  font-weight: 700;
  color: #b31862;
}
article.campuslife-event .p-schedule__event-detail {
  padding-bottom: 0.5rem;
  border-bottom: 0.0625rem solid #666;
}
article.campuslife-contest .p-award {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 1rem;
}
article.campuslife-contest .p-award__item-body {
  margin-top: 0.5rem;
}
article.campuslife-contest .p-award__item-title {
  font-size: 1.1875rem;
}
article.campuslife-contest .p-award__item-grade {
  margin-top: 0.5rem;
}
article.campuslife-contest .p-award__item-name {
  font-size: 1.1875rem;
  line-height: 1.2;
}
article.campuslife-contest .p-award__item-name strong,
article.campuslife-contest .p-award__item-name span {
  display: inline-block;
}
article.campuslife-contest .p-award__item-name span {
  font-size: 0.9375rem;
}
article.campuslife-contest .p-award__item-text {
  margin-top: 0.5rem;
}
@media only screen and (min-width: 768px), print {
  article.campuslife-contest .p-award__item-body {
    margin-top: 0;
  }
  article.campuslife-contest .p-award__item-title {
    font-size: 1.4375rem;
  }
  article.campuslife-contest .p-award__item-grade {
    font-size: 1.0625rem;
  }
  article.campuslife-contest .p-award__item-name {
    font-size: 1.4375rem;
  }
}
@media only screen and (min-width: 1280px), print {
  article.campuslife-contest .p-award__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 768px), print {
  article.campuslife-commute .p-commute {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1.5rem;
  }
  article.campuslife-commute .p-commute__flow {
    grid-column: 1/3;
  }
}
article.campuslife-commute .p-commute__title {
  margin-top: 1rem;
  font-size: 1.4375rem;
  line-height: 1.2;
}
article.campuslife-commute .p-commute__title strong,
article.campuslife-commute .p-commute__title span {
  display: inline-block;
}
article.campuslife-commute .p-commute__title span {
  font-size: 0.9375rem;
}
article.campuslife-commute .p-commute__definition {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: flex-start;
  margin-top: 1.5rem;
}
article.campuslife-commute .p-commute__definition-term {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75rem;
  font-weight: 400;
  border: 0.0625rem solid #999;
}
article.campuslife-commute .p-commute__definition-description {
  width: calc(100% - 3.75rem - 0.5rem);
}
article.campuslife-commute .p-commute__course {
  margin-top: 2rem;
  font-size: 1.0625rem;
}
article.campuslife-commute .p-commute__name {
  font-size: 1.1875rem;
}
article.campuslife-commute .p-commute__name span {
  font-size: 0.8125rem;
}
article.campuslife-commute .p-commute__flow {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 2rem;
}
article.campuslife-commute .p-commute__flow-item + .p-commute__flow-item .p-commute__flow-image {
  position: relative;
}
article.campuslife-commute .p-commute__flow-item + .p-commute__flow-item .p-commute__flow-image::before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  transform: translate(-50%, -50%);
}
article.campuslife-commute .p-commute__flow-title {
  margin-top: 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  article.campuslife-commute .p-commute__flow-item + .p-commute__flow-item .p-commute__flow-image::before {
    top: 0;
    left: 50%;
    margin-top: calc(3rem / 2 * -1);
    border-top: 1rem solid #b31862;
    border-right: 0.625rem solid transparent;
    border-left: 0.625rem solid transparent;
  }
}
@media only screen and (min-width: 768px), print {
  article.campuslife-commute .p-commute__flow {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
  article.campuslife-commute .p-commute__flow-item + .p-commute__flow-item .p-commute__flow-image::before {
    top: 50%;
    left: 0;
    margin-left: calc(2rem / 2 * -1);
    border-top: 0.625rem solid transparent;
    border-bottom: 0.625rem solid transparent;
    border-left: 1rem solid #b31862;
  }
}
article.campuslife-areamap .p-access {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 5rem;
}
article.campuslife-areamap .p-access__image {
  padding: 1rem;
  border: 0.0625rem solid #222;
}
@media only screen and (min-width: 768px), print {
  article.campuslife-areamap .p-access {
    flex-direction: row;
    align-items: flex-start;
  }
  article.campuslife-areamap .p-access__image {
    width: 50%;
  }
  article.campuslife-areamap .p-access__info {
    width: calc(50% - 3rem);
  }
}

body.contact .l-header__menu-subitem.--contact .l-header__menu-subitem-link {
  color: #dd005a;
}
body.contact .l-footer__nav-title.--contact .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}

body.course:not(.page-child) .l-header__menu-item.--course .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.course:not(.page-child) .l-footer__nav-title.--course .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.course .l-footer__nav-grid.--sp .l-footer__nav-title.--course .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.course-barber .l-header__menu-item-sub-nav-link.--course-barber {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-barber .l-header__menu-item-sub-nav-link.--course-barber {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-barber .l-footer__nav-item.--course-barber .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.course-beauty .l-header__menu-item-sub-nav-link.--course-beauty {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-beauty .l-header__menu-item-sub-nav-link.--course-beauty {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-beauty .l-footer__nav-item.--course-beauty .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.course-wlicense .l-header__menu-item-sub-nav-link.--course-wlicense {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-wlicense .l-header__menu-item-sub-nav-link.--course-wlicense {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-wlicense .l-footer__nav-item.--course-wlicense .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.course-online .l-header__menu-item-sub-nav-link.--course-online {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-online .l-header__menu-item-sub-nav-link.--course-online {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-online .l-footer__nav-item.--course-online .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.course-elective .l-header__menu-item-sub-nav-link.--course-elective {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-elective .l-header__menu-item-sub-nav-link.--course-elective {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-elective .l-footer__nav-item.--course-elective .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.course-license .l-header__menu-item-sub-nav-link.--course-license {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-license .l-header__menu-item-sub-nav-link.--course-license {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-license .l-footer__nav-item.--course-license .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.course-preparation .l-header__menu-item-sub-nav-link.--course-preparation {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.course-preparation .l-header__menu-item-sub-nav-link.--course-preparation {
    color: #dd005a;
    background-color: #eee;
  }
}
body.course-preparation .l-footer__nav-item.--course-preparation .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}

article.course-wlicense .p-future {
  margin-top: 3rem;
}
article.course-wlicense .p-future__item {
  padding: 1.5rem;
  border: 0.0625rem solid #999;
}
article.course-wlicense .p-future__item + .p-future__item {
  margin-top: 2rem;
}
article.course-wlicense .p-future__item-image {
  margin-bottom: 1rem;
  text-align: center;
}
article.course-wlicense .p-future__item-image img {
  width: 80%;
  max-width: 17.5rem;
}
article.course-wlicense .p-future__item-salon, article.course-wlicense .p-future__item-name {
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  article.course-wlicense .p-future {
    display: flex;
    gap: 2rem;
  }
  article.course-wlicense .p-future__item {
    flex: 1;
    padding: 2rem 1rem;
    margin-top: 0 !important;
  }
  article.course-wlicense .p-future__item-image {
    margin-bottom: 1.5rem;
  }
}
article.course-license .p-passrate {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px), print {
  article.course-license .p-passrate {
    grid-template-columns: repeat(2, 1fr);
  }
}
article.course-license .p-passrate__item {
  text-align: center;
}
article.course-license .p-passrate__item-title {
  font-size: 1.1875rem;
  font-weight: 700;
}
article.course-license .p-passrate__item-image {
  margin-top: 0.5rem;
}
article.course-license .p-passrate__item-image img {
  width: 80%;
  max-width: 18.75rem;
}
article.course-license .p-passrate__item-info {
  margin-top: 1rem;
}
article.course-license .p-passrate__item-info span {
  font-size: 0.8125rem;
}
article.course-preparation .p-teaching-materials {
  display: flex;
  flex-flow: column wrap;
  gap: 3rem;
}
article.course-preparation .p-teaching-materials__images {
  display: flex;
  flex-flow: column wrap;
  gap: 1.5rem;
}
article.course-preparation .p-teaching-materials__image-caption {
  margin-top: 0.5rem;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  article.course-preparation .p-teaching-materials {
    flex-direction: row;
  }
  article.course-preparation .p-teaching-materials__barber, article.course-preparation .p-teaching-materials__beauty {
    width: calc((100% - 3rem) / 2);
  }
  article.course-preparation .p-teaching-materials__images {
    flex-direction: row;
    gap: 3rem;
  }
  article.course-preparation .p-teaching-materials__images .p-teaching-materials__image {
    width: calc((100% - 3rem) / 2);
  }
}
body.disclosure .l-header__menu-subitem.--disclosure .l-header__menu-subitem-link {
  color: #dd005a;
}
body.disclosure .l-footer__nav-title.--disclosure .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}

article.disclosure-union .p-meeting__item {
  padding: 0.5rem 0;
  font-size: 1.0625rem;
  border-bottom: 0.0625rem solid #ccc;
}
article.disclosure-union .p-meeting__item::before {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem;
  content: "";
  border-top: 0.125rem solid #dd005a;
  border-right: 0.125rem solid #dd005a;
  transform: rotate(45deg);
}
article.disclosure-union .p-meeting__message {
  margin-top: 1.5rem;
  font-size: 1.0625rem;
}

body.employment:not(.page-child) .l-header__menu-item.--employment .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.employment:not(.page-child) .l-footer__nav-title.--employment .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.employment .l-footer__nav-grid.--sp .l-footer__nav-title.--employment .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.employment-data .l-header__menu-item-sub-nav-link.--employment-data {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.employment-data .l-header__menu-item-sub-nav-link.--employment-data {
    color: #dd005a;
    background-color: #eee;
  }
}
body.employment-data .l-footer__nav-item.--employment-data .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.employment-support .l-header__menu-item-sub-nav-link.--employment-support {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.employment-support .l-header__menu-item-sub-nav-link.--employment-support {
    color: #dd005a;
    background-color: #eee;
  }
}
body.employment-support .l-footer__nav-item.--employment-support .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.employment-voice .l-header__menu-item-sub-nav-link.--employment-voice {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.employment-voice .l-header__menu-item-sub-nav-link.--employment-voice {
    color: #dd005a;
    background-color: #eee;
  }
}
body.employment-voice .l-footer__nav-item.--employment-voice .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}

article.employment-data .p-datarate {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 3rem;
}
@media only screen and (min-width: 768px), print {
  article.employment-data .p-datarate {
    grid-template-columns: repeat(2, 1fr);
  }
}
article.employment-data .p-datarate__item {
  text-align: center;
}
article.employment-data .p-datarate__item-title {
  font-size: 1.1875rem;
  font-weight: 700;
}
article.employment-data .p-datarate__item-image {
  margin-top: 0.5rem;
}
article.employment-data .p-datarate__item-image img {
  width: 80%;
  max-width: 30rem;
}
article.employment-data .p-datarate__item-info {
  margin-top: 1rem;
}
article.employment-voice .p-voice {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem 1.5rem;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  article.employment-voice .p-voice {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem 2rem;
  }
}
@media only screen and (min-width: 1280px), print {
  article.employment-voice .p-voice {
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem 2rem;
  }
}
article.employment-voice .p-voice__item-body {
  margin-top: 1rem;
}
article.employment-voice .p-voice__item-shop {
  font-size: 1.0625rem;
  font-weight: 700;
}
article.employment-voice .p-voice__item-name {
  font-size: 1.1875rem;
  font-weight: 700;
}
article.employment-voice .p-voice__item-name span {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 400;
}
article.employment-voice .p-voice__item-text {
  margin-top: 0.25rem;
}

body.guide:not(.page-child) .l-header__menu-item.--guide .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.guide:not(.page-child) .l-footer__nav-title.--guide .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.guide .l-footer__nav-grid.--sp .l-footer__nav-title.--guide .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.guide-ib .l-header__menu-item-sub-nav-link.--guide-ib {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.guide-ib .l-header__menu-item-sub-nav-link.--guide-ib {
    color: #dd005a;
    background-color: #eee;
  }
}
body.guide-ib .l-footer__nav-item.--guide-ib .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.guide-strength .l-header__menu-item-sub-nav-link.--guide-strength {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.guide-strength .l-header__menu-item-sub-nav-link.--guide-strength {
    color: #dd005a;
    background-color: #eee;
  }
}
body.guide-strength .l-footer__nav-item.--guide-strength .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}

article.guide-ib .p-policy__message {
  font-size: 1.0625rem;
}
article.guide-ib .p-history {
  position: relative;
}
article.guide-ib .p-history::before {
  position: absolute;
  top: 0.875rem;
  bottom: 2.625rem;
  left: 0;
  width: 0.15625rem;
  margin-left: 0.5rem;
  content: "";
  background-color: #dd005a;
}
article.guide-ib .p-history__term {
  position: relative;
  padding-left: 2rem;
  font-size: 1.0625rem;
  font-weight: 400;
}
article.guide-ib .p-history__term::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  content: "";
  background-color: #fff;
  border: 0.25rem solid #dd005a;
  border-radius: 50%;
  transform: translateY(-50%);
}
article.guide-ib .p-history__description {
  margin-left: 3rem;
}
article.guide-ib .p-history__description + .p-history__term {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px), print {
  article.guide-ib .p-history {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem 0;
  }
  article.guide-ib .p-history::before {
    bottom: 0.875rem;
    left: 8.125rem;
  }
  article.guide-ib .p-history__term {
    width: 8.75rem;
    padding-left: 0;
  }
  article.guide-ib .p-history__term::before {
    left: 8.125rem;
  }
  article.guide-ib .p-history__description {
    width: calc(100% - 8.75rem - 1.5rem);
    margin-left: 1.5rem;
    font-size: 1.0625rem;
  }
  article.guide-ib .p-history__description + .p-history__term {
    margin-top: 0;
  }
}
article.guide-ib .p-staff__item + .p-staff__item {
  margin-top: 4rem;
}
article.guide-ib .p-staff__item-image {
  text-align: center;
}
article.guide-ib .p-staff__item-image img {
  width: 80%;
  max-width: 31.25rem;
}
article.guide-ib .p-staff__item-body {
  margin-top: 1.5rem;
}
article.guide-ib .p-staff__item-title {
  padding-bottom: 0.5rem;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 0.125rem solid #222;
}
article.guide-ib .p-staff__item-title-sub, article.guide-ib .p-staff__item-title-main {
  display: block;
}
article.guide-ib .p-staff__item-title-sub {
  margin-right: 0.5rem;
}
article.guide-ib .p-staff__item-content {
  margin-top: 1rem;
}
@media only screen and (min-width: 768px), print {
  article.guide-ib .p-staff__item {
    display: flex;
    gap: 3rem;
  }
  article.guide-ib .p-staff__item + .p-staff__item {
    margin-top: 6rem;
  }
  article.guide-ib .p-staff__item-image {
    flex: 0 1 25rem;
  }
  article.guide-ib .p-staff__item-image img {
    width: 100%;
  }
  article.guide-ib .p-staff__item-title-sub, article.guide-ib .p-staff__item-title-main {
    display: inline-block;
  }
  article.guide-ib .p-staff__item-body {
    flex: 0 2 50rem;
    margin-top: 0.25rem;
  }
}
article.guide-strength .p-system__title {
  display: flex;
  gap: 2rem;
  align-items: flex-end;
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
  color: #b31862;
}
article.guide-strength .p-system__title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
article.guide-strength .p-system__title-en span {
  font-size: 0.5625rem;
  font-weight: 700;
}
article.guide-strength .p-system__title-jp {
  line-height: 1.6;
}
article.guide-strength .p-system__content {
  margin-top: 2rem;
}
article.guide-strength .p-system__content + .p-system__title {
  margin-top: 5rem;
}
@media only screen and (min-width: 768px), print {
  article.guide-strength .p-system__content {
    display: flex;
    gap: 4rem;
  }
  article.guide-strength .p-system__content-image {
    width: 30%;
  }
  article.guide-strength .p-system__content-text {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  article.guide-strength .p-system__content-image {
    max-width: 80%;
    margin: 0 auto 1rem;
  }
  article.guide-strength .p-system__content-text {
    margin-top: 1rem;
  }
}
article.guide-strength .p-system .p-title-h6 {
  font-size: clamp(1.125rem, 1.71875vw, 1.375rem);
}
article.guide-strength .p-system .p-list-number-zero {
  margin-top: 1.5rem;
}
article.guide-strength .p-system .p-list-number-zero__item-title {
  color: #b31862;
}
article.guide-strength .p-system .p-list-number-zero__item-content {
  margin-left: -3em;
}

body.index .l-header__menu-item.--index .l-header__menu-item-link {
  color: #dd005a;
  background-color: #eee;
}
body.index .l-footer__nav-title.--index .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
body.index .p-mainvisual {
  overflow: hidden;
}
body.index .p-mainvisual__inner {
  position: relative;
}
body.index .p-mainvisual__swiper-slide {
  position: relative;
}
body.index .p-mainvisual__swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  body.index .p-mainvisual__swiper-slide img {
    aspect-ratio: 810/900;
  }
}
@media only screen and (min-width: 768px), print {
  body.index .p-mainvisual__swiper-slide img {
    height: 56.25rem;
  }
}
body.index .p-mainvisual__catch {
  position: absolute;
  bottom: 5rem;
  left: 1.5rem;
  z-index: 10;
  width: 100%;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 700;
  color: #fff;
  mix-blend-mode: soft-light;
}
body.index .p-mainvisual__catch-title {
  font-size: 5.625vw;
  line-height: 1;
}
body.index .p-mainvisual__catch-text {
  font-size: 1.25vw;
}
body.index .p-mainvisual__catch-passrate {
  margin-top: 1.5rem;
  line-height: 1.2;
}
body.index .p-mainvisual__catch-passrate-item {
  display: flex;
  align-items: center;
}
body.index .p-mainvisual__catch-passrate-item-text {
  width: 10em;
  margin-right: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 2.34375vw;
  font-weight: 400;
  text-align: right;
}
body.index .p-mainvisual__catch-passrate-item-number {
  font-size: 4.0625vw;
}
body.index .p-mainvisual__catch-passrate-item-unit {
  font-size: 3.125vw;
}
@media only screen and (min-width: 1280px), print {
  body.index .p-mainvisual__catch {
    bottom: 6rem;
    left: 4rem;
  }
  body.index .p-mainvisual__catch-title {
    font-size: 4rem;
  }
  body.index .p-mainvisual__catch-text {
    font-size: 0.75rem;
  }
  body.index .p-mainvisual__catch-passrate {
    margin-top: 3rem;
  }
  body.index .p-mainvisual__catch-passrate-item-text {
    font-size: 1.5rem;
  }
  body.index .p-mainvisual__catch-passrate-item-number {
    font-size: 2.875rem;
  }
  body.index .p-mainvisual__catch-passrate-item-unit {
    font-size: 2.125rem;
  }
}
body.index .p-getintouch {
  padding-top: 0;
  margin-top: 0;
}
body.index .p-getintouch::before {
  display: none;
}

article.index .l-section.campuslife, article.index .l-section.blog {
  overflow: hidden;
}
article.index .l-section.instagram {
  background-color: #222;
  background-image: radial-gradient(at 10% 10%, #9d7e88 0, transparent 50%), radial-gradient(at 90% 10%, #b6aeaf 0, transparent 50%), radial-gradient(at 90% 90%, #543c5d 0, transparent 50%), radial-gradient(at 10% 90%, #1f1d21 0, transparent 50%);
}
article.index .p-news {
  position: relative;
}
article.index .p-news__list {
  display: none;
}
article.index .p-news__list.is-active {
  display: block;
}
article.index .p-news__more {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 1280px), print {
  article.index .p-news__categories {
    flex-direction: column;
    align-items: flex-start;
  }
  article.index .p-news__list {
    position: absolute;
    top: 0;
    left: 28.75rem;
    width: calc(100% - 28.75rem);
  }
  article.index .p-news__more {
    text-align: left;
  }
}
article.index .p-opencampus {
  position: relative;
}
article.index .p-opencampus .p-title-section {
  position: relative;
  pointer-events: none;
}
article.index .p-opencampus__link {
  display: block;
  margin-top: -9%;
}
@media only screen and (min-width: 1280px), print {
  article.index .p-opencampus__link {
    margin-top: -5rem;
  }
}
article.index .p-opencampus__link img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  article.index .p-opencampus__link img {
    aspect-ratio: 390/350;
  }
}
@media only screen and (min-width: 768px), print {
  article.index .p-opencampus__link img {
    height: 41.875rem;
  }
}
article.index .p-opencampus__mousestoker {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.25rem;
  height: 6.25rem;
  margin: -3.125rem 0 0 -3.125rem;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #222;
  text-align: center;
  pointer-events: none;
  background-color: #fff;
  border-radius: 50%;
  mix-blend-mode: difference;
  opacity: 0;
  transition: opacity 0.4s cubic-bezier(0.2, 1, 0.4, 1), transform 0.8s cubic-bezier(0.2, 1, 0.4, 1);
  transform: translate(50vw, 50vh) scale(0);
}
article.index .p-opencampus__mousestoker.is-active {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  article.index .p-opencampus__mousestoker {
    position: absolute;
    top: 7.5rem;
    right: 1.25rem;
    left: auto;
    opacity: 1;
    transform: translate(0, 0) scale(1) !important;
  }
}
article.index .p-opencampus__catch {
  width: 90%;
  max-width: 65rem;
  margin: 0 auto;
  margin-top: -8%;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.6s, transform 0.6s;
  transform: translateY(6.25rem);
}
@media only screen and (min-width: 1280px), print {
  article.index .p-opencampus__catch {
    margin-top: -5.625rem;
  }
}
article.index .p-opencampus__catch.is-active {
  opacity: 1;
  transform: translateY(0);
}
article.index .p-course {
  position: relative;
}
article.index .p-course__upper {
  grid-template-columns: repeat(3, 1fr);
  margin-top: 2rem;
}
article.index .p-course__upper .p-course__link-title {
  text-align: left;
}
article.index .p-course__upper .p-course__link-info {
  text-align: right;
}
article.index .p-course__lower {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 1rem;
}
article.index .p-course__lower .p-course__link {
  display: flex;
  gap: 1.5rem;
}
article.index .p-course__lower .p-course__link-image {
  width: 39.5604395604%;
}
article.index .p-course__lower .p-course__link-info {
  width: 60.4395604396%;
}
article.index .p-course__lower .p-course__link-title {
  margin-top: 0.25rem;
}
@media only screen and (min-width: 1280px), print {
  article.index .p-course__lower .p-course__link-title {
    margin-top: 1.5rem;
  }
}
article.index .p-course__lower .p-course__link-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
article.index .p-course__upper, article.index .p-course__lower {
  display: grid;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  article.index .p-course__upper, article.index .p-course__lower {
    grid-template-columns: 1fr;
  }
}
article.index .p-course__link {
  position: relative;
  display: block;
  padding: 1rem;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  background: no-repeat center bottom/cover;
}
article.index .p-course__link::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: no-repeat center bottom/cover;
  opacity: 0;
  transition: opacity 500ms, transform 500ms;
  transform: scale(1.05);
}
article.index .p-course__link-image img {
  width: 100%;
  border: 0.0625rem solid transparent;
  transition: border-color 300ms;
}
article.index .p-course__link-image, article.index .p-course__link-info {
  position: relative;
}
article.index .p-course__link-title {
  margin-top: 1.5rem;
}
article.index .p-course__link-title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
}
article.index .p-course__link-title-jp {
  margin-top: 0.25rem;
  font-size: 1.125rem;
}
article.index .p-course__link-title-jp span {
  font-size: 0.8125rem;
}
article.index .p-course__link-more {
  position: relative;
  display: inline-flex;
  margin-top: 1rem;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border-radius: 9999rem;
}
article.index .p-course__link-more::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: url("../image/common/icon_arrow_button.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
article.index .p-course__link-more span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 8.75rem;
  min-height: 1.75rem;
  padding: 0.25rem 1.5rem 0;
  text-align: center;
  transition: padding-right 300ms;
}
article.index .p-course__link-more span::after {
  position: absolute;
  top: 50%;
  right: 0.625rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translateY(-50%);
}
article.index .p-course__link.--barber {
  background-image: url("../image/index/course_barber_bg.webp");
}
article.index .p-course__link.--barber::before {
  background-image: url("../image/index/course_barber_light.webp");
}
article.index .p-course__link.--barber .p-course__link-more {
  color: #281b70 !important;
}
article.index .p-course__link.--barber .p-course__link-more::after {
  background-color: #281b70;
}
article.index .p-course__link.--barber .p-course__link-more span::after {
  background-color: #281b70;
}
article.index .p-course__link.--beauty {
  background-image: url("../image/index/course_beauty_bg.webp");
}
article.index .p-course__link.--beauty::before {
  background-image: url("../image/index/course_beauty_light.webp");
}
article.index .p-course__link.--beauty .p-course__link-more {
  color: #b31862 !important;
}
article.index .p-course__link.--beauty .p-course__link-more::after {
  background-color: #b31862;
}
article.index .p-course__link.--beauty .p-course__link-more span::after {
  background-color: #b31862;
}
article.index .p-course__link.--double {
  background-image: url("../image/index/course_double_bg.webp");
}
article.index .p-course__link.--double::before {
  background-image: url("../image/index/course_double_light.webp");
}
article.index .p-course__link.--double .p-course__link-more {
  color: #095a12 !important;
}
article.index .p-course__link.--double .p-course__link-more::after {
  background-color: #095a12;
}
article.index .p-course__link.--double .p-course__link-more span::after {
  background-color: #095a12;
}
article.index .p-course__link.--elective {
  background-image: url("../image/index/course_elective_bg.webp");
}
article.index .p-course__link.--elective::before {
  background-image: url("../image/index/course_elective_light.webp");
}
article.index .p-course__link.--elective .p-course__link-more {
  color: #ea5400 !important;
}
article.index .p-course__link.--elective .p-course__link-more::after {
  background-color: #ea5400;
}
article.index .p-course__link.--elective .p-course__link-more span::after {
  background-color: #ea5400;
}
article.index .p-course__link.--correspondence {
  background-image: url("../image/index/course_correspondence_bg.webp");
}
article.index .p-course__link.--correspondence::before {
  background-image: url("../image/index/course_correspondence_light.webp");
}
article.index .p-course__link.--correspondence .p-course__link-more {
  color: #222 !important;
}
article.index .p-course__link.--correspondence .p-course__link-more::after {
  background-color: #222;
}
article.index .p-course__link.--correspondence .p-course__link-more span::after {
  background-color: #222;
}
@media (hover: hover), (pointer: fine) {
  article.index .p-course__link:focus-visible::before, article.index .p-course__link:hover::before {
    opacity: 1;
    transform: scale(1);
  }
  article.index .p-course__link:focus-visible .p-course__link-image img, article.index .p-course__link:hover .p-course__link-image img {
    border-color: #fff;
  }
  article.index .p-course__link:focus-visible .p-course__link-more::after, article.index .p-course__link:hover .p-course__link-more::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  article.index .p-course__link:focus-visible .p-course__link-more span, article.index .p-course__link:hover .p-course__link-more span {
    padding-right: calc(1.5rem + 0.75rem);
  }
  article.index .p-course__link:focus-visible .p-course__link-more span::after, article.index .p-course__link:hover .p-course__link-more span::after {
    width: 0rem;
    height: 0rem;
  }
}
@media only screen and (width <= 1800px) {
  article.index .p-course__link-title-en {
    font-size: 1.6666666667vw;
  }
  article.index .p-course__link-title-jp {
    font-size: 1vw;
  }
  article.index .p-course__link-title-jp span {
    font-size: 0.7222222222vw;
  }
}
@media only screen and (max-width: 767px) {
  article.index .p-course__link::before {
    opacity: 1;
    transform: scale(1);
  }
  article.index .p-course__link-title-en {
    font-size: 3.28125vw;
  }
  article.index .p-course__link-title-jp {
    font-size: 2.8125vw;
  }
  article.index .p-course__link-title-jp span {
    font-size: 2.03125vw;
  }
}
article.index .p-course__more {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (min-width: 768px), print {
  article.index .p-course__more {
    position: absolute;
    top: 0;
    right: 0;
  }
}
article.index .p-campuslife {
  position: relative;
}
article.index .p-campuslife__catch {
  width: 25rem;
  margin-top: 3rem;
}
article.index .p-campuslife__catch-title {
  font-size: 1.25rem;
  line-height: 1.4;
}
@media only screen and (min-width: 768px), print {
  article.index .p-campuslife__catch-title {
    font-size: 2.125rem;
  }
}
article.index .p-campuslife__catch-description {
  margin-top: 1.5rem;
  font-size: 0.8125rem;
}
article.index .p-campuslife__swiper {
  margin-top: 2rem;
}
article.index .p-campuslife__link {
  display: block;
  max-width: 26.875rem;
  padding: 1rem;
  color: #222;
  text-align: right;
  text-decoration: none;
  background-color: #ccc;
  background-image: radial-gradient(at 60% 90%, #eee 0, transparent 50%);
  transition: background-color 300ms, background-image 300ms;
}
article.index .p-campuslife__link-title {
  margin-top: 1rem;
  font-size: 1.0625rem;
  font-weight: 700;
  text-align: left;
  transition: color 300ms;
}
article.index .p-campuslife__link-more {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 8.75rem;
  min-height: 1.75rem;
  padding: 0 1.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border-radius: 9999rem;
  transition: color 300ms;
}
article.index .p-campuslife__link-more::after {
  position: absolute;
  top: 50%;
  right: 1.125rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: #dd005a url("../image/common/icon_arrow_button.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
article.index .p-campuslife__link-more span {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  transition: padding-right 300ms;
}
article.index .p-campuslife__link-more span::after {
  position: absolute;
  top: 50%;
  right: -0.75rem;
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translateY(-50%);
}
@media (hover: hover), (pointer: fine) {
  article.index .p-campuslife__link:focus-visible, article.index .p-campuslife__link:hover {
    background-color: #9f004b;
    background-image: radial-gradient(at 20% 30%, #e481ab 0, transparent 80%);
  }
  article.index .p-campuslife__link:focus-visible .p-campuslife__link-title, article.index .p-campuslife__link:hover .p-campuslife__link-title {
    color: #fff;
  }
  article.index .p-campuslife__link:focus-visible .p-campuslife__link-more, article.index .p-campuslife__link:hover .p-campuslife__link-more {
    color: #dd005a !important;
  }
  article.index .p-campuslife__link:focus-visible .p-campuslife__link-more::after, article.index .p-campuslife__link:hover .p-campuslife__link-more::after {
    width: 1.25rem;
    height: 1.25rem;
  }
  article.index .p-campuslife__link:focus-visible .p-campuslife__link-more span, article.index .p-campuslife__link:hover .p-campuslife__link-more span {
    padding-right: 0.5rem;
  }
  article.index .p-campuslife__link:focus-visible .p-campuslife__link-more span::after, article.index .p-campuslife__link:hover .p-campuslife__link-more span::after {
    width: 0rem;
    height: 0rem;
  }
}
article.index .p-campuslife__more {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 1279px) {
  article.index .p-campuslife__swiper-controls {
    justify-content: center;
  }
}
@media only screen and (min-width: 1280px), print {
  article.index .p-campuslife {
    padding-bottom: 18.75rem;
  }
  article.index .p-campuslife__swiper {
    position: absolute;
    top: 6.25rem;
    left: 28.75rem;
    width: calc(100% - 28.75rem + 1rem);
    overflow: hidden !important;
  }
  article.index .p-campuslife__more {
    text-align: left;
  }
}
@media only screen and (width >= 1460px) {
  article.index .p-campuslife__swiper {
    width: calc(100% - 28.75rem + 50vw - 700px - 1rem/2);
  }
}
article.index .p-instagram .p-title-section {
  position: relative;
}
article.index .p-instagram .p-title-section::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 19.53125vw;
  height: 8.59375vw;
  content: "";
  background: url("../image/index/instagram_followus.svg") no-repeat center/contain;
  transform: translate(10%, -100%);
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  article.index .p-instagram .p-title-section::before {
    transform: translate(20%, -100%);
  }
}
@media only screen and (min-width: 1280px), print {
  article.index .p-instagram .p-title-section::before {
    width: 15.625rem;
    height: 6.875rem;
    transform: translate(40%, -100%);
  }
}
article.index .p-instagram__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  margin-top: 1.5rem;
}
@media only screen and (min-width: 768px), print {
  article.index .p-instagram__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
article.index .p-instagram__item-title {
  color: #fff;
  text-align: center;
}
article.index .p-instagram__item-title-link {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  transition: opacity 300ms;
}
@media (hover: hover), (pointer: fine) {
  article.index .p-instagram__item-title-link:focus-visible, article.index .p-instagram__item-title-link:hover {
    opacity: 0.8;
  }
}
article.index .p-instagram__item-title-icon {
  width: 1.875rem;
  margin: 0 auto;
}
article.index .p-instagram__item-title-en {
  margin-top: 0.5rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1;
}
article.index .p-instagram__item-title-jp {
  font-size: 0.875rem;
}
article.index .p-instagram__item-feed {
  padding: 2rem;
  margin-top: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
}
article.index .p-instagram__item-feed #sb_instagram {
  padding: 0 !important;
}
article.index .p-instagram__item-feed #sbi_images {
  padding: 0 !important;
}
article.index .p-instagram__item-feed .sbi_photo {
  transition: opacity 300ms;
}
@media (hover: hover), (pointer: fine) {
  article.index .p-instagram__item-feed .sbi_photo:focus-visible, article.index .p-instagram__item-feed .sbi_photo:hover {
    opacity: 0.8 !important;
  }
}
article.index .p-blog {
  position: relative;
}
article.index .p-blog__swiper {
  display: none;
}
article.index .p-blog__swiper.is-active {
  display: block;
}
article.index .p-blog__more {
  margin-top: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  article.index .p-blog__link {
    max-width: 100%;
  }
}
@media only screen and (max-width: 1279px) {
  article.index .p-blog__swiper-controls {
    justify-content: center;
  }
}
@media only screen and (min-width: 1280px), print {
  article.index .p-blog__tags {
    flex-direction: column;
    align-items: flex-start;
  }
  article.index .p-blog__swiper {
    position: absolute;
    top: 0;
    left: 28.75rem;
    width: calc(100% - 28.75rem + 1rem);
    overflow: hidden !important;
  }
  article.index .p-blog__more {
    text-align: left;
  }
}
@media only screen and (width >= 1460px) {
  article.index .p-blog__swiper {
    width: calc(100% - 28.75rem + 50vw - 700px - 1rem/2);
  }
}
article.index .p-application {
  padding: 6rem 0;
  border-top: 0.0625rem solid #222;
  border-bottom: 0.0625rem solid #222;
}
article.index .p-application__list {
  margin-top: 4rem;
  background-color: #222;
  background-image: radial-gradient(at 20% 10%, #333 0, transparent 50%), radial-gradient(at 90% 30%, #333 0, transparent 50%), radial-gradient(at 40% 90%, #666 0, transparent 50%);
}
article.index .p-application__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  color: #fff;
  text-decoration: none;
}
article.index .p-application__link + .p-application__link {
  border-top: 0.0625rem solid #fff;
}
article.index .p-application__link::before {
  position: absolute;
  inset: 0;
  display: block;
  content: "";
  background: linear-gradient(to right, #e85a96 0%, #9f004b 100%);
  opacity: 0;
  transition: opacity 300ms;
}
article.index .p-application__link-title {
  position: relative;
}
article.index .p-application__link-title-jp {
  font-size: 1.0625rem;
  font-weight: 700;
}
@media only screen and (min-width: 768px), print {
  article.index .p-application__link-title-jp {
    font-size: 1.1875rem;
  }
}
article.index .p-application__link-title-en {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  color: #999;
  transition: color 300ms;
}
article.index .p-application__link-more-button {
  position: relative;
  display: inline-flex;
  overflow: hidden;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: #fff;
  border-radius: 9999rem;
  transition: color 300ms;
}
article.index .p-application__link-more-button::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  display: block;
  width: 0rem;
  height: 0rem;
  content: "";
  background: #dd005a url("../image/common/icon_arrow_button.svg") no-repeat center/contain;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translate(50%, -50%);
}
article.index .p-application__link-more-button span {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 15rem;
  min-height: 3.75rem;
  padding: 0 1.5rem;
  text-align: center;
  transition: padding-right 300ms;
}
article.index .p-application__link-more-button span::after {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  display: block;
  width: 0.625rem;
  height: 0.625rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transition: width 300ms, height 300ms;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  article.index .p-application__link-more-button {
    min-width: 1.25rem;
    min-height: 1.25rem;
    padding: 0;
  }
  article.index .p-application__link-more-button::after {
    right: 0.625rem;
    width: 1.875rem !important;
    height: 1.875rem !important;
    background-color: #222;
    background-image: url("../image/common/icon_button.svg");
  }
  article.index .p-application__link-more-button span {
    display: none;
  }
}
@media (hover: hover), (pointer: fine) {
  article.index .p-application__link:focus-visible::before, article.index .p-application__link:hover::before {
    opacity: 1;
  }
  article.index .p-application__link:focus-visible .p-application__link-title-en, article.index .p-application__link:hover .p-application__link-title-en {
    color: #fff;
  }
  article.index .p-application__link:focus-visible .p-application__link-more-button, article.index .p-application__link:hover .p-application__link-more-button {
    color: #dd005a !important;
  }
  article.index .p-application__link:focus-visible .p-application__link-more-button::after, article.index .p-application__link:hover .p-application__link-more-button::after {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #dd005a;
  }
  article.index .p-application__link:focus-visible .p-application__link-more-button span, article.index .p-application__link:hover .p-application__link-more-button span {
    padding-right: calc(1.5rem + 1.25rem);
  }
  article.index .p-application__link:focus-visible .p-application__link-more-button span::after, article.index .p-application__link:hover .p-application__link-more-button span::after {
    width: 0rem;
    height: 0rem;
  }
}

body.news .l-header__menu-subitem.--news .l-header__menu-subitem-link {
  color: #dd005a;
}
body.news .l-footer__nav-item.--news .l-footer__nav-item-link {
  color: #dd005a;
  text-decoration: underline;
}

.p-news .p-title-h3 {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.p-news__categories {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: center;
  margin-top: 2rem;
}
.p-news__category {
  display: inline-block;
  padding: 0.25rem 1rem 0;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  color: #222 !important;
  text-decoration: none !important;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
.p-news__category.is-active {
  font-weight: 700;
  background-color: #eee;
}
@media (hover: hover), (pointer: fine) {
  .p-news__category:focus-visible, .p-news__category:hover {
    background-color: #eee;
  }
}
.p-news__list {
  margin-top: 2rem;
}
.p-news__item {
  border-bottom: 0.0625rem solid #222;
}
.p-news__item-link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 0;
  color: #222 !important;
  text-decoration: none !important;
  transition: background-color 300ms;
}
@media (hover: hover), (pointer: fine) {
  .p-news__item-link:focus-visible, .p-news__item-link:hover {
    background-color: #eee;
  }
  .p-news__item-link:focus-visible .p-news__item-link-category-label, .p-news__item-link:hover .p-news__item-link-category-label {
    background-color: #fff;
  }
}
.p-news__item-link-info {
  display: flex;
  align-items: center;
  width: 100%;
}
.p-news__item-link-pin {
  width: 2.5rem;
}
.p-news__item-link-pin.--pinned {
  height: 1.875rem;
  background: url("../image/common/icon_pin.svg") no-repeat left center/contain;
}
.p-news__item-link-date {
  width: 7.5rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8125rem;
  font-weight: 700;
  transform: translateY(0.25rem);
}
.p-news__item-link-category {
  width: 10rem;
}
.p-news__item-link-category-label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem 0.25rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.6875rem;
  font-weight: 700;
  line-height: 1;
  background-color: #eee;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
.p-news__item-link.--new .p-news__item-link-title::after {
  display: inline-block;
  margin-left: 0.25rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.5625rem;
  font-weight: 700;
  color: #dd005a;
  content: "NEW";
  transform: translateY(-0.125rem);
}
@media only screen and (max-width: 767px) {
  .p-news__item-link-title {
    margin-top: 0.5rem;
    margin-left: 2.5rem;
  }
}
@media only screen and (min-width: 768px), print {
  .p-news__item-link-info {
    width: 20rem;
  }
  .p-news__item-link-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 20rem);
  }
  .p-news__item-link.--new .p-news__item-link-title {
    position: relative;
    padding-right: 2rem;
  }
  .p-news__item-link.--new .p-news__item-link-title::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: 0.125rem;
    transform: translateY(-50%);
  }
}
.p-news .p-title-h4 {
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
.p-news__meta {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding-top: 0.5rem;
}
.p-news__meta-date {
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  transform: translateY(0.125rem);
}
.p-news__meta-category {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1.5rem;
  font-family: "Syncopate", "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  background-color: #eee;
  border-radius: 9999rem;
  transition: background-color 300ms;
}
.p-news__content {
  margin-top: 4rem;
  font-size: 1.0625rem;
}
.p-news__content::after {
  display: block;
  clear: both;
  content: "";
}
.p-news__content > * {
  margin-bottom: 1.5rem;
}
.p-news__content h1,
.p-news__content h2,
.p-news__content h3,
.p-news__content h4,
.p-news__content h5,
.p-news__content h6 {
  position: relative;
  line-height: 1.4;
}
.p-news__content h1 {
  padding: 1rem 0.5rem;
  font-size: clamp(1.875rem, 2.65625vw, 2.125rem);
  background: linear-gradient(90deg, #f8f8f8 0%, #bebbb9 100%);
}
.p-news__content h2 {
  position: relative;
  margin-bottom: 2rem;
  font-size: clamp(1.5rem, 2.34375vw, 1.875rem);
}
.p-news__content h2::after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  display: block;
  width: 2.5rem;
  height: 0.1875rem;
  content: "";
  background-color: #222;
}
.p-news__content h2.has-text-align-center::after {
  left: 50%;
  transform: translateX(-50%);
}
.p-news__content h2.has-text-align-right::after {
  right: 0;
  left: auto;
}
.p-news__content h3 {
  font-size: clamp(1.375rem, 2.1875vw, 1.75rem);
}
.p-news__content h4 {
  font-size: clamp(1.25rem, 2.03125vw, 1.625rem);
  color: #222;
}
.p-news__content h5 {
  font-size: clamp(1.125rem, 1.875vw, 1.5rem);
  color: #222;
}
.p-news__content h6 {
  font-size: clamp(1rem, 1.71875vw, 1.375rem);
  color: #222;
}
.p-news__content img {
  width: auto;
}
.p-news__content mark {
  background: linear-gradient(transparent 65%, #fc6 0%);
}
.p-news__content blockquote {
  position: relative;
  padding-left: 2.5rem;
}
.p-news__content blockquote::before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: clamp(1.5rem, 2.34375vw, 1.875rem);
  height: clamp(1.5rem, 2.34375vw, 1.875rem);
  content: "";
  background: url("../image/common/icon_double_quotation.svg") no-repeat center/contain;
  transform: rotate(180deg);
}
.p-news__content ul {
  margin-left: 1.25em;
}
.p-news__content ul[style^="list-style-type:"] > li::before {
  display: none;
}
.p-news__content ul > li {
  position: relative;
}
.p-news__content ul > li::before {
  position: absolute;
  top: 0;
  left: -1.25em;
  width: 0.375rem;
  height: 0.375rem;
  content: "";
  background-color: #222;
  border-radius: 50%;
  transform: translate(0.25em, 0.75em);
}
.p-news__content ol {
  margin-left: 1.25em;
  list-style-type: decimal;
}
.p-news__content table {
  width: 100%;
  border-top: 0.0625rem solid #999;
  border-left: 0.0625rem solid #999;
}
.p-news__content table th,
.p-news__content table td {
  border-right: 0.0625rem solid #999;
  border-bottom: 0.0625rem solid #999;
}
.p-news__content table th {
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: #f3f3f3;
}
.p-news__content table td {
  background-color: #fff;
}

body.privacy .l-header__menu-subitem.--privacy .l-header__menu-subitem-link {
  color: #dd005a;
}
body.privacy .l-footer__nav-title.--privacy .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}

body.recruit .l-header__menu-subitem.--recruit .l-header__menu-subitem-link {
  color: #dd005a;
}
body.recruit .l-footer__nav-title.--recruit .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}

body.recruitment:not(.page-child) .l-header__menu-item.--recruitment .l-header__menu-item-title {
  color: #dd005a;
  background-color: #eee;
}
body.recruitment:not(.page-child) .l-footer__nav-title.--recruitment .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  body.recruitment .l-footer__nav-grid.--sp .l-footer__nav-title.--recruitment .l-footer__nav-title-link {
    color: #dd005a;
    text-decoration: underline;
  }
}
body.recruitment-daytime .l-header__menu-item-sub-nav-link.--recruitment-daytime {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.recruitment-daytime .l-header__menu-item-sub-nav-link.--recruitment-daytime {
    color: #dd005a;
    background-color: #eee;
  }
}
body.recruitment-daytime .l-footer__nav-item.--recruitment-daytime .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}
body.recruitment-online .l-header__menu-item-sub-nav-link.--recruitment-online {
  font-weight: 700;
  background-color: #b31862;
}
@media only screen and (min-width: 868px), print {
  body.recruitment-online .l-header__menu-item-sub-nav-link.--recruitment-online {
    color: #dd005a;
    background-color: #eee;
  }
}
body.recruitment-online .l-footer__nav-item.--recruitment-online .l-footer__nav-item-link {
  font-weight: 700;
  color: #dd005a;
  text-decoration: underline;
}

body.request .l-header__button-item.--request .l-header__button-item-link::before {
  opacity: 1;
}
body.request .l-header__button-item.--request .l-header__button-item-link::after {
  right: 1.75rem;
  width: 2.25rem;
  height: 2.25rem;
}
body.request .l-header__button-item.--request .l-header__button-item-link span {
  padding-right: calc(2rem + 0.625rem);
}
body.request .l-header__button-item.--request .l-header__button-item-link span::after {
  right: 0.375rem;
  width: 0rem;
  height: 0rem;
}
body.request .l-header__menu-button-item.--request .l-header__menu-button-item-link::before {
  opacity: 1;
}
body.request .l-header__menu-button-item.--request .l-header__menu-button-item-link::after {
  right: 1.75rem;
  width: 2rem;
  height: 2rem;
}
body.request .l-header__menu-button-item.--request .l-header__menu-button-item-link span {
  padding-right: 1rem;
}
body.request .l-header__menu-button-item.--request .l-header__menu-button-item-link span::after {
  right: 2rem;
  width: 0rem;
  height: 0rem;
}
body.request .l-header__menu-subitem.--request .l-header__menu-subitem-link {
  color: #dd005a;
}
body.request .l-footer__nav-title.--request .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}

body.salon .l-header__menu-item.--salon .l-header__menu-item-link {
  color: #dd005a;
}
body.salon .l-footer__nav-title.--salon .l-footer__nav-title-link {
  color: #dd005a;
  text-decoration: underline;
}

article.salon .p-salon__image {
  max-width: 30rem;
  margin: 2rem auto 0;
}
article.salon .p-ibbeauty {
  padding: 2rem;
  font-size: 1.0625rem;
  border: 0.25rem solid rgba(179, 24, 98, 0.5);
}
article.salon .p-ibbeauty__logo {
  max-width: 25rem;
  margin: 0 auto;
}
article.salon .p-ibbeauty__address {
  margin-top: 1.5rem;
}
article.salon .p-ibbeauty__address span {
  display: inline-block;
}