@import url(https://fonts.googleapis.com/css?family=Amatic+SC);@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */ }

/**
 * 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: 1em;
  /* 2 */ }

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * 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 */ }

/* 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; }

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

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

/* filter for only IE all versions (CSS Hack)
   ========================================================================== */
/* Swiper helper
	 ========================================================================== */
/* 
   ========================================================================== */
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.woff2") format("woff2"), url("../fonts/icon.woff") format("woff"), url("../fonts/icon.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

.Icon {
  font-family: "icon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  display: inline-block;
  /* For With CJK Text =========== */
  position: relative;
  top: -0.1em; }

  .Icon.-null:before {
    content: ""; }
  
  .Icon.-up:before {
    content: ""; }
  
  .Icon.-down:before {
    content: ""; }
  
  .Icon.-emStart:before {
    content: ""; }
  
  .Icon.-emEnd:before {
    content: ""; }
  
  .Icon.-squarePayment:before {
    content: ""; }
/* Yu Gothic
   ========================================================================== */
@font-face {
  font-family: "xYuGothic";
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGo-Medium"), local("YuGothic Medium"), local("YuGothic-Regular"), local("Yu Gothic");
  /* family name */ }

/* Yu Mincho
   ========================================================================== */
@font-face {
  font-family: "xYuMincho";
  src: local("YuMincho-Regular"), local("Yu Mincho Regular"), local("YuMin-Medium"), local("YuMincho Medium"), local("Yu Mincho");
  /* family name */ }

::-webkit-selection {
  color: #fff;
  background: rgba(136, 188, 80, 0.7); }

::selection {
  color: #fff;
  background: rgba(136, 188, 80, 0.7); }

html {
  color: #37474f;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "Ã£Æ’â€™Ã£Æ’Â©Ã£â€šÂ®Ã£Æ’Å½Ã¨Â§â€™Ã£â€šÂ´ ProN W3", Hiragino Kaku Gothic ProN, Arial, "Ã£Æ’Â¡Ã£â€šÂ¤Ã£Æ’ÂªÃ£â€šÂª", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%;
  background-color: #f8fff7; }

body {
  position: relative;
  margin: 0;
  min-height: 100%; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.list-none {
  list-style-type: none;
  padding-left: 0; }

/*
   ========================================================================== */
.-onlyLargeScreen {
  display: none; }

.-onlySmallScreen {
  display: none; }

/*
   ========================================================================== */
.-alignCenter {
  text-align: center; }

.l-main {
  box-sizing: border-box;
  max-width: 980px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }

.load-animation {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  z-index: 999; }

.load-animation__wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 54px;
  height: 100px;
  border-radius: 5px; }

.load-animation__line {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #82cfa6; }

.load-animation__line:nth-last-child(1) {
  -webkit-animation: loadingAnimation .6s .1s linear infinite;
          animation: loadingAnimation .6s .1s linear infinite; }

.load-animation__line:nth-last-child(2) {
  -webkit-animation: loadingAnimation .6s .2s linear infinite;
          animation: loadingAnimation .6s .2s linear infinite; }

.load-animation__line:nth-last-child(3) {
  -webkit-animation: loadingAnimation .6s .3s linear infinite;
          animation: loadingAnimation .6s .3s linear infinite; }

@-webkit-keyframes loadingAnimation {
  0 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

@keyframes loadingAnimation {
  0 {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }

.m-heading-lv1 {
  box-sizing: border-box;
  max-width: 980px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px; }

.m-archive-card {
  width: 100%;
  height: 140px;
  margin-top: 20px;
  border: 1px solid #ddd; }

.m-archive-card__anchor {
  display: -webkit-flex;
  display: flex;
  color: #000; }

.m-archive-card__image {
  width: 240px;
  height: 140px;
  margin-right: 20px;
  object-fit: cover; }

.screen-reader-text {
  display: none; }

.moreContentsAnchor {
  display: block;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 12px 30px 12px 20px;
  border: 2px solid #f2b54b;
  border-radius: 23.5px;
  background-color: #ffffff;
  color: #f2b54b;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  transition: 0.2s ease-out; }
  .moreContentsAnchor::before {
    display: block;
    position: absolute;
    top: 0;
    right: 16px;
    bottom: 0;
    width: 5px;
    height: 5px;
    margin-top: auto;
    margin-bottom: auto;
    border-top: 2px solid #f2b54b;
    border-right: 2px solid #f2b54b;
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .moreContentsAnchor:active {
    color: #ffffff;
    background-color: #f2b54b; }

.Hero {
  background: #f8fff7 url("../img/Hero/bg_03.jpg") no-repeat 100% 50%/50% 100%;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0; }

.Campaign {
  padding: 48px 10px 56px;
  background-color: #f7f1dc;
  text-align: center; }

.Campaign__Heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-family: kan48typos-std, sans-serif;
  font-size: 32px;
  font-weight: 400;
  font-style: normal;
  font-style: italic;
  text-align: center;
  line-height: 1; }

.Campaign__HeadingEmphasis {
  margin-right: 5px;
  background: linear-gradient(transparent 80%, #f2c77c 20%); }

.Campaign__BtnArea {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  max-width: 560px;
  width: 100%;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto; }

.Campaign__BtnDetail,
.Campaign__BtnLine {
  display: block;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
          align-items: center;
  box-sizing: border-box;
  max-width: 240px;
  width: 100%;
  height: 60px;
  border-radius: 30px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  transition: 0.2s ease-out; }
  .Campaign__BtnDetail .fa-arrow-right,
  .Campaign__BtnLine .fa-arrow-right {
    margin-left: auto; }

.Campaign__BtnDetail {
  padding-right: 20px;
  padding-left: 48px;
  border: 2px solid #82cfa6;
  background-color: #ffffff;
  color: #82cfa6; }
  .Campaign__BtnDetail:active {
    background-color: #82cfa6;
    color: #ffffff; }

.Campaign__BtnLine {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #00b900;
  color: #ffffff; }
  .Campaign__BtnLine .fa-line {
    margin-right: 12px; }
  .Campaign__BtnLine:active {
    background-color: #ffffff;
    color: #00b900; }

.Campaign__LineIcon {
  width: 40px;
  margin-right: 16px; }

.PageNav {
  color: #ffffff;
  background: #a5cda6; }
  .PageNav .PageNav__Inner {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    max-width: 1000px;
    padding: 8px 10px;
    margin: 0 auto; }
    .PageNav .PageNav__Inner .PageNav__Logo {
      width: 100px;
      padding-right: 35px; }
      .PageNav .PageNav__Inner .PageNav__Logo img {
        display: block; }
    .PageNav .PageNav__Inner .PageNav__NavList {
      font-size: 16px;
      line-height: 1.2;
      list-style: none;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%;
      padding: 0;
      margin: 0; }
      .PageNav .PageNav__Inner .PageNav__NavList li {
        box-sizing: border-box;
        min-width: 160px;
        padding-right: 20px;
        margin: 0; }
      .PageNav .PageNav__Inner .PageNav__NavList a {
        color: inherit;
        text-decoration: none;
        position: relative;
        display: block;
        padding: 5px 0 5px 20px; }
        .PageNav .PageNav__Inner .PageNav__NavList a::before {
          content: "";
          font-family: "icon";
          speak: none;
          font-style: normal;
          font-weight: normal;
          font-variant: normal;
          text-transform: none;
          line-height: 1;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          vertical-align: middle;
          display: inline-block;
          line-height: 0;
          position: absolute;
          top: 50%;
          left: 0; }

.SectionHeader {
  color: #333333;
  text-align: center; }
  .SectionHeader .SectionHeader__Heading {
    font-weight: bold;
    margin: 0 0 40px; }
  .SectionHeader .SectionHeader__HeadingEn {
    font-size: 50px;
    font-family: "Amatic SC", cursive;
    line-height: 1;
    letter-spacing: 0.1em;
    display: block;
    margin-bottom: 0.2em; }
    .SectionHeader .SectionHeader__HeadingEn::after {
      content: "";
      position: absolute;
      display: inline-block;
      vertical-align: bottom;
      width: 20px;
      height: 34px;
      margin: 15px 0 0 3px;
      background: url("../img/SectionHeader/bg_01.png") no-repeat 50% 50%/100% 100%;
      -webkit-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      transition: all 0.5s 0.2s; }
  .SectionHeader.-outView .SectionHeader__HeadingEn::after {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .SectionHeader.-inView .SectionHeader__HeadingEn::after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .SectionHeader .SectionHeader__HeadingJa {
    font-family: "TsukuARdGothic-Regular", "Klee", "UD Ã£Æ’â€¡Ã£â€šÂ¸Ã£â€šÂ¿Ã£Æ’Â« Ã¦â€¢â„¢Ã§Â§â€˜Ã¦â€ºÂ¸Ã¤Â½â€œ NK-R", cursive;
    font-size: 18px;
    display: block;
    transition: all 0.5s 0.2s; }
  .SectionHeader.-outView .SectionHeader__HeadingJa {
    opacity: 0;
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px); }
  .SectionHeader.-inView .SectionHeader__HeadingJa {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); }

.SectionFooter {
  text-align: center;
  margin-top: 50px; }
  .SectionFooter .SectionFooter__Button {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 26px 0 24px;
    min-width: 540px;
    border: none;
    border-radius: 80px;
    box-shadow: 0 6px 0 0 #cc922f;
    background: #f2b54b;
    transition: all .3s; }
    .SectionFooter .SectionFooter__Button:hover {
      -webkit-transform: translateY(6px);
              transform: translateY(6px);
      box-shadow: 0 0 0 0 #cc922f; }

.ConceptSection {
  padding: 60px 0 40px;
  background: #f8fff7; }
  .ConceptSection .ConceptSection__Inner {
    max-width: 980px;
    margin: 0 auto; }
  .ConceptSection .ConceptSection__Lead {
    color: #7bb87c;
    font-size: 25px;
    text-align: center;
    margin-bottom: 15px; }
    .ConceptSection .ConceptSection__Lead::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 0.8em;
      height: 1.23636em;
      background: url("../img/ConceptSection/bg_01.png") 50% 50%/100% 100%; }
  .ConceptSection .ConceptSection__Text {
    line-height: 1.8;
    text-align: center;
    font-size: 18px; }

.VideoSection {
  position: relative;
  padding-top: 46%;
  overflow: hidden; }
  .VideoSection video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.PointsSection {
  position: relative;
  padding: 40px 0 150px;
  background: #f7f1dc;
  z-index: 9; }
  .PointsSection::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8.33333%;
    margin-top: calc( -7.91667%);
    background: url("data:image/svg+xml,%3Csvg%20height=%22100%22%20viewBox=%220%200%201200%20100%22%20width=%221200%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m0%2050.563c297.148-87.804%20414.606-41.264%20600-9%20185.395%2032.265%20389.334%2065.103%20600%209v49.437h-1200z%22%20fill=%22%23f7f1dc%22/%3E%3C/svg%3E") repeat-x 50% 50%/auto 101%;
    top: -40px;
    z-index: 9; }
  .PointsSection .PointsSection__Inner {
    max-width: 980px;
    margin: 0 auto; }
  .PointsSection .PointsSection__Item {
    display: -webkit-flex;
    display: flex;
    margin: 0 0 66px; }
  .PointsSection .PointsSection__ItemImage {
    position: relative;
    width: 50%;
    max-width: 410px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-right: 26px; }
    .PointsSection .PointsSection__ItemImage::after {
      content: "";
      display: block;
      position: absolute;
      left: -65px;
      bottom: -45px;
      width: 165px;
      height: 124px;
      background: url("../img/PointsSection/bg_01.png") no-repeat 50% 50%/100% 100%;
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
      transition: all 0.5s 0.2s; }
    .PointsSection .PointsSection__ItemImage img {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .PointsSection .-outView .PointsSection__ItemImage::after {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .PointsSection .-inView .PointsSection__ItemImage::after {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .PointsSection .PointsSection__ItemText {
    color: #37474f; }
    .PointsSection .PointsSection__ItemText p {
      margin: 0;
      line-height: 1.8; }
  .PointsSection .PointsSection__ItemLabel {
    color: #ffffff;
    font-size: 20px;
    position: relative;
    z-index: 1;
    display: table;
    border: solid transparent;
    border-width: 0.2em 1.8em 0.1em;
    margin: 0 0 10px; }
    .PointsSection .PointsSection__ItemLabel::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      top: -.2em;
      bottom: -.1em;
      left: -1.8em;
      right: -1.8em;
      border-radius: 100px;
      background: #f2c77c; }
  .PointsSection .PointsSection__ItemLead {
    color: #eb868e;
    font-size: 25px;
    margin: 10px 0; }
  .PointsSection .PointsSection__moreContentsAnchor {
    max-width: 236px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto; }

.CasestudySection {
  position: relative;
  padding: 40px 0 150px;
  background: #f8fff7; }
  .CasestudySection::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8.33333%;
    margin-top: calc( -7.91667%);
    background: url("data:image/svg+xml,%3Csvg%20height=%22100%22%20viewBox=%220%200%201200%20100%22%20width=%221200%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m0%2050.563c297.148-87.804%20414.606-41.264%20600-9%20185.395%2032.265%20389.334%2065.103%20600%209v49.437h-1200z%22%20fill=%22%23f8fff7%22/%3E%3C/svg%3E") repeat-x 50% 50%/auto 101%;
    top: -40px; }
  .CasestudySection::after {
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 20%;
    margin-top: -5%;
    background: url("../img/CasestudySection/bg_01.png") no-repeat 0 0/auto 70%, url("../img/CasestudySection/bg_02.png") no-repeat 100% 0/auto 70%; }
  .CasestudySection .CasestudySection__Inner {
    max-width: 980px;
    margin: 0 auto; }
  .CasestudySection .CasestudySection__Item {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 60px; }
  .CasestudySection .CasestudySection__ItemImage {
    width: 60%;
    max-width: 500px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-right: 25px; }
    .CasestudySection .CasestudySection__ItemImage img {
      display: block;
      width: 100%;
      height: auto; }
  .CasestudySection .CasestudySection__ItemText {
    color: #37474f;
    line-height: 1.8;
    padding-left: 20px; }
  .CasestudySection .CasestudySection__ItemLabel {
    color: #ffffff;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    box-sizing: border-box;
    width: 104px;
    height: 38px;
    padding: 5px 5px 0 0;
    margin-left: -20px;
    background: url("../img/CasestudySection/bg_03s.svg") no-repeat 0 0/100% 100%; }
  .CasestudySection .CasestudySection__ItemName {
    font-size: 30px;
    margin-bottom: 5px; }
  .CasestudySection .CasestudySection__ItemConditions {
    font-size: 20px;
    line-height: 1;
    word-break: break-all;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center; }
  .CasestudySection .CasestudySection__ItemConditionLabel {
    color: #ffffff;
    line-height: 1;
    padding: 0.3em 0.5em;
    border-radius: 0.5em;
    background: #88bc50; }
  .CasestudySection .CasestudySection__ItemConditionValue {
    margin: 0 15px 0 8px; }

.SlideGuide {
  display: none;
  width: 188px;
  box-sizing: border-box;
  color: #333333;
  font-size: 14px;
  border: solid transparent;
  border-width: 0.2em 2em;
  border-radius: 100px;
  margin: 25px auto 0;
  background: #f1f0f0; }
  .SlideGuide::after {
    content: "";
    display: inline-block;
    width: 23px;
    height: 5px;
    margin: 0 -10px 2px 2px;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAAAKCAQAAABhjaScAAAAVUlEQVR42mNgoAAYvzIuZaAdMO4w/mFsSUsLDhpfNeagnfFKxq+NF9HS/VHG/42TaGnBdOOPxtq0M57Z+IzxCVq6X9/4s3E/LS3IMv5nHMpg/J92EADZyksDNCMJ9gAAAABJRU5ErkJggg==") no-repeat 50% 50%/100% 100%; }

.ComparisonSection {
  overflow: hidden;
  padding: 40px 0 150px;
  background: #ffffff; }
  .ComparisonSection::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8.33333%;
    margin-top: calc( -7.91667%);
    background: url("data:image/svg+xml,%3Csvg%20height=%22100%22%20viewBox=%220%200%201200%20100%22%20width=%221200%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m0%2050.563c297.148-87.804%20414.606-41.264%20600-9%20185.395%2032.265%20389.334%2065.103%20600%209v49.437h-1200z%22%20fill=%22%23fff%22/%3E%3C/svg%3E") repeat-x 50% 50%/auto 101%;
    top: -40px; }
  .ComparisonSection .ComparisonSection__Inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 13.5px; }
  .ComparisonSection .ComparisonSection__TableBody {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
    .ComparisonSection .ComparisonSection__TableBody thead th {
      width: 33.333%; }
      .ComparisonSection .ComparisonSection__TableBody thead th:first-child {
        width: 120px; }
    .ComparisonSection .ComparisonSection__TableBody thead .ComparisonSection__TableHeadCell {
      font-size: 18px;
      font-weight: bold;
      padding: 25px 30px;
      border: 1px solid #ffffff;
      border-bottom: 1px solid #dddddd;
      background: #e4f5ed; }
      .ComparisonSection .ComparisonSection__TableBody thead .ComparisonSection__TableHeadCell.-lighlighted {
        color: #ffffff;
        background: #97c498; }
    .ComparisonSection .ComparisonSection__TableBody tbody th {
      text-align: center;
      font-weight: normal;
      padding: 25px 0;
      border: 1px solid #dddddd;
      background: #fcfcfc; }
    .ComparisonSection .ComparisonSection__TableBody tbody td {
      padding: 10px 35px;
      border: 1px solid #dddddd; }
      .ComparisonSection .ComparisonSection__TableBody tbody td em {
        color: #80cbc4;
        font-style: normal; }
    .ComparisonSection .ComparisonSection__TableBody tbody .-lighlighted em {
      color: #eb868e; }
  .ComparisonSection .ComparisonSection__Media {
    margin-top: 100px; }
  .ComparisonSection .ComparisonSection__MediaLead {
    color: #37474f;
    font-size: 33px;
    font-family: "TsukuARdGothic-Regular", "Klee", "UD Ã£Æ’â€¡Ã£â€šÂ¸Ã£â€šÂ¿Ã£Æ’Â« Ã¦â€¢â„¢Ã§Â§â€˜Ã¦â€ºÂ¸Ã¤Â½â€œ NK-R", cursive;
    letter-spacing: 0.1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    margin-bottom: 40px; }
  .ComparisonSection .ComparisonSection__MediaLeadLetter {
    display: block;
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center; }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(1) {
      -webkit-transform: rotate(-7.2deg) translateY(0.54em);
              transform: rotate(-7.2deg) translateY(0.54em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(2) {
      -webkit-transform: rotate(-6.2deg) translateY(0.375em);
              transform: rotate(-6.2deg) translateY(0.375em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(3) {
      -webkit-transform: rotate(-5.2deg) translateY(0.24em);
              transform: rotate(-5.2deg) translateY(0.24em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(4) {
      -webkit-transform: rotate(-4.2deg) translateY(0.135em);
              transform: rotate(-4.2deg) translateY(0.135em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(5) {
      -webkit-transform: rotate(-3.2deg) translateY(0.06em);
              transform: rotate(-3.2deg) translateY(0.06em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(6) {
      -webkit-transform: rotate(-2.2deg) translateY(0.015em);
              transform: rotate(-2.2deg) translateY(0.015em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(7) {
      -webkit-transform: rotate(-1.2deg) translateY(0em);
              transform: rotate(-1.2deg) translateY(0em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(8) {
      -webkit-transform: rotate(-0.2deg) translateY(0.015em);
              transform: rotate(-0.2deg) translateY(0.015em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(9) {
      -webkit-transform: rotate(0.8deg) translateY(0.06em);
              transform: rotate(0.8deg) translateY(0.06em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(10) {
      -webkit-transform: rotate(1.8deg) translateY(0.135em);
              transform: rotate(1.8deg) translateY(0.135em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(11) {
      -webkit-transform: rotate(2.8deg) translateY(0.24em);
              transform: rotate(2.8deg) translateY(0.24em); }
    .ComparisonSection .ComparisonSection__MediaLeadLetter:nth-child(12) {
      -webkit-transform: rotate(3.8deg) translateY(0.375em);
              transform: rotate(3.8deg) translateY(0.375em); }
  .ComparisonSection .ComparisonSection__MediaList {
    color: #37474f;
    font-size: 20px;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0; }
    .ComparisonSection .ComparisonSection__MediaList:after, .ComparisonSection .ComparisonSection__MediaList:before {
      content: "";
      position: absolute;
      display: block;
      background: 0 0 / 100% 100%;
      transition: all 0.5s 0.2s; }
    .ComparisonSection .ComparisonSection__MediaList:before {
      left: -40px;
      bottom: -15px;
      width: 108px;
      height: 150px;
      background-image: url("../img/ComparisonSection/bg_01.png"); }
    .ComparisonSection .ComparisonSection__MediaList:after {
      right: -55px;
      top: -70px;
      width: 134px;
      height: 148px;
      background-image: url("../img/ComparisonSection/bg_02.png"); }
    .ComparisonSection .ComparisonSection__MediaList li {
      position: relative;
      z-index: 1;
      text-align: center;
      width: calc(33% - 8px);
      margin: 0 0 0 25px; }
      .ComparisonSection .ComparisonSection__MediaList li:first-child {
        margin-left: 0; }
    .ComparisonSection .ComparisonSection__MediaList img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 3px; }
  .ComparisonSection .ComparisonSection__MediaList.-outView::after,
  .ComparisonSection .ComparisonSection__MediaList.-outView::before {
    -webkit-transform: scale(0);
            transform: scale(0); }
  .ComparisonSection .ComparisonSection__MediaList.-inView::after,
  .ComparisonSection .ComparisonSection__MediaList.-inView::before {
    -webkit-transform: scale(1);
            transform: scale(1); }

.InstagramSection {
  background-color: #ffffff;
  padding: 0 0 150px; }

.InstagramSection__Inner {
  max-width: 980px;
  margin: 0 auto;
  padding: 0 13.5px; }

.InstagramSection__Images {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }

.InstagramSection__Image {
  width: 240px;
  min-width: 240px; }
  .InstagramSection__Image:not(:last-child) {
    margin-right: 16px; }

.CoursesSection {
  padding: 40px 0 80px;
  background: #f8fff7; }
  .CoursesSection::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8.33333%;
    margin-top: calc( -7.91667%);
    background: url("data:image/svg+xml,%3Csvg%20height=%22100%22%20viewBox=%220%200%201200%20100%22%20width=%221200%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m0%2050.563c297.148-87.804%20414.606-41.264%20600-9%20185.395%2032.265%20389.334%2065.103%20600%209v49.437h-1200z%22%20fill=%22%23f8fff7%22/%3E%3C/svg%3E") repeat-x 50% 50%/auto 101%;
    top: -40px; }
  .CoursesSection .CoursesSection__Inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 13.5px; }
  .CoursesSection .CoursesSection__TableBody {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background: #ffffff; }
    .CoursesSection .CoursesSection__TableBody thead th {
      width: 33.333%;
      font-weight: normal; }
      .CoursesSection .CoursesSection__TableBody thead th:first-child {
        width: 120px;
        border: 1px solid #dddddd; }
    .CoursesSection .CoursesSection__TableBody thead .CoursesSection__TableHeadCell {
      color: #ffffff;
      font-size: 18px;
      font-weight: bold;
      padding: 25px 30px;
      border: 1px solid #ffffff;
      border-bottom: 1px solid #dddddd;
      background: #e4f5ed; }
      .CoursesSection .CoursesSection__TableBody thead .CoursesSection__TableHeadCell.-standard {
        background-color: #eb9da4; }
      .CoursesSection .CoursesSection__TableBody thead .CoursesSection__TableHeadCell.-premium {
        background-color: #f2c77c; }
      .CoursesSection .CoursesSection__TableBody thead .CoursesSection__TableHeadCell.-maintenance {
        background-color: #80cbc4; }
      .CoursesSection .CoursesSection__TableBody thead .CoursesSection__TableHeadCell.-lighlighted {
        color: #ffffff;
        background: #97c498; }
    .CoursesSection .CoursesSection__TableBody tbody th {
      text-align: center;
      font-weight: normal;
      padding: 25px 0;
      border: 1px solid #dddddd;
      background: #fcfcfc; }
    .CoursesSection .CoursesSection__TableBody tbody td {
      padding: 20px 35px;
      border: 1px solid #dddddd; }
    .CoursesSection .CoursesSection__TableBody tbody ul {
      padding-left: 20px;
      margin: 0; }
  .CoursesSection .CoursesSection__Price {
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
  .CoursesSection .CoursesSection__moreContentsAnchor {
    max-width: 236px;
    width: 100%;
    margin-top: 20px;
    margin-left: auto; }

.TrialSection {
  padding: 40px 0 120px;
  background: #f8fff7; }
  .TrialSection .TrialSection__Inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 13.5px; }
  .TrialSection .TrialSection__Info {
    display: -webkit-flex;
    display: flex;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 25px;
    position: relative;
    margin-bottom: 60px; }
    .TrialSection .TrialSection__Info:after, .TrialSection .TrialSection__Info:before {
      display: block;
      content: "";
      position: absolute;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      transition: all 0.3s 0.2s; }
    .TrialSection .TrialSection__Info:before {
      top: -40px;
      left: -30px;
      width: 105px;
      height: 140px;
      background-image: url("../img/Trial/bg_01.png");
      background-size: 100%; }
    .TrialSection .TrialSection__Info:after {
      bottom: 0;
      right: -30px;
      width: 90px;
      height: 120px;
      background-image: url("../img/Trial/bg_02.png");
      background-size: 100%; }
  .TrialSection .TrialSection__Info.-outView::after,
  .TrialSection .TrialSection__Info.-outView::before {
    -webkit-transform: rotate(-40deg) scale(0.001);
            transform: rotate(-40deg) scale(0.001); }
  .TrialSection .TrialSection__Info.-inView::after,
  .TrialSection .TrialSection__Info.-inView::before {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .TrialSection .TrialSection__Image {
    width: 34%;
    margin-right: 40px;
    z-index: 9; }
    .TrialSection .TrialSection__Image img {
      max-width: 100%; }
  .TrialSection .TrialSection__TextBox {
    position: relative;
    width: 61%; }
  .TrialSection .TrialSection__TextBoxHeading {
    line-height: 1.5;
    position: relative;
    margin-top: 10px;
    font-size: 20px;
    color: #7bb87c;
    padding-left: 24px;
    font-weight: normal; }
    .TrialSection .TrialSection__TextBoxHeading:after {
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      content: "";
      width: 12px;
      height: 28px;
      background: url("../img/Trial/icon_leaf.png") no-repeat;
      background-size: 100%; }
  .TrialSection .TrialSection__Text {
    position: relative;
    margin-top: 20px;
    font-size: 16px;
    z-index: 9; }
  .TrialSection .TrialSection__moreContentsAnchor {
    position: relative;
    width: 100%;
    max-width: 280px;
    margin-top: 40px;
    margin-left: auto;
    z-index: 9; }
    .TrialSection .TrialSection__moreContentsAnchor .moreContentsAnchor {
      font-size: 14px; }

.PaymentInfo {
  font-size: 20px;
  padding: 40px 60px;
  margin: 40px 0 0;
  background: #ffffff; }
  .PaymentInfo .PaymentInfo__Lead {
    font-size: 30px;
    font-family: "TsukuARdGothic-Regular", "Klee", "UD Ã£Æ’â€¡Ã£â€šÂ¸Ã£â€šÂ¿Ã£Æ’Â« Ã¦â€¢â„¢Ã§Â§â€˜Ã¦â€ºÂ¸Ã¤Â½â€œ NK-R", cursive;
    text-align: center;
    margin-bottom: 10px; }
  .PaymentInfo .PaymentInfo__Text {
    font-family: "TsukuARdGothic-Regular", "Klee", "UD Ã£Æ’â€¡Ã£â€šÂ¸Ã£â€šÂ¿Ã£Æ’Â« Ã¦â€¢â„¢Ã§Â§â€˜Ã¦â€ºÂ¸Ã¤Â½â€œ NK-R", cursive;
    text-align: center; }
    .PaymentInfo .PaymentInfo__Text .Icon {
      font-size: 1.5em;
      color: #cbcbcb; }
  .PaymentInfo .PaymentInfo__Logos {
    margin-top: 10px; }
    .PaymentInfo .PaymentInfo__Logos img {
      display: block;
      width: 100%;
      height: auto; }

.StaffsSection {
  padding: 40px 0 80px;
  background: #e4f5ed; }
  .StaffsSection::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8.33333%;
    margin-top: calc( -7.91667%);
    background: url("data:image/svg+xml,%3Csvg%20height=%22100%22%20viewBox=%220%200%201200%20100%22%20width=%221200%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m0%2050.563c297.148-87.804%20414.606-41.264%20600-9%20185.395%2032.265%20389.334%2065.103%20600%209v49.437h-1200z%22%20fill=%22%23e4f5ed%22/%3E%3C/svg%3E") repeat-x 50% 50%/auto 101%;
    top: -40px; }
  .StaffsSection .StaffsSection__Inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 13.5px; }
  .StaffsSection .StaffsSection__Staff {
    position: relative;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 90px; }
    .StaffsSection .StaffsSection__Staff::before {
      content: "";
      position: absolute;
      top: -90px;
      left: -50px;
      display: block;
      width: 112px;
      height: 172px;
      background: url("../img/StaffsSection/bg_01.png") no-repeat 50% 50%/100% 100%;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%;
      transition: all 0.3s 0.2s; }
  .StaffsSection .StaffsSection__Staff.-outView::before {
    -webkit-transform: rotate(-40deg) scale(0.001);
            transform: rotate(-40deg) scale(0.001); }
  .StaffsSection .StaffsSection__Staff.-inView::before {
    -webkit-transform: scale(1);
            transform: scale(1); }
  .StaffsSection .StaffsSection__StaffImage {
    position: relative;
    z-index: 1;
    width: 220px;
    -webkit-flex-shrink: 0;
            flex-shrink: 0;
    margin-right: 20px; }
    .StaffsSection .StaffsSection__StaffImage img {
      display: block;
      width: 100%;
      height: auto;
      border-radius: 10px; }
  .StaffsSection .StaffsSection__StaffText {
    color: #37474f;
    width: 100%; }
    .StaffsSection .StaffsSection__StaffText p {
      margin: 0 0 10px; }
  .StaffsSection .StaffsSection__StaffTextRow {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: flex-start;
            align-items: flex-start;
    padding-top: 5px;
    margin-bottom: 10px; }
  .StaffsSection .StaffsSection__StaffHeading {
    color: #ffffff;
    white-space: nowrap;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    display: table;
    min-width: 106px;
    border: solid transparent;
    border-width: 0.5em 1em;
    margin: -5px 12px 0 0; }
    .StaffsSection .StaffsSection__StaffHeading::before {
      content: "";
      position: absolute;
      z-index: -1;
      top: -.5em;
      bottom: -.5em;
      left: -1em;
      right: -1em;
      display: block;
      border-radius: 10px;
      background: #97c498; }
  .StaffsSection .StaffsSection__StaffName {
    font-size: 24px;
    margin: -5px 0 10px; }
  .StaffsSection .StaffsSection__moreContentsAnchor {
    max-width: 236px;
    width: 100%;
    margin-left: auto; }

.QuestionsSection {
  padding: 40px 0 100px;
  background: #f8fff7; }
  .QuestionsSection::before {
    content: "";
    position: relative;
    display: block;
    width: 100%;
    padding-top: 8.33333%;
    margin-top: calc( -7.91667%);
    background: url("data:image/svg+xml,%3Csvg%20height=%22100%22%20viewBox=%220%200%201200%20100%22%20width=%221200%22%20xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath%20d=%22m0%2050.563c297.148-87.804%20414.606-41.264%20600-9%20185.395%2032.265%20389.334%2065.103%20600%209v49.437h-1200z%22%20fill=%22%23f8fff7%22/%3E%3C/svg%3E") repeat-x 50% 50%/auto 101%;
    top: -40px; }
  .QuestionsSection .QuestionsSection__Inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 13.5px; }
  .QuestionsSection .QuestionsSection__Question {
    color: #37474f;
    position: relative;
    padding-left: 75px;
    padding-bottom: 25px;
    min-height: 30px;
    margin: 60px 0 25px;
    background: url("../img/QuestionsSection/bg_03.png") repeat-x 0 100%; }
    .QuestionsSection .QuestionsSection__Question::before {
      content: "";
      position: absolute;
      top: -10px;
      left: 5px;
      display: block;
      width: 49px;
      height: 49px;
      background: url("../img/QuestionsSection/bg_01.svg") 50% 50%/100% 100%; }
  .QuestionsSection .QuestionsSection__Answer {
    color: #37474f;
    position: relative;
    padding-left: 75px;
    padding-bottom: 20px;
    min-height: 20px; }
    .QuestionsSection .QuestionsSection__Answer::before {
      content: "";
      position: absolute;
      top: -5px;
      left: 5px;
      display: block;
      width: 49px;
      height: 49px;
      background: url("../img/QuestionsSection/bg_02.svg") 50% 50%/100% 100%; }
  .QuestionsSection .Accordio__Ccontents {
    display: none; }
  .QuestionsSection .Accordio__ToggleTarget {
    background: none;
    text-decoration: underline;
    text-align: center;
    font-weight: bold; }
    .QuestionsSection .Accordio__ToggleTarget .fa-angle-down {
      text-decoration: underline; }

.AccessSection {
  background: #ffffff; }
  .AccessSection .AccessSection__Inner {
    max-width: 980px;
    padding: 100px 0 80px;
    margin: 0 auto; }
  .AccessSection .AccessSection__StoreContent {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between; }
  .AccessSection .AccessSection__StoreList {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none; }
  .AccessSection .AccessSection__StoreItem {
    font-size: 24px;
    margin-bottom: 60px; }
    .AccessSection .AccessSection__StoreItem:last-child {
      margin-bottom: 0; }
    .AccessSection .AccessSection__StoreItem a {
      position: relative;
      display: inline-block;
      padding-left: 20px;
      color: #7bb87c;
      text-decoration: underline; }
      .AccessSection .AccessSection__StoreItem a:before, .AccessSection .AccessSection__StoreItem a:after {
        display: block;
        content: "";
        width: 13px;
        height: 2px;
        position: absolute;
        background-color: #7bb87c;
        left: 0; }
      .AccessSection .AccessSection__StoreItem a:before {
        top: 14px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .AccessSection .AccessSection__StoreItem a:after {
        bottom: 14px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
  .AccessSection .AccessSection__PhoneContact {
    color: #97c498;
    text-align: center;
    margin-top: 40px; }
  .AccessSection .AccessSection__PhoneContactInner {
    position: relative;
    display: table;
    margin: 0 auto; }
  .AccessSection .AccessSection__PhoneText {
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 10px; }
  .AccessSection .AccessSection__PhoneNumber {
    font-size: 40px;
    font-weight: bold;
    font-style: normal;
    line-height: 1;
    display: block; }
    .AccessSection .AccessSection__PhoneNumber a {
      color: inherit;
      text-decoration: none; }

.BlogSection__moreContentsAnchor {
  max-width: 236px;
  width: 100%;
  margin-right: 20px;
  margin-left: auto; }

.ContactFormSection {
  padding: 60px 0 50px;
  background: #ffffff; }
  .ContactFormSection .ContactFormSection__Inner {
    max-width: 980px;
    margin: 0 auto; }

.ContactFormSection .ContactForm__Slot {
  display: table-row; }

.ContactFormSection .ContactForm__Label {
  font-size: 18px;
  white-space: nowrap;
  text-align: right;
  vertical-align: top;
  display: table-cell;
  padding: 10px 20px 10px 0; }

.ContactFormSection .ContactForm__Attribute {
  font-size: 18px;
  vertical-align: top;
  display: table-cell;
  padding: 10px 20px 10px 0; }

.ContactFormSection .ContactForm__Tag {
  color: #ffffff;
  font-weight: bold;
  line-height: 1.2;
  white-space: nowrap;
  display: block;
  padding: 0.5em 1em 0.4em;
  border-radius: 0.5em; }
  .ContactFormSection .ContactForm__Tag.-optional {
    background: #80cbc4; }
  .ContactFormSection .ContactForm__Tag.-required {
    background: #eb868e; }

.ContactFormSection .ContactForm__Content {
  vertical-align: top;
  display: table-cell;
  width: 100%;
  padding: 10px 0; }

.ContactFormSection .ContactForm__ErrorMessage {
  color: #eb868e; }

.ContactFormSection .ContactFormSection__MultilineTextInput,
.ContactFormSection .ContactFormSection__TextInput {
  font-size: 16px;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.5em 10px;
  border-radius: 0.5em;
  border: 1px solid #dddddd;
  background: #ffffff;
  -webkit-appearance: none; }

.ContactFormSection .ContactFormSection__MultilineTextInput {
  height: 15em; }

.ContactFormSection .ContactForm__InputList {
  font-size: 18px;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 0; }
  .ContactFormSection .ContactForm__InputList li {
    border-radius: 0.5em;
    background: #ffffff;
    border: 1px solid #dddddd;
    display: inline-block;
    margin-bottom: 10px; }
    .ContactFormSection .ContactForm__InputList li:not(:last-child) {
      margin-right: 5px; }
    .ContactFormSection .ContactForm__InputList li::first-child {
      margin-top: 0; }
  .ContactFormSection .ContactForm__InputList label {
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
            align-items: center;
    width: 100%;
    padding: 0.5em 1em; }
  .ContactFormSection .ContactForm__InputList input[type="radio"] {
    margin-right: 0.5em; }

.ContactFormSection .ContactForm__Buttons {
  text-align: center;
  margin-top: 50px; }

.ContactFormSection .ContactForm__SubmitButton {
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: inline-block;
  padding: 26px 0 24px;
  min-width: 540px;
  border: none;
  border-radius: 80px;
  box-shadow: 0 6px 0 0 #cc922f;
  background: #f2b54b;
  transition: all .3s; }
  .ContactFormSection .ContactForm__SubmitButton:hover {
    -webkit-transform: translateY(6px);
            transform: translateY(6px);
    box-shadow: 0 0 0 0 #cc922f; }
  .ContactFormSection .ContactForm__SubmitButton:after {
    display: none; }

.PageFooter {
  overflow: hidden;
  padding: 0 10px 60px; }
  .PageFooter .PageFooter__Inner {
    max-width: 980px;
    margin: 0 auto; }
  .PageFooter .PageFooter__Info {
    color: #37474f;
    line-height: 1.8;
    position: relative;
    padding: 40px 60px 50px;
    border: 3px solid #e3d2bf;
    border-radius: 10px;
    background: #ffffff; }
    .PageFooter .PageFooter__Info::after, .PageFooter .PageFooter__Info::before {
      content: "";
      display: block;
      position: absolute;
      z-index: -1;
      width: 120px;
      height: 160px;
      background: no-repeat 50% 50% / 100% 100%; }
    .PageFooter .PageFooter__Info::before {
      left: -50px;
      bottom: -50px;
      background-image: url("../img/PageFooter/bg_01.png");
      -webkit-transform-origin: 100% 0;
              transform-origin: 100% 0;
      -webkit-animation: footer-anim0 14s infinite both;
              animation: footer-anim0 14s infinite both; }
    .PageFooter .PageFooter__Info::after {
      right: -50px;
      bottom: -50px;
      background-image: url("../img/PageFooter/bg_02.png");
      -webkit-transform-origin: 0 0;
              transform-origin: 0 0;
      -webkit-animation: footer-anim0 14s infinite both;
              animation: footer-anim0 14s infinite both; }
    .PageFooter .PageFooter__Info p {
      margin: 1.5em 0 0; }
  .PageFooter .PageFooter__InfoHeading {
    color: #000;
    font-size: 50px;
    font-family: "Amatic SC", cursive;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0;
    -webkit-transform: rotate(-4.5deg);
            transform: rotate(-4.5deg); }
  .PageFooter .PageFooter__Text {
    margin-top: 40px;
    color: #37474f;
    font-size: 14px;
    text-align: center; }
  .PageFooter .PageFooter__Sns {
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    width: 100%;
    max-width: 120px;
    margin-right: auto;
    margin-left: auto; }
  .PageFooter .PageFooter__SnsImage {
    width: 50px; }

@-webkit-keyframes footer-anim0 {
  0% {
    -webkit-transform: skew(6deg, -6deg);
            transform: skew(6deg, -6deg); }
  30% {
    -webkit-transform: skew(-6deg, 0);
            transform: skew(-6deg, 0); }
  50% {
    -webkit-transform: skew(3deg, -3deg);
            transform: skew(3deg, -3deg); }
  90% {
    -webkit-transform: skew(-2deg, 1deg);
            transform: skew(-2deg, 1deg); }
  100% {
    -webkit-transform: skew(6deg, -6deg);
            transform: skew(6deg, -6deg); } }

@keyframes footer-anim0 {
  0% {
    -webkit-transform: skew(6deg, -6deg);
            transform: skew(6deg, -6deg); }
  30% {
    -webkit-transform: skew(-6deg, 0);
            transform: skew(-6deg, 0); }
  50% {
    -webkit-transform: skew(3deg, -3deg);
            transform: skew(3deg, -3deg); }
  90% {
    -webkit-transform: skew(-2deg, 1deg);
            transform: skew(-2deg, 1deg); }
  100% {
    -webkit-transform: skew(6deg, -6deg);
            transform: skew(6deg, -6deg); } }

.StickyBanner {
  position: fixed;
  z-index: 300;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.ContactUtils {
  display: none;
  margin: 10px 0; }
  .ContactUtils ul {
    list-style: none;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    margin: 0; }
  .ContactUtils li {
    margin: 0;
    width: 100%; }
  .ContactUtils a {
    display: block; }
  .ContactUtils img {
    display: block;
    width: 100%;
    height: auto; }

.ToPageTop {
  position: fixed;
  z-index: 300;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 1140px;
  margin: auto; }
  .ToPageTop .ToPageTop__Button {
    cursor: pointer;
    display: block;
    width: 70px;
    height: 70px;
    border: none;
    margin-left: auto;
    background: url("../img/ToPageTop/bg_01.svg") 0 0/100% 100%; }

.LowerPage {
  background-color: #ffffff; }
  .LowerPage .list-none {
    list-style-type: none;
    padding-left: 0; }
  .LowerPage .MainVisualSection {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .LowerPage .MainVisualSection__TextArea {
    padding-right: 30px;
    padding-left: 30px; }
  .LowerPage .MainVisualSection__Heading {
    color: #97c498; }
  .LowerPage .monitorOfferingSection {
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px; }
  .LowerPage .monitorOfferingSection__TextArea {
    max-width: 580px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 3px dotted #eb9da4;
    border-bottom: 3px dotted #eb9da4; }
  .LowerPage .monitorOfferingSection__Text {
    margin: 0;
    padding-right: 32px;
    padding-left: 32px;
    color: #eb9da4;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5; }
  .LowerPage .monitorOfferingSection__TextEmphasis {
    font-size: 56px; }
  .LowerPage .CommonSection {
    margin-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
    border-top: 3px dotted #97c498;
    text-align: center; }
  .LowerPage .CommonSection__Heading {
    margin-top: 40px;
    color: #97c498; }
  .LowerPage .CommonSection__SubHeading {
    display: block;
    font-size: 18px; }
  .LowerPage .TextEmphasis {
    font-size: 40px; }
  .LowerPage .AssuranceSection {
    margin-top: 80px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #eb9da4;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center; }
  .LowerPage .AssuranceSection__Text,
  .LowerPage .AssuranceSection__TextEmphasis {
    margin: 0;
    line-height: 1.5; }
  .LowerPage .ContentsUnit {
    box-sizing: border-box;
    max-width: 980px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px;
    border: 2px solid #97c498; }
  .LowerPage .ContentsUnit__Heading {
    padding-bottom: 5px;
    border-bottom: 1px solid #97c498;
    color: #97c498;
    text-align: left; }
  .LowerPage .ContentsUnit__Text {
    text-align: left; }
  .LowerPage .ContentsUnit__Inner {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .LowerPage .ContentsUnit__ImageWrapper {
    max-width: 160px;
    width: 100%; }
  .LowerPage .EatingMethodSection__ContentsUnit {
    display: -webkit-flex;
    display: flex;
    box-sizing: border-box;
    max-width: 980px;
    width: 100%;
    margin-top: 80px;
    margin-right: auto;
    margin-left: auto; }
  .LowerPage .EatingMethodSection__ImageWrappr {
    max-width: 460px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .LowerPage .EatingMethodSection__TextArea {
    margin-left: 30px; }
  .LowerPage .EatingMethodSection__Heading {
    color: #97c498; }
  .LowerPage .LocationSection__ImageList {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 980px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-left: 0; }
  .LowerPage .LocationSection__ImageItem {
    width: 22.95%;
    margin-top: 30px; }
  .LowerPage .AccessSection__Map iframe {
    max-width: 980px;
    width: 100%;
    height: 500px; }
  .LowerPage .CourseDetailSection {
    text-align: center; }
  .LowerPage .CourseDetailSection__table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 980px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .LowerPage .CourseDetailSection__th,
  .LowerPage .CourseDetailSection__td {
    min-width: 100px;
    padding: 10px 20px;
    border: 1px solid #37474f;
    text-align: left; }
  .LowerPage .CourseDetailSection__td {
    width: 70%; }
  .LowerPage .CourseDetailSection__List {
    font-size: 20px;
    font-weight: bold;
    display: inline-block; }
    .LowerPage .CourseDetailSection__List li {
      text-align: left; }
  .LowerPage .BeforeAfter {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
            justify-content: space-between;
    max-width: 980px;
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .LowerPage .BeforeAfter__ContentsUnit {
    width: 48%; }
  .LowerPage .BeforeAfter__UserName {
    font-size: 28px; }
  .LowerPage .BeforeAfter__Text {
    text-align: left; }
  @media (min-width: 961px) {
  _: 0;
    .-onlyLargeScreen {
      display: block; }
      br.-onlyLargeScreen {
        display: inline; }
  .-ignoreLargeScreen {
    display: none; }
    .moreContentsAnchor:hover {
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }
    .Campaign__BtnDetail:hover,
    .Campaign__BtnLine:hover {
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); }
    .Campaign__BtnLine:hover {
      box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2); } }
  @media (min-width: 801px) {
  _: 0; }
  @media (max-width: 960px) and (min-width: 801px) {
  _: 0;
  .-ignoreMiddleScreen {
    display: none; } }
  @media (max-width: 960px) {
  _: 0; }
  @media (max-width: 800px) {
  _: 0;
    .-onlySmallScreen {
      display: block; }
      br.-onlySmallScreen {
        display: inline; }
  .-ignoreSmallScreen {
    display: none; }
    .m-archive-card {
      height: 120px; }
    .m-archive-card__image {
      max-width: 120px;
      width: 120px;
      height: 120px; }
    .moreContentsAnchor {
      padding-left: 16px;
      font-size: 12px; }
    .Campaign {
      padding-bottom: 40px;
      padding-top: 28px; }
    .Campaign__Heading {
      font-size: 20px; }
    .Campaign__BtnArea {
      max-width: 375px; }
    .Campaign__BtnDetail,
    .Campaign__BtnLine {
      max-width: 160px;
      height: 40px;
      border-radius: 20px;
      font-size: 14px; }
    .Campaign__BtnDetail {
      padding-right: 12px;
      padding-left: 18px; }
    .Campaign__BtnLine {
      padding-right: 12px;
      padding-left: 12px; }
    .Campaign__LineIcon {
      width: 30px;
      margin-right: 8px; }
      .PageNav .PageNav__Inner {
        display: block; }
        .PageNav .PageNav__Inner .PageNav__Logo {
          width: 100px;
          margin-right: auto;
          margin-left: auto;
          padding-right: 0;
          text-align: center; }
          .PageNav .PageNav__Inner .PageNav__Logo img {
            display: inline; }
        .PageNav .PageNav__Inner .PageNav__NavList {
          -webkit-justify-content: space-between;
                  justify-content: space-between;
          max-width: 414px;
          margin-right: auto;
          margin-left: auto; }
          .PageNav .PageNav__Inner .PageNav__NavList li {
            min-width: 150px;
            width: 49%;
            margin-top: 5px;
            padding-right: 2%; }
      .SectionHeader .SectionHeader__Heading {
        margin-bottom: 25px; }
      .SectionHeader .SectionHeader__HeadingEn {
        font-size: 35px;
        margin-bottom: 0.1em; }
        .SectionHeader .SectionHeader__HeadingEn::after {
          width: 10px;
          height: 17px; }
      .SectionHeader .SectionHeader__HeadingJa {
        font-size: 12.5px; }
    .SectionFooter {
      margin-top: 20px; }
      .SectionFooter .SectionFooter__Button {
        font-size: 14px;
        font-weight: normal;
        padding: 15px 0;
        min-width: 268px;
        box-shadow: 0 3px 0 0 #cc922f; }
        .SectionFooter .SectionFooter__Button:hover {
          -webkit-transform: none;
                  transform: none;
          box-shadow: 0 3px 0 0 #cc922f; }
      .SectionFooter .SectionFooter__Button {
        font-weight: bold;
        font-size: 20px; }
    .ConceptSection {
      padding: 40px 10px 20px; }
      .ConceptSection .ConceptSection__Lead {
        font-size: 20px;
        margin-bottom: 0.5em; }
      .ConceptSection .ConceptSection__Text {
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
        font-size: 14px;
        text-align: left; }
    .VideoSection {
      height: 250px; }
    .PointsSection {
      padding-bottom: 80px; }
      .PointsSection .PointsSection__Inner {
        padding: 0 10px; }
      .PointsSection .PointsSection__Item {
        display: block;
        margin-bottom: 45px; }
      .PointsSection .PointsSection__ItemImage {
        width: 85%;
        max-width: 570px;
        margin: 0 auto 10px; }
        .PointsSection .PointsSection__ItemImage::after {
          left: -35px;
          bottom: -30px;
          width: 82.5px;
          height: 62px; }
        .PointsSection .PointsSection__ItemImage img {
          border-radius: 5px; }
        .PointsSection .PointsSection__ItemText p {
          max-width: 570px;
          margin-right: auto;
          margin-left: auto;
          font-size: 14px;
          line-height: 1.6; }
      .PointsSection .PointsSection__ItemLabel {
        font-size: 12px;
        border-width: 0.4em 1.8em;
        margin: 15px auto 3px;
        font-weight: bold; }
        .PointsSection .PointsSection__ItemLabel::before {
          top: -.4em;
          bottom: -.4em; }
      .PointsSection .PointsSection__ItemLead {
        font-size: 20px;
        text-align: center;
        margin: 10px 0; }
      .PointsSection .PointsSection__moreContentsAnchor {
        max-width: 210px; }
    .CasestudySection {
      padding-bottom: 10px; }
      .CasestudySection .CasestudySection__Inner {
        max-width: 600px;
        padding: 0 10px 50px; }
      .CasestudySection .CasestudySection__Item {
        display: block;
        margin-bottom: 30px; }
      .CasestudySection .CasestudySection__ItemImage {
        width: auto;
        margin: 0 auto 10px; }
      .CasestudySection .CasestudySection__ItemText {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 0; }
      .CasestudySection .CasestudySection__ItemLabel {
        font-size: 14px;
        text-align: left;
        position: absolute;
        width: 68px;
        height: 30px;
        padding: 5px 0 0 10px;
        margin: 0; }
      .CasestudySection .CasestudySection__ItemName {
        font-size: 20px;
        text-align: center;
        margin: 0 auto; }
      .CasestudySection .CasestudySection__ItemConditions {
        font-size: 12.5px;
        -webkit-justify-content: center;
                justify-content: center; }
      .CasestudySection .CasestudySection__ItemConditionValue {
        margin: 0 10px 0 5px; }
    .SlideGuide {
      display: block; }
    .ComparisonSection {
      padding: 40px 0 80px; }
    .ComparisonSection .ComparisonSection__Table {
      font-size: 12px;
      overflow: auto;
      padding: 0 13.5px;
      margin: 0 -13.5px; }
      .ComparisonSection .ComparisonSection__TableBody {
        min-width: 500px; }
          .ComparisonSection .ComparisonSection__TableBody thead th:first-child {
            width: 60px; }
        .ComparisonSection .ComparisonSection__TableBody thead .ComparisonSection__TableHeadCell {
          font-size: 100%;
          padding: 14px 18px; }
        .ComparisonSection .ComparisonSection__TableBody tbody th {
          padding: 12px 0; }
        .ComparisonSection .ComparisonSection__TableBody tbody td {
          padding: 8px 16px; }
      .ComparisonSection .ComparisonSection__Media {
        margin-top: 50px; }
      .ComparisonSection .ComparisonSection__MediaLead {
        font-size: 20px;
        margin-bottom: 18px; }
      .ComparisonSection .ComparisonSection__MediaList {
        font-size: 14px; }
        .ComparisonSection .ComparisonSection__MediaList:before {
          width: 75.6px;
          height: 105px; }
        .ComparisonSection .ComparisonSection__MediaList:after {
          right: -35px;
          top: -40px;
          width: 93.8px;
          height: 103.6px; }
        .ComparisonSection .ComparisonSection__MediaList li {
          width: calc(33% - 2px);
          margin: 0 0 0 5px; }
    .CoursesSection {
      padding: 40px 0 80px; }
    .CoursesSection .CoursesSection__Table {
      font-size: 12px;
      overflow: auto;
      padding: 0 13.5px;
      margin: 0 -13.5px; }
      .CoursesSection .CoursesSection__TableBody {
        min-width: 500px; }
          .CoursesSection .CoursesSection__TableBody thead th:first-child {
            width: 60px; }
        .CoursesSection .CoursesSection__TableBody thead .CoursesSection__TableHeadCell {
          font-size: 100%;
          padding: 14px 18px; }
        .CoursesSection .CoursesSection__TableBody tbody th {
          padding: 12px 0; }
        .CoursesSection .CoursesSection__TableBody tbody td {
          font-size: 12px;
          padding: 8px 16px; }
        .CoursesSection .CoursesSection__TableBody tbody ul {
          padding-left: 10px; }
      .CoursesSection .CoursesSection__Price {
        font-size: 14px; }
    .TrialSection {
      padding: 0 0 40px; }
      .TrialSection .TrialSection__Info {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto; }
        .TrialSection .TrialSection__Info:after {
          right: 0; }
      .TrialSection .TrialSection__Image {
        width: 100%;
        max-width: 570px;
        margin-right: auto;
        margin-left: auto; }
        .TrialSection .TrialSection__Image img {
          width: 100%;
          height: 200px;
          object-fit: cover;
          border-radius: 8px; }
      .TrialSection .TrialSection__TextBox {
        width: 100%;
        max-width: 570px;
        margin-right: auto;
        margin-left: auto; }
      .TrialSection .TrialSection__TextBoxHeading {
        margin-top: 30px;
        line-height: 1.6;
        font-size: 16px; }
      .TrialSection .TrialSection__moreContentsAnchor {
        margin-top: 0;
        margin-right: auto; }
    .PaymentInfo {
      font-size: 12.5px;
      margin: 30px 0 0;
      padding: 15px 10px; }
      .PaymentInfo .PaymentInfo__Lead {
        font-size: 14px;
        margin-bottom: 8px; }
        .PaymentInfo .PaymentInfo__Text .Icon {
          font-size: 1em; }
    .StaffsSection {
      padding-bottom: 50px; }
      .StaffsSection .StaffsSection__Staff {
        display: block;
        margin-bottom: 30px; }
        .StaffsSection .StaffsSection__Staff::after {
          content: "";
          display: table;
          clear: both; }
        .StaffsSection .StaffsSection__Staff:not(:last-child) {
          margin-bottom: 60px; }
        .StaffsSection .StaffsSection__Staff::before {
          top: -50px;
          left: -15px;
          width: 56px;
          height: 86px; }
      .StaffsSection .StaffsSection__StaffImage {
        float: left;
        width: 106px;
        margin: 0 10px 10px 0; }
        .StaffsSection .StaffsSection__StaffImage img {
          border-radius: 5px; }
      .StaffsSection .StaffsSection__StaffText {
        width: auto; }
        .StaffsSection .StaffsSection__StaffText p {
          font-size: 14px; }
      .StaffsSection .StaffsSection__StaffTextRow {
        display: block;
        padding-top: 0;
        margin: 0; }
      .StaffsSection .StaffsSection__StaffHeading {
        font-size: 14px;
        box-sizing: content-box;
        min-width: 40px;
        border-width: 0.2em 1em;
        margin: 0 0 5px; }
        .StaffsSection .StaffsSection__StaffHeading::before {
          top: -.2em;
          bottom: -.2em;
          border-radius: 5px; }
      .StaffsSection .StaffsSection__StaffName {
        font-size: 14px;
        margin: 0 0 10px; }
    .QuestionsSection {
      padding: 40px 0 50px; }
      .QuestionsSection .QuestionsSection__Question {
        font-size: 14px;
        min-height: 20px;
        padding-left: 40px;
        padding-bottom: 10px;
        margin: 20px 0 10px;
        background-size: 5px 1px; }
        .QuestionsSection .QuestionsSection__Question::before {
          top: -3px;
          width: 24.5px;
          height: 24.5px; }
      .QuestionsSection .QuestionsSection__Answer {
        font-size: 14px;
        padding-left: 40px;
        padding-bottom: 10px; }
        .QuestionsSection .QuestionsSection__Answer::before {
          top: 0;
          width: 24.5px;
          height: 24.5px; }
      .AccessSection .AccessSection__Inner {
        padding: 40px 12px 30px; }
      .AccessSection .AccessSection__StoreContent {
        -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-justify-content: space-around;
                justify-content: space-around; }
      .AccessSection .AccessSection__StoreList {
        width: 50%; }
      .AccessSection .AccessSection__StoreItem {
        font-size: 16px;
        margin-bottom: 30px; }
        .AccessSection .AccessSection__StoreItem:last-child {
          margin-bottom: 30px; }
          .AccessSection .AccessSection__StoreItem a:before, .AccessSection .AccessSection__StoreItem a:after {
            width: 6px; }
          .AccessSection .AccessSection__StoreItem a:before {
            top: 10px; }
          .AccessSection .AccessSection__StoreItem a:after {
            bottom: 10px; }
      .AccessSection .AccessSection__PhoneContact {
        margin-top: 30px;
        padding-right: 16vw; }
      .AccessSection .AccessSection__PhoneContactInner::after {
        content: "";
        pointer-events: none;
        position: absolute;
        right: calc(-16vw - 5px);
        top: calc(50% - 8vw);
        display: block;
        width: 16vw;
        height: 16vw;
        background: url("../img/AccessSection/bg_01.png") no-repeat 0 0/100% 100%; }
      .AccessSection .AccessSection__PhoneText {
        font-size: 3.4vw;
        margin-bottom: 0; }
      .AccessSection .AccessSection__PhoneNumber {
        font-size: 10vw; }
        .AccessSection .AccessSection__PhoneNumber a::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: calc(-16vw - 5px);
          display: block;
          background: transparent; }
    .ContactFormSection {
      padding: 40px 0 50px; }
      .ContactFormSection .ContactFormSection__Inner {
        padding: 0 15px; }
    .ContactFormSection .ContactForm__Slot {
      display: block;
      margin-top: 20px; }
    .ContactFormSection .ContactForm__Label {
      font-size: 14px;
      display: inline-block;
      padding: 0;
      margin-right: 5px; }
    .ContactFormSection .ContactForm__Attribute {
      font-size: 14px;
      display: inline-block;
      padding: 0; }
    .ContactFormSection .ContactForm__Tag {
      padding: 0.3em 1em; }
    .ContactFormSection .ContactForm__Content {
      display: block;
      padding: 0;
      margin: 3px 0 8px; }
    .ContactFormSection .ContactForm__ErrorMessage {
      font-size: 14px; }
    .ContactFormSection .ContactFormSection__MultilineTextInput {
      height: 10em; }
    .ContactFormSection .ContactForm__InputList {
      font-size: 12.5px;
      -webkit-flex-wrap: wrap;
              flex-wrap: wrap; }
      .ContactFormSection .ContactForm__InputList li {
        margin-top: 0.5em; }
      .ContactFormSection .ContactForm__InputList label {
        padding: 1em; }
    .ContactFormSection .ContactForm__Buttons {
      display: block;
      margin-top: 20px; }
    .ContactFormSection .ContactForm__SubmitButton {
      font-size: 14px;
      font-weight: normal;
      padding: 15px 0;
      min-width: 268px;
      box-shadow: 0 3px 0 0 #cc922f; }
      .ContactFormSection .ContactForm__SubmitButton:hover {
        -webkit-transform: none;
                transform: none;
        box-shadow: 0 3px 0 0 #cc922f; }
    .ContactFormSection .ContactForm__SubmitButton {
      font-weight: bold; }
    .PageFooter {
      padding: 0 15px; }
      .PageFooter .PageFooter__Info {
        font-size: 14px;
        padding: 20px 10px 15px;
        border-width: 2px;
        border-radius: 5px; }
        .PageFooter .PageFooter__Info::after, .PageFooter .PageFooter__Info::before {
          width: 60px;
          height: 80px; }
        .PageFooter .PageFooter__Info::before {
          left: -30px;
          bottom: -30px; }
        .PageFooter .PageFooter__Info::after {
          right: -30px;
          bottom: -30px; }
      .PageFooter .PageFooter__InfoHeading {
        font-size: 35px; }
      .PageFooter .PageFooter__Text {
        margin-top: 15px;
        font-size: 8px; }
    .StickyBanner {
      display: none; }
    .ContactUtils {
      position: fixed;
      bottom: -10px;
      z-index: 9; }
    .ToPageTop {
      position: static;
      height: 47px; }
      .ToPageTop .ToPageTop__Button {
        display: none;
        position: fixed;
        bottom: 0;
        right: 10px;
        width: 47px;
        height: 47px; }
      .LowerPage .MainVisualSection {
        display: block; }
      .LowerPage .MainVisualSection__Heading {
        font-size: 24px; }
      .LowerPage .monitorOfferingSection__Text {
        padding-right: 0;
        padding-left: 0;
        font-size: 20px; }
      .LowerPage .monitorOfferingSection__TextEmphasis {
        font-size: 40px; }
      .LowerPage .CommonSection__Heading {
        font-size: 18px; }
      .LowerPage .TextEmphasis {
        font-size: 32px; }
      .LowerPage .AssuranceSection__Text,
      .LowerPage .AssuranceSection__TextEmphasis {
        font-size: 22px; }
      .LowerPage .ContentsUnit__Heading {
        text-align: center; }
      .LowerPage .ContentsUnit__Inner {
        display: block; }
      .LowerPage .ContentsUnit__ImageWrapper {
        margin-right: auto;
        margin-left: auto; }
      .LowerPage .EatingMethodSection__ContentsUnit {
        display: block;
        padding-right: 30px;
        padding-left: 30px; }
      .LowerPage .EatingMethodSection__TextArea {
        margin-left: 0; }
      .LowerPage .EatingMethodSection__Heading {
        font-size: 18px;
        text-align: center; }
      .LowerPage .LocationSection__ImageItem {
        width: 49%; }
      .LowerPage .AccessSection__Map iframe {
        height: 250px; }
      .LowerPage .CourseDetailSection__List {
        font-size: 16px; }
      .LowerPage .BeforeAfter {
        display: block; }
      .LowerPage .BeforeAfter__ContentsUnit {
        width: 100%; } }
  @media (-webkit-min-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  _: 0; }
  @media (min-width: 801px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 801px) and (min-device-pixel-ratio: 2), (min-width: 801px) and (min-resolution: 192dpi), (min-width: 801px) and (min-resolution: 2dppx) {
  _: 0; }
  @media (max-width: 800px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 800px) and (min-device-pixel-ratio: 2), (max-width: 800px) and (min-resolution: 192dpi), (max-width: 800px) and (min-resolution: 2dppx) {
  _: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; } }
  @media screen and (min-width: 801px) {
  .-ignoreLargeMiddleScreen {
    display: none; } }
.page iframe{display: block;width: 80%;height: 228px;max-width: 900px;border: none;margin: 0 auto;}
.pc{
  display: inline-block;
}

.sp{
  display:none;
  }

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