@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 {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul,
ol,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 10px;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  -webkit-font-kerning: auto;
          font-kerning: auto;
  letter-spacing: calc(1px - 0.0625em);
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  line-height: 1.2;
  color: #0a1423;
  background: #FFF;
}

html,
body {
  height: 100%;
}

.wrapper {
  background: #FFF;
}

.bottomWrapper {
  position: relative;
  background: #FFF;
  z-index: 1;
  overflow: hidden;
}

a {
  color: #0a1423;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

em {
  font-style: normal;
}

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

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

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

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}

a.disabled {
  pointer-events: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.header,
.wrapper {
  width: 100%;
}

.hd_logo_tokyo-np {
  margin-right: 1em;
}

@media (max-width: 47.99em) {
  .wrapper .disp_sp {
    display: block !important;
  }
  .wrapper .disp_pc {
    display: none !important;
  }
  .header {
    background-color: #fff;
  }
  body[data-page=page-about] .header {
    border: 1px solid #dcdcdc;
  }
}
.header_inner {
  max-width: 1120px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 47.99em) {
  .header_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 48em) {
  html {
    font-size: 16px;
  }
  a:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.7;
  }
  .header_inner {
    padding: 0;
  }
}
.header .hd_logo {
  -ms-flex-preferred-size: 38%;
      flex-basis: 38%;
  margin: 0;
  font-size: 1rem;
}

@media (max-width: 47.99em) {
  .header .hd_logo {
    padding-left: 1.8%;
    -ms-flex-preferred-size: 53%;
        flex-basis: 53%;
  }
}
.header .hd_logo picture {
  display: inline-block;
  max-width: 470px;
}

.header .hd_date,
.navigation {
  display: none;
}

@media (max-width: 47.99em) {
  .header .hd_logo_tokyo-np {
    display: none;
  }
  .header .hd_switch {
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
  }
}
@media (min-width: 48em) {
  .header .hd_logo {
    -ms-flex-preferred-size: 48%;
        flex-basis: 48%;
  }
  .header .hd_logo_tokyo-np {
    -ms-flex-preferred-size: 15.8%;
        flex-basis: 15.8%;
  }
  .header .hd_date,
  .header .hd_switch {
    display: none;
  }
}
.header .hd_switch_navi,
.header .hd_switch_search {
  display: inline-block;
  width: 7.4666666667vw;
  cursor: pointer;
}

.header .hd_switch_navi {
  padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 10.1333333333vw;
  background: url(../img/ico_search.png) 0 50% no-repeat;
  background-size: auto 7.4666666667vw;
}

.header .hd_search {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (max-width: 47.99em) {
  .header .hd_search {
    display: none;
  }
}
@media (min-width: 48em) {
  .header .hd_search {
    -ms-flex-preferred-size: 24%;
        flex-basis: 24%;
    margin-right: 1em;
  }
}
@media (min-width: 70em) {
  .header .hd_search {
    margin-right: 0;
  }
}
.footer {
  background-color: #f3780a;
  color: #FFF;
  font-size: 3.2vw;
  padding-bottom: 14vw;
}

@media (min-width: 48em) {
  .footer {
    padding-bottom: 0;
    font-size: 15px;
  }
}
.footer_caution {
  display: block;
  text-align: center;
  text-decoration: underline;
  padding-top: 1.5rem;
}

.footer_caution a {
  color: #fff;
  font-size: 3.2vw;
}

@media (min-width: 48em) {
  .footer_caution a {
    padding-bottom: 0;
    font-size: 16px;
  }
}
.footer_logo {
  background-color: #fff;
  padding-bottom: 2.9333333333vw;
  text-align: center;
}

@media (min-width: 48em) {
  .footer_logo {
    display: none;
  }
}
.footer_logo img {
  width: 74.9333333333vw;
}

.footer_copyright {
  text-align: center;
  padding: 1.7em 0;
  margin: 0;
}

@media (min-width: 48em) {
  .footer_copyright {
    padding: 1.5em 0 1.3em;
  }
}
.footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 0 1em;
  margin: 0;
  list-style: none;
}

@media (min-width: 48em) {
  .footer_nav {
    padding-bottom: 0.6em;
  }
}
.footer_nav li {
  margin: 0 0.5em 0 0;
  padding-right: 0.5em;
}

@media (min-width: 48em) {
  .footer_nav li {
    margin-right: 1em;
    padding-right: 1em;
  }
}
.footer_nav li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer_nav a {
  text-decoration: underline;
  font-weight: bold;
  color: #FFF;
}

@media (min-width: 48em) {
  .footer_nav a {
    font-size: 16px;
  }
}
.footer_nav_supply {
  padding-bottom: 1.7em;
}

@media (min-width: 48em) {
  .footer_nav_supply {
    padding-bottom: 1.7em;
  }
}
.footer_nav_supply li {
  border-right: solid 1px #FFF;
}

@media (min-width: 48em) {
  .footer_nav_supply li {
    padding-right: 1em;
  }
}
.footer_nav_supply li:last-child {
  border-right: 0;
}

.footer_nav_supply a {
  font-weight: normal;
}

.header {
  background-color: #fff;
}

.pc-tal {
  text-align: left !important;
}

@media screen and (max-width:960px) {
  .sp-tac {
    text-align: center !important;
  }
}

.flag_pos {
  position: relative;
  display: inline-block;
}
@media screen and (max-width:960px) {
  .flag_pos {
    padding-top: 30px;
  }
}

.flag_top {
  position: absolute;
  height: 100px;
  position: absolute;
  display: block;
  top: -60px;
  left: 100px;
}
@media screen and (max-width:960px) {
  .flag_top {
    height: 70px;
    top: -45px;
    left: 45px;
  }
}

.page_flag {
  height: 100px;
  width: auto;
  position: absolute;
  top: -70px;
  left: -50px;
}
@media screen and (max-width:960px) {
  .page_flag {
    height: 70px;
    position: absolute;
    display: block;
    top: -25px;
    left: -25px;
  }
}

.lp-wrapper {
  width: 100vw;
  overflow: hidden;
  position: relative;
  font-family: "Kosugi Maru", sans-serif;
}
.lp-wrapper::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/bg.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
  left: 0;
  top: 0;
}

.lp-mv {
  width: 100%;
  height: 56.3689604685vw;
  max-width: 1600px;
  margin: auto;
  position: relative;
  background: url(../images/bg2025.png) center top no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width:1636px) {
  .lp-mv {
    height: 901.9033674963px;
  }
}
@media screen and (min-width:1636px) {
  .lp-mv {
    background-size: 1600px auto;
  }
}
.lp-mv a:hover {
  opacity: 0.5;
}
@media screen and (max-width:960px) {
  .lp-mv {
    height: 227.7333333333vw;
    background: url(../images/bg_sp2025.png) center top no-repeat;
    background-size: 100% auto;
  }
}
.lp-mv img {
  width: 100%;
  height: auto;
}
.lp-mv__title {
  position: absolute;
  left: 31.1859443631vw;
  top: 3.3674963397vw;
  width: 42.6061493411vw;
  height: 29.4289897511vw;
}
@media screen and (min-width:1636px) {
  .lp-mv__title {
    left: 498.9751098097px;
    top: 53.8799414348px;
    width: 681.6983894583px;
    height: 470.8638360176px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__title {
    left: inherit;
    top: inherit;
    margin: auto;
    position: relative;
    width: 73.0666666667vw;
    height: auto;
    padding-top: 9.6vw;
  }
}
.lp-mv__mark {
  position: absolute;
  display: none;
}
@media screen and (max-width:960px) {
  .lp-mv__mark {
    display: block;
    width: 24.5333333333vw;
    height: 24.5333333333vw;
    top: 9.3333333333vw;
    left: 77.3333333333vw;
  }
}
.lp-mv__mark2 {
  position: absolute;
  left: 22.9136163982vw;
  top: 2.3426061493vw;
  width: 11.2737920937vw;
  height: 10.8345534407vw;
  display: none;
}
@media screen and (min-width:1636px) {
  .lp-mv__mark2 {
    left: 366.6178623719px;
    top: 37.4816983895px;
    width: 180.3806734993px;
    height: 173.3528550512px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__mark2 {
    display: block;
    width: 24vw;
    height: 22.9333333333vw;
    top: -2.1333333333vw;
    left: -2.1333333333vw;
  }
}
.lp-mv__ill-group span {
  display: block;
  position: absolute;
}
.lp-mv__ill1 {
  left: 2.4890190337vw;
  top: -2.9282576867vw;
  width: 9.5168374817vw;
  height: 81.8448023426vw;
}
@media screen and (min-width:1636px) {
  .lp-mv__ill1 {
    left: 39.8243045388px;
    top: -46.8521229868px;
    width: 152.2693997072px;
    height: 1309.5168374817px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__ill1 {
    width: 9.3333333333vw;
    height: 78.6666666667vw;
    top: 16.2666666667vw;
    left: 5.3333333333vw;
  }
}
.lp-mv__ill2 {
  left: -0.7320644217vw;
  top: 10.1756954612vw;
  width: 37.262079063vw;
  height: 40.0439238653vw;
}
@media screen and (min-width:1636px) {
  .lp-mv__ill2 {
    left: -11.7130307467px;
    top: 162.8111273792px;
    width: 596.1932650073px;
    height: 640.7027818448px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__ill2 {
    width: 46.6666666667vw;
    height: 50.1333333333vw;
    top: 57.6vw;
    left: 3.2vw;
  }
}
.lp-mv__ill3 {
  left: 12.737920937vw;
  top: 35.3587115666vw;
  width: 21.5959004392vw;
  height: 12.0058565154vw;
}
@media screen and (min-width:1636px) {
  .lp-mv__ill3 {
    left: 203.8067349927px;
    top: 565.7393850659px;
    width: 345.5344070278px;
    height: 192.093704246px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__ill3 {
    width: 26.4vw;
    height: 15.2vw;
    top: 61.3333333333vw;
    left: 35.4666666667vw;
  }
}
.lp-mv__ill4 {
  left: 68.6676427526vw;
  top: 32.6500732064vw;
  width: 14.4216691069vw;
  height: 13.4699853587vw;
}
@media screen and (min-width:1636px) {
  .lp-mv__ill4 {
    left: 1098.682284041px;
    top: 522.4011713031px;
    width: 230.7467057101px;
    height: 215.5197657394px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__ill4 {
    width: 18.4vw;
    height: 17.3333333333vw;
    top: 61.3333333333vw;
    left: 65.0666666667vw;
  }
}
.lp-mv__ill5 {
  left: 50.1464128843vw;
  top: 5.3440702782vw;
  width: 51.2445095168vw;
  height: 53.4407027818vw;
}
@media screen and (min-width:1636px) {
  .lp-mv__ill5 {
    left: 802.3426061493px;
    top: 85.505124451px;
    width: 819.9121522694px;
    height: 855.0512445095px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__ill5 {
    width: 49.0666666667vw;
    height: 51.4666666667vw;
    top: 31.2vw;
    left: 51.7333333333vw;
  }
}
.lp-mv__lead {
  position: absolute;
  height: auto;
  top: 33.3821376281vw;
  width: 100vw;
  font-size: 1.756954612vw;
  line-height: 1.6;
  color: #FFF;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  left: 0;
}
@media screen and (min-width:1636px) {
  .lp-mv__lead {
    top: 534.1142020498px;
    width: 1600px;
    font-size: 28.1112737921px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv__lead {
    position: relative;
    top: inherit;
    font-size: 18px;
    padding-bottom: 50px;
  }
}

.lp-top-contents {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:960px) {
  .lp-top-contents {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .lp-top-contents {
    display: block;
  }
}

.lp-overview {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
          box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
  width: 48%;
}
@media screen and (max-width:960px) {
  .lp-overview {
    -webkit-box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
            box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
  }
}
@media screen and (max-width:767px) {
  .lp-overview {
    width: 100%;
    padding-top: 30px;
  }
}
.lp-overview__body {
  padding: 25px;
}
@media screen and (max-width:960px) {
  .lp-overview__body {
    padding: 25px 15px 15px 15px;
  }
}
.lp-overview .lp-heading {
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width:960px) {
  .lp-overview .lp-heading {
    margin-top: -15px;
  }
}
.lp-overview .lp-heading::before {
  width: 100vw;
}
@media screen and (max-width:767px) {
  .lp-overview:first-child {
    margin-bottom: 50px;
  }
}
.lp-overview:first-child .lp-heading {
  margin-right: 30px;
}
@media screen and (max-width:960px) {
  .lp-overview:first-child .lp-heading {
    margin-right: 20px;
  }
}
.lp-overview:first-child .lp-heading::before {
  right: 0;
  left: inherit;
}
.lp-overview:last-child .lp-heading {
  margin-left: 30px;
}
@media screen and (max-width:960px) {
  .lp-overview:last-child .lp-heading {
    margin-left: 20px;
    margin-right: -20px;
  }
}
.lp-overview .lp-txt-normal {
  min-height: 9em;
}
@media screen and (max-width:960px) {
  .lp-overview .lp-txt-normal {
    min-height: inherit;
  }
}
.lp-overview .lp-txt-normal img {
  width: 166px;
  margin-right: -55px;
  margin-left: 15px;
  height: auto;
  float: right;
}
@media screen and (max-width:960px) {
  .lp-overview .lp-txt-normal img {
    width: 106px;
    margin-right: -35px;
  }
}

.lp-txt-small {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .lp-txt-small {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-txt-small {
    font-size: 13px;
  }
}

.lp-txt-normal {
  font-size: 18px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .lp-txt-normal {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .lp-txt-normal {
    font-size: 14px;
  }
}

.lp-txt-large {
  font-size: 22px;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .lp-txt-large {
    font-size: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-txt-large {
    font-size: 18px;
  }
}

.lp-txt-x-large {
  font-size: 30px;
  line-height: 1.6;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .lp-txt-x-large {
    font-size: 28px;
  }
}
@media screen and (max-width:960px) {
  .lp-txt-x-large {
    font-size: 26px;
  }
}
.lp-txt-x-large .lp-s {
  font-size: 20px !important;
}

.lp-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
.lp-heading::before {
  content: "";
  background: #00afea url(../images/border.svg);
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:960px) {
  .lp-heading::before {
    -webkit-box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.3);
  }
}
.lp-heading__ill {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 120px;
  padding: 5px 0;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:960px) {
  .lp-heading__ill {
    width: 60px;
  }
}
.lp-heading__ill img {
  height: 100px;
  width: auto;
}
@media screen and (max-width:960px) {
  .lp-heading__ill img {
    height: auto;
  }
}
.lp-heading__text {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  z-index: 2;
  padding: 15px;
}
@media screen and (max-width:960px) {
  .lp-heading__text {
    padding-left: 10px;
  }
}
.lp-heading__title {
  color: #FFF;
  font-size: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:1024px) {
  .lp-heading__title {
    font-size: 24px;
  }
}
@media screen and (max-width:960px) {
  .lp-heading__title {
    font-size: 22px;
  }
}
.lp-heading__lead {
  color: #FFF;
  font-size: 18px;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  min-height: 2.8em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:1024px) {
  .lp-heading__lead {
    font-size: 15px;
  }
}
@media screen and (max-width:960px) {
  .lp-heading__lead {
    min-height: initial;
    font-size: 14px;
    padding-top: 5px;
  }
}

.lp-credit {
  padding: 100px 0 60px;
  color: #FFF;
  font-size: 15px;
  line-height: 2;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .lp-credit {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-credit {
    font-size: 13px;
  }
}
@media screen and (max-width:960px) {
  .lp-credit {
    padding: 50px 0 20px;
  }
}

.lp-alert {
  color: red;
  margin-top: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px 20px;
  margin: -30px 0 80px;
}
@media screen and (max-width:960px) {
  .lp-alert {
    margin-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-alert {
    padding: 0px 20px;
    text-align: left;
    margin: -30px 0 30px;
  }
}

.lp-alert-bar {
  background-color: #fff;
  color: red;
  text-align: center;
}
.lp-alert-bar__in {
  padding: 15px;
  background-color: rgba(255, 0, 0, 0.1);
}
@media screen and (max-width:960px) {
  .lp-alert-bar__in {
    padding: 10px;
    text-align: left;
  }
}

.lp-alert-page {
  color: red;
  margin-top: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0 20px 15px;
}
@media screen and (max-width:960px) {
  .lp-alert-page {
    margin-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-alert-page {
    padding: 0 20px 15px;
    text-align: left;
  }
}

.corona {
  color: #FFF;
  margin-top: 30px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  padding: 0px 20px;
}
@media screen and (max-width:960px) {
  .corona {
    margin-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .corona {
    padding: 0px 20px;
    text-align: left;
  }
}

.lp-koutuu-logo {
  padding: 40px 30px;
  background-color: #FFF;
  text-align: center;
  border-top: 1px solid #ccc;
}
.lp-koutuu-logo img {
  height: 55px;
  width: auto;
}
@media screen and (max-width:960px) {
  .lp-koutuu-logo {
    padding: 20px 20px;
  }
}

@media screen and (max-width:960px) {
  .footer_logo {
    padding-top: 15px;
    background: #FFF;
  }
}

.lp-smile {
  padding: 60px 30px 60px;
  background-color: #FFF;
  text-align: center;
}
.lp-smile img {
  max-width: 600px;
  width: 100%;
  height: auto;
}
.lp-smile__banner {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 200px;
}
@media screen and (max-width:960px) {
  .lp-smile__banner {
    width: auto;
    text-align: center;
    padding-bottom: 15px;
  }
}
.lp-smile__banner img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.lp-smile__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width:960px) {
  .lp-smile__col {
    display: block;
  }
}
.lp-smile a:hover {
  opacity: 0.5;
}
@media screen and (max-width:960px) {
  .lp-smile {
    padding: 30px 20px;
  }
}
.lp-smile__desc {
  font-size: 15px;
  line-height: 2;
  line-height: 2;
  color: #36943A;
  text-align: left;
  padding-left: 40px;
}
@media screen and (max-width:1024px) {
  .lp-smile__desc {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-smile__desc {
    font-size: 13px;
  }
}
@media screen and (max-width:960px) {
  .lp-smile__desc {
    text-align: left;
    padding-left: 0;
  }
}
.lp-smile__desc a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  color: #36943A;
}
@media screen and (max-width:960px) {
  .lp-smile__desc a {
    padding-top: 20px;
  }
}
.lp-smile__desc a span {
  display: block;
}
.lp-smile__desc a span:first-child {
  width: 400px;
}
@media screen and (max-width:960px) {
  .lp-smile__desc a span:first-child {
    width: 40%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}
.lp-smile__desc a span:last-child {
  padding-left: 20px;
}

.lp-mv-page {
  width: 100%;
  height: 24.8901903367vw;
  max-width: 1600px;
  margin: auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:1636px) {
  .lp-mv-page {
    height: 398.243045388px;
  }
}
.lp-mv-page a:hover {
  opacity: 0.5;
}
@media screen and (max-width:960px) {
  .lp-mv-page {
    height: auto;
  }
}
.lp-mv-page img {
  width: 100%;
  height: auto;
}
.lp-mv-page__title {
  position: absolute;
  left: 37.4816983895vw;
  top: 2.1229868228vw;
  width: 28.8433382138vw;
  height: 19.9121522694vw;
}
@media screen and (min-width:1636px) {
  .lp-mv-page__title {
    left: 599.7071742313px;
    top: 33.9677891654px;
    width: 461.4934114202px;
    height: 318.5944363104px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv-page__title {
    left: inherit;
    top: inherit;
    margin: auto;
    position: relative;
    width: 73.0666666667vw;
    height: 66.6666666667vw;
    padding-top: 9.6vw;
  }
}
.lp-mv-page__mark {
  position: absolute;
  left: 63.6896046852vw;
  top: -0.7320644217vw;
  width: 10.4685212299vw;
  z-index: 2;
}
@media screen and (min-width:1636px) {
  .lp-mv-page__mark {
    left: 1019.0336749634px;
    top: -11.7130307467px;
    width: 167.4963396779px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv-page__mark {
    width: 24.5333333333vw;
    height: 24.5333333333vw;
    top: 9.3333333333vw;
    left: 77.3333333333vw;
  }
}
.lp-mv-page__mark2 {
  position: absolute;
  left: 31.1127379209vw;
  top: -1.1713030747vw;
  width: 9.1508052709vw;
  z-index: 2;
}
@media screen and (min-width:1636px) {
  .lp-mv-page__mark2 {
    left: 497.803806735px;
    top: -18.7408491947px;
    width: 146.4128843338px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv-page__mark2 {
    width: 24vw;
    height: 22.9333333333vw;
    top: -2.1333333333vw;
    left: -2.1333333333vw;
  }
}
@media screen and (max-width:960px) {
  .lp-mv-page__ill-group {
    position: relative;
    height: 26.6666666667vw;
  }
}
.lp-mv-page__ill-group span {
  display: block;
  position: absolute;
}
.lp-mv-page__ill-train {
  left: 12.0058565154vw;
  top: 0.6588579795vw;
  width: 25.6222547584vw;
}
@media screen and (min-width:1636px) {
  .lp-mv-page__ill-train {
    left: 192.093704246px;
    top: 10.541727672px;
    width: 409.9560761347px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv-page__ill-train {
    width: 37.3333333333vw;
    height: inherit;
    top: -13.3333333333vw;
    left: 16.5333333333vw;
  }
}
.lp-mv-page__ill-bus {
  left: 69.9121522694vw;
  top: 7.6134699854vw;
  width: 24.6705710102vw;
}
@media screen and (min-width:1636px) {
  .lp-mv-page__ill-bus {
    left: 1118.5944363104px;
    top: 121.8155197657px;
    width: 394.729136164px;
  }
}
@media screen and (max-width:960px) {
  .lp-mv-page__ill-bus {
    width: 35.7333333333vw;
    height: inherit;
    top: -5.3333333333vw;
    left: 50.1333333333vw;
  }
}

.lp-bar {
  background: #ed6c13;
  text-align: center;
  padding: 20px 0 30px;
  color: #FFF;
  font-size: 40px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:960px) {
  .lp-bar {
    padding: 15px 0 25px;
    font-size: 30px;
  }
}

.lp-heading-page {
  position: relative;
}
.lp-heading-page::before {
  content: "";
  background: #00afea url(../images/border.svg);
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 8px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width:960px) {
  .lp-heading-page::before {
    -webkit-box-shadow: 0px 6px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0px 6px 0 rgba(0, 0, 0, 0.3);
  }
}
.lp-heading-page__ill {
  padding: 5px;
  border-radius: 50%;
  background-color: #fff;
  width: 150px;
  height: 150px;
  margin: auto;
  top: -20px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:960px) {
  .lp-heading-page__ill {
    width: 120px;
    height: 120px;
  }
}
.lp-heading-page__ill span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 140px;
  height: 140px;
  text-align: center;
  background-color: #fff;
  border-radius: 50%;
  border: 2px dashed #00afea;
}
@media screen and (max-width:960px) {
  .lp-heading-page__ill span {
    width: 110px;
    height: 110px;
  }
}
.lp-heading-page__ill img {
  height: 100px;
  width: auto;
}
@media screen and (max-width:960px) {
  .lp-heading-page__ill img {
    height: 70px;
  }
}
.lp-heading-page__text {
  position: relative;
  z-index: 2;
  padding: 10px 0;
  text-align: center;
}
.lp-heading-page__title {
  color: #FFF;
  font-size: 52px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  color: #f7ec27;
  text-shadow: 3px 3px 0 rgba(52, 106, 16, 0.4);
  margin-top: -20px;
  position: relative;
}
@media screen and (max-width:960px) {
  .lp-heading-page__title {
    font-size: 32px;
  }
}
.lp-heading-page__lead {
  color: #FFF;
  font-size: 24px;
  line-height: 1.4;
}
@media screen and (max-width:960px) {
  .lp-heading-page__lead {
    font-size: 18px;
  }
}
.lp-heading-page.--form .lp-heading-page__title {
  margin-top: 0;
}

.lp-lead {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 22px;
  line-height: 2;
  color: #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:960px) {
  .lp-lead {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:1024px) {
  .lp-lead {
    font-size: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-lead {
    font-size: 18px;
  }
}
@media screen and (max-width:960px) {
  .lp-lead {
    margin-top: 40px;
  }
}
@media screen and (max-width:960px) {
  .lp-lead {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.lp-lead img {
  width: 166px;
  margin-right: 15px;
  margin-top: -80px;
  margin-bottom: 60px;
  height: auto;
}
@media screen and (max-width:960px) {
  .lp-lead img {
    width: 126px;
    margin-top: -20px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
}

.lp-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:960px) {
  .lp-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.lp-note-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
          box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
  padding: 30px;
  margin-top: 60px;
}
@media screen and (max-width:960px) {
  .lp-note-box {
    -webkit-box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
            box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
  }
}
@media screen and (max-width:960px) {
  .lp-note-box {
    margin-top: 40px;
  }
}
@media screen and (max-width:960px) {
  .lp-note-box {
    padding: 15px;
  }
}
.lp-note-box ul:not(:last-child) {
  margin-bottom: 2em;
}
.lp-note-box li {
  font-size: 15px;
  line-height: 2;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .lp-note-box li {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-note-box li {
    font-size: 13px;
  }
}
.lp-note-box li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  border-radius: 50%;
  background-color: #00afea;
  left: 0;
}
.lp-note-box li:not(:last-child) {
  margin-bottom: 0.5em;
}
.lp-note-box p {
  font-size: 18px;
  line-height: 2;
  line-height: 2;
}
@media screen and (max-width:1024px) {
  .lp-note-box p {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .lp-note-box p {
    font-size: 14px;
  }
}
.lp-note-box p a {
  color: #000;
  padding-bottom: 5px;
  border-bottom: 2px solid #00afea;
  text-decoration: none;
}
.lp-note-box p a:hover {
  color: #00afea;
}
.lp-note-box a {
  color: #00afea;
  text-decoration: underline;
}
.lp-note-box h3 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:960px) {
  .lp-note-box h3 {
    font-size: 18px;
  }
}
.lp-note-box h3 span {
  display: inline-block;
  background: url(../images/marker.png) center bottom repeat-x;
}

.-heading {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:960px) {
  .-heading {
    font-size: 18px;
  }
}
.-heading span {
  display: inline-block;
  background: url(../images/marker.png) center bottom repeat-x;
}

.lp-info {
  margin-top: 60px;
  background-color: #FFF;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width:960px) {
  .lp-info {
    margin-top: 40px;
  }
}
.lp-info > p {
  font-size: 18px;
  line-height: 2;
  padding: 15px;
  border-bottom: 4px solid #00afea;
  min-height: 180px;
}
@media screen and (max-width:1024px) {
  .lp-info > p {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .lp-info > p {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-info > p {
    padding: 10px;
    min-height: inherit;
  }
}
.lp-info__heading {
  text-align: center;
  margin-top: -28px;
}
.lp-info__heading span {
  padding: 15px;
  text-align: center;
  border-radius: 10px;
  background-color: #f7ec27;
  font-size: 24px;
  color: #00afea;
  text-shadow: 2px 2px 0 #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width:960px) {
  .lp-info__heading span {
    font-size: 20px;
  }
}
.lp-info > figure {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  text-align: center;
}
.lp-info dl {
  padding: 20px 0;
  border-radius: 10px;
}
@media screen and (max-width:960px) {
  .lp-info dl {
    padding: 10px;
  }
}
.lp-info dd {
  text-align: center;
  color: #00afea;
  padding-top: 15px;
}
@media screen and (max-width:960px) {
  .lp-info dd {
    padding-top: 5px;
  }
}
.lp-info dt {
  text-align: center;
  margin-top: -48px;
}
.lp-info dt.lp-info-first {
  margin-top: 0px;
}
.lp-info dt.lp-info-second {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-info dt.lp-info-second {
    margin-top: 15px;
  }
}
.lp-info dt > span {
  display: inline-block;
  padding: 8px;
  background-color: #fff;
  border-radius: 10px;
}
.lp-info dt > span > span {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  background-color: #fff;
  color: #00afea;
  border-radius: 8px;
  padding: 4px 20px;
  border: 2px dashed #00afea;
}
@media screen and (max-width:1024px) {
  .lp-info dt > span > span {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .lp-info dt > span > span {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-info dt > span > span {
    padding: 4px 15px;
  }
}

.lp-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width:960px) {
  .lp-col3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-col3 > div {
  width: 30%;
}
@media screen and (max-width:960px) {
  .lp-col3 > div {
    width: 100%;
  }
}

.lp-col3-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 60px;
  color: #FFF;
}
@media screen and (max-width:960px) {
  .lp-col3-img {
    margin-top: 40px;
  }
}
.lp-col3-img figure {
  width: 30%;
}
.lp-col3-img figure img {
  width: 100%;
  height: auto !important;
  border-radius: 10px;
}

.lp-col2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 60px;
  color: #FFF;
}
@media screen and (max-width:960px) {
  .lp-col2-img {
    margin-top: 40px;
  }
}
.lp-col2-img figure {
  width: 47%;
}
.lp-col2-img figure img {
  width: 100%;
  height: auto !important;
  border-radius: 10px;
}

.lp-col2-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 60px;
  color: #FFF;
}
@media screen and (max-width:960px) {
  .lp-col2-img {
    margin-top: 40px;
  }
}
.lp-col2-img figure {
  width: 47%;
}
.lp-col2-img figure img {
  width: 100%;
  height: auto !important;
  border-radius: 10px;
}

.lp-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-top: 60px;
  position: relative;
}
@media screen and (max-width:960px) {
  .lp-col2 {
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .lp-col2 {
    display: block;
  }
}
.lp-col2::before {
  content: "";
  position: absolute;
  width: 120vw;
  left: calc(50% - 60vw);
  height: 180px;
  background: url(../images/marker.png) center center repeat;
  background-size: cover;
  z-index: -1;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
  opacity: 0.6;
}
.lp-col2 img {
  width: 100%;
  height: auto;
}
.lp-col2 > figure {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lp-col2 > figure:last-child {
  width: 65%;
}
@media screen and (max-width:767px) {
  .lp-col2 > figure:last-child {
    width: 100%;
    margin-top: 20px;
  }
}
.lp-col2 > figure:first-child {
  width: 30%;
}
@media screen and (max-width:767px) {
  .lp-col2 > figure:first-child {
    width: 100%;
  }
  .lp-col2 > figure:first-child img {
    width: 200px;
    height: auto;
    display: block;
    margin: auto;
  }
}
.lp-col2 figcaption {
  font-size: 18px;
  padding-top: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #FFF;
}
@media screen and (max-width:1024px) {
  .lp-col2 figcaption {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .lp-col2 figcaption {
    font-size: 14px;
  }
}
.lp-col2 figcaption span {
  display: block;
  font-size: 15px;
  font-weight: 400;
  border-top: #FFF solid 1px;
  padding-top: 10px;
  margin-top: 10px;
  font-family: "Kosugi Maru", sans-serif;
}
@media screen and (max-width:1024px) {
  .lp-col2 figcaption span {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .lp-col2 figcaption span {
    font-size: 13px;
  }
}

.lp-col-text-img2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-col-text-img2 {
    margin-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-col-text-img2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-col-text-img2 img {
  width: 100%;
  height: auto;
}
.lp-col-text-img2 > figure,
.lp-col-text-img2 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lp-col-text-img2 > figure {
  width: 66%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.lp-col-text-img2 > figure figcaption {
  font-size: 11px;
  color: #FFF;
  line-height: 1.4;
  padding-top: 5px;
  width: 100%;
}
.lp-col-text-img2 > figure img {
  width: 47%;
  height: auto !important;
  border-radius: 10px;
}
@media screen and (max-width:960px) {
  .lp-col-text-img2 > figure {
    width: 100%;
    text-align: center;
  }
  .lp-col-text-img2 > figure img {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}
.lp-col-text-img2 > div {
  width: 30%;
  color: #FFF;
}
@media screen and (max-width:960px) {
  .lp-col-text-img2 > div {
    width: 100%;
    margin-top: 15px;
  }
}
.lp-col-text-img2 > div p:not(:last-child) {
  margin-bottom: 1em;
}

.lp-col-text-img3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-col-text-img3 {
    margin-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-col-text-img3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-col-text-img3 img {
  width: 100%;
  height: auto;
}
.lp-col-text-img3 > figure,
.lp-col-text-img3 > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lp-col-text-img3 > figure {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.lp-col-text-img3 > figure figcaption {
  font-size: 11px;
  color: #FFF;
  line-height: 1.4;
  padding-top: 5px;
  width: 100%;
}
.lp-col-text-img3 > figure img {
  width: 31%;
  height: auto !important;
  border-radius: 10px;
}
@media screen and (max-width:960px) {
  .lp-col-text-img3 > figure {
    width: 100%;
    text-align: center;
  }
  .lp-col-text-img3 > figure img {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}
.lp-col-text-img3 > div {
  padding-top: 4%;
  width: 100%;
  color: #FFF;
}
@media screen and (max-width:960px) {
  .lp-col-text-img3 > div {
    width: 100%;
    margin-top: 15px;
    padding-top: 0%;
  }
}
.lp-col-text-img3 > div p:not(:last-child) {
  margin-bottom: 1em;
}

.lp-col-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-col-text {
    margin-top: 20px;
  }
}
@media screen and (max-width:960px) {
  .lp-col-text {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.lp-col-text img {
  width: 100%;
  height: auto;
}
.lp-col-text > figure,
.lp-col-text > div {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.lp-col-text > figure {
  width: 66%;
  border-radius: 10px;
  overflow: hidden;
}
.lp-col-text > figure figcaption {
  font-size: 11px;
  color: #FFF;
  line-height: 1.4;
  padding-top: 5px;
  width: 100%;
}
@media screen and (max-width:960px) {
  .lp-col-text > figure {
    width: 100%;
    text-align: center;
  }
  .lp-col-text > figure img {
    max-width: 400px;
    height: auto;
    border-radius: 10px;
    overflow: hidden;
  }
}
.lp-col-text > div {
  width: 30%;
  color: #FFF;
}
@media screen and (max-width:960px) {
  .lp-col-text > div {
    width: 100%;
    margin-top: 15px;
  }
}
.lp-col-text > div p:not(:last-child) {
  margin-bottom: 1em;
}

.lp-col-text-only {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-col-text-only {
    margin-top: 20px;
  }
}
.lp-col-text-only p {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #FFF;
}

.lp-img-bdrs {
  border-radius: 10px;
  overflow: hidden;
}

.lp-bt-small {
  margin-top: 60px;
}
@media screen and (max-width:960px) {
  .lp-bt-small {
    margin-top: 40px;
  }
}
.lp-bt-small a {
  cursor: pointer;
  padding: 30px 0;
  text-align: center;
  border-radius: 8px;
  background-color: #f7ec27;
  font-size: 24px;
  color: #00afea;
  text-shadow: 1px 1px 0 #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  display: block;
  text-align: center;
  -webkit-box-shadow: 4px 4px 0 rgba(52, 106, 16, 0.8);
          box-shadow: 4px 4px 0 rgba(52, 106, 16, 0.8);
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
@media screen and (max-width:960px) {
  .lp-bt-small a {
    font-size: 18px;
    padding: 15px 0;
    -webkit-box-shadow: 4px 4px 0 rgba(52, 106, 16, 0.8);
            box-shadow: 4px 4px 0 rgba(52, 106, 16, 0.8);
  }
}
.lp-bt-small a:hover {
  color: #FFF;
  text-shadow: 0px 0px 0 #000;
  background-color: #346a10;
  -webkit-box-shadow: 4px 4px 0 rgba(247, 236, 39, 0.8);
          box-shadow: 4px 4px 0 rgba(247, 236, 39, 0.8);
}
@media screen and (max-width:960px) {
  .lp-bt-small a:hover {
    -webkit-box-shadow: 4px 4px 0 rgba(247, 236, 39, 0.8);
            box-shadow: 4px 4px 0 rgba(247, 236, 39, 0.8);
  }
}

.lp-bt-large {
  margin-top: 100px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:960px) {
  .lp-bt-large {
    margin-top: 80px;
  }
}
@media screen and (max-width:960px) {
  .lp-bt-large {
    padding-top: 70px;
  }
  .lp-bt-large.ptnone {
    padding-top: 0;
  }
}
.lp-bt-large img {
  width: 250px;
  height: auto;
  position: absolute;
  left: -60px;
  top: -60px;
}
@media screen and (max-width:960px) {
  .lp-bt-large img {
    width: 200px;
    top: -90px;
    left: -50px;
  }
}
.lp-bt-large button,
.lp-bt-large a {
  cursor: pointer;
  display: inline-block;
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  background-color: #f7ec27;
  font-size: 38px;
  color: #00afea;
  text-shadow: 2px 2px 0 #FFF;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-box-shadow: 10px 10px 0 rgba(52, 106, 16, 0.8);
          box-shadow: 10px 10px 0 rgba(52, 106, 16, 0.8);
  -webkit-transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, color, -webkit-box-shadow;
  transition-property: background-color, box-shadow, color;
  transition-property: background-color, box-shadow, color, -webkit-box-shadow;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.lp-bt-large button.btbl,
.lp-bt-large a.btbl {
  background-color: #333;
}
@media screen and (max-width:960px) {
  .lp-bt-large button,
  .lp-bt-large a {
    padding: 15px;
    font-size: 30px;
    -webkit-box-shadow: 8px 8px 0 rgba(52, 106, 16, 0.8);
            box-shadow: 8px 8px 0 rgba(52, 106, 16, 0.8);
  }
}
.lp-bt-large button:hover,
.lp-bt-large a:hover {
  color: #FFF;
  text-shadow: 0px 0px 0 #000;
  background-color: #346a10;
  -webkit-box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
          box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
}
@media screen and (max-width:960px) {
  .lp-bt-large button:hover,
  .lp-bt-large a:hover {
    -webkit-box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
            box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
  }
}

.lp-interval-s {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-interval-s {
    margin-top: 20px;
  }
}

.lp-num-title {
  position: relative;
  margin-top: 100px;
}
@media screen and (max-width:960px) {
  .lp-num-title {
    margin-top: 80px;
  }
}
.lp-num-title::before {
  content: "";
  position: absolute;
  width: 120vw;
  left: calc(50% - 60vw);
  top: 0;
  height: 180px;
  background-size: cover;
  z-index: -1;
  opacity: 1;
  border-top: 4px dashed #00afea;
}
@media screen and (max-width:960px) {
  .lp-num-title::before {
    height: 150px;
  }
}
.lp-num-title.-bdnone::before {
  display: none;
}
.lp-num-title__num {
  padding: 5px;
  border-radius: 50%;
  background-color: #00afea;
  width: 120px;
  height: 120px;
  margin: auto;
  top: -60px;
  position: relative;
  z-index: 2;
}
@media screen and (max-width:960px) {
  .lp-num-title__num {
    width: 90px;
    height: 90px;
    top: -45px;
  }
}
.lp-num-title__num span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 110px;
  height: 110px;
  text-align: center;
  font-size: 64px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  background-color: #00afea;
  border-radius: 50%;
  border: 2px dashed #f7ec27;
  color: #f7ec27;
  text-shadow: 2px 2px 0 rgba(255, 255, 255, 0.4);
}
@media screen and (max-width:960px) {
  .lp-num-title__num span {
    width: 80px;
    height: 80px;
    font-size: 44px;
  }
}
.lp-num-title__num span.-arrow img {
  width: 100%;
  height: auto;
}
.lp-num-title__title {
  font-size: 38px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #f7ec27;
  text-shadow: 2px 2px 0 rgba(247, 236, 39, 0.4);
  text-align: center;
}
@media screen and (max-width:960px) {
  .lp-num-title__title {
    font-size: 26px;
    margin: -20px -20px 0 -20px;
  }
}

.lp-angree {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .lp-angree {
    margin-top: 20px;
  }
}

.lp-tac {
  text-align: center;
}

.lp-txt-small a {
  text-decoration: underline;
  color: #00643a;
}

.lp-column {
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  padding: 15px;
}
@media screen and (max-width:960px) {
  .lp-column {
    padding: 10px;
  }
}
.lp-column h3 {
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 1.4;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width:960px) {
  .lp-column h3 {
    font-size: 18px;
  }
}
.lp-column h3 span {
  display: inline-block;
  background: url(../images/marker.png) center bottom repeat-x;
}

ul.lp-txt-note:not(:last-child) {
  margin-bottom: 2em;
}
ul.lp-txt-note li {
  font-size: 15px;
  line-height: 2;
  line-height: 1.6;
  padding-left: 1.5em;
  position: relative;
}
@media screen and (max-width:1024px) {
  ul.lp-txt-note li {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  ul.lp-txt-note li {
    font-size: 13px;
  }
}
ul.lp-txt-note li::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  border-radius: 50%;
  background-color: #00afea;
  left: 0;
}
ul.lp-txt-note li:not(:last-child) {
  margin-bottom: 0.5em;
}

.form-radio__text i {
  font-style: normal;
}

.form-grid-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  line-height: 1.4;
  padding: 5px;
  color: #00643a;
}
.form-grid-head > * {
  width: 19%;
  margin: 0.5%;
}

.form-grid-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.5);
  padding: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-grid-body > *.form-grid-body__head {
  width: 19%;
  margin: 0.5%;
  color: #00643a;
}
.form-grid-body > *.form-radio {
  width: 80%;
}
.form-grid-body .form-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-grid-body .form-radio > * {
  width: 24%;
  margin: 1%;
}
.form-grid-body .form-radio__text {
  min-height: 1.6em;
}
.form-grid-body .form-radio__text i {
  display: none;
}
.form-grid-body .form-radio__btn::after,
.form-grid-body .form-radio__text::after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.form-grid-body .form-group__error {
  display: none;
}

.lp-title__enTitle img {
  opacity: 0;
}

.a-stroke-main img,
.a-stroke-sub img {
  opacity: 0;
}
.a-stroke-main svg,
.a-stroke-sub svg {
  stroke: #000;
  stroke-width: 1px;
  fill: transparent;
  stroke-dasharray: 2500px;
  stroke-dashoffset: 2500px;
  opacity: 0.2;
}

.a-stroke-main.scroll-on svg {
  -webkit-animation: svg-main 2.6s ease-in 0s forwards;
          animation: svg-main 2.6s ease-in 0s forwards;
}

.a-stroke-sub.scroll-on svg {
  -webkit-animation: svg-sub 2.6s ease-in 0s forwards;
          animation: svg-sub 2.6s ease-in 0s forwards;
}

@-webkit-keyframes svg-main {
  0% {
    stroke-dashoffset: 2500px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ec6700;
  }
}

@keyframes svg-main {
  0% {
    stroke-dashoffset: 2500px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #ec6700;
  }
}
@-webkit-keyframes svg-sub {
  0% {
    stroke-dashoffset: 2500px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #23ac38;
  }
}
@keyframes svg-sub {
  0% {
    stroke-dashoffset: 2500px;
  }
  30% {
    fill: transparent;
  }
  60% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 0;
    fill: #23ac38;
  }
}
.lp-title {
  background-position: -80vw -40vw;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: background-position;
  transition-property: background-position;
}
.lp-title.scroll-on {
  background-position: 0 0;
}

.lp-title__title-t1 span {
  display: block;
  width: 0;
  overflow: hidden;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, width, -webkit-transform;
  transition-property: opacity, width, -webkit-transform;
  transition-property: opacity, width, transform;
  transition-property: opacity, width, transform, -webkit-transform;
}
@media screen and (max-width:960px) {
  .lp-title__title-t1 span {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
    width: 100%;
  }
}
.lp-title__title-t1 span img {
  width: 58.5651537335vw;
  max-width: inherit;
}
@media screen and (max-width:960px) {
  .lp-title__title-t1 span img {
    width: 100%;
  }
}
.lp-title__title-t1.scroll-on span {
  width: 100%;
}
@media screen and (max-width:960px) {
  .lp-title__title-t1.scroll-on span {
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
  }
}

.lp-title__title-t2 {
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
          transition-duration: 1.3s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-title__title-t2.scroll-on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.lp-title__sukusukuLogo {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-title__sukusukuLogo.scroll-on {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.lp-title__subtitle::before {
  left: -20%;
  opacity: 0;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, left;
  transition-property: opacity, left;
}
.lp-title__subtitle.scroll-on::before {
  left: -5%;
  opacity: 1;
}
@media screen and (max-width:960px) {
  .lp-title__subtitle.scroll-on::before {
    left: -10px;
  }
}

.lp-scrollNav__list li {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  opacity: 0;
}
.lp-scrollNav__list.scroll-on li {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lp-lead__ill1,
.lp-lead__ill2,
.lp-lead__ill3,
.lp-lead__ill4 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-lead__ill1.scroll-on,
.lp-lead__ill2.scroll-on,
.lp-lead__ill3.scroll-on,
.lp-lead__ill4.scroll-on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lp-lead__text {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.lp-lead__text .lp-lead__marker::before {
  width: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: width;
  transition-property: width;
}
.lp-lead__text.scroll-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lp-lead__text.scroll-on .lp-lead__marker::before {
  width: 100%;
}

.lp-guide::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: width;
  transition-property: width;
}
.lp-guide.scroll-on::after {
  width: 0;
}

.lp-article__side-card {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  opacity: 0;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
  -webkit-transition-duration: 1.6s;
          transition-duration: 1.6s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-article__side-card.scroll-on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}
.lp-article--reverse .lp-article__side-card {
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.lp-article--reverse .lp-article__side-card.scroll-on {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  opacity: 1;
}

.a-fademove {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}
.a-fademove.scroll-on {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp-article__mv {
  overflow: hidden;
}
.lp-article__mv img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}
.lp-article__mv.scroll-on img {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.lp-article--reverse .lp-article__mv img {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
.lp-article--reverse .lp-article__mv.scroll-on img {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.lp-article__body-inner {
  overflow: hidden;
}

.lp-article__news-word {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-article__news-word.scroll-on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lp-article__side-paper {
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.lp-article__side-paper.scroll-on {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.lp-article__news-heading {
  white-space: nowrap;
  overflow: hidden;
  width: 0;
  -webkit-transition-duration: 1.5s;
          transition-duration: 1.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: width;
  transition-property: width;
}
.lp-article__news-heading.scroll-on {
  width: 100%;
}

.load-wrap {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}
.load-wrap.scroll-on {
  opacity: 0;
}

.loader {
  margin: auto;
}

h1 {
  color: rgba(0, 0, 0, 0.8);
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 200;
  text-align: center;
  padding-bottom: 10px;
}

.loader span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  -webkit-animation: 3s infinite linear;
  -moz-animation: 3s infinite linear;
  -o-animation: 3s infinite linear;
}

.loader span:nth-child(2) {
  background: #ec6700;
  -webkit-animation: kiri 1.2s infinite linear;
  -moz-animation: kiri 1.2s infinite linear;
  -o-animation: kiri 1.2s infinite linear;
}

.loader span:nth-child(3) {
  background: #FFF;
  z-index: 100;
}

.loader span:nth-child(4) {
  background: #23ac38;
  -webkit-animation: kanan 1.2s infinite linear;
  -moz-animation: kanan 1.2s infinite linear;
  -o-animation: kanan 1.2s infinite linear;
}

@-webkit-keyframes kanan {
  0% {
    -webkit-transform: translateX(20px);
  }
  50% {
    -webkit-transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(20px);
    z-index: 200;
  }
}
@-webkit-keyframes kiri {
  0% {
    -webkit-transform: translateX(-20px);
    z-index: 200;
  }
  50% {
    -webkit-transform: translateX(20px);
  }
  100% {
    -webkit-transform: translateX(-20px);
  }
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.disabled * {
  pointer-events: none;
}

.form-heading {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  color: #FFF;
  margin-top: 60px;
}
@media screen and (max-width:960px) {
  .form-heading {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width:960px) {
  .form-heading {
    margin-top: 40px;
  }
}
.form-heading__title {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  font-size: 32px;
  text-shadow: 3px 3px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width:960px) {
  .form-heading__title {
    font-size: 21px;
  }
}
.form-heading__lead {
  font-size: 15px;
  line-height: 2;
  padding-top: 10px;
  text-align: center;
}
@media screen and (max-width:1024px) {
  .form-heading__lead {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .form-heading__lead {
    font-size: 13px;
  }
}
@media screen and (max-width:960px) {
  .form-heading__lead {
    text-align: left;
  }
}

.form-block {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width:960px) {
  .form-block {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.form-block.--maxw {
  max-width: 600px;
}
@media screen and (max-width:767px) {
  .form-block {
    padding-left: 10px;
    padding-right: 18px;
  }
}

.form-box {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
          box-shadow: 10px 10px 0 rgba(247, 236, 39, 0.8);
  margin-top: 60px;
  padding: 30px;
}
@media screen and (max-width:960px) {
  .form-box {
    -webkit-box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
            box-shadow: 8px 8px 0 rgba(247, 236, 39, 0.8);
  }
}
@media screen and (max-width:960px) {
  .form-box {
    margin-top: 40px;
  }
}
@media screen and (max-width:960px) {
  .form-box {
    padding: 8px;
  }
}

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  color: rgba(0, 100, 58, 0.5);
}

input::-moz-placeholder {
  color: rgba(0, 100, 58, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(0, 100, 58, 0.5);
}

input::-ms-input-placeholder {
  color: rgba(0, 100, 58, 0.5);
}

input::placeholder {
  color: rgba(0, 100, 58, 0.5);
}

/* IE */
input:-ms-input-placeholder {
  color: rgba(0, 100, 58, 0.5);
}

/* Edge */
input::-ms-input-placeholder {
  color: rgba(0, 100, 58, 0.5);
}

/*
select:-webkit-autofill,
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px lighten($subColor, 40%) inset !important;
}*/
/* ----- group ----- */
.form-group__row {
  padding: 15px 0;
  margin-bottom: -1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.form-group__row:not(:last-child) {
  border-bottom: 2px solid rgba(0, 100, 58, 0.3);
}
.form-group__row.--full {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-group__row.--full .form-group__head {
  width: 100%;
}
.form-group__row.--full .form-group__body {
  margin-left: 260px;
}
@media screen and (max-width:960px) {
  .form-group__row.--full .form-group__body {
    margin-left: 0;
  }
}
@media screen and (max-width:960px) {
  .form-group__row {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.form-group__column {
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .form-group__column {
    margin-top: 20px;
  }
}
.form-group__column .form-group__head {
  width: auto;
}
.form-group__column .form-group__label {
  padding: 0;
  text-align: left;
}
.form-group__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 260px;
}
@media screen and (max-width:960px) {
  .form-group__head {
    width: 100%;
  }
}
.form-group__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.form-group__label {
  font-size: 18px;
  line-height: 2;
  display: block;
  color: #00643a;
  text-align: left;
  padding: 0.625em 1.625em 0.625em 3.625em;
  position: relative;
}
@media screen and (max-width:1024px) {
  .form-group__label {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-group__label {
    font-size: 14px;
  }
}
.form-group__label::before {
  content: "必須";
  position: absolute;
  font-size: 10px;
  width: 4.875em;
  text-align: center;
  background-color: #e53b2e;
  color: #FFF;
  left: 0;
  margin-top: 0.8em;
  border-radius: 3px;
}
@media screen and (max-width:960px) {
  .form-group__label::before {
    margin-top: 0.3em;
  }
}
.form-group__label .q {
  display: inline-block;
  margin-right: 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  color: #000;
}
.form-group__label.--any::before {
  content: "任意";
  background-color: #000;
}
@media screen and (max-width:960px) {
  .form-group__label {
    text-align: left;
    padding: 0.625em 0 0.625em 4.25em;
  }
}
.form-group__error {
  font-size: 15px;
  line-height: 2;
  color: #e53b2e;
  margin-top: 0.3571428571em;
}
@media screen and (max-width:1024px) {
  .form-group__error {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .form-group__error {
    font-size: 13px;
  }
}
.form-group__description {
  font-size: 18px;
  line-height: 2;
  color: #00643a;
  margin-top: 0.625em;
}
@media screen and (max-width:1024px) {
  .form-group__description {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-group__description {
    font-size: 14px;
  }
}
.form-group__note {
  font-size: 15px;
  line-height: 2;
  color: rgba(0, 100, 58, 0.3);
  margin-top: 0.3571428571em;
}
@media screen and (max-width:1024px) {
  .form-group__note {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .form-group__note {
    font-size: 13px;
  }
}

/* ----- form-join ----- */
.form-join {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  padding: 0 0.5em;
}
@media screen and (max-width:1024px) {
  .form-join {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-join {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .form-join {
    padding: 0 0.3em;
  }
}

/* ----- form-confilm ----- */
.form-confilm {
  display: inline-block;
  font-size: 18px;
  line-height: 2;
  padding: 0.625em;
}
@media screen and (max-width:1024px) {
  .form-confilm {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-confilm {
    font-size: 14px;
  }
}

/* ----- button ----- */
.form-bt {
  font-size: 18px;
  line-height: 2;
  padding: 0.625em 1.625em;
  -webkit-transition-property: background-color, border;
  transition-property: background-color, border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #23ac38;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
  margin: 0.25em 0.25em 0.5em 0;
  color: #FFF;
  border-top: 1px solid rgba(0, 100, 58, 0);
  border-left: 1px solid rgba(0, 100, 58, 0);
  border-right: 1px solid rgba(0, 100, 58, 0);
  border-bottom: 2px solid rgba(0, 100, 58, 0.2);
}
@media screen and (max-width:1024px) {
  .form-bt {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-bt {
    font-size: 14px;
  }
}
.form-bt:hover {
  background-color: #fff;
  color: #23ac38;
  border-top: 1px solid rgba(35, 172, 56, 0.2);
  border-left: 1px solid rgba(35, 172, 56, 0.2);
  border-right: 1px solid rgba(35, 172, 56, 0.2);
  border-bottom: 2px solid #23ac38;
}
.form-bt--down {
  background-color: #ccecd8;
  color: rgba(0, 100, 58, 0.3);
  padding: 0.625em 2.8125em 0.625em 1.25em;
  position: relative;
  border-bottom: 1px solid #00643a;
}
.form-bt--down::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.75em;
  height: 0.75em;
  border-style: solid;
  border-width: 0 0.1875em 0.1875em 0;
  border-color: transparent rgba(0, 100, 58, 0.3) rgba(0, 100, 58, 0.3) transparent;
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: border-color, transform;
  transition-property: border-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-bt--down.active::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.form-bt--down.active, .form-bt--down:hover {
  background-color: #fff;
  color: rgba(0, 100, 58, 0.3);
  border-top: 1px solid rgba(0, 100, 58, 0.2);
  border-left: 1px solid rgba(0, 100, 58, 0.2);
  border-right: 1px solid rgba(0, 100, 58, 0.2);
  border-bottom: 1px solid #00643a;
}
.form-bt--secondary {
  background-color: rgba(0, 100, 58, 0.3);
}
.form-bt--secondary:hover {
  color: rgba(0, 100, 58, 0.3);
  border-top: 1px solid rgba(0, 100, 58, 0.2);
  border-left: 1px solid rgba(0, 100, 58, 0.2);
  border-right: 1px solid rgba(0, 100, 58, 0.2);
  border-bottom: 2px solid #00643a;
}

/* ----- input text textarea ----- */
.form-input {
  position: relative;
  /* &::before {
      content: "";
      width: 0%;
      height: 2px;
      position: absolute;
      left: 0;
      bottom: 0;
      background-color: $subColor;
      @include transition(width);
  }

  &:focus-within::before {
      width: 100%;
  }*/
}
.form-input__text {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  border: 1px solid #00643a;
  padding: 0.625em 1.25em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
  border-radius: 10px;
}
@media screen and (max-width:1024px) {
  .form-input__text {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-input__text {
    font-size: 14px;
  }
}
.form-input__text:hover {
  background-color: #ccecd8;
}
.form-input__text:focus {
  background-color: #ccecd8;
}
.form-input__text.disabled {
  background-color: rgba(0, 100, 58, 0.2);
}
.form-input__text.invalid {
  border: 1px solid #e53b2e;
  background-color: rgba(229, 59, 46, 0.1);
}
.form-input__textarea {
  width: 100%;
  font-size: 18px;
  line-height: 2;
  border-bottom: 1px solid #00643a;
  padding: 0.625em 1.25em;
  display: block;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #d2edd7;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
}
@media screen and (max-width:1024px) {
  .form-input__textarea {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-input__textarea {
    font-size: 14px;
  }
}
.form-input__textarea:hover {
  background-color: #ccecd8;
}
.form-input__textarea:focus {
  background-color: #ccecd8;
}
.form-input__textarea.disabled {
  background-color: rgba(0, 100, 58, 0.2);
}
.form-input__textarea.invalid {
  border-bottom: 1px solid #e53b2e;
  background-color: rgba(229, 59, 46, 0.1);
}

/* ----- btn-group ----- */
.form-btn-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid rgba(0, 100, 58, 0.3);
  border-right: none;
  border-bottom: none;
}
.form-btn-group > * {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 1px solid rgba(0, 100, 58, 0.3);
  border-right: 1px solid rgba(0, 100, 58, 0.3);
}
.form-btn-group > *:not(:last-child) {
  border-right: 1px solid rgba(0, 100, 58, 0.3);
}

/* ----- input checkbox ----- */
.form-checkbox {
  font-size: 18px;
  line-height: 2;
  display: inline-block;
  margin: 0.25em 0.25em 0.5em 0;
  position: relative;
  z-index: 1;
  color: #00643a;
  margin-top: -0.3125em;
  margin-bottom: -0.3125em;
}
@media screen and (max-width:1024px) {
  .form-checkbox {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-checkbox {
    font-size: 14px;
  }
}
.form-btn-group .form-checkbox {
  margin: 0;
}
.form-checkbox__btn {
  font-size: 10px;
  line-height: 1;
}
.form-checkbox__label {
  position: relative;
  padding: 0.625em 0.625em;
  display: inline-block;
  margin: 0.3125em;
}
@media screen and (max-width:960px) {
  .form-checkbox__label {
    margin: 0.3125em 0.1875em;
  }
}
.form-btn-group .form-checkbox__label {
  display: block;
}
.form-checkbox--btn .form-checkbox__label {
  padding: 0;
}
.form-checkbox--s .form-checkbox__label {
  font-size: 15px;
  line-height: 2;
  padding: 0.625em 0.75em 0.625em 0.75em;
}
@media screen and (max-width:1024px) {
  .form-checkbox--s .form-checkbox__label {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .form-checkbox--s .form-checkbox__label {
    font-size: 13px;
  }
}
.form-checkbox__input {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.form-checkbox__input:checked + .form-checkbox__btn, .form-checkbox__input:checked + .form-checkbox__text {
  color: #FFF;
}
.form-checkbox__input:checked + .form-checkbox__btn::before, .form-checkbox__input:checked + .form-checkbox__text::before {
  background-color: #23ac38;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2) inset;
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2) inset;
}
.form-checkbox__input:checked + .form-checkbox__btn::after, .form-checkbox__input:checked + .form-checkbox__text::after {
  -webkit-box-shadow: 0 0 rgba(0, 100, 58, 0.3);
          box-shadow: 0 0 rgba(0, 100, 58, 0.3);
  border: 1px solid #23ac38;
  background-size: 14px 14px;
  background-color: #fff;
}
.form-checkbox__text {
  padding-left: 32px;
}
.form-checkbox--none .form-checkbox__text {
  padding-left: 0;
}
.form-checkbox--none .form-checkbox__text::after {
  display: none;
}
.form-checkbox__text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #FFF;
  border: 1px solid #00643a;
  z-index: -1;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.disabled .form-checkbox__text::before {
  background-color: rgba(0, 100, 58, 0.2);
}
.invalid .form-checkbox__text::before {
  background-color: rgba(229, 59, 46, 0.1);
}
.form-checkbox__text:hover::before {
  background-color: #ccecd8;
}
.form-checkbox__text::after {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -11px;
}
@media screen and (max-width:960px) {
  .form-checkbox__text::after {
    left: 10px;
  }
}
.form-checkbox--s .form-checkbox__text::after {
  left: 10px;
}
.form-checkbox__btn {
  width: 23px;
}
.form-checkbox__btn::after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.form-checkbox__btn, .form-checkbox__text {
  display: inline-block;
}
.form-checkbox__btn::after, .form-checkbox__text::after {
  content: "";
  width: 23px;
  height: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 100, 58, 0.3);
  border: 1px solid #00643a;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
  background-image: url(../images/check_icon.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 0 0;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 4px;
}
.invalid .form-checkbox__btn::after, .invalid .form-checkbox__text::after {
  border-color: #e53b2e;
}
.form-checkbox__btn:hover::after, .form-checkbox__text:hover::after {
  border: 1px solid #23ac38;
}

/* ----- input radio ----- */
.form-radio {
  display: inline-block;
  margin: 0.25em 0.25em 0.5em 0;
  font-size: 18px;
  line-height: 2;
  position: relative;
  z-index: 1;
  color: #00643a;
  margin-top: -0.3125em;
  margin-bottom: -0.3125em;
}
@media screen and (max-width:1024px) {
  .form-radio {
    font-size: 16px;
  }
}
@media screen and (max-width:960px) {
  .form-radio {
    font-size: 14px;
  }
}
.form-radio--xl .form-radio {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: 0;
  margin-right: 0;
}
@media screen and (max-width:960px) {
  .form-radio--xl .form-radio {
    display: block;
  }
}
.form-radio--l .form-radio {
  text-align: center;
  display: block;
}
.form-radio__btn {
  font-size: 10px;
  line-height: 1;
}
.form-radio__label {
  position: relative;
  padding: 0.625em 0.625em;
  display: inline-block;
  margin: 0.3125em;
}
@media screen and (max-width:960px) {
  .form-radio__label {
    margin: 0.3125em 0em;
  }
}
.form-btn-group .form-radio__label {
  display: block;
}
.form-radio--btn .form-radio__label {
  padding: 0px;
}
.form-radio--s .form-radio__label {
  font-size: 15px;
  line-height: 2;
  padding: 0.625em 0.75em 0.625em 0.75em;
}
@media screen and (max-width:1024px) {
  .form-radio--s .form-radio__label {
    font-size: 14px;
  }
}
@media screen and (max-width:960px) {
  .form-radio--s .form-radio__label {
    font-size: 13px;
  }
}
.form-radio--l .form-radio__label {
  font-size: 22px;
  line-height: 2;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  padding: 0.625em 0.75em 0.625em 0.75em;
}
@media screen and (max-width:1024px) {
  .form-radio--l .form-radio__label {
    font-size: 20px;
  }
}
@media screen and (max-width:960px) {
  .form-radio--l .form-radio__label {
    font-size: 18px;
  }
}
@media screen and (max-width:960px) {
  .form-radio--l .form-radio__label {
    font-size: 15px;
  }
}
.form-radio--xl .form-radio__label {
  font-size: 22px;
  line-height: 2;
  padding: 0.625em 0.75em 0.625em 0.75em;
  width: 48%;
}
@media screen and (max-width:1024px) {
  .form-radio--xl .form-radio__label {
    font-size: 20px;
  }
}
@media screen and (max-width:960px) {
  .form-radio--xl .form-radio__label {
    font-size: 18px;
  }
}
@media screen and (max-width:960px) {
  .form-radio--xl .form-radio__label {
    width: 100%;
  }
}
.form-radio__input {
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.form-radio__input:checked + .form-radio__text, .form-radio__input:checked + .form-radio__btn {
  color: #FFF;
}
.form-radio__input:checked + .form-radio__text::before, .form-radio__input:checked + .form-radio__btn::before {
  background-color: #23ac38;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2) inset;
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2) inset;
}
.form-radio__input:checked + .form-radio__text::after, .form-radio__input:checked + .form-radio__btn::after {
  -webkit-box-shadow: 0 0 0 rgba(0, 100, 58, 0.3);
          box-shadow: 0 0 0 rgba(0, 100, 58, 0.3);
  border: 1px solid #23ac38;
  background: radial-gradient(circle, #23ac38, #23ac38 5px, #fff 6px, #fff);
}
.form-radio__text {
  padding-left: 32px;
}
.form-radio--none .form-radio__text {
  padding-left: 0;
}
.form-radio--none .form-radio__text::after {
  display: none;
}
.form-radio--l .form-radio__text {
  border-left: 2px solid #00643a;
  padding-left: 10px;
  margin-left: 37px;
}
@media screen and (max-width:960px) {
  .form-radio--l .form-radio__text {
    padding-left: 0px;
    margin-left: 32px;
    border-left: 0px solid #00643a;
  }
}
.form-radio--xl .form-radio__text {
  padding-left: 0;
  margin-top: 32px;
  display: block;
  border-top: 2px solid #00643a;
  padding-top: 10px;
}
.form-radio__text .t1 {
  text-align: center;
  display: block;
  font-size: 32px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width:960px) {
  .form-radio__text .t1 {
    font-size: 24px;
  }
}
.form-radio__text .t2 {
  text-align: center;
  display: block;
  font-size: 20px;
  line-height: 1.4;
  padding-top: 5px;
}
@media screen and (max-width:960px) {
  .form-radio__text .t2 {
    font-size: 14px;
  }
}
.form-radio__text .t3 {
  text-align: center;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  color: #000;
  padding-top: 5px;
}
.form-radio__text::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #d2edd7;
  z-index: -1;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
  border-radius: 10px;
  background-color: #FFF;
  border: 1px solid #00643a;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.disabled .form-radio__text::before {
  background-color: rgba(0, 100, 58, 0.2);
}
.invalid .form-radio__text::before {
  background-color: rgba(229, 59, 46, 0.1);
}
.form-radio__text:hover::before {
  background-color: #ccecd8;
}
.form-radio__text::after {
  position: absolute;
  top: 50%;
  left: 14px;
  margin-top: -11px;
}
@media screen and (max-width:960px) {
  .form-radio__text::after {
    left: 10px;
  }
}
.form-radio--s .form-radio__text::after {
  left: 10px;
}
.form-radio--xl .form-radio__text::after {
  top: 10px;
  left: 50%;
  margin-top: 0px;
  margin-left: -11px;
}
.form-radio__btn {
  width: 23px;
}
.form-radio__btn::after {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.form-radio__btn, .form-radio__text {
  display: inline-block;
}
.form-radio__btn::after, .form-radio__text::after {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: rgba(0, 100, 58, 0.3);
  border: 1px solid #00643a;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2), 0 0 10px #FFF;
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2), 0 0 10px #FFF;
  -webkit-transition-property: border;
  transition-property: border;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.invalid .form-radio__btn::after, .invalid .form-radio__text::after {
  border-color: #e53b2e;
}
.form-radio__btn:hover::after, .form-radio__text:hover::after {
  border: 1px solid #23ac38;
}

/* ----- input select ----- */
.form-select {
  position: relative;
  font-size: 22px;
  line-height: 2;
  pointer-events: none;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
}
@media screen and (max-width:1024px) {
  .form-select {
    font-size: 20px;
  }
}
@media screen and (max-width:960px) {
  .form-select {
    font-size: 18px;
  }
}
.form-select::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 0.75em;
  height: 0.75em;
  border-style: solid;
  border-width: 0 0.1875em 0.1875em 0;
  border-color: transparent #00643a #00643a transparent;
  position: absolute;
  right: 1.25em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-select:hover::after {
  border-color: transparent #23ac38 #23ac38 transparent;
}
.form-select__input {
  width: 100%;
  border: 1px solid #00643a;
  padding: 0.625em 2.8125em 0.625em 1.25em;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  background-color: #FFF;
  -webkit-box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
          box-shadow: 0 2px 3px rgba(0, 100, 58, 0.2);
  pointer-events: all;
  border-radius: 10px;
  color: #00643a !important;
}
.form-select__input:hover {
  background-color: #ccecd8;
}
.form-select__input:focus {
  background-color: #ccecd8;
}
.form-select__input.disabled {
  background-color: rgba(0, 100, 58, 0.2);
}
.form-select__input.invalid {
  border: 1px solid #e53b2e;
  background-color: rgba(229, 59, 46, 0.1);
}

img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  touch-callout: none;
  -ms-user-select: none;
  user-select: none;
}/*# sourceMappingURL=style.css.map */