@charset "UTF-8";
/* font-sizeレスポンシブ */
@keyframes active-menu-bar {
  100% {
    height: 0;
  }
}
@keyframes scroll-down {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 100%;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 100%;
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    transform: scale(2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes slideInRight {
  0% {
    transform: translateX(-100%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    transform: translateX(100%);
  }
  20% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideRight {
  0% {
    transform: translate(-100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideLeft {
  0% {
    transform: translate(100%, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeIn, .slideInUp, .slideInRight, .slideInLeft, .slideInDown {
  opacity: 0;
}

.fadeIn.is-animated {
  animation: fadeIn 1s ease-in-out both;
}

.slideInUp.is-animated {
  animation: slideInUp 0.6s ease-in-out both;
}

.slideInDown.is-animated {
  animation: slideInDown 0.6s ease-in-out both;
}

.slideInRight.is-animated {
  animation: slideInRight 0.6s ease-in-out both;
}

.slideInLeft.is-animated {
  animation: slideInLeft 0.6s ease-in-out both;
}

@keyframes updown {
  0% {
    top: 0;
  }
  50% {
    top: -10px;
  }
  100% {
    top: 0;
  }
}
@keyframes flip-in {
  0% {
    opacity: 0;
    /* 最初は上に跳ね上がりつつ、奥に倒れている状態 */
    transform: translateY(-40px) rotateX(-70deg);
  }
  100% {
    opacity: 1;
    /* 最終的に元の位置・角度に戻る */
    transform: translateY(0) rotateX(0deg);
  }
}
@keyframes shine {
  0% {
    left: -150%;
  }
  100% {
    left: 150%;
  }
}
@keyframes loop-rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* resset.dev • v5.0.2 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

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

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* ==================================
base
================================== */
html {
  font-size: 16px;
}

body {
  color: #333;
  font-family: "Noto Sans JP", serif;
  font-weight: 400;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  line-height: 1.75;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  body {
    font-size: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  body {
    font-size: 1rem;
  }
}

#wrapper {
  overflow-x: clip;
  position: relative;
}

#main {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: bold;
  letter-spacing: 0.075em;
}

h1, h2, .h1, .h2 {
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  h1, h2, .h1, .h2 {
    font-size: calc(18px + 10 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  h1, h2, .h1, .h2 {
    font-size: 1.75rem;
  }
}

h3, .h3 {
  font-size: 1.0625rem;
}
@media screen and (min-width: 375px) {
  h3, .h3 {
    font-size: calc(17px + 7 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  h4, .h4 {
    font-size: calc(16px + 5 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  h4, .h4 {
    font-size: 1.3125rem;
  }
}

h5, .h5 {
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  h5, .h5 {
    font-size: calc(14px + 5 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  h5, .h5 {
    font-size: 1.1875rem;
  }
}

h6, .h6 {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  h6, .h6 {
    font-size: calc(12px + 4 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  h6, .h6 {
    font-size: 1rem;
  }
}

img, svg {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
img.aligncenter, svg.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
img.alignright, svg.alignright {
  float: right;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 1em;
  max-width: calc(50% - 1em);
}
img.alignleft, svg.alignleft {
  float: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 1.5em;
  max-width: calc(50% - 1.5em);
}
img .wp-caption,
img [class*=wp-image], svg .wp-caption,
svg [class*=wp-image] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
img .wp-caption-text, svg .wp-caption-text {
  margin-top: 0;
}

table {
  border-collapse: collapse;
}

ul, ol {
  margin-left: 1.3em;
}

a {
  text-decoration: none;
  color: inherit;
}

strong {
  font-weight: bold;
}

.youtube, .gmap {
  max-width: 100%;
  position: relative;
}
.youtube:before, .gmap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.youtube > iframe, .gmap > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.l-editor {
  line-height: 1.5;
}
.l-editor h2, .l-editor h3, .l-editor h4, .l-editor h5, .l-editor h6 {
  line-height: 1.3;
  letter-spacing: 0;
}
.l-editor h2:not(:first-child), .l-editor h3:not(:first-child), .l-editor h4:not(:first-child), .l-editor h5:not(:first-child), .l-editor h6:not(:first-child) {
  margin-top: 2rem;
}
.l-editor h2 + h2, .l-editor h2 + h3, .l-editor h2 + h4, .l-editor h2 + h5, .l-editor h2 + h6, .l-editor h2 + p, .l-editor h2 + dl, .l-editor h2 + ol, .l-editor h2 + ul, .l-editor h2 + table, .l-editor h2 + hr, .l-editor h2 .youtube, .l-editor h2 .gmap, .l-editor h2 + div, .l-editor h3 + h2, .l-editor h3 + h3, .l-editor h3 + h4, .l-editor h3 + h5, .l-editor h3 + h6, .l-editor h3 + p, .l-editor h3 + dl, .l-editor h3 + ol, .l-editor h3 + ul, .l-editor h3 + table, .l-editor h3 + hr, .l-editor h3 .youtube, .l-editor h3 .gmap, .l-editor h3 + div, .l-editor h4 + h2, .l-editor h4 + h3, .l-editor h4 + h4, .l-editor h4 + h5, .l-editor h4 + h6, .l-editor h4 + p, .l-editor h4 + dl, .l-editor h4 + ol, .l-editor h4 + ul, .l-editor h4 + table, .l-editor h4 + hr, .l-editor h4 .youtube, .l-editor h4 .gmap, .l-editor h4 + div, .l-editor h5 + h2, .l-editor h5 + h3, .l-editor h5 + h4, .l-editor h5 + h5, .l-editor h5 + h6, .l-editor h5 + p, .l-editor h5 + dl, .l-editor h5 + ol, .l-editor h5 + ul, .l-editor h5 + table, .l-editor h5 + hr, .l-editor h5 .youtube, .l-editor h5 .gmap, .l-editor h5 + div, .l-editor h6 + h2, .l-editor h6 + h3, .l-editor h6 + h4, .l-editor h6 + h5, .l-editor h6 + h6, .l-editor h6 + p, .l-editor h6 + dl, .l-editor h6 + ol, .l-editor h6 + ul, .l-editor h6 + table, .l-editor h6 + hr, .l-editor h6 .youtube, .l-editor h6 .gmap, .l-editor h6 + div {
  margin-top: 1rem !important;
}
.l-editor p:not(:first-child), .l-editor dl:not(:first-child), .l-editor table:not(:first-child), .l-editor hr:not(:first-child), .l-editor .youtube:not(:first-child), .l-editor .gmap:not(:first-child), .l-editor > div:not(:first-child) {
  margin-top: 1.5rem;
}
.l-editor ol:not(:first-child), .l-editor ul:not(:first-child) {
  margin-top: 0.5rem;
}
.l-editor ol ol, .l-editor ol ul, .l-editor ul ol, .l-editor ul ul {
  margin-top: 0 !important;
}
.l-editor ol ol ol, .l-editor ol ul ol, .l-editor ul ol ol, .l-editor ul ul ol {
  list-style: none;
  counter-reset: number;
  margin-left: 0;
}
.l-editor ol ol ol li, .l-editor ol ul ol li, .l-editor ul ol ol li, .l-editor ul ul ol li {
  position: relative;
  padding-left: 2.3em;
}
.l-editor ol ol ol li:before, .l-editor ol ul ol li:before, .l-editor ul ol ol li:before, .l-editor ul ul ol li:before {
  content: "（" counter(number) "）";
  counter-increment: number;
  position: absolute;
  left: 0;
}
.l-editor ol li::marker {
  font-weight: bold;
}
.l-editor a {
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.l-editor a:hover {
  opacity: 0.5;
}
.l-editor dl > div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.l-editor dl > div dt {
  padding: 0.5em 1em;
  width: 10em;
}
.l-editor dl > div dd {
  padding: 0.5em 1em;
  flex: 1;
}
.l-editor dl dt, .l-editor dl dd {
  font-weight: 500;
  width: 100%;
}
.l-editor dl > dd + dt {
  margin-top: 1rem;
}
.l-editor input, .l-editor textarea, .l-editor fieldset, .l-editor select, .l-editor button {
  border: 1px solid #6d6d6d;
  border-radius: 0;
  padding: 0 0.5em;
  max-width: 100%;
  background-color: #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .l-editor input, .l-editor textarea, .l-editor fieldset, .l-editor select, .l-editor button {
    font-size: calc(16px + 2 * (100vw - 768px) / 132);
  }
}
@media screen and (min-width: 900px) {
  .l-editor input, .l-editor textarea, .l-editor fieldset, .l-editor select, .l-editor button {
    font-size: 1.125rem;
  }
}
.l-editor input::placeholder, .l-editor textarea::placeholder, .l-editor fieldset::placeholder, .l-editor select::placeholder, .l-editor button::placeholder {
  color: #4f4c4b;
}
.l-editor table {
  width: auto;
  max-width: 100%;
}
.l-editor table thead tr th, .l-editor table thead tr td {
  background-color: #3fa9f5 !important;
}
.l-editor table tr:nth-of-type(2n+1) th, .l-editor table tr:nth-of-type(2n+1) td {
  background-color: #3fa9f5;
}
.l-editor table tr th, .l-editor table tr td {
  border: none;
  padding: 3px 1em;
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .l-editor table tr th, .l-editor table tr td {
    font-size: calc(12px + 5 * (100vw - 768px) / 132);
  }
}
@media screen and (min-width: 900px) {
  .l-editor table tr th, .l-editor table tr td {
    font-size: 1.0625rem;
  }
}
.l-editor table tr th, .l-editor table tr td {
  font-weight: 600;
  background-color: #FFFFFF;
}
.l-editor table tr th {
  white-space: nowrap;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* -----------------------------------------------
* layout エントリーポイント
-------------------------------------------------- */
/* --------------------------------
l-header
----------------------------------- */
header {
  width: 100%;
  background-color: #FFFFFF;
  position: sticky;
  top: 0;
  z-index: 100;
}

.l-header {
  max-width: 1400px;
  height: 90px;
  margin: 0 auto;
  padding-right: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .l-header {
    padding-left: calc(20px + 10 * (100vw - 992px) / 408);
  }
}
@media screen and (min-width: 1400px) {
  .l-header {
    padding-left: 1.875rem;
  }
}
@media only screen and (max-width: 991px) {
  .l-header {
    width: 100%;
    height: 60px;
    max-width: none;
  }
}

.l-header-logo {
  flex: 1;
  padding-right: 10px;
}

.l-header-logo img {
  height: 50px;
  width: auto;
}
@media only screen and (max-width: 991px) {
  .l-header-logo img {
    height: 25px;
  }
}

/* --------------------------------
l-inner
----------------------------------- */
.l-inner {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-inner-wide {
  width: 1400px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* --------------------------------
l-footer
----------------------------------- */
.l-footer-top {
  background: linear-gradient(to top, #FFFFFF 6%, #f272ac 6%, #f272ac);
  position: relative;
  margin-top: calc(7.7083333333% + 60px);
  border-bottom: 3px solid #f272ac;
}
.l-footer-top:after {
  content: "";
  display: block;
  padding-top: 20%;
  background-image: url("../images/common/footer-bg_02.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.l-footer-top:before {
  content: "";
  display: block;
  width: 100%;
  max-height: 148px;
  height: 7.7083333333vw;
  position: absolute;
  top: 1px;
  left: 0;
  transform: translateY(-100%);
  background-image: url("../images/common/footer-bg_01.svg");
  background-size: auto 100%;
  background-repeat: repeat-x;
  background-position: center;
}

.l-footer-top-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 939px) {
  .l-footer-top-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-footer-top__logo {
  width: 7.125rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top__logo {
    width: calc(114px + 114 * (100vw - 768px) / 224);
  }
}
@media screen and (min-width: 992px) {
  .l-footer-top__logo {
    width: 14.25rem;
  }
}
.l-footer-top__logo {
  margin-right: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .l-footer-top__logo {
    margin-right: calc(15px + 15 * (100vw - 768px) / 224);
  }
}
@media screen and (min-width: 992px) {
  .l-footer-top__logo {
    margin-right: 1.875rem;
  }
}

.l-footer-top__sns {
  width: 122px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/common/footer-sns.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0 5px;
}
.l-footer-top__sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  width: 100%;
}
.l-footer-top__sns ul li a {
  transition: 0.3s ease-in-out;
}
.l-footer-top__sns ul li a:hover {
  opacity: 0.5;
}

.l-footer-top__privacy {
  flex: 1;
}
@media only screen and (max-width: 767px) {
  .l-footer-top__privacy {
    width: 100%;
    flex: none;
    margin-top: 1em;
    margin-bottom: 1em;
  }
}
.l-footer-top__privacy ul.l-footer-policy-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: end;
  font-size: 0.625rem;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .l-footer-top__privacy ul.l-footer-policy-menu {
    justify-content: center;
  }
}
.l-footer-top__privacy ul.l-footer-policy-menu > li {
  padding: 0 2em;
}
.l-footer-top__privacy ul.l-footer-policy-menu > li button {
  color: #FFFFFF;
  transition: 0.3s;
  margin: 0;
  font-weight: normal;
}
.l-footer-top__privacy ul.l-footer-policy-menu > li button:hover {
  color: #3fa9f5;
}
.l-footer-top__privacy ul.l-footer-policy-menu > li + li {
  border-left: 1px solid #FFFFFF;
}
.l-footer-top__privacy .c-modal-wrap {
  max-width: 870px;
}

.l-footer-bottom {
  background: #FFFFFF;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

ul.l-footer-nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 0.75rem;
}
@media screen and (min-width: 992px) {
  ul.l-footer-nav-menu {
    font-size: calc(12px + 2 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  ul.l-footer-nav-menu {
    font-size: 0.875rem;
  }
}
ul.l-footer-nav-menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  ul.l-footer-nav-menu {
    display: none;
  }
}
ul.l-footer-nav-menu > li {
  margin-bottom: 10px;
  padding: 0 1em;
}
ul.l-footer-nav-menu > li + li {
  border-left: 1px solid #333;
}
ul.l-footer-nav-menu > li.contact button {
  padding-right: 30px;
  position: relative;
}
ul.l-footer-nav-menu > li.contact button:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("../images/common/ico-mail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transition: 0.3s;
}
ul.l-footer-nav-menu > li.contact button:hover:after {
  background-image: url("../images/common/ico-mail-hover.png");
}
ul.l-footer-nav-menu > li a {
  transition: 0.3s ease-in-out;
}
ul.l-footer-nav-menu > li a:hover {
  color: #3fa9f5;
}
ul.l-footer-nav-menu > li button {
  margin: 0;
  color: inherit;
  font-weight: inherit;
  transition: 0.3s ease-in-out;
}
ul.l-footer-nav-menu > li button:hover {
  color: #3fa9f5;
  opacity: 1;
}

.l-footer-copyright {
  font-size: 0.625rem;
  text-align: center;
}

.l-footer-pagetop {
  position: fixed;
  right: 10px;
  bottom: 20px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out;
}
.l-footer-pagetop.is-show {
  opacity: 1;
  visibility: visible;
}
.l-footer-pagetop.is-stopped {
  position: absolute;
  bottom: 100%;
  transform: translateY(-40%);
}
.l-footer-pagetop a {
  display: block;
  text-decoration: none;
  position: relative;
}
.l-footer-pagetop a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../images/common/to-top-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  animation: loop-rotation 6s linear infinite;
  animation-play-state: paused;
}
.l-footer-pagetop a:hover:before {
  animation-play-state: running;
}
.l-footer-pagetop img {
  width: 3.75rem;
}
@media screen and (min-width: 375px) {
  .l-footer-pagetop img {
    width: calc(60px + 78 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-pagetop img {
    width: 8.625rem;
  }
}
.l-footer-pagetop img {
  height: auto;
  position: relative;
}

.l-footer-outline h2, .l-footer-contact h2, .l-footer-privacy h2, .l-footer-terms h2 {
  margin-bottom: 1.5em;
}
.l-footer-outline .c-modal-wrap, .l-footer-contact .c-modal-wrap, .l-footer-privacy .c-modal-wrap, .l-footer-terms .c-modal-wrap {
  max-width: 870px;
}

.l-footer-contact .c-modal-inner {
  padding: 10px;
}

.l-footer-contact-inner {
  background: #f2f2f2;
  padding-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .l-footer-contact-inner {
    padding-top: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact-inner {
    padding-top: 2.5rem;
  }
}
.l-footer-contact-inner {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .l-footer-contact-inner {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact-inner {
    padding-bottom: 2.5rem;
  }
}
.l-footer-contact-inner {
  padding-right: 0.625rem;
}
@media screen and (min-width: 375px) {
  .l-footer-contact-inner {
    padding-right: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact-inner {
    padding-right: 1.25rem;
  }
}
.l-footer-contact-inner {
  padding-left: 0.625rem;
}
@media screen and (min-width: 375px) {
  .l-footer-contact-inner {
    padding-left: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .l-footer-contact-inner {
    padding-left: 1.25rem;
  }
}

.wpcf7-spinner {
  display: none;
}

.p-contact-form {
  position: relative;
  margin-bottom: 2em;
}
.p-contact-form dl dt {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 10px 0 0;
}
.p-contact-form dl dt .required {
  background: #f272ac;
  color: #FFFFFF;
  display: inline-block;
  border-radius: 2px;
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-contact-form dl dt .required {
    font-size: calc(10px + 4 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  .p-contact-form dl dt .required {
    font-size: 0.875rem;
  }
}
.p-contact-form dl dt .required {
  padding: 0 0.3em;
  line-height: 1.4;
  margin-left: 0.5em;
}
.p-contact-form dl dd {
  padding: 10px 0;
  width: 100%;
}
.p-contact-form dl dd input, .p-contact-form dl dd textarea {
  background: #FFFFFF;
  font-size: 1rem;
  width: 100%;
  padding: 5px 0.5em;
}

.p-contact-form-acceptance {
  text-align: center;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-contact-form-acceptance {
    font-size: calc(12px + 2 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  .p-contact-form-acceptance {
    font-size: 0.875rem;
  }
}
.p-contact-form-acceptance {
  margin-bottom: 2em;
}
.p-contact-form-acceptance button {
  border: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: underline;
  font-weight: inherit;
}

#wpcf7cpcnf {
  position: relative;
  z-index: 1 !important;
}
#wpcf7cpcnf table {
  width: 100%;
  margin: 0 auto;
}
#wpcf7cpcnf table tr {
  border-bottom: 1px solid #333;
}
#wpcf7cpcnf table tr th, #wpcf7cpcnf table tr td {
  display: block;
}
#wpcf7cpcnf table tr th {
  text-align: left;
  padding: 10px 10px 0;
}
#wpcf7cpcnf table tr td {
  padding: 0 10px 10px;
}

.wpcf7 form.sent .p-contact-sent {
  display: none;
}

/* --------------------------------
l-page
----------------------------------- */
.l-page {
  padding-top: 1.25rem;
}
@media screen and (min-width: 992px) {
  .l-page {
    padding-top: calc(20px + 40 * (100vw - 992px) / 928);
  }
}
@media screen and (min-width: 1920px) {
  .l-page {
    padding-top: 3.75rem;
  }
}
.l-page {
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 80px;
}
.l-page h1 {
  margin-bottom: 1.5em;
  text-align: center;
  padding-bottom: 6px;
  position: relative;
}
.l-page h1:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  background: #f272ac;
}

/* -----------------------------------------------
* component エントリーポイント
-------------------------------------------------- */
/* --------------------------------
c-hamburger
----------------------------------- */
.c-hamburger {
  display: none; /* [PC] 非表示 */
  /* [SP] スマホ用設定 */
}
@media only screen and (max-width: 991px) {
  .c-hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 44px;
    height: 44px;
    padding: 12px 8px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 101;
  }
}
.c-hamburger.c-hamburger--close {
  position: absolute;
  top: 8px;
  right: 10px;
}
.c-hamburger {
  /* 子要素: ライン */
}
.c-hamburger__line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #f272ac;
  transition: transform 0.3s, opacity 0.3s;
}
.c-hamburger {
  /* アニメーション制御: 
     header:has(...) を監視するが、記述はここにまとめるため @at-root を使用 
  */
}
@media only screen and (max-width: 991px) {
  header:has(#drawer:popover-open) .c-hamburger .c-hamburger__line:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
  }
  header:has(#drawer:popover-open) .c-hamburger .c-hamburger__line:nth-child(2) {
    opacity: 0;
  }
  header:has(#drawer:popover-open) .c-hamburger .c-hamburger__line:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
  }
}

/* 5. Drawer Menu */
#drawer {
  /* [PC] Popover解除 & 常時表示 */
  display: flex !important;
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  padding: 0;
  margin: 0;
  border: none;
  inset: auto;
  transform: none;
  opacity: 1;
  transition: none;
}
#drawer::backdrop {
  display: none;
}
#drawer {
  /* [SP] Popover動作 */
}
@media only screen and (max-width: 991px) {
  #drawer {
    display: none !important; /* PC設定打ち消し */
    position: fixed;
    width: 80vw;
    height: 100dvh;
    margin: 0;
    margin-left: auto;
    padding: 80px 20px;
    background-color: #fff8fc;
    inset: 0 0 0 auto;
    box-shadow: -5px 0 20px rgba(0, 0, 0, 0.05);
    /* Animation */
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.4s cubic-bezier(0.33, 1, 0.68, 1), opacity 0.4s, display 0.4s allow-discrete, overlay 0.4s allow-discrete;
  }
  #drawer:popover-open {
    display: block !important;
    transform: translateX(0);
    opacity: 1;
  }
  #drawer::backdrop {
    display: block;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.4s;
  }
  #drawer:popover-open::backdrop {
    opacity: 1;
  }
  @starting-style {
    #drawer:popover-open {
      transform: translateX(100%);
      opacity: 0;
    }
    #drawer:popover-open::backdrop {
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 991px) {
  .c-drawer__inner {
    display: flex;
    flex-direction: column;
  }
}

/* 6. Navigation Menu */
.l-header-nav-menu {
  /* [PC] Flex */
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-header-nav-menu li {
  padding-right: 0.625rem;
}
@media screen and (min-width: 992px) {
  .l-header-nav-menu li {
    padding-right: calc(10px + 10 * (100vw - 992px) / 408);
  }
}
@media screen and (min-width: 1400px) {
  .l-header-nav-menu li {
    padding-right: 1.25rem;
  }
}
.l-header-nav-menu li {
  padding-left: 0.625rem;
}
@media screen and (min-width: 992px) {
  .l-header-nav-menu li {
    padding-left: calc(10px + 10 * (100vw - 992px) / 408);
  }
}
@media screen and (min-width: 1400px) {
  .l-header-nav-menu li {
    padding-left: 1.25rem;
  }
}
.l-header-nav-menu li + li {
  position: relative;
  margin-left: 2px;
}
.l-header-nav-menu li + li:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #333;
  position: absolute;
  right: 100%;
  top: calc(50% - 5px);
}
.l-header-nav-menu li.contact button {
  padding-right: 30px;
  position: relative;
}
.l-header-nav-menu li.contact button:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("../images/common/ico-mail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  transition: 0.3s;
}
@media only screen and (max-width: 991px) {
  .l-header-nav-menu li.contact button:after {
    background-image: url("../images/common/ico-mail-sp.png");
  }
}
.l-header-nav-menu li.contact button:hover:after {
  content: "";
  background-image: url("../images/common/ico-mail-hover.png");
}
.l-header-nav-menu a, .l-header-nav-menu button {
  display: inline-block;
  color: #333;
  font-weight: bold;
  transition: color 0.3s;
  font-size: 0.875rem;
  margin: 0;
}
.l-header-nav-menu a:hover, .l-header-nav-menu button:hover {
  color: #3fa9f5;
  opacity: 1;
}
.l-header-nav-menu {
  /* [SP] Vertical */
}
@media only screen and (max-width: 991px) {
  .l-header-nav-menu {
    display: block;
  }
  .l-header-nav-menu li {
    margin-bottom: 20px;
    border-bottom: 1px solid #f272ac;
    padding-bottom: 10px;
  }
  .l-header-nav-menu li + li {
    position: relative;
    margin-left: 0;
  }
  .l-header-nav-menu li + li:before {
    content: none;
  }
  .l-header-nav-menu li a, .l-header-nav-menu li button {
    color: #f272ac;
  }
}

.l-header-nav-btn-wrap {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
  padding: 0 10px;
}
@media only screen and (max-width: 991px) {
  .l-header-nav-btn-wrap {
    order: 1;
    justify-content: center;
  }
}

.l-header-nav-btn {
  padding: 0 4px 4;
}
.l-header-nav-btn a img {
  transition: 0.3s ease-in-out;
}
.l-header-nav-btn a:hover img {
  opacity: 0.5;
}

/* --------------------------------
c-more-btn
----------------------------------- */
@media only screen and (max-width: 767px) {
  .c-more-btn, .wpcf7cp-btns {
    text-align: center;
  }
}
.c-more-btn a, .c-more-btn input, .c-more-btn button, .wpcf7cp-btns a, .wpcf7cp-btns input, .wpcf7cp-btns button {
  display: inline-block;
  color: #FFFFFF;
  background: #f272ac;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  max-width: 100%;
  transition: 0.1s ease-in-out;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  padding: 0 2em;
  position: relative;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}
.c-more-btn a:hover, .c-more-btn input:hover, .c-more-btn button:hover, .wpcf7cp-btns a:hover, .wpcf7cp-btns input:hover, .wpcf7cp-btns button:hover {
  opacity: 0.5;
}
.c-more-btn--gray a, .c-more-btn--gray input, .c-more-btn--gray button, .wpcf7cp-btns--gray a, .wpcf7cp-btns--gray input, .wpcf7cp-btns--gray button {
  background: #4f4c4b;
}

.wpcf7cp-btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.wpcf7cp-btns button {
  margin: 0 10px 20px;
}
.wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
  background: #4f4c4b;
}

/* --------------------------------
c-modal
----------------------------------- */
/* モーダル展開時の背面スクロール固定用 */
body.is-modal-open {
  overflow: hidden;
}

.c-modal-open-button {
  display: inline-block;
  margin: 20px auto 0;
  background: none;
  color: #25a6f4;
  border: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  transition: opacity 0.3s ease-in-out;
}
.c-modal-open-button:hover {
  opacity: 0.5;
}

.c-modal-open-button-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #25a6f4;
  position: relative;
  margin-left: 1em;
  vertical-align: bottom;
}
.c-modal-open-button-arrow:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -3px) rotate(45deg);
}

.c-modal-content {
  padding: 0;
  border: none;
  margin: auto;
  overflow: visible;
  background: none;
}

.c-modal-content[open] {
  display: grid;
  /* 上下の余白（1fr）とコンテンツ（auto）で縦を3分割し、中央に寄せる */
  grid-template-rows: 1fr auto 1fr;
  width: 100vw;
  height: 100vh;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  padding: 0 20px; /* スマホで左右が画面端に張り付かないようにする余白 */
  box-sizing: border-box;
  overflow-y: auto; /* はみ出た分はモーダル全体でスクロールさせる */
  perspective: 1200px;
  background: transparent;
}
.c-modal-content[open]:before, .c-modal-content[open]:after {
  content: "";
  display: block;
  min-height: 100px;
}
.c-modal-content[open] .c-modal-wrap {
  /* アニメーションの指定 */
  animation: flip-in 0.6s cubic-bezier(0.23, 1, 0.32, 1) forwards;
  /* 回転の軸を「上端」にする（任意：中央回転なら不要） */
  transform-origin: center top;
  /* 3Dレンダリングを滑らかにする魔法のプロパティ */
  backface-visibility: hidden;
}
.c-modal-content[open] .p-top-trainer-profile, .c-modal-content[open] .p-top-b-carelist-interview {
  animation: fadeIn 0.8s 0.2s ease backwards;
}
.c-modal-content[open]::backdrop {
  background-color: rgba(51, 51, 51, 0.5);
}
.c-modal-content[open] .c-modal-inner:after {
  animation: shine 0.8s ease-in-out 1.5s forwards;
}

.c-modal-content::backdrop {
  background-color: #000000;
  transition: background-color 0.5s ease;
}

.c-modal-wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.c-modal-inner {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 375px) {
  .c-modal-inner {
    padding-right: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .c-modal-inner {
    padding-right: 2.5rem;
  }
}
.c-modal-inner {
  padding-left: 1.25rem;
}
@media screen and (min-width: 375px) {
  .c-modal-inner {
    padding-left: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .c-modal-inner {
    padding-left: 2.5rem;
  }
}
.c-modal-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.c-modal-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: -150%;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  transform: skewX(-25deg);
  pointer-events: none;
}

.c-modal-close-button {
  display: inline-block;
  border: none;
  background: none;
  color: #FFFFFF;
  cursor: pointer;
  position: absolute;
  bottom: calc(100% + 20px);
  right: 15px;
  font-size: 0.8125rem;
  font-weight: bold;
  padding-top: 30px;
  outline: none;
}
.c-modal-close-button:before, .c-modal-close-button:after {
  content: "";
  display: inline-block;
  width: 32px;
  height: 4px;
  background: #FFFFFF;
  position: absolute;
  top: 12px;
  left: calc(50% - 16px);
  border-radius: 999px;
}
.c-modal-close-button:before {
  transform: rotate(45deg);
}
.c-modal-close-button:after {
  transform: rotate(-45deg);
}
.c-modal-close-button--bottom {
  bottom: auto;
  top: calc(100% + 20px);
}

/* --------------------------------
c-read-more
----------------------------------- */
.c-read-more-container {
  position: relative;
}

.c-read-more-content {
  position: relative;
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}

.c-read-more-content::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  pointer-events: none;
  transition: opacity 0.4s ease-out;
}

/* 開いた状態のスタイル */
.c-read-more-container.is-open .c-read-more-content::after {
  opacity: 0;
}
.c-read-more-container.is-open .c-read-more-button-arrow {
  transform: rotate(180deg);
}

/* テキストボタンのスタイル */
.c-read-more-button {
  display: inline-block;
  margin: 20px auto 0;
  padding: 0;
  background: none;
  color: #25a6f4;
  border: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.c-read-more-button:hover {
  opacity: 0.5;
}

.c-read-more-button-text {
  display: inline-block;
  margin-right: 1em;
}

.c-read-more-button-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #25a6f4;
  position: relative;
  vertical-align: bottom;
}
.c-read-more-button-arrow:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -3px) rotate(45deg);
}

/* --------------------------------
c-load
----------------------------------- */
/* 4番目以降を隠す */
.c-load-item:nth-child(n+4) {
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

/* 表示用クラス */
.c-load-item.is-visible {
  display: block !important;
  opacity: 1;
  transform: translateY(0);
}

/* 開いた状態のスタイル */
.c-load-group.is-open .c-load-item-btn-arrow {
  transform: rotate(180deg);
}

/* ボタンのデザイン */
.c-load-item-btn {
  display: inline-block;
  margin: 20px auto 0;
  background: none;
  color: #25a6f4;
  border: none;
  font-weight: bold;
  cursor: pointer;
  line-height: 1;
  position: relative;
  transition: opacity 0.3s ease-in-out;
}
.c-load-item-btn:hover {
  opacity: 0.5;
}

.c-load-item-btn-text {
  display: inline-block;
  margin-right: 1em;
}

.c-load-item-btn-arrow {
  display: inline-block;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #25a6f4;
  position: relative;
  vertical-align: bottom;
}
.c-load-item-btn-arrow:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -3px) rotate(45deg);
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */
/* --------------------------------
p-top
----------------------------------- */
.p-top-hero-slider {
  width: 100%;
  /* 高さ指定(height: 100vh)は削除します。
     幅と比率によって高さが自動決定されるためです。 */
  position: relative;
  overflow: hidden; /* 横スクロール防止 */
}
.p-top-hero-slider .swiper {
  width: 100%;
  height: auto;
}
.p-top-hero-slider .swiper-slide {
  width: 100%;
  height: auto;
}
.p-top-hero-slider .slide-media {
  width: 100%;
  aspect-ratio: 1920/910; /* ここで縦横比を指定 */
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-top-hero-slider .slide-media {
    aspect-ratio: 768/940;
  }
}
.p-top-hero-slider .slide-media picture, .p-top-hero-slider .slide-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; /* 比率を保って枠を埋める */
  object-position: center center;
}
.p-top-hero-slider .slide-media:after {
  content: "";
  display: block;
  width: calc(100% - 2vw);
  height: calc(100% - 2vw);
  border: 2px solid #FFFFFF;
  border-radius: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .p-top-hero-slider .slide-media:after {
    content: none;
  }
}
.p-top-hero-slider .slide-border {
  width: 100%;
  height: 8px;
  margin-top: 12px;
}
.p-top-hero-slider .swiper-pagination {
  bottom: calc(20px + 1.04vw);
}
@media only screen and (max-width: 767px) {
  .p-top-hero-slider .swiper-pagination {
    bottom: calc(20px + 2.6vw);
  }
}
.p-top-hero-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 10px;
  background: #FFFFFF;
  opacity: 0.5;
}
@media only screen and (max-width: 767px) {
  .p-top-hero-slider .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}
.p-top-hero-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.p-top-text {
  color: #e55aa0;
  text-shadow: 0.16em 0em 0 #FFFFFF, 0.1569256449em 0.0312144515em 0 #FFFFFF, 0.1478207252em 0.0612293492em 0 #FFFFFF, 0.133035138em 0.0888912373em 0 #FFFFFF, 0.113137085em 0.113137085em 0 #FFFFFF, 0.0888912373em 0.133035138em 0 #FFFFFF, 0.0612293492em 0.1478207252em 0 #FFFFFF, 0.0312144515em 0.1569256449em 0 #FFFFFF, 0em 0.16em 0 #FFFFFF, -0.0312144515em 0.1569256449em 0 #FFFFFF, -0.0612293492em 0.1478207252em 0 #FFFFFF, -0.0888912373em 0.133035138em 0 #FFFFFF, -0.113137085em 0.113137085em 0 #FFFFFF, -0.133035138em 0.0888912373em 0 #FFFFFF, -0.1478207252em 0.0612293492em 0 #FFFFFF, -0.1569256449em 0.0312144515em 0 #FFFFFF, -0.16em 0em 0 #FFFFFF, -0.1569256449em -0.0312144515em 0 #FFFFFF, -0.1478207252em -0.0612293492em 0 #FFFFFF, -0.133035138em -0.0888912373em 0 #FFFFFF, -0.113137085em -0.113137085em 0 #FFFFFF, -0.0888912373em -0.133035138em 0 #FFFFFF, -0.0612293492em -0.1478207252em 0 #FFFFFF, -0.0312144515em -0.1569256449em 0 #FFFFFF, 0em -0.16em 0 #FFFFFF, 0.0312144515em -0.1569256449em 0 #FFFFFF, 0.0612293492em -0.1478207252em 0 #FFFFFF, 0.0888912373em -0.133035138em 0 #FFFFFF, 0.113137085em -0.113137085em 0 #FFFFFF, 0.133035138em -0.0888912373em 0 #FFFFFF, 0.1478207252em -0.0612293492em 0 #FFFFFF, 0.1569256449em -0.0312144515em 0 #FFFFFF, 0.16em 0em 0 #FFFFFF;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-text {
    font-size: calc(16px + 15 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-text {
    font-size: 1.9375rem;
  }
}
.p-top-text {
  font-weight: bold;
  letter-spacing: 0.1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1em;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1em;
  min-height: 290px;
  background: url("../images/top/top-text-bg-left.png"), url("../images/top/top-text-bg-right.png");
  background-size: auto 290px;
  background-repeat: no-repeat;
  background-position: left top, right top;
}
@media only screen and (max-width: 991px) {
  .p-top-text {
    background-position: -6% top, 114% top;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-text {
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: left top, right bottom;
    background-size: auto 145px;
    min-height: 0;
  }
}
.p-top-text br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .p-top-text br {
    display: inline;
  }
}

.p-top-bnr-slider {
  width: 100%;
  padding: 30px 0 40px;
  display: flex;
  justify-content: center;
  background: #fff8fc;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-bnr-slider {
    margin-bottom: calc(20px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-bnr-slider {
    margin-bottom: 3.125rem;
  }
}
.p-top-bnr-slider .p-top-bnr-slider-wrap {
  padding-left: 60px;
  padding-right: 60px;
  width: 1120px;
  max-width: 100%;
  position: relative;
}
.p-top-bnr-slider .swiper-slide {
  width: 320px;
  max-width: 100%;
  height: auto; /* 高さは中身に合わせる */
  display: flex;
  flex-direction: column;
}
.p-top-bnr-slider .p-top-bnr-inner-link, .p-top-bnr-slider .p-top-bnr-inner {
  display: block; /* ブロック要素にする */
  width: 100%;
  height: 100%;
  transition: opacity 0.3s; /* ホバー時のアニメーション */
}
.p-top-bnr-slider {
  /* ホバー時の挙動（リンクの場合のみ） */
}
.p-top-bnr-slider a.p-top-bnr-inner-link:hover {
  opacity: 0.5;
  cursor: pointer;
}
.p-top-bnr-slider a.p-top-bnr-inner-link:hover .p-top-bnr-img img {
  transform: scale(1.05);
}
.p-top-bnr-slider .p-top-bnr-img {
  width: 100%;
  height: auto;
  aspect-ratio: 320/180;
  overflow: hidden;
  border-radius: 5px; /* 角丸にする（任意） */
}
.p-top-bnr-slider .p-top-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s; /* 画像拡大アニメーション用 */
}
.p-top-bnr-slider .p-top-bnr-text {
  margin-top: 15px;
  color: #3fa9f5;
}
.p-top-bnr-slider .swiper-button-prev, .p-top-bnr-slider .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border: 2px solid #f272ac;
  border-radius: 50%;
  top: 80px;
  margin: 0;
}
.p-top-bnr-slider .swiper-button-prev:after, .p-top-bnr-slider .swiper-button-next:after {
  color: #f272ac;
  content: "";
  width: 7px;
  height: 7px;
  transform-origin: center;
}
.p-top-bnr-slider .swiper-button-prev {
  left: 20px;
}
.p-top-bnr-slider .swiper-button-prev:after {
  border-top: 2px solid #f272ac;
  border-left: 2px solid #f272ac;
  transform: translateX(1px) rotate(-45deg);
}
.p-top-bnr-slider .swiper-button-next {
  right: 20px;
}
.p-top-bnr-slider .swiper-button-next:after {
  transform: translateX(-1px) rotate(45deg);
  border-top: 2px solid #f272ac;
  border-right: 2px solid #f272ac;
}

.p-top-note-feed {
  padding-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-note-feed {
    padding-top: calc(20px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-note-feed {
    padding-top: 3.125rem;
  }
}
.p-top-note-feed {
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.p-top-note-feed-inner {
  position: relative;
  border: 2px solid #f272ac;
  border-radius: 4px;
  box-shadow: 2px 2px 2px rgba(107, 107, 107, 0.45);
  padding: 35px 25px 15px;
}
.p-top-note-feed-inner h2 {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  color: #e55aa0;
  text-shadow: 0.208em 0em 0 #FFFFFF, 0.2040033383em 0.040578787em 0 #FFFFFF, 0.1921669428em 0.0795981539em 0 #FFFFFF, 0.1729456794em 0.1155586085em 0 #FFFFFF, 0.1470782105em 0.1470782105em 0 #FFFFFF, 0.1155586085em 0.1729456794em 0 #FFFFFF, 0.0795981539em 0.1921669428em 0 #FFFFFF, 0.040578787em 0.2040033383em 0 #FFFFFF, 0em 0.208em 0 #FFFFFF, -0.040578787em 0.2040033383em 0 #FFFFFF, -0.0795981539em 0.1921669428em 0 #FFFFFF, -0.1155586085em 0.1729456794em 0 #FFFFFF, -0.1470782105em 0.1470782105em 0 #FFFFFF, -0.1729456794em 0.1155586085em 0 #FFFFFF, -0.1921669428em 0.0795981539em 0 #FFFFFF, -0.2040033383em 0.040578787em 0 #FFFFFF, -0.208em 0em 0 #FFFFFF, -0.2040033383em -0.040578787em 0 #FFFFFF, -0.1921669428em -0.0795981539em 0 #FFFFFF, -0.1729456794em -0.1155586085em 0 #FFFFFF, -0.1470782105em -0.1470782105em 0 #FFFFFF, -0.1155586085em -0.1729456794em 0 #FFFFFF, -0.0795981539em -0.1921669428em 0 #FFFFFF, -0.040578787em -0.2040033383em 0 #FFFFFF, 0em -0.208em 0 #FFFFFF, 0.040578787em -0.2040033383em 0 #FFFFFF, 0.0795981539em -0.1921669428em 0 #FFFFFF, 0.1155586085em -0.1729456794em 0 #FFFFFF, 0.1470782105em -0.1470782105em 0 #FFFFFF, 0.1729456794em -0.1155586085em 0 #FFFFFF, 0.1921669428em -0.0795981539em 0 #FFFFFF, 0.2040033383em -0.040578787em 0 #FFFFFF, 0.208em 0em 0 #FFFFFF;
  filter: drop-shadow(2px 2px 2px rgba(137, 137, 137, 0.45));
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-note-feed-inner h2 {
    font-size: calc(16px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-note-feed-inner h2 {
    font-size: 1.5rem;
  }
}
.p-top-note-feed-inner ol {
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}
.p-top-note-feed-inner ol li {
  border-bottom: 1px solid #f272ac;
  padding: 5px 0;
}
.p-top-note-feed-inner ol li + li {
  margin-top: 10px;
}
.p-top-note-feed-inner ol li a {
  display: flex;
  color: #3fa9f5;
  transition: 0.3s ease-in-out;
}
.p-top-note-feed-inner ol li a:hover {
  opacity: 0.5;
}

.p-top-note-feed__date {
  display: inline-block;
  width: 7em;
}

.p-top-note-feed__title {
  display: inline-block;
  flex: 1;
}

.p-top-note-feed-link {
  text-align: right;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-note-feed-link {
    font-size: calc(12px + 2 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  .p-top-note-feed-link {
    font-size: 0.875rem;
  }
}
.p-top-note-feed-link {
  margin-top: 15px;
}
.p-top-note-feed-link a {
  color: #3fa9f5;
  transition: 0.3s ease-in-out;
}
.p-top-note-feed-link a:hover {
  opacity: 0.5;
}

.p-top-sns {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-sns {
    padding-bottom: calc(20px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-sns {
    padding-bottom: 3.75rem;
  }
}
.p-top-sns ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.p-top-sns ul li {
  padding: 0 10px;
}

.p-top-recommend {
  padding-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend {
    padding-top: calc(40px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend {
    padding-top: 6.25rem;
  }
}
.p-top-recommend {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend {
    padding-bottom: calc(20px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend {
    padding-bottom: 3.75rem;
  }
}
.p-top-recommend h2 {
  text-align: center;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
}

.p-top-recommend-inner {
  position: relative;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (max-width: 939px) {
  .p-top-recommend-inner {
    padding-bottom: 3.19vw;
  }
}

ul.p-top-recommend-list {
  list-style: none;
  margin: 0;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(20%);
}
ul.p-top-recommend-list li {
  width: 218px;
  max-width: calc(25% - 2px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #f272ac;
  border-radius: 50%;
  border: 10px solid #FFFFFF;
  box-shadow: 4px 4px 10px rgba(127, 127, 127, 0.4);
  margin: 0 1px 2px;
}
@media only screen and (max-width: 991px) {
  ul.p-top-recommend-list li {
    border-width: 1vw;
  }
}
ul.p-top-recommend-list li:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}

.p-top-recommend-list-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #e55aa0;
  text-shadow: 0.24em 0em 0 #FFFFFF, 0.2353884673em 0.0468216773em 0 #FFFFFF, 0.2217310878em 0.0918440238em 0 #FFFFFF, 0.199552707em 0.1333368559em 0 #FFFFFF, 0.1697056275em 0.1697056275em 0 #FFFFFF, 0.1333368559em 0.199552707em 0 #FFFFFF, 0.0918440238em 0.2217310878em 0 #FFFFFF, 0.0468216773em 0.2353884673em 0 #FFFFFF, 0em 0.24em 0 #FFFFFF, -0.0468216773em 0.2353884673em 0 #FFFFFF, -0.0918440238em 0.2217310878em 0 #FFFFFF, -0.1333368559em 0.199552707em 0 #FFFFFF, -0.1697056275em 0.1697056275em 0 #FFFFFF, -0.199552707em 0.1333368559em 0 #FFFFFF, -0.2217310878em 0.0918440238em 0 #FFFFFF, -0.2353884673em 0.0468216773em 0 #FFFFFF, -0.24em 0em 0 #FFFFFF, -0.2353884673em -0.0468216773em 0 #FFFFFF, -0.2217310878em -0.0918440238em 0 #FFFFFF, -0.199552707em -0.1333368559em 0 #FFFFFF, -0.1697056275em -0.1697056275em 0 #FFFFFF, -0.1333368559em -0.199552707em 0 #FFFFFF, -0.0918440238em -0.2217310878em 0 #FFFFFF, -0.0468216773em -0.2353884673em 0 #FFFFFF, 0em -0.24em 0 #FFFFFF, 0.0468216773em -0.2353884673em 0 #FFFFFF, 0.0918440238em -0.2217310878em 0 #FFFFFF, 0.1333368559em -0.199552707em 0 #FFFFFF, 0.1697056275em -0.1697056275em 0 #FFFFFF, 0.199552707em -0.1333368559em 0 #FFFFFF, 0.2217310878em -0.0918440238em 0 #FFFFFF, 0.2353884673em -0.0468216773em 0 #FFFFFF, 0.24em 0em 0 #FFFFFF;
  width: calc(100% + 20px);
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-list-inner {
    font-size: calc(10px + 16 * (100vw - 375px) / 564);
  }
}
@media screen and (min-width: 939px) {
  .p-top-recommend-list-inner {
    font-size: 1.625rem;
  }
}
.p-top-recommend-list-inner {
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media only screen and (max-width: 991px) {
  .p-top-recommend-list-inner {
    width: calc(100% + 2vw);
  }
}
.p-top-recommend-list-inner span {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-list-inner span {
    font-size: calc(12px + 22 * (100vw - 375px) / 564);
  }
}
@media screen and (min-width: 939px) {
  .p-top-recommend-list-inner span {
    font-size: 2.125rem;
  }
}
.p-top-recommend-list-inner span {
  display: inline-block;
  margin: 0 0.1em;
}

.p-top-recommend-bg {
  background: #f272ac;
  color: #FFFFFF;
  padding-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-bg {
    padding-top: calc(40px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-bg {
    padding-top: 6.25rem;
  }
}
.p-top-recommend-bg {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-bg {
    padding-bottom: calc(20px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-bg {
    padding-bottom: 3.75rem;
  }
}
.p-top-recommend-bg h3 {
  color: #e55aa0;
  text-shadow: 0.2em 0em 0 #FFFFFF, 0.1961570561em 0.0390180644em 0 #FFFFFF, 0.1847759065em 0.0765366865em 0 #FFFFFF, 0.1662939225em 0.1111140466em 0 #FFFFFF, 0.1414213562em 0.1414213562em 0 #FFFFFF, 0.1111140466em 0.1662939225em 0 #FFFFFF, 0.0765366865em 0.1847759065em 0 #FFFFFF, 0.0390180644em 0.1961570561em 0 #FFFFFF, 0em 0.2em 0 #FFFFFF, -0.0390180644em 0.1961570561em 0 #FFFFFF, -0.0765366865em 0.1847759065em 0 #FFFFFF, -0.1111140466em 0.1662939225em 0 #FFFFFF, -0.1414213562em 0.1414213562em 0 #FFFFFF, -0.1662939225em 0.1111140466em 0 #FFFFFF, -0.1847759065em 0.0765366865em 0 #FFFFFF, -0.1961570561em 0.0390180644em 0 #FFFFFF, -0.2em 0em 0 #FFFFFF, -0.1961570561em -0.0390180644em 0 #FFFFFF, -0.1847759065em -0.0765366865em 0 #FFFFFF, -0.1662939225em -0.1111140466em 0 #FFFFFF, -0.1414213562em -0.1414213562em 0 #FFFFFF, -0.1111140466em -0.1662939225em 0 #FFFFFF, -0.0765366865em -0.1847759065em 0 #FFFFFF, -0.0390180644em -0.1961570561em 0 #FFFFFF, 0em -0.2em 0 #FFFFFF, 0.0390180644em -0.1961570561em 0 #FFFFFF, 0.0765366865em -0.1847759065em 0 #FFFFFF, 0.1111140466em -0.1662939225em 0 #FFFFFF, 0.1414213562em -0.1414213562em 0 #FFFFFF, 0.1662939225em -0.1111140466em 0 #FFFFFF, 0.1847759065em -0.0765366865em 0 #FFFFFF, 0.1961570561em -0.0390180644em 0 #FFFFFF, 0.2em 0em 0 #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-bg h3 {
    font-size: calc(16px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-bg h3 {
    font-size: 1.5rem;
  }
}
.p-top-recommend-bg h3 {
  line-height: 1.5;
  margin-bottom: 1em;
}
.p-top-recommend-bg h3 span {
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-bg h3 span {
    font-size: calc(16px + 11 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-bg h3 span {
    font-size: 1.6875rem;
  }
}

.p-top-recommend-description {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-description {
    font-size: calc(12px + 11 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-description {
    font-size: 1.4375rem;
  }
}
.p-top-recommend-description {
  line-height: 1.5;
  font-weight: bold;
}

.p-top-recommend-note {
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-note {
    font-size: calc(10px + 2 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-note {
    font-size: 0.75rem;
  }
}
.p-top-recommend-note {
  font-weight: 500;
  margin-top: 1em;
}
.p-top-recommend-note span {
  display: inline-block;
  padding: 0 0.5em;
  border-radius: 999px;
  background: #FFFFFF;
  color: #f272ac;
  margin: 0 0.25em;
}

.p-top-recommend-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-image: url("../images/top/recommend-flow-bg.svg");
  background-size: 1250px auto;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 40px;
}
@media only screen and (max-width: 1249px) {
  .p-top-recommend-flow {
    background-size: 100%;
  }
}
@media only screen and (max-width: 991px) {
  .p-top-recommend-flow {
    flex-direction: column;
    background-image: url("../images/top/recommend-flow-bg-vertical.svg");
    background-size: auto 100%;
  }
}
.p-top-recommend-flow ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-recommend-flow ul {
    font-size: calc(12px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-flow ul {
    font-size: 1.125rem;
  }
}
.p-top-recommend-flow ul {
  font-weight: bold;
}
.p-top-recommend-flow ul li {
  background: #10bf20;
  text-align: center;
  border: 3px solid #FFFFFF;
  padding: 0 0.5em;
  border-radius: 999px;
}
.p-top-recommend-flow ul li + li {
  margin-top: 6px;
}

.p-top-recommend-flow-box {
  opacity: 0;
}
.p-top-recommend-flow-box:nth-child(3) {
  animation-delay: 0.3s;
}
.p-top-recommend-flow-box:nth-child(5) {
  animation-delay: 0.6s;
}
@media only screen and (max-width: 991px) {
  .p-top-recommend-flow-box {
    animation-delay: 0s !important;
  }
}

.p-top-recommend-flow-arrow {
  display: inline-block;
  opacity: 0;
}
.p-top-recommend-flow-arrow.is-animated {
  animation: slideInRight 0.6s ease-in-out both;
}
@media only screen and (max-width: 991px) {
  .p-top-recommend-flow-arrow.is-animated {
    animation: slideInDown 0.6s ease-in-out both;
  }
}
.p-top-recommend-flow-arrow:nth-child(2) {
  animation-delay: 0.2s;
}
.p-top-recommend-flow-arrow:nth-child(4) {
  animation-delay: 0.4s;
}
@media only screen and (max-width: 991px) {
  .p-top-recommend-flow-arrow {
    animation-delay: 0s !important;
  }
}
.p-top-recommend-flow-arrow span {
  display: inline-block;
  width: 36px;
  height: 8px;
  border-radius: 36px;
  background: #FFFFFF;
  position: relative;
  margin-left: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-top-recommend-flow-arrow span {
    margin-left: calc(20px + 20 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-flow-arrow span {
    margin-left: 2.5rem;
  }
}
.p-top-recommend-flow-arrow span {
  margin-right: 1.25rem;
}
@media screen and (min-width: 992px) {
  .p-top-recommend-flow-arrow span {
    margin-right: calc(20px + 20 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-recommend-flow-arrow span {
    margin-right: 2.5rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-top-recommend-flow-arrow span {
    margin: 40px auto;
    transform: rotate(90deg);
  }
}
.p-top-recommend-flow-arrow span:before, .p-top-recommend-flow-arrow span:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 8px;
  border-radius: 36px;
  background: #FFFFFF;
  position: absolute;
  right: 0;
  transform-origin: right center;
}
.p-top-recommend-flow-arrow span:before {
  transform: rotate(45deg);
  top: 2px;
}
.p-top-recommend-flow-arrow span:after {
  transform: rotate(-45deg);
  top: -2px;
}

.p-top-problems {
  padding-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems {
    padding-top: calc(40px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems {
    padding-top: 6.25rem;
  }
}
.p-top-problems {
  padding-left: 20px;
  padding-right: 20px;
}
.p-top-problems h2 {
  text-align: center;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems h2 {
    font-size: calc(18px + 18 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems h2 {
    font-size: 2.25rem;
  }
}
.p-top-problems h2 {
  margin-bottom: 1em;
  font-weight: 800;
}

.p-top-problems-service {
  padding-left: 20px;
  padding-right: 20px;
}

.p-top-problems-service-title {
  text-align: center;
  position: relative;
}
.p-top-problems-service-title:after {
  content: "";
  display: block;
  background-image: url("../images/top/problems-service-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 0;
  top: 70%;
  transform: translate(50%, -50%);
  width: 6.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-service-title:after {
    width: calc(106px + 106 * (100vw - 375px) / 617);
  }
}
@media screen and (min-width: 992px) {
  .p-top-problems-service-title:after {
    width: 13.25rem;
  }
}
.p-top-problems-service-title:after {
  height: 6.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-service-title:after {
    height: calc(104px + 104 * (100vw - 375px) / 617);
  }
}
@media screen and (min-width: 992px) {
  .p-top-problems-service-title:after {
    height: 13rem;
  }
}
.p-top-problems-service-title:after {
  right: 4.375rem;
}
@media screen and (min-width: 992px) {
  .p-top-problems-service-title:after {
    right: calc(70px + -70 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-service-title:after {
    right: 0rem;
  }
}
@media only screen and (max-width: 991px) {
  .p-top-problems-service-title:after {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top-problems-service-title h2 {
  display: inline-block;
  margin-top: 2em;
  margin-bottom: 0;
  position: relative;
  text-align: center;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-service-title h2 {
    font-size: calc(18px + 18 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-service-title h2 {
    font-size: 2.25rem;
  }
}
.p-top-problems-service-title h2 {
  font-weight: 800;
}
@media only screen and (max-width: 571px) {
  .p-top-problems-service-title h2 {
    margin-top: 1em;
  }
}
.p-top-problems-service-title h2 span {
  color: #e55aa0;
  text-shadow: 0.15em 0em 0 #FFFFFF, 0.1471177921em 0.0292635483em 0 #FFFFFF, 0.1385819299em 0.0574025149em 0 #FFFFFF, 0.1247204418em 0.083335535em 0 #FFFFFF, 0.1060660172em 0.1060660172em 0 #FFFFFF, 0.083335535em 0.1247204418em 0 #FFFFFF, 0.0574025149em 0.1385819299em 0 #FFFFFF, 0.0292635483em 0.1471177921em 0 #FFFFFF, 0em 0.15em 0 #FFFFFF, -0.0292635483em 0.1471177921em 0 #FFFFFF, -0.0574025149em 0.1385819299em 0 #FFFFFF, -0.083335535em 0.1247204418em 0 #FFFFFF, -0.1060660172em 0.1060660172em 0 #FFFFFF, -0.1247204418em 0.083335535em 0 #FFFFFF, -0.1385819299em 0.0574025149em 0 #FFFFFF, -0.1471177921em 0.0292635483em 0 #FFFFFF, -0.15em 0em 0 #FFFFFF, -0.1471177921em -0.0292635483em 0 #FFFFFF, -0.1385819299em -0.0574025149em 0 #FFFFFF, -0.1247204418em -0.083335535em 0 #FFFFFF, -0.1060660172em -0.1060660172em 0 #FFFFFF, -0.083335535em -0.1247204418em 0 #FFFFFF, -0.0574025149em -0.1385819299em 0 #FFFFFF, -0.0292635483em -0.1471177921em 0 #FFFFFF, 0em -0.15em 0 #FFFFFF, 0.0292635483em -0.1471177921em 0 #FFFFFF, 0.0574025149em -0.1385819299em 0 #FFFFFF, 0.083335535em -0.1247204418em 0 #FFFFFF, 0.1060660172em -0.1060660172em 0 #FFFFFF, 0.1247204418em -0.083335535em 0 #FFFFFF, 0.1385819299em -0.0574025149em 0 #FFFFFF, 0.1471177921em -0.0292635483em 0 #FFFFFF, 0.15em 0em 0 #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-service-title h2 span {
    font-size: calc(16px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-service-title h2 span {
    font-size: 1.625rem;
  }
}
.p-top-problems-service-title h2 span {
  line-height: 1.5;
  position: absolute;
  bottom: 100%;
  left: 0;
  transform: translateX(-50%) rotate(-15deg);
}
@media only screen and (max-width: 571px) {
  .p-top-problems-service-title h2 span {
    position: static;
    display: block;
    width: 100%;
    transform: none;
  }
}

@media only screen and (max-width: 767px) {
  .p-top-problems-arrow img {
    max-width: 30%;
  }
}

.p-top-problems-service-box {
  border: 5px solid #f272ac;
  border-radius: 18px;
  width: 940px;
  max-width: 100%;
  margin: 100px auto 0;
  position: relative;
  background: #FFFFFF;
}
@media only screen and (max-width: 991px) {
  .p-top-problems-service-box {
    margin-top: 20px;
  }
}
.p-top-problems-service-box h3 {
  color: #e55aa0;
  text-shadow: 0.15em 0em 0 #FFFFFF, 0.1471177921em 0.0292635483em 0 #FFFFFF, 0.1385819299em 0.0574025149em 0 #FFFFFF, 0.1247204418em 0.083335535em 0 #FFFFFF, 0.1060660172em 0.1060660172em 0 #FFFFFF, 0.083335535em 0.1247204418em 0 #FFFFFF, 0.0574025149em 0.1385819299em 0 #FFFFFF, 0.0292635483em 0.1471177921em 0 #FFFFFF, 0em 0.15em 0 #FFFFFF, -0.0292635483em 0.1471177921em 0 #FFFFFF, -0.0574025149em 0.1385819299em 0 #FFFFFF, -0.083335535em 0.1247204418em 0 #FFFFFF, -0.1060660172em 0.1060660172em 0 #FFFFFF, -0.1247204418em 0.083335535em 0 #FFFFFF, -0.1385819299em 0.0574025149em 0 #FFFFFF, -0.1471177921em 0.0292635483em 0 #FFFFFF, -0.15em 0em 0 #FFFFFF, -0.1471177921em -0.0292635483em 0 #FFFFFF, -0.1385819299em -0.0574025149em 0 #FFFFFF, -0.1247204418em -0.083335535em 0 #FFFFFF, -0.1060660172em -0.1060660172em 0 #FFFFFF, -0.083335535em -0.1247204418em 0 #FFFFFF, -0.0574025149em -0.1385819299em 0 #FFFFFF, -0.0292635483em -0.1471177921em 0 #FFFFFF, 0em -0.15em 0 #FFFFFF, 0.0292635483em -0.1471177921em 0 #FFFFFF, 0.0574025149em -0.1385819299em 0 #FFFFFF, 0.083335535em -0.1247204418em 0 #FFFFFF, 0.1060660172em -0.1060660172em 0 #FFFFFF, 0.1247204418em -0.083335535em 0 #FFFFFF, 0.1385819299em -0.0574025149em 0 #FFFFFF, 0.1471177921em -0.0292635483em 0 #FFFFFF, 0.15em 0em 0 #FFFFFF;
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-service-box h3 {
    font-size: calc(16px + 16 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-service-box h3 {
    font-size: 2rem;
  }
}
.p-top-problems-service-box h3 {
  filter: drop-shadow(1px 1px 2px rgba(127, 127, 127, 0.4));
  font-weight: 900;
  transform: translateY(-75%);
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.p-top-problems-service-box h3 span {
  text-emphasis: filled circle;
  -webkit-text-emphasis: filled circle; /* Safari用 */
}
.p-top-problems-service-box ul {
  list-style: none;
  margin: 0;
  padding: 15px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.p-top-problems-service-box ul li {
  text-align: center;
  width: 25%;
  padding: 5px;
}
@media only screen and (max-width: 767px) {
  .p-top-problems-service-box ul li {
    width: 50%;
  }
}
.p-top-problems-service-box ul li:nth-child(2n) {
  padding-top: 65px;
}
@media only screen and (max-width: 767px) {
  .p-top-problems-service-box ul li:nth-child(2n) {
    padding-top: 5px;
  }
}
.p-top-problems-service-box ul li p {
  font-size: 0.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-service-box ul li p {
    font-size: calc(11px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-service-box ul li p {
    font-size: 1.0625rem;
  }
}
.p-top-problems-service-box ul li p {
  color: #e55aa0;
  font-weight: 900;
  line-height: 1.35;
  margin-top: 0.5em;
}

.p-top-problems-solving {
  padding-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
.p-top-problems-solving:before {
  content: "";
  display: block;
  width: 1160px;
  max-width: 90vw;
  height: 68.8965517241vw;
  background-image: url("../images/top/problems-solving-bg.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.p-top-problems-solving h2 {
  text-align: center;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solving h2 {
    font-size: calc(18px + 18 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solving h2 {
    font-size: 2.25rem;
  }
}
.p-top-problems-solving h2 {
  margin-bottom: 1em;
  font-weight: 800;
}
.p-top-problems-solving h2 span {
  text-emphasis: filled circle;
  -webkit-text-emphasis: filled circle; /* Safari用 */
}
.p-top-problems-solving ul {
  list-style: none;
  margin: 0;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-top-problems-solving ul li {
  width: 33.3333333333%;
  text-align: center;
  padding: 0 10px 20px;
}
.p-top-problems-solving ul li p {
  font-size: 0.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solving ul li p {
    font-size: calc(11px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solving ul li p {
    font-size: 1.0625rem;
  }
}
.p-top-problems-solving ul li p {
  font-weight: 900;
  line-height: 1.35;
  margin-top: 0.5em;
  white-space: nowrap;
}

.p-top-problems-bg {
  background: linear-gradient(to top, #e6e6e6 15%, rgba(255, 255, 255, 0) 94%);
}

.p-top-problems-solution {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solution {
    padding-bottom: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution {
    padding-bottom: 5rem;
  }
}
.p-top-problems-solution h2 {
  margin-bottom: 100px;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
}
@media only screen and (max-width: 1199px) {
  .p-top-problems-solution h2 {
    margin-bottom: 20px;
  }
}
.p-top-problems-solution h3 {
  color: #e55aa0;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solution h3 {
    font-size: calc(14px + 22 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution h3 {
    font-size: 2.25rem;
  }
}
.p-top-problems-solution h3 {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.5));
  text-align: center;
  margin-bottom: 20px;
}
.p-top-problems-solution ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 10px;
}
.p-top-problems-solution ol li {
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(127, 127, 127, 0.5);
  background: #FFFFFF;
  width: calc(50% - 5px);
  overflow: hidden;
}
@media only screen and (max-width: 571px) {
  .p-top-problems-solution ol li {
    width: 100%;
  }
}
.p-top-problems-solution ol li h4 {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 572px) {
  .p-top-problems-solution ol li h4 {
    font-size: calc(14px + 8 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution ol li h4 {
    font-size: 1.375rem;
  }
}
.p-top-problems-solution ol li h4 {
  font-weight: 500;
  color: #FFFFFF;
  background: #f272ac;
  letter-spacing: 0;
  line-height: 1.6;
  padding: 0.25em 0.75em 0.25em 0.25em;
}
.p-top-problems-solution ol li h4 span {
  display: inline-block;
  width: 2em;
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 572px) {
  .p-top-problems-solution ol li h4 span {
    font-size: calc(16px + 8 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution ol li h4 span {
    font-size: 1.5rem;
  }
}
.p-top-problems-solution ol li h4 span {
  font-weight: bold;
  flex: none;
  margin-right: 0.25em;
}
.p-top-problems-solution ol li img {
  float: right;
  margin: 30px 20px 20px;
  max-width: calc(45% - 40px);
}
.p-top-problems-solution ol li p {
  padding: 20px;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solution ol li p {
    font-size: calc(12px + 7 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution ol li p {
    font-size: 1.1875rem;
  }
}
.p-top-problems-solution ol li p {
  font-weight: 500;
  line-height: 1.333;
}

.p-top-problems-solution-title {
  position: relative;
}
.p-top-problems-solution-title:after {
  content: "";
  display: block;
  background-image: url("../images/top/problems-solution-title-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translate(50%, -50%);
  width: 6.375rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solution-title:after {
    width: calc(102px + 102 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution-title:after {
    width: 12.75rem;
  }
}
.p-top-problems-solution-title:after {
  height: 6.375rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-solution-title:after {
    height: calc(102px + 102 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-solution-title:after {
    height: 12.75rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-top-problems-solution-title:after {
    position: static;
    transform: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.p-top-problems-slide-show {
  background: #FFFFFF;
  padding: 30px 0;
}
.p-top-problems-slide-show .swiper .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important; /* Safari対策 */
  will-change: transform;
}
.p-top-problems-slide-show .swiper .swiper-wrapper .swiper-slide {
  width: 336px; /* 画像の幅を固定（お好みで変更してください） */
  max-width: 50%;
  position: relative;
}
.p-top-problems-slide-show .swiper .swiper-wrapper .swiper-slide:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
}
.p-top-problems-slide-show .swiper .swiper-wrapper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain; /* ロゴなどの場合はcontain、写真ならcoverがおすすめ */
}

.p-top-problems-btn {
  padding-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-btn {
    padding-top: calc(40px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-btn {
    padding-top: 5rem;
  }
}
.p-top-problems-btn {
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-problems-btn {
    padding-bottom: calc(40px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-problems-btn {
    padding-bottom: 5rem;
  }
}
.p-top-problems-btn {
  padding-right: 20px;
  padding-left: 20px;
}
.p-top-problems-btn img {
  max-width: 70%;
}
.p-top-problems-btn a {
  transition: 0.3s ease-in-out;
}
.p-top-problems-btn a:hover {
  opacity: 0.5;
}

.p-top-why-us {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 3.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-why-us {
    padding-top: calc(60px + 100 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-why-us {
    padding-top: 10rem;
  }
}
.p-top-why-us {
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-why-us {
    padding-bottom: calc(30px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-why-us {
    padding-bottom: 5.625rem;
  }
}
.p-top-why-us {
  position: relative;
  z-index: -1;
}
.p-top-why-us:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  padding-top: 22.6041666667%;
  background-image: url("../images/top/why-us-bg.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
.p-top-why-us h2 {
  text-align: center;
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-why-us h2 {
    margin-bottom: calc(20px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-why-us h2 {
    margin-bottom: 5rem;
  }
}
.p-top-why-us ul {
  list-style: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 900px;
  margin-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-why-us ul {
    margin-top: calc(20px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-why-us ul {
    margin-top: 3.125rem;
  }
}
.p-top-why-us ul li {
  padding-bottom: 10px;
}

.p-top-support {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-support {
    padding-bottom: calc(30px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-support {
    padding-bottom: 5.625rem;
  }
}
.p-top-support ul {
  list-style: none;
  margin: 10px auto 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 900px;
}
.p-top-support ul li {
  padding-bottom: 10px;
}

.p-top-support-title {
  text-align: center;
  position: relative;
}
.p-top-support-title:after {
  content: "";
  display: block;
  background-image: url("../images/top/support-title.png?202606");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: -0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-support-title:after {
    right: calc(-10px + 10 * (100vw - 375px) / 197);
  }
}
@media screen and (min-width: 572px) {
  .p-top-support-title:after {
    right: 0rem;
  }
}
.p-top-support-title:after {
  top: 50%;
  transform: translateY(-50%);
  width: 3.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-support-title:after {
    width: calc(59px + 59 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-support-title:after {
    width: 7.375rem;
  }
}
.p-top-support-title:after {
  height: 3.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-support-title:after {
    height: calc(59px + 59 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-support-title:after {
    height: 7.375rem;
  }
}
.p-top-support-title:after {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.5));
}
.p-top-support-title h2 {
  display: inline-block;
  color: #e55aa0;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-support-title h2 {
    font-size: calc(14px + 22 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-support-title h2 {
    font-size: 2.25rem;
  }
}
.p-top-support-title h2 {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.5));
  text-align: center;
  margin-bottom: 20px;
}

.p-top-lineup-bg {
  background: linear-gradient(to top, #e6e6e6 15%, rgba(255, 255, 255, 0) 94%);
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-bg {
    padding-bottom: calc(50px + 100 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-bg {
    padding-bottom: 9.375rem;
  }
}

.p-top-lineup {
  padding-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup {
    padding-top: calc(40px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup {
    padding-top: 6.25rem;
  }
}
.p-top-lineup {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 0rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup {
    padding-bottom: calc(0px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup {
    padding-bottom: 2.5rem;
  }
}
.p-top-lineup {
  position: relative;
}
.p-top-lineup:before {
  content: "";
  display: block;
  width: 100%;
  height: 628px;
  background-image: url("../images/top/lineup-bg.svg");
  background-size: auto 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  top: 57%;
  left: 0;
}
@media only screen and (max-width: 1399px) {
  .p-top-lineup:before {
    height: auto;
    padding-top: 44.8104166667%;
  }
}
.p-top-lineup h3 {
  color: #FFFFFF;
  text-shadow: 0.125em 0em 0 #f272ac, 0.1225981601em 0.0243862903em 0 #f272ac, 0.1154849416em 0.047835429em 0 #f272ac, 0.1039337015em 0.0694462791em 0 #f272ac, 0.0883883476em 0.0883883476em 0 #f272ac, 0.0694462791em 0.1039337015em 0 #f272ac, 0.047835429em 0.1154849416em 0 #f272ac, 0.0243862903em 0.1225981601em 0 #f272ac, 0em 0.125em 0 #f272ac, -0.0243862903em 0.1225981601em 0 #f272ac, -0.047835429em 0.1154849416em 0 #f272ac, -0.0694462791em 0.1039337015em 0 #f272ac, -0.0883883476em 0.0883883476em 0 #f272ac, -0.1039337015em 0.0694462791em 0 #f272ac, -0.1154849416em 0.047835429em 0 #f272ac, -0.1225981601em 0.0243862903em 0 #f272ac, -0.125em 0em 0 #f272ac, -0.1225981601em -0.0243862903em 0 #f272ac, -0.1154849416em -0.047835429em 0 #f272ac, -0.1039337015em -0.0694462791em 0 #f272ac, -0.0883883476em -0.0883883476em 0 #f272ac, -0.0694462791em -0.1039337015em 0 #f272ac, -0.047835429em -0.1154849416em 0 #f272ac, -0.0243862903em -0.1225981601em 0 #f272ac, 0em -0.125em 0 #f272ac, 0.0243862903em -0.1225981601em 0 #f272ac, 0.047835429em -0.1154849416em 0 #f272ac, 0.0694462791em -0.1039337015em 0 #f272ac, 0.0883883476em -0.0883883476em 0 #f272ac, 0.1039337015em -0.0694462791em 0 #f272ac, 0.1154849416em -0.047835429em 0 #f272ac, 0.1225981601em -0.0243862903em 0 #f272ac, 0.125em 0em 0 #f272ac;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup h3 {
    font-size: calc(14px + 18 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup h3 {
    font-size: 2rem;
  }
}
.p-top-lineup h3 {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.4));
  text-align: center;
  margin-bottom: 1em;
}

.p-top-lineup-title {
  text-align: center;
  position: relative;
}
.p-top-lineup-title:after {
  content: "";
  display: block;
  background-image: url("../images/top/lineup-title-img.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: 3.75rem;
}
@media screen and (min-width: 992px) {
  .p-top-lineup-title:after {
    right: calc(60px + -60 * (100vw - 992px) / 208);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-title:after {
    right: 0rem;
  }
}
.p-top-lineup-title:after {
  top: 0;
  transform: translate(50%, -50%);
  width: 8.4375rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-title:after {
    width: calc(135px + 135 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-title:after {
    width: 16.875rem;
  }
}
.p-top-lineup-title:after {
  height: 7.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-title:after {
    height: calc(116px + 116 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-title:after {
    height: 14.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-lineup-title:after {
    position: static;
    transform: none;
    margin: 20px auto;
  }
}
.p-top-lineup-title h2 {
  display: inline-block;
  color: #e55aa0;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-title h2 {
    font-size: calc(14px + 22 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-title h2 {
    font-size: 2.25rem;
  }
}
.p-top-lineup-title h2 {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.5));
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .p-top-lineup-title h2 {
    margin-bottom: 0;
  }
}

.p-top-lineup-description {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-description {
    font-size: calc(12px + 7 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-description {
    font-size: 1.1875rem;
  }
}
.p-top-lineup-description {
  font-weight: 500;
  padding-bottom: 40px;
}

.p-top-lineup-list ul {
  list-style: none;
  margin: 0 -10px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.p-top-lineup-list ul li {
  width: 290px;
  max-width: 33.3333333333%;
  padding: 0 10px 30px;
}
@media only screen and (max-width: 767px) {
  .p-top-lineup-list ul li {
    max-width: 50%;
    width: auto;
  }
}
.p-top-lineup-list ul li h4 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
}
@media screen and (min-width: 572px) {
  .p-top-lineup-list ul li h4 {
    font-size: calc(14px + 8 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-list ul li h4 {
    font-size: 1.375rem;
  }
}
.p-top-lineup-list ul li h4 {
  color: #e55aa0;
  letter-spacing: 0;
  text-align: center;
  padding: 10px;
  height: calc(2em + 20px);
  line-height: 1.2;
  width: 100%;
}
@media only screen and (max-width: 571px) {
  .p-top-lineup-list ul li h4 {
    height: calc(3em + 20px);
  }
}
.p-top-lineup-list ul li h4 span {
  font-size: 0.75rem;
}
@media screen and (min-width: 572px) {
  .p-top-lineup-list ul li h4 span {
    font-size: calc(12px + 4 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-list ul li h4 span {
    font-size: 1rem;
  }
}
.p-top-lineup-list ul li h4 span {
  font-weight: bold;
  color: #333;
  line-height: 1.5;
}
.p-top-lineup-list ul li img {
  margin-right: 15px;
  margin-bottom: 10px;
  max-width: calc(45% - 15px);
}
@media only screen and (max-width: 571px) {
  .p-top-lineup-list ul li img {
    margin-right: 0;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.p-top-lineup-list ul li p.p-top-lineup-list__text {
  padding: 5px 15px;
  font-weight: 500;
  line-height: 1.333;
  flex: 1;
}
@media only screen and (max-width: 571px) {
  .p-top-lineup-list ul li p.p-top-lineup-list__text {
    flex: none;
    width: 100%;
  }
}
.p-top-lineup-list ul li p.p-top-lineup-list__level {
  clear: both;
  text-align: right;
  padding: 5px 10px;
  align-items: end;
  font-weight: bold;
  font-size: 0.6875rem;
}
@media screen and (min-width: 572px) {
  .p-top-lineup-list ul li p.p-top-lineup-list__level {
    font-size: calc(11px + 2 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-list ul li p.p-top-lineup-list__level {
    font-size: 0.8125rem;
  }
}

.p-top-lineup-list-inner {
  padding-top: 5px;
  border-radius: 4px;
  box-shadow: 2px 2px 6px rgba(137, 137, 137, 0.5);
  background: #efefef;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.p-top-lineup-list-inner > div {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
}

.p-top-lineup-slider {
  margin-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider {
    margin-top: calc(20px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider {
    margin-top: 5rem;
  }
}
.p-top-lineup-slider {
  padding-top: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider {
    padding-top: calc(30px + 50 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider {
    padding-top: 5rem;
  }
}
.p-top-lineup-slider {
  background: #f2f2f2;
  width: 100%;
}
.p-top-lineup-slider .p-top-lineup-slider-wrap {
  width: 100%;
  position: relative;
}
.p-top-lineup-slider .swiper-slide {
  width: 474px;
  max-width: 50%;
  height: auto; /* 高さは中身に合わせる */
  display: flex;
  flex-direction: column;
}
.p-top-lineup-slider .p-top-lineup-slider-inner-link, .p-top-lineup-slider .p-top-lineup-slider-inner {
  display: block; /* ブロック要素にする */
  width: 100%;
  height: 100%;
  transition: opacity 0.3s; /* ホバー時のアニメーション */
}
.p-top-lineup-slider {
  /* ホバー時の挙動（リンクの場合のみ） */
}
.p-top-lineup-slider a.p-top-lineup-slider-inner-link:hover {
  opacity: 0.7; /* 少し透明にする */
  cursor: pointer;
}
.p-top-lineup-slider a.p-top-lineup-slider-inner-link:hover .p-top-bnr-img img {
  transform: scale(1.05);
}
.p-top-lineup-slider .p-top-lineup-slider-img {
  width: 100%;
  height: auto;
  aspect-ratio: 474/316;
  overflow: hidden;
}
.p-top-lineup-slider .p-top-lineup-slider-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s; /* 画像拡大アニメーション用 */
}
.p-top-lineup-slider .p-top-lineup-slider-control {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 10px;
}
.p-top-lineup-slider .swiper-button-prev, .p-top-lineup-slider .swiper-button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border: 4px solid #f272ac;
  border-radius: 50%;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 0;
  background: #FFFFFF;
}
.p-top-lineup-slider .swiper-button-prev:after, .p-top-lineup-slider .swiper-button-next:after {
  color: #f272ac;
  content: "";
  width: 16px;
  height: 16px;
  transform-origin: center;
}
.p-top-lineup-slider .swiper-button-prev:after {
  border-top: 5px solid #f272ac;
  border-left: 5px solid #f272ac;
  transform: translateX(3px) rotate(-45deg);
}
.p-top-lineup-slider .swiper-button-next:after {
  transform: translateX(-3px) rotate(45deg);
  border-top: 5px solid #f272ac;
  border-right: 5px solid #f272ac;
}
.p-top-lineup-slider .swiper-pagination {
  position: static;
  width: auto;
  padding-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider .swiper-pagination {
    padding-left: calc(5px + 5 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider .swiper-pagination {
    padding-left: 0.625rem;
  }
}
.p-top-lineup-slider .swiper-pagination {
  padding-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider .swiper-pagination {
    padding-right: calc(5px + 5 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider .swiper-pagination {
    padding-right: 0.625rem;
  }
}
.p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  border: 2px solid #f9a5c7;
  background: #f2f2f2;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    margin-left: calc(5px + 5 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    margin-left: 0.625rem;
  }
}
.p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
  margin-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    margin-right: calc(5px + 5 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    margin-right: 0.625rem;
  }
}
.p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 0.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    width: calc(8px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    width: 0.875rem;
  }
}
.p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
  height: 0.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    height: calc(8px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet {
    height: 0.875rem;
  }
}
.p-top-lineup-slider .swiper-pagination .swiper-pagination-bullet-active {
  background: #f9a5c7;
}

.p-top-course {
  padding-top: 6.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-course {
    padding-top: calc(100px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course {
    padding-top: 7.5rem;
  }
}
.p-top-course {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-course {
    padding-bottom: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course {
    padding-bottom: 5rem;
  }
}

.p-top-course-title {
  text-align: center;
  position: relative;
}
.p-top-course-title:after {
  content: "";
  display: block;
  background-image: url("../images/top/course-title-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  top: 100%;
  right: 0;
  transform: translate(50%, -50%);
  width: 7.1875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-title:after {
    width: calc(115px + 115 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-title:after {
    width: 14.375rem;
  }
}
.p-top-course-title:after {
  height: 7.1875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-title:after {
    height: calc(115px + 115 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-title:after {
    height: 14.375rem;
  }
}
@media only screen and (max-width: 1199px) {
  .p-top-course-title:after {
    top: -5.9375rem;
    right: -0.625rem;
    transform: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 375px) {
  .p-top-course-title:after {
    top: calc(-95px + -65 * (100vw - 375px) / 825);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .p-top-course-title:after {
    top: -10rem;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 375px) {
  .p-top-course-title:after {
    right: calc(-10px + 10 * (100vw - 375px) / 825);
  }
}
@media only screen and (max-width: 1199px) and (min-width: 1200px) {
  .p-top-course-title:after {
    right: 0rem;
  }
}
.p-top-course-title h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .p-top-course-title h2 {
    margin-bottom: calc(40px + 60 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-title h2 {
    margin-bottom: 6.25rem;
  }
}

.p-top-course-item {
  position: relative;
}
.p-top-course-item:nth-child(3):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-top: 65.3125vw;
  background-image: url("../images/top/course-bg-1.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-top-course-item:nth-child(3):before {
    content: none;
  }
}
.p-top-course-item:nth-child(2n) .p-top-course-item-bg {
  left: calc(100% + 20px);
}
.p-top-course-item:nth-child(7):before {
  content: "";
  display: block;
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  padding-top: 59.5833333333vw;
  background-image: url("../images/top/course-bg-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-top-course-item:nth-child(7):before {
    content: none;
  }
}

.p-top-course-item-top {
  margin: 20px auto;
  max-width: 60%;
  width: 450px;
  text-align: center;
}

.p-top-course-item-space {
  height: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-space {
    height: calc(50px + 70 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-space {
    height: 7.5rem;
  }
}

.p-top-course-item-box {
  --course-color: #f272ac;
  border: 2px solid var(--course-color);
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 3px 3px 4px rgba(124, 124, 124, 0.4);
  position: relative;
  margin-top: 40px;
}

.p-top-course-item-bg {
  width: 3.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-bg {
    width: calc(60px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-bg {
    width: 7.5rem;
  }
}
.p-top-course-item-bg {
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: calc(100% + 20px);
}
@media only screen and (max-width: 1199px) {
  .p-top-course-item-bg {
    top: auto !important;
    left: 0 !important;
    right: auto !important;
    bottom: calc(100% + 2px) !important;
    transform: none;
  }
}

.p-top-course-item-header {
  background: var(--course-color);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  white-space: nowrap;
  position: relative;
  padding-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-header {
    padding-top: calc(20px + 5 * (100vw - 375px) / 393);
  }
}
@media screen and (min-width: 768px) {
  .p-top-course-item-header {
    padding-top: 1.5625rem;
  }
}
.p-top-course-item-header {
  padding-bottom: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-header {
    padding-bottom: calc(10px + 5 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-header {
    padding-bottom: 0.9375rem;
  }
}
.p-top-course-item-header {
  padding-right: 15px;
  padding-left: 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-top-course-item-header {
    padding-left: calc(15px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-header {
    padding-left: 1.5625rem;
  }
}
.p-top-course-item-header h3 {
  background: #FFFFFF;
  border-radius: 999px;
  color: var(--course-color);
  padding: 0 1em;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-course-item-header h3 {
    font-size: calc(14px + 4 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-header h3 {
    font-size: 1.125rem;
  }
}

.p-top-course-item-header-title {
  position: relative;
}
@media only screen and (max-width: 571px) {
  .p-top-course-item-header-title {
    text-align: center;
  }
}

.p-top-course-item-header-info {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-top-course-item-header-info {
    font-size: calc(14px + 2 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-header-info {
    font-size: 1rem;
  }
}
.p-top-course-item-header-info {
  font-weight: 500;
  position: relative;
}
.p-top-course-item-header-info small {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-course-item-header-info small {
    font-size: calc(10px + 3 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-header-info small {
    font-size: 0.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-course-item-header-info {
    width: 100%;
  }
}

.p-top-course-item__info {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 571px) {
  .p-top-course-item__info {
    display: block;
  }
}
.p-top-course-item__info + .p-top-course-item__info {
  margin-top: 5px;
}

.p-top-course-item__target {
  display: inline-block;
  color: var(--course-color);
  text-shadow: 0.194em 0em 0 #FFFFFF, 0.1902723444em 0.0378475225em 0 #FFFFFF, 0.1792326293em 0.0742405859em 0 #FFFFFF, 0.1613051048em 0.1077806252em 0 #FFFFFF, 0.1371787156em 0.1371787156em 0 #FFFFFF, 0.1077806252em 0.1613051048em 0 #FFFFFF, 0.0742405859em 0.1792326293em 0 #FFFFFF, 0.0378475225em 0.1902723444em 0 #FFFFFF, 0em 0.194em 0 #FFFFFF, -0.0378475225em 0.1902723444em 0 #FFFFFF, -0.0742405859em 0.1792326293em 0 #FFFFFF, -0.1077806252em 0.1613051048em 0 #FFFFFF, -0.1371787156em 0.1371787156em 0 #FFFFFF, -0.1613051048em 0.1077806252em 0 #FFFFFF, -0.1792326293em 0.0742405859em 0 #FFFFFF, -0.1902723444em 0.0378475225em 0 #FFFFFF, -0.194em 0em 0 #FFFFFF, -0.1902723444em -0.0378475225em 0 #FFFFFF, -0.1792326293em -0.0742405859em 0 #FFFFFF, -0.1613051048em -0.1077806252em 0 #FFFFFF, -0.1371787156em -0.1371787156em 0 #FFFFFF, -0.1077806252em -0.1613051048em 0 #FFFFFF, -0.0742405859em -0.1792326293em 0 #FFFFFF, -0.0378475225em -0.1902723444em 0 #FFFFFF, 0em -0.194em 0 #FFFFFF, 0.0378475225em -0.1902723444em 0 #FFFFFF, 0.0742405859em -0.1792326293em 0 #FFFFFF, 0.1077806252em -0.1613051048em 0 #FFFFFF, 0.1371787156em -0.1371787156em 0 #FFFFFF, 0.1613051048em -0.1077806252em 0 #FFFFFF, 0.1792326293em -0.0742405859em 0 #FFFFFF, 0.1902723444em -0.0378475225em 0 #FFFFFF, 0.194em 0em 0 #FFFFFF, 0.278em 0em 0 var(--course-color), 0.272658308em 0.0542351095em 0 var(--course-color), 0.25683851em 0.1063859942em 0 var(--course-color), 0.2311485522em 0.1544485248em 0 var(--course-color), 0.1965756852em 0.1965756852em 0 var(--course-color), 0.1544485248em 0.2311485522em 0 var(--course-color), 0.1063859942em 0.25683851em 0 var(--course-color), 0.0542351095em 0.272658308em 0 var(--course-color), 0em 0.278em 0 var(--course-color), -0.0542351095em 0.272658308em 0 var(--course-color), -0.1063859942em 0.25683851em 0 var(--course-color), -0.1544485248em 0.2311485522em 0 var(--course-color), -0.1965756852em 0.1965756852em 0 var(--course-color), -0.2311485522em 0.1544485248em 0 var(--course-color), -0.25683851em 0.1063859942em 0 var(--course-color), -0.272658308em 0.0542351095em 0 var(--course-color), -0.278em 0em 0 var(--course-color), -0.272658308em -0.0542351095em 0 var(--course-color), -0.25683851em -0.1063859942em 0 var(--course-color), -0.2311485522em -0.1544485248em 0 var(--course-color), -0.1965756852em -0.1965756852em 0 var(--course-color), -0.1544485248em -0.2311485522em 0 var(--course-color), -0.1063859942em -0.25683851em 0 var(--course-color), -0.0542351095em -0.272658308em 0 var(--course-color), 0em -0.278em 0 var(--course-color), 0.0542351095em -0.272658308em 0 var(--course-color), 0.1063859942em -0.25683851em 0 var(--course-color), 0.1544485248em -0.2311485522em 0 var(--course-color), 0.1965756852em -0.1965756852em 0 var(--course-color), 0.2311485522em -0.1544485248em 0 var(--course-color), 0.25683851em -0.1063859942em 0 var(--course-color), 0.272658308em -0.0542351095em 0 var(--course-color), 0.278em 0em 0 var(--course-color);
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item__target {
    font-size: calc(12px + 4 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item__target {
    font-size: 1rem;
  }
}
.p-top-course-item__target {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 571px) {
  .p-top-course-item__target {
    transform: translateY(-50%);
    left: 0;
  }
}

.p-top-course-item__name {
  margin: 0 15px;
}
@media only screen and (max-width: 767px) {
  .p-top-course-item__name {
    margin: 0 0 10px;
  }
}

.p-top-course-item__capacity {
  padding-right: 1em;
}

.p-top-course-item__time {
  padding-right: 0.5em;
}

.p-top-course-item__badge {
  position: absolute;
  right: -10px;
  bottom: 100%;
  transform: translateY(30%);
  display: flex;
  align-items: end;
  justify-content: end;
  flex-wrap: wrap;
}
@media only screen and (max-width: 571px) {
  .p-top-course-item__badge {
    max-width: 136px;
    bottom: auto;
    top: -45px;
    transform: none;
  }
}
.p-top-course-item__badge img {
  width: auto;
  height: 3.5rem;
}
@media screen and (min-width: 572px) {
  .p-top-course-item__badge img {
    height: calc(56px + 36 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item__badge img {
    height: 5.75rem;
  }
}
.p-top-course-item__badge img {
  margin-left: 0.3125rem;
}
@media screen and (min-width: 572px) {
  .p-top-course-item__badge img {
    margin-left: calc(5px + 5 * (100vw - 572px) / 196);
  }
}
@media screen and (min-width: 768px) {
  .p-top-course-item__badge img {
    margin-left: 0.625rem;
  }
}
@media only screen and (max-width: 571px) {
  .p-top-course-item__badge img {
    margin-top: 5px;
  }
}
.p-top-course-item__badge .p-top-course-item__option {
  height: 3.375rem;
}
@media screen and (min-width: 572px) {
  .p-top-course-item__badge .p-top-course-item__option {
    height: calc(54px + 22 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item__badge .p-top-course-item__option {
    height: 4.75rem;
  }
}
.p-top-course-item__badge .p-top-course-item__option {
  width: auto;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 572px) {
  .p-top-course-item__badge .p-top-course-item__option {
    margin-left: calc(5px + 5 * (100vw - 572px) / 196);
  }
}
@media screen and (min-width: 768px) {
  .p-top-course-item__badge .p-top-course-item__option {
    margin-left: 0.625rem;
  }
}
@media only screen and (max-width: 571px) {
  .p-top-course-item__badge .p-top-course-item__option {
    margin-top: 5px;
  }
}

.p-top-course-item-body {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-body {
    padding-left: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-body {
    padding-left: 3.75rem;
  }
}
.p-top-course-item-body {
  padding-right: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-body {
    padding-right: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-body {
    padding-right: 3.75rem;
  }
}
.p-top-course-item-body.is-open ~ .p-top-course-item-link {
  display: block;
  padding-bottom: 50px;
}
.p-top-course-item-body.is-open + .p-top-course-item-schedule:after {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border: 1px solid var(--course-color);
  border-radius: 9999px;
}
.p-top-course-item-body.is-open + .p-top-course-item-schedule .p-top-course-item-schedule__note {
  display: block;
}
.p-top-course-item-body h4 {
  color: var(--course-color);
}
.p-top-course-item-body .c-read-more-button {
  position: relative;
  margin-top: 30px;
}
.p-top-course-item-body .c-read-more-button:before {
  content: "";
  display: block;
  width: 140%;
  height: 400%;
  position: absolute;
  left: -20%;
  top: -150%;
}

.p-top-course-curriculum {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.p-top-course-curriculum__text {
  flex: 1;
  padding-left: 4em;
}
@media only screen and (max-width: 767px) {
  .p-top-course-curriculum__text {
    padding-left: 2em;
  }
}
@media only screen and (max-width: 571px) {
  .p-top-course-curriculum__text {
    flex: none;
    width: 100%;
    padding-right: 2em;
  }
}

.p-top-course-curriculum__img {
  max-width: 40%;
  padding-left: 2em;
}
@media only screen and (max-width: 571px) {
  .p-top-course-curriculum__img {
    max-width: 100%;
    padding-top: 2em;
    padding-right: 2em;
  }
}

.p-top-course-item-doc {
  position: absolute;
  right: 0;
  top: 0;
  transform: translateY(-50%);
  text-align: right;
  padding-left: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-doc {
    padding-left: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-doc {
    padding-left: 3.75rem;
  }
}
.p-top-course-item-doc {
  padding-right: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-doc {
    padding-right: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-doc {
    padding-right: 3.75rem;
  }
}
.p-top-course-item-doc {
  font-size: 0.6875rem;
  font-weight: 500;
  color: #25a6f4;
}
.p-top-course-item-doc a {
  transition: 0.3s ease-in-out;
}
.p-top-course-item-doc a:hover {
  opacity: 0.5;
}
.p-top-course-item-doc img {
  margin-left: 1em;
}

.p-top-course-item-link {
  padding-top: 30px;
  text-align: center;
  display: none;
  position: relative;
}
.p-top-course-item-link > a {
  display: inline-block;
  margin-bottom: 5px;
  transition: 0.3s ease-in-out;
}
.p-top-course-item-link > a:hover {
  opacity: 0.5;
}

.p-top-course-item-link-img {
  width: 250px;
  max-width: 100%;
  filter: drop-shadow(2px 2px 4px rgba(124, 124, 124, 0.4));
}

.p-top-course-item-schedule {
  padding-top: 15px;
  padding-left: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule {
    padding-left: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule {
    padding-left: 3.75rem;
  }
}
.p-top-course-item-schedule {
  padding-right: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule {
    padding-right: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule {
    padding-right: 3.75rem;
  }
}
.p-top-course-item-schedule {
  margin-bottom: 20px;
}
.p-top-course-item-schedule:before {
  content: "";
  display: block;
  width: 100%;
  height: 5px;
  border: 1px solid var(--course-color);
  border-radius: 9999px;
}
.p-top-course-item-schedule table {
  margin: 10px 0;
  max-width: none;
  white-space: nowrap;
  line-height: 1.5;
}
.p-top-course-item-schedule table tr + tr .p-top-course-item-schedule__name {
  padding-top: 5px;
}

.p-top-course-item-schedule-table {
  width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.p-top-course-item-schedule-table .scroll-hint-icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-top-course-item-schedule-box {
  font-weight: 500;
}
.p-top-course-item-schedule-box.ended {
  color: #ccc;
}
.p-top-course-item-schedule-box.open .p-top-course-item-schedule__status {
  color: #3fa9f5;
}
.p-top-course-item-schedule-box.closed .p-top-course-item-schedule__status {
  color: #fc8922;
}
.p-top-course-item-schedule-box.soon .p-top-course-item-schedule__status {
  color: #10bf20;
}

.p-top-course-item-schedule__name {
  font-weight: bold;
  text-align: left;
}

.p-top-course-item-schedule__status {
  font-size: 0.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule__status {
    font-size: calc(11px + 2 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule__status {
    font-size: 0.8125rem;
  }
}
.p-top-course-item-schedule__status {
  padding-right: 2em;
}

.p-top-course-item-schedule__place {
  padding-right: 2em;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule__place {
    font-size: calc(12px + 3 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule__place {
    font-size: 0.9375rem;
  }
}

.p-top-course-item-schedule__date {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule__date {
    font-size: calc(12px + 4 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule__date {
    font-size: 1rem;
  }
}

.p-top-course-item-schedule__time {
  font-size: 0.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule__time {
    font-size: calc(11px + 2 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule__time {
    font-size: 0.8125rem;
  }
}
.p-top-course-item-schedule__time {
  padding-right: 2em;
}

.p-top-course-item-schedule__venue {
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule__venue {
    font-size: calc(10px + 2 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule__venue {
    font-size: 0.75rem;
  }
}
.p-top-course-item-schedule__venue {
  padding-right: 2em;
}

.p-top-course-item-schedule__location {
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-item-schedule__location {
    font-size: calc(10px + 2 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-item-schedule__location {
    font-size: 0.75rem;
  }
}

.p-top-course-item-schedule__note {
  display: none;
  color: var(--course-color);
  text-align: right;
  font-size: 0.6875rem;
}

.p-top-course-link {
  text-align: center;
  padding-top: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-course-link {
    padding-top: calc(30px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-course-link {
    padding-top: 4.375rem;
  }
}
.p-top-course-link > div {
  margin-top: 10px;
}
.p-top-course-link > div img {
  max-width: 70%;
}
.p-top-course-link a {
  transition: 0.3s ease-in-out;
}
.p-top-course-link a:hover {
  opacity: 0.5;
}

.p-top-trainer {
  padding-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-trainer {
    padding-top: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer {
    padding-top: 5rem;
  }
}
.p-top-trainer {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-trainer {
    padding-bottom: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer {
    padding-bottom: 5rem;
  }
}
.p-top-trainer {
  padding-left: 20px;
  padding-right: 20px;
  background: #f2f2f2;
  position: relative;
}
.p-top-trainer:before {
  content: "";
  display: block;
  width: 100%;
  height: 430px;
  background-image: url("../images/top/trainer-bg.svg");
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 30%;
}
@media only screen and (max-width: 1399px) {
  .p-top-trainer:before {
    height: auto;
    padding-top: 30.6822916667%;
  }
}
.p-top-trainer h2 {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-trainer h2 {
    margin-bottom: calc(40px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer h2 {
    margin-bottom: 6.25rem;
  }
}

.p-top-trainer-list {
  position: relative;
}
.p-top-trainer-list > ul {
  list-style: none;
  padding: 0;
  margin: 0 -10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-top-trainer-list > ul li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 1.5625rem;
}
@media screen and (min-width: 375px) {
  .p-top-trainer-list > ul li {
    margin-bottom: calc(25px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list > ul li {
    margin-bottom: 2.8125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-trainer-list > ul li {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 639px) {
  .p-top-trainer-list > ul li {
    width: 50%;
  }
}
.p-top-trainer-list .c-modal-wrap {
  max-width: 870px;
}

.p-top-trainer-list-item {
  background: #FFFFFF;
  border-radius: 5px;
  box-shadow: 2px 2px 6px rgba(124, 124, 124, 0.5);
  overflow: hidden;
  position: relative;
  padding-left: 7px;
  display: flex;
  height: 100%;
}
.p-top-trainer-list-item:before {
  content: "";
  display: block;
  width: 354px;
  max-width: 90%;
  padding-top: 21.8644067797%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-trainer-list-item:after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.p-top-trainer-list-item.men:before {
  background-image: url("../images/top/trainer-bg-men.svg");
}
.p-top-trainer-list-item.men:after {
  background: #25a6f4;
}
.p-top-trainer-list-item.women:before {
  background-image: url("../images/top/trainer-bg-women.svg");
}
.p-top-trainer-list-item.women:after {
  background: #f272ac;
}

.p-top-trainer-list-item-inner {
  position: relative;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list-item-inner {
    padding-left: calc(10px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list-item-inner {
    padding-left: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-top-trainer-list-item-inner {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding-right: 10px;
  }
}

.p-top-trainer-list__img, .p-top-trainer-profile__img {
  width: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list__img, .p-top-trainer-profile__img {
    margin-right: calc(10px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list__img, .p-top-trainer-profile__img {
    margin-right: 1.25rem;
  }
}
.p-top-trainer-list__img, .p-top-trainer-profile__img {
  margin-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list__img, .p-top-trainer-profile__img {
    margin-left: calc(10px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list__img, .p-top-trainer-profile__img {
    margin-left: 1.25rem;
  }
}
.p-top-trainer-list__img, .p-top-trainer-profile__img {
  position: relative;
}
.p-top-trainer-list__img:before, .p-top-trainer-profile__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.p-top-trainer-list__img.no-image, .p-top-trainer-profile__img.no-image {
  background: #f2f2f2;
}
.p-top-trainer-list__img img, .p-top-trainer-profile__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-trainer-list__info {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list__info {
    font-size: calc(12px + 4 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list__info {
    font-size: 1rem;
  }
}
.p-top-trainer-list__info {
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list__info {
    padding-left: calc(10px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list__info {
    padding-left: 1.25rem;
  }
}
.p-top-trainer-list__info {
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .p-top-trainer-list__info {
    margin-top: 1em;
    padding-left: 0;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
  }
}
.p-top-trainer-list__info .c-modal-open-button {
  margin-top: 20px;
  margin-left: 0;
  transition: 0.3s ease-in-out;
  position: relative;
}
.p-top-trainer-list__info .c-modal-open-button:before {
  content: "";
  display: block;
  width: 140%;
  height: 400%;
  position: absolute;
  top: -150%;
  left: -20%;
}
.p-top-trainer-list__info .c-modal-open-button:hover {
  opacity: 0.5;
}

.p-top-trainer-list__name, .p-top-trainer-profile__name {
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list__name, .p-top-trainer-profile__name {
    font-size: calc(18px + 12 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list__name, .p-top-trainer-profile__name {
    font-size: 1.875rem;
  }
}
.p-top-trainer-list__name, .p-top-trainer-profile__name {
  margin-top: 10px;
}
.p-top-trainer-list__name small, .p-top-trainer-profile__name small {
  font-size: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-list__name small, .p-top-trainer-profile__name small {
    font-size: calc(13px + 4 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-list__name small, .p-top-trainer-profile__name small {
    font-size: 1.0625rem;
  }
}

.p-top-trainer-profile {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 0rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-profile {
    padding-left: calc(0px + 50 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-profile {
    padding-left: 3.125rem;
  }
}
.p-top-trainer-profile {
  padding-right: 0rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-profile {
    padding-right: calc(0px + 50 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-profile {
    padding-right: 3.125rem;
  }
}

.p-top-trainer-profile-box {
  display: flex;
  justify-content: center;
  align-items: start;
  position: relative;
  padding-bottom: 60px;
  max-width: 394px;
  width: 100%;
}
.p-top-trainer-profile-box:before {
  content: "";
  display: block;
  width: 354px;
  max-width: 90%;
  padding-top: 21.8644067797%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.p-top-trainer-profile-box.men:before {
  background-image: url("../images/top/trainer-bg-men.svg");
}
.p-top-trainer-profile-box.women:before {
  background-image: url("../images/top/trainer-bg-women.svg");
}

.p-top-trainer-profile__info {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-profile__info {
    font-size: calc(12px + 4 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-profile__info {
    font-size: 1rem;
  }
}
.p-top-trainer-profile__info {
  padding-left: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-profile__info {
    padding-left: calc(10px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-profile__info {
    padding-left: 1.25rem;
  }
}
.p-top-trainer-profile__info {
  padding-right: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-top-trainer-profile__info {
    padding-right: calc(10px + 10 * (100vw - 768px) / 432);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-trainer-profile__info {
    padding-right: 1.25rem;
  }
}
.p-top-trainer-profile__info {
  font-weight: bold;
  line-height: 1.3;
}

.p-top-trainer-profile__company {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: bold;
  width: 100%;
}

.p-top-trainer-profile__title {
  margin-bottom: 0.5em;
}

.p-top-trainer-profile__text {
  width: 100%;
  margin-top: 20px;
}

.p-top-voice {
  padding-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice {
    padding-top: calc(50px + 100 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice {
    padding-top: 9.375rem;
  }
}
.p-top-voice {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice {
    padding-bottom: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice {
    padding-bottom: 5rem;
  }
}
.p-top-voice {
  padding-left: 20px;
  padding-right: 20px;
}
.p-top-voice h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice h2 {
    margin-bottom: calc(40px + 110 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice h2 {
    margin-bottom: 9.375rem;
  }
}

.p-top-voice-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-voice-list > ul > li + li {
  padding-top: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice-list > ul > li + li {
    padding-top: calc(40px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice-list > ul > li + li {
    padding-top: 3.75rem;
  }
}

.p-top-voice-item__info {
  display: flex;
  margin-bottom: 20px;
}

.p-top-voice-item__img {
  width: 85px;
  height: 85px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 2px 2px 2px rgba(119, 119, 119, 0.38);
  margin-right: 20px;
}
.p-top-voice-item__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-voice-item__text {
  flex: 1;
}

.p-top-voice-item__name {
  color: #e55aa0;
  text-shadow: 0.25em 0em 0 #FFFFFF, 0.2451963201em 0.0487725805em 0 #FFFFFF, 0.2309698831em 0.0956708581em 0 #FFFFFF, 0.2078674031em 0.1388925583em 0 #FFFFFF, 0.1767766953em 0.1767766953em 0 #FFFFFF, 0.1388925583em 0.2078674031em 0 #FFFFFF, 0.0956708581em 0.2309698831em 0 #FFFFFF, 0.0487725805em 0.2451963201em 0 #FFFFFF, 0em 0.25em 0 #FFFFFF, -0.0487725805em 0.2451963201em 0 #FFFFFF, -0.0956708581em 0.2309698831em 0 #FFFFFF, -0.1388925583em 0.2078674031em 0 #FFFFFF, -0.1767766953em 0.1767766953em 0 #FFFFFF, -0.2078674031em 0.1388925583em 0 #FFFFFF, -0.2309698831em 0.0956708581em 0 #FFFFFF, -0.2451963201em 0.0487725805em 0 #FFFFFF, -0.25em 0em 0 #FFFFFF, -0.2451963201em -0.0487725805em 0 #FFFFFF, -0.2309698831em -0.0956708581em 0 #FFFFFF, -0.2078674031em -0.1388925583em 0 #FFFFFF, -0.1767766953em -0.1767766953em 0 #FFFFFF, -0.1388925583em -0.2078674031em 0 #FFFFFF, -0.0956708581em -0.2309698831em 0 #FFFFFF, -0.0487725805em -0.2451963201em 0 #FFFFFF, 0em -0.25em 0 #FFFFFF, 0.0487725805em -0.2451963201em 0 #FFFFFF, 0.0956708581em -0.2309698831em 0 #FFFFFF, 0.1388925583em -0.2078674031em 0 #FFFFFF, 0.1767766953em -0.1767766953em 0 #FFFFFF, 0.2078674031em -0.1388925583em 0 #FFFFFF, 0.2309698831em -0.0956708581em 0 #FFFFFF, 0.2451963201em -0.0487725805em 0 #FFFFFF, 0.25em 0em 0 #FFFFFF;
  filter: drop-shadow(2px 2px 1px rgba(119, 119, 119, 0.38));
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice-item__name {
    font-size: calc(18px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice-item__name {
    font-size: 1.5rem;
  }
}
.p-top-voice-item__name {
  font-weight: bold;
  margin-bottom: 10px;
}

.p-top-voice-item__course {
  font-weight: bold;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice-item__course {
    font-size: calc(12px + 7 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice-item__course {
    font-size: 1.1875rem;
  }
}

.p-top-voice-item__comment {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-voice-item__comment {
    font-size: calc(12px + 7 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-voice-item__comment {
    font-size: 1.1875rem;
  }
}

.p-top-voice-btn {
  text-align: center;
  margin-top: 20px;
}
.p-top-voice-btn .c-load-item-btn {
  position: relative;
}
.p-top-voice-btn .c-load-item-btn:before {
  content: "";
  display: block;
  width: 140%;
  height: 400%;
  position: absolute;
  top: -150%;
  left: -20%;
}

.p-top-faq {
  margin-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq {
    margin-top: calc(50px + 50 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq {
    margin-top: 6.25rem;
  }
}
.p-top-faq {
  padding-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq {
    padding-top: calc(50px + 50 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq {
    padding-top: 6.25rem;
  }
}
.p-top-faq {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq {
    padding-bottom: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq {
    padding-bottom: 5rem;
  }
}
.p-top-faq {
  padding-left: 20px;
  padding-right: 20px;
  background: #f4f4f4;
  position: relative;
}
.p-top-faq h2 {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq h2 {
    margin-bottom: calc(40px + 60 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq h2 {
    margin-bottom: 6.25rem;
  }
}
.p-top-faq:before {
  content: "";
  display: block;
  width: 626px;
  max-width: 56%;
  height: 172px;
  background-image: url("../images/top/faq-bg.svg");
  background-size: 100% auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: calc(100% - 1px);
  left: 0;
  pointer-events: none;
}

.p-top-faq-list ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.p-top-faq-list ol li + li {
  margin-top: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-list ol li + li {
    margin-top: calc(10px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-list ol li + li {
    margin-top: 1.875rem;
  }
}

.p-top-faq-question {
  width: 100%;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-question {
    padding-right: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-question {
    padding-right: 3.75rem;
  }
}
.p-top-faq-question {
  cursor: pointer;
  border-bottom: 5px dotted #333;
  position: relative;
  color: #25a6f4;
  font-weight: bold;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-question {
    font-size: calc(14px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-question {
    font-size: 1.5rem;
  }
}
.p-top-faq-question {
  background: none;
  text-align: left;
}
.p-top-faq-question.is-active .p-top-faq-question__arrow {
  background-image: url("../images/common/arrow-pink.svg");
  top: calc(100% + 15px + 0.4em);
  transform: none;
}

.p-top-faq-question__number {
  display: inline-block;
  width: 3em;
  padding-left: 0.5em;
}

.p-top-faq-question__text {
  flex: 1;
}

.p-top-faq-question__arrow {
  display: inline-block;
  background-image: url("../images/common/arrow-blue.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-question__arrow {
    width: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-question__arrow {
    width: 3.75rem;
  }
}
.p-top-faq-question__arrow {
  height: 0.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-question__arrow {
    height: calc(8px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-question__arrow {
    height: 1rem;
  }
}
.p-top-faq-question__arrow {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.p-top-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding-left: 3em;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-answer {
    font-size: calc(14px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-answer {
    font-size: 1.5rem;
  }
}

.p-top-faq-answer-inner {
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-answer-inner {
    padding-right: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-answer-inner {
    padding-right: 3.75rem;
  }
}
.p-top-faq-answer-inner {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-answer-inner {
    font-size: calc(12px + 9 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-answer-inner {
    font-size: 1.3125rem;
  }
}
.p-top-faq-answer-inner {
  color: #f272ac;
  font-weight: bold;
}

.p-top-faq-answer__label {
  display: inline-block;
  width: 1em;
}

.p-top-faq-answer__text {
  flex: 1;
}

.p-top-faq-text {
  text-align: right;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-faq-text {
    font-size: calc(12px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-faq-text {
    font-size: 1.125rem;
  }
}
.p-top-faq-text {
  font-weight: 500;
  margin-top: 1em;
  padding: 0 1.5em;
}

.p-top-b-carelist {
  padding-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist {
    padding-top: calc(50px + 80 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist {
    padding-top: 8.125rem;
  }
}
.p-top-b-carelist {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist {
    padding-bottom: calc(50px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist {
    padding-bottom: 5rem;
  }
}
.p-top-b-carelist {
  padding-left: 20px;
  padding-right: 20px;
}
.p-top-b-carelist h2 {
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist h2 {
    margin-bottom: calc(30px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist h2 {
    margin-bottom: 4.375rem;
  }
}

.p-top-b-carelist-list {
  position: relative;
}
.p-top-b-carelist-list:before {
  content: "";
  display: block;
  width: 100vw;
  padding-top: 53.8541666667vw;
  background-image: url("../images/top/b-carelist-bg.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  position: absolute;
  top: 105%;
  left: calc(50% - 50vw);
}
.p-top-b-carelist-list > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-top-b-carelist-list > ul > li {
  padding: 10px;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 1px 1px 4px rgba(124, 124, 124, 0.4);
}
.p-top-b-carelist-list > ul > li + li {
  margin-top: 30px;
}
.p-top-b-carelist-list .c-modal-wrap {
  max-width: 870px;
}
.p-top-b-carelist-list .c-modal-inner {
  padding: 10px;
}

.p-top-b-carelist-list-item {
  background: #f2f2f2;
}

.p-top-b-carelist-list-item-inner {
  display: flex;
  padding-bottom: 10px;
  padding-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list-item-inner {
    padding-top: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list-item-inner {
    padding-top: 2.5rem;
  }
}
.p-top-b-carelist-list-item-inner {
  padding-right: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list-item-inner {
    padding-right: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list-item-inner {
    padding-right: 1.25rem;
  }
}
.p-top-b-carelist-list-item-inner {
  padding-left: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list-item-inner {
    padding-left: calc(10px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list-item-inner {
    padding-left: 2.5rem;
  }
}

.p-top-b-carelist-list-img-box {
  padding-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list-img-box {
    padding-right: calc(5px + 35 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list-img-box {
    padding-right: 2.5rem;
  }
}
.p-top-b-carelist-list-img-box {
  padding-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list-img-box {
    padding-left: calc(5px + 35 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list-img-box {
    padding-left: 2.5rem;
  }
}
.p-top-b-carelist-list-img-box {
  max-width: 35%;
}

.p-top-b-carelist-list__img, .p-top-b-carelist-interview__img {
  width: 120px;
  max-width: 100%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 2px rgba(119, 119, 119, 0.38);
  background: #FFFFFF;
}
.p-top-b-carelist-list__img:before, .p-top-b-carelist-interview__img:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.p-top-b-carelist-list__img.no-image, .p-top-b-carelist-interview__img.no-image {
  background: #f2f2f2;
}
.p-top-b-carelist-list__img img, .p-top-b-carelist-interview__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top-b-carelist-list__info {
  padding-right: 0rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list__info {
    padding-right: calc(0px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list__info {
    padding-right: 1.25rem;
  }
}
.p-top-b-carelist-list__info {
  padding-left: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list__info {
    padding-left: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list__info {
    padding-left: 1.25rem;
  }
}
.p-top-b-carelist-list__info {
  flex: 1;
}
.p-top-b-carelist-list__info .c-modal-open-button {
  position: relative;
}
.p-top-b-carelist-list__info .c-modal-open-button:before {
  content: "";
  display: block;
  width: 140%;
  height: 400%;
  position: absolute;
  top: -150%;
  left: -20%;
}

.p-top-b-carelist-list__icon ul, .p-top-b-carelist-interview__icon ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.p-top-b-carelist-list__icon ul li, .p-top-b-carelist-interview__icon ul li {
  max-height: 104px;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list__icon ul li, .p-top-b-carelist-interview__icon ul li {
    padding-right: calc(5px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list__icon ul li, .p-top-b-carelist-interview__icon ul li {
    padding-right: 0.9375rem;
  }
}
.p-top-b-carelist-list__icon ul li, .p-top-b-carelist-interview__icon ul li {
  padding-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list__icon ul li, .p-top-b-carelist-interview__icon ul li {
    padding-left: calc(5px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list__icon ul li, .p-top-b-carelist-interview__icon ul li {
    padding-left: 0.9375rem;
  }
}
.p-top-b-carelist-list__icon ul li img, .p-top-b-carelist-interview__icon ul li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.p-top-b-carelist-list__name {
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list__name {
    font-size: calc(16px + 9 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list__name {
    font-size: 1.5625rem;
  }
}
.p-top-b-carelist-list__name {
  font-weight: bold;
  margin-top: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list__name {
    margin-top: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list__name {
    margin-top: 1.25rem;
  }
}

.p-top-b-carelist-list__location, .p-top-b-carelist-interview__location {
  font-weight: bold;
}

.p-top-b-carelist-list-profile-title {
  font-weight: bold;
  margin-top: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-list-profile-title {
    margin-top: calc(10px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-list-profile-title {
    margin-top: 2.5rem;
  }
}
.p-top-b-carelist-list-profile-title {
  margin-bottom: 0.25em;
}

.p-top-b-carelist-list__profile {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: relative;
}
.p-top-b-carelist-list__profile:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2em;
  background: linear-gradient(to top, #f2f2f2, rgba(242, 242, 242, 0));
}

.p-top-b-carelist-interview {
  background: #f2f2f2;
  padding-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview {
    padding-top: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview {
    padding-top: 2.5rem;
  }
}
.p-top-b-carelist-interview {
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview {
    padding-bottom: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview {
    padding-bottom: 2.5rem;
  }
}
.p-top-b-carelist-interview {
  padding-right: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview {
    padding-right: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview {
    padding-right: 1.25rem;
  }
}
.p-top-b-carelist-interview {
  padding-left: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview {
    padding-left: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview {
    padding-left: 1.25rem;
  }
}

.p-top-b-carelist-interview-box {
  display: flex;
  align-items: start;
}

.p-top-b-carelist-interview-img-box {
  padding-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-img-box {
    padding-right: calc(5px + 55 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-img-box {
    padding-right: 3.75rem;
  }
}
.p-top-b-carelist-interview-img-box {
  padding-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-img-box {
    padding-left: calc(5px + 55 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-img-box {
    padding-left: 3.75rem;
  }
}
.p-top-b-carelist-interview-img-box {
  max-width: 30%;
}
@media only screen and (max-width: 571px) {
  .p-top-b-carelist-interview-img-box {
    max-width: 24%;
  }
}

.p-top-b-carelist-interview__icon {
  flex: 1;
}

.p-top-b-carelist-interview-text {
  padding-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-text {
    padding-right: calc(5px + 35 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-text {
    padding-right: 2.5rem;
  }
}
.p-top-b-carelist-interview-text {
  padding-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-text {
    padding-left: calc(5px + 35 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-text {
    padding-left: 2.5rem;
  }
}

.p-top-b-carelist-interview__info {
  padding-left: 0rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview__info {
    padding-left: calc(0px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview__info {
    padding-left: 1.25rem;
  }
}
.p-top-b-carelist-interview__info {
  padding-bottom: 10px;
  border-bottom: 1px solid #333;
}

.p-top-b-carelist-interview-name-box {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  font-weight: bold;
  margin-top: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-name-box {
    margin-top: calc(10px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-name-box {
    margin-top: 1.25rem;
  }
}
.p-top-b-carelist-interview-name-box {
  margin-bottom: 5px;
}

.p-top-b-carelist-interview__name {
  display: inline-block;
  font-size: 1rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview__name {
    font-size: calc(16px + 9 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview__name {
    font-size: 1.5625rem;
  }
}
.p-top-b-carelist-interview__name {
  margin-right: 1.5em;
}

.p-top-b-carelist-interview__kana {
  display: inline-block;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview__kana {
    font-size: calc(14px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview__kana {
    font-size: 1.375rem;
  }
}

.p-top-b-carelist-interview__location, .p-top-b-carelist-interview__company, .p-top-b-carelist-interview__position, .p-top-b-carelist-interview__career {
  font-weight: bold;
}

.p-top-b-carelist-interview-profile-title {
  font-weight: bold;
  margin-bottom: 0.25em;
  margin-top: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-profile-title {
    margin-top: calc(10px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-profile-title {
    margin-top: 1.875rem;
  }
}

.p-top-b-carelist-interview-content {
  padding-top: 1.75em;
  padding-right: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-content {
    padding-right: calc(5px + 35 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-content {
    padding-right: 2.5rem;
  }
}
.p-top-b-carelist-interview-content {
  padding-left: 0.3125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-content {
    padding-left: calc(5px + 35 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-content {
    padding-left: 2.5rem;
  }
}

.p-top-b-carelist-interview-content-item {
  padding-left: 0rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-content-item {
    padding-left: calc(0px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-content-item {
    padding-left: 1.25rem;
  }
}
.p-top-b-carelist-interview-content-item + .p-top-b-carelist-interview-content-item {
  margin-top: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-interview-content-item + .p-top-b-carelist-interview-content-item {
    margin-top: calc(30px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-interview-content-item + .p-top-b-carelist-interview-content-item {
    margin-top: 3.125rem;
  }
}

.p-top-b-carelist-interview-content__title {
  font-weight: bold;
  margin-bottom: 0.25em;
}

.p-top-b-carelist-link {
  text-align: center;
  padding-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-b-carelist-link {
    padding-top: calc(50px + 50 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-b-carelist-link {
    padding-top: 6.25rem;
  }
}
.p-top-b-carelist-link > div {
  margin-top: 10px;
}
.p-top-b-carelist-link > div img {
  max-width: 70%;
}
.p-top-b-carelist-link a {
  transition: 0.3s ease-in-out;
}
.p-top-b-carelist-link a:hover {
  opacity: 0.5;
}

.p-top-footer-bnr {
  padding-top: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-footer-bnr {
    padding-top: calc(50px + 130 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr {
    padding-top: 11.25rem;
  }
}
.p-top-footer-bnr {
  padding-bottom: 3.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-footer-bnr {
    padding-bottom: calc(50px + 50 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr {
    padding-bottom: 6.25rem;
  }
}
.p-top-footer-bnr {
  padding-left: 20px;
  padding-right: 20px;
}
.p-top-footer-bnr ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-top-footer-bnr ul li + li {
  margin-top: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-footer-bnr ul li + li {
    margin-top: calc(20px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr ul li + li {
    margin-top: 2.5rem;
  }
}

.p-top-footer-bnr-item.b-care a {
  border: 3px solid #f272ac;
  background: #fcf5f9;
}
.p-top-footer-bnr-item.b-care a:before {
  content: "";
  display: block;
  width: 4.375rem;
}
@media screen and (min-width: 572px) {
  .p-top-footer-bnr-item.b-care a:before {
    width: calc(70px + 44 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr-item.b-care a:before {
    width: 7.125rem;
  }
}
.p-top-footer-bnr-item.b-care a:before {
  height: 4.375rem;
}
@media screen and (min-width: 572px) {
  .p-top-footer-bnr-item.b-care a:before {
    height: calc(70px + 44 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr-item.b-care a:before {
    height: 7.125rem;
  }
}
.p-top-footer-bnr-item.b-care a:before {
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/top/footer-bnr-bg_01.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
  transform: translate(20%, -50%);
  filter: drop-shadow(1px 1px 2px rgba(142, 142, 142, 0.4));
}
.p-top-footer-bnr-item.b-care a .p-top-footer-bnr__btn span {
  background: #f272ac;
}
.p-top-footer-bnr-item.ribifuku-community a {
  border: 3px solid #10bf20;
  background: #f5fcf5;
}
.p-top-footer-bnr-item.ribifuku-community a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/top/footer-bnr-bg_02.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 571px) {
  .p-top-footer-bnr-item.ribifuku-community a:before {
    content: none;
  }
}
.p-top-footer-bnr-item.ribifuku-community a .p-top-footer-bnr__btn span {
  background: #10bf20;
}
.p-top-footer-bnr-item.ribifuku-goods a {
  border: 3px solid #25a6f4;
  background: #f0f9fc;
}
.p-top-footer-bnr-item.ribifuku-goods a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../images/top/footer-bnr-bg_03.png");
  background-size: contain;
  background-position: right bottom;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 571px) {
  .p-top-footer-bnr-item.ribifuku-goods a:before {
    content: none;
  }
}
.p-top-footer-bnr-item.ribifuku-goods a .p-top-footer-bnr__btn span {
  background: #25a6f4;
}
.p-top-footer-bnr-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 1.25rem;
}
@media screen and (min-width: 572px) {
  .p-top-footer-bnr-item a {
    padding-right: calc(20px + 30 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr-item a {
    padding-right: 3.125rem;
  }
}
.p-top-footer-bnr-item a {
  padding-left: 1.25rem;
}
@media screen and (min-width: 572px) {
  .p-top-footer-bnr-item a {
    padding-left: calc(20px + 30 * (100vw - 572px) / 628);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-footer-bnr-item a {
    padding-left: 3.125rem;
  }
}
.p-top-footer-bnr-item a {
  position: relative;
  transition: 0.3s ease-in-out;
  border-radius: 8px;
  box-shadow: 2px 2px 2px rgba(119, 119, 119, 0.4);
  position: relative;
}
.p-top-footer-bnr-item a:hover {
  opacity: 0.5;
}

.p-top-footer-bnr__logo {
  flex: 1;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 571px) {
  .p-top-footer-bnr__logo {
    flex: none;
    width: 100%;
  }
}

.p-top-footer-bnr__text {
  flex: 1;
  font-weight: 500;
  padding: 10px 2em;
  position: relative;
}
@media only screen and (max-width: 571px) {
  .p-top-footer-bnr__text {
    flex: none;
    max-width: 100%;
  }
}

.p-top-footer-bnr__btn {
  flex: 1;
  position: relative;
}
@media only screen and (max-width: 571px) {
  .p-top-footer-bnr__btn {
    flex: none;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }
}
.p-top-footer-bnr__btn span {
  display: inline-block;
  padding: 0 2em;
  border: 2px solid #FFFFFF;
  border-radius: 999px;
  box-shadow: 2px 2px 2px rgba(119, 119, 119, 0.4);
  color: #FFFFFF;
  font-weight: 500;
}

.p-top-member {
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 375px) {
  .p-top-member {
    padding-bottom: calc(20px + 40 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member {
    padding-bottom: 3.75rem;
  }
}

.p-top-member-title {
  text-align: center;
  position: relative;
}
.p-top-member-title:after {
  content: "";
  display: block;
  background-image: url("../images/top/member-title.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  position: absolute;
  right: -0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-title:after {
    right: calc(-10px + 10 * (100vw - 375px) / 197);
  }
}
@media screen and (min-width: 572px) {
  .p-top-member-title:after {
    right: 0rem;
  }
}
.p-top-member-title:after {
  top: 50%;
  transform: translateY(-50%);
  width: 3.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-title:after {
    width: calc(59px + 59 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-title:after {
    width: 7.375rem;
  }
}
.p-top-member-title:after {
  height: 3.6875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-title:after {
    height: calc(59px + 59 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-title:after {
    height: 7.375rem;
  }
}
.p-top-member-title:after {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.5));
}
.p-top-member-title h2 {
  display: inline-block;
  color: #e55aa0;
  text-shadow: 0.167em 0em 0 #FFFFFF, 0.1637911418em 0.0325800838em 0 #FFFFFF, 0.1542878819em 0.0639081332em 0 #FFFFFF, 0.1388554253em 0.0927802289em 0 #FFFFFF, 0.1180868325em 0.1180868325em 0 #FFFFFF, 0.0927802289em 0.1388554253em 0 #FFFFFF, 0.0639081332em 0.1542878819em 0 #FFFFFF, 0.0325800838em 0.1637911418em 0 #FFFFFF, 0em 0.167em 0 #FFFFFF, -0.0325800838em 0.1637911418em 0 #FFFFFF, -0.0639081332em 0.1542878819em 0 #FFFFFF, -0.0927802289em 0.1388554253em 0 #FFFFFF, -0.1180868325em 0.1180868325em 0 #FFFFFF, -0.1388554253em 0.0927802289em 0 #FFFFFF, -0.1542878819em 0.0639081332em 0 #FFFFFF, -0.1637911418em 0.0325800838em 0 #FFFFFF, -0.167em 0em 0 #FFFFFF, -0.1637911418em -0.0325800838em 0 #FFFFFF, -0.1542878819em -0.0639081332em 0 #FFFFFF, -0.1388554253em -0.0927802289em 0 #FFFFFF, -0.1180868325em -0.1180868325em 0 #FFFFFF, -0.0927802289em -0.1388554253em 0 #FFFFFF, -0.0639081332em -0.1542878819em 0 #FFFFFF, -0.0325800838em -0.1637911418em 0 #FFFFFF, 0em -0.167em 0 #FFFFFF, 0.0325800838em -0.1637911418em 0 #FFFFFF, 0.0639081332em -0.1542878819em 0 #FFFFFF, 0.0927802289em -0.1388554253em 0 #FFFFFF, 0.1180868325em -0.1180868325em 0 #FFFFFF, 0.1388554253em -0.0927802289em 0 #FFFFFF, 0.1542878819em -0.0639081332em 0 #FFFFFF, 0.1637911418em -0.0325800838em 0 #FFFFFF, 0.167em 0em 0 #FFFFFF;
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-title h2 {
    font-size: calc(14px + 22 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-title h2 {
    font-size: 2.25rem;
  }
}
.p-top-member-title h2 {
  filter: drop-shadow(2px 2px 3px rgba(127, 127, 127, 0.5));
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (max-width: 571px) {
  .p-top-member-title h2 {
    padding-right: 20px;
  }
}

.p-top-member-friendly {
  text-align: center;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly {
    padding-bottom: calc(60px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly {
    padding-bottom: 5.625rem;
  }
}
.p-top-member-friendly h3 {
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly h3 {
    font-size: calc(14px + 18 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly h3 {
    font-size: 2rem;
  }
}
.p-top-member-friendly h3 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.65;
}
.p-top-member-friendly h3 span {
  display: inline-block;
  border-radius: 9999px;
  background: #e55aa0;
  border: 4px solid #FFFFFF;
  box-shadow: 2px 2px 3px rgba(98, 98, 98, 0.5);
  padding: 0 1.5em;
}

.p-top-member-orners {
  text-align: center;
  padding-bottom: 2.5rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-orners {
    padding-bottom: calc(40px + 50 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-orners {
    padding-bottom: 5.625rem;
  }
}
.p-top-member-orners h3 {
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-orners h3 {
    font-size: calc(14px + 18 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-orners h3 {
    font-size: 2rem;
  }
}
.p-top-member-orners h3 {
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1.65;
}
.p-top-member-orners h3 span {
  display: inline-block;
  border-radius: 9999px;
  background: #25a6f4;
  border: 4px solid #FFFFFF;
  box-shadow: 2px 2px 3px rgba(98, 98, 98, 0.5);
  padding: 0 1.5em;
}

.p-top-member-friendly__price {
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly__price {
    font-size: calc(14px + 12 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly__price {
    font-size: 1.625rem;
  }
}
.p-top-member-friendly__price {
  color: #e55aa0;
  margin-top: 0.5em;
  font-weight: bold;
}
.p-top-member-friendly__price small {
  display: inline-block;
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly__price small {
    font-size: calc(10px + 4 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly__price small {
    font-size: 0.875rem;
  }
}
.p-top-member-friendly__price small {
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

.p-top-member-orners__price {
  font-size: 0.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-orners__price {
    font-size: calc(14px + 12 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-orners__price {
    font-size: 1.625rem;
  }
}
.p-top-member-orners__price {
  color: #25a6f4;
  margin-top: 0.5em;
  font-weight: bold;
}
.p-top-member-orners__price small {
  display: inline-block;
  font-size: 0.625rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-orners__price small {
    font-size: calc(10px + 4 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-orners__price small {
    font-size: 0.875rem;
  }
}
.p-top-member-orners__price small {
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.25em;
}

.p-top-member-friendly__description, .p-top-member-orners__description {
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly__description, .p-top-member-orners__description {
    font-size: calc(12px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly__description, .p-top-member-orners__description {
    font-size: 1.375rem;
  }
}
.p-top-member-friendly__description, .p-top-member-orners__description {
  font-weight: bold;
  line-height: 1.5;
  margin-top: 1em;
}
@media only screen and (max-width: 571px) {
  .p-top-member-friendly__description br, .p-top-member-orners__description br {
    display: none;
  }
}

.p-top-member-friendly-benefits, .p-top-member-orners-benefits {
  text-align: left;
  padding-top: 20px;
  width: 874px;
  max-width: 100%;
  margin: 0 auto;
}
.p-top-member-friendly-benefits ul, .p-top-member-orners-benefits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-top-member-friendly-benefits ul li, .p-top-member-orners-benefits ul li {
  padding-top: 1.875rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly-benefits ul li, .p-top-member-orners-benefits ul li {
    padding-top: calc(30px + 30 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly-benefits ul li, .p-top-member-orners-benefits ul li {
    padding-top: 3.75rem;
  }
}

.p-top-member-friendly-benefits-item-inner {
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 14px;
}
.p-top-member-friendly-benefits-item-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 9999px;
  background: #e55aa0;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-top-member-orners-benefits-item-inner {
  display: flex;
  align-items: end;
  position: relative;
  padding-bottom: 14px;
}
.p-top-member-orners-benefits-item-inner:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 9999px;
  background: #25a6f4;
  position: absolute;
  left: 0;
  bottom: 0;
}

.p-top-member-friendly-benefits-item__text {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.35;
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly-benefits-item__text {
    font-size: calc(18px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly-benefits-item__text {
    font-size: 1.625rem;
  }
}
.p-top-member-friendly-benefits-item__text {
  flex: 1;
}
.p-top-member-friendly-benefits-item__text:before {
  content: "";
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  background-image: url("../images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-member-friendly-benefits-item__text h4 {
  font-size: inherit;
  color: #e55aa0;
  letter-spacing: 0;
}
.p-top-member-friendly-benefits-item__text p {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-friendly-benefits-item__text p {
    font-size: calc(12px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-friendly-benefits-item__text p {
    font-size: 1.25rem;
  }
}
.p-top-member-friendly-benefits-item__text p {
  font-weight: bold;
}
.p-top-member-friendly-benefits-item__text strong {
  font-size: 1.1em;
  color: #e55aa0;
}

.p-top-member-orners-benefits-item__text {
  padding-left: 1.5em;
  position: relative;
  line-height: 1.35;
  font-size: 1.125rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-orners-benefits-item__text {
    font-size: calc(18px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-orners-benefits-item__text {
    font-size: 1.625rem;
  }
}
.p-top-member-orners-benefits-item__text {
  flex: 1;
}
.p-top-member-orners-benefits-item__text:before {
  content: "";
  display: inline-block;
  width: 1.35em;
  height: 1.35em;
  background-image: url("../images/common/check.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.p-top-member-orners-benefits-item__text h4 {
  font-size: inherit;
  color: #25a6f4;
  letter-spacing: 0;
}
.p-top-member-orners-benefits-item__text p {
  margin-top: 0.5em;
  font-size: 0.75rem;
}
@media screen and (min-width: 375px) {
  .p-top-member-orners-benefits-item__text p {
    font-size: calc(12px + 8 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .p-top-member-orners-benefits-item__text p {
    font-size: 1.25rem;
  }
}
.p-top-member-orners-benefits-item__text p {
  font-weight: bold;
}
.p-top-member-orners-benefits-item__text strong {
  font-size: 1.1em;
  color: #25a6f4;
}

.p-top-member-friendly-benefits-item__img, .p-top-member-orners-benefits-item__img {
  width: 130px;
  max-width: calc(30% - 15px);
  margin-left: 15px;
}

.p-top-member-friendly-benefits-btn, .p-top-member-orners-benefits-btn {
  text-align: right;
}

/* --------------------------------
p-404
----------------------------------- */
.p-404 {
  min-height: 10vh;
}
.p-404 h1, .p-404 .h1 {
  text-align: center;
  padding-top: 6.25rem;
}
@media screen and (min-width: 375px) {
  .p-404 h1, .p-404 .h1 {
    padding-top: calc(100px + 100 * (100vw - 375px) / 1545);
  }
}
@media screen and (min-width: 1920px) {
  .p-404 h1, .p-404 .h1 {
    padding-top: 12.5rem;
  }
}
.p-404 h1, .p-404 .h1 {
  margin-bottom: 30px;
}

/* --------------------------------
utility
----------------------------------- */
@media only screen and (max-width: 1399px) {
  .u-d-xxl {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .u-d-xl {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .u-d-lg {
    display: none;
  }
}
.u-center {
  text-align: center !important;
}

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

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

.u-w100 {
  width: 100% !important;
  max-width: 100% !important;
}

.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.u-table {
  overflow-x: auto;
}
.u-table table {
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .u-table table {
    max-width: none;
  }
}
@media only screen and (max-width: 767px) {
  .u-table table tr th, .u-table table tr td {
    white-space: nowrap;
  }
}

.u-underline {
  text-decoration: underline;
}/*# sourceMappingURL=style.css.map */