@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */ }

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0; }

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */ }

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

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

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */ }

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */ }

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

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

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */ }

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */ }

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

[type="number"] {
  width: auto;
  /* Firefox 36+ */ }

[type="search"] {
  -webkit-appearance: textfield;
  /* Safari 8+ */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */ }

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */ }

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit; }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important; } }

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

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

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

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none; }

* {
  box-sizing: border-box; }

body {
  width: 100%;
  background-color: #fff;
  color: #2e3133;
  font-family: 'M PLUS 1p', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.54;
  text-align: center; }
  @media (min-width: 768px) {
    body {
      font-size: 16px; } }

a {
  color: #2e3133;
  text-decoration: none; }
  a:hover, a:active, a:focus {
    text-decoration: none; }
  a.underline:hover, a.underline:active, a.underline:focus {
    text-decoration: underline; }

hr {
  margin: 12px 0; }

input::placeholder,
textarea::placeholder {
  color: #A5A5A5; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #A5A5A5; }

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #A5A5A5; }

.text-replace {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

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

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

body > div:last-of-type {
  display: none !important; }

@media (max-width: 480px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 480px) {
  .hidden-pc {
    display: none !important; } }

.poppins {
  position: relative;
  bottom: -4px;
  font-family: Poppins; }

.mplus1p {
  font-family: 'M PLUS 1p', sans-serif; }

.italic {
  font-style: italic; }

body > div:nth-last-of-type(1) {
  display: none !important; }

.marker {
  background: linear-gradient(transparent 70%, #19D96E 0%);
  display: inline;
  padding: 0 2px 4px; }

.l-wallpaper {
  overflow: hidden;
  position: relative;
  width: 100%; }
  .l-wallpaper.fixed {
    position: fixed; }

.l-container {
  margin: 0 0 64px; }

canvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fff;
  animation: fadein-keyframes 10s ease 14s 1 forwards; }

@keyframes fadein-keyframes {
  10% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.m-error {
  display: none;
  color: #FF4F4F;
  font-size: 12px; }

.m-ribbon {
  display: block;
  position: relative;
  z-index: 100;
  width: 100%;
  height: 36px;
  background-color: #4BB97B;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25)); }
  .m-ribbon:before, .m-ribbon:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    content: ""; }
  .m-ribbon:before {
    top: 3px; }
  .m-ribbon:after {
    bottom: 3px; }
  .m-ribbon > nav {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 880px;
    margin: 0 auto; }
    .m-ribbon > nav a {
      display: inline-block;
      position: relative;
      top: 0;
      padding: 0 8px;
      color: #fff;
      font-size: 14px;
      line-height: 36px; }
      @media (min-width: 768px) {
        .m-ribbon > nav a {
          padding: 0 16px; } }
      .m-ribbon > nav a:hover {
        opacity: .7; }
      .m-ribbon > nav a:active {
        top: 1px; }

.m-sns-share {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 0 32px; }
  .m-sns-share .icon {
    display: inline-block;
    margin: 0 10px; }
    .m-sns-share .icon a {
      display: block;
      height: 60px;
      width: 60px;
      border-radius: 50%;
      color: #fff;
      font-size: 40px;
      line-height: 60px;
      text-align: center; }
      .m-sns-share .icon a.facebook {
        background-color: #3a5998; }
      .m-sns-share .icon a.insta {
        background: #d6249f;
        background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
      .m-sns-share .icon a.twitter {
        background-color: #1da1f2; }
      .m-sns-share .icon a.line {
        background-color: #1dcd00; }

.m-footer {
  position: relative;
  width: 100%;
  max-width: 880px;
  padding: 0 12px 36px 32px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .m-footer {
      padding: 64px 12px 36px; } }
  .m-footer .contents {
    max-width: 480px;
    margin: 0 auto;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .contents {
        max-width: 880px;
        text-align: right; } }
  .m-footer .teamhub {
    display: inline-block;
    margin: 0 auto 32px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .teamhub {
        position: absolute;
        top: 64px;
        left: 0;
        padding: 0 0 0 12px; } }
    .m-footer .teamhub img {
      display: block;
      width: 180px;
      margin: 0 auto 16px 0; }
  .m-footer .footer {
    padding: 20px 0 0;
    border-top: 1px solid #C3C7CB;
    color: #A5A5A5;
    font-size: 12px;
    text-align: left; }
    @media (min-width: 768px) {
      .m-footer .footer {
        text-align: right; } }
    .m-footer .footer .copyright {
      float: left; }
    .m-footer .footer a {
      display: block;
      margin: 0 16px 12px 0;
      color: #A5A5A5; }
      @media (min-width: 768px) {
        .m-footer .footer a {
          display: inline-block; } }
      .m-footer .footer a:hover {
        text-decoration: underline; }

.m-anker {
  display: block;
  width: 100%;
  padding: 90px 0 0;
  margin: -90px 0 0; }

.m-pagetop {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 16px;
  z-index: 999;
  height: 48px;
  width: 48px;
  background: rgba(75, 185, 123, 0.75);
  text-align: center;
  cursor: pointer; }
  .m-pagetop .material-icons {
    color: #fff;
    font-size: 24px;
    line-height: 48px; }

.m-banner-ios,
.m-banner-android,
.m-banner-web {
  display: inline-block;
  overflow: hidden;
  height: 40px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain; }

.m-banner-ios {
  width: 120px;
  background-image: url(../img/banner-ios.png); }

.m-banner-android {
  width: 135px;
  background-image: url(../img/banner-android.png); }

.m-banner-web {
  width: 135px;
  background-image: url(../img/banner-web.png); }

.transform-italic {
  display: inline-block;
  -webkit-transform: skewX(-13deg);
  -moz-transform: skewX(-13deg);
  -o-transform: skewX(-13deg);
  transform: skewX(-13deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1, M12=-0.26794919243112214, M21=0, M22=1, SizingMethod='auto expand')"; }

.m-loader {
  margin: 100px auto;
  font-size: 20px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #4BB97B, 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.5), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.7), 1.8em -1.8em 0 0em #4BB97B, 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.5), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.7), 2.5em 0em 0 0em #4BB97B, 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.5), 2.5em 0em 0 0em rgba(75, 185, 123, 0.7), 1.75em 1.75em 0 0em #4BB97B, 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.5), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.7), 0em 2.5em 0 0em #4BB97B, -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.5), 0em 2.5em 0 0em rgba(75, 185, 123, 0.7), -1.8em 1.8em 0 0em #4BB97B, -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.5), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.7), -2.6em 0em 0 0em #4BB97B, -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.5), -2.6em 0em 0 0em rgba(75, 185, 123, 0.7), -1.8em -1.8em 0 0em #4BB97B; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #4BB97B, 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.5), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.7), 1.8em -1.8em 0 0em #4BB97B, 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.5), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.7), 2.5em 0em 0 0em #4BB97B, 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.5), 2.5em 0em 0 0em rgba(75, 185, 123, 0.7), 1.75em 1.75em 0 0em #4BB97B, 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.5), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.7), 0em 2.5em 0 0em #4BB97B, -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.2), -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.5), 0em 2.5em 0 0em rgba(75, 185, 123, 0.7), -1.8em 1.8em 0 0em #4BB97B, -2.6em 0em 0 0em rgba(75, 185, 123, 0.2), -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.5), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.7), -2.6em 0em 0 0em #4BB97B, -1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(75, 185, 123, 0.2), 1.8em -1.8em 0 0em rgba(75, 185, 123, 0.2), 2.5em 0em 0 0em rgba(75, 185, 123, 0.2), 1.75em 1.75em 0 0em rgba(75, 185, 123, 0.2), 0em 2.5em 0 0em rgba(75, 185, 123, 0.2), -1.8em 1.8em 0 0em rgba(75, 185, 123, 0.5), -2.6em 0em 0 0em rgba(75, 185, 123, 0.7), -1.8em -1.8em 0 0em #4BB97B; } }

.l-mobile-navigation {
  display: block;
  position: fixed;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: calc(100vh - 56px);
  background-color: #fff;
  transform: translate(100%, 0);
  transition: transform .3s linear 0s; }
  .l-mobile-navigation.active {
    transform: translate(0, 0); }

.m-hamburger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 56px;
  width: 64px;
  font-size: 16px;
  line-height: 56px;
  text-align: center;
  cursor: pointer; }
  .m-hamburger .clear {
    display: none; }
  .m-hamburger.active .menu {
    display: none; }
  .m-hamburger.active .clear {
    display: inline-block; }

.m-mobile-navigation {
  display: block;
  overflow: hidden;
  padding: 24px 12px 32px;
  text-align: left; }
  .m-mobile-navigation .menu {
    margin: 0 0 36px;
    padding: 0 12px;
    list-style: none; }
    .m-mobile-navigation .menu > li {
      font-size: 14px;
      line-height: 24px;
      margin: 0 0 16px; }
  .m-mobile-navigation > .m-sns {
    margin: 0 0 24px; }
  .m-mobile-navigation .footer {
    padding: 16px 0 0;
    border-top: 1px solid #C3C7CB; }
    .m-mobile-navigation .footer > a,
    .m-mobile-navigation .footer > .copyright {
      display: block;
      margin: 0 0 12px;
      color: #A5A5A5;
      font-size: 12px;
      line-height: 24px; }
    .m-mobile-navigation .footer a:last-of-type {
      margin: 0 0 24px; }

.m-information {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px; }
  .m-information > .chapter {
    margin: 0 0 32px;
    text-align: left; }
    .m-information > .chapter > .chapter-title {
      margin: 0 0 8px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .m-information > .chapter > .chapter-title {
          font-size: 16px; } }
    .m-information > .chapter p,
    .m-information > .chapter dd {
      margin: 0 0 .8em;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter p,
        .m-information > .chapter dd {
          font-size: 14px; } }
      .m-information > .chapter p.no-margin,
      .m-information > .chapter dd.no-margin {
        margin: 0; }
    .m-information > .chapter dt {
      font-size: 12px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .m-information > .chapter dt {
          font-size: 14px; } }
    .m-information > .chapter ul {
      list-style-type: circle;
      padding: 0 0 0 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }
    .m-information > .chapter li {
      margin: 0 0 .5em; }
      .m-information > .chapter li > ul {
        list-style-type: none;
        margin: .2em 0; }
        .m-information > .chapter li > ul > li {
          margin: 0 0 .3em; }

.l-contact {
  margin: 0 auto 96px; }

.m-contact {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 0 16px; }
  .m-contact a {
    color: #4BB97B; }
    .m-contact a:hover {
      text-decoration: underline; }

.m-headline {
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 0 36px;
  padding: 20px 12px 0; }
  .m-headline.white {
    color: #fff; }
  .m-headline .title {
    display: inline-block;
    font-size: 28px;
    font-weight: 800; }
    @media (min-width: 480px) {
      .m-headline .title {
        font-size: 28px; } }
    @media (min-width: 768px) {
      .m-headline .title {
        font-size: 32px; } }
    .m-headline .title.long {
      font-size: 20px; }
      @media (min-width: 480px) {
        .m-headline .title.long {
          margin: 0 0 12px;
          font-size: 28px; } }
      @media (min-width: 768px) {
        .m-headline .title.long {
          font-size: 32px; } }
  .m-headline .explanation {
    display: block;
    max-width: 620px;
    margin: 12px auto;
    font-size: 13px; }
    @media (min-width: 768px) {
      .m-headline .explanation {
        font-size: 16px; } }
  .m-headline .link {
    display: block;
    margin: 0 auto 16px;
    font-size: 14px;
    text-decoration: underline; }

.m-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  width: 80%;
  max-width: 360px;
  padding: 8px 24px;
  border-radius: 4px;
  background-color: #4BB97B;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0px 0px 10px rgba(25, 217, 110, 0.5); }
  @media (min-width: 480px) {
    .m-button {
      padding: 12px 24px;
      font-size: 24px; } }
  .m-button:active {
    top: 1px; }
  .m-button.blue {
    background-color: #2C6EBB;
    box-shadow: 0px 0px 10px rgba(50, 110, 187, 0.5); }

.l-information {
  padding: 0 8px; }

.m-information {
  overflow-y: scroll;
  height: 240px;
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 24px 16px;
  border: 1px solid #C3C7CB;
  border-radius: 4px; }
  @media (min-width: 480px) {
    .m-information {
      height: 320px; } }
  @media (min-width: 768px) {
    .m-information {
      height: 480px; } }
  .m-information > .chapter {
    margin: 0 0 32px;
    text-align: left; }
    .m-information > .chapter > .chapter-title {
      margin: 0 0 8px;
      font-size: 14px; }
      @media (min-width: 768px) {
        .m-information > .chapter > .chapter-title {
          font-size: 16px; } }
    .m-information > .chapter p,
    .m-information > .chapter dd {
      margin: 0 0 .8em;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter p,
        .m-information > .chapter dd {
          font-size: 14px; } }
      .m-information > .chapter p.no-margin,
      .m-information > .chapter dd.no-margin {
        margin: 0; }
    .m-information > .chapter dt {
      font-size: 12px;
      font-weight: 600; }
      @media (min-width: 768px) {
        .m-information > .chapter dt {
          font-size: 14px; } }
    .m-information > .chapter ul {
      list-style-type: circle;
      padding: 0 0 0 20px;
      font-size: 12px; }
      @media (min-width: 768px) {
        .m-information > .chapter ul {
          font-size: 14px; } }
    .m-information > .chapter li {
      margin: 0 0 .5em; }
      .m-information > .chapter li > ul {
        list-style-type: none;
        margin: .2em 0; }
        .m-information > .chapter li > ul > li {
          margin: 0 0 .3em; }
    .m-information > .chapter small {
      display: block;
      font-size: 11px;
      text-align: left; }
      @media (min-width: 768px) {
        .m-information > .chapter small {
          font-size: 12px; } }

.m-sns {
  display: inline-block;
  position: relative;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  color: #fff;
  font-size: 36px;
  text-align: center;
  line-height: 60px; }
  .m-sns.fb {
    background-color: #3a5998; }
  .m-sns.tw {
    background-color: #1da1f2; }
  .m-sns.line {
    background-color: #1dcd00;
    left: -1px; }

.l-header {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-color: #fff; }

.l-logo {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 5% 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-align: center; }
  @media (min-width: 480px) {
    .l-logo {
      padding: 10px 10px 0;
      text-align: left; } }
  @media (min-width: 1020px) {
    .l-logo {
      left: calc(50vw - 510px); } }

.m-logo {
  display: inline-block;
  overflow: hidden;
  width: 50%;
  max-width: 200px;
  padding: 16% 0 0;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap; }
  @media (min-width: 480px) {
    .m-logo {
      height: 50px;
      width: 30%;
      max-width: 240px;
      padding: 0; } }

.m-main-visual {
  display: block;
  position: relative;
  height: auto;
  max-height: 500px;
  width: 100%;
  margin: 0 auto;
  background: linear-gradient(92.01deg, rgba(25, 217, 110, 0.08) 0%, rgba(247, 147, 30, 0.08) 100%); }
  @media (min-width: 480px) {
    .m-main-visual {
      max-height: 360px; } }
  .m-main-visual:after {
    display: block;
    padding: 0 0 100%;
    content: ""; }
    @media (min-width: 480px) {
      .m-main-visual:after {
        padding: 0 0 calc(100% / 3); } }
  .m-main-visual .image {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50vw - 650px);
    width: 1300px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../img/main-visual-2.png); }
    @media (min-width: 480px) {
      .m-main-visual .image {
        background-image: url(../img/main-visual.png); } }

.m-header-decoration {
  display: block;
  position: absolute;
  z-index: 1000;
  width: 100%; }
  .m-header-decoration.fixed {
    position: fixed;
    top: 0; }

.m-garland {
  position: absolute;
  top: 30px;
  z-index: 10;
  display: block;
  width: calc(50vw / .906);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
  .m-garland:after {
    display: block;
    padding: 0 0 18%;
    content: ""; }
  .m-garland.right {
    left: 55%;
    transform: rotate(25deg);
    transform-origin: left top; }
    @media (min-width: 480px) {
      .m-garland.right {
        transform: rotate(20deg); } }
    @media (min-width: 768px) {
      .m-garland.right {
        transform: rotate(15deg); } }
  .m-garland.left {
    right: 55%;
    transform: rotate(-25deg);
    transform-origin: right top; }
    @media (min-width: 480px) {
      .m-garland.left {
        transform: rotate(-20deg); } }
    @media (min-width: 768px) {
      .m-garland.left {
        transform: rotate(-15deg); } }

.m-about {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 120px 0 0; }
  @media (min-width: 480px) {
    .m-about {
      padding: 170px 0 0; } }
  .m-about .description p {
    margin: 0 0 1em;
    color: #2e3133;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6; }
    @media (min-width: 480px) {
      .m-about .description p {
        font-size: 16px; } }
    @media (min-width: 768px) {
      .m-about .description p {
        font-size: 20px; } }
  .m-about .description b {
    display: inline;
    font-size: 20px;
    font-weight: 700; }
    @media (min-width: 480px) {
      .m-about .description b {
        font-size: 22px; } }
    @media (min-width: 768px) {
      .m-about .description b {
        font-size: 24px; } }
  .m-about .description .green {
    color: #4BB97B;
    font-size: 24px; }
    @media (min-width: 480px) {
      .m-about .description .green {
        font-size: 28px; } }
    @media (min-width: 768px) {
      .m-about .description .green {
        font-size: 32px; } }

.l-voices {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 880px;
  margin: 0 auto 72px;
  padding: 0 20px; }

.m-voice {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden; }
  .m-voice:nth-of-type(2n) {
    justify-content: flex-start; }
    @media (min-width: 580px) {
      .m-voice:nth-of-type(2n) {
        flex-direction: row-reverse; } }
  .m-voice .voice {
    display: block;
    position: relative;
    width: 100%; }
    @media (min-width: 580px) {
      .m-voice .voice {
        width: calc(100% - 200px);
        max-width: 500px; } }
    @media (min-width: 768px) {
      .m-voice .voice {
        width: calc(100% - 200px);
        max-width: 560px; } }
  .m-voice .balloon {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 60px 48px;
    text-align: left; }
    .m-voice .balloon.option-1 {
      padding: 60px 30px 60px 48px;
      background-image: url(../img/balloon-sp-1.png); }
      @media (min-width: 580px) {
        .m-voice .balloon.option-1 {
          padding: 60px 30px 60px 48px;
          background-image: url(../img/balloon-1.png); } }
    .m-voice .balloon.option-2 {
      padding: 60px 20px 70px 35px;
      background-image: url(../img/balloon-sp-2.png); }
      @media (min-width: 580px) {
        .m-voice .balloon.option-2 {
          padding: 80px 40px 80px 80px;
          background-image: url(../img/balloon-2.png); } }
    .m-voice .balloon.option-3 {
      padding: 40px 20px 50px 45px;
      background-image: url(../img/balloon-sp-3.png); }
      @media (min-width: 580px) {
        .m-voice .balloon.option-3 {
          padding: 80px 30px 80px 65px;
          background-image: url(../img/balloon-3.png); } }
  .m-voice .title {
    width: 100%;
    margin: 0 0  8px;
    font-size: 18px;
    font-weight: 700; }
    @media (min-width: 768px) {
      .m-voice .title {
        margin: 0 0  8px;
        font-size: 22px; } }
  .m-voice .description {
    width: 100%;
    font-size: 13px; }
    @media (min-width: 768px) {
      .m-voice .description {
        font-size: 16px; } }
  .m-voice .user {
    display: block;
    position: relative;
    top: 0px;
    width: 200px;
    height: 200px; }
    @media (min-width: 580px) {
      .m-voice .user {
        top: auto;
        display: block;
        width: 160px;
        height: 160px; } }
    @media (min-width: 768px) {
      .m-voice .user {
        width: 200px;
        height: 200px; } }
    .m-voice .user .image {
      display: block;
      height: 100%;
      width: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }

.m-open {
  display: block;
  position: relative;
  margin: 0 0 48px; }
  .m-open > .text {
    display: block;
    height: 40px;
    width: 100%;
    margin: 0 0 16px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media (min-width: 380px) {
      .m-open > .text {
        font-size: 22px; } }
  .m-open > .button {
    display: inline-block;
    position: relative;
    width: 100%;
    max-width: 280px;
    padding: 4px;
    border-radius: 4px;
    background-color: #4BB97B;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 48px; }
    .m-open > .button:active {
      top: 1px; }
    .m-open > .button:focus {
      outline: none; }
    @media (min-width: 768px) {
      .m-open > .button {
        max-width: 320px;
        font-size: 20px;
        font-weight: 500;
        line-height: 48px; } }

.l-divider {
  position: relative;
  width: 100%; }

.m-funs {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto; }
  .m-funs .image {
    width: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain; }
  .m-funs .space {
    position: relative;
    width: 100%;
    max-width: 540px; }
    .m-funs .space:after {
      display: block;
      padding: calc(1900% / 54) 0 0;
      content: ""; }

.m-sns-icons {
  display: block;
  width: 100%;
  padding: 48px 0;
  text-align: center; }
  @media (min-width: 768px) {
    .m-sns-icons {
      padding: 72px 0; } }
  .m-sns-icons > ul {
    display: block;
    list-style-type: none;
    width: 100%;
    max-width: 280px;
    margin: 0 auto; }
    .m-sns-icons > ul > li {
      display: inline-block;
      padding: 0 10px; }
  .m-sns-icons .title {
    display: block;
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700;
    padding: 8px; }
    @media (min-width: 768px) {
      .m-sns-icons .title {
        padding: 8px;
        margin: 0 0 24px;
        font-size: 28px; } }
    .m-sns-icons .title > br {
      display: inline; }
      @media (min-width: 410px) {
        .m-sns-icons .title > br {
          display: none; } }
  @media (max-width: 768px) {
    .m-sns-icons .m-sns {
      height: 48px;
      width: 48px;
      line-height: 48px;
      font-size: 28px; } }

.l-messages {
  display: block;
  width: 100%;
  margin: 0 0 32px;
  padding: 32px 0;
  background: linear-gradient(119.67deg, rgba(25, 217, 110, 0.08) 14.62%, rgba(247, 147, 30, 0.08) 97.47%); }
  .l-messages > .contents {
    display: block;
    wdith: 100%;
    max-width: 1020px;
    margin: 0 auto; }

.l-message {
  display: block;
  float: left;
  width: 100%;
  padding: 8px; }
  @media (min-width: 480px) {
    .l-message {
      width: calc(100% / 2); } }
  @media (min-width: 768px) {
    .l-message {
      width: calc(100% / 3); } }
  @media (min-width: 1020px) {
    .l-message {
      width: calc(100% / 4); } }

.m-messages {
  display: block; }

.m-message {
  display: block;
  overflow: hidden;
  margin: 0 0 12px;
  padding: 12px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  font-size: 14px;
  text-align: left; }
  .m-message .content {
    display: block;
    margin: 0 0 8px;
    white-space: pre-wrap; }
  .m-message .title {
    display: block;
    margin: 0 0 4px;
    font-size: 16px; }
  .m-message .description {
    display: block;
    font-size: 13px; }
  .m-message .footer {
    position: relative;
    padding: 0 0 0 48px;
    border-top: 1px dotted #A5A5A5;
    text-align: right; }
  .m-message .info {
    display: inline-block;
    color: #2e3133;
    font-size: 13px;
    line-height: 28px; }
  .m-message .like-button {
    position: absolute;
    left: 0;
    color: #4BB97B;
    cursor: pointer; }
    .m-message .like-button.active {
      color: #de5c4d; }
    .m-message .like-button .material-icons {
      font-size: 18px;
      line-height: 28px;
      vertical-align: middle; }
    .m-message .like-button .count {
      font-size: 14px;
      line-height: 28px;
      vertical-align: middle; }

.l-wallpaper {
  background: linear-gradient(119.67deg, rgba(25, 217, 110, 0.08) 14.62%, rgba(247, 147, 30, 0.08) 97.47%); }

.m-team {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 72px;
  padding: 0 16px; }
  .m-team .sub-title {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 8px;
    padding: 0 16px;
    font-size: 16px;
    text-align: left; }
  .m-team .title {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 24px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
    .m-team .title:after {
      display: block;
      padding: 8% 0 0;
      content: ""; }
  .m-team .image {
    width: 100%; }
    .m-team .image img {
      display: block;
      width: 100%; }

.m-wish {
  position: relative;
  width: calc(100% - 24px);
  max-width: 640px;
  margin: 0 auto 72px;
  padding: 24px 12px 16px;
  background-color: #fff;
  border: 4px solid #6A726D;
  border-radius: 4px; }
  .m-wish:before {
    display: block;
    position: absolute;
    top: -4px;
    left: 24px;
    z-index: 1;
    height: 5px;
    width: 160px;
    background-color: #fff;
    content: ""; }
  .m-wish .title {
    display: block;
    position: absolute;
    top: -.75em;
    left: 24px;
    z-index: 2;
    padding: 0 8px;
    color: #19D96E;
    font-size: 24px; }
  .m-wish .wish {
    padding: 12px;
    font-size: 24px;
    font-weight: bold;
    text-align: left; }
  .m-wish .description {
    padding-bottom: 1px;
    background-color: #fff;
    /* 背景色 */
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), linear-gradient(180deg, #ccc 1px, transparent 1px);
    /* 点線2の色と太さ */
    background-size: 8px 100%, 100% 2em;
    background-repeat: repeat;
    font-size: 16px;
    text-align: left;
    line-height: 2em; }

.m-reason {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 72px;
  font-size: 14px; }
  @media (min-width: 480px) {
    .m-reason {
      font-size: 16px; } }
  .m-reason .text {
    margin: 0 0 .5em; }

.l-wallpaper2 {
  padding: 24px 0 0; }

.m-prize {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 72px;
  padding: 0 16px; }
  .m-prize .title {
    display: block;
    margin: 0 0 .5em;
    font-size: 20px;
    line-height: 1.8;
    text-align: center; }
    @media (min-width: 480px) {
      .m-prize .title {
        font-size: 28px; } }
  .m-prize .image {
    width: 100%;
    margin: 0 auto 32px; }
    .m-prize .image img {
      display: block;
      width: 100%; }
  .m-prize .whats {
    display: block;
    margin: 0 0 .5em;
    font-size: 18px; }
    @media (min-width: 480px) {
      .m-prize .whats {
        font-size: 24px; } }
  .m-prize .description {
    font-size: 14px; }
    @media (min-width: 480px) {
      .m-prize .description {
        font-size: 16px; } }

.m-team-comment {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 96px;
  padding: 0 16px; }
  @media (min-width: 480px) {
    .m-team-comment .contents {
      display: flex;
      flex-wrap: nowrap; } }
  .m-team-comment .contents .image {
    width: 100%;
    max-width: 240px;
    margin: 0 auto 32px; }
    @media (min-width: 480px) {
      .m-team-comment .contents .image {
        width: 100%;
        max-width: 200px; } }
    .m-team-comment .contents .image img {
      display: block;
      width: 100%; }
  .m-team-comment .contents .description {
    width: 100%;
    margin: 0 auto 32px;
    font-size: 14px;
    text-align: left; }
    @media (min-width: 480px) {
      .m-team-comment .contents .description {
        width: calc(100% - 200px);
        padding: 0 0 0 16px;
        font-size: 15px; } }
    .m-team-comment .contents .description .text {
      margin: 0 0 .5em; }
  .m-team-comment .message {
    font-size: 18px;
    font-weight: bold; }
    .m-team-comment .message p {
      margin: 0 0 .5em; }

.m-joynup {
  width: 100%;
  max-width: 720px;
  margin: 0 auto 72px;
  padding: 0 16px; }
  .m-joynup .introduction {
    margin: 0 0 32px;
    font-size: 14px; }
    @media (min-width: 480px) {
      .m-joynup .introduction {
        font-size: 16px; } }
    .m-joynup .introduction p {
      margin: 0 0 .5em; }
    .m-joynup .introduction a {
      display: block;
      margin: 0 0 .5em;
      color: #19D96E; }
  .m-joynup .logo {
    width: 90%;
    max-width: 280px;
    margin: 0 auto 32px;
    font-size: 0; }
    .m-joynup .logo h2 {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      .m-joynup .logo h2:after {
        display: block;
        padding: 20% 0 0;
        content: ""; }
  .m-joynup .description {
    width: 100%;
    margin: 0 auto 32px;
    font-size: 14px; }
    @media (min-width: 480px) {
      .m-joynup .description {
        font-size: 15px; } }
    .m-joynup .description .text {
      margin: 0 0 .5em; }

.l-requirements {
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
  padding: 32px 16px;
  background-color: rgba(251, 252, 255, 0.8);
  background-image: url(../img/cloud.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0 0 6px rgba(31, 41, 51, 0.25); }

.l-modal {
  display: none;
  overflow: scroll;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.3); }

.m-modal {
  display: table;
  position: relative;
  height: auto;
  min-height: 100vh;
  width: 100%;
  padding: 32px 16px;
  text-align: center; }
  .m-modal .close-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    height: 100%;
    width: 100%; }
  .m-modal .wrap {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .m-modal .window {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 48px 16px;
    border-radius: 2px;
    background-color: #fff; }
    .m-modal .window .close-button {
      position: absolute;
      top: 8px;
      right: 8px;
      z-index: 100;
      cursor: pointer; }
      .m-modal .window .close-button .material-icons {
        color: #2e3133;
        font-size: 32px; }
  .m-modal .l-loader {
    display: none; }

.m-form {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
  padding: 0 12px; }
  .m-form > .title {
    display: block;
    margin: 0 0 48px;
    color: #2e3133;
    font-size: 28px;
    font-weight: 700; }
  .m-form input[type="text"],
  .m-form input[type="email"],
  .m-form textarea,
  .m-form select {
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 10px 16px;
    border: 1px solid #C3C7CB;
    border-radius: 4px;
    background-color: #EFEFEF;
    font-size: 14px;
    outline-color: #4BB97B; }
  .m-form input[type="file"] {
    display: block;
    overflow: hidden;
    height: 36px;
    width: 100%;
    margin: 4px 0;
    font-size: 11px;
    line-height: 20px; }
    .m-form input[type="file"]:focus {
      outline: none; }
  .m-form input,
  .m-form select {
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
    cursor: pointer; }
    .m-form input ~ .fa-caret-down,
    .m-form select ~ .fa-caret-down {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 30px;
      height: 40px;
      font-size: 16px;
      line-height: 40px; }
    .m-form input.hidden,
    .m-form select.hidden {
      display: none; }
  .m-form textarea {
    min-height: 240px; }
  .m-form label {
    display: block;
    width: 100%;
    text-align: left;
    color: #2e3133;
    font-size: 13px; }
  .m-form > .form-item {
    position: relative;
    margin: 0 0 32px; }
    .m-form > .form-item.last {
      margin: 0 0 16px; }
  .m-form .annotation {
    color: #2e3133;
    font-size: 12px;
    text-align: left; }
    .m-form .annotation > small {
      display: block;
      margin: 0 0 12px; }
      .m-form .annotation > small > a {
        color: #fff;
        text-decoration: underline; }
  .m-form .form-group {
    margin: 0 0 16px;
    text-align: left; }
    .m-form .form-group.checkbox {
      position: relative; }
      .m-form .form-group.checkbox input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -10;
        height: 24px;
        width: 24px;
        line-height: 24px;
        text-align: center;
        opacity: 0; }
        .m-form .form-group.checkbox input[type="checkbox"]:checked ~ label .checked {
          display: inline-block; }
        .m-form .form-group.checkbox input[type="checkbox"]:checked ~ label .unchecked {
          display: none; }
      .m-form .form-group.checkbox label {
        display: inline-block;
        width: auto;
        line-height: 24px; }
      .m-form .form-group.checkbox .checked {
        display: none; }
      .m-form .form-group.checkbox .material-icons {
        line-height: 24px;
        vertical-align: middle; }
  .m-form .form-button {
    margin: 32px 0 0; }
    .m-form .form-button button {
      position: relative;
      width: 100%;
      max-width: 160px;
      padding: 4px 24px;
      border-radius: 6px;
      background-color: #4BB97B;
      color: #fff;
      font-size: 14px;
      line-height: 32px; }
      .m-form .form-button button:active {
        top: 1px; }
  .m-form .error-file {
    display: none;
    position: relative;
    top: -16px;
    color: #FF4F4F;
    font-size: 11px; }
  .m-form #grade-select.high li:nth-of-type(4),
  .m-form #grade-select.high li:nth-of-type(5),
  .m-form #grade-select.high li:nth-of-type(6), .m-form #grade-select.junior li:nth-of-type(4),
  .m-form #grade-select.junior li:nth-of-type(5),
  .m-form #grade-select.junior li:nth-of-type(6) {
    display: none; }
  .m-form #grade-select.college li:nth-of-type(5),
  .m-form #grade-select.college li:nth-of-type(6) {
    display: none; }
  .m-form #grade-select.other, .m-form #grade-select.adult {
    display: none; }

.m-radio {
  list-style: none; }
  .m-radio > .radio-button {
    padding: 2px 4px;
    text-align: left; }
    .m-radio > .radio-button > .circle {
      display: inline-block;
      position: relative;
      height: 16px;
      width: 16px;
      margin: 0 .2em 0 0;
      border: 2px solid #2e3133;
      border-radius: 50%;
      background-color: transparent;
      vertical-align: middle;
      cursor: pointer; }
    .m-radio > .radio-button > .title {
      color: #2e3133;
      font-size: 14px;
      line-height: 16px;
      vertical-align: middle;
      cursor: pointer; }
    .m-radio > .radio-button > .option {
      display: none;
      padding: 0 0 0 12px; }
      .m-radio > .radio-button > .option small {
        color: #fff;
        font-size: 12px; }
    .m-radio > .radio-button.active > .circle:after {
      display: block;
      position: absolute;
      top: 2px;
      left: 2px;
      height: 8px;
      width: 8px;
      border-radius: 50%;
      background-color: #2e3133;
      content: ""; }
    .m-radio > .radio-button.active.other > .option {
      display: block; }

.m-success {
  display: none;
  margin: 0 0 32px;
  color: #2e3133; }
  .m-success p {
    font-size: 13px;
    margin: 0 0 .5em; }
    @media (min-width: 480px) {
      .m-success p {
        font-size: 16px; } }
    .m-success p:last-of-type {
      margin: 0 0 24px; }
  .m-success button {
    position: relative;
    width: 100%;
    max-width: 160px;
    padding: 4px 24px;
    border-radius: 6px;
    background-color: #4BB97B;
    color: #fff;
    font-size: 14px;
    line-height: 32px; }
    .m-success button:active {
      top: 1px; }
  .m-success .sns-icons {
    display: block;
    width: 100%;
    margin: 0 0 32px;
    padding: 16px 0;
    text-align: center; }
    .m-success .sns-icons > ul {
      display: flex;
      justify-content: center;
      list-style-type: none;
      width: 100%;
      margin: 0 auto; }
      .m-success .sns-icons > ul > li {
        display: block;
        width: 30%;
        padding: 0 5px; }
    .m-success .sns-icons .title {
      display: block;
      margin: 0 0 24px;
      font-size: 16px;
      font-weight: 700; }
      @media (min-width: 580px) {
        .m-success .sns-icons .title {
          font-size: 24px; } }
    .m-success .sns-icons .m-sns {
      width: 100%;
      height: 48px;
      border-radius: 2px;
      font-size: 32px;
      line-height: 48px; }

.m-closing-message {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 180px 16px;
  background-color: rgba(255, 255, 255, 0.7); }
  .m-closing-message strong {
    width: 100%;
    font-size: 36px;
    line-height: 60px; }

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