@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
html,
body {
  margin: 0;
  padding: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
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 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  letter-spacing: 0.04em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

textarea {
  field-sizing: content;
  resize: both;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 1072px;
}
.l-inner--l {
  max-width: 1280px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 84px;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-main {
  display: block;
  max-width: 325px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 227px;
  }
}
.l-header__container {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btn-wrap {
  display: flex;
  width: 540px;
}
.l-header__btn-wrap .l-header__btn {
  flex: 1;
}
.l-header__btn-wrap .l-header__btn + .l-header__btn {
  margin-left: 20px;
}
.l-header__btn-wrap .l-header__btn .c-btn {
  max-width: 260px;
  font-size: 1.6rem;
  padding: 18px 10px;
}

.c-hamburger-btn {
  display: none;
  touch-action: manipulation;
}
@media screen and (max-width: 1000px) {
  .c-hamburger-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 54px;
    height: 54px;
    background-color: #C54199;
    border-radius: 4px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  touch-action: manipulation;
}
.c-hamburger-btn__text {
  display: inline-block;
  transform: translateY(-1px);
  font-size: 1.1rem;
  line-height: 1;
}
.c-hamburger-btn__text::before {
  content: "MENU";
  display: inline-block;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 26px;
  height: 14px;
  margin-top: 5px;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.2s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.15s;
  margin-top: 100px;
}
@media screen and (max-width: 1000px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #F7F7F7;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 1000px) and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 86px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 20px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__item {
  position: relative;
  max-width: 340px;
  width: 100%;
  border-bottom: 1px solid #D8D8D8;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__link {
  display: block;
  color: #C54199;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  padding: 20px 0;
}
.p-sub-nav__btn-wrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  text-align: center;
  margin-top: 40px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__text::before {
  content: "CLOSE";
}
.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  transform: translateY(-50%) rotate(30deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  transform: translateY(50%) rotate(-30deg);
}
@media screen and (max-width: 1000px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #444444;
  color: #fff;
  padding: 30px 0;
}
.l-footer__link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: underline;
  margin: 0 auto;
  transition: opacity 0.25s;
}
.l-footer__link:hover, .l-footer__link:focus-visible {
  opacity: 0.7;
}
.l-footer__copyright {
  color: #fff;
  font-size: 1rem;
  text-align: center;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 10px;
  }
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: flex;
  position: relative;
  max-width: 1130px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 74px 25px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb__icon {
  display: inline-block;
  background: url(../images/icon/icon_arrow-right-blk.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 10px 4px;
  margin: 0 10px;
}
.l-breadcrumb .current-item {
  color: #C54150;
}
.l-breadcrumb a {
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding-top: 80px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 105px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 84px;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media screen and (max-width: 1200px) {
  .l-grid {
    gap: 40px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col4 {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col4 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.4761904762;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .c-primary-title {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.4rem;
    gap: 10px;
  }
}
.c-primary-title--en {
  background-color: #FEF6FC;
  border: 1px solid #C54199;
  border-radius: 100px;
  color: #C54199;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 4px 24px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 992px) {
  .c-primary-title--en {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-primary-title--en {
    font-size: 1.2rem;
    padding-block: 2px;
  }
}
.c-primary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 30px;
  }
}
.c-primary-title--white .c-primary-title--en {
  background-color: #fff;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  color: #C54199;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4736842105;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
@media screen and (max-width: 992px) {
  .c-secondary-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 2.2rem;
    line-height: 1.1818181818;
  }
}
.c-secondary-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background-color: #C54199;
}
.c-secondary-title .sub {
  display: block;
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-secondary-title .sub {
    font-size: 1.6rem;
  }
}
.c-secondary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 20px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 320px;
  width: 100%;
  border: 2px solid #C54199;
  border-radius: 48px;
  background-color: #C54199;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3888888889;
  text-align: center;
  transition: 0.25s;
  z-index: 10;
  padding: 23px 10px;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.5rem;
    max-width: 260px;
    padding: 18px 8px;
  }
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #fff;
  color: #C54199;
}
.c-btn--rev {
  background-color: #fff;
  color: #C54199;
}
.c-btn--rev:hover, .c-btn--rev:focus-visible {
  background-color: #C54199;
  color: #fff;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  background: transparent url(../img/top/mv-bg.jpg) no-repeat center bottom/cover;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background-image: url(../img/top/mv-bg_sp.jpg);
    overflow: hidden;
  }
}
.p-mv__inner {
  max-width: min(87.88vw, 1688px);
  padding: min(4.25vw, 81.6px) min(3.75vw, 72px) min(4vw, 76.8px);
  margin-inline: auto;
}
@media screen and (max-width: 992px) {
  .p-mv__inner {
    max-width: 900px;
    padding-inline: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 34px 20px 38px;
  }
}
.p-mv__content {
  align-items: flex-start;
  display: flex;
  gap: min(6.44vw, 123px);
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .p-mv__content {
    gap: 32px;
  }
}
@media screen and (max-width: 1200px) {
  .p-mv__content {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    flex-direction: column;
    gap: 19px;
    margin-inline: auto;
  }
}
.p-mv__text-area {
  flex: 1;
  max-width: min(36.88vw, 674px);
  margin-top: min(3.38vw, 64px);
}
@media screen and (max-width: 992px) {
  .p-mv__text-area {
    max-width: 100%;
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__text-area {
    width: 100%;
  }
}
.p-mv__title-area {
  order: 0;
}
.p-mv__title-area + * {
  margin-top: min(1.25vw, 24px);
}
@media screen and (max-width: 992px) {
  .p-mv__title-area + * {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title-area + * {
    margin-top: 20px;
  }
}
.p-mv__title {
  font-size: min(3.88vw, 74px);
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (max-width: 992px) {
  .p-mv__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 3rem;
  }
}
.p-mv__title .bold {
  color: #C54199;
}
.p-mv__text {
  font-size: clamp(12px, 1.13vw, 21px);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .p-mv__text {
    font-size: 1.5rem;
  }
}
.p-mv__list {
  border-top: 1px solid #B3B3B3;
  margin-top: min(2vw, 38.4px);
  padding-top: min(2vw, 38.4px);
}
@media screen and (max-width: 992px) {
  .p-mv__list {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__list {
    order: 2;
    margin-top: 26px;
    padding-top: 26px;
  }
}
.p-mv__list-item {
  align-items: flex-start;
  display: flex;
  font-size: min(1.25vw, 24px);
  font-weight: 500;
  gap: min(0.56vw, 10px);
}
@media screen and (max-width: 992px) {
  .p-mv__list-item {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__list-item {
    font-size: 1.5rem;
    gap: 9px;
  }
}
.p-mv__list-item::before {
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_check-mv.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: min(2vw, 38px);
}
@media screen and (max-width: 992px) {
  .p-mv__list-item::before {
    width: 16px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__list-item::before {
    width: 26px;
  }
}
.p-mv__list-item .bold {
  color: #C54199;
  font-weight: 700;
}
.p-mv__list-item span {
  flex: 1;
  padding-top: 1px;
}
.p-mv__list-item + * {
  margin-top: min(0.63vw, 12px);
}
@media screen and (max-width: 767px) {
  .p-mv__list-item + * {
    margin-top: 10px;
  }
}
.p-mv__img-area {
  border-bottom: 10px solid #fff;
  border-left: 10px solid #fff;
  border-top: 10px solid #fff;
  border-top-left-radius: 500px;
  border-bottom-left-radius: 500px;
  box-shadow: 0px 20px 40px rgba(126, 12, 80, 0.2);
  margin-right: -154px;
  overflow: hidden;
  width: 58.3203732504%;
}
@media screen and (max-width: 1920px) {
  .p-mv__img-area {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 767px) {
  .p-mv__img-area {
    order: 1;
    margin-left: auto;
    width: 100%;
  }
}
.p-mv__img-area picture {
  display: block;
}
.p-mv__img-area img {
  width: 100%;
}

/* -------------------------------------
        p-about
-----------------------------------------*/
.p-about {
  padding-block: 100px 130px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-about {
    padding-block: 60px;
  }
}
.p-about__head {
  max-width: 990px;
  margin: 0 auto;
}
.p-about__text {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__text {
    font-size: 1.4rem;
  }
}
.p-about__text + * {
  margin-top: 30px;
}
.p-about__text + *.p-about__text {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__text + *.p-about__text {
    margin-top: 15px;
  }
}
.p-about__text + *.p-about__detail-h4 {
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-about__text + *.p-about__detail-h4 {
    margin-top: 40px;
  }
}
.p-about__note-area {
  margin-top: 20px;
}
.p-about__note {
  display: flex;
}
.p-about__note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
.p-about__note small {
  font-size: 1.2rem;
}
.p-about__detail {
  border: 3px solid #E6CFED;
  border-radius: 30px;
  box-shadow: 0px 4px 30px 0px rgb(245, 212, 249);
  margin-top: 100px;
  padding: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__detail {
    margin-top: 50px;
    padding: 40px 22px;
  }
}
.p-about__detail-content {
  max-width: 992px;
  margin: 0 auto;
}
.p-about__detail-content .p-about__text + .p-about__text {
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .p-about__detail-content .p-about__text + .p-about__text {
    margin-top: 14px;
  }
}
.p-about__detail-list {
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  padding: 30px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__detail-list {
    border-bottom-width: 2px;
    border-top-width: 2px;
    padding: 18px 5px;
  }
}
.p-about__detail-list li {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.8;
  text-indent: -0.7em;
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-about__detail-list li {
    font-size: 1.5rem;
    line-height: 2;
    text-indent: -0.8em;
    padding-left: 1.1em;
  }
}
.p-about__detail-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-about__detail-list + * {
  margin-top: 20px;
}
.p-about__lecture {
  align-items: center;
  border-bottom: 2px solid #DDDDDD;
  border-top: 2px solid #DDDDDD;
  display: flex;
  gap: 0 30px;
  justify-content: center;
  margin-top: 20px;
  padding: 23px;
}
@media screen and (max-width: 992px) {
  .p-about__lecture {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-about__lecture {
    padding: 18px 3px;
  }
}
.p-about__lecture + * {
  margin-top: 20px;
}
.p-about__lecture-item {
  align-items: flex-start;
  display: flex;
  font-size: 2rem;
  font-weight: 500;
  gap: 5px;
  line-height: 1.5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about__lecture-item {
    font-size: 1.6rem;
    line-height: 1.875;
  }
}
.p-about__lecture-item::before {
  aspect-ratio: 1/1;
  background-color: #C54199;
  content: "";
  display: block;
  margin-top: 3px;
  -webkit-mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_arrow.svg) 50%/contain no-repeat;
  width: 24px;
}
.p-about__lecture-item span {
  flex: 1;
}
.p-about__detail-h4 {
  border-bottom: 3px solid #9741C5;
  font-size: 2.8rem;
  font-weight: 500;
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .p-about__detail-h4 {
    border-bottom-width: 1px;
    font-size: 1.8rem;
    padding-bottom: 8px;
  }
}
.p-about__detail-h4 + * {
  margin-top: 20px;
}
.p-about__detail-dl.l-grid {
  gap: 0;
}
@media screen and (max-width: 992px) {
  .p-about__detail-dl.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-about__detail-dl.l-grid + * {
  margin-top: 40px;
}
.p-about__detail-dl-inner {
  display: flex;
  flex-direction: column;
}
.p-about__detail-dl-inner:last-child .p-about__detail-dd {
  border-right: 1px solid #C2B3BF;
}
.p-about__detail-dt {
  background-color: #666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7222222222;
  letter-spacing: 0.04em;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__detail-dt {
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
.p-about__detail-dd {
  border-bottom: 1px solid #C2B3BF;
  border-left: 1px solid #C2B3BF;
  display: flex;
  flex: 1;
  flex-direction: column;
  font-size: 1.8rem;
  justify-content: center;
  letter-spacing: 0.04em;
  line-height: 1.5;
  padding: 15px 15px 14px;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-about__detail-dd {
    border-right: 1px solid #C2B3BF;
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail-dd {
    font-size: 1.5rem;
    min-height: 58px;
    padding-block: 9px;
  }
}
.p-about__detail-dd ul {
  margin-inline: auto;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-about__detail-dd ul {
    width: 100%;
  }
}
.p-about__detail-dd ul li {
  text-indent: -0.7em;
  padding-left: 1.2em;
}
.p-about__detail-dd ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 4px;
}
.p-about__target {
  background-color: #FFF3FB;
  border-radius: 30px;
  padding: 60px;
}
@media screen and (max-width: 767px) {
  .p-about__target {
    padding: 40px 20px;
  }
}
.p-about__target > * {
  margin-inline: auto;
  max-width: 840px;
}
.p-about__target + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-about__target + * {
    margin-top: 40px;
  }
}
.p-about__target + *.p-about__courses {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .p-about__target + *.p-about__courses {
    margin-top: 30px;
  }
}
.p-about__target-title {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  font-weight: 500;
  gap: 18px;
  justify-content: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-about__target-title {
    font-size: 1.8rem;
  }
}
.p-about__target-title::before, .p-about__target-title::after {
  background-color: #222;
  content: "";
  display: block;
  height: 1px;
  width: 23px;
}
.p-about__target-title + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__target-title + * {
    margin-top: 30px;
  }
}
.p-about__target-timeline picture {
  display: block;
  width: 100%;
}
.p-about__target-timeline picture img {
  width: 100%;
}
.p-about__target-timeline + * {
  margin-top: 40px;
}
.p-about__caution {
  border-bottom: 1px solid #AAAAAA;
  border-top: 1px solid #AAAAAA;
  padding: 29px;
}
@media screen and (max-width: 767px) {
  .p-about__caution {
    padding-inline: 0;
  }
}
.p-about__caution .p-about__text {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-about__caution .p-about__text {
    font-size: 1.5rem;
  }
}
.p-about__caution .p-about__text + .p-about__caution-text {
  margin-top: 15px;
}
.p-about__caution-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
.p-about__caution-title + * {
  margin-top: 15px;
}
.p-about__caution-text {
  align-items: flex-start;
  display: flex;
  gap: 10px;
}
.p-about__caution-text span:first-child {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.p-about__caution-text span:nth-child(2) {
  flex: 1;
}
.p-about__caution-list li {
  align-items: flex-start;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .p-about__caution-list li {
    gap: 10px;
  }
}
.p-about__caution-list li::before {
  aspect-ratio: 1/1;
  background-color: #C54199;
  content: "";
  display: block;
  margin-left: 2px;
  margin-top: 2px;
  -webkit-mask: url(../img/icon/icon-alert.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon-alert.svg) 50%/contain no-repeat;
  width: 20px;
}
@media screen and (max-width: 767px) {
  .p-about__caution-list li::before {
    margin-left: 0;
    margin-top: 5px;
    width: 15px;
  }
}
.p-about__caution-list li span {
  flex: 1;
}
.p-about__caution-list li + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-about__table-wrap {
    overflow-x: scroll;
  }
}
.p-about__table-wrap + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-about__table-wrap + * {
    margin-top: 30px;
  }
}
.p-about__table {
  background-color: #fff;
  border: 1px solid #bbb;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__table {
    width: 720px;
  }
}
.p-about__table-th, .p-about__table-td {
  border: 1px solid #bbb;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding: 14px 29px;
}
@media screen and (max-width: 767px) {
  .p-about__table-th, .p-about__table-td {
    font-size: 1.5rem;
    padding: 10px;
  }
}
.p-about__table-th {
  background-color: #666;
  color: #fff;
  font-weight: 700;
  width: 260px;
}
@media screen and (max-width: 767px) {
  .p-about__table-th {
    width: 186px;
  }
}
.p-about__table-note {
  font-size: 1.2rem;
}
.p-about__courses.l-grid {
  gap: 30px 40px;
}
@media screen and (max-width: 992px) {
  .p-about__courses.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-about__course {
  border-bottom: 2px solid #DFDFDF;
  border-left: 2px solid #DFDFDF;
  border-right: 2px solid #DFDFDF;
  display: flex;
  flex-direction: column;
  padding: 32px 38px 38px;
}
@media screen and (max-width: 767px) {
  .p-about__course {
    padding-inline: 18px;
  }
}
.p-about__course--3day {
  border-top: 8px solid #9741C5;
}
.p-about__course--3day .p-about__course-name {
  color: #9741C5;
}
.p-about__course--3day .p-about__course-item::before {
  background-color: #9741C5;
}
.p-about__course--3day .p-about__course-btn {
  border-color: #9741C5;
  color: #9741C5;
}
.p-about__course--3day .p-about__course-btn:hover, .p-about__course--3day .p-about__course-btn:focus-visible {
  background-color: #9741C5;
  color: #fff;
}
.p-about__course--3day .p-about__course-btn::after {
  background-color: #9741C5;
}
.p-about__course--2day {
  border-top: 8px solid #E87474;
}
.p-about__course--2day .p-about__course-name {
  color: #E87474;
}
.p-about__course--2day .p-about__course-item::before {
  background-color: #E87474;
}
.p-about__course--2day .p-about__course-btn {
  border-color: #E87474;
  color: #E87474;
}
.p-about__course--2day .p-about__course-btn:hover, .p-about__course--2day .p-about__course-btn:focus-visible {
  background-color: #E87474;
  color: #fff;
}
.p-about__course--2day .p-about__course-btn::after {
  background-color: #E87474;
}
.p-about__course-title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-about__course-title {
    font-size: 1.6rem;
  }
}
.p-about__course-title + * {
  margin-top: 25px;
}
.p-about__course-name {
  font-size: 2.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-about__course-name {
    font-size: 2rem;
  }
}
.p-about__course-name .day {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-about__course-name .day {
    font-size: 2.6rem;
  }
}
.p-about__course-list {
  margin-bottom: 30px;
  width: 100%;
}
.p-about__course-item {
  align-items: flex-start;
  display: flex;
  font-size: 1.6rem;
  gap: 10px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .p-about__course-item {
    font-size: 1.5rem;
  }
}
.p-about__course-item::before {
  aspect-ratio: 1/1;
  content: "";
  -webkit-mask: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_check.svg) 50%/contain no-repeat;
  width: 26px;
}
.p-about__course-item span {
  flex: 1;
}
.p-about__course-item + * {
  margin-top: 15px;
}
.p-about__course-btn {
  background-color: #fff;
  border: 2px solid;
  border-radius: 100px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2222222222;
  margin-inline: auto;
  margin-top: auto;
  max-width: 300px;
  padding: 18px;
  position: relative;
  text-align: center;
  transition: 0.25s;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-about__course-btn {
    font-size: 1.6rem;
    line-height: 1.1875;
    max-width: 264px;
  }
}
.p-about__course-btn:hover::after, .p-about__course-btn:focus-visible::after {
  background-color: #fff;
}
.p-about__detail-flex {
  margin-top: 60px;
  gap: 20px 35px;
}
@media screen and (max-width: 992px) {
  .p-about__detail-flex {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-about__detail-flex {
    margin-top: 30px;
  }
}
.p-about__detail-link {
  display: block;
  background-color: #C54199;
  border-radius: 20px;
  border: 1px solid #C54199;
  color: #fff;
  text-align: center;
  padding-block: 24px;
  transition: all 0.25s;
}
.p-about__detail-link:hover, .p-about__detail-link:focus-visible {
  background-color: #fff;
  color: #C54199;
}
.p-about__detail-link.blank {
  position: relative;
}
.p-about__detail-link.blank:hover::after, .p-about__detail-link.blank:focus-visible::after {
  background-color: #C54199;
}
.p-about__detail-link.blank::after {
  content: "";
  display: block;
  width: 23px;
  aspect-ratio: 23/22;
  -webkit-mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .p-about__detail-link.blank::after {
    right: 12px;
    width: 17px;
  }
}
.p-about__detail-link .main {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-about__detail-link .main {
    font-size: 1.6rem;
  }
}
.p-about__detail-link .sub {
  margin-top: 10px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
}

/* -------------------------------------
        p-complete
-----------------------------------------*/
.p-complete {
  background-color: #FEF6FC;
  padding-block: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-complete {
    padding-block: 60px;
  }
}
.p-complete::before, .p-complete::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-complete::before {
  aspect-ratio: 590/345;
  background: url(../img/top/complete-bg-left.png) 50%/contain no-repeat;
  left: 0;
  width: 36.875%;
}
@media screen and (max-width: 767px) {
  .p-complete::before {
    aspect-ratio: 400/113;
    background-image: url(../img/top/complete-bg_sp.png);
    width: 100%;
  }
}
.p-complete::after {
  aspect-ratio: 767/450;
  background: url(../img/top/complete-bg-right.png) 50%/contain no-repeat;
  right: 0;
  width: 47.9375%;
}
@media screen and (max-width: 767px) {
  .p-complete::after {
    display: none;
  }
}
.p-complete__list.l-grid {
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .p-complete__list.l-grid {
    gap: 30px;
  }
}
.p-complete__list-image img {
  width: 100%;
}
.p-complete__list-image + * {
  margin-top: 15px;
}
.p-complete__list-text {
  font-size: 1.8rem;
  line-height: 1.6111111111;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .p-complete__list-text {
    font-size: 1.5rem;
  }
}

/* -------------------------------------
        p-merit
-----------------------------------------*/
.p-merit {
  padding-block: 130px;
}
@media screen and (max-width: 767px) {
  .p-merit {
    padding-block: 60px;
  }
}
.p-merit__table-wrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__table-wrap {
    margin-top: 20px;
  }
}
.p-merit__table {
  width: 100%;
  border: 1px solid #C2B3BF;
  border-collapse: collapse;
}
.p-merit__table th, .p-merit__table td {
  border: 1px solid #C2B3BF;
  border-collapse: collapse;
}
.p-merit__table th, .p-merit__table td {
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__table th, .p-merit__table td {
    padding: 10px;
  }
}
.p-merit__table th {
  background: #666666;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7777777778;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__table th {
    font-size: 1.3rem;
  }
}
.p-merit__table th:nth-child(1) {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .p-merit__table th:nth-child(1) {
    width: 46%;
  }
}
.p-merit__table th:nth-child(2) {
  width: 10%;
}
@media screen and (max-width: 767px) {
  .p-merit__table th:nth-child(2) {
    width: 13%;
  }
}
.p-merit__table th:nth-child(3) {
  width: 39%;
}
@media screen and (max-width: 767px) {
  .p-merit__table th:nth-child(3) {
    width: 41%;
  }
}
.p-merit__table td {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-merit__table td {
    font-size: 1.3rem;
  }
}
.p-merit__table td:nth-child(1) {
  width: 51%;
}
@media screen and (max-width: 767px) {
  .p-merit__table td:nth-child(1) {
    width: 46%;
  }
}
.p-merit__table td:nth-child(2) {
  width: 10%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__table td:nth-child(2) {
    width: 13%;
  }
}
.p-merit__table td:nth-child(3) {
  width: 39%;
  padding: 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-merit__table td:nth-child(3) {
    width: 41%;
    padding: 10px;
  }
}
.p-merit__table td small {
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .p-merit__table td small {
    font-size: 1.2rem;
  }
}
.p-merit__table-name {
  text-align: right;
  margin-top: 10px;
}
.p-merit__note-area {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-merit__note-area {
    margin-top: 10px;
  }
}
.p-merit__note {
  display: flex;
}
.p-merit__note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__note::before {
    font-size: 1rem;
  }
}
.p-merit__note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-merit__note small {
    font-size: 1rem;
  }
}
.p-merit__movie {
  border: 6px solid #EAEAEA;
  margin-top: 50px;
  padding: 54px 64px;
}
@media screen and (max-width: 767px) {
  .p-merit__movie {
    margin-top: 40px;
    padding: 24px 14px;
  }
}
.p-merit__movie-lead {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-lead {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-merit__movie-lead + * {
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-lead + * {
    margin-top: 10px;
  }
}
.p-merit__movie-title {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.125;
  text-align: center;
  color: #C54199;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-title {
    font-size: 2.6rem;
    line-height: 1;
  }
}
.p-merit__movie-title + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-title + * {
    margin-top: 20px;
  }
}
.p-merit__movie-text {
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.7777777778;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-text {
    font-size: 1.6rem;
    line-height: 1.8125;
  }
}
.p-merit__movie-btn {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-merit__movie-btn {
    margin-top: 19px;
  }
}
.p-merit__movie-btn .c-btn {
  background-color: #fff;
  color: #C54199;
  line-height: 1.2222222222;
  padding-block: 18px;
  max-width: 300px;
}
.p-merit__movie-btn .c-btn:hover, .p-merit__movie-btn .c-btn:focus-visible {
  background-color: #C54199;
  color: #fff;
}

/* -------------------------------------
        p-recruit
-----------------------------------------*/
.p-recruit {
  background-color: #FEF6FC;
  padding-block: 130px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-recruit {
    padding-block: 60px;
  }
}
.p-recruit::before, .p-recruit::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  z-index: -1;
}
.p-recruit::before {
  aspect-ratio: 694/537;
  background: url(../img/top/guidelines-bg-left.png) 50%/contain no-repeat;
  left: 0;
  width: 43.375%;
}
@media screen and (max-width: 767px) {
  .p-recruit::before {
    aspect-ratio: 400/135;
    background-image: url(../img/top/guidelines-bg_sp.png);
    width: 100%;
  }
}
.p-recruit::after {
  aspect-ratio: 767/449;
  background: url(../img/top/guidelines-bg-right.png) 50%/contain no-repeat;
  right: 0;
  width: 47.9375%;
}
@media screen and (max-width: 767px) {
  .p-recruit::after {
    display: none;
  }
}
.p-recruit__sec + .p-recruit__sec {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__sec + .p-recruit__sec {
    margin-top: 40px;
  }
}
.p-recruit__title {
  color: #C54199;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-recruit__title {
    font-size: 2rem;
  }
}
.p-recruit__title + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-recruit__title + * {
    margin-top: 15px;
  }
}
.p-recruit__table {
  width: 100%;
  border-collapse: collapse;
}
.p-recruit__table th {
  width: 232px;
  background-color: #F5F5F5;
  border: 1px solid #ACACAC;
  vertical-align: middle;
  padding: 15px 10px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__table th {
    width: 80px;
    font-size: 1.3rem;
    padding: 10px;
  }
}
.p-recruit__table td {
  background-color: #fff;
  border-bottom: 1px solid #ACACAC;
  border-right: 1px solid #ACACAC;
  border-top: 1px solid #ACACAC;
  vertical-align: middle;
  padding: 15px 15px 15px 20px;
}
@media screen and (max-width: 767px) {
  .p-recruit__table td {
    font-size: 1.3rem;
    padding: 10px;
  }
}
.p-recruit__table td a {
  text-decoration: underline;
  transition: opacity 0.25s;
}
.p-recruit__table td a:hover, .p-recruit__table td a:focus-visible {
  opacity: 0.7;
}
.p-recruit__table-list {
  padding-left: 1.2em;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-list {
    padding-left: 1.1em;
  }
}
.p-recruit__table-list.--lg li {
  line-height: 1.8;
}
.p-recruit__table-list li {
  text-indent: -0.7em;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-list li {
    text-indent: -0.8em;
  }
}
.p-recruit__table-list li:not(:first-child) {
  margin-top: 4px;
}
.p-recruit__table-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-recruit__table-note-area {
  margin-top: 10px;
}
.p-recruit__table-note {
  display: flex;
}
.p-recruit__table-note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-note::before {
    font-size: 1rem;
  }
}
.p-recruit__table-note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-recruit__table-note small {
    font-size: 1rem;
  }
}
.p-recruit__table-dl {
  margin-top: 15px;
}
.p-recruit__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-recruit__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-flow
-----------------------------------------*/
.p-flow {
  padding-top: 130px;
}
@media screen and (max-width: 767px) {
  .p-flow {
    padding-top: 60px;
  }
}
.p-flow__step {
  position: relative;
  padding-left: 138px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow__step {
    padding-left: 43px;
    margin-top: 30px;
  }
}
.p-flow__step-item {
  position: relative;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .p-flow__step-item {
    padding: 60px 0 32px;
  }
}
.p-flow__step-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -90px;
  background-color: #999;
  width: 1px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .p-flow__step-item::before {
    left: -20px;
  }
}
.p-flow__step-item:last-child {
  padding-bottom: 0;
}
.p-flow__step-item:last-child::before {
  display: none;
}
.p-flow__num {
  display: inline-flex;
  align-items: center;
  position: absolute;
  top: 50px;
  top: 0;
  left: -138px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 6px;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  text-transform: uppercase;
  padding: 7px 10px;
}
@media screen and (max-width: 767px) {
  .p-flow__num {
    left: -43px;
  }
}
.p-flow__num .text {
  transform: translateY(1px);
  font-weight: 700;
}
.p-flow__num .num {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .p-flow__num .num {
    font-size: 2.2rem;
  }
}
.p-flow__narrow-content {
  margin-top: 30px;
}
.p-flow__content + .p-flow__content {
  margin-top: 40px;
}
.p-flow__main-title {
  color: #C54199;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-flow__main-title {
    font-size: 2rem;
  }
}
.p-flow__main-title + * {
  margin-top: 12px;
}
.p-flow__border-title {
  position: relative;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__border-title {
    font-size: 1.6rem;
    margin-top: 30px;
  }
}
.p-flow__border-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #bbb;
}
.p-flow__border-title + .p-flow__sub-title {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__border-title + .p-flow__sub-title {
    margin-top: 20px;
  }
}
.p-flow__sub-title {
  background-color: #777777;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 1.25rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__sub-title {
    font-size: 1.6rem;
  }
}
.p-flow__sub-step {
  background-color: #F6F6F6;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow__sub-step {
    padding-inline: 20px;
  }
}
.p-flow__sub-step + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__sub-step + * {
    margin-top: 20px;
  }
}
.p-flow__sub-step + *.p-flow__sub-title {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-flow__sub-step + *.p-flow__sub-title {
    margin-top: 15px;
  }
}
.p-flow__sub-step-item + * {
  margin-top: 40px;
}
.p-flow__sub-step-title {
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.2222222222;
}
@media screen and (max-width: 767px) {
  .p-flow__sub-step-title {
    font-size: 1.6rem;
    line-height: 1.1875;
  }
}
.p-flow__sub-step-title + * {
  margin-top: 15px;
}
.p-flow__sub-step-text a {
  text-decoration: underline;
  transition: all 0.25s;
}
.p-flow__sub-step-text a:hover, .p-flow__sub-step-text a:focus-visible {
  opacity: 0.7;
}
.p-flow__tag {
  display: inline-block;
  position: relative;
  background-color: #FFF9CA;
  color: #C54150;
  font-size: 1.4rem;
  font-weight: 700;
  border: 2px solid #C54150;
  padding: 3px 18px;
}
@media screen and (max-width: 767px) {
  .p-flow__tag {
    padding: 3px 7px;
    letter-spacing: 0;
  }
}
.p-flow__tag::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0px;
  width: 2px;
  height: 100%;
  background-color: #C54150;
}
.p-flow__tag + .p-flow__main-title {
  margin-top: 10px;
}
.p-flow__list {
  padding-left: 1.2em;
  margin-top: 15px;
}
.p-flow__list li {
  text-indent: -0.7em;
}
.p-flow__list li:not(:first-child) {
  margin-top: 4px;
}
.p-flow__list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 8px;
  margin-bottom: 3px;
}
.p-flow__list li em {
  color: #C54150;
  font-style: normal;
  font-weight: 700;
}
.p-flow__note-area {
  margin-top: 15px;
}
.p-flow__note {
  display: flex;
}
.p-flow__note::before {
  content: "※";
  display: inline-block;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__note::before {
    font-size: 1rem;
  }
}
.p-flow__note small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-flow__note small {
    font-size: 1rem;
  }
}
.p-flow__btn {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-flow__btn {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  padding: 80px 0 70px;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 60px 0;
  }
}
.p-info__container {
  border: 1px solid #ccc;
  padding: 40px 60px;
}
@media screen and (max-width: 767px) {
  .p-info__container {
    padding: 30px 20px;
  }
}
.p-info__content + .p-info__content {
  margin-top: 40px;
}
.p-info__title {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
}
.p-info__title + * {
  margin-top: 14px;
}
.p-info__text {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.3rem;
  }
}
.p-info__text--center {
  text-align: center;
}
.p-info__company {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__company {
    font-size: 1.3rem;
  }
}
.p-info__address {
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__address {
    font-size: 1.3rem;
  }
}
.p-info__address a {
  transition: opacity 0.25s;
}
.p-info__address a:hover, .p-info__address a:focus-visible {
  opacity: 0.7;
}
.p-info__banner-area {
  max-width: 671px;
  margin: 70px auto 0;
}
@media screen and (max-width: 767px) {
  .p-info__banner-area {
    margin-top: 30px;
  }
}
.p-info__banner {
  transition: opacity 0.25s;
}
.p-info__banner:hover, .p-info__banner:focus-visible {
  opacity: 0.8;
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

.u-onliy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-inline-block {
  display: inline-block !important;
}

.u-text-emphasis {
  color: #C54199;
  font-weight: 500;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}

/* -------------------------------------
    設定
-----------------------------------------*/
/*# sourceMappingURL=style.css.map */