@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");
}
@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-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.5;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

summary::-webkit-details-marker {
  display: none;
}

/* 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;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--lg {
  max-width: 1480px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--lg {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-inner--sm {
  max-width: 1180px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-inner--sm {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
}
.l-header__inner {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 40px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    padding: 15px 20px;
  }
}
.l-header__logo {
  display: flex;
  align-items: center;
  margin-right: auto;
  position: relative;
}
.l-header__logo a {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  cursor: pointer;
  z-index: 40;
}
@media screen and (max-width: 767px) {
  .l-header__logo a {
    gap: 7px;
  }
}
.l-header__logo a:hover, .l-header__logo a:focus {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header__logo-main {
  width: 66px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    width: 44px;
  }
}
.l-header__logo-main img {
  width: 100%;
}
.l-header__logo-text {
  font-size: 3rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-header__logo-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__container {
    display: none;
  }
}
.l-header__btnwrap {
  display: flex;
  gap: 16px;
}
.l-header__btnwrap .c-btn {
  width: clamp(200px, 15.63vw, 250px);
  padding-block: clamp(8px, 0.88vw, 14px);
  line-height: 2;
}
.l-header__btnwrap .c-btn .text {
  font-size: clamp(12px, 1vw, 1.6rem);
}
.l-header,
.l-header__inner,
.p-sub-nav__link {
  transition: all 0.25s;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1023px) {
  .c-hamburger-btn {
    display: block;
    position: relative;
    width: 54px;
    height: 54px;
    background: #F47FA0;
    border-radius: 4px;
    z-index: 20;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn__text {
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 29px;
  height: 13px;
  margin: 5px auto 0;
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  transition: 0.15s;
  transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
}
.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 {
  display: none;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav {
    display: block;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.15s;
    margin-top: 106px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100svh - 106px);
    min-height: auto;
    overflow-y: auto;
    background-color: #F4F4F4;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 767px) {
  .p-sub-nav {
    height: calc(100svh - 84px);
    margin-top: 84px;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__inner {
    position: relative;
    padding-top: 20px;
    padding-inline: 30px;
    z-index: 30;
  }
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__list {
    max-width: 500px;
    margin-inline: auto;
  }
}
.p-sub-nav__list + * {
  margin-top: 38px;
}
.p-sub-nav__item {
  border-bottom: 1px solid #D8D8D8;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__item {
    cursor: pointer;
  }
}
.p-sub-nav__link {
  display: block;
  padding-block: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.3;
  white-space: nowrap;
  transition: 0.25s;
}
.p-sub-nav__link:hover, .p-sub-nav__link:focus {
  opacity: 0.7;
}
@media screen and (max-width: 1023px) {
  .p-sub-nav__btnwrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 23px;
  }
}
.p-sub-nav__btnwrap .c-btn {
  width: 400px;
}
@media screen and (max-width: 767px) {
  .p-sub-nav__btnwrap .c-btn {
    width: 280px;
  }
}

.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: 1023px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.l-footer__inner {
  padding-inline: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__inner {
    max-width: 600px !important;
    padding-inline: 20px;
  }
}

.l-footer__nav-list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-list {
    gap: 24px;
  }
}

.l-footer__nav-link {
  position: relative;
  display: block;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  transition: 0.25s;
  padding: 10px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    font-size: 1.2rem;
    padding: 5px 0;
  }
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus {
  opacity: 0.7;
}

.l-footer__copyright {
  margin-top: 20px;
  font-size: 1.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
  text-align: center;
  color: #999999;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 25px;
  }
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 1280px;
  width: 100%;
  font-size: 1.2rem;
  line-height: 1;
  padding: 30px 40px;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb__icon {
  display: inline-block;
  background: url(../img/icon/icon_bread.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 10px 4px;
  margin: 0 10px;
}
.l-breadcrumb .current-item {
  color: #aaa;
}
.l-breadcrumb a {
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus {
  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 {
  position: relative;
  overflow: hidden;
  margin-top: 105px;
}
@media screen and (max-width: 1023px) {
  .l-main {
    margin-top: 84px;
  }
}
.l-main__under-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__under-title {
    padding-bottom: 40px;
    padding-top: 40px;
    min-height: 190px;
  }
}
.l-main__under-title::after {
  background: url(../img/common/undermv-bg.jpg) 50%/cover no-repeat;
  content: "";
  display: block;
  height: 734px;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  min-width: 1600px;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-main__under-title::after {
    background-image: url(../img/common/undermv-bg_sp.jpg);
    height: 100%;
    min-width: 100%;
  }
}
.l-main__under-title .sub {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .l-main__under-title .sub {
    font-size: 1.6rem;
  }
}
.l-main__under-title .main {
  color: #F47FA0;
  font-size: 4.2rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-main__under-title .main {
    font-size: 2.8rem;
  }
}
.l-main__under-body {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px;
}
@media screen and (max-width: 1280px) {
  .l-main__under-body {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__under-body {
    border-radius: 0;
    padding: 40px 0 100px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .l-main__under-body::before {
    background-color: #fff;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: calc(100% + 40px);
    z-index: -1;
  }
}
.l-main__under-contents p,
.l-main__under-contents li {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p,
.l-main__under-contents li {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.l-main__under-contents .flex {
  display: flex;
  gap: 1em;
}
.l-main__under-contents ul {
  padding-left: 20px;
}
.l-main__under-contents ul.nolist {
  padding-left: 0;
}
.l-main__under-contents ul.nolist li {
  display: flex;
  gap: 1em;
}
.l-main__under-contents .table01 {
  border: 1px solid #C2B3BF;
  margin-left: auto;
  margin-right: auto;
  max-width: 418px;
  width: 100%;
}
.l-main__under-contents .table01 thead {
  background-color: #FBEEED;
}
.l-main__under-contents .table01 thead th {
  border-bottom: 1px solid #C2B3BF;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 thead th {
    font-size: 1.4rem;
  }
}
.l-main__under-contents .table01 thead th + th {
  border-left: 1px solid #C2B3BF;
  width: 148px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 thead th + th {
    width: 143px;
  }
}
.l-main__under-contents .table01 tbody th,
.l-main__under-contents .table01 tbody td {
  border: 1px solid #C2B3BF;
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 tbody th,
.l-main__under-contents .table01 tbody td {
    font-size: 1.4rem;
  }
}
.l-main__under-contents .table01 tbody th {
  padding: 15px 30px;
}
.l-main__under-contents .table01 tbody th.background {
  padding: 15px 5px;
  text-align: center;
  width: 80px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents .table01 tbody th.background {
    width: 59px;
  }
}
.l-main__under-contents .table01 tbody td {
  padding: 15px 20px;
  text-align: center;
}
.l-main__under-contents p + h2,
.l-main__under-contents ul + h2,
.l-main__under-contents ol + h2,
.l-main__under-contents .image + h2,
.l-main__under-contents .table01 + h2 {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p + h2,
.l-main__under-contents ul + h2,
.l-main__under-contents ol + h2,
.l-main__under-contents .image + h2,
.l-main__under-contents .table01 + h2 {
    margin-top: 40px;
  }
}
.l-main__under-contents p + .table01, .l-main__under-contents p + h3,
.l-main__under-contents ul + .table01,
.l-main__under-contents ul + h3,
.l-main__under-contents ol + .table01,
.l-main__under-contents ol + h3,
.l-main__under-contents .image + .table01,
.l-main__under-contents .image + h3,
.l-main__under-contents .table01 + .table01,
.l-main__under-contents .table01 + h3 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p + .table01, .l-main__under-contents p + h3,
.l-main__under-contents ul + .table01,
.l-main__under-contents ul + h3,
.l-main__under-contents ol + .table01,
.l-main__under-contents ol + h3,
.l-main__under-contents .image + .table01,
.l-main__under-contents .image + h3,
.l-main__under-contents .table01 + .table01,
.l-main__under-contents .table01 + h3 {
    margin-top: 20px;
  }
}
.l-main__under-contents p + *,
.l-main__under-contents ul + *,
.l-main__under-contents ol + *,
.l-main__under-contents .image + *,
.l-main__under-contents .table01 + * {
  margin-top: 15px;
}
.l-main__under-contents p + *.l-main__under-contents-others,
.l-main__under-contents ul + *.l-main__under-contents-others,
.l-main__under-contents ol + *.l-main__under-contents-others,
.l-main__under-contents .image + *.l-main__under-contents-others,
.l-main__under-contents .table01 + *.l-main__under-contents-others {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents p + *.l-main__under-contents-others,
.l-main__under-contents ul + *.l-main__under-contents-others,
.l-main__under-contents ol + *.l-main__under-contents-others,
.l-main__under-contents .image + *.l-main__under-contents-others,
.l-main__under-contents .table01 + *.l-main__under-contents-others {
    margin-top: 40px;
  }
}
.l-main__under-contents h2 {
  font-size: 2rem;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 2px solid #DDDDDD;
  padding-bottom: 8px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents h2 {
    font-size: 1.8rem;
    line-height: 1.6666666667;
  }
}
.l-main__under-contents h2::after {
  background-color: #F47FA0;
  bottom: -2px;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 50px;
}
.l-main__under-contents h2 + * {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents h2 + * {
    margin-top: 20px;
  }
}
.l-main__under-contents h3 {
  background-color: #EEEEEE;
  border-radius: 4px;
  font-size: 1.7rem;
  letter-spacing: 0;
  line-height: 1.7647058824;
  padding: 5px 15px;
}
.l-main__under-contents h3 + * {
  margin-top: 10px;
}
.l-main__under-contents-others {
  background-color: #FEF5F5;
  border-radius: 20px;
  padding: 60px 100px;
}
@media screen and (max-width: 1280px) {
  .l-main__under-contents-others {
    padding: 60px;
  }
}
@media screen and (max-width: 767px) {
  .l-main__under-contents-others {
    padding: 30px 20px;
  }
}
.l-main__under-contents-others h2 {
  border-bottom: 1px solid #AAAAAA;
  font-size: 1.8rem;
  padding-bottom: 9px;
}
.l-main__under-contents-others h2::after {
  display: none;
}
.l-main__under-contents-others h2 + * {
  margin-top: 20px;
}
.l-main__under-contents-others h3 {
  background-color: transparent;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents-others h3 {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.l-main__under-contents-others h3 + * {
  margin-top: 0;
}
.l-main__under-contents-others p + *,
.l-main__under-contents-others ul + *,
.l-main__under-contents-others .image + * {
  margin-top: 0;
}
.l-main__under-contents-others p + h3,
.l-main__under-contents-others ul + h3,
.l-main__under-contents-others .image + h3 {
  margin-top: 15px;
}
.l-main__under-contents-others ul li .inner {
  display: flex;
  gap: 0.2em;
}
.l-main__under-contents-others ul li > ul {
  padding-left: 15px;
}
.l-main__under-contents-others ul li > ul li {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
@media screen and (max-width: 767px) {
  .l-main__under-contents-others ul li > ul li {
    text-indent: -1.5em;
    padding-left: 1.5em;
  }
}
.l-main__under-contents-others ul li > ul li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #000;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
  margin-left: 6px;
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: 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);
  }
}

/* -------------------------------------
        l-faq
-----------------------------------------*/
.l-faq__box + .l-faq__box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-faq__box + .l-faq__box {
    margin-top: 30px;
  }
}
.l-faq__box + * {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-faq__box + * {
    margin-top: 60px;
  }
}
.l-faq__box[open] .l-faq__question::after {
  background-image: url(../img/icon/icon_minus.svg);
}

.l-faq__question {
  display: flex;
  align-items: flex-start;
  border-radius: 8px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.8;
  color: #222;
  background-color: #fff;
  padding: 25px 30px;
  gap: 18px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .l-faq__question {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .l-faq__question {
    font-size: 1.6rem;
    line-height: 1.6;
    gap: 10px;
    padding: 15px 20px;
  }
}
.l-faq__question::before {
  content: "Q";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 30px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #F47FA0;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.01;
  color: #fff;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .l-faq__question::before {
    margin-top: 0;
    width: 24px;
    font-size: 1.6rem;
  }
}
.l-faq__question::after {
  content: "";
  display: block;
  width: 26px;
  aspect-ratio: 1/1;
  background: url(../img/icon/icon_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 28px;
  transform: translateY(-50%);
  transition: all 0.25s;
}
@media screen and (max-width: 767px) {
  .l-faq__question::after {
    width: 20px;
    right: 20px;
  }
}
.l-faq__question span {
  flex: 1;
  padding-right: 32px;
}
@media screen and (max-width: 767px) {
  .l-faq__question span {
    padding-right: 28px;
  }
}

.l-faq__answer {
  overflow: hidden;
}
.l-faq__answer a {
  word-break: break-all;
  transition: all 0.3s;
  text-decoration: underline;
}
.l-faq__answer a:hover, .l-faq__answer a:focus {
  color: #F47FA0;
}

.l-faq__answer-inner {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.8;
  padding-top: 20px;
  padding-inline: 30px;
}
@media screen and (max-width: 767px) {
  .l-faq__answer-inner {
    font-size: 1.4rem;
    padding-inline: 0;
  }
}
.l-faq__answer-inner .mn {
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .l-faq__answer-inner .mn {
    font-size: 1.2rem;
  }
}
.l-faq__answer-inner p + p {
  margin-top: 10px;
}

/* -------------------------------------
        l-cta
-----------------------------------------*/
.l-cta {
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .l-cta {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-cta__inner {
  background: url(../img/common/cta-bg.jpg) 50%/cover no-repeat;
  border-radius: 30px;
  padding: 71px 40px 61px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}
@media screen and (max-width: 767px) {
  .l-cta__inner {
    padding: 37px 35px;
  }
}
.l-cta__body {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.2);
  margin-left: auto;
  margin-right: auto;
  max-width: 992px;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .l-cta__body {
    padding: 30px 20px;
  }
}
.l-cta__title {
  align-items: center;
  display: flex;
  font-size: 2.4rem;
  gap: 16px;
  letter-spacing: 0.04em;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-cta__title {
    flex-direction: column;
    font-size: 2rem;
    text-align: center;
  }
}
.l-cta__title::before {
  aspect-ratio: 1/1;
  background: url(../img/common/logo.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  width: 66px;
}
.l-cta__title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .l-cta__title + * {
    margin-top: 30px;
  }
}
.l-cta__btn {
  max-width: 380px;
  width: calc(50% - 20px);
}
@media screen and (max-width: 767px) {
  .l-cta__btn {
    width: 100%;
  }
}
.l-cta__btn-wrap {
  align-items: center;
  display: flex;
  gap: 15px 40px;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-cta__btn-wrap {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__btn-wrap {
    flex-direction: column;
  }
}
.l-cta__btn .c-btn {
  font-size: 2rem;
  line-height: 1.5;
  padding: 24px;
}
@media screen and (max-width: 1023px) {
  .l-cta__btn .c-btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .l-cta__btn .c-btn {
    padding: 14px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.c-primary-title .en {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #EB6877;
  background-color: #fff;
  border: 1px solid #EB6877;
  border-radius: 50rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 24px;
}
@media screen and (max-width: 767px) {
  .c-primary-title .en {
    font-size: 1.2rem;
  }
}
.c-primary-title .jp {
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-primary-title .jp {
    font-size: 2.4rem;
  }
}
.c-primary-title + * {
  margin-top: 30px;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.5;
  color: #F47FA0;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .c-secondary-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 2.2rem;
  }
}
.c-secondary-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #F47FA0;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.c-secondary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 20px;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  background-color: #F47FA0;
  border: 1px solid #F47FA0;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.375;
  padding: 19px 20px;
  position: relative;
  text-align: center;
  transition: all 0.25s;
  width: 100%;
  z-index: 10;
}
.c-btn::after {
  aspect-ratio: 1/1;
  background-color: #fff;
  content: "";
  display: block;
  -webkit-mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
          mask: url(../img/icon/icon_blank.svg) 50%/contain no-repeat;
  position: absolute;
  right: 1.9rem;
  top: 50%;
  transition: all 0.25s;
  transform: translateY(-50%);
  width: 11px;
}
.c-btn:hover, .c-btn:focus {
  background-color: #fff;
  color: #F47FA0;
}
.c-btn:hover::after, .c-btn:focus::after {
  background-color: #F47FA0;
}
.c-btn.--white {
  background-color: #fff;
  color: #F47FA0;
}
.c-btn.--white::after {
  background-color: #F47FA0;
}
.c-btn.--white:hover, .c-btn.--white:focus {
  background-color: #F47FA0;
  color: #fff;
}
.c-btn.--white:hover::after, .c-btn.--white:focus::after {
  background-color: #fff;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-top-mv {
  background: url(../img/top/mv-bg.jpg) 50%/cover no-repeat;
  position: relative;
  padding-bottom: 83px;
  padding-top: 64px;
}
@media screen and (max-width: 767px) {
  .p-top-mv {
    background-image: url(../img/top/mv-bg_sp.jpg);
    padding-bottom: 58px;
    padding-top: 69px;
  }
}
.p-top-mv::after {
  aspect-ratio: 1600/65;
  background: url(../img/top/mv-bg-mask.svg) bottom/100% no-repeat;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top-mv::after {
    aspect-ratio: 400/30;
    background-image: url(../img/top/mv-bg-mask_sp.svg);
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv .l-inner {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.p-top-mv__body {
  align-items: center;
  display: flex;
  gap: 35px 24px;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-top-mv__body {
    flex-direction: column;
  }
}
.p-top-mv__text {
  color: #fff;
  font-size: 4rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
  text-shadow: 0px 0px 30px rgba(222, 28, 90, 0.8);
}
@media screen and (max-width: 1280px) {
  .p-top-mv__text {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-mv__text {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-mv__text {
    font-size: 2.8rem;
    padding-left: 24px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.p-top-mv__images {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-top-mv__images {
    width: 100%;
  }
}

/* -------------------------------------
        p-top
-----------------------------------------*/
.p-top__body {
  background-color: #fff;
  border-radius: 40px;
  padding: 100px;
}
@media screen and (max-width: 1280px) {
  .p-top__body {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top__body {
    padding: 70px 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__body {
    border-radius: 20px;
    padding: 30px 25px;
  }
}
.p-top__body.--gray {
  background-color: #F8F8F8;
}
.p-top__body + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__body + * {
    margin-top: 40px;
  }
}
.p-top__text {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 1023px) {
  .p-top__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top__text {
    font-size: 1.4rem;
  }
}
.p-top__text.--box {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.p-top__text small {
  align-items: flex-start;
  font-size: 1.2rem;
  display: flex;
  gap: 5px;
}
.p-top__text small::before {
  content: "※";
}
.p-top__text small span {
  flex: 1;
}
.p-top__text + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-top__text + * {
    margin-top: 18px;
  }
}
.p-top__text + *.--annotation {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-top__text + *.--annotation {
    margin-top: 10px;
  }
}

/* -------------------------------------
        p-top-about
-----------------------------------------*/
.p-top-about {
  padding-bottom: 140px;
  padding-top: 90px;
}
@media screen and (max-width: 1023px) {
  .p-top-about {
    padding-bottom: 40px;
    padding-top: 60px;
  }
}
.p-top-about .p-top__text + .p-top-about__section {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top__text + .p-top-about__section {
    margin-top: 60px;
  }
}
.p-top-about .p-top__text + .p-top-about__table-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-about .p-top__text + .p-top-about__table-wrap {
    margin-top: 30px;
  }
}
.p-top-about .p-top__text + .p-top-about__image {
  margin-top: 30px;
}
.p-top-about__table-wrap {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 60px 80px;
}
@media screen and (max-width: 767px) {
  .p-top-about__table-wrap {
    padding: 40px 20px;
  }
}
.p-top-about__table-wrap + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-about__table-wrap + * {
    margin-top: 30px;
  }
}
.p-top-about__table-title {
  font-size: 2.8rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__table-title {
    font-size: 2rem;
  }
}
.p-top-about__table-title + * {
  margin-top: 20px;
}
.p-top-about__table-image + * {
  margin-top: 10px;
}
.p-top-about__image {
  background-color: #fff;
  border-radius: 30px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.15);
  padding: 42px 58px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-about__image {
    border-radius: 26px;
    padding: 0;
  }
}
.p-top-about__image + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-about__image + * {
    margin-top: 30px;
  }
}
.p-top-about__committee {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.p-top-about__committee-title {
  background-color: #888888;
  color: #fff;
  font-size: 2.2rem;
  letter-spacing: 0.04em;
  padding: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-about__committee-title {
    font-size: 1.6rem;
  }
}
.p-top-about__committee-list.l-grid {
  gap: 30px;
  padding: 40px 60px;
}
@media screen and (max-width: 1023px) {
  .p-top-about__committee-list.l-grid {
    gap: 15px;
    padding: 30px 20px;
  }
}
.p-top-about__committee-link {
  border: 2px solid #CCCCCC;
  border-radius: 100px;
  display: block;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  padding-bottom: 18px;
  padding-top: 18px;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (max-width: 1023px) {
  .p-top-about__committee-link {
    font-size: 1.6rem;
  }
}
.p-top-about__committee-link:hover, .p-top-about__committee-link:focus-visible {
  background-color: #CCCCCC;
}

/* -------------------------------------
        p-top-certificate
-----------------------------------------*/
.p-top-certificate {
  background: url(../img/top/certificate-bg.jpg) top/contain repeat;
  padding-bottom: 398px;
  padding-top: 140px;
}
@media screen and (max-width: 767px) {
  .p-top-certificate {
    background-size: 1600px;
    background-position: left top;
    padding-bottom: 428px;
    padding-top: 60px;
  }
}
.p-top-certificate + * {
  margin-top: -278px;
}
@media screen and (max-width: 767px) {
  .p-top-certificate + * {
    margin-top: -388px;
  }
}
.p-top-certificate .p-top__text + .p-top-license {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-top-certificate .p-top__text + .p-top-license {
    margin-top: 40px;
  }
}
.p-top-certificate .p-top__text + .p-top-license__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-certificate .p-top__text + .p-top-license__list {
    margin-top: 40px;
  }
}

/* -------------------------------------
        p-top-license
-----------------------------------------*/
.p-top-license__list.l-grid {
  gap: 20px;
}
@media screen and (max-width: 1023px) {
  .p-top-license__list.l-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-top-license__list-item {
  background-color: #fff;
  border: 1px solid #F47FA0;
  border-radius: 20px;
  box-shadow: 0px 4px 20px 0px rgba(189, 99, 99, 0.3);
  padding: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-top-license__list-item {
    padding: 30px 15px;
  }
}
.p-top-license__list-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.p-top-license__list-title .en {
  background-color: #F47FA0;
  border-radius: 100px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 5px 15px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-top-license__list-title .jp {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-top-license__list-title .jp {
    font-size: 2rem;
  }
}
.p-top-license__list-title + * {
  margin-top: 15px;
}
.p-top-license__list-image {
  border-radius: 12px;
  margin-left: auto;
  margin-right: auto;
  max-width: 380px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-license__list-image {
    width: calc(100% - 9px);
  }
}
.p-top-license__list-image img {
  width: 100%;
}
.p-top-license__list-image + * {
  margin-top: 15px;
}
.p-top-license__list + * {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-license__list + * {
    margin-top: 40px;
  }
}
.p-top-license__condition {
  align-items: center;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.p-top-license__condition-item {
  border: 2px solid #F47FA0;
  border-radius: 8px;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.p-top-license__condition-item.--bg {
  background-color: #F47FA0;
  border-radius: 8px;
  color: #fff;
  padding: 17px 7px;
}
.p-top-license__condition-item .inner {
  color: #F47FA0;
  font-size: 1.5rem;
  padding: 8px 12px;
}
.p-top-license__condition-item .inner em {
  font-size: 2rem;
  font-style: normal;
}
.p-top-license__condition-item .inner + .inner {
  position: relative;
}
.p-top-license__condition-item .inner + .inner::before {
  background-color: #F47FA0;
  content: "";
  display: block;
  height: 38px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 1px;
}
.p-top-license__condition-separator {
  color: #F47FA0;
  font-size: 3.2rem;
  font-weight: 700;
}
.p-top-license__works {
  background-color: #F8F8F8;
  border-radius: 26px;
  padding: 52px 70px;
}
@media screen and (max-width: 767px) {
  .p-top-license__works {
    border-radius: 20px;
    padding: 28px 8px;
  }
}
.p-top-license__works-title {
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-license__works-title {
    font-size: 2rem;
  }
}
.p-top-license__works-title + * {
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .p-top-license__works-title + * {
    margin-top: 26px;
  }
}
.p-top-license__works-image {
  display: block;
}
@media screen and (max-width: 767px) {
  .p-top-license__works-image {
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }
}

/* -------------------------------------
        p-top-test
-----------------------------------------*/
.p-top-test__item {
  background-color: #F47FA0;
  border-radius: 40px;
  padding: 60px;
}
@media screen and (max-width: 1023px) {
  .p-top-test__item {
    padding: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-test__item {
    border-radius: 20px;
    padding: 30px 20px;
  }
}
.p-top-test__item + * {
  margin-top: 40px;
}
.p-top-test__item-title {
  align-items: center;
  display: flex;
  font-weight: 700;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  color: #fff;
}
.p-top-test__item-title + * {
  margin-top: 20px;
}
.p-top-test__item-title .en {
  align-items: center;
  display: flex;
  gap: 14px;
}
.p-top-test__item-title .en::before, .p-top-test__item-title .en::after {
  background-color: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  height: 1px;
  width: 70px;
}
@media screen and (max-width: 767px) {
  .p-top-test__item-title .en::before, .p-top-test__item-title .en::after {
    width: 50px;
  }
}
.p-top-test__item-title .en span:not(.num) {
  align-items: center;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border-radius: 0 60px 0 60px;
  color: #EB6877;
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1;
  padding: 24px 32px 16px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .p-top-test__item-title .en span:not(.num) {
    border-radius: 0 40px 0 40px;
    padding: 17px 21px 10px;
  }
}
.p-top-test__item-title .en .num {
  font-size: 2.8rem;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-top-test__item-title .en .num {
    font-size: 2.4rem;
  }
}
.p-top-test__item-title .main {
  font-size: 2.43rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 1023px) {
  .p-top-test__item-title .main {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-test__item-title .main {
    font-size: 1.8rem;
  }
}
.p-top-test__item .p-top__text {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-top-test__item .p-top__text small {
    font-size: 1rem;
  }
}
.p-top-test__text {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .p-top-test__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-test__text {
    font-size: 1.5rem;
    text-align: left;
  }
}
.p-top-test__text + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-test__text + * {
    margin-top: 20px;
  }
}
.p-top-test__image {
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-top-test__image {
    border-radius: 15px;
  }
}
.p-top-test__image + * {
  margin-top: 20px;
}
.p-top-test__list {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.p-top-test__list-wrap {
  align-items: flex-start;
  background-color: #FFF6F4;
  border-radius: 26px;
  display: flex;
  gap: 5px 60px;
  padding: 60px 67px;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .p-top-test__list-wrap {
    padding: 40px;
  }
}
@media screen and (max-width: 1023px) {
  .p-top-test__list-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .p-top-test__list-wrap {
    padding: 30px 20px;
  }
}
.p-top-test__list-wrap::after {
  aspect-ratio: 88/132;
  background: url(../img/top/test-list.png) 50%/contain no-repeat;
  bottom: 60px;
  content: "";
  display: block;
  position: absolute;
  right: 83px;
  width: 88px;
}
@media screen and (max-width: 1280px) {
  .p-top-test__list-wrap::after {
    right: 40px;
    width: 66px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-test__list-wrap::after {
    display: none;
  }
}
.p-top-test__list-wrap + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-top-test__list-wrap + * {
    margin-top: 20px;
  }
}
.p-top-test__list li {
  align-items: flex-start;
  display: flex;
  font-size: 1.7rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
}
@media screen and (max-width: 1023px) {
  .p-top-test__list li {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .p-top-test__list li {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-top-test__list li::before {
  background-color: #000;
  border-radius: 50%;
  content: "";
  display: inline-block;
  margin-left: 11px;
  margin-right: 11px;
  margin-top: 14px;
  height: 4px;
  width: 4px;
}
@media screen and (max-width: 767px) {
  .p-top-test__list li::before {
    margin-left: 9px;
    margin-right: 8px;
    margin-top: 10px;
    height: 3px;
    width: 3px;
  }
}
.p-top-test__list li + li {
  margin-top: 5px;
}
.p-top-test__list li span {
  flex: 1;
}

/* -------------------------------------
        p-top-price
-----------------------------------------*/
@media screen and (max-width: 1023px) {
  .p-top-price__dl.l-grid {
    gap: 20px;
  }
}
.p-top-price__dl .inner {
  border-radius: 10px;
  overflow: hidden;
  background-color: #F8F8F8;
}
.p-top-price__dt {
  background-color: #F47FA0;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.8;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-top-price__dt {
    font-size: 1.8rem;
  }
}
.p-top-price__dd {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 1.8;
  padding-bottom: 20px;
  padding-top: 20px;
  text-align: center;
}
.p-top-price__dd .num {
  font-size: 2.8rem;
  font-family: "Roboto", sans-serif;
}
.p-top-price__dd .tax {
  font-size: 1.2rem;
}

/* -------------------------------------
        p-top-schedule
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .p-top-schedule.p-top__body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-top-schedule__flow {
  padding-left: 5px;
  padding-right: 5px;
}
.p-top-schedule__flow.l-grid {
  gap: 32px 0;
}
@media screen and (max-width: 1280px) {
  .p-top-schedule__flow.l-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow.l-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
    padding: 0;
  }
}
.p-top-schedule__flow-item {
  border-top: 2px solid #DDDDDD;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-right: 35px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow-item {
    border-left: 2px solid #DDDDDD;
    border-top: none;
    gap: 22px;
    padding-right: 0;
    padding-bottom: 50px;
  }
}
.p-top-schedule__flow-item:not(:last-child) .p-top-schedule__flow-box {
  position: relative;
}
.p-top-schedule__flow-item:not(:last-child) .p-top-schedule__flow-box::after {
  aspect-ratio: 14/16;
  background: url(../img/icon/icon_arrow01.svg) 50%/contain no-repeat;
  content: "";
  display: block;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translate(100%, -50%);
  width: 14px;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow-item:not(:last-child) .p-top-schedule__flow-box::after {
    left: 50%;
    top: auto;
    bottom: -20px;
    transform: translate(-50%, 100%) rotate(90deg);
  }
}
.p-top-schedule__flow-item:last-child {
  padding-right: 0;
  max-width: calc(100% - 35px);
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow-item:last-child {
    padding-bottom: 0;
    max-width: 100%;
  }
}
.p-top-schedule__flow-time {
  background-color: #F47FA0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-top: -2px;
  min-height: 31px;
  padding: 5px 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow-time {
    border-radius: 0 6px 6px 0;
    margin-left: -2px;
    margin-top: 0;
  }
}
.p-top-schedule__flow-time.--empty {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow-time.--empty {
    display: none;
  }
}
.p-top-schedule__flow-box {
  background-color: #F8F8F8;
  border: 2px solid #F47FA0;
  border-radius: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .p-top-schedule__flow-box {
    margin-left: auto;
    margin-right: auto;
    width: 66.25%;
  }
}
.p-top-schedule__flow-image img {
  width: 100%;
}
.p-top-schedule__flow-text {
  align-items: center;
  background-color: #fff;
  border-radius: 12px;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  padding: 8px;
}
.p-top-schedule__flow-text p {
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}

/* -------------------------------------
        p-message
-----------------------------------------*/
.p-message__body {
  align-items: flex-start;
  display: flex;
  gap: 40px 60px;
}
@media screen and (max-width: 767px) {
  .p-message__body {
    align-items: center;
    flex-direction: column;
  }
}
.p-message__image {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-message__image {
    width: 260px;
  }
}
.p-message__image img {
  border-radius: 20px;
  width: 100%;
}
.p-message__image figcaption {
  font-size: 1.6rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-message__image figcaption {
    font-size: 1.4rem;
    text-align: right;
  }
}
.p-message__image figcaption .name {
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .p-message__image figcaption .name {
    font-size: 1.6rem;
  }
}
.p-message__box {
  width: 68%;
}
@media screen and (max-width: 767px) {
  .p-message__box {
    width: 100%;
  }
}
.p-message__lead {
  border-left: 3px solid #F47FA0;
  font-size: 2.8rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-left: 17px;
}
@media screen and (max-width: 767px) {
  .p-message__lead {
    font-size: 2rem;
    letter-spacing: 0.01em;
    padding-left: 12px;
  }
}
.p-message__lead + * {
  margin-top: 35px;
}
.p-message__text {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .p-message__text {
    font-size: 1.4rem;
    line-height: 2.1428571429;
  }
}
.p-message__text + .p-message__text {
  margin-top: 19px;
}
@media screen and (max-width: 767px) {
  .p-message__text + .p-message__text {
    margin-top: 18px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-only-pc {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-only-sp {
    display: block;
  }
}

.u-only-tbsp {
  display: none;
}
@media screen and (max-width: 1023px) {
  .u-only-tbsp {
    display: inline-block;
  }
}

.u-pc-mt60 {
  margin-top: 60px !important;
}

.u-pc-mt80 {
  margin-top: 80px !important;
}

.u-text-accent-color {
  color: #FBFB06;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-ml1em {
  margin-left: 1em;
}

/* -------------------------------------
        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;
}

/* -------------------------------------
    設定
-----------------------------------------*/