@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

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

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

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

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -moz-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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #1A1A1A;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .80;
}

a {
  color: #1A1A1A;
}

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

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #1A1A1A;
  font-family: "M PLUS 1p", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

html, body {
  width: 100%;
  height: 100%;
}

button {
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.7;
}

@-webkit-keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@-moz-keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
         transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
         transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(2px);
         transform: translateY(2px);
  }
}

@keyframes arrowBounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
            transform: translateY(2px);
  }
}

@media screen and (min-width: 769px), print {
  a[href^=tel] {
    pointer-events: none;
    text-decoration: none;
    cursor: default !important;
  }
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .row {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  .inner {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 769px) and (max-width: 1199px) and (min-width: 769px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (min-width: 769px), print {
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
         transform: perspective(1px) translateZ(0);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
         box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  }
  .hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    -moz-animation-name: hvr-pop;
         animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    -moz-animation-duration: 0.3s;
         animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
         animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
         animation-iteration-count: 1;
  }
  .text-cm {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.66667;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 37px 50px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.change {
    background-color: #00a162;
    padding: 21.6px 50px;
  }
  .header.change h1 a {
    width: 133px;
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header.change .menu_icon_in {
    color: #fff;
  }
  .header.change .menu_icon_in i {
    background: #fff;
  }
  .header.change .menu_icon_in i::after {
    background: url("../img/ic_plus.svg") center no-repeat;
    -moz-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 200px;
    background: url("../img/logoChild.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header h1 a img {
    visibility: hidden;
  }
  .header .row {
    padding: 0;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #00A162;
    padding: 114px 47px 114px 37px;
    color: #fff;
    width: 273px;
    height: 100vh;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_menuSub ul {
    padding-bottom: 29px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header .header_menuSub ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }
  .header .header_menuSub ul li + li {
    margin-top: 23px;
  }
  .header .header_menuSub ul::after {
    position: absolute;
    content: "";
    width: 111px;
    height: 0;
    border-bottom: 3px dotted #fff;
    left: 0;
    bottom: 0;
  }
  .header .header_menuSub ul + ul {
    margin-top: 31px;
  }
  .header .header_menuSub .btns {
    margin-top: 31px;
  }
  .header .header_menuSub .btns a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 57px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 9px;
         border-radius: 9px;
    color: #fff;
    text-align: center;
  }
  .header .header_menuSub .btns a small {
    font-size: 13px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .header .header_menuSub .btns a span {
    font-size: 16px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .header .header_menuSub .btns a.subcription {
    background: #9CCE87;
  }
  .header .header_menuSub .btns a.contact {
    background: #FECE49;
  }
  .header .header_menuSub .btns a + a {
    margin-top: 16px;
  }
  .header .header_menuSub .logoBig {
    margin-top: 64px;
    text-align: center;
  }
  .header .header_menuSub .logoBig a {
    display: inline-block;
    line-height: 0;
    width: 133.81px;
  }
  .header .header_menuSub .logoBig a img {
    width: 100%;
    height: auto;
  }
  .header .header_menuSub.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
  }
  .header .menu_icon.active .menu_icon_in {
    color: #fff;
  }
  .header .menu_icon.active .menu_icon_in i:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_icon.active .menu_icon_in i {
    background: #fff;
  }
  .header .menu_icon.active .menu_icon_in i::after {
    background: url("../img/ic_plus.svg") center no-repeat;
    -moz-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .header .menu_icon_in {
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    color: #00A162;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu_icon_in i {
    display: block;
    width: 24px;
    height: 24px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background-color: #00A162;
    margin-left: 8px;
    position: relative;
  }
  .header .menu_icon_in i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/ic_plus_white.svg) center no-repeat;
    -moz-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .header .menu_icon_in.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_icon_in.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .footer {
    padding: 275px 0 80px;
    background: #fff;
  }
  .footer__logo {
    margin-bottom: 189px;
    text-align: center;
  }
  .footer__logo img {
    width: 185px;
  }
  .footer__nav {
    width: 270px;
    margin: 131px auto 0;
    display: block;
  }
  .footer__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 30px;
    width: 100%;
  }
  .footer-menu__link {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.66667;
    text-align: left;
    color: #000;
    display: block;
    position: relative;
    padding-right: 16px;
  }
  .footer-menu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background: url(../img/ft_ar.svg) center/100% 100% no-repeat;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-menu__link:hover {
    opacity: 1;
  }
  .footer-menu__link:hover::after {
    -webkit-transform: translate(5px, -50%);
       -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .footer-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 100px 0 151px;
    width: 516px;
    color: #fff;
    text-decoration: none;
    background: #000;
    min-height: 126px;
    -moz-border-radius: 20px;
         border-radius: 20px;
    background: #000;
    position: relative;
  }
  .footer-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 14.9px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 109.89px;
    height: 99.09px;
    background: url(../img/ft_ic.png) center/100% 100% no-repeat;
    display: block;
    opacity: 0.3;
  }
  .footer-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/ft_ar02.png) center/100% 100% no-repeat;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .footer-button--green {
    background: #0ea05d;
  }
  .footer-button__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-button__content small {
    font-weight: bold;
    font-size: 15px;
    color: #fff;
  }
  .footer-button__content strong {
    font-weight: bold;
    font-size: 35px;
    color: #fff;
  }
  .footer-button:hover {
    opacity: 1;
  }
  .footer-button:hover::after {
    -webkit-transform: translate(5px, -50%);
       -moz-transform: translate(5px, -50%);
        -ms-transform: translate(5px, -50%);
            transform: translate(5px, -50%);
  }
  .p_top .header h1 a {
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .header .menu_icon_in {
    color: #fff;
  }
  .p_top .header .menu_icon_in i {
    background: #fff;
  }
  .p_top .header .menu_icon_in i::after {
    background: url("../img/ic_plus.svg") center no-repeat;
    -moz-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .p_top .mv {
    position: relative;
  }
  .p_top .mv > figure img, .p_top .mv > picture img {
    display: block;
    width: 100%;
    height: 100svh;
    object-fit: cover;
  }
  .p_top .mv__sc {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 50px;
  }
  .p_top .mv__sc span {
    position: relative;
    padding-left: 30px;
    font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #fff;
    display: inline-block;
    -webkit-animation: arrowBounce 1.6s infinite;
       -moz-animation: arrowBounce 1.6s infinite;
            animation: arrowBounce 1.6s infinite;
  }
  .p_top .mv__sc span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: url(../img/ic_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .p_top .mv__txt .row {
    max-width: 1320px;
  }
  .p_top .mv__txt img {
    width: 585px;
  }
  .p_top .mv__video {
    width: 357px;
    position: absolute;
    z-index: 1;
    right: 77px;
    bottom: 91px;
  }
  .p_top .mv__video p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.42857;
    text-align: left;
    color: #fff;
    margin-top: 18px;
  }
  .p_top .mv__video .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .p_top .mv__video .videoWr iframe, .p_top .mv__video .videoWr video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 10px;
         border-radius: 10px;
    overflow: hidden;
  }
  .p_top .c-tl {
    margin-bottom: 60px;
  }
  .p_top .c-tl em {
    display: inline-block;
    font-style: normal;
    text-align: right;
  }
  .p_top .c-tl span {
    display: block;
    font-weight: bold;
    font-size: 65px;
    letter-spacing: -0.05em;
    color: #0da05c;
  }
  .p_top .c-tl small {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2.125;
    text-align: right;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .p_top .c-tl small::before {
    content: "";
    margin-right: 12px;
    width: 54px;
    height: 18px;
    background: url(../img/dots.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .c-tl02 {
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    color: #0da05c;
    margin-bottom: 16px;
  }
  .p_top .c-btnWr {
    text-align: right;
  }
  .p_top a.c-btn, .p_top button.c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 158px;
    min-height: 44px;
    background: #0da05c;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-top: 55px;
    -moz-border-radius: 4px;
         border-radius: 4px;
  }
  .p_top a.c-btn::after, .p_top button.c-btn::after {
    content: "";
    margin-left: 10px;
    width: 12px;
    height: 12px;
    background: url(../img/ic_ar02.svg) center/100% 100% no-repeat;
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top a.c-btn:hover, .p_top button.c-btn:hover {
    opacity: 1;
  }
  .p_top a.c-btn:hover::after, .p_top button.c-btn:hover::after {
    -webkit-transform: translateX(5px);
       -moz-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
  .p_top .news {
    padding: 140px 0 230px;
    background: url(../img/news_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .news__header {
    margin-bottom: 70px;
  }
  .p_top .news .c-tl {
    margin-bottom: -22px;
  }
  .p_top .products {
    padding: 178px 0 154px;
    background: #FDFCFB;
  }
  .p_top .products__header {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 115px;
    margin-bottom: 108px;
  }
  .p_top .products__header .c-tl {
    margin: 0;
  }
  .p_top .products__intro {
    width: 100%;
    font-size: 15px;
    line-height: 2.33333;
    letter-spacing: 0.05em;
  }
  .p_top .products__list {
    gap: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .p_top .products__list .c-btn {
    margin-top: 17px;
  }
  .p_top .company {
    position: relative;
    background-color: rgba(255, 255, 255, 0.52);
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    min-height: 910px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .company::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48.5%;
    height: 100%;
    background: url(../img/company_bg.jpg) center/100% 100% no-repeat;
    display: block;
    -moz-background-size: cover;
         background-size: cover;
    z-index: -1;
  }
  .p_top .company__card {
    width: 50%;
    margin-left: auto;
    padding-left: 8%;
  }
  .p_top .technology {
    padding: 270px 0 306px;
    background: url(../img/technology_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .technology__inner {
    position: relative;
  }
  .p_top .technology__image {
    position: absolute;
    top: 50%;
    left: 110px;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1514px;
    height: 1047px;
    -moz-border-radius: 22px;
         border-radius: 22px;
    -moz-box-shadow: -22px 22px 0px 0px #0da05c;
         box-shadow: -22px 22px 0px 0px #0da05c;
  }
  .p_top .technology__image img {
    -moz-border-radius: 22px;
         border-radius: 22px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .technology__card {
    width: 644px;
    min-height: 703px;
    -moz-border-radius: 10px;
         border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 74px 76px 83px 70px;
    margin-left: -70px;
  }
  .p_top .technology__text {
    margin-bottom: 40px;
    color: #333;
    font-size: 15px;
    line-height: 2;
  }
  .p_top .technology__button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 170px;
    height: 52px;
    -moz-border-radius: 4px;
         border-radius: 4px;
    background: #00a651;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .p_top .technology__button:hover {
    background: #008845;
  }
  .p_top .project {
    padding: 145px 0;
    background: url(../img/project_bg.jpg) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .project__card {
    width: 500px;
    margin-left: auto;
    padding-left: 17px;
  }
  .p_top .recruit {
    margin-top: 193px;
  }
  .p_top .recruit__card::after {
    content: "";
    clear: both;
    display: table;
  }
  .p_top .recruit__card .c-tl {
    float: left;
    width: 434px;
    margin-bottom: 110px;
  }
  .p_top .recruit__card picture {
    width: 540px;
    float: right;
    -moz-border-radius: 29px;
         border-radius: 29px;
    overflow: hidden;
  }
  .p_top .recruit__card picture img {
    width: 100%;
    height: auto;
  }
  .p_top .recruit__card .c-tl02 {
    float: left;
    width: 434px;
    margin-bottom: 58px;
  }
  .p_top .recruit__card .text-cm {
    float: left;
    width: 434px;
  }
  .p_top .recruit__card .c-btnWr {
    float: left;
    text-align: left;
    width: 434px;
  }
  .p_top .product-card {
    padding: 0 15px 55px 55px;
    border-left: 1px dashed rgba(112, 112, 112, 0.23);
  }
  .p_top .product-card__image {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-bottom: 70px;
    min-height: 402px;
  }
  .p_top .product-card__image img {
    width: 282px;
    max-width: 100%;
  }
  .p_top .product-card__image--type02 {
    margin-top: -10px;
    margin-bottom: 80px;
  }
  .p_top .product-card__image--type02 img {
    width: 343px;
  }
  .p_top .product-card__title {
    margin-bottom: 24px;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    text-align: left;
    color: #000;
  }
  .p_top .news-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 54px;
    padding: 36px 0;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.23);
  }
  .p_top .news-item:hover {
    opacity: 1;
  }
  .p_top .news-item:hover img {
    opacity: 1;
  }
  .p_top .news-item:hover .news-item__thumb img {
    -webkit-transform: scale(1.05);
       -moz-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .p_top .news-item__thumb {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 220px;
    height: 163px;
    overflow: hidden;
    -moz-border-radius: 8px;
         border-radius: 8px;
  }
  .p_top .news-item__thumb img {
    overflow: hidden;
    -moz-border-radius: 8px;
         border-radius: 8px;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .news-item__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .news-item__meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0 7px;
  }
  .p_top .news-item__category {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 120px;
    height: 28px;
    -moz-border-radius: 999px;
         border-radius: 999px;
    background: #9cce87;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .p_top .news-item__date {
    font-weight: bold;
    font-size: 15px;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    width: 120px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .news-item__title {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2.66667;
    text-align: left;
    color: #0da05c;
  }
  .p_top .news-item__text {
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.33333;
  }
  .pChild__ttl {
    position: relative;
    padding: 249px 0;
    background: #FDFCFB;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__ttl::after {
    position: absolute;
    content: "";
    width: 983px;
    height: 193px;
    background: url("../img/logoMask.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .pChild__ttl--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pChild__ttl--inner h1, .pChild__ttl--inner em {
    font-size: 65px;
    line-height: 91px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #00A162;
    font-style: normal;
  }
  .pChild__ttl--inner span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    margin-top: 25px;
  }
  .pChild__ttl--inner span::before {
    content: "";
    width: 54px;
    height: 18px;
    background: url(../img/dots.png) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 19px;
  }
  .pChild__ttl.st2 {
    padding: 178px 0 133px;
  }
  .pChild__ttl.st2 .pChild__ttl--inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pChild__ttl.st2 .pChild__ttl--inner span {
    margin-top: 0;
    width: auto;
  }
  .pChild__company .title {
    text-align: center;
  }
  .pChild__company .title span {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #00A162;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 16px;
  }
  .pChild__company .title span::after {
    position: absolute;
    content: "";
    width: 51px;
    height: 3px;
    background: #00A162;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pChild__company .title h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 65px;
  }
  .pChild__company .txt {
    font-size: 16px;
    line-height: 2.1875;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    max-width: 1010px;
    width: 100%;
    margin: 41px auto 0;
  }
  .pChild__company .mission {
    padding: 179px 0 321px;
    background: url("../img/mission.png") bottom center no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
  }
  .pChild__company .vission {
    padding: 110px 0 209px;
  }
  .pChild__company .profile__main {
    padding-top: 148px;
    padding-bottom: 192px;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__company .profile__main::before {
    position: absolute;
    content: "";
    width: -webkit-calc(100% + 195px);
    width: -moz-calc(100% + 195px);
    width: calc(100% + 195px);
    height: 100%;
    top: 0;
    left: -105px;
    background: #FDFCFB;
    -moz-border-radius: 30px;
         border-radius: 30px;
    z-index: -1;
  }
  .pChild__company .profile__main--title h2 {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #000000;
  }
  .pChild__company .profile__main--title span {
    font-size: 20px;
    line-height: 1.45;
    display: inline-block;
    font-weight: 700;
    color: #00A162;
    margin-top: 12px;
  }
  .pChild__company .profile__main--list {
    margin-top: 77px;
  }
  .pChild__company .profile__main--list dl {
    padding: 38px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    border-bottom: 1px solid rgba(112, 112, 112, 0.09);
  }
  .pChild__company .profile__main--list dl dt {
    width: 217px;
    font-weight: 700;
  }
  .pChild__company .profile__main--list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 400;
  }
  .pChild__privacy {
    padding: 75px 0 0;
  }
  .pChild__privacy--main {
    counter-reset: dl;
  }
  .pChild__privacy--main dl {
    counter-increment: dl;
  }
  .pChild__privacy--main dl + dl {
    margin-top: 44px;
  }
  .pChild__privacy--main dl dt {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #00A162;
  }
  .pChild__privacy--main dl dt::before {
    content: counter(dl) ".";
  }
  .pChild__privacy--main dl dd {
    margin-top: 24px;
  }
  .pChild__privacy--main dl dd p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
    color: #1A1A1A;
    letter-spacing: 0.05em;
  }
  .pChild__privacy--main dl dd ul {
    counter-reset: li;
  }
  .pChild__privacy--main dl dd ul li {
    counter-increment: li;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
  }
  .pChild__privacy--main dl dd ul li::before {
    content: counter(li, lower-alpha) ". ";
  }
  .pChild__news--detail {
    padding-top: 115px;
    max-width: 1000px;
  }
  .pChild__news--detail .top {
    max-width: 500px;
    width: 100%;
    margin: 0 auto 104px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__news--detail .top h1 {
    width: 100%;
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.05em;
    margin-bottom: 24px;
  }
  .pChild__news--detail .top time {
    font-size: 15px;
    line-height: 21px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pChild__news--detail .top span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    min-width: 120px;
    height: 28px;
    padding: 0 10px;
    -moz-border-radius: 14px;
         border-radius: 14px;
    background: #9CCE87;
  }
  .pChild__news--detail .thumb {
    margin-bottom: 88px;
  }
  .pChild__news--detail .thumb img {
    width: 100%;
    height: auto;
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .pChild__news--detail .content p {
    font-size: 15px;
    line-height: 35px;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 97px;
  }
  .pChild__news--detail .content img {
    -moz-border-radius: 20px;
         border-radius: 20px;
  }
  .pChild__contact {
    margin-top: 90px;
    padding-bottom: 5px;
  }
  .pChild__contact--main {
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
         box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.06);
    padding: 105px 105px 125px;
  }
  .pChild__contact--main .intro {
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
  .pChild__contact--main .form {
    margin-top: 90px;
  }
  .pChild__contact--main .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pChild__contact--main .form dl dt {
    font-size: 16px;
    line-height: 35px;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    width: 249px;
    margin-right: 53px;
  }
  .pChild__contact--main .form dl dt.any::after {
    content: "任意";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 26px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #E5E7EA;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
  .pChild__contact--main .form dl dt.required::after {
    content: "必須";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 54px;
    height: 26px;
    -moz-border-radius: 5px;
         border-radius: 5px;
    background: #00A162;
    font-size: 15px;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .pChild__contact--main .form dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput {
    width: 100%;
  }
  .pChild__contact--main .form dl dd .wrapInput input, .pChild__contact--main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 52px;
    -moz-border-radius: 6px;
         border-radius: 6px;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.26);
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 15px 25px;
    outline: none;
  }
  .pChild__contact--main .form dl dd .wrapInput input::-webkit-input-placeholder, .pChild__contact--main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput input::-moz-placeholder, .pChild__contact--main .form dl dd .wrapInput textarea::-moz-placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput input:-ms-input-placeholder, .pChild__contact--main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput input::placeholder, .pChild__contact--main .form dl dd .wrapInput textarea::placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput textarea {
    height: 264px;
  }
  .pChild__contact--main .form dl + dl {
    margin-top: 36px;
  }
  .pChild__contact--main .form dl.fs {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__contact--main .form dl.fs dt {
    margin-top: 13px;
  }
  .pChild__contact--main .form .privacy {
    margin-top: 79px;
    text-align: center;
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
  .pChild__contact--main .form .privacy a {
    color: #00A162;
    text-decoration: underline;
  }
  .pChild__contact--main .form .checkPrivacy {
    text-align: center;
    margin-top: 90px;
  }
  .pChild__contact--main .form .checkPrivacy label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .pChild__contact--main .form .checkPrivacy label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__contact--main .form .checkPrivacy label input:checked + span::before {
    content: "\2713";
  }
  .pChild__contact--main .form .checkPrivacy label span {
    font-size: 15px;
    line-height: 35px;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    position: relative;
    padding: 0 0 0 34px;
  }
  .pChild__contact--main .form .checkPrivacy label span::before {
    position: absolute;
    content: "";
    width: 23px;
    height: 21px;
    -moz-border-radius: 3px;
         border-radius: 3px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid rgba(112, 112, 112, 0.69);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 23px;
    line-height: 1;
    font-weight: 700;
  }
  .pChild__contact--main .form .wrapBtn {
    margin-top: 72px;
    text-align: center;
  }
  .pChild__contact--main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 423px;
    height: 70px;
    background: #00A162;
    -moz-border-radius: 10px;
         border-radius: 10px;
    outline: none;
    cursor: pointer;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    color: #fff;
    font-size: 15px;
    line-height: 35px;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .row {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
  .inner {
    padding-left: 3.46667vw;
    padding-right: 3.46667vw;
  }
  .text-cm {
    font-size: 4vw;
    line-height: 2;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.2vw 3.46667vw;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 1px solid #fff;
  }
  .header.change {
    background-color: #00a162;
  }
  .header.change h1 a {
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .header.change .menu_icon_in {
    color: #fff;
  }
  .header.change .menu_icon_in i {
    background: #fff;
  }
  .header.change .menu_icon_in i::after {
    background: url("../img/ic_plus.svg") center no-repeat;
    -moz-background-size: 3.2vw 3.2vw;
         background-size: 3.2vw 3.2vw;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 a {
    display: block;
    width: 24.8vw;
    background: url("../img/logoChild.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header h1 a img {
    visibility: hidden;
  }
  .header .row {
    padding: 0;
  }
  .header .header_menuSub {
    position: fixed;
    height: 0;
    opacity: 0;
    top: 0;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    z-index: 1001;
    background-color: #00A162;
    padding: 21.33333vw 8vw;
    color: #fff;
    width: 100%;
    height: 100vh;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
  }
  .header .header_menuSub ul {
    padding-bottom: 7.73333vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .header .header_menuSub ul li a {
    color: #fff;
    font-size: 4vw;
    line-height: 5.6vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: capitalize;
  }
  .header .header_menuSub ul li + li {
    margin-top: 6.13333vw;
  }
  .header .header_menuSub ul::after {
    position: absolute;
    content: "";
    width: 29.6vw;
    height: 0;
    border-bottom: 3px dotted #fff;
    left: 0;
    bottom: 0;
  }
  .header .header_menuSub ul + ul {
    margin-top: 8.26667vw;
  }
  .header .header_menuSub .btns {
    margin-top: 8.26667vw;
  }
  .header .header_menuSub .btns a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 15.2vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -moz-border-radius: 2.4vw;
         border-radius: 2.4vw;
    color: #fff;
    text-align: center;
  }
  .header .header_menuSub .btns a small {
    font-size: 3.46667vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .header .header_menuSub .btns a span {
    font-size: 4.26667vw;
    line-height: 1;
    font-weight: 700;
    color: #fff;
  }
  .header .header_menuSub .btns a.subcription {
    background: #9CCE87;
  }
  .header .header_menuSub .btns a.contact {
    background: #FECE49;
  }
  .header .header_menuSub .btns a + a {
    margin-top: 4.26667vw;
  }
  .header .header_menuSub .logoBig {
    margin-top: 17.06667vw;
    text-align: center;
  }
  .header .header_menuSub .logoBig a {
    display: inline-block;
    line-height: 0;
    width: 35.68267vw;
  }
  .header .header_menuSub .logoBig a img {
    width: 100%;
    height: auto;
  }
  .header .header_menuSub.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 9999;
  }
  .header .menu_icon.active .menu_icon_in {
    color: #fff;
  }
  .header .menu_icon.active .menu_icon_in i:after {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_icon.active .menu_icon_in i {
    background: #fff;
  }
  .header .menu_icon.active .menu_icon_in i::after {
    background: url("../img/ic_plus.svg") center no-repeat;
    -moz-background-size: 3.2vw 3.2vw;
         background-size: 3.2vw 3.2vw;
  }
  .header .menu_icon_in {
    font-weight: bold;
    font-size: 3.73333vw;
    text-align: left;
    color: #00A162;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu_icon_in i {
    width: 5.86667vw;
    height: 5.86667vw;
    display: block;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    background-color: #00A162;
    margin-left: 2.13333vw;
    position: relative;
  }
  .header .menu_icon_in i::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/ic_plus_white.svg) center no-repeat;
    -moz-background-size: 3.2vw 3.2vw;
         background-size: 3.2vw 3.2vw;
  }
  .header .menu_icon_in.is_active i:before {
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header .menu_icon_in.is_active i:after {
    -webkit-transform: rotate(-135deg);
       -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }
  .footer {
    padding: 0 0 18.66667vw;
    background: #fff;
  }
  .footer__logo {
    margin-bottom: 25.33333vw;
    text-align: center;
  }
  .footer__logo a {
    display: inline-block;
    line-height: 0;
  }
  .footer__logo img {
    width: 49.33333vw;
  }
  .footer__body {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer__actions {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.26667vw;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 9.6vw;
  }
  .footer-menu {
    padding-left: 10.66667vw;
    padding-right: 10.66667vw;
  }
  .footer-menu__link {
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2.66667;
    text-align: left;
    color: #000;
    display: block;
    position: relative;
  }
  .footer-menu__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.6vw;
    height: 2.66667vw;
    background: url(../img/ft_ar.svg) center/100% 100% no-repeat;
    display: block;
  }
  .footer-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 17.86667vw 0 26.13333vw;
    color: #fff;
    text-decoration: none;
    background: #000;
    min-height: 22.66667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    background: #000;
    position: relative;
  }
  .footer-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.69333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 19.87733vw;
    height: 17.92267vw;
    background: url(../img/ft_ic.png) center/100% 100% no-repeat;
    display: block;
    opacity: 0.3;
  }
  .footer-button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 6.4vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.33333vw;
    height: 5.33333vw;
    background: url(../img/ft_ar02.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer-button--green {
    background: #0ea05d;
  }
  .footer-button__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-button__content small {
    font-weight: bold;
    font-size: 2.66667vw;
    color: #fff;
  }
  .footer-button__content strong {
    font-weight: bold;
    font-size: 6.13333vw;
    color: #fff;
  }
  .p_top .header h1 a {
    background: url("../img/logo.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
  }
  .p_top .header .menu_icon_in {
    color: #fff;
  }
  .p_top .header .menu_icon_in i {
    background: #fff;
  }
  .p_top .header .menu_icon_in i::after {
    background: url("../img/ic_plus.svg") center no-repeat;
    -moz-background-size: 12px 12px;
         background-size: 12px 12px;
  }
  .p_top .mv {
    background-color: #00011F;
    min-height: 197.33333vw;
    position: relative;
  }
  .p_top .mv > figure img, .p_top .mv > picture img {
    display: block;
    width: 100%;
  }
  .p_top .mv__sc {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: 13.33333vw;
  }
  .p_top .mv__sc span {
    position: relative;
    padding-left: 8vw;
    font-weight: 500;
    font-size: 4.26667vw;
    text-align: left;
    color: #fff;
    display: inline-block;
    -webkit-animation: arrowBounce 1.6s infinite;
       -moz-animation: arrowBounce 1.6s infinite;
            animation: arrowBounce 1.6s infinite;
  }
  .p_top .mv__sc span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5.33333vw;
    height: 5.33333vw;
    background: url(../img/ic_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .mv__txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 65.6vw;
    z-index: 1;
  }
  .p_top .mv__txt .row {
    padding: 0 6.66667vw;
  }
  .p_top .mv__txt img {
    width: 78.93333vw;
  }
  .p_top .mv__video {
    width: 85.33333vw;
    position: absolute;
    z-index: 1;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 12.8vw;
  }
  .p_top .mv__video p {
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.42857;
    text-align: left;
    color: #fff;
    margin-top: 4.8vw;
  }
  .p_top .mv__video .videoWr {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }
  .p_top .mv__video .videoWr iframe, .p_top .mv__video .videoWr video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    overflow: hidden;
  }
  .p_top .c-tl {
    margin-bottom: 8vw;
    text-align: center;
  }
  .p_top .c-tl em {
    display: inline-block;
    font-style: normal;
    text-align: right;
  }
  .p_top .c-tl span {
    display: block;
    font-weight: bold;
    font-size: 11.2vw;
    letter-spacing: -0.05em;
    color: #0da05c;
  }
  .p_top .c-tl small {
    position: relative;
    font-weight: bold;
    font-size: 2.66667vw;
    letter-spacing: 0.05em;
    line-height: 2.125;
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .c-tl small::before {
    content: "";
    margin-right: 1.86667vw;
    width: 9.33333vw;
    height: 3.2vw;
    background: url(../img/dots.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .c-tl02 {
    font-weight: bold;
    font-size: 8.8vw;
    letter-spacing: 0.05em;
    line-height: 1.51515;
    text-align: center;
    color: #0da05c;
    margin-bottom: 8.53333vw;
  }
  .p_top .c-btnWr {
    text-align: center;
  }
  .p_top a.c-btn, .p_top button.c-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 56.53333vw;
    min-height: 16vw;
    background: #0da05c;
    font-weight: bold;
    font-size: 5.6vw;
    color: #fff;
    margin-top: 10.4vw;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
  }
  .p_top a.c-btn::after, .p_top button.c-btn::after {
    content: "";
    margin-left: 4vw;
    width: 4.26667vw;
    height: 4.26667vw;
    background: url(../img/ic_ar02.svg) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .news {
    padding: 16vw 0 8vw;
    background: url(../img/news_bg_sp.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .news .c-tl {
    margin-bottom: 0.8vw;
  }
  .p_top .news-item {
    padding: 11.73333vw 0 9.6vw;
    border-bottom: 1px dashed rgba(112, 112, 112, 0.23);
    position: relative;
    display: block;
  }
  .p_top .news-item:last-child {
    border-bottom: 0;
  }
  .p_top .news-item__thumb {
    height: 56vw;
    overflow: hidden;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
  }
  .p_top .news-item__thumb img {
    overflow: hidden;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .news-item__meta {
    padding: 4.53333vw 0 3.46667vw;
  }
  .p_top .news-item__category {
    position: absolute;
    right: 3.46667vw;
    top: 16.53333vw;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 32vw;
    height: 7.46667vw;
    -moz-border-radius: 266.4vw;
         border-radius: 266.4vw;
    background: #9cce87;
    font-size: 3.73333vw;
    letter-spacing: 0.05em;
    color: #fff;
  }
  .p_top .news-item__date {
    font-weight: bold;
    font-size: 4vw;
    letter-spacing: 0.05em;
    color: #1a1a1a;
    display: block;
  }
  .p_top .news-item__title {
    font-weight: bold;
    font-size: 5.33333vw;
    letter-spacing: 0.05em;
    line-height: 1.5;
    text-align: left;
    color: #0da05c;
  }
  .p_top .news-item__text {
    font-size: 4vw;
    letter-spacing: 0.05em;
    line-height: 2;
  }
  .p_top .products {
    background-color: #FDFCFB;
    padding: 20.53333vw 0 10.93333vw;
  }
  .p_top .products .c-tl {
    margin-bottom: 13.33333vw;
  }
  .p_top .products__intro {
    padding-left: 2.66667vw;
    padding-right: 2.66667vw;
    width: 100%;
    font-size: 4vw;
    line-height: 2;
    color: #19a464;
  }
  .p_top .products__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .product-card {
    padding: 18.66667vw 3.2vw;
  }
  .p_top .product-card:first-child {
    border-bottom: 1px dashed rgba(112, 112, 112, 0.23);
  }
  .p_top .product-card__image {
    margin-bottom: 5.86667vw;
    text-align: center;
  }
  .p_top .product-card__image img {
    width: 66.66667vw;
    display: inline-block;
  }
  .p_top .product-card__image--type02 {
    margin-top: -3.46667vw;
    margin-bottom: 11.73333vw;
  }
  .p_top .product-card__image--type02 img {
    width: 77.6vw;
  }
  .p_top .product-card__title {
    margin-bottom: 4.26667vw;
    font-weight: bold;
    font-size: 5.33333vw;
    letter-spacing: 0;
    line-height: 2;
    text-align: left;
    color: #000;
  }
  .p_top .company {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    background: url(../img/company_bg_sp.png) center bottom no-repeat;
    -moz-background-size: 100% auto;
         background-size: 100% auto;
    padding-bottom: 17.86667vw;
  }
  .p_top .company .c-tl {
    margin-bottom: 10.66667vw;
  }
  .p_top .company__inner > figure img {
    overflow: hidden;
    -moz-border-radius: 7.73333vw;
         border-radius: 7.73333vw;
  }
  .p_top .company__card {
    margin-top: 8.53333vw;
  }
  .p_top .company__card .text-cm {
    line-height: 2.33333;
  }
  .p_top .recruit {
    padding: 17.06667vw 0 45.33333vw;
  }
  .p_top .recruit .c-tl {
    margin-bottom: 14.66667vw;
  }
  .p_top .recruit .c-tl + figure, .p_top .recruit .c-tl + picture {
    margin: 0 -3.46667vw 9.06667vw;
  }
  .p_top .recruit .text-cm {
    line-height: 2.33333;
  }
  .p_top .recruit .c-tl02 {
    margin-bottom: 4vw;
  }
  .p_top .recruit .c-btn {
    margin-top: 12.8vw;
  }
  .p_top .technology {
    padding: 72vw 0 81.6vw;
    background: url(../img/technology_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .technology__inner {
    position: relative;
  }
  .p_top .technology__image {
    position: absolute;
    top: 50%;
    left: 29.33333vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 403.73333vw;
    height: 279.2vw;
    -moz-border-radius: 5.86667vw;
         border-radius: 5.86667vw;
    -moz-box-shadow: -5.86667vw 5.86667vw 0vw 0vw #0da05c;
         box-shadow: -5.86667vw 5.86667vw 0vw 0vw #0da05c;
  }
  .p_top .technology__image img {
    -moz-border-radius: 5.86667vw;
         border-radius: 5.86667vw;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .p_top .technology__card {
    width: 171.73333vw;
    min-height: 187.46667vw;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 19.73333vw 20.26667vw 22.13333vw 18.66667vw;
    margin-left: -18.66667vw;
  }
  .p_top .technology__text {
    margin-bottom: 10.66667vw;
    color: #333;
    font-size: 4vw;
    line-height: 2;
  }
  .p_top .technology__button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 45.33333vw;
    height: 13.86667vw;
    -moz-border-radius: 1.06667vw;
         border-radius: 1.06667vw;
    background: #00a651;
    color: #fff;
    font-size: 3.46667vw;
    font-weight: 700;
    letter-spacing: .08em;
    text-decoration: none;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
  }
  .p_top .technology__button:hover {
    background: #008845;
  }
  .p_top .project {
    padding: 38.66667vw 0;
    background: url(../img/project_bg.jpg) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .project__card {
    width: 133.33333vw;
    margin-left: auto;
  }
  .pChild footer {
    margin-top: 28.53333vw;
  }
  .pChild__ttl {
    position: relative;
    padding: 40.8vw 0;
    background: #FDFCFB;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .pChild__ttl::after {
    position: absolute;
    content: "";
    width: 95.46667vw;
    height: 18.74667vw;
    background: url("../img/logoMask.png") 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
  .pChild__ttl--main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pChild__ttl--inner h1, .pChild__ttl--inner em {
    font-size: 10.4vw;
    font-style: normal;
    line-height: 14.4vw;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #00A162;
    display: inline-block;
  }
  .pChild__ttl--inner span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    width: 100%;
    margin-top: 3.73333vw;
  }
  .pChild__ttl--inner span::before {
    content: "";
    width: 14.4vw;
    height: 4.8vw;
    background: url(../img/dots.png) 0 0 no-repeat;
    -moz-background-size: contain;
         background-size: contain;
    margin-right: 5.06667vw;
  }
  .pChild__ttl.st2 {
    padding: 25.06667vw 0 33.06667vw;
  }
  .pChild__ttl.st2 .pChild__ttl--inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pChild__ttl.st2 .pChild__ttl--inner span {
    margin-top: 0;
    width: auto;
  }
  .pChild__company .title {
    text-align: center;
  }
  .pChild__company .title span {
    font-size: 8vw;
    line-height: 11.2vw;
    font-weight: 700;
    color: #00A162;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 4.26667vw;
  }
  .pChild__company .title span::after {
    position: absolute;
    content: "";
    width: 13.6vw;
    height: 0.8vw;
    background: #00A162;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
  }
  .pChild__company .title h2 {
    font-size: 8vw;
    line-height: 10.93333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #000000;
    margin-top: 11.46667vw;
  }
  .pChild__company .txt {
    font-size: 4.26667vw;
    line-height: 2.1875;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1A1A1A;
    max-width: 87.46667vw;
    width: 100%;
    margin: 11.46667vw auto 0;
  }
  .pChild__company .txt br {
    display: none;
  }
  .pChild__company .mission {
    padding: 21.86667vw 0 24vw;
    background: url("../img/mission.png") bottom center no-repeat;
    -moz-background-size: 141.86667vw auto;
         background-size: 141.86667vw auto;
  }
  .pChild__company .vission {
    padding: 26.13333vw 0 21.33333vw;
  }
  .pChild__company .profile {
    background: #FDFCFB;
  }
  .pChild__company .profile__main {
    padding-top: 16.8vw;
    padding-bottom: 25.73333vw;
    padding-left: 6.8vw;
    padding-right: 5.73333vw;
  }
  .pChild__company .profile__main--title {
    text-align: center;
  }
  .pChild__company .profile__main--title h2 {
    font-size: 6.93333vw;
    line-height: 1.46154;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #000000;
  }
  .pChild__company .profile__main--title span {
    font-size: 5.33333vw;
    line-height: 1.45;
    display: inline-block;
    font-weight: 700;
    color: #00A162;
    margin-top: 1.6vw;
  }
  .pChild__company .profile__main--list {
    margin-top: 8.53333vw;
  }
  .pChild__company .profile__main--list dl {
    padding: 7.33333vw 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 4.26667vw;
    line-height: 5.86667vw;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    border-bottom: 1px solid rgba(112, 112, 112, 0.09);
  }
  .pChild__company .profile__main--list dl dt {
    width: 25.86667vw;
    font-weight: 700;
  }
  .pChild__company .profile__main--list dl dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 400;
  }
  .pChild__privacy {
    padding: 12.53333vw 0 0;
  }
  .pChild__privacy--main {
    counter-reset: dl;
    padding: 0 6.13333vw;
  }
  .pChild__privacy--main dl {
    counter-increment: dl;
  }
  .pChild__privacy--main dl + dl {
    margin-top: 7.46667vw;
  }
  .pChild__privacy--main dl dt {
    font-size: 5.33333vw;
    line-height: 7.2vw;
    font-weight: 700;
    letter-spacing: -0.05em;
    color: #00A162;
  }
  .pChild__privacy--main dl dt::before {
    content: counter(dl) ".";
  }
  .pChild__privacy--main dl dd {
    margin-top: 4.26667vw;
  }
  .pChild__privacy--main dl dd p {
    font-size: 4.53333vw;
    line-height: 8vw;
    font-weight: 400;
    color: #1A1A1A;
    letter-spacing: 0.05em;
  }
  .pChild__privacy--main dl dd ul {
    counter-reset: li;
  }
  .pChild__privacy--main dl dd ul li {
    counter-increment: li;
    font-size: 4.53333vw;
    line-height: 8vw;
    font-weight: 400;
  }
  .pChild__privacy--main dl dd ul li::before {
    content: counter(li, lower-alpha) ". ";
  }
  .pChild__news--detail {
    padding-top: 18.93333vw;
    padding-left: 6vw;
    padding-right: 6vw;
  }
  .pChild__news--detail .top {
    margin: 0 auto 18.93333vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .pChild__news--detail .top h1 {
    width: 100%;
    font-size: 6.66667vw;
    line-height: 10.66667vw;
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.05em;
    margin-bottom: 5.86667vw;
  }
  .pChild__news--detail .top time {
    font-size: 4vw;
    line-height: 5.6vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  .pChild__news--detail .top span {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 2.93333vw;
    line-height: 1;
    font-weight: 700;
    letter-spacing: 0.05em;
    min-width: 27.46667vw;
    height: 6.4vw;
    padding: 0 2.66667vw;
    -moz-border-radius: 3.73333vw;
         border-radius: 3.73333vw;
    background: #9CCE87;
  }
  .pChild__news--detail .thumb {
    margin-bottom: 9.06667vw;
  }
  .pChild__news--detail .thumb img {
    width: 100%;
    height: auto;
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .pChild__news--detail .content p {
    font-size: 4vw;
    line-height: 9.33333vw;
    letter-spacing: 0.05em;
    font-weight: 500;
    margin-bottom: 5.86667vw;
  }
  .pChild__news--detail .content img {
    -moz-border-radius: 5.33333vw;
         border-radius: 5.33333vw;
  }
  .pChild__contact--main {
    padding: 13.6vw 6vw 0vw;
  }
  .pChild__contact--main .intro {
    font-size: 4vw;
    line-height: 9.33333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
  .pChild__contact--main .form {
    margin-top: 12.8vw;
  }
  .pChild__contact--main .form dl dt {
    font-size: 4.26667vw;
    line-height: 9.33333vw;
    font-weight: 700;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    letter-spacing: 0.05em;
    color: #1A1A1A;
  }
  .pChild__contact--main .form dl dt.any::after {
    content: "任意";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.4vw;
    height: 6.93333vw;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    background: #E5E7EA;
    font-size: 4vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #1A1A1A;
    margin-left: 3.46667vw;
  }
  .pChild__contact--main .form dl dt.required::after {
    content: "必須";
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14.4vw;
    height: 6.93333vw;
    -moz-border-radius: 1.33333vw;
         border-radius: 1.33333vw;
    background: #00A162;
    font-size: 4vw;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.05em;
    color: #fff;
    margin-left: 3.46667vw;
  }
  .pChild__contact--main .form dl dd {
    margin-top: 4.53333vw;
  }
  .pChild__contact--main .form dl dd .wrapInput {
    width: 100%;
  }
  .pChild__contact--main .form dl dd .wrapInput input, .pChild__contact--main .form dl dd .wrapInput textarea {
    width: 100%;
    height: 13.86667vw;
    -moz-border-radius: 1.6vw;
         border-radius: 1.6vw;
    background: #fff;
    border: 1px solid rgba(112, 112, 112, 0.26);
    font-size: 4vw;
    line-height: 5.6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 4vw 6.66667vw;
    outline: none;
  }
  .pChild__contact--main .form dl dd .wrapInput input::-webkit-input-placeholder, .pChild__contact--main .form dl dd .wrapInput textarea::-webkit-input-placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput input::-moz-placeholder, .pChild__contact--main .form dl dd .wrapInput textarea::-moz-placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput input:-ms-input-placeholder, .pChild__contact--main .form dl dd .wrapInput textarea:-ms-input-placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput input::placeholder, .pChild__contact--main .form dl dd .wrapInput textarea::placeholder {
    color: rgba(26, 26, 26, 0.17);
    opacity: 1;
  }
  .pChild__contact--main .form dl dd .wrapInput textarea {
    height: 70.4vw;
  }
  .pChild__contact--main .form dl + dl {
    margin-top: 9.6vw;
  }
  .pChild__contact--main .form dl.fs {
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pChild__contact--main .form dl.fs dt {
    margin-top: 3.46667vw;
  }
  .pChild__contact--main .form .privacy {
    margin-top: 9.6vw;
    text-align: left;
    font-size: 4vw;
    line-height: 9.33333vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #1A1A1A;
  }
  .pChild__contact--main .form .privacy br {
    display: none;
  }
  .pChild__contact--main .form .privacy a {
    color: #00A162;
    text-decoration: underline;
  }
  .pChild__contact--main .form .checkPrivacy {
    text-align: center;
    margin-top: 5.33333vw;
  }
  .pChild__contact--main .form .checkPrivacy label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
  .pChild__contact--main .form .checkPrivacy label input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
  }
  .pChild__contact--main .form .checkPrivacy label input:checked + span::before {
    content: "\2713";
  }
  .pChild__contact--main .form .checkPrivacy label span {
    font-size: 4vw;
    line-height: 5.6vw;
    font-weight: 500;
    letter-spacing: 0.05em;
    display: inline-block;
    position: relative;
    padding: 0 0 0 9.06667vw;
  }
  .pChild__contact--main .form .checkPrivacy label span::before {
    position: absolute;
    content: "";
    width: 6.13333vw;
    height: 5.6vw;
    -moz-border-radius: 0.8vw;
         border-radius: 0.8vw;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    border: 1px solid rgba(112, 112, 112, 0.69);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 6.13333vw;
    line-height: 1;
    font-weight: 700;
  }
  .pChild__contact--main .form .wrapBtn {
    margin-top: 9.86667vw;
    text-align: center;
  }
  .pChild__contact--main .form .wrapBtn button {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 18.504vw;
    background: #00A162;
    -moz-border-radius: 2.66667vw;
         border-radius: 2.66667vw;
    outline: none;
    cursor: pointer;
    border: 0;
    -moz-box-shadow: none;
         box-shadow: none;
    color: #fff;
    font-size: 4vw;
    line-height: 9.33333vw;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
}
