@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
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;
  line-height: 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 {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
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;
}

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 12px;
}

body {
  margin: 0;
  overflow: auto;
}

img {
  max-width: 100%;
}

.header {
  width: 100%;
  height: 60px;
  background-color: #333333;
}

.header--items {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 10px;
}

.panel {
  background-image: url(panel.png);
  height: 1020px;
}

.panel--catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 170px;
}

.search {
  display: block;
  margin: -120px auto 0 auto;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .inline-pc {
    display: none;
  }

  .inline-sp {
    display: inline-block;
  }
}
@media screen and (min-width: 768px) {
  .inline-pc {
    display: inline-block;
  }

  .inline-sp {
    display: none;
  }
}
.pc .Content {
  max-width: 1000px;
  margin: 0 auto;
}

.pc .Content.--top {
  padding-top: 100px;
}

.sp .Content {
  width: 100vw;
}

.l-footer {
  margin-top: 0;
}

@media (min-width: 768px) {
  .c-footer__intro {
    padding: 82px 0 80px 0;
  }
}
@media (max-width: 768px) {
  .c-footer__intro {
    padding: 55px 0 54px 0;
  }
}
.c-footer__intro .c-footer__logo {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .c-footer__intro .c-footer__logo {
    max-width: 1000px;
  }
}
@media (min-width: 768px) {
  .c-footer__intro .c-footer__logo img {
    width: 443.5px;
  }
}
@media (max-width: 768px) {
  .c-footer__intro .c-footer__logo img {
    width: 257.73px;
  }
}

.c-footer__social {
  background-color: #f9f9f9;
}
@media (min-width: 768px) {
  .c-footer__social {
    padding: 32px 0 29px 0;
  }
}
@media (max-width: 768px) {
  .c-footer__social {
    padding: 22px 0 18px 0;
  }
}
.c-footer__social .c-footer__socialNav {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-footer__social .c-footer__socialNav {
    max-width: 1000px;
  }
}
.c-footer__social .c-footer__socialNav .c-footer__socialList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
}
@media (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList {
    margin-right: 2px;
  }
}
@media (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem {
    margin: 0 24px;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:first-child {
    margin-right: 23px;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:nth-child(2) {
    margin-left: 23px;
  }
}
@media (max-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem {
    margin: 0 5.5px;
  }
}
@media (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a:hover {
    opacity: 0.7;
  }
}
.c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a img {
  -moz-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
@media (min-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a img {
    width: 96px;
  }
}
@media (max-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem > a img {
    width: 57px;
  }
}
@media (max-width: 768px) {
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:first-child > a img.u-sp {
    width: 54px;
  }
  .c-footer__social .c-footer__socialNav .c-footer__socialList .c-footer__socialItem:nth-child(2) > a img.u-sp {
    width: 56px;
  }
}

.c-footer__local {
  background-color: #eee;
}
@media (min-width: 768px) {
  .c-footer__local {
    padding: 23px 20px 65px 20px;
  }
}
@media (max-width: 768px) {
  .c-footer__local {
    padding: 25px 0 49px 0;
  }
}
.c-footer__local .c-footer__localNav {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav {
    max-width: 970px;
  }
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH {
  font-weight: 600;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH {
    margin: 25px 0 0 25px;
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH {
    margin: 20px 0 0 40px;
    font-size: 14px;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a {
  position: relative;
  padding-left: 20px;
  text-indent: -20px;
  color: #777;
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a:hover {
    opacity: 0.7;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a::before {
  content: "";
  position: absolute;
  top: 1px;
  left: -18px;
  width: 3px;
  height: 12px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(-45deg);
}
.c-footer__local .c-footer__localNav .c-footer__localListH .c-footer__localItemH > a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -18px;
  width: 3px;
  height: 12px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(45deg);
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL {
    margin: 15px 0 0 0;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL {
    margin: 14px 0 0 30px;
  }
}
@media (max-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL {
    margin: 10px 0 0 18px;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a {
  position: relative;
  padding-left: 15px;
  text-indent: -15px;
  color: #777;
}
@media (min-width: 768px) {
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a:hover {
    opacity: 0.7;
  }
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a::before {
  content: "";
  position: absolute;
  top: 2px;
  left: -12px;
  width: 2px;
  height: 9px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(-45deg);
}
.c-footer__local .c-footer__localNav .c-footer__localListL .c-footer__localItemL > a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: -12px;
  width: 2px;
  height: 9px;
  background-color: #777;
  border-radius: 100px;
  transform: rotate(45deg);
}

.c-footer__2nd {
  background-color: #000;
}
@media (min-width: 768px) {
  .c-footer__2nd {
    padding: 100px 20px 27px 20px;
  }
}
@media (max-width: 768px) {
  .c-footer__2nd {
    padding: 41px 0 100px 0;
  }
}
.c-footer__2nd .c-footer__2ndLogo {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndLogo {
    width: 284.88px;
    min-height: 58.27px;
  }
}
@media (max-width: 768px) {
  .c-footer__2nd .c-footer__2ndLogo {
    width: 200px;
    min-height: 41.19px;
  }
}
.c-footer__2nd .c-footer__2ndLogo img {
  width: 100%;
}
@media (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 970px;
    margin: 77px auto 0 auto;
  }
}
@media (max-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav {
    margin-top: 29px;
  }
}
@media (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndListWrapper > .c-footer__2ndList + .c-footer__2ndList {
    margin-top: 47px;
  }
}
@media (max-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px;
  }
}
.c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem {
  margin: 14px 0 0 20px;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.1em;
}
@media (max-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem {
    width: calc(47.5% - 40px);
    margin: 14px 20px 0 20px;
  }
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem:nth-child(2n) {
    width: calc(52.5% - 40px);
  }
}
.c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a {
  padding-left: 12px;
  color: #777;
  text-indent: -12px;
}
@media (min-width: 768px) {
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a {
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
  .c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a:hover {
    opacity: 0.7;
  }
}
.c-footer__2nd .c-footer__2ndNav .c-footer__2ndList .c-footer__2ndItem a::before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 1px;
  background-color: #777;
  vertical-align: middle;
  margin: 0 7px 0 0;
}
@media (min-width: 768px) {
  .c-footer__2nd .c-footer__copyright {
    margin-top: 114px;
  }
}
@media (max-width: 768px) {
  .c-footer__2nd .c-footer__copyright {
    margin-top: 31px;
  }
}
.c-footer__2nd .c-footer__copyright p {
  font-weight: 300;
  text-align: center;
}
.c-footer__2nd .c-footer__copyright p small {
  color: #777;
  letter-spacing: 0.2em;
}
@media (min-width: 768px) {
  .c-footer__2nd .c-footer__copyright p small {
    font-size: 9.5px;
  }
  .c-footer__2nd .c-footer__copyright p small > span {
    display: inline-block;
    -webkit-transform: scale(0.7, 0.7);
    -ms-transform: scale(0.7, 0.7);
    transform: scale(0.7, 0.7);
  }
}
@media (max-width: 768px) {
  .c-footer__2nd .c-footer__copyright p small {
    font-size: 12px;
  }
  .c-footer__2nd .c-footer__copyright p small > span {
    display: inline-block;
    -webkit-transform: scale(0.5, 0.5);
    -ms-transform: scale(0.5, 0.5);
    transform: scale(0.5, 0.5);
  }
}

@media (min-width: 768px) {
  .l-FloatFooter {
    display: none;
  }
}
@media (max-width: 768px) {
  .l-FloatFooter {
    position: fixed;
    z-index: 99;
    bottom: 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100vw;
  }
  .l-FloatFooter.float-footer-off {
    display: none;
  }
  .l-FloatFooter__tel {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .l-FloatFooter__trial {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.p-gh__wrapper.eysKidsStelam {
  position: fixed;
  top: 0;
  z-index: 100;
}
.p-gh__wrapper.eysKidsStelam.header-scroll {
  position: absolute;
}

.HeaderMenu__checkLabel {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
}
@media (max-width: 768px) {
  .HeaderMenu__checkLabel {
    height: 60px;
    width: 40px;
  }
}
@media (min-width: 768px) {
  .HeaderMenu__checkLabel {
    height: 100px;
    width: 100px;
  }
}
.HeaderMenu__checkLabel span,
.HeaderMenu__checkLabel span:before,
.HeaderMenu__checkLabel span:after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  background-color: #ffffff;
  position: absolute;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
@media (max-width: 768px) {
  .HeaderMenu__checkLabel span,
.HeaderMenu__checkLabel span:before,
.HeaderMenu__checkLabel span:after {
    width: 25px;
  }
}
@media (min-width: 768px) {
  .HeaderMenu__checkLabel span,
.HeaderMenu__checkLabel span:before,
.HeaderMenu__checkLabel span:after {
    width: 50px;
  }
}
@media (max-width: 768px) {
  .HeaderMenu__checkLabel span:before {
    bottom: 8px;
  }
}
@media (min-width: 768px) {
  .HeaderMenu__checkLabel span:before {
    bottom: 16px;
  }
}
@media (max-width: 768px) {
  .HeaderMenu__checkLabel span:after {
    top: 8px;
  }
}
@media (min-width: 768px) {
  .HeaderMenu__checkLabel span:after {
    top: 16px;
  }
}
.HeaderMenu__checkLabel.-checked span {
  background-color: rgba(255, 255, 255, 0);
}
.HeaderMenu__checkLabel.-checked span:before {
  bottom: 0;
  transform: rotate(45deg);
}
.HeaderMenu__checkLabel.-checked span:after {
  top: 0;
  transform: rotate(-45deg);
}

.pc .c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  filter: drop-shadow(0 5px 10px rgba(0, 0, 0, 0.1));
}
.pc .c-header__intro {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100px;
  background-color: #fff;
  width: calc(100% * (716 / 1336));
  height: 100px;
  margin-top: 10px;
}
.pc .c-header__intro .c-header__logo a img {
  width: 150px;
}
.pc .c-header__intro .c-header__logo {
  margin-left: 25px;
  padding: 0 5px;
  width: 210px;
  text-align: center;
}
.pc .c-header__intro .c-header__logo > em {
  display: block;
  color: #d14f97;
  margin: 14px 0 13px;
  font-size: 12px;
  font-family: Roboto, Arial, sans-serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.2em;
}
.pc .c-header__intro .c-header__logo a {
  padding: 5px 10px;
  display: block;
}
.pc .c-header__intro .c-header__logo img {
  width: 178.4px;
  height: 42px;
}
.pc .c-header__intro .c-header__logo p {
  color: #666;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.333333;
}
.pc .c-header__intro .c-header__logo .u-opacity > img {
  width: 100px;
}
.pc .c-header__intro .c-header__tagline {
  margin: 1px 1.8vw 0 2.6vw;
  padding: 0 5px;
  color: #666;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.1em;
}
.pc .c-header__inner {
  top: 100px;
  width: 100%;
  max-width: 1336px;
  height: 100px;
}
@media (max-width: 768px) {
  .pc .c-header__inner {
    width: calc(100% - 30px);
    margin: 0 20px;
  }
}
.pc .HeaderMenu {
  display: inline-flex;
  justify-content: center;
  position: fixed;
  top: 90px;
  left: 50%;
  height: 120px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
}
.pc .HeaderMenu.header-scroll {
  position: absolute;
}
.pc .HeaderMenu__oneWorld {
  display: inline-block;
  width: 620px;
}
.pc .HeaderMenu__experienceButton {
  display: inline-block;
  width: 250px;
}
.pc .HeaderMenu__telButton {
  display: inline-block;
  width: 260px;
}
.pc .HeaderMenu__menuButton {
  display: inline-block;
  cursor: pointer;
  width: 100px;
  height: 100px;
  margin-top: 8px;
  background-color: #66bbcc;
  border-radius: 50%;
}
.pc .HeaderMenu__check {
  display: none;
}
.pc .HeaderMenu__checkLabel {
  position: fixed;
  display: flex;
  height: 100px;
  width: 100px;
  justify-content: center;
  align-items: center;
  z-index: 12;
}

.sp .HeaderWrapper {
  width: 95%;
  margin: 0 auto;
}
.sp .HeaderMenu {
  display: flex;
  position: fixed;
  top: 70px;
  z-index: 99;
  border-radius: 25px;
  height: 50px;
  background: white;
  text-align: center;
  align-items: center;
  width: 95%;
}
.sp .HeaderMenu.header-scroll {
  position: absolute;
}
.sp .HeaderMenu__title__stelam {
  padding-left: 10vw;
}
.sp .HeaderMenu__title__stelamImage {
  padding-right: 15vw;
  width: 32vw;
}
.sp .HeaderMenu__title__stelamImage3 {
  width: 12vw;
}
.sp .HeaderMenu.menuHeight {
  height: 13.33vw;
}
.sp .HeaderMenu__title {
  padding-left: 15px;
}
.sp .HeaderMenu__titleImage {
  width: 107px;
}
.sp .HeaderMenu__text {
  flex-grow: 2;
  color: #666;
}
.sp .HeaderMenu__buttonArea {
  width: 60px;
  height: 50px;
  background-color: #66bbcc;
  border-radius: 0 25px 25px 0;
  padding-left: 10px;
  align-items: center;
  display: flex;
}
.sp .HeaderMenu__check {
  display: none;
}

.headerNav__container {
  display: none;
  background-color: white;
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 80;
  overflow-y: scroll;
  transition-property: all;
  transition-duration: 300ms;
  transition-delay: 0s;
  transition-timing-function: ease;
}
.headerNav__menu {
  position: relative;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .headerNav__menu {
    max-width: 400px;
    padding-top: 150px;
  }
}
@media (min-width: 768px) {
  .headerNav__menu {
    max-width: 800px;
    padding-top: 230px;
  }
}
.headerNav__menuBtn {
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  -moz-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}
.headerNav__menuBtn.d-none {
  display: none;
}
.headerNav__menu .w93 {
  width: 93%;
}
@media (max-width: 768px) {
  .headerNav__menu ul {
    padding: 0 20px;
  }
  .headerNav__menu ul li a {
    font-size: 1.2rem;
  }
  .headerNav__menuMore {
    padding: 0 30px;
  }
}
.headerNav__menuUl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 760px;
  margin: auto;
}
@media (max-width: 768px) {
  .headerNav__menuList {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (min-width: 768px) {
  .headerNav__menuList {
    width: 47%;
    margin: 0 0 20px;
  }
}
.headerNav__menu .curriculum {
  width: calc(100% - 10px);
  margin: 10px auto 15px;
  padding-bottom: 10px;
  border: 3px solid #C8E6EC;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .headerNav__menu .curriculum {
    width: 47%;
    margin: 0 40px 20px 0;
  }
}
@media (max-width: 768px) {
  .headerNav__menu .curriculum {
    background: #C8E6EC;
  }
}
.headerNav__menu .curriculum__header {
  margin-bottom: 10px;
  padding: 18px 0 8px;
  background: #fff;
  text-align: center;
  font-family: "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #5d5d5d;
}
@media (min-width: 768px) {
  .headerNav__menu .curriculum__header {
    margin-bottom: 20px;
    padding: 18px 0;
    border-bottom: 3px solid #C8E6EC;
    font-size: 18px;
  }
}
.headerNav__menu .curriculum__header span {
  margin-top: 8px;
  font-size: 11px;
  color: #777;
  display: block;
}
@media (min-width: 768px) {
  .headerNav__menu .curriculum__header span {
    font-size: 13px;
  }
}
.headerNav__menu .curriculum > ul {
  padding: 0 15px;
}
.headerNav__menu .curriculum .headerNav__menuList {
  width: 100%;
}
.headerNav__menu .button-wrap > ul {
  padding: 0;
}
.headerNav__menu .button-wrap .headerNav__menuList {
  width: 100%;
}
@media (min-width: 768px) {
  .headerNav__menu .button-wrap {
    width: 47%;
  }
  .headerNav__menu .button-wrap.mr-30 {
    margin-right: 30px;
  }
}
@media (max-width: 768px) {
  .headerNav__menu .headerNav__menuList.bottom {
    width: 90%;
    margin: 0 auto 10px;
  }
  .headerNav__menu .headerNav__menuList.bottom.recruit {
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .headerNav__menu .headerNav__menuList.bottom {
    margin: 60px 0 20px;
  }
}
.headerNav__menu .comming_soon {
  position: relative;
  align-self: flex-start;
}
.headerNav__menu .comming_soon::before {
  content: "Comming Soon";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  background: rgba(206, 206, 206, 0.9);
  color: #fff;
  font-family: "ヒラギノ丸ゴ Pro W6", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", sans-serif;
  font-size: 16px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 768px) {
  .headerNav__menu .comming_soon::before {
    border-radius: 30px;
    font-size: 20px;
  }
}
.headerNav__submenu {
  display: none;
}
@media (min-width: 768px) {
  .headerNav__submenu {
    position: absolute;
    z-index: 2;
    margin: -138px 0 0 336px;
  }
}
.headerNav__submenu_img {
  margin: 5px -10px -10px -10px;
  max-width: 355px;
  width: 106%;
}
.headerNav__submenu .subs {
  margin: 20px 0 15px;
  border-radius: 20px;
  background: #fff;
  z-index: 2;
  position: relative;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs {
    min-width: 335px;
    margin: 0;
    padding: 20px;
  }
}
.headerNav__submenu .subs::before {
  content: "▲";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%) scaleY(0.85);
  font-size: 22px;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs::before {
    content: "◀︎";
    position: absolute;
    left: -18px;
    top: 72px;
    transform: none;
  }
}
.headerNav__submenu .subs > a {
  display: block;
  font-family: -apple-system, "A-OTF Shin Maru Go Pr6N", sans-serif;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a {
    background: #fff;
  }
}
.headerNav__submenu .subs > a.level1 {
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  font-stretch: normal;
  font-style: normal;
  line-height: 18px;
  letter-spacing: 0.8px;
  text-align: left;
  color: #5d5d5d;
}
.headerNav__submenu .subs > a.level1:first-child {
  border-radius: 20px 20px 0 0;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level1:hover {
    display: block;
  }
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level1 {
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: left;
    color: #5d5d5d;
  }
}
.headerNav__submenu .subs > a.level2 {
  font-size: 13px;
  font-weight: normal;
  color: #ee9966;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: left;
  font-feature-settings: "palt";
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level2 {
    font-size: 18px;
    letter-spacing: 0.9px;
    text-align: left;
  }
}
.headerNav__submenu .subs > a.level2:last-child {
  border-radius: 0 0 20px 20px;
  overflow: hidden;
}
.headerNav__submenu .subs > a.level2 span {
  padding: 10px 7px 10px 38px;
  border-top: 1px dotted #bbb;
  display: block;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level2 span {
    width: calc(100% - 22px);
    margin-left: 22px;
    padding-left: 40px;
  }
}
.headerNav__submenu .subs > a.level2 span::before {
  content: "●";
  font-size: 10px;
  position: absolute;
  left: 20px;
  top: 12px;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level2 span::before {
    top: 15px;
  }
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level2:hover span {
    display: block;
    background-color: #F9DFD0;
  }
}
.headerNav__submenu .subs > a.level2.top_margin {
  margin-top: -6px;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs > a.level2.top_margin {
    margin-top: 15px;
  }
}
.headerNav__submenu .subs.subs-english {
  border: 2px solid #EE9966;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs.subs-english {
    background: rgba(238, 153, 102, 0.95);
  }
}
.headerNav__submenu .subs.subs-english::before {
  color: #EE9966;
}
.headerNav__submenu .subs.subs-english > a.level1:not(.input) {
  border-bottom: 2px solid #EE9966;
  background: url(../image/menu/arrow_orange.png) no-repeat right 20px center;
  background-size: 10px auto;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs.subs-english > a.level1:not(.input) {
    background-color: #fff;
  }
  .headerNav__submenu .subs.subs-english > a.level1:not(.input):hover {
    background-color: #F9DFD0;
  }
}
.headerNav__submenu .subs.subs-english > a.level1.input {
  pointer-events: none;
  cursor: default;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs.subs-english > a.level1.input:hover {
    background: #fff;
  }
}
.headerNav__submenu .subs.subs-art {
  border: 2px solid #4499CC;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs.subs-art {
    background: rgba(68, 153, 204, 0.95);
  }
}
.headerNav__submenu .subs.subs-art::before {
  color: #4499CC;
}
.headerNav__submenu .subs.subs-art > a.level1 {
  background: #fff url(../image/menu/arrow_blue.png) no-repeat right 20px center;
  background-size: 10px auto;
}
@media (min-width: 768px) {
  .headerNav__submenu .subs.subs-art > a.level1:hover {
    background-color: #E5F1F8;
  }
}
.headerNav__submenu .subs.subs-art > a.level1:not(:last-child) {
  border-bottom: 2px solid #4499CC;
}
.headerNav__submenu .subs.subs-art > a.level1:last-child {
  border-radius: 0 0 20px 20px;
}
.headerNav__submenu.d-block {
  display: block;
}
.headerNav__experienceButton {
  font-family: "A-OTF Shin Maru Go Pr6N", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  text-align: center;
  padding: 20px;
  margin-bottom: 50px;
}
.headerNav__experienceButton a {
  padding: 20px 10px;
}
@media (min-width: 768px) {
  .headerNav__experienceButton a {
    padding: 20px 10px;
  }
}
.headerNav__footerMenu {
  height: 60px;
  width: 100vw;
  background-color: rgba(102, 187, 204, 0.2);
  font-size: 18px;
  font-family: "A-OTF Shin Maru Go Pr6N", "Hiragino Sans", "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.headerNav__footerMenuList {
  color: #5d5d5d;
}
.headerNav__footerMenuList:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
  margin-left: 5px;
}

.l-Header__toTopButton {
  all: unset;
  position: fixed;
  right: 20px;
  bottom: 80px;
  cursor: pointer;
  font: bold 2rem monospace;
  color: black;
  display: none;
  cursor: pointer;
  width: 16vw;
  z-index: 99;
}
@media (min-width: 768px) {
  .l-Header__toTopButton {
    width: 100px;
    margin-right: 100px;
    bottom: 20px;
  }
}

#HeaderMenu__check {
  display: none;
}

.BreadCrumb {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border-radius: 15px;
  position: absolute;
  z-index: 7;
  font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
}
@media (max-width: 768px) {
  .BreadCrumb {
    font-size: 10px;
    top: 130px;
    left: 3%;
    height: 20px;
    padding: 0 10px;
  }
}
@media (min-width: 768px) {
  .BreadCrumb {
    font-size: 12px;
    transform: translate(-50%, -50%);
    top: 221px;
    left: calc(50% - 300px);
    height: 30px;
    padding: 0 15px;
  }
}
.BreadCrumb__lists {
  display: inline-block;
}
.BreadCrumb__list {
  display: inline-block;
}
.BreadCrumb__list::before {
  content: " > ";
  color: rgba(255, 255, 255, 0.5);
  white-space: pre-wrap;
}
.BreadCrumb__list:first-child::before {
  content: "";
}
.BreadCrumb__list a {
  color: rgba(255, 255, 255, 0.5);
}

.p-Form {
  font-size: 16px;
  line-height: 1.2em;
}
.p-FormWrapper {
  margin: 0 10px;
}
@media (min-width: 768px) {
  .p-Form__pcFlex {
    display: flex;
    flex-wrap: nowrap;
  }
  .p-Form__pcFlexLeft {
    width: 30%;
  }
  .p-Form__pcFlexRight {
    width: 70%;
  }
}
.p-FormFlow {
  background-color: rgba(100, 182, 200, 0.4);
  text-align: center;
  padding: 20px;
}
.p-FormFlow.-step {
  background-color: rgba(100, 182, 200, 0.2);
}
.p-FormFlow__guide {
  color: #666666;
  text-align: center;
  line-height: 2em;
}
.p-FormFlow__guideRequired {
  color: #ff6666;
}
.p-FormSubTitle {
  border-radius: 20px;
  background-color: #64b6c8;
  color: white;
  height: 30px;
  position: relative;
  margin: 20px auto;
}
.p-FormSubTitle__text {
  position: absolute;
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.p-FormOpenDate__label {
  padding: 5px;
}
.p-FormOpenDate__item {
  margin-left: 30px;
  padding: 5px;
}
.p-FormOpenDate__line {
  color: #707070;
  margin: 10px 0;
}
.p-FormPrivacyPolicy {
  margin-top: 50px;
}
.p-FormPrivacyPolicy__title {
  text-align: center;
}
.p-FormPrivacyPolicy__content {
  height: 200px;
  padding: 20px;
  overflow-y: scroll;
  background-color: #f5f5f5;
  border: solid 1px #c7c7c7;
  border-radius: 8px;
  font-size: 14px;
}
.p-FormPrivacyPolicy__contentTitle {
  font-size: 18px;
  text-align: center;
}
.p-FormAddChild {
  display: none;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.p-FormAddChild#add_child_area_0 {
  display: flex;
}
.p-FormAddChild__text {
  font-weight: bold;
  font-size: 12px;
}
.p-FormAddChild__arrow {
  width: 20%;
  text-align: center;
}
.p-FormAddChild__button {
  min-width: 120px;
}
@media (min-width: 768px) {
  .p-FormAddChild__button {
    min-width: 200px;
  }
}
.p-Form__submitButton {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
}
.p-Form__input {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 8px;
  border: solid 1px #c7c7c7;
  background-color: #f5f5f5;
  padding: 10px;
}
@media (min-width: 768px) {
  .p-Form__input {
    width: 70%;
    margin: 15px 0 15px auto;
  }
}
.p-Form__input.-childInfo {
  height: 100px;
  font-size: 20px;
  line-height: 2em;
}
@media (min-width: 768px) {
  .p-Form__input.-childInfo {
    height: 66px;
  }
}
.p-Form__input.-center {
  text-align: center;
}
.p-Form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 160px;
  background-color: white;
  border: solid 1px #c7c7c7;
  border-radius: 8px;
  background-image: url(/ste-lam/one-world/image/form/down.svg);
  background-repeat: no-repeat;
  background-size: 10px 6px;
  background-position: right 10px center;
  text-indent: 10%;
}
.p-Form__select::-ms-expand {
  display: none;
}
@media (min-width: 768px) {
  .p-Form__select {
    width: 200px;
  }
}
.p-Form__textArea {
  height: 200px;
  border-radius: 8px;
  border: solid 1px #c7c7c7;
  background-color: #f5f5f5;
  text-align: left;
  vertical-align: top;
}
.p-Form__label {
  line-height: 1.5em;
}
@media (min-width: 768px) {
  .p-Form__label {
    float: left;
  }
  .p-Form__label.-noFloat {
    float: none;
  }
}
.p-Form__label.-required::before {
  content: "● ";
  color: #ff6666;
}
.p-Form__label.-green {
  color: #44bb99;
}
.p-Form__label.-green::before {
  content: "";
}
.p-Form__label.-blue {
  color: #4499cc;
}
.p-Form__label.-blue::before {
  content: "";
}
@media (max-width: 768px) {
  .p-Form__label.-blue::after {
    content: "\a";
    white-space: pre;
  }
}
.p-Form__label.-purple {
  color: #aa88ee;
}
.p-Form__label.-purple::before {
  content: "";
}
@media (max-width: 768px) {
  .p-Form__label.-purple::after {
    content: "\a";
    white-space: pre;
  }
}
.p-Form__dateName {
  margin-left: 5px;
}
@media (max-width: 768px) {
  .p-Form__text.-grade::before {
    content: "\a";
    white-space: pre;
  }
}
@media (min-width: 768px) {
  .p-Form__text.-grade {
    margin-left: 50px;
  }
}
.p-Form__additionalChild {
  border: solid 1px #dddddd;
  border-radius: 10px;
  padding: 10px;
}
.p-Form__deleteChild {
  position: relative;
  text-align: center;
  height: 1px;
}
.p-Form__deleteChildButton {
  position: absolute;
  top: -7px;
}
.p-FormConfirm {
  display: none;
}
@media (max-width: 768px) {
  .p-FormConfirm {
    margin-top: 170px;
  }
}
@media (min-width: 768px) {
  .p-FormConfirm {
    margin-top: 280px;
  }
}
.p-FormConfirmWrapper {
  width: 90%;
  margin: 0 auto;
}
.p-FormConfirmInfo {
  display: flex;
  flex-wrap: wrap;
  background-color: #64b6c8;
  border: 1px solid #ccc;
  border-top: none;
}
.p-FormConfirmInfo__label {
  width: 30%;
  color: white;
  padding: 5px;
  border-top: 1px solid #ccc;
}
.p-FormConfirmInfo__value {
  width: 70%;
  padding: 5px;
  background-color: white;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.p-FormConfirmInfo__children {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.p-FormConfirm__buttonArea {
  text-align: center;
}
.p-FormConfirm__buttonArea a {
  margin: 10px;
  cursor: pointer;
}

.p-RecruitForm__wrapper {
  margin: 0 auto;
}
@media (min-width: 768px) {
  .p-RecruitForm__wrapper {
    width: 90%;
  }
}
.p-RecruitForm__label {
  display: inline-block;
}
@media (min-width: 768px) {
  .p-RecruitForm__label {
    width: 260px;
  }
}
.p-RecruitForm__label.-required::before {
  content: "● ";
  color: #ff6666;
}
.p-RecruitForm__input {
  background-color: #f5f5f5;
  border-radius: 5px;
  border: solid 1px #dddddd;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .p-RecruitForm__input {
    width: 630px;
    height: 50px;
    margin-left: auto;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  .p-RecruitForm__input {
    width: 100%;
    height: 50px;
    margin: 8px 0;
  }
}
.p-RecruitForm__file {
  display: none;
}
@media (max-width: 768px) {
  .p-RecruitForm__fileName:before {
    content: "\a";
    white-space: pre;
  }
}
.p-RecruitForm__fileClear {
  padding-left: 20px;
  display: none;
  font-weight: bold;
  color: #64b6c8;
}
.p-RecruitForm__fileButton {
  vertical-align: middle;
}
@media (max-width: 768px) {
  .p-RecruitForm__fileButton {
    width: 180px;
  }
}
.p-RecruitForm__submitArea {
  margin-top: 20px;
  text-align: center;
}
.p-RecruitForm__privacyArea {
  margin: 0 auto;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .p-RecruitForm__privacyArea {
    width: 80%;
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .p-RecruitForm__privacyArea {
    width: 100%;
    padding-bottom: 30px;
  }
}
.p-RecruitForm__submitArea {
  text-align: center;
}
.p-RecruitForm__submitButton {
  padding: 10px 30px;
}
@media (max-width: 768px) {
  .p-RecruitForm__submitButton {
    width: 335px;
    padding: 5px 70px;
  }
}

.c-KeyVisual {
  overflow: hidden;
  position: relative;
  background: rgba(219, 100, 158, 0.3);
  background: -moz-linear-gradient(45deg, rgba(219, 100, 158, 0.3) 0%, rgba(0, 168, 132, 0.3) 100%);
  background: -webkit-linear-gradient(45deg, rgba(219, 100, 158, 0.3) 0%, rgba(0, 168, 132, 0.3) 100%);
  background: linear-gradient(45deg, rgba(219, 100, 158, 0.3) 0%, rgba(0, 168, 132, 0.3) 100%);
}
.c-KeyVisualSlides {
  display: flex;
}
.c-KeyVisualSlides__item {
  width: 100%;
}
.c-KeyVisualSlides__item--01.lazyloaded {
  background-image: url("/ste-lam/one-world/image/art/kv_slide_01_bg.png"), url("/ste-lam/one-world/image/art/kv_slide_01_bg_02.png");
  background-repeat: no-repeat, no-repeat;
}
.c-KeyVisualSlides__item--01 .s1-title__img {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.c-KeyVisualSlides__item--01 .s1-body {
  position: relative;
  overflow: hidden;
}
.c-KeyVisualSlides__item--01 .s1-body__set {
  display: block;
  position: absolute;
}
.c-KeyVisualSlides__item--01 .s1-body__set a {
  outline: none;
}
.c-KeyVisualSlides__item--01 .s1-footer {
  position: relative;
  text-align: center;
}
.c-KeyVisualSlides__item--01 .s1-footer__title {
  margin: 0 auto 20px auto;
}
.c-KeyVisualSlides__item--01 .s1-footer__steLamSystem {
  display: inline-flex;
  justify-content: flex-start;
}
.c-KeyVisualSlides__item--02 {
  text-align: center;
}
.c-KeyVisualSlides__item--02 .s2-title__img {
  margin-left: auto;
  margin-right: auto;
}
.c-KeyVisualSlides__item--02 .s2-body {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.c-KeyVisualSlides__item--02 .s2-body__set a {
  outline: none;
}
.c-KeyVisualSlides__item--03 {
  width: 100%;
}
.c-KeyVisualSlides__item--03 .s3-title__img {
  margin-left: auto;
  margin-right: auto;
}
.c-KeyVisualSlides__item--03 .s3-body {
  display: flex;
  justify-content: center;
  position: relative;
}
.c-KeyVisualSlides__item--03 .s3-body__set a {
  outline: none;
}
.c-KeyVisualSlides__item--04 .s4-title__img {
  margin-left: auto;
  margin-right: auto;
}
.c-KeyVisualSlides__item--04 .s4-body {
  display: flex;
  justify-content: center;
}
.c-KeyVisualSlides__item--04 .s4-body__set a {
  outline: none;
}
.c-KeyVisual .swiper-pagination {
  display: inline-flex;
  justify-content: center;
}
.c-KeyVisual .swiper-pagination-bullets.u-imp {
  left: 50%;
  bottom: 98px;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.c-KeyVisual .swiper-pagination-bullet {
  cursor: pointer;
  width: 60px;
  height: 6px;
  border-radius: 3px;
  background-color: #AAAAAA;
  opacity: 1;
}
.c-KeyVisual .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 20px;
}
.c-KeyVisual .swiper-pagination-bullet-active {
  background-color: #4499CC;
}
@media (min-width: 768px) {
  .c-KeyVisual {
    max-height: 960px;
    padding-top: 80px;
  }
  .c-KeyVisualSlides__item {
    min-height: 880px;
  }
  .c-KeyVisualSlides__item--01 {
    padding-top: 175px;
  }
  .c-KeyVisualSlides__item--01.lazyloaded {
    background-position: calc(50% + 20px) 65px, center 180px;
    background-size: 867px 801px, 480px 480px;
  }
  .c-KeyVisualSlides__item--01 .s1-title__img--01 {
    width: 500px;
  }
  .c-KeyVisualSlides__item--01 .s1-title__img--02 {
    margin-top: 15px;
    width: 262.5px;
  }
  .c-KeyVisualSlides__item--01 .s1-body {
    min-height: 480px;
    margin-top: -115px;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .c-KeyVisualSlides__item--01 .s1-body__set--01 {
    left: calc(50% - 252px);
    top: calc(50% + 10px);
    width: 158.5px;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set--02 {
    left: 50%;
    top: calc(50% + 33px);
    width: 220px;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set--03 {
    left: calc(50% + 258px);
    top: calc(50% + 10px);
    width: 156.5px;
  }
  .c-KeyVisualSlides__item--01 .s1-footer {
    margin-top: -65px;
    padding-bottom: 110px;
  }
  .c-KeyVisualSlides__item--01 .s1-footer__title {
    max-width: 268.5px;
  }
  .c-KeyVisualSlides__item--01 .s1-footer__steLamSystem a {
    outline: none;
  }
  .c-KeyVisualSlides__item--01 .s1-footer__steLamSystem a img {
    min-width: 135px;
    max-width: 135px;
  }
  .c-KeyVisualSlides__item--01 .s1-footer__steLamSystem a:not(:first-of-type) {
    margin-left: -10px;
  }
  .c-KeyVisualSlides__item--02 {
    padding-top: 195px;
    padding-bottom: 75px;
  }
  .c-KeyVisualSlides__item--02.lazyloaded {
    background: url("/ste-lam/one-world/image/art/kv_slide_02_bg.png") no-repeat;
    background-position: calc(50%) 133px;
    background-size: 884px 607px;
  }
  .c-KeyVisualSlides__item--02 .s2-title {
    margin-bottom: 28px;
  }
  .c-KeyVisualSlides__item--02 .s2-title__img {
    max-width: 676px;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set {
    width: 219px;
    min-width: 140px;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set:not(:first-of-type) {
    margin-left: 20px;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set:nth-child(odd) {
    margin-top: 83px;
  }
  .c-KeyVisualSlides__item--02 .s2-footer {
    margin-top: 20px;
  }
  .c-KeyVisualSlides__item--02 .s2-footer__img {
    margin-left: auto;
    margin-right: auto;
    width: 392.5px;
  }
  .c-KeyVisualSlides__item--03 {
    padding-top: 200px;
  }
  .c-KeyVisualSlides__item--03.lazyloaded {
    background-image: url("/ste-lam/one-world/image/art/kv_slide_03_bg.png"), url("/ste-lam/one-world/image/art/kv_slide_03_bg_circle.png");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50%) 224px, calc(50%) 178px;
    background-size: 983.5px 467.5px, 1023.5px 501px;
  }
  .c-KeyVisualSlides__item--03 .s3-title__img {
    width: 532px;
  }
  .c-KeyVisualSlides__item--03 .s3-body {
    margin-top: -10px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--01 {
    width: 299px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--02 {
    width: 248.5px;
    margin: 148px 0 0 -20px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--03 {
    width: 293.5px;
    margin: 23px 0 0 -20px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--04 {
    width: 253px;
    margin: 155px 0 0 -15px;
  }
  .c-KeyVisualSlides__item--03 .s3-footer {
    margin-top: 13px;
    padding-bottom: 80px;
  }
  .c-KeyVisualSlides__item--03 .s3-footer__img {
    margin-left: auto;
    margin-right: auto;
    width: 542.5px;
  }
  .c-KeyVisualSlides__item--04 {
    padding-top: 200px;
  }
  .c-KeyVisualSlides__item--04 .s4-title__img {
    width: 452.5px;
  }
  .c-KeyVisualSlides__item--04 .s4-body {
    margin-top: 10px;
  }
  .c-KeyVisualSlides__item--04 .s4-body__set--01 {
    width: 338px;
  }
  .c-KeyVisualSlides__item--04 .s4-body__set--02 {
    margin-top: 20px;
    width: 372px;
  }
  .c-KeyVisualSlides__item--04 .s4-body__set--03 {
    margin-left: 20px;
    width: 291px;
  }
  .c-KeyVisualSlides__item--04 .s4-footer {
    margin-top: 17px;
    padding-bottom: 110px;
  }
  .c-KeyVisualSlides__item--04 .s4-footer__img {
    margin-left: auto;
    margin-right: auto;
    width: 735.5px;
  }
  .c-KeyVisual .swiper-pagination-bullets.u-imp {
    bottom: 98px;
  }
}
@media (max-width: 768px) {
  .c-KeyVisual {
    max-height: 669px;
    padding-top: 60px;
  }
  .c-KeyVisualSlides__item {
    min-height: 609px;
  }
  .c-KeyVisualSlides__item--01 {
    padding-top: 85px;
  }
  .c-KeyVisualSlides__item--01.lazyloaded {
    background-position: calc(50% + 5px) 22px, center 85px;
    background-size: 653px 603px, 382px 382px;
  }
  .c-KeyVisualSlides__item--01 .s1-title__img--01 {
    width: 219px;
  }
  .c-KeyVisualSlides__item--01 .s1-title__img--02 {
    margin-top: 5px;
    width: 184px;
  }
  .c-KeyVisualSlides__item--01 .s1-body {
    margin-top: 11px;
    min-height: 257px;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .c-KeyVisualSlides__item--01 .s1-body__set img {
    object-fit: cover;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set--01 {
    left: calc(50% - 134px);
    top: 80px;
    width: 127px;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set--02 {
    left: 50%;
    /*n*/
    top: 0;
    width: 174px;
  }
  .c-KeyVisualSlides__item--01 .s1-body__set--03 {
    left: calc(50% + 134px);
    top: 80px;
    width: 127px;
  }
  .c-KeyVisualSlides__item--01 .s1-footer {
    margin-top: -5px;
    padding-bottom: 42px;
    overflow: hidden;
  }
  .c-KeyVisualSlides__item--01 .s1-footer__title {
    max-width: 186.5px;
    /*c*/
  }
  .c-KeyVisualSlides__item--01 .s1-footer__steLamSystem {
    display: none;
  }
  .c-KeyVisualSlides__item--02 {
    padding-top: 90px;
    padding-bottom: 85px;
  }
  .c-KeyVisualSlides__item--02.lazyloaded {
    background: url("/ste-lam/one-world/image/art/kv_slide_02_bg_sp.png") no-repeat;
    background-position: calc(50% + 12px) 106px;
    background-size: 360px 488.5px;
  }
  .c-KeyVisualSlides__item--02 .s2-title {
    margin-bottom: 8px;
  }
  .c-KeyVisualSlides__item--02 .s2-title__img {
    max-width: 244px;
  }
  .c-KeyVisualSlides__item--02 .s2-body {
    max-width: 434px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set {
    width: 140px;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set:not(:first-of-type) {
    margin-left: 0;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set:nth-child(odd) {
    margin-top: 0;
  }
  .c-KeyVisualSlides__item--02 .s2-body__set:nth-child(even) {
    margin-left: 15px;
    -webkit-transform: translate(0, 8px);
    -ms-transform: translate(0, 8px);
    transform: translate(0, 8px);
  }
  .c-KeyVisualSlides__item--02 .s2-body__set:nth-child(n+3) {
    margin-top: -10px;
  }
  .c-KeyVisualSlides__item--03 {
    padding-top: 92px;
  }
  .c-KeyVisualSlides__item--03.lazyloaded {
    background-image: url("/ste-lam/one-world/image/art/kv_slide_03_bg_sp.png"), url("/ste-lam/one-world/image/art/kv_slide_03_bg_circle_sp.png");
    background-repeat: no-repeat, no-repeat;
    background-position: calc(50% + 5px) 96px, calc(50% - 5px) -23px;
    background-size: 328px 483px, 288px 527px;
  }
  .c-KeyVisualSlides__item--03 .s3-title__img {
    max-width: 200px;
  }
  .c-KeyVisualSlides__item--03 .s3-body {
    margin-top: -16px;
    min-height: 359px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set {
    margin: 0;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--01 {
    width: 130.5px;
    left: calc(50% - 91px);
    top: 20px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--02 {
    width: 210px;
    left: calc(50% - 91px);
    top: 164px;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--03 {
    width: 199px;
    left: calc(50% + 79px);
    top: 0;
  }
  .c-KeyVisualSlides__item--03 .s3-body__set--04 {
    width: 112px;
    left: calc(50% + 82px);
    top: 208px;
  }
  .c-KeyVisualSlides__item--04 {
    padding-top: 92px;
  }
  .c-KeyVisualSlides__item--04 .s4-title__img {
    width: 269px;
  }
  .c-KeyVisualSlides__item--04 .s4-body {
    position: relative;
    min-height: 344px;
    margin-top: 18px;
  }
  .c-KeyVisualSlides__item--04 .s4-body__set {
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .c-KeyVisualSlides__item--04 .s4-body__set--01 {
    z-index: 3;
    width: 211.5px;
    left: calc(50% + 8px);
    top: 0;
  }
  .c-KeyVisualSlides__item--04 .s4-body__set--02 {
    z-index: 2;
    width: 194.5px;
    left: calc(50% - 80px);
    top: 85px;
  }
  .c-KeyVisualSlides__item--04 .s4-body__set--03 {
    z-index: 1;
    width: 179px;
    left: calc(50% + 67px);
    top: 128px;
  }
  .c-KeyVisual .swiper-pagination-bullets.u-imp {
    bottom: 84px;
  }
}

.c-button {
  background-color: #4499cc;
  color: #ffffff;
  display: inline-flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 600;
  border-radius: 50px;
  position: relative;
  white-space: nowrap;
  -webkit-box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.2);
}
.c-button::after {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 2px;
  border-color: #ffffff;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
.c-button--orange {
  background-color: #ee9966;
}
.c-button--red {
  background-color: #ee6666;
}
.c-button--pink {
  background-color: #dd77bb;
}
.c-button--gray {
  background-color: #999999;
}
.c-button--white-orange {
  color: #ee9966;
  border-color: #ee9966;
  background-color: white;
}
.c-button--back::after {
  display: none;
}
.c-button--back::before {
  content: "";
  position: absolute;
  top: 50%;
  border-radius: 2px;
  border-color: #ffffff;
  transform: translateY(-50%) rotate(225deg);
  -webkit-transform: translateY(-50%) rotate(225deg);
  -ms-transform: translateY(-50%) rotate(225deg);
}
@media (min-width: 768px) {
  .c-button--back::before {
    width: 16px;
    height: 16px;
    left: 22px;
    border-top: 4px solid;
    border-right: 4px solid;
  }
}
@media (max-width: 768px) {
  .c-button--back::before {
    width: 11px;
    height: 11px;
    left: 18px;
    border-top: 3px solid;
    border-right: 3px solid;
  }
}
.c-button--colorful {
  background: #64b6c8;
  background: -moz-linear-gradient(90deg, #64b6c8 0%, #44bb99 33%, #aa88ee 66%, #dd77bb 100%);
  background: -webkit-linear-gradient(90deg, #64b6c8 0%, #44bb99 33%, #aa88ee 66%, #dd77bb 100%);
  background: linear-gradient(90deg, #64b6c8 0%, #44bb99 33%, #aa88ee 66%, #dd77bb 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#64b6c8",endColorstr="#dd77bb",GradientType=1);
}
.c-button--wide {
  width: 335px;
}
@media (min-width: 768px) {
  .c-button--wide {
    width: 360px;
  }
}
.c-button.u-fs12 {
  font-size: 12px;
  line-height: 1.67;
  min-height: 40px;
}
@media (min-width: 768px) {
  .c-button {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1.8px;
    text-indent: -10px;
    min-height: 60px;
    min-width: 310px;
  }
  .c-button--pd {
    padding: 0 40px 0 30px;
  }
  .c-button::after {
    width: 16px;
    height: 16px;
    right: 22px;
    border-top: 4px solid;
    border-right: 4px solid;
  }
}
@media (max-width: 768px) {
  .c-button {
    font-size: 13px;
    line-height: 1.6923;
    letter-spacing: 1.5px;
    text-indent: -8px;
    min-height: 41px;
    min-width: 210px;
  }
  .c-button--pd {
    padding: 0 30px 0 20px;
  }
  .c-button::after {
    width: 11px;
    height: 11px;
    right: 18px;
    border-top: 3px solid;
    border-right: 3px solid;
  }
}

.sp .c-ExperienceBanner__banner {
  position: relative;
}
.sp .c-ExperienceBanner__button {
  position: absolute;
  top: 95vw;
  left: 10vw;
  width: 80%;
}

.pc .c-ExperienceBanner__banner {
  position: relative;
  width: 1065px;
}
.pc .c-ExperienceBanner__button {
  position: absolute;
  top: 240px;
  left: 500px;
  width: 460px;
}

.c-scrollbar::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
  border: 1px solid #C9C6C6;
}
.c-scrollbar::-webkit-scrollbar {
  width: 10px;
}
.c-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #64B6C8;
}

.c-campaign {
  background-color: #ffffff;
  display: inline-flex;
  position: relative;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  border-radius: 30px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}
.c-campaign__footer img {
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}
@media (min-width: 768px) {
  .c-campaign__title {
    max-width: 490.5px;
    padding-top: 20px;
  }
  .c-campaign__content {
    max-width: 560px;
    padding-top: 10px;
  }
  .c-campaign__footer {
    max-width: 1000px;
    padding-top: 8px;
  }
  .c-campaign__circle {
    position: absolute;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  }
  .c-campaign__circle--01 {
    background-color: #DD77BB;
    color: #ffffff;
    left: 0;
    top: -40px;
    z-index: 2;
  }
  .c-campaign__circle--02 {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    color: #DD77BB;
    left: 62px;
    top: 70px;
    z-index: 1;
  }
  .c-campaign__circleCondition {
    display: block;
    background-color: #ffffff;
    color: #DD77BB;
    font-size: 14px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 1px;
    border-radius: 30px;
    padding: 0 10px;
  }
  .c-campaign__circleLast {
    display: block;
    color: #ffffff;
    font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 4px;
  }
  .c-campaign__circleText {
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.6;
  }
  .c-campaign__circleUntil {
    color: #777777;
    display: block;
    font-size: 12px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.6;
  }
  .c-campaign__circleRemaining {
    color: #777777;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 7px;
  }
  .c-campaign__circleRemaining em {
    font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #DD77BB;
    line-height: 0.84;
    letter-spacing: 2px;
  }
}
@media (max-width: 768px) {
  .c-campaign__title {
    max-width: 294.5px;
    padding-top: 26px;
  }
  .c-campaign__content {
    max-width: 260px;
    padding-top: 20px;
  }
  .c-campaign__footer {
    max-width: 335px;
    padding-top: 22px;
  }
  .c-campaign__footer img {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
  }
  .c-campaign__circle {
    position: absolute;
    border-radius: 50%;
    width: 95px;
    height: 95px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  }
  .c-campaign__circle--01 {
    background-color: #DD77BB;
    color: #ffffff;
    left: -10px;
    top: -40px;
    z-index: 2;
  }
  .c-campaign__circle--02 {
    background-color: #ffffff;
    border: 1px solid #EEEEEE;
    color: #DD77BB;
    left: 72px;
    top: -12px;
    z-index: 1;
  }
  .c-campaign__circleCondition {
    display: block;
    background-color: #ffffff;
    color: #DD77BB;
    font-size: 12px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 21px;
    border-radius: 30px;
    padding: 0 4px;
    margin-top: 6px;
  }
  .c-campaign__circleLast {
    display: block;
    color: #ffffff;
    font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 600;
    letter-spacing: 2px;
    padding-top: 5px;
  }
  .c-campaign__circleText {
    display: block;
    color: #ffffff;
    font-size: 10px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
  }
  .c-campaign__circleUntil {
    color: #777777;
    display: block;
    font-size: 10px;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 600;
    line-height: 1.6;
  }
  .c-campaign__circleRemaining {
    color: #777777;
    font-family: "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", ヒラギノ角ゴシック, Meiryo, メイリオ, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.6;
    padding-top: 3px;
  }
  .c-campaign__circleRemaining em {
    font-family: Roboto, "Open Sans", "Helvetica Neue", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #DD77BB;
    line-height: 0.8;
    letter-spacing: 1.6px;
  }
}

.u-img {
  margin-left: auto;
  margin-right: auto;
}

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

.u-container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .u-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 768px) {
  .u-pcBr {
    white-space: norawp;
  }
}
@media (min-width: 768px) {
  .u-pcBr::after {
    content: "\a";
    white-space: pre;
  }
}

.u-campaign__wrapper {
  background: rgba(219, 100, 158, 0.3);
  background: -moz-linear-gradient(45deg, rgba(219, 100, 158, 0.3) 0%, rgba(0, 168, 132, 0.3) 100%);
  background: -webkit-linear-gradient(45deg, rgba(219, 100, 158, 0.3) 0%, rgba(0, 168, 132, 0.3) 100%);
  background: linear-gradient(45deg, rgba(219, 100, 158, 0.3) 0%, rgba(0, 168, 132, 0.3) 100%);
  text-align: center;
}
@media (min-width: 768px) {
  .u-campaign__wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 60px 0 30px;
  }
}
@media (max-width: 768px) {
  .u-campaign__wrapper {
    padding: 22px 0 33px;
  }
}

.u-Shadow {
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  -moz-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  -ms-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.5));
  transform: translateZ(0);
}
.u-Shadow--light {
  -webkit-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  -moz-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  -ms-filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.16));
  transform: translateZ(0);
}

.u-mt10 {
  margin-top: 0.625em;
}

.u-mt20 {
  margin-top: 1.25em;
}

.u-mt100 {
  margin-top: 100px;
}

@media (min-width: 768px) {
  .u-mt15 {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .u-mt15 {
    margin-top: 0.9375em;
  }
}

/*# sourceMappingURL=style.css.map */
