@charset "UTF-8";
@media screen and (min-width: 768px) {
  main {
    padding-top: 85px; } }

@media screen and (min-width: 1024px) {
  main {
    padding-top: 97px; } }

.chikuden-ppa * {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chikuden-ppa p {
  line-height: 1.8; }

.chikuden-ppa a {
  color: inherit;
  text-decoration: none; }

.chikuden-ppa ul, .chikuden-ppa li {
  list-style-type: none; }

.chikuden-ppa img {
  max-width: 100%; }

.chikuden-ppa .sp_only {
  display: block; }
  @media screen and (min-width: 768px) {
    .chikuden-ppa .sp_only {
      display: none; } }

.chikuden-ppa .sp_hidden {
  display: none; }
  @media screen and (min-width: 768px) {
    .chikuden-ppa .sp_hidden {
      display: block; } }

.chikuden-ppa .pc_only {
  display: none; }
  @media screen and (min-width: 1024px) {
    .chikuden-ppa .pc_only {
      display: block; } }

.chikuden-ppa .pc_hidden {
  display: block; }
  @media screen and (min-width: 1024px) {
    .chikuden-ppa .pc_hidden {
      display: none; } }

.chikuden-ppa .content {
  width: 1000px;
  max-width: 94%;
  margin: 0 auto;
  padding: 40px 0; }
  @media screen and (min-width: 768px) {
    .chikuden-ppa .content {
      padding: 64px 0; } }

.chikuden-ppa .contact_bnr {
  display: block;
  padding: 24px 0; }
  @media screen and (min-width: 768px) {
    .chikuden-ppa .contact_bnr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: opacity 0.4s ease 0s;
      -o-transition: opacity 0.4s ease 0s;
      transition: opacity 0.4s ease 0s; }
      .chikuden-ppa .contact_bnr:hover {
        opacity: 0.6; } }
  .chikuden-ppa .contact_bnr figure {
    width: 40%;
    margin: 0 auto 12px; }
    @media screen and (min-width: 768px) {
      .chikuden-ppa .contact_bnr figure {
        width: 30%;
        margin: 0; } }
  .chikuden-ppa .contact_bnr dl {
    text-align: center;
    font-weight: 700; }
    @media screen and (min-width: 768px) {
      .chikuden-ppa .contact_bnr dl {
        width: 64%;
        text-align: left; } }
    .chikuden-ppa .contact_bnr dl dt .contact_bnr_top {
      display: block;
      line-height: 1.2;
      border-bottom: solid 2px #9ABD00;
      margin-bottom: 12px;
      padding-bottom: 12px;
      font-size: 18px; }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .contact_bnr dl dt .contact_bnr_top {
          font-size: 24px; } }
      .chikuden-ppa .contact_bnr dl dt .contact_bnr_top em {
        font-size: 1.2em; }
    .chikuden-ppa .contact_bnr dl dt .contact_bnr_bottom {
      display: block;
      font-size: 20px;
      line-height: 1.2;
      margin-bottom: 12px; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .contact_bnr dl dt .contact_bnr_bottom {
          font-size: 24px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .contact_bnr dl dt .contact_bnr_bottom {
          font-size: 32px; } }
      .chikuden-ppa .contact_bnr dl dt .contact_bnr_bottom img {
        display: block;
        width: 50%;
        margin: 0 auto 8px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .contact_bnr dl dt .contact_bnr_bottom img {
            margin: 0 auto 8px 0; } }
      .chikuden-ppa .contact_bnr dl dt .contact_bnr_bottom em {
        font-size: 1.2em;
        color: #9ABD00; }
    .chikuden-ppa .contact_bnr dl dd {
      background-color: #9ABD00;
      padding: 12px;
      border-radius: 100px;
      text-align: center;
      font-weight: 700;
      color: #fff; }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .contact_bnr dl dd {
          width: 480px; } }

.chikuden-ppa .content_ttl {
  text-align: center;
  padding-bottom: 12px;
  margin-bottom: 24px;
  position: relative;
  font-size: 20px;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .chikuden-ppa .content_ttl {
      font-size: 28px;
      margin-bottom: 36px; } }
  @media screen and (min-width: 1024px) {
    .chikuden-ppa .content_ttl {
      font-size: 40px;
      margin-bottom: 40px; } }
  .chikuden-ppa .content_ttl span {
    display: block;
    font-size: 12px; }
    @media screen and (min-width: 768px) {
      .chikuden-ppa .content_ttl span {
        font-size: 16px; } }
    @media screen and (min-width: 1024px) {
      .chikuden-ppa .content_ttl span {
        font-size: 20px; } }
  .chikuden-ppa .content_ttl::before, .chikuden-ppa .content_ttl::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0; }
  .chikuden-ppa .content_ttl::before {
    background-color: #9ABD00;
    left: 50%; }
  .chikuden-ppa .content_ttl::after {
    background-color: #333;
    right: 50%; }

.chikuden-ppa .content_ttl_wt {
  color: #fff; }
  .chikuden-ppa .content_ttl_wt::before {
    background-color: #fff; }
  .chikuden-ppa .content_ttl_wt::after {
    background-color: #333; }

.chikuden-ppa {
  /* 導入事例 */
  /* よくあるご質問 */
  /* フォームセクション */ }
  .chikuden-ppa .fv {
    background-color: #60BCFF;
    background-image: url(../img/fv_bg.jpg);
    background-size: 100%;
    background-repeat: no-repeat; }
    .chikuden-ppa .fv .fv_inner {
      width: 980px;
      max-width: 94%;
      margin: 0 auto;
      padding: 24px 0; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .fv .fv_inner {
          padding: 48px 0; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .fv .fv_inner {
          padding: 64px 0; } }
    .chikuden-ppa .fv h2 {
      background-color: #9ABD00;
      border-radius: 100px;
      padding: 4px;
      text-align: center;
      color: #fff;
      margin-bottom: 24px; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .fv h2 {
          width: 400px;
          margin-right: auto;
          margin-left: auto;
          margin-bottom: 32px;
          font-size: 20px; } }
    .chikuden-ppa .fv h1 {
      color: #fff;
      text-align: center; }
      .chikuden-ppa .fv h1 img {
        display: block;
        width: 320px;
        margin: 0 auto 12px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .fv h1 img {
            width: 640px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .fv h1 img {
            width: 720px; } }
      .chikuden-ppa .fv h1 span {
        display: block; }
      .chikuden-ppa .fv h1 .catch_last {
        font-size: 16px;
        font-weight: 700;
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.4); }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .fv h1 .catch_last {
            font-size: 28px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .fv h1 .catch_last {
            font-size: 32px; } }
    .chikuden-ppa .fv figure {
      position: relative;
      -webkit-animation: pukapuka 2s infinite ease 0s alternate;
      animation: pukapuka 2s infinite ease 0s alternate; }

@-webkit-keyframes pukapuka {
  0% {
    top: -16px; }
  100% {
    top: 16px; } }

@keyframes pukapuka {
  0% {
    top: -16px; }
  100% {
    top: 16px; } }
  .chikuden-ppa .sec01 {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(155, 189, 0, 0)), to(rgba(155, 189, 0, 0.2)));
    background: -webkit-linear-gradient(rgba(155, 189, 0, 0), rgba(155, 189, 0, 0.2));
    background: -o-linear-gradient(rgba(155, 189, 0, 0), rgba(155, 189, 0, 0.2));
    background: linear-gradient(rgba(155, 189, 0, 0), rgba(155, 189, 0, 0.2)); }
    .chikuden-ppa .sec01 .fv_bottom {
      width: 100%; }
      .chikuden-ppa .sec01 .fv_bottom img {
        display: block;
        width: 100%; }
    .chikuden-ppa .sec01 .content {
      padding-top: 0; }
  .chikuden-ppa .sec02 {
    padding: 40px 0; }
    @media screen and (min-width: 768px) {
      .chikuden-ppa .sec02 {
        padding: 64px 0; } }
    .chikuden-ppa .sec02 h2 {
      width: 94%;
      margin: 0 auto 24px;
      text-align: center;
      font-weight: 700; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec02 h2 {
          margin-bottom: 40px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec02 h2 {
          margin-bottom: 64px; } }
      .chikuden-ppa .sec02 h2 span, .chikuden-ppa .sec02 h2 em {
        display: block; }
      .chikuden-ppa .sec02 h2 .comics_ttl_top {
        position: relative;
        font-size: 14px;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #fff), color-stop(70%, #9ABD00));
        background: -webkit-linear-gradient(#fff 70%, #9ABD00 70%);
        background: -o-linear-gradient(#fff 70%, #9ABD00 70%);
        background: linear-gradient(#fff 70%, #9ABD00 70%);
        margin-bottom: 4px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec02 h2 .comics_ttl_top {
            display: inline-block;
            font-size: 24px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec02 h2 .comics_ttl_top {
            font-size: 28px;
            margin-bottom: 16px; } }
      .chikuden-ppa .sec02 h2 .comics_ttl_middle {
        position: relative;
        font-size: 16px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec02 h2 .comics_ttl_middle {
            font-size: 32px;
            margin-bottom: 16px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec02 h2 .comics_ttl_middle {
            font-size: 36px;
            margin-bottom: 24px; } }
        .chikuden-ppa .sec02 h2 .comics_ttl_middle img {
          width: 100px;
          margin: 0 4px;
          position: relative; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec02 h2 .comics_ttl_middle img {
              width: 160px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec02 h2 .comics_ttl_middle img {
              width: 240px;
              top: -4px; } }
      .chikuden-ppa .sec02 h2 .comics_ttl_bottom {
        position: relative;
        font-size: 24px;
        color: #9ABD00; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec02 h2 .comics_ttl_bottom {
            font-size: 48px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec02 h2 .comics_ttl_bottom {
            font-size: 56px; } }
    .chikuden-ppa .sec02 .comics_screen {
      position: relative; }
      .chikuden-ppa .sec02 .comics_screen figure {
        padding: 0 8px;
        opacity: 0.2;
        -webkit-transition: opacity 0.4s ease 0s;
        -o-transition: opacity 0.4s ease 0s;
        transition: opacity 0.4s ease 0s; }
        .chikuden-ppa .sec02 .comics_screen figure.slick-current {
          opacity: 1.0; }
      @media screen and (min-width: 1280px) {
        .chikuden-ppa .sec02 .comics_screen .slick-slide:has(+ .slick-current) {
          opacity: 1.0; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec02 .comics_screen .slick-prev, .chikuden-ppa .sec02 .comics_screen .slick-next {
          position: absolute;
          width: 80px;
          height: 90%;
          top: 5%;
          background-color: rgba(220, 241, 254, 0.8);
          background-image: none;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
          -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.2); }
          .chikuden-ppa .sec02 .comics_screen .slick-prev::before, .chikuden-ppa .sec02 .comics_screen .slick-next::before {
            color: #333;
            font-size: 16px;
            font-weight: 700;
            font-family: sans-serif; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec02 .comics_screen .slick-prev {
          left: 0;
          border-radius: 0 12px 12px 0; }
          .chikuden-ppa .sec02 .comics_screen .slick-prev::before {
            content: "次へ"; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec02 .comics_screen .slick-next {
          right: 0;
          border-radius: 12px 0 0 12px; }
          .chikuden-ppa .sec02 .comics_screen .slick-next::before {
            content: "前へ"; } }
  .chikuden-ppa .sec03 .content {
    padding-top: 0; }
  .chikuden-ppa .sec04 {
    background: -webkit-gradient(linear, left top, left bottom, from(#A6DFFD), to(#E0F5FF));
    background: -webkit-linear-gradient(#A6DFFD, #E0F5FF);
    background: -o-linear-gradient(#A6DFFD, #E0F5FF);
    background: linear-gradient(#A6DFFD, #E0F5FF); }
    .chikuden-ppa .sec04 .intro {
      position: relative;
      padding: 40px 12px;
      overflow: hidden; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec04 .intro {
          padding: 40px 20px 80px; } }
      .chikuden-ppa .sec04 .intro .alp {
        position: absolute;
        width: 60%; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .intro .alp {
            width: 360px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .intro .alp {
            width: 400px; } }
      .chikuden-ppa .sec04 .intro .alp_q {
        top: 12px;
        right: 70%; }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .intro .alp_q {
            right: 80%; } }
        @media screen and (min-width: 1280px) {
          .chikuden-ppa .sec04 .intro .alp_q {
            right: 50%;
            translate: -420px; } }
      .chikuden-ppa .sec04 .intro .alp_a {
        bottom: 0;
        left: 70%; }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .intro .alp_a {
            left: 80%; } }
        @media screen and (min-width: 1280px) {
          .chikuden-ppa .sec04 .intro .alp_a {
            left: 50%;
            translate: 420px; } }
      .chikuden-ppa .sec04 .intro::before {
        content: "";
        display: block;
        width: 200px;
        height: 50px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
        background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
        background-image: -o-linear-gradient(rgba(255, 255, 255, 0), white);
        background-image: linear-gradient(rgba(255, 255, 255, 0), white);
        position: absolute;
        left: 50%;
        bottom: 20px;
        -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
        clip-path: polygon(0 0, 100% 0, 50% 100%);
        translate: -50% 0; }
    .chikuden-ppa .sec04 .question, .chikuden-ppa .sec04 .answer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      position: relative; }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec04 .question, .chikuden-ppa .sec04 .answer {
          max-width: 1100px;
          margin-right: auto;
          margin-left: auto; } }
      .chikuden-ppa .sec04 .question .person, .chikuden-ppa .sec04 .answer .person {
        width: 40%; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .question .person, .chikuden-ppa .sec04 .answer .person {
            width: 24%; } }
      .chikuden-ppa .sec04 .question .baloon, .chikuden-ppa .sec04 .answer .baloon {
        width: 60%;
        background-color: #fff;
        padding: 12px;
        border-radius: 12px;
        font-weight: 700;
        position: relative;
        background-repeat: no-repeat;
        background-position: right top; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .question .baloon, .chikuden-ppa .sec04 .answer .baloon {
            width: 76%; } }
        .chikuden-ppa .sec04 .question .baloon p, .chikuden-ppa .sec04 .answer .baloon p {
          line-height: 1.4; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .question .baloon p, .chikuden-ppa .sec04 .answer .baloon p {
              font-size: 20px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec04 .question .baloon p, .chikuden-ppa .sec04 .answer .baloon p {
              font-size: 28px; } }
        .chikuden-ppa .sec04 .question .baloon span, .chikuden-ppa .sec04 .answer .baloon span {
          font-size: 1.25em; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .question .baloon span, .chikuden-ppa .sec04 .answer .baloon span {
              display: block; } }
        .chikuden-ppa .sec04 .question .baloon::before, .chikuden-ppa .sec04 .answer .baloon::before {
          content: "";
          display: block;
          width: 20px;
          height: 20px;
          background-color: #fff;
          position: absolute;
          top: 50%;
          translate: 0 -50%; }
    .chikuden-ppa .sec04 .question .baloon {
      background-image: url(../img/baloon_bg01.png);
      background-size: 80px; }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec04 .question .baloon {
          background-size: 120px; } }
      .chikuden-ppa .sec04 .question .baloon span {
        color: #795FA2; }
      .chikuden-ppa .sec04 .question .baloon::before {
        left: -20px;
        -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
        clip-path: polygon(0 50%, 100% 0, 100% 100%); }
    .chikuden-ppa .sec04 .answer .baloon {
      background-image: url(../img/baloon_bg02.png);
      background-size: 40px; }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec04 .answer .baloon {
          background-size: 60px; } }
      .chikuden-ppa .sec04 .answer .baloon span {
        color: #9ABD00; }
      .chikuden-ppa .sec04 .answer .baloon::before {
        right: -20px;
        -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
        clip-path: polygon(0 0, 100% 50%, 0 100%); }
    .chikuden-ppa .sec04 .worries {
      border: solid 3px #9ABD00;
      border-radius: 8px;
      padding: 0 8px;
      background-color: #fff;
      margin-bottom: 24px;
      position: relative; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec04 .worries {
          padding: 0 20px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec04 .worries {
          max-width: 1100px;
          margin-right: auto;
          margin-left: auto; } }
      .chikuden-ppa .sec04 .worries li {
        border-bottom: dotted 2px #999;
        padding: 8px 0 8px 20px;
        background: url(../img/check.svg) no-repeat left center;
        background-size: 16px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .worries li {
            font-size: 18px;
            padding-left: 24px;
            background-size: 18px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .worries li {
            font-size: 20px;
            padding-left: 28px;
            background-size: 20px; } }
        .chikuden-ppa .sec04 .worries li:last-of-type {
          border-bottom: none; }
    .chikuden-ppa .sec04 .about_solachiku {
      padding: 0 12px;
      background: url(../img/about_bg.png) no-repeat center center;
      background-size: cover; }
      .chikuden-ppa .sec04 .about_solachiku h3 {
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 1.6; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .about_solachiku h3 {
            font-size: 28px;
            margin-bottom: 40px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .about_solachiku h3 {
            font-size: 36px;
            margin-bottom: 56px; } }
      .chikuden-ppa .sec04 .about_solachiku h2 {
        margin-bottom: 40px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .about_solachiku h2 {
            width: 1000px;
            max-width: 94%;
            margin: 0 auto 40px; } }
      .chikuden-ppa .sec04 .about_solachiku dl {
        margin-bottom: 40px; }
        .chikuden-ppa .sec04 .about_solachiku dl dt {
          text-align: center;
          margin-bottom: 12px;
          font-size: 18px;
          position: relative; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .about_solachiku dl dt {
              font-size: 24px;
              width: 420px;
              margin: 0 auto 12px; } }
          .chikuden-ppa .sec04 .about_solachiku dl dt::before, .chikuden-ppa .sec04 .about_solachiku dl dt::after {
            content: "";
            display: block;
            width: 28%;
            height: 1px;
            background-color: #333;
            position: absolute;
            top: 50%;
            translate: 0 -50%; }
          .chikuden-ppa .sec04 .about_solachiku dl dt::before {
            left: 0; }
          .chikuden-ppa .sec04 .about_solachiku dl dt::after {
            right: 0; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .about_solachiku dl dd {
            width: 1000px;
            max-width: 94%;
            margin: 0 auto; } }
    .chikuden-ppa .sec04 .solachiku_merit {
      width: 1000px;
      max-width: 94%;
      margin: 0 auto;
      background-color: #fff;
      padding: 20px;
      border-radius: 8px 8px 0 0;
      -webkit-clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%);
      clip-path: polygon(0 0, 100% 0, 100% 97%, 50% 100%, 0 97%); }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec04 .solachiku_merit {
          padding: 40px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec04 .solachiku_merit {
          padding: 50px; } }
      @media screen and (min-width: 1280px) {
        .chikuden-ppa .sec04 .solachiku_merit {
          padding-top: 64px; } }
      .chikuden-ppa .sec04 .solachiku_merit h2 {
        font-size: 20px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit h2 {
            font-size: 28px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .solachiku_merit h2 {
            font-size: 40px; } }
        @media screen and (min-width: 1280px) {
          .chikuden-ppa .sec04 .solachiku_merit h2 {
            font-size: 48px; } }
        .chikuden-ppa .sec04 .solachiku_merit h2 img {
          width: 130px;
          margin-right: 8px; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit h2 img {
              width: 180px;
              position: relative;
              top: -4px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec04 .solachiku_merit h2 img {
              width: 320px;
              top: -8px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec04 .solachiku_merit h2 img {
              width: 360px;
              top: -12px; } }
      .chikuden-ppa .sec04 .solachiku_merit .merit_subttl {
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 24px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_subttl {
            font-size: 20px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_subttl {
            font-size: 28px; } }
      .chikuden-ppa .sec04 .solachiku_merit .merit_ttl {
        border: solid 1px #9ABD00;
        border-radius: 4px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 12px;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_ttl {
            margin-bottom: 24px; } }
        .chikuden-ppa .sec04 .solachiku_merit .merit_ttl span {
          width: 24%;
          background-color: #9ABD00;
          color: #fff;
          text-align: center;
          padding: 8px; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .merit_ttl span {
              width: 20%;
              font-size: 20px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec04 .solachiku_merit .merit_ttl span {
              width: 16%;
              font-size: 24px; } }
        .chikuden-ppa .sec04 .solachiku_merit .merit_ttl em {
          width: 76%;
          padding: 8px;
          color: #9ABD00; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .merit_ttl em {
              width: 80%;
              font-size: 20px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec04 .solachiku_merit .merit_ttl em {
              width: 84%;
              font-size: 24px; } }
      .chikuden-ppa .sec04 .solachiku_merit .merit_body {
        margin-bottom: 12px;
        position: relative; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_body {
            margin-bottom: 24px;
            text-align: center; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_body {
            font-size: 18px; } }
      .chikuden-ppa .sec04 .solachiku_merit figure {
        max-width: 650px;
        margin-right: auto;
        margin-left: auto; }
      .chikuden-ppa .sec04 .solachiku_merit .merit_arrow {
        text-align: center;
        position: relative;
        margin-bottom: 12px;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_arrow {
            margin-top: 24px;
            margin-bottom: 24px; } }
        .chikuden-ppa .sec04 .solachiku_merit .merit_arrow span {
          position: relative; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .merit_arrow span {
              font-size: 20px; } }
        .chikuden-ppa .sec04 .solachiku_merit .merit_arrow::before {
          content: "";
          display: block;
          width: 200px;
          height: 50px;
          background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9ABD00));
          background: -webkit-linear-gradient(#fff, #9ABD00);
          background: -o-linear-gradient(#fff, #9ABD00);
          background: linear-gradient(#fff, #9ABD00);
          -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
          position: absolute;
          left: 50%;
          top: 0;
          translate: -50% 0; }
      .chikuden-ppa .sec04 .solachiku_merit .ppa_dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .chikuden-ppa .sec04 .solachiku_merit .ppa_dl dt {
          text-align: right;
          font-size: 12px;
          line-height: 1.2;
          margin-right: 8px; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .ppa_dl dt {
              font-size: 16px;
              margin-right: 20px; } }
        .chikuden-ppa .sec04 .solachiku_merit .ppa_dl dd {
          width: 50%; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .ppa_dl dd {
              width: 36%; } }
      .chikuden-ppa .sec04 .solachiku_merit .point_solachiku_logo {
        width: 80%;
        margin: 0 auto; }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .solachiku_merit .point_solachiku_logo {
            width: 64%; } }
      .chikuden-ppa .sec04 .solachiku_merit .support_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        margin: 16px 0; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit .support_list {
            margin-bottom: 40px; } }
        .chikuden-ppa .sec04 .solachiku_merit .support_list li {
          width: 30%;
          background-color: #9ABD00;
          color: #fff;
          margin: 0 1%;
          text-align: center;
          border-radius: 4px;
          position: relative;
          padding: 4px 0; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .support_list li {
              font-size: 20px;
              font-weight: 700; } }
        .chikuden-ppa .sec04 .solachiku_merit .support_list::before {
          content: "";
          display: block;
          width: 200px;
          height: 50px;
          background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#9ABD00));
          background: -webkit-linear-gradient(#fff, #9ABD00);
          background: -o-linear-gradient(#fff, #9ABD00);
          background: linear-gradient(#fff, #9ABD00);
          -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
          position: absolute;
          left: 50%;
          top: 40px;
          translate: -50% 0; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec04 .solachiku_merit .support_list::before {
              top: 80px; } }
      .chikuden-ppa .sec04 .solachiku_merit .merit_result {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
        margin: 12px 0 40px;
        position: relative; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_result {
            font-size: 24px;
            margin-bottom: 64px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec04 .solachiku_merit .merit_result {
            font-size: 32px; } }
        .chikuden-ppa .sec04 .solachiku_merit .merit_result span {
          color: #9ABD00; }
        .chikuden-ppa .sec04 .solachiku_merit .merit_result em {
          font-size: 1.25em; }
    .chikuden-ppa .sec04 .content {
      padding-top: 0; }
  .chikuden-ppa .sec05 {
    background: url(../img/case_study_bg.jpg) no-repeat center top;
    background-size: 100%; }
    .chikuden-ppa .sec05 .case_study_module {
      background-color: #F1F8CA;
      padding: 20px;
      border-radius: 8px; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec05 .case_study_module {
          padding: 40px;
          border-radius: 12px;
          margin-bottom: 40px; } }
      .chikuden-ppa .sec05 .case_study_module h3 {
        padding: 4px 0 4px 12px;
        border-left: solid 2px #9ABD00;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 24px; }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec05 .case_study_module h3 {
            font-size: 28px; } }
        .chikuden-ppa .sec05 .case_study_module h3 span {
          display: block;
          font-size: 14px; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .sec05 .case_study_module h3 span {
              font-size: 16px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .sec05 .case_study_module h3 span {
              font-size: 20px; } }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec05 .case_study_module .case_study_img {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin-bottom: 24px; } }
      .chikuden-ppa .sec05 .case_study_module .case_study_img figure {
        margin-bottom: 12px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec05 .case_study_module .case_study_img figure {
            width: 49%;
            margin-bottom: 0; } }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec05 .case_study_module .case_study_row {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
      .chikuden-ppa .sec05 .case_study_module .case_study_row .interview {
        margin-bottom: 24px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec05 .case_study_module .case_study_row .interview {
            width: 70%; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec05 .case_study_module .case_study_row .interview {
            width: 80%; } }
        .chikuden-ppa .sec05 .case_study_module .case_study_row .interview dl {
          margin-bottom: 12px; }
          .chikuden-ppa .sec05 .case_study_module .case_study_row .interview dl dt {
            background-color: #9ABD00;
            color: #fff;
            padding: 4px 8px;
            border-radius: 4px;
            margin-bottom: 8px; }
          .chikuden-ppa .sec05 .case_study_module .case_study_row .interview dl dd {
            line-height: 1.8; }
        .chikuden-ppa .sec05 .case_study_module .case_study_row .interview ul {
          display: block;
          background-color: #fff;
          padding: 12px;
          border: solid 1px #9ABD00; }
          .chikuden-ppa .sec05 .case_study_module .case_study_row .interview ul li {
            font-size: 14px;
            line-height: 1.8; }
      .chikuden-ppa .sec05 .case_study_module .case_study_row figure {
        width: 160px;
        margin: 0 auto; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .sec05 .case_study_module .case_study_row figure {
            width: 28%;
            margin: 0; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec05 .case_study_module .case_study_row figure {
            width: 18%; } }
        .chikuden-ppa .sec05 .case_study_module .case_study_row figure figcaption {
          font-size: 12px; }
  .chikuden-ppa .sec06 {
    background-color: #9ABD00;
    background-image: url(../img/faq_bg.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 90%; }
    .chikuden-ppa .sec06 .faq_wrap {
      background-color: #fff;
      padding: 20px;
      border-radius: 8px; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .sec06 .faq_wrap {
          padding: 40px;
          border-radius: 12px; } }
    .chikuden-ppa .sec06 .faq {
      padding: 8px 0;
      border-bottom: dashed 1px #9ABD00; }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .sec06 .faq {
          padding: 12px 0; } }
      .chikuden-ppa .sec06 .faq dt {
        padding: 4px 0 4px 32px;
        background: url(../img/qanda_q.svg) no-repeat left center;
        background-size: 20px; }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec06 .faq dt {
            padding: 8px 0 8px 40px;
            font-size: 20px;
            background-size: 28px; } }
      .chikuden-ppa .sec06 .faq dd {
        font-weight: 700;
        padding: 4px 0 4px 32px;
        background: url(../img/qanda_a.svg) no-repeat left center;
        background-size: 20px; }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .sec06 .faq dd {
            padding: 8px 0 8px 40px;
            font-size: 20px;
            background-size: 28px; } }
        .chikuden-ppa .sec06 .faq dd span {
          color: #9ABD00; }
  .chikuden-ppa .form_sec {
    background-color: #f5f5f5;
    padding-bottom: 40px; }
    .chikuden-ppa .form_sec .form_sec_ttl_area {
      padding: 40px 0 64px;
      text-align: center;
      color: #fff;
      background: url(../img/form_sec_ttl_bg.jpg) no-repeat center center;
      background-size: cover;
      margin-bottom: -24px; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .form_sec .form_sec_ttl_area {
          padding: 64px 0 80px;
          margin-bottom: -40px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .form_sec .form_sec_ttl_area {
          padding: 64px 0 184px;
          margin-bottom: -120px; } }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .form_sec .form_sec_ttl_area p {
          font-size: 20px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .form_sec .form_sec_ttl_area p {
          font-size: 24px;
          margin-bottom: 16px; } }
      .chikuden-ppa .form_sec .form_sec_ttl_area h2 {
        font-size: 16px;
        font-weight: 700; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .form_sec .form_sec_ttl_area h2 {
            font-size: 28px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .form_sec .form_sec_ttl_area h2 {
            font-size: 40px; } }
        .chikuden-ppa .form_sec .form_sec_ttl_area h2 span {
          font-size: 14px;
          font-weight: 400;
          display: block; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .form_sec .form_sec_ttl_area h2 span {
              font-size: 20px; } }
          @media screen and (min-width: 1024px) {
            .chikuden-ppa .form_sec .form_sec_ttl_area h2 span {
              font-size: 24px;
              margin-top: 20px; } }
    .chikuden-ppa .form_sec .form_box {
      width: 980px;
      max-width: 94%;
      margin: 0 auto;
      background-color: #fff;
      border-radius: 12px;
      padding: 20px;
      -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
      box-shadow: 0 0 4px rgba(0, 0, 0, 0.4); }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .form_sec .form_box {
          padding: 40px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .form_sec .form_box {
          padding: 56px; } }
      .chikuden-ppa .form_sec .form_box h3 {
        text-align: center;
        font-weight: 700;
        font-size: 16px;
        margin-bottom: 24px; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .form_sec .form_box h3 {
            font-size: 24px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .form_sec .form_box h3 {
            margin-bottom: 40px; } }
        .chikuden-ppa .form_sec .form_box h3 span {
          display: block;
          color: #9ABD00; }
          @media screen and (min-width: 768px) {
            .chikuden-ppa .form_sec .form_box h3 span {
              font-size: 28px; } }
      .chikuden-ppa .form_sec .form_box .company_list {
        font-size: 12px;
        margin-bottom: 20px;
        color: #666; }
        @media screen and (min-width: 768px) {
          .chikuden-ppa .form_sec .form_box .company_list {
            margin-bottom: 36px; } }
        @media screen and (min-width: 1024px) {
          .chikuden-ppa .form_sec .form_box .company_list {
            margin-bottom: 48px; } }
    .chikuden-ppa .form_sec iframe {
      height: 1860px; }
      @media screen and (min-width: 768px) {
        .chikuden-ppa .form_sec iframe {
          height: 1700px; } }
      @media screen and (min-width: 1024px) {
        .chikuden-ppa .form_sec iframe {
          height: 1500px; } }
