@charset "UTF-8";
@media (min-width: 768px) {
  .sp {
    display: none !important; } }

@media (max-width: 1250px) {
  .tab {
    display: none !important; } }

@media (max-width: 767px) {
  .pc {
    display: none !important; } }

/* リセットCSS
===================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
button,
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 {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

html {
  line-height: 1; }

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

li,
dd {
  list-style-type: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle; }

q,
blockquote {
  quotes: none; }

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

img {
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: inherit; }

a {
  text-decoration: none; }

body {
  background: #fff;
  z-index: -999;
  font-family: 'M PLUS 1p', sans-serif;
  width: 100%; }

.outerInner {
  max-width: 1440px;
  width: 100%; }

.inner {
  max-width: 1104px;
  padding: 0 20px;
  width: 100%;
  margin: auto; }

.in-inner {
  max-width: 1056px;
  padding: 0 20px;
  width: 100%;
  margin: auto; }

@media (min-width: 768px) {
  .sp {
    display: none !important; } }

@media (max-width: 1250px) {
  .tab {
    display: none !important; } }

@media (max-width: 767px) {
  .pc {
    display: none !important; } }

.header {
  height: 88px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, .2);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, .2);
  position: fixed;
  z-index: 999999;
  background: #fff;
  width: 100%; }
  @media screen and (max-width: 767px) {
    .header {
      height: 64px; } }
  .header__inner {
    max-width: 1440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__logo {
    width: 239px;
    height: 40px;
    margin-left: 120px; }
    @media screen and (max-width: 1024px) {
      .header__logo {
        margin-left: 25px; } }
    @media screen and (max-width: 767px) {
      .header__logo {
        width: 107px;
        height: 18px;
        margin-left: 16px; } }

.header-nav {
  margin-right: 85px; }
  @media screen and (max-width: 1024px) {
    .header-nav {
      margin-right: 15px; } }
  .header-nav__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 88px; }
    @media screen and (max-width: 767px) {
      .header-nav__items {
        height: 64px; } }
  .header-nav__item {
    line-height: 88px;
    margin-right: 24px;
    vertical-align: middle; }
    @media screen and (max-width: 1250px) {
      .header-nav__item {
        margin-right: 18px; } }
    @media screen and (max-width: 767px) {
      .header-nav__item {
        line-height: 64px;
        margin-right: 0px; } }
    .header-nav__item:nth-child(4) {
      margin-right: 48px; }
      @media screen and (max-width: 1250px) {
        .header-nav__item:nth-child(4) {
          margin-right: 30px; } }
    .header-nav__item:nth-child(5) a {
      width: 301.71px;
      height: 60px;
      background: #FFEB00;
      border: 2px solid #514E43;
      -webkit-box-shadow: 0px 4px 0px #514E43;
              box-shadow: 0px 4px 0px #514E43;
      text-align: right;
      border-radius: 10px;
      padding: 15px 32px;
      position: relative;
      letter-spacing: 0;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      cursor: pointer; }
      .header-nav__item:nth-child(5) a:hover {
        background: #FFB800; }
      @media screen and (max-width: 767px) {
        .header-nav__item:nth-child(5) a {
          width: 210.5px;
          height: 44px;
          padding: 0;
          font-size: 14px;
          line-height: 44px;
          padding-right: 12px; } }
      .header-nav__item:nth-child(5) a::after {
        content: "";
        background: url(../images/common/Vector.png) no-repeat;
        background-size: contain;
        width: 23.2px;
        height: 18.13px;
        position: absolute;
        left: calc(50% - 119px);
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .header-nav__item:nth-child(5) a::after {
            left: calc(50% - 92px);
            top: 55%; } }
  .header-nav__link {
    display: block;
    line-height: 28px;
    color: #3a3a39;
    font-weight: 500;
    font-size: 18px; }

.footer {
  background: #0A2108;
  width: 100%; }
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 47px 0;
    max-width: 1000px;
    margin: auto; }
    @media screen and (max-width: 1024px) {
      .footer__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 700px; } }
    @media screen and (max-width: 767px) {
      .footer__wrap {
        padding: 5px 16px 45px; } }
  .footer__info {
    width: 388px;
    font-size: 14px;
    margin-right: 13px; }
    @media screen and (max-width: 1024px) {
      .footer__info {
        margin-top: 40px; } }
    @media screen and (max-width: 767px) {
      .footer__info {
        margin-top: 30px;
        width: 100%; } }
  .footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 608px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 23px;
    margin-top: 13px; }
    @media screen and (max-width: 1024px) {
      .footer__items {
        margin: auto; } }
    @media screen and (max-width: 767px) {
      .footer__items {
        width: 100%;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: center; } }
  .footer__item + .footer__item {
    margin-right: 13px; }
  @media screen and (max-width: 767px) {
    .footer__item {
      margin-right: 30px !important;
      margin-bottom: 12px; } }
  .footer__link {
    color: white;
    font-weight: 500;
    font-size: 16px;
    line-height: 23px; }
  .footer__logo {
    width: 172.3px; }
    @media screen and (max-width: 767px) {
      .footer__logo {
        width: 150.77px; } }
  .footer__txt {
    font-weight: 500;
    margin-top: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF; }
    @media screen and (max-width: 767px) {
      .footer__txt {
        font-size: 12px;
        margin-top: 15px; } }
  .footer__nav {
    max-width: 608px; }
    @media screen and (max-width: 1024px) {
      .footer__nav {
        margin: 29px auto 0; } }
  .footer__copyright {
    height: 42px;
    border-top: 1px solid #fff;
    width: 100%;
    text-align: center; }
    .footer__copyright-txt {
      line-height: 42px;
      font-weight: normal;
      font-size: 14px;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .footer__copyright-txt {
          font-size: 14px; } }

.contact {
  width: 100%;
  background: url(../images/common/contact-bg.png);
  padding: 112px 0;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 55px 16px 50px; } }
  .contact__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #0A100D; }
    @media screen and (max-width: 1024px) {
      .contact__ttl {
        font-size: 32px;
        line-height: 46px; } }
  .contact__wrap {
    background: #FFFFFF;
    width: 720px;
    margin: 50px auto 0;
    padding: 63px 60px 64px;
    border: 2px solid #514E43;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 16px; }
    @media screen and (max-width: 767px) {
      .contact__wrap {
        width: 100%;
        padding: 50px 16px 48px;
        margin-top: 30px; } }
  .contact__subttl {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    color: #0A100D; }
    .contact__subttl:nth-child(n + 2) {
      margin-top: 20px; }
      @media screen and (max-width: 767px) {
        .contact__subttl:nth-child(n + 2) {
          margin-top: 24px; } }
    .contact__subttl:nth-child(7) {
      margin-top: 20px !important; }
  .contact__txt {
    height: 54px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    color: inherit;
    font-family: inherit;
    border: none; }
    @media screen and (max-width: 767px) {
      .contact__txt {
        height: 46px; } }
    .contact__txt:focus {
      border: 1px solid rgba(0, 0, 0, .32);
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none !important; }
  .contact__txtarea {
    height: 146px;
    padding-top: 15px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: transparent;
    background-image: none;
    border-radius: 0;
    border: none;
    color: inherit;
    font-family: inherit; }
    .contact__txtarea:focus {
      border: 1px solid rgba(0, 0, 0, .32);
      -webkit-box-shadow: none;
              box-shadow: none;
      outline: none; }
  .contact__txt, .contact__txtarea {
    width: 100%;
    padding-left: 18px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #3a3a39;
    background: #F8F8F8; }
    .contact__txt::-webkit-input-placeholder, .contact__txtarea::-webkit-input-placeholder {
      color: #C0C0C0; }
    .contact__txt::-moz-placeholder, .contact__txtarea::-moz-placeholder {
      color: #C0C0C0; }
    .contact__txt::-ms-input-placeholder, .contact__txtarea::-ms-input-placeholder {
      color: #C0C0C0; }
    .contact__txt::placeholder, .contact__txtarea::placeholder {
      color: #C0C0C0; }
    .contact__txt:-ms-input-placeholder, .contact__txtarea:-ms-input-placeholder {
      color: #C0C0C0; }
    .contact__txt::-ms-input-placeholder, .contact__txtarea::-ms-input-placeholder {
      color: #C0C0C0; }
    @media screen and (max-width: 767px) {
      .contact__txt, .contact__txtarea {
        padding-left: 8px; } }
  .contact__submitWrap {
    width: 284px;
    position: relative;
    margin: 45px auto 0; }
    @media screen and (max-width: 767px) {
      .contact__submitWrap {
        margin-top: 40px; } }
    .contact__submitWrap::after {
      content: "";
      position: absolute;
      background: url(../images/common/submit-img.svg);
      width: 35px;
      height: 28px;
      top: 53%;
      left: 57px;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .contact__submitWrap::after {
          top: 48%; } }
  .contact__submit {
    -webkit-appearance: none;
    background-color: rgba(0, 0, 0, .32);
    background-image: none;
    border: none;
    color: #3A3A39;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    background: #FFEB00;
    font-weight: bold;
    font-size: 28px;
    line-height: 70px;
    padding: 4px 0 0 60px;
    display: block;
    width: 284px;
    border: 2px solid #514E43;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 4px 0px #514E43;
            box-shadow: 0px 4px 0px #514E43;
    border-radius: 16px; }
    .contact__submit:hover, .contact__submit:focus {
      outline: none; }
    .contact__submit::-moz-foucus-inner {
      border: none;
      padding: 0; }

.faq {
  width: 100%;
  background: url(../images/common/green-bg.png);
  padding: 112px 0; }
  @media screen and (max-width: 767px) {
    .faq {
      padding: 57px 0 72px; } }
  @media screen and (max-width: 767px) {
    .faq .in-inner {
      padding: 0; } }
  .faq__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: white; }
    @media screen and (max-width: 1024px) {
      .faq__ttl {
        font-size: 32px;
        line-height: 46px; } }
    @media screen and (max-width: 767px) {
      .faq__ttl {
        font-size: 32px;
        line-height: 46px; } }
  .faq__wrap {
    margin-top: 74px; }
    @media screen and (max-width: 1024px) {
      .faq__wrap {
        width: 80%;
        margin: 74px auto 0; } }
    @media screen and (max-width: 767px) {
      .faq__wrap {
        width: 100%;
        margin: 45px auto 0;
        padding: 0 16px; } }
  .faq__item {
    max-width: 1016px;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #514E43;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 8px 8px 0px #514E43;
            box-shadow: 8px 8px 0px #514E43;
    border-radius: 16px;
    -webkit-transition: .3s ease;
    transition: .3s ease;
    cursor: pointer; }
    .faq__item:hover {
      background: #D1F3CE; }
    @media screen and (max-width: 767px) {
      .faq__item {
        border-radius: 8px; } }
    .faq__item + .faq__item {
      margin-top: 33px; }
      @media screen and (max-width: 767px) {
        .faq__item + .faq__item {
          margin-top: 14px; } }
  .faq__question, .faq__answer {
    padding: 25px 104px 25px 118px;
    color: #0A100D; }
    @media screen and (max-width: 767px) {
      .faq__question, .faq__answer {
        padding: 13px 55px 13px 43px; } }
  .faq__question {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    position: relative;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .faq__question {
        font-size: 14px;
        line-height: 20px;
        padding-left: 55px; } }
    .faq__question::before {
      content: "Q";
      position: absolute;
      font-weight: bold;
      font-size: 32px;
      line-height: 150%;
      color: #41C530;
      font-family: 'Cabin', sans-serif;
      background: #fff;
      text-align: center;
      line-height: 42px;
      top: 20px;
      left: 40px;
      width: 42px;
      height: 42px;
      border-radius: 50%;
      border: 2px solid #41C530; }
      @media screen and (max-width: 767px) {
        .faq__question::before {
          width: 27px;
          height: 27px;
          font-size: 22px;
          line-height: 27px;
          top: 10px;
          left: 10px; } }
  .faq__span::before, .faq__span::after {
    content: '';
    display: block;
    width: 25px;
    height: 2px;
    background: #0A100D;
    position: absolute;
    right: 49px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media screen and (max-width: 767px) {
      .faq__span::before, .faq__span::after {
        width: 18px;
        right: 20px;
        top: 25px; } }
  .faq__span::after {
    background: #0A100D;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s; }
  .faq .active::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    top: 49%; }
    @media screen and (max-width: 767px) {
      .faq .active::after {
        top: 24px; } }
  .faq__answer {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    padding: 32px 45px 32px 118px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .faq__answer {
        padding: 15px 20px 10px 43px;
        font-size: 14px;
        line-height: 25px; } }
    .faq__answer::before {
      content: "";
      position: absolute;
      width: 92%;
      height: 1px;
      background: rgba(10, 16, 13, .5);
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }

.feature {
  width: 100%;
  padding: 0px 0 107px; }
  @media screen and (max-width: 767px) {
    .feature {
      padding: 130px 16px 105px; } }
  @media screen and (max-width: 767px) {
    .feature .inner {
      padding: 0; } }
  .feature__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #0A100D; }
    @media screen and (max-width: 1024px) {
      .feature__ttl {
        font-size: 32px;
        line-height: 48px; } }
    @media screen and (max-width: 767px) {
      .feature__ttl {
        font-size: 32px;
        line-height: 31px; } }
    .feature__ttl-big {
      font-size: 56px;
      line-height: 81px;
      color: #41C530; }
      @media screen and (max-width: 1024px) {
        .feature__ttl-big {
          font-size: 36px;
          line-height: 54px; } }
  .feature__wrap {
    max-width: 1064px;
    margin: 70px auto 0;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .feature__wrap {
        width: 700px; } }
    @media screen and (max-width: 767px) {
      .feature__wrap {
        width: 100%;
        margin-top: 36px; } }
  .feature__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media screen and (max-width: 1024px) {
      .feature__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        padding: 20px 0 60px; } }
    @media screen and (max-width: 767px) {
      .feature__item {
        padding: 20px 0 0px; } }
    .feature__item:nth-child(n + 2) {
      margin-top: 65px; }
      @media screen and (max-width: 767px) {
        .feature__item:nth-child(n + 2) {
          margin-top: 25px; } }
  @media screen and (max-width: 1024px) {
    .feature__imgWrap1 {
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .feature__imgWrap1 {
      margin: 12px 0 14px !important; } }
  @media screen and (max-width: 1024px) {
    .feature__imgWrap2 {
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .feature__imgWrap2 {
      margin-top: 17px; } }
  @media screen and (max-width: 1024px) {
    .feature__imgWrap3 {
      margin-left: 0;
      text-align: center; } }
  @media screen and (max-width: 767px) {
    .feature__imgWrap3 {
      margin-top: 8px; } }
  .feature__img1, .feature__img2, .feature__img3 {
    width: 408px;
    height: auto; }
    @media screen and (max-width: 767px) {
      .feature__img1, .feature__img2, .feature__img3 {
        width: 100%;
        max-width: 408px; } }
  .feature__left {
    margin-top: 27px; }
    @media screen and (max-width: 767px) {
      .feature__left {
        margin-top: 0; } }
  .feature__right {
    max-width: 666px;
    height: auto;
    margin-top: 27px;
    width: 100%;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .feature__right {
        max-width: 100%; } }
  .feature__subttl {
    font-weight: bold;
    font-size: 32px;
    line-height: 52px;
    color: #63B32E;
    padding: 55px 0 22px; }
    @media screen and (max-width: 767px) {
      .feature__subttl {
        font-size: 24px;
        line-height: 32px;
        padding: 62px 0 22px; } }
  .feature__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #3a3a39; }
    @media screen and (max-width: 767px) {
      .feature__txt {
        font-size: 16px;
        line-height: 29px; } }
  .feature__right.feature-1, .feature__right.feature-2, .feature__right.feature-3 {
    margin-left: 60px; }
    @media screen and (max-width: 1024px) {
      .feature__right.feature-1, .feature__right.feature-2, .feature__right.feature-3 {
        margin-left: 0; } }
    @media screen and (max-width: 767px) {
      .feature__right.feature-1, .feature__right.feature-2, .feature__right.feature-3 {
        margin-left: 0;
        max-width: 408px;
        margin: 22px auto 0; } }
    .feature__right.feature-1::before, .feature__right.feature-2::before, .feature__right.feature-3::before {
      position: absolute;
      content: "";
      width: 100px;
      height: 36px;
      top: 0px;
      left: 0px; }
  .feature__right.feature-1::before {
    background: url(../images/feature/feature-ttl-1.png); }
  .feature__right.feature-2::before {
    background: url(../images/feature/feature-ttl-2.png); }
  .feature__right.feature-3::before {
    background: url(../images/feature/feature-ttl-3.png); }

.contact-wrap {
  width: 100%;
  background: url(../images/common/green-bg.png);
  text-align: center;
  padding: 75px 0; }
  @media screen and (max-width: 767px) {
    .contact-wrap {
      padding: 40px 0;
      height: 190px; } }
  .contact-wrap__ttl {
    margin: auto;
    display: inline-block;
    font-weight: bold;
    font-size: 32px;
    line-height: 150%;
    color: #FFFFFF;
    position: relative; }
    @media screen and (max-width: 767px) {
      .contact-wrap__ttl {
        font-size: 18px;
        line-height: 150%; } }
    .contact-wrap__ttl::before {
      content: "";
      position: absolute;
      width: 22.83px;
      height: 38.13px;
      background: url(../images/feature/left.png);
      background-size: contain;
      left: -25px;
      bottom: 5px; }
      @media screen and (max-width: 767px) {
        .contact-wrap__ttl::before {
          width: 17px;
          height: 28px; } }
    .contact-wrap__ttl::after {
      content: "";
      position: absolute;
      width: 22.83px;
      height: 38.13px;
      background: url(../images/feature/right.png);
      background-size: contain;
      right: -25px;
      bottom: 5px; }
      @media screen and (max-width: 767px) {
        .contact-wrap__ttl::after {
          width: 17px;
          height: 28px; } }
  .contact-wrap__contact {
    display: block;
    background: transparent;
    width: 490px;
    margin: 34px auto 0; }
    @media screen and (max-width: 1024px) {
      .contact-wrap__contact {
        width: 400px; } }
    @media screen and (max-width: 767px) {
      .contact-wrap__contact {
        width: 305.4px;
        margin: 20px auto 0; } }
    .contact-wrap__contact-btn {
      display: block;
      line-height: 92px;
      text-align: center;
      background: #FFEB00;
      border: 2px solid #514E43;
      color: #3a3a39;
      -webkit-box-shadow: 0px 4px 0px #514E43;
              box-shadow: 0px 4px 0px #514E43;
      border-radius: 12px;
      font-size: 28px;
      font-weight: bold;
      position: relative;
      text-indent: 76px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      cursor: pointer; }
      .contact-wrap__contact-btn:hover {
        background: #FFB800; }
      @media screen and (max-width: 1024px) {
        .contact-wrap__contact-btn {
          font-size: 24px;
          text-indent: 60px;
          line-height: 70px; } }
      @media screen and (max-width: 767px) {
        .contact-wrap__contact-btn {
          line-height: 60px;
          font-size: 18px;
          text-indent: 30px; } }
      .contact-wrap__contact-btn::after {
        content: "";
        background: url(../images/common/contact-vector.png) no-repeat;
        width: 47.5px;
        background-size: contain;
        height: 35px;
        position: absolute;
        left: calc(50% - 188px);
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 1024px) {
          .contact-wrap__contact-btn::after {
            left: calc(50% - 165px); } }
        @media screen and (max-width: 767px) {
          .contact-wrap__contact-btn::after {
            width: 30px;
            height: 24px;
            background-size: contain;
            left: calc(50% - 122px); } }

.flow {
  width: 100%;
  background: url(../images/common/white-bg.png);
  padding: 112px 0 125px; }
  @media screen and (max-width: 767px) {
    .flow {
      padding: 72px 0 70px; } }
  .flow__inner {
    max-width: 848px;
    padding: 0 20px;
    margin: auto; }
  .flow__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #0A100D; }
    @media screen and (max-width: 1024px) {
      .flow__ttl {
        font-size: 32px;
        line-height: 48px; } }
  .flow__wrap {
    margin-top: 85px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow__wrap {
        max-width: 500px;
        margin: 50px auto 0; } }
    .flow__wrap::before {
      position: absolute;
      content: "";
      background: #D1F3CE;
      width: 12px;
      height: 90%;
      top: 5%;
      left: 52px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (max-width: 767px) {
        .flow__wrap::before {
          width: 6px;
          height: 85%;
          left: 22.5px;
          top: 0; } }
  .flow__item {
    padding-left: 160px;
    height: 110px;
    position: relative; }
    @media screen and (max-width: 767px) {
      .flow__item {
        padding-left: 65px;
        height: auto; } }
    .flow__item + .flow__item {
      margin-top: 57px; }
      @media screen and (max-width: 767px) {
        .flow__item + .flow__item {
          margin-top: 30px; } }
    .flow__item::before {
      position: absolute;
      content: "";
      width: 104px;
      height: 108px;
      top: 0;
      left: 0; }
      @media screen and (max-width: 767px) {
        .flow__item::before {
          width: 45px;
          height: 45px;
          -webkit-transform: translateY(-25%);
                  transform: translateY(-25%); } }
    .flow__item:nth-child(1)::before {
      background: url(../images/flow/flow-icon1.png) no-repeat;
      background-size: contain; }
    .flow__item:nth-child(2)::before {
      background: url(../images/flow/flow-icon2.png) no-repeat;
      background-size: contain; }
    .flow__item:nth-child(3)::before {
      background: url(../images/flow/flow-icon3.png) no-repeat;
      background-size: contain; }
    .flow__item:nth-child(4)::before {
      background: url(../images/flow/flow-icon4.png) no-repeat;
      background-size: contain; }
    .flow__item:nth-child(5)::before {
      background: url(../images/flow/flow-icon5.png) no-repeat;
      background-size: contain; }
    .flow__item:nth-child(6)::before {
      background: url(../images/flow/flow-icon6.png) no-repeat;
      background-size: contain; }
  .flow__title {
    font-weight: bold;
    font-size: 24px;
    line-height: 44px;
    color: #3A3A39; }
    @media screen and (max-width: 767px) {
      .flow__title {
        font-size: 16px;
        line-height: 24px; } }
  .flow__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #3A3A39;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      .flow__txt {
        font-size: 14px;
        line-height: 180%; } }

.price {
  width: 100%;
  background: url(../images/common/green-bg2.png);
  padding: 112px 0 110px;
  text-align: center;
  overflow: hidden; }
  @media screen and (max-width: 767px) {
    .price {
      padding: 55px 0 55px; } }
  .price__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: white; }
    @media screen and (max-width: 1024px) {
      .price__ttl {
        font-size: 32px;
        line-height: 48px; } }
  .price__topTxt {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    position: relative;
    display: inline-block; }
    .price__topTxt::before {
      content: "";
      position: absolute;
      width: 22.83px;
      height: 38.13px;
      background: url(../images/common/left.png);
      background-size: cover;
      left: -25px;
      bottom: 5px; }
      @media screen and (max-width: 767px) {
        .price__topTxt::before {
          width: 22px;
          height: 38px; } }
    .price__topTxt::after {
      content: "";
      position: absolute;
      width: 22.83px;
      height: 38.13px;
      background: url(../images/common/right.png);
      background-size: cover;
      right: -25px;
      bottom: 5px; }
      @media screen and (max-width: 767px) {
        .price__topTxt::after {
          width: 22px;
          height: 38px; } }
  .price__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 90px; }
    @media screen and (max-width: 767px) {
      .price__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-top: 50px; } }
  .price__itemTitle {
    font-weight: bold;
    font-size: 24px;
    line-height: 48px;
    color: #FFFFFF; }
  .price__lh {
    line-height: 60px; }
  .price__item {
    background: #fff;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .price__topContent {
    height: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .price__seisakuhi, .price__monthly {
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
    border-radius: 32px;
    width: 85.7%;
    margin: auto; }
  .price__pink {
    background: #EC009C; }
  .price__blue {
    background: #00AFEC; }
  .price__brown {
    background: #B8A800; }
  .price__seisakuhi {
    margin-top: 16px; }
  .price__fee {
    font-size: 48px;
    font-weight: bold;
    line-height: 71px;
    text-align: center;
    color: #3A3A39;
    padding-top: 16px; }
  .price__tax {
    font-weight: bold;
    font-size: 24px; }
  .price__shopifyfee {
    font-weight: bold;
    font-size: 22px;
    line-height: 180%;
    color: #3A3A39;
    padding: 16px 0; }
  .price__serviceWrap {
    background: #FAFAFA;
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .price__serviceWrap p:nth-child(2n) {
      background: #EFEFEF; }
  .price__deadline {
    font-weight: bold;
    font-size: 32px;
    line-height: 1;
    padding: 32px 0;
    text-align: center;
    color: #3A3A39; }
    .price__deadline-small {
      font-size: 24px; }
  .price__serviceContent {
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    padding: 20px 0;
    text-align: center;
    color: #3A3A39; }
  .price__serviceTxt {
    font-weight: 500;
    font-size: 16px;
    line-height: 120%;
    padding: 15.7px 0;
    text-align: center;
    color: #3A3A39; }
  .price__items {
    width: 31.6%; }
    @media screen and (max-width: 767px) {
      .price__items {
        width: 100%;
        max-width: 336px;
        margin: auto; } }
    @media screen and (max-width: 767px) {
      .price__items + .price__items {
        margin-top: 58px; } }
  .price__items1, .price__items2, .price__items3 {
    padding-bottom: 42px;
    border-radius: 16px 16px;
    -webkit-box-shadow: 8px 8px #514E43;
            box-shadow: 8px 8px #514E43;
    margin-top: 10px; }
  .price__items1 {
    background: #EC009C; }
  .price__items2 {
    background: #00AFEC;
    position: relative; }
    .price__items2::before {
      position: absolute;
      content: "";
      width: 110px;
      height: 100px;
      top: 0;
      right: 0;
      -webkit-transform: translate(30%, -60%);
              transform: translate(30%, -60%);
      background: url(../images/price/no1.png); }
      @media screen and (max-width: 1024px) {
        .price__items2::before {
          width: 75px;
          height: 60px;
          background-size: contain; } }
      @media screen and (max-width: 767px) {
        .price__items2::before {
          width: 100px;
          height: 90px;
          right: 10px; } }
  .price__items3 {
    background: #B8A800; }

.letter4 {
  letter-spacing: 4px; }

.price-description {
  max-width: 808px;
  margin: 70px auto 0;
  width: 100%;
  background: #FFFFFF;
  border: 2px solid #514E43;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 12px 12px 0px #514E43;
          box-shadow: 12px 12px 0px #514E43;
  border-radius: 16px; }
  @media screen and (max-width: 767px) {
    .price-description {
      margin-top: 65px; } }
  .price-description__plan1 .price-description__txt {
    border-radius: 12px 12px 0 0;
    border-top: none !important; }
  .price-description__txt {
    line-height: 72px;
    font-weight: bold;
    font-size: 24px;
    color: #3A3A39;
    text-align: left;
    background: #C4C4C4;
    border-top: 2px solid #514E43;
    border-bottom: 2px solid #514E43;
    padding-left: 30px; }
    @media screen and (max-width: 1024px) {
      .price-description__txt {
        font-size: 20px;
        line-height: 70px; } }
    @media screen and (max-width: 767px) {
      .price-description__txt {
          line-height: 120%;
          padding-left: 10px;
          padding: 15px 0 15px 10px; } }
  .price-description__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px; }
    @media screen and (max-width: 1024px) {
      .price-description__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 18px 12px; } }
  .price-description__list {
    font-weight: bold;
    font-size: 16px;
    line-height: 180%;
    color: #3A3A39;
    text-align: left; }
    @media screen and (max-width: 767px) {
      .price-description__list {
        line-height: 29px; } }

.lists-right {
  padding-left: 35px; }
  @media screen and (max-width: 1024px) {
    .lists-right {
      padding-left: 0; } }

.lists-plan2 + .lists-plan2 {
  padding-left: 80px; }
  @media screen and (max-width: 1024px) {
    .lists-plan2 + .lists-plan2 {
      padding-left: 0; } }

.problem {
  width: 100%;
  background: #F7F7F7;
  height: auto;
  background-repeat: repeat;
  padding: 110px 0;
  position: relative;
  z-index: 0; }
  .problem::before {
    content: "";
    position: absolute;
    background: url(../images/common/question.png);
    background-size: contain;
    width: 304px;
    height: 497px;
    left: 13%;
    -webkit-transform: translateX(-50%) rotate(-7deg);
            transform: translateX(-50%) rotate(-7deg);
    z-index: -2;
    top: 30px; }
  @media screen and (max-width: 767px) {
    .problem {
      padding: 60px 0; } }
  .problem__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #3a3a39; }
    @media screen and (max-width: 1024px) {
      .problem__ttl {
        font-size: 32px;
        line-height: 48px; } }
    @media screen and (max-width: 767px) {
      .problem__ttl {
        font-size: 32px;
        line-height: 50px;
        letter-spacing: -1px; } }
  .problem__bigTxt {
    color: #25731C;
    font-size: 56px;
    letter-spacing: 1px;
    line-height: 81px; }
    @media screen and (max-width: 1024px) {
      .problem__bigTxt {
        font-size: 36px;
        line-height: 54px; } }
    @media screen and (max-width: 767px) {
      .problem__bigTxt {
        font-size: 38px;
        line-height: 44px; } }
  .problem__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 88px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 1250px) {
      .problem__content {
        -ms-flex-pack: distribute;
            justify-content: space-around; } }
    @media screen and (max-width: 767px) {
      .problem__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        margin: 70px auto 0;
        padding: 0px; } }
  .problem__item {
    background: url(../images/problem/hukidashi.png) no-repeat;
    width: 338px;
    height: 159px;
    background-position: center;
    background-size: contain;
    position: relative; }
    @media screen and (max-width: 767px) {
      .problem__item {
        width: 100%;
        background-size: contain;
        margin: 0 auto; } }
    .problem__item::after {
      position: absolute;
      content: "";
      background: url(../images/problem/icon.png);
      width: 44px;
      height: 44px;
      left: 50%;
      top: 0;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    @media screen and (max-width: 1024px) {
      .problem__item:nth-child(3) {
        margin-top: 30px; } }
    @media screen and (max-width: 767px) {
      .problem__item + .problem__item {
        margin-top: 40px; } }
  .problem__txt {
    font-weight: bold;
    font-size: 18px;
    line-height: 180%;
    color: #3A3A39;
    padding: 40px 24px 0; }
    @media screen and (max-width: 767px) {
      .problem__txt {
        padding: 40px 23.8px 0;
        max-width: 345px;
        margin: auto; } }
  .problem__green {
    color: #25731C; }

.suggest {
  text-align: center;
  width: 100%;
  background-position: center;
  padding: 160px 0;
  position: relative;
  z-index: 0; }
  .suggest::before {
    position: absolute;
    content: "";
    background: url(../images/problem/suggest-left.png);
    width: 407px;
    height: 321px;
    left: 0%;
    top: 20px; }
    @media screen and (max-width: 1024px) {
      .suggest::before {
        width: 203.5px;
        height: 160.5px;
        background-size: contain;
        top: 5px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .suggest::before {
        width: 120px;
        height: 95px;
        background-size: contain;
        top: 5px;
        left: 10px; } }
  .suggest::after {
    position: absolute;
    content: "";
    background: url(../images/problem/suggest-right.png);
    width: 411px;
    height: 329px;
    right: 0%;
    top: 0; }
    @media screen and (max-width: 1024px) {
      .suggest::after {
        width: 205.5px;
        height: 164.5px;
        background-size: contain;
        top: 5px;
        right: 10px; } }
    @media screen and (max-width: 767px) {
      .suggest::after {
        width: 120px;
        height: 95px;
        background-size: contain;
        top: 5px;
        right: 10px; } }
  @media screen and (max-width: 767px) {
    .suggest {
      padding: 62px 0px 30px;
      height: 470px; } }
  .suggest__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 68px;
    text-align: center;
    color: #3A3A39; }
    @media screen and (max-width: 1024px) {
      .suggest__ttl {
        font-size: 38px;
        line-height: 60px; } }
    @media screen and (max-width: 767px) {
      .suggest__ttl {
        font-size: 32px;
        line-height: 157%; } }
    .suggest__ttl-big {
      font-size: 64px; }
      @media screen and (max-width: 1024px) {
        .suggest__ttl-big {
          font-size: 40px; } }
      @media screen and (max-width: 767px) {
        .suggest__ttl-big {
          font-size: 36px;
          line-height: 140%; } }
  .suggest__small {
    font-size: 40px;
    letter-spacing: -12px; }
    @media screen and (max-width: 767px) {
      .suggest__small {
        font-size: 32px; } }
  .suggest__txt {
    margin: 70px auto 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 200%;
    text-align: center;
    color: #3A3A39; }
    @media screen and (max-width: 1024px) {
      .suggest__txt {
        max-width: 640px;
        font-size: 18px;
        line-height: 180%;
        margin: 70px auto 0; } }
    @media screen and (max-width: 767px) {
      .suggest__txt {
        margin: 25px auto 0;
        max-width: 500px;
        font-size: 16px;
        line-height: 32px;
        font-weight: 500; } }
  .suggest__lightgreen {
    color: #41C530; }

.yellowline-1 {
  border-bottom: 4px solid #FFEB00; }

.yellowline-2 {
  border-bottom: 2px solid #FFEB00; }

.top {
  width: 100%;
  height: 774px;
  position: relative;
  z-index: 10; }
  @media screen and (max-width: 767px) {
    .top {
      height: 710px; } }
  .top::before {
    position: absolute;
    content: "";
    width: 64.5%;
    height: 100%;
    background: #41C530;
    top: 0;
    left: 0;
    z-index: -1; }
    @media screen and (max-width: 767px) {
      .top::before {
        width: 100%;
        top: 264px;
        height: calc(100% - 264px); } }
  .top::after {
    position: absolute;
    content: "";
    width: 64.5%;
    height: 686px;
    background: url(../images/top/top-img.png) no-repeat;
    background-size: cover;
    background-position: 69%;
    bottom: 0;
    right: 0;
    z-index: -2; }
    @media screen and (max-width: 767px) {
      .top::after {
        width: 100%;
        height: 200px;
        bottom: inherit;
        top: 64px;
        background-position: top left; } }
  @media screen and (max-width: 767px) {
    .top {
      height: 710px; } }
  .top__inner {
    max-width: 1440px;
    margin: auto;
    padding-top: 182px;
    height: 100%;
    z-index: 1;
    padding-left: 112px;
    position: relative; }
    @media screen and (max-width: 1024px) {
      .top__inner {
        padding-left: 5%; } }
    @media screen and (max-width: 767px) {
      .top__inner {
        padding: 300px 16px 0; } }
  .top__ttl {
    font-weight: bold;
    font-size: 56px;
    line-height: 76px;
    color: #FFFFFF;
    text-shadow: 0px 4px 22px rgba(37, 115, 28, .23); }
    @media screen and (max-width: 1024px) {
      .top__ttl {
        font-size: 42px;
        line-height: 70px; } }
    @media screen and (max-width: 767px) {
      .top__ttl {
        font-size: 32px;
        line-height: 46px;
        text-align: left;
        margin-top: 0; } }
  .top__txt {
    font-weight: bold;
    font-size: 24px;
    line-height: 180%;
    margin-top: 56px;
    padding-left: 5px;
    color: #FFFFFF;
    text-shadow: 0px 4px 26px rgba(37, 115, 28, .23); }
    @media screen and (max-width: 1024px) {
      .top__txt {
        font-size: 18px;
        line-height: 32px; } }
    @media screen and (max-width: 767px) {
      .top__txt {
        font-size: 16px;
        line-height: 180%;
        text-align: left;
        margin-top: 10px;
        padding-left: 3px; } }
  @media screen and (max-width: 767px) {
    .top__content {
      max-width: 600px;
      margin: auto; } }
  .top__txt-small {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
    padding-left: 43px;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 767px) {
      .top__txt-small {
        font-size: 10px;
        line-height: 12px;
        padding-left: 30px; } }
    .top__txt-small::before {
      content: "";
      position: absolute;
      width: 22.83px;
      height: 38.13px;
      background: url(../images/common/left.png);
      background-size: cover;
      left: 11px;
      bottom: 5px; }
      @media screen and (max-width: 767px) {
        .top__txt-small::before {
          width: 14.5px;
          height: 24px;
          bottom: 0; } }
    .top__txt-small::after {
      content: "";
      position: absolute;
      width: 22.83px;
      height: 38.13px;
      background: url(../images/common/right.png);
      background-size: cover;
      right: -32px;
      bottom: 5px; }
      @media screen and (max-width: 767px) {
        .top__txt-small::after {
          width: 14.5px;
          height: 24px;
          bottom: 0;
          right: -20px; } }
  .top__small {
    font-size: 48px; }
    @media screen and (max-width: 1024px) {
      .top__small {
        font-size: 40px;
        line-height: 46px; } }
    @media screen and (max-width: 767px) {
      .top__small {
        font-size: 26px;
        line-height: 46px; } }
  .top__contact {
    display: block;
    background: transparent;
    width: 490px;
    margin: 62px 0 0; }
    @media screen and (max-width: 1024px) {
      .top__contact {
        width: 400px; } }
    @media screen and (max-width: 767px) {
      .top__contact {
        width: 305px;
        margin: 28px auto 0; } }
    .top__contact-btn {
      display: block;
      line-height: 92px;
      text-align: center;
      background: #FFEB00;
      border: 2px solid #514E43;
      color: #3a3a39;
      -webkit-box-shadow: 0px 4px 0px #514E43;
              box-shadow: 0px 4px 0px #514E43;
      border-radius: 12px;
      font-size: 28px;
      font-weight: bold;
      position: relative;
      text-indent: 76px;
      -webkit-transition: .3s ease;
      transition: .3s ease;
      cursor: pointer; }
      .top__contact-btn:hover {
        background: #FFB800; }
      @media screen and (max-width: 1024px) {
        .top__contact-btn {
          font-size: 24px;
          line-height: 70px;
          text-indent: 60px; } }
      @media screen and (max-width: 767px) {
        .top__contact-btn {
          line-height: 60px;
          font-size: 18px;
          text-indent: 30px; } }
      .top__contact-btn::after {
        content: "";
        background: url(../images/common/contact-vector.png) no-repeat;
        width: 47.5px;
        height: 35px;
        position: absolute;
        left: calc(50% - 188px);
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        @media screen and (max-width: 1024px) {
          .top__contact-btn::after {
            left: calc(50% - 165px); } }
        @media screen and (max-width: 767px) {
          .top__contact-btn::after {
            width: 30px;
            height: 24px;
            background-size: contain;
            left: calc(50% - 122px); } }

.voice {
  width: 100%;
  background: url(../images/common/works-bg.png);
  padding: 112px 0 205px; }
  @media screen and (max-width: 1024px) {
    .voice {
      padding-bottom: 100px; } }
  @media screen and (max-width: 767px) {
    .voice {
      padding: 18px 16px 64px; } }
  @media screen and (max-width: 767px) {
    .voice .in-inner {
      padding: 0; } }
  .voice__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    color: #0A100D; }
    @media screen and (max-width: 1024px) {
      .voice__ttl {
        font-size: 32px;
        line-height: 48px; } }
    @media screen and (max-width: 767px) {
      .voice__ttl {
        font-size: 32px;
        line-height: 46px; } }
  .voice__subttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 180%;
    color: #3A3A39;
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .voice__subttl {
        font-size: 24px;
        line-height: 32px;
        padding-top: 35px;
        letter-spacing: 0; } }
  .voice__green {
    color: #41C530; }
  .voice__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #3A3A39;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      .voice__txt {
        font-size: 16px;
        line-height: 29px; } }
    .voice__txt-small {
      font-size: 14px;
      line-height: 150%;
      margin-top: 20px; }
  .voice__wrap {
    max-width: 1016px;
    width: 100%;
    margin: 100px auto 0; }
    @media screen and (max-width: 1024px) {
      .voice__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
    @media screen and (max-width: 767px) {
      .voice__wrap {
        display: block;
        width: 100%;
        margin-top: 50px; } }
  .voice__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .voice__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        padding: 0 0 50px;
        width: 31%; } }
    @media screen and (max-width: 767px) {
      .voice__item {
        margin-top: 0px;
        border-radius: 24px;
        width: 100%;
        padding-bottom: 23px; } }
    .voice__item + .voice__item {
      margin-top: 72px; }
      @media screen and (max-width: 1024px) {
        .voice__item + .voice__item {
          margin-top: 0; } }
      @media screen and (max-width: 767px) {
        .voice__item + .voice__item {
          margin-top: 40px; } }
    .voice__item:nth-child(2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 1024px) {
        .voice__item:nth-child(2) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
  .voice__imgWrap {
    max-width: 364px;
    height: 224px; }
    @media screen and (max-width: 1024px) {
      .voice__imgWrap {
        margin: auto;
        height: auto;
        position: relative;
        z-index: 5;
        max-width: 364px;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .voice__imgWrap {
        width: 100%; } }
  @media screen and (max-width: 767px) {
    .voice__img {
      width: 100%; } }
  .voice__txtWrap-left {
    margin-left: 40px; }
    @media screen and (max-width: 1024px) {
      .voice__txtWrap-left {
        margin-left: 0; } }
  .voice__txtWrap-right {
    position: relative; }
    .voice__txtWrap-right::before {
      content: "";
      position: absolute;
      width: 34px;
      height: 22px;
      top: 0;
      left: 0;
      background: url(../images/voice/COLOR.png); }
  .voice__txtWrap-left, .voice__txtWrap-right {
    max-width: 608px; }
    @media screen and (max-width: 1024px) {
      .voice__txtWrap-left, .voice__txtWrap-right {
        height: auto;
        width: 100%;
        margin: 10px auto 0;
        max-width: 364px; } }

.works {
  width: 100%;
  background: url(../images/common/works-bg.png);
  padding: 112px 0 74px; }
  @media screen and (max-width: 767px) {
    .works {
      padding: 67px 0px 64px; } }
  @media screen and (max-width: 767px) {
    .works .in-inner {
      padding: 0; } }
  .works__ttl {
    font-weight: bold;
    font-size: 48px;
    line-height: 70px;
    text-align: center;
    padding-bottom: 104px;
    color: #0A100D; }
    @media screen and (max-width: 1024px) {
      .works__ttl {
        font-size: 32px;
        line-height: 48px; } }
    @media screen and (max-width: 767px) {
      .works__ttl {
        font-size: 32px;
        line-height: 46px;
        padding-bottom: 52px; } }
  .works__subttl {
    font-weight: bold;
    font-size: 24px;
    line-height: 180%;
    color: #3A3A39;
    padding-top: 25px; }
    @media screen and (max-width: 767px) {
      .works__subttl {
        font-size: 24px;
        line-height: 32px;
        margin-top: 40px; } }
  .works__green {
    color: #41C530; }
  .works__txt {
    font-weight: 500;
    font-size: 16px;
    line-height: 180%;
    color: #3A3A39;
    margin-top: 8px; }
    @media screen and (max-width: 767px) {
      .works__txt {
        font-size: 16px;
        line-height: 150%; } }
    .works__txt-small {
      font-size: 14px;
      line-height: 150%;
      margin-top: 16px; }
  .works__wrap {
    max-width: 1016px;
    width: 100%;
    margin: 110px auto 0; }
    @media screen and (max-width: 1024px) {
      .works__wrap {
        width: 500px;
        margin-top: 50px; } }
    @media screen and (max-width: 767px) {
      .works__wrap {
        width: 100%;
        max-width: 767px; } }
  .works__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFFFFF;
    position: relative;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media screen and (max-width: 1024px) {
      .works__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        height: auto;
        padding: 0 0 50px;
        margin-top: 130px; } }
    @media screen and (max-width: 767px) {
      .works__item {
        margin-top: 110px;
        border-radius: 24px;
        padding-bottom: 23px; } }
    .works__item + .works__item {
      margin-top: 75px; }
      @media screen and (max-width: 1024px) {
        .works__item + .works__item {
          margin-top: 130px; } }
      @media screen and (max-width: 767px) {
        .works__item + .works__item {
          margin-top: 116px; } }
    .works__item:nth-child(2) {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media screen and (max-width: 1024px) {
        .works__item:nth-child(2) {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media screen and (max-width: 767px) {
        .works__item:nth-child(2) {
          margin-top: 120px; } }
  .works__imgWrap {
    width: 364px;
    height: 224px; }
    @media screen and (max-width: 1024px) {
      .works__imgWrap {
        margin: auto;
        position: relative;
        z-index: 5;
        width: 200px;
        height: 200px;
        top: -90px;
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .works__imgWrap {
        width: 120px;
        height: 120px;
        top: -65px; } }
  .works__txtWrap-left {
    margin-left: 40px; }
    @media screen and (max-width: 1024px) {
      .works__txtWrap-left {
        margin-left: 0; } }
  .works__txtWrap-right {
    position: relative; }
    .works__txtWrap-right::before {
      content: "";
      position: absolute;
      width: 34px;
      height: 22px;
      top: 0;
      left: 0;
      background: url(../images/voice/COLOR.png); }
  .works__txtWrap-left, .works__txtWrap-right {
    max-width: 608px; }
    @media screen and (max-width: 1024px) {
      .works__txtWrap-left, .works__txtWrap-right {
        height: auto;
        width: 90%;
        margin: -85px auto 0; } }


.slick-item {
  width: 320px !important;
margin-right: 30px; }

  @media screen and (max-width: 767px) {
    .slick-item {
      width: 274px !important; } }


.mainvisual__container{
  display: flex;
  padding-top: 88px;
   background-color: #41C530;
}

.mainvisual__wrap{
  flex-basis: 65%;
}

.mainvisual__text{
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 770px;
  width: 100%;
  margin-left: auto;
}

.mainvisual__image{
background-image: url(../images/top/mainvisual.png);
background-position: center center;
background-size: cover;
background-repeat: repeat;
flex-basis: 35%;
}
@media screen and (max-width: 767px) {
.mainvisual__image{
background-image: url(../images/top/top-img.png);
background-position: top center;
flex-basis: inherit;
width: 100%;
height: 200px;
}
.mainvisual__wrap{
  flex-basis: inherit;
}
.mainvisual__container{
flex-direction: column-reverse;
padding-top: 64px;
}
.mainvisual__text{
  padding-top: 36px;
  padding-bottom: 64px;
  max-width: 600px;
  margin: auto;
}
}

@media screen and (max-width: 374px) {
.top__contact {
    width: 285px;

}

.problem__ttl {
    font-size: 26px;
}

.problem__bigTxt {
    font-size: 28px;
}

.problem__txt {
    font-size: 15px;
}

.suggest {
    height: inherit;
}


.feature {
    padding-top: 55px;
}

.suggest__txt {
    font-size: 15px;
}

.contact__submit {
    width: 250px;
}

}
