/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Noto+Sans+JP:wght@100..900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 1.5rem;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 2.5rem;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 0.2rem solid #313131;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.1rem #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 0.2rem 0.4rem;
  width: 0.6rem;
  height: 0.9rem;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.1rem solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 1.4rem;
  height: 1.4rem;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder {
  color: #B7B7B7;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

html, body {
  scrollbar-gutter: stable;
}

html {
  font-size: 83.333%;
}
@media screen and (max-width: 1340px) {
  html {
    font-size: 0.9760856515vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  color: #000;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  line-break: strict;
  overflow-y: scroll;
}
body.is-fixed {
  pointer-events: none;
  overflow: hidden;
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}
a,
a * {
  outline: 1px solid transparent;
  outline: none;
}

/*--------------------------------------------------
  layout
--------------------------------------------------*/
.l-container {
  background: #fff;
  width: 37.5rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  left: -1.5rem;
  z-index: 10;
  -webkit-box-shadow: 1rem 0 0 rgb(0, 0, 0);
          box-shadow: 1rem 0 0 rgb(0, 0, 0);
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 100%;
    left: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.l-under.m-bgpink {
  background: #ffc5ed;
}
.l-under.m-bggreen {
  background: #95fcd0;
}
.l-under-head {
  background: url(../img/common/under_head_bg.png) no-repeat center center/cover;
  width: 100%;
  aspect-ratio: 750/182;
}
.l-under-head .-logo {
  width: 13.8rem;
  padding: 1.5rem 0 0 1rem;
}
.l-under-head .-logo a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-under-head .-logo a:hover {
    opacity: 0.7;
  }
}

.m-bold {
  font-weight: bold;
}

.c-inner {
  width: 110rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.c-head {
  position: relative;
}
.c-head .-headline {
  margin: 0 auto;
}
.c-head .-lead {
  font-size: 1.6rem;
  letter-spacing: -0.1rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2rem;
}
.c-head .-arw {
  position: absolute;
  bottom: -4.5rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 3.6rem;
  height: 12.6rem;
  z-index: 3;
}
.c-head .-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.c-head .-deco .deco-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.c-head .-deco .deco-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.c-head .-deco .item {
  position: absolute;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease-out;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.c-head .-deco .item.m-01 {
  width: 11.5rem;
  top: 0;
  left: -2rem;
  -webkit-transform: scale(0.8) rotate(-5deg) translateX(-130%) translateY(-1rem);
          transform: scale(0.8) rotate(-5deg) translateX(-130%) translateY(-1rem);
  -webkit-transition-delay: 0.05s;
          transition-delay: 0.05s;
}
.c-head .-deco .item.m-02 {
  width: 9.85rem;
  top: 14.5rem;
  left: -4.2rem;
  -webkit-transform: rotate(5deg) translateX(-60%) translateY(1rem);
          transform: rotate(5deg) translateX(-60%) translateY(1rem);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-head .-deco .item.m-03 {
  width: 8.7rem;
  bottom: -1.5rem;
  left: 8.5rem;
  -webkit-transform: scale(0.8) rotate(-10deg) translateX(-40%) translateY(8rem);
          transform: scale(0.8) rotate(-10deg) translateX(-40%) translateY(8rem);
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}
.c-head .-deco .item.m-04 {
  width: 12.1rem;
  bottom: -2.5rem;
  left: 4.5rem;
  -webkit-transform: rotate(10deg) translateX(40%) translateY(8rem);
          transform: rotate(10deg) translateX(40%) translateY(8rem);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.c-head .-deco .item.m-05 {
  width: 13.2rem;
  bottom: 2.2rem;
  right: -5.5rem;
  -webkit-transform: scale(0.8) rotate(15deg) translateX(80%) translateY(8rem);
          transform: scale(0.8) rotate(15deg) translateX(80%) translateY(8rem);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.c-head .-deco .item.m-06 {
  width: 5.1rem;
  top: 13rem;
  right: 0.4rem;
  -webkit-transform: rotate(10deg) translateX(110%) translateY(-5rem);
          transform: rotate(10deg) translateX(110%) translateY(-5rem);
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.c-head .-deco .item.m-07 {
  width: 9rem;
  top: 1.5rem;
  right: -2rem;
  -webkit-transform: rotate(25deg) translateX(100%) translateY(-8rem);
          transform: rotate(25deg) translateX(100%) translateY(-8rem);
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}
.c-head .-deco.is-inview .item {
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0);
          transform: scale(1) rotate(0) translateX(0) translateY(0);
  opacity: 1;
}
.c-head .-icnarw {
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  z-index: 3;
}

/* --------------------------------------------------
    themelist
-------------------------------------------------- */
.c-themelist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
.c-themelist li {
  margin-left: -1rem;
}
.c-themelist li.is-current {
  -webkit-filter: saturate(0);
          filter: saturate(0);
  pointer-events: none;
}
.c-themelist li a {
  display: block;
  width: 34.3rem;
  position: relative;
}
.c-themelist li a .u-morebtn {
  position: absolute;
  right: -1rem;
  bottom: 2.5rem;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-themelist li a:hover .u-morebtn {
    color: #ff0092;
  }
  .c-themelist li a:hover .u-morebtn:before {
    background: #fff;
  }
  .c-themelist li a:hover .u-morebtn .u-btn-arw {
    background-image: url(../img/common/btn_icn_arw_hv.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-themelist li a:active .u-morebtn, .c-themelist li a.is-pressed .u-morebtn {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .c-themelist li a:active .u-morebtn:after, .c-themelist li a.is-pressed .u-morebtn:after {
    right: 0;
    top: 0;
  }
}

.c-slider .slider-item {
  padding: 7rem 2rem 2.5rem 1rem;
}
.c-slider .slider-item .-wrap {
  background: #fff;
  border: 0.2rem solid #000;
  padding: 1.2rem 1rem 3rem;
  width: 15.6rem;
  position: relative;
}
.c-slider .slider-item .-wrap:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff72ed;
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: -1;
}
.c-slider .slider-item .-wrap .-fukidashi {
  width: 16.25rem;
  height: 9.6rem;
  font-size: 1.3rem;
  line-height: 1.3;
  font-weight: 700;
  padding: 1.8rem 0.6rem;
  position: absolute;
  top: -7.5rem;
  left: -2rem;
  z-index: 2;
}
.c-slider .slider-item .-wrap .-fukidashi.m-01 {
  background: url(../img/common/interview/fukidashi01.png) no-repeat center center/contain;
}
.c-slider .slider-item .-wrap .-fukidashi.m-02 {
  background: url(../img/common/interview/fukidashi02.png) no-repeat center center/contain;
}
.c-slider .slider-item .-wrap .-fukidashi.m-03 {
  background: url(../img/common/interview/fukidashi03.png) no-repeat center center/contain;
}
.c-slider .slider-item .-wrap .-fukidashi.m-04 {
  background: url(../img/common/interview/fukidashi04.png) no-repeat center center/contain;
}
.c-slider .slider-item .-wrap .-photo {
  width: 13.4rem;
  aspect-ratio: 269/249;
  overflow: hidden;
}
.c-slider .slider-item .-wrap .-photo img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-slider .slider-item .-wrap .-txt {
  margin-top: 0.8rem;
  font-size: 2.1rem;
  font-weight: 700;
  text-align: center;
}
.c-slider .slider-item .-wrap .-btn {
  width: 12rem;
  height: 3.2rem;
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  margin: 0 auto;
}
.c-slider .slider-item .-wrap .-btn:after {
  top: 0.7rem;
  right: -0.3rem;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-slider .slider-item a:hover .-photo img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .c-slider .slider-item a:hover .u-morebtn {
    color: #ff0092;
  }
  .c-slider .slider-item a:hover .u-morebtn:before {
    background: #fff;
  }
  .c-slider .slider-item a:hover .u-morebtn .u-btn-arw {
    background-image: url(../img/common/btn_icn_arw_hv.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-slider .slider-item a:active .-btn, .c-slider .slider-item a.is-pressed .-btn {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .c-slider .slider-item a:active .-btn:after, .c-slider .slider-item a.is-pressed .-btn:after {
    right: 0;
    top: 0;
  }
}
.c-slider-arw {
  margin-top: 1.2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
}
.c-slider-arw .slick-arrow {
  width: 3.3rem;
  height: 3.3rem;
  padding: 0;
  border: 0;
  background: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 0;
  line-height: 1;
  color: transparent;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.3rem;
          flex: 0 0 3.3rem;
}
.c-slider-arw .slick-arrow:hover {
  opacity: 1;
}
.c-slider-arw .slick-arrow:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/common/interview/arw.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-slider-arw .slick-arrow:hover:before {
    background-image: url(../img/common/interview/arw_hv.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-slider-arw .slick-arrow:active:before, .c-slider-arw .slick-arrow.is-pressed:before {
    background-image: url(../img/common/interview/arw_hv.svg);
  }
}
.c-slider-arw .slick-prev {
  -webkit-transform: none;
          transform: none;
}
.c-slider-arw .slick-prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.c-slider-arw .slick-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c-slider-arw .js-interviewslider-toggle {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 3.3rem;
  height: 3.3rem;
  padding: 0;
  border: 0;
  background: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 0;
  line-height: 1;
  color: transparent;
  position: relative;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.3rem;
          flex: 0 0 3.3rem;
}
.c-slider-arw .js-interviewslider-toggle:hover {
  opacity: 1;
}
.c-slider-arw .js-interviewslider-toggle:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../img/common/interview/stop_on.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.c-slider-arw .js-interviewslider-toggle.is-paused:before {
  background-image: url(../img/common/interview/stop_off.svg);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-slider-arw .js-interviewslider-toggle:hover:before {
    background-image: url(../img/common/interview/stop_hv.svg);
  }
}
@media screen and (max-width: 767px) {
  .c-slider-arw .js-interviewslider-toggle:active:before, .c-slider-arw .js-interviewslider-toggle.is-pressed:before {
    background-image: url(../img/common/interview/arw_hv.svg);
  }
}
.c-slider-arw .slick-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* --------------------------------------------------
    inview
-------------------------------------------------- */
.js-inview.m-fadeup {
  opacity: 0;
  -webkit-transform: translateY(5rem);
          transform: translateY(5rem);
  -webkit-transition: opacity 0.1s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.1s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.1s ease-out, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.1s ease-out, transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.js-inview.m-fadeup.is-inview {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-inview.m-fadeup.m-delay01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview.m-fadeup.m-delay02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-inview.m-fadeup.m-delay03 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-inview.m-left-to-right {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.34, 1.6, 0.64, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.34, 1.6, 0.64, 1);
  transition: transform 0.2s cubic-bezier(0.34, 1.6, 0.64, 1);
  transition: transform 0.2s cubic-bezier(0.34, 1.6, 0.64, 1), -webkit-transform 0.2s cubic-bezier(0.34, 1.6, 0.64, 1);
}
.js-inview.m-left-to-right.is-inview {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.js-inview.m-scale {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.34, 3, 0.64, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.34, 3, 0.64, 1);
  transition: transform 0.2s cubic-bezier(0.34, 3, 0.64, 1);
  transition: transform 0.2s cubic-bezier(0.34, 3, 0.64, 1), -webkit-transform 0.2s cubic-bezier(0.34, 3, 0.64, 1);
}
.js-inview.m-scale.is-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.js-inview.m-scale.m-delay01 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-inview.m-scale.m-delay02 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.js-inview.m-scale.m-delay03 {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.js-inview.m-scale.m-delay04 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

.u-alignR {
  text-align: right;
}

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

/* --------------------------------------------------
  button
-------------------------------------------------- */
.u-btn {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  border-radius: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.05rem;
  line-height: 1.2;
  border: 0.2rem solid #000;
  text-align: center;
  position: relative;
  z-index: 2;
}
.u-btn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff0092;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 4rem;
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
  z-index: -1;
}
.u-btn a {
  display: block;
  padding-top: 0.6rem;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.u-btn-arw {
  display: inline-block;
  position: relative;
  width: 1.1rem;
  height: 1.2rem;
  background: url(../img/common/btn_icn_arw.svg) no-repeat center center/contain;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-btn:hover {
    color: #ff0092;
  }
  .u-btn:hover:before {
    background: #fff;
  }
  .u-btn:hover .u-btn-arw {
    background-image: url(../img/common/btn_icn_arw_hv.svg);
  }
}
@media screen and (max-width: 767px) {
  .u-btn:active, .u-btn.is-pressed {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .u-btn:active:after, .u-btn.is-pressed:after {
    right: 0;
    top: 0;
  }
}

.u-morebtn {
  width: 10rem;
  height: 2.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  border-radius: 4rem;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  border: 0.2rem solid #000;
  text-align: center;
  position: relative;
  z-index: 2;
}
.u-morebtn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff0092;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-morebtn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 4rem;
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
  z-index: -1;
}
.u-morebtn span {
  position: relative;
  z-index: 2;
}
.u-morebtn .u-btn-arw {
  margin-left: 0.5rem;
}

.u-longbtn {
  width: 32.5rem;
  height: 5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  color: #fff;
  border-radius: 4rem;
  font-size: 1.6rem;
  font-weight: 700;
  border: 0.2rem solid #000;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.u-longbtn:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #ff0092;
  border-radius: 4rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.u-longbtn:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 4rem;
  position: absolute;
  top: 0.5rem;
  right: -0.5rem;
  z-index: -1;
}
.u-longbtn span {
  position: relative;
  z-index: 2;
}
.u-longbtn .u-btn-arw {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-longbtn:hover {
    color: #ff0092;
  }
  .u-longbtn:hover:before {
    background: #fff;
  }
  .u-longbtn:hover .u-btn-arw {
    background-image: url(../img/common/btn_icn_arw_hv.svg);
  }
}
@media screen and (max-width: 767px) {
  .u-longbtn:active, .u-longbtn.is-pressed {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .u-longbtn:active:after, .u-longbtn.is-pressed:after {
    right: 0;
    top: 0;
  }
}
.u-longbtn.m-yellow {
  padding-right: 2.5rem;
  color: #0032ff;
}
.u-longbtn.m-yellow:before {
  background: #ffff67;
}
.u-longbtn.m-yellow .u-btn-arw {
  background-image: url(../img/common/btn_icn_arw_blue.svg);
  width: 1.3rem;
  height: 1.5rem;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-longbtn.m-yellow:hover {
    color: #fff;
  }
  .u-longbtn.m-yellow:hover:before {
    background: #0032ff;
  }
  .u-longbtn.m-yellow:hover .u-btn-arw {
    background-image: url(../img/common/btn_icn_arw.svg);
  }
}

/* --------------------------------------------------
  icnarw
-------------------------------------------------- */
.u-icnarw {
  width: 3.3rem;
  -webkit-animation: icn-arw-anim 0.8s infinite alternate ease-in-out;
          animation: icn-arw-anim 0.8s infinite alternate ease-in-out;
}

/* --------------------------------------------------
    animation
-------------------------------------------------- */
@-webkit-keyframes icn-arw-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
@keyframes icn-arw-anim {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
  }
}
.u-interviewnote {
  margin-top: 1.5rem;
  font-size: 0.85rem;
}

.l-toggle {
  width: 7rem;
  height: 6rem;
  background: url(../img/common/header_menubtn.svg) no-repeat center center/contain;
  position: fixed;
  right: 1rem;
  top: 1rem;
  pointer-events: auto;
  z-index: 100;
}
.l-toggle.is-active {
  background: url(../img/common/header_menubtn_close.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-toggle {
    -webkit-transition: none;
    transition: none;
  }
  .l-toggle:active, .l-toggle.is-pressed {
    background: url(../img/common/header_menubtn_hv.svg) no-repeat center center/contain;
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .l-toggle.is-active:active, .l-toggle.is-active.is-pressed {
    background: url(../img/common/header_menubtn_close_hv.svg) no-repeat center center/contain;
  }
}

/*--------------------------------------------------
  layout PC
--------------------------------------------------*/
.l-menu {
  background: #fff url(../img/common/pc_bg.png) repeat center center;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-menu {
    background: none;
    display: none;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
    z-index: 99;
  }
  .l-menu.is-active {
    display: block;
  }
}
.l-menu .l-pc-left {
  background: url(../img/common/pcleft_bg.png) repeat-x left calc(50% - 3rem);
  width: calc(50vw - 14.25rem);
  height: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.l-menu .l-pc-left .-logo {
  width: 28.5rem;
  margin-top: -6rem;
  margin-right: 6rem;
}
.l-menu .l-pc-left .-bottom {
  position: absolute;
  bottom: -1.8rem;
  right: 5.2rem;
  width: 35.0694444444vw;
}
.l-menu .l-pc-right {
  width: calc(50vw - 13.5rem);
  max-width: 48rem;
  position: absolute;
  left: calc(50% + 13.5rem);
  top: 0;
  height: 100%;
  padding: 2.85rem 0 0 6.75rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right {
    background: #fff url(../img/common/spmenu_bg.png) repeat center center/100% auto;
    width: 100%;
    height: 100%;
    left: 0;
    padding: 4rem 0 4rem 0;
    overflow-y: scroll;
  }
}
.l-menu .l-pc-right .-toplink {
  margin: 0 0 0 auto;
  width: 11.025rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-toplink {
    margin: 0 auto;
    width: 8.1rem;
  }
}
.l-menu .l-pc-right .-toplink a {
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-menu .l-pc-right .-toplink a:hover {
    opacity: 0.7;
  }
}
.l-menu .l-pc-right .-toplink a:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/pcright_ttl_sp_hv.svg) no-repeat center center/contain;
  opacity: 0;
  pointer-events: none;
}
.l-menu .l-pc-right .-toplink a picture {
  display: block;
}
.l-menu .l-pc-right .-toplink a img {
  display: block;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-toplink a {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
  }
  .l-menu .l-pc-right .-toplink a:active, .l-menu .l-pc-right .-toplink a.is-pressed {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .l-menu .l-pc-right .-toplink a:active picture, .l-menu .l-pc-right .-toplink a.is-pressed picture {
    opacity: 0;
  }
  .l-menu .l-pc-right .-toplink a:active:before, .l-menu .l-pc-right .-toplink a.is-pressed:before {
    opacity: 1;
  }
}
.l-menu .l-pc-right .-menu {
  margin: 1.05rem 0 0 auto;
  width: 29.25rem;
  -webkit-filter: drop-shadow(0.55rem 0.6rem 0 rgb(0, 0, 0));
  filter: drop-shadow(0.55rem 0.6rem 0 rgb(0, 0, 0));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: filter;
  isolation: isolate;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-menu {
    width: 100%;
    -webkit-filter: drop-shadow(0.3rem 0.3rem 0 rgb(0, 0, 0));
    filter: drop-shadow(0.3rem 0.3rem 0 rgb(0, 0, 0));
  }
}
.l-menu .l-pc-right .-menu .menu-item {
  min-height: 6.45rem;
  clip-path: polygon(0 0, 100% 0, 100% 0, 100% 100%, 100% 100%, 1.755rem 100%, 0 calc(100% - 1.8rem), 0 0);
  border: 3px solid #000;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-menu .menu-item {
    min-height: 6.8rem;
    width: 30.2rem;
    margin: 0 auto;
  }
}
.l-menu .l-pc-right .-menu .menu-item:after {
  content: "";
  width: 1.875rem;
  height: 1.875rem;
  position: absolute;
  left: -0.225rem;
  bottom: -0.225rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-menu .menu-item:after {
    width: 1.9rem;
    height: 1.9rem;
    left: -0.2rem;
    bottom: -0.4rem;
  }
}
.l-menu .l-pc-right .-menu .menu-item .-plus {
  position: absolute;
  width: 1.5rem;
  height: 0.21rem;
  right: 1.5rem;
  top: 1.5rem;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-menu .menu-item .-plus {
    right: 0.5rem;
    top: 1rem;
  }
}
.l-menu .l-pc-right .-menu .menu-item .-plus:before, .l-menu .l-pc-right .-menu .menu-item .-plus:after {
  content: "";
  background: #ff0092;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-menu .l-pc-right .-menu .menu-item .-plus:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.l-menu .l-pc-right .-menu .menu-item .-head {
  padding: 1.5rem 1.5rem;
}
.l-menu .l-pc-right .-menu .menu-item .-head .ttl {
  position: relative;
  padding: 0 0 0 4.8rem;
}
.l-menu .l-pc-right .-menu .menu-item .-head .ttl:before {
  content: "";
  width: 3.75rem;
  height: 3.75rem;
  background: url(../img/common/pcright_menu_eyeicn_close.svg) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: -0.375rem;
}
.l-menu .l-pc-right .-menu .menu-item .-body {
  margin-left: 5.55rem;
  padding-bottom: 1.2rem;
}
.l-menu .l-pc-right .-menu .menu-item .-body .u-interviewnote {
  margin-top: 0;
  margin-bottom: 0.75rem;
  text-align: left;
}
.l-menu .l-pc-right .-menu .menu-item .-body ul {
  padding-left: 0.75rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-menu .menu-item .-body ul {
    padding-left: 1rem;
  }
}
.l-menu .l-pc-right .-menu .menu-item .-body ul li {
  padding-left: 2.25rem;
  position: relative;
}
.l-menu .l-pc-right .-menu .menu-item .-body ul li:before {
  content: "";
  width: 1.05rem;
  height: 1.2rem;
  background: url(../img/common/pcright_menu_arw.svg) no-repeat center center/contain;
  position: absolute;
  left: 0.375rem;
  top: 0.6rem;
}
.l-menu .l-pc-right .-menu .menu-item .-body ul li a {
  font-size: 1.125rem;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-menu .l-pc-right .-menu .menu-item .-body ul li a:hover {
    opacity: 0.7;
  }
}
.l-menu .l-pc-right .-menu .menu-item .-body ul li a img {
  width: auto;
  height: 2.625rem;
}
.l-menu .l-pc-right .-menu .menu-item .-body ul li + li {
  margin-top: 0.375rem;
}
.l-menu .l-pc-right .-menu .menu-item.m-01 {
  background: #ffff67;
}
.l-menu .l-pc-right .-menu .menu-item.m-01:after {
  background: url(../img/common/pcright_menu_corder01.svg) no-repeat center center/contain;
}
.l-menu .l-pc-right .-menu .menu-item.m-01 .-plus {
  display: none;
}
.l-menu .l-pc-right .-menu .menu-item.m-01 .-head {
  display: block;
}
.l-menu .l-pc-right .-menu .menu-item.m-01 .-head .ttl {
  width: 22.8rem;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-menu .l-pc-right .-menu .menu-item.m-01 .-head:hover .ttl:before {
    background: url(../img/common/pcright_menu_eyeicn_open.svg) no-repeat center center/contain;
  }
}
.l-menu .l-pc-right .-menu .menu-item.m-02 {
  background: #ffafee;
}
.l-menu .l-pc-right .-menu .menu-item.m-02:after {
  background: url(../img/common/pcright_menu_corder02.svg) no-repeat center center/contain;
}
.l-menu .l-pc-right .-menu .menu-item.m-02 .-head .ttl {
  width: 23.55rem;
}
.l-menu .l-pc-right .-menu .menu-item.m-03 {
  background: #95fcd0;
}
.l-menu .l-pc-right .-menu .menu-item.m-03:after {
  background: url(../img/common/pcright_menu_corder03.svg) no-repeat center center/contain;
}
.l-menu .l-pc-right .-menu .menu-item.m-03 .-head .ttl {
  width: 21rem;
}
.l-menu .l-pc-right .-menu .menu-item.m-03 .-body ul {
  max-height: 12rem;
  overflow-y: scroll;
}
.l-menu .l-pc-right .-menu .menu-item.m-03 .-body ul li + li {
  margin-top: 1.35rem;
}
.l-menu .l-pc-right .-menu .menu-item.is-open .-plus:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.l-menu .l-pc-right .-menu .menu-item .js-accHead {
  cursor: pointer;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .l-menu .l-pc-right .-menu .menu-item .js-accHead:hover .ttl:before {
    background: url(../img/common/pcright_menu_eyeicn_open.svg) no-repeat center center/contain;
  }
}
.l-menu .l-pc-right .-menu .menu-item .js-accHead.is-open .ttl:before {
  background: url(../img/common/pcright_menu_eyeicn_open.svg) no-repeat center center/contain;
}
.l-menu .l-pc-right .-menu .menu-item .js-accBody {
  display: none;
}
.l-menu .l-pc-right .-menu .menu-item + .menu-item {
  margin-top: 1.5rem;
}
.l-menu .l-pc-right .-btns {
  margin-top: 1.5rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.5rem;
}
.l-menu .l-pc-right .-btns .btn {
  width: 14rem;
  height: 4.7rem;
  font-size: 1.3rem;
}
.l-menu .l-pc-right .-sns {
  width: 21.825rem;
  height: 5.625rem;
  background: url(../img/common/pcright_snsbg.svg) no-repeat left top/100% 100%;
  margin: 3.375rem 0 auto auto;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-sns {
    background-image: url(../img/common/pcright_snsbg_sp.svg);
    margin: 2rem auto 0;
    width: 27.2rem;
    height: 6.9rem;
  }
}
.l-menu .l-pc-right .-sns ul {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0.75rem;
  margin-left: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-sns ul {
    gap: 1.5rem;
    padding: 0.2rem 0 0;
  }
}
.l-menu .l-pc-right .-sns ul li {
  width: 1.95rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-sns ul li {
    width: 2.6rem;
  }
}
.l-menu .l-pc-right .-sns ul li:nth-child(2) {
  width: 1.8rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-sns ul li:nth-child(2) {
    width: 2.4rem;
  }
}
.l-menu .l-pc-right .-sns ul li:nth-child(5) {
  width: 2.25rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-sns ul li:nth-child(5) {
    width: 3rem;
  }
}
.l-menu .l-pc-right .-sns ul li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-menu .l-pc-right .-sns ul li a:hover {
    opacity: 0.7;
  }
}
.l-menu .l-pc-right .-util {
  margin: 1.125rem 2.625rem auto 0;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-util {
    margin: 1.5rem auto 0;
  }
}
.l-menu .l-pc-right .-util ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-util ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.l-menu .l-pc-right .-util ul li {
  font-size: 1.05rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-menu .l-pc-right .-util ul li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-menu .l-pc-right .-util ul li {
    font-size: 1.2rem;
  }
}
.l-menu .l-pc-right .-bottom {
  position: absolute;
  bottom: -0.15rem;
  left: 6.375rem;
  width: 32.2222222222vw;
  z-index: -1;
}

/* --------------------------------------------------
    links
-------------------------------------------------- */
.l-links {
  position: relative;
  z-index: 1;
}
.l-links-head {
  background: #95fcd0;
  position: relative;
  padding: 8rem 0 9rem;
}
.l-links-head:after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 6rem;
  background: url(../img/common/links_head_bg.png) no-repeat left center/100% auto;
  z-index: 2;
}
.l-links-head .-headline {
  width: 25.1rem;
}
.l-links-head .-deco {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.l-links-head .-deco .deco-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.l-links-head .-deco .deco-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
.l-links-head .-deco .item {
  position: absolute;
  -webkit-transition: opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease-out;
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease-out, -webkit-transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.l-links-head .-deco.is-inview .item {
  -webkit-transform: scale(1) rotate(0) translateX(0) translateY(0);
          transform: scale(1) rotate(0) translateX(0) translateY(0);
  opacity: 1;
}
.l-links-head .-icnarw {
  position: absolute;
  bottom: 0rem;
  left: 2rem;
  z-index: 3;
}
.l-links-body {
  padding: 8rem 0 5.5rem;
  background: #cc255d;
  position: relative;
  z-index: 2;
}
.l-links-body .-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding: 0 1.8rem 0 2.2rem;
}
.l-links-body .-list li {
  width: 100%;
}
.l-links-body .-list li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-links-body .-list li a:hover {
    opacity: 0.7;
  }
}
.l-links-body .-list li a {
  position: relative;
  display: block;
}
.l-links-body .-list li a:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #ffff67;
  position: absolute;
  bottom: -0.5rem;
  right: -0.5rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .l-links-body .-list li a {
    -webkit-transition: none;
    transition: none;
  }
  .l-links-body .-list li a:active, .l-links-body .-list li a.is-pressed {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
  .l-links-body .-list li a:active:after, .l-links-body .-list li a.is-pressed:after {
    right: 0;
    bottom: 0;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  padding: 3.8rem 0 0;
  position: relative;
}
.l-footer-pagetop {
  position: fixed;
  width: 6rem;
  height: 6rem;
  bottom: 2rem;
  right: 2rem;
  background: none;
  z-index: 99;
}
.l-footer-pagetop:before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../img/common/pagetop_btn.svg) no-repeat center center/cover;
  z-index: 1;
  pointer-events: none;
}
.l-footer-pagetop:after {
  content: "";
  position: absolute;
  bottom: -0.3rem;
  left: 0.3rem;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}
.l-footer-pagetop.is-foot {
  position: absolute;
  top: -3rem;
  bottom: auto;
}
@media screen and (max-width: 767px) {
  .l-footer-pagetop {
    -webkit-transition: none;
    transition: none;
  }
  .l-footer-pagetop:active:before, .l-footer-pagetop.is-pressed:before {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
  }
}
.l-footer-sns .-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1.8rem;
}
.l-footer-sns .-list li {
  width: 3rem;
}
.l-footer-sns .-list li:nth-child(2) {
  width: 2.6rem;
}
.l-footer-sns .-list li:nth-child(5) {
  width: 3.4rem;
}
.l-footer-sns .-list li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-sns .-list li a:hover {
    opacity: 0.7;
  }
}
.l-footer-logo {
  width: 23.5rem;
  margin: 3rem auto 0;
}
.l-footer-logo a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-logo a:hover {
    opacity: 0.7;
  }
}
.l-footer-address {
  margin-top: 1.2rem;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
}
.l-footer-utils .-list {
  margin-top: 2rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 2rem;
}
.l-footer-utils .-list li {
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #000;
}
.l-footer-utils .-list li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-utils .-list li a:hover {
    opacity: 0.7;
  }
}
.l-footer-copyright {
  background: #cc255d;
  font-size: 1.2rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  margin-top: 2rem;
  padding: 0.5rem 0;
}