@charset "UTF-8";
/* CSS Document */
/*============================================
responsive
============================================*/
.inner {
  max-width: 1140px;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .inner {
      margin: 0 20px; } }
  @media screen and (max-width: 767px) {
    .inner {
      margin: 0 20px; } }

body, html {
  background: none; }
  @media screen and (max-width: 767px) {
    body, html {
      overflow-x: hidden; } }

main {
  margin: 0 0 90px 0; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    main {
      margin: 0 0 60px; } }
  @media screen and (max-width: 767px) {
    main {
      margin: 0 0 40px 0; } }

/*============================================
mainview-fit
============================================*/
.mainview-fit {
  position: relative;
  width: 100vw;
  height: calc(100vh - 130px);
  background: url("../img/main-bg.jpg") no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  /* 上下中央 */
  justify-content: flex-start;
  /* 左揃え */
  padding-left: 5vw;
  /* 左側の余白を可変に */ }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .mainview-fit {
      height: 80vh;
      max-height: 840px;
      background: url("../img/main-bg-sp.jpg") no-repeat center bottom;
      background-size: 100%;
      align-items: flex-start;
      padding-top: 5vw; } }
  @media screen and (max-width: 767px) {
    .mainview-fit {
      height: 70vh;
      max-height: 460px;
      background: url("../img/main-bg-sp.jpg") no-repeat center bottom;
      background-size: 100%;
      align-items: flex-start;
      padding-top: 5vw; } }
  .mainview-fit .content2 {
    width: 45vw;
    /* ブラウザ幅に対して可変 */
    max-width: 800px;
    min-width: 280px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .mainview-fit .content2 {
        width: 100%; } }
    @media screen and (max-width: 767px) {
      .mainview-fit .content2 {
        width: 100%; } }
    .mainview-fit .content2 h1 {
      margin: 0 0 30px 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainview-fit .content2 h1 {
          margin: 0 0 15px 0;
          max-width: 87vw; } }
      @media screen and (max-width: 767px) {
        .mainview-fit .content2 h1 {
          margin: 0 0 15px 0;
          max-width: 87vw; } }
    .mainview-fit .content2 p {
      font-size: 2vw;
      line-height: 1;
      font-weight: 700;
      color: #55663D;
      margin: 15px 0 0 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainview-fit .content2 p {
          margin: 10px 0 0 0;
          font-size: 2.4rem; } }
      @media screen and (max-width: 767px) {
        .mainview-fit .content2 p {
          margin: 10px 0 0 0;
          font-size: 1.4rem; } }
    .mainview-fit .content2 ul.main-pc {
      margin: 45px 0 0 0;
      display: flex;
      justify-content: space-between;
      max-width: 620px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainview-fit .content2 ul.main-pc {
          display: none; } }
      @media screen and (max-width: 767px) {
        .mainview-fit .content2 ul.main-pc {
          display: none; } }
      .mainview-fit .content2 ul.main-pc li {
        width: 32%; }
    .mainview-fit .content2 ul.main-sp {
      display: none; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .mainview-fit .content2 ul.main-sp {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          margin: 3vh 3vh 0 3vh; } }
      @media screen and (max-width: 767px) {
        .mainview-fit .content2 ul.main-sp {
          display: flex;
          justify-content: flex-end;
          flex-wrap: wrap;
          margin: 3vh 3vh 0 3vh; } }
      .mainview-fit .content2 ul.main-sp li {
        width: 100%; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .mainview-fit .content2 ul.main-sp li {
            text-align: right;
            margin: 0 0 10px 0; } }
        @media screen and (max-width: 767px) {
          .mainview-fit .content2 ul.main-sp li {
            text-align: right;
            margin: 0 0 10px 0; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .mainview-fit .content2 ul.main-sp li img {
            width: 48vw; } }
        @media screen and (max-width: 767px) {
          .mainview-fit .content2 ul.main-sp li img {
            width: 48vw; } }

/*============================================
support
============================================*/
.support {
  padding: 75px 0;
  background: #F5F7FA; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .support {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .support {
      padding: 25px 0; } }
  .support__headline {
    text-align: center;
    padding: 0 0 45px 0; }
    @media screen and (max-width: 767px) {
      .support__headline {
        padding: 0 0 22.5px 0; } }
    .support__headline-ttl {
      font-size: 3.6rem;
      line-height: 1.1; }
      @media screen and (max-width: 767px) {
        .support__headline-ttl {
          font-size: 2.4rem; } }
  .support__box ul {
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .support__box ul {
        flex-wrap: wrap; } }
    @media screen and (max-width: 767px) {
      .support__box ul {
        flex-wrap: wrap; } }
    .support__box ul li {
      width: calc(100%/6 - 15px);
      text-align: center;
      background: #fff;
      padding: 15px;
      border-radius: 15px;
      box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .support__box ul li {
          width: 31%; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .support__box ul li:nth-child(n + 4) {
          margin: 15px 0 0 0; } }
      @media screen and (max-width: 767px) {
        .support__box ul li {
          width: 48%; } }
      @media screen and (max-width: 767px) {
        .support__box ul li:nth-child(n + 3) {
          margin: 15px 0 0 0; } }

/*============================================
issues
============================================*/
.issues {
  padding: 120px 0 60px 0;
  background: url("../img/issues-bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .issues {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .issues {
      padding: 40px 0 20px 0; } }
  .issues__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .issues__headline {
        padding: 0 0 40px 0; } }
    @media screen and (max-width: 767px) {
      .issues__headline {
        padding: 0 0 20px 0; } }
    .issues__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .issues__headline-ttl {
          font-size: 2.4rem; } }
    .issues__headline span {
      color: #88C440;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .issues__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .issues__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  .issues__box .balloon1 {
    position: relative;
    display: inline-block;
    border-radius: 15px;
    padding: 60px 90px;
    min-width: 1140px;
    max-width: 100%;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .issues__box .balloon1 {
        padding: 20px 30px;
        min-width: inherit; } }
    @media screen and (max-width: 767px) {
      .issues__box .balloon1 {
        padding: 20px 30px;
        min-width: inherit; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .issues__box .balloon1 br {
        display: none; } }
  .issues__box .balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -30px;
    border: 30px solid transparent;
    border-top: 30px solid #fff; }
  .issues__box .balloon1 p {
    margin: 0;
    padding: 0; }
  .issues__box__top {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .issues__box__top {
        display: block; } }
    .issues__box__top__item {
      width: 30%;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .issues__box__top__item {
          width: 100%; } }
      .issues__box__top__item-ttl {
        font-size: 2.1rem;
        line-height: 1.5; }
        @media screen and (max-width: 767px) {
          .issues__box__top__item-ttl {
            font-size: 1.8rem; } }
        .issues__box__top__item-ttl span {
          color: #EF6E1A; }
      .issues__box__top__item .txt {
        padding: 0 0 10px 0; }
      .issues__box__top__item .img img {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .issues__box__top__item .img img {
            width: 60%; } }
      .issues__box__top__item:not(:last-of-type) {
        padding: 0 0 20px 0; }
  .issues__box__bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .issues__box__bottom {
        display: block; } }
    @media screen and (max-width: 767px) {
      .issues__box__bottom {
        display: block; } }
    .issues__box__bottom__item {
      width: 50%;
      padding: 30px 0 0 0;
      text-align: center;
      font-size: 1.8rem;
      line-height: 1.6;
      font-weight: 700; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .issues__box__bottom__item {
          width: 100%;
          font-size: 1.6rem;
          text-align: left;
          border-top: 2px dotted #ccc;
          padding: 15px 0 0 0;
          margin: 15px 0 0 0; } }
      @media screen and (max-width: 767px) {
        .issues__box__bottom__item {
          width: 100%;
          font-size: 1.6rem;
          text-align: left;
          border-top: 2px dotted #ccc;
          padding: 15px 0 0 0;
          margin: 15px 0 0 0; } }
      .issues__box__bottom__item:nth-child(n + 3) {
        border-top: 2px dotted #ccc;
        padding: 30px 0 0 0;
        margin: 30px 0 0 0; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .issues__box__bottom__item:nth-child(n + 3) {
            padding: 15px 0 0 0;
            margin: 15px 0 0 0; } }
        @media screen and (max-width: 767px) {
          .issues__box__bottom__item:nth-child(n + 3) {
            padding: 15px 0 0 0;
            margin: 15px 0 0 0; } }
      .issues__box__bottom__item:nth-child(odd) span {
        display: block;
        border-right: 2px dotted #ccc; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .issues__box__bottom__item:nth-child(odd) span {
            border-right: none; } }
        @media screen and (max-width: 767px) {
          .issues__box__bottom__item:nth-child(odd) span {
            border-right: none; } }

/*============================================
issues-copy
============================================*/
.issues-copy {
  padding: 40px 0 80px 0;
  background: url("../img/issues-bg2.png");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .issues-copy {
      padding: 20px; } }
  @media screen and (max-width: 767px) {
    .issues-copy {
      padding: 20px 0 40px 0; } }
  .issues-copy .top {
    font-size: 2.2rem;
    line-height: 1.5;
    font-weight: 700;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .issues-copy .top {
        font-size: 1.8rem; } }
  .issues-copy .mid {
    display: inline-block;
    background: #fff;
    padding: 8px 10px 10px 10px;
    border-radius: 5px;
    color: #EF6E1A;
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
    margin: 30px 0; }
    @media screen and (max-width: 767px) {
      .issues-copy .mid {
        margin: 20px 0;
        font-size: 2.0rem;
        line-height: 1.5; } }
  .issues-copy .btm {
    font-size: 2.0rem;
    font-weight: 500;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .issues-copy .btm {
        font-size: 1.8rem;
        line-height: 1.5; } }

/*============================================
plan
============================================*/
.plan {
  padding: 120px 0;
  background: url("../img/plan-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .plan {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .plan {
      padding: 40px 0; } }
  .plan__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 767px) {
      .plan__headline {
        padding: 0 0 20px 0; } }
    .plan__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .plan__headline-ttl {
          font-size: 2.4rem; } }
    .plan__headline span {
      color: #EF8B4A;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .plan__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #EF8B4A;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .plan__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #EF8B4A;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  .plan__view {
    padding: 0 0 90px 0; }
    @media screen and (max-width: 767px) {
      .plan__view {
        padding: 0 0 40px 0; } }
    .plan__view img {
      border-radius: 15px; }
  .plan__box {
    display: flex;
    justify-content: space-between;
    padding: 0 0 90px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .plan__box {
        flex-wrap: wrap;
        padding: 0 0 30px 0; } }
    @media screen and (max-width: 767px) {
      .plan__box {
        flex-wrap: wrap;
        padding: 0 0 30px 0; } }
    .plan__box__item {
      border: 1px solid #EF8B4A;
      border-radius: 15px;
      width: 23%;
      padding: 0 30px 30px 30px;
      box-shadow: #ef8b4a 5px 5px 0;
      background: #fff; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__box__item {
          width: 48%;
          padding: 0 15px 15px 15px; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__box__item {
          width: 48%;
          padding: 0 15px 15px 15px; } }
      @media screen and (max-width: 767px) {
        .plan__box__item {
          width: 48%;
          padding: 0 15px 15px 15px; } }
      .plan__box__item .num {
        font-size: 5.5rem;
        line-height: 1;
        font-weight: 200;
        margin-top: -30px;
        padding: 0 0 10px 0;
        display: block;
        color: #EF8B4A;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal; }
        @media screen and (max-width: 767px) {
          .plan__box__item .num {
            font-size: 3.5rem;
            margin-top: -20px; } }
      .plan__box__item .txt {
        padding: 15px 0 0 0;
        font-size: 2.1rem;
        font-weight: 700;
        line-height: 1.4;
        min-height: 100px;
        display: flex;
        justify-content: flex-start;
        align-items: center; }
        @media screen and (max-width: 767px) {
          .plan__box__item .txt {
            font-size: 1.6rem;
            text-align: center;
            min-height: inherit;
            display: block; } }
        .plan__box__item .txt span {
          color: #EF6E1A; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__box__item .img img {
          width: 100%; } }
      @media screen and (max-width: 767px) {
        .plan__box__item .img img {
          width: 100%; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__box__item:not(:last-of-type) {
          margin: 0; } }
      @media screen and (max-width: 767px) {
        .plan__box__item:not(:last-of-type) {
          margin: 0; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__box__item:nth-child(n + 3) {
          margin: 40px 0 0 0; } }
      @media screen and (max-width: 767px) {
        .plan__box__item:nth-child(n + 3) {
          margin: 40px 0 0 0; } }
  .plan__theme {
    background: #fff;
    border-radius: 15px;
    padding: 45px 90px;
    box-shadow: #A6D46D 5px 5px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .plan__theme {
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      .plan__theme {
        padding: 20px; } }
    .plan__theme__headline {
      padding: 0 0 60px 0; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__theme__headline {
          padding: 0 0 20px 0; } }
      @media screen and (max-width: 767px) {
        .plan__theme__headline {
          padding: 0 0 20px 0; } }
      .plan__theme__headline-ttl {
        text-align: center;
        color: #fff;
        background: linear-gradient(-70.58deg, #88c440, #a4d144);
        border-radius: 100px;
        font-size: 2.7rem;
        padding: 5px 0; }
        @media screen and (max-width: 767px) {
          .plan__theme__headline-ttl {
            font-size: 2.0rem; } }
    .plan__theme__box {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .plan__theme__box {
          display: block; } }
      @media screen and (max-width: 767px) {
        .plan__theme__box {
          display: block; } }
      .plan__theme__box__item {
        width: 48%;
        background: #F5F7FA;
        padding: 30px;
        border-radius: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .plan__theme__box__item {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .plan__theme__box__item {
            width: 100%;
            padding: 10px; } }
        .plan__theme__box__item:nth-child(n + 3) {
          margin: 40px 0 0 0; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .plan__theme__box__item:nth-child(n + 3) {
              margin: 20px 0 0 0; } }
          @media screen and (max-width: 767px) {
            .plan__theme__box__item:nth-child(n + 3) {
              margin: 20px 0 0 0; } }
        .plan__theme__box__item .img {
          width: 25%; }
          @media screen and (max-width: 767px) {
            .plan__theme__box__item .img {
              width: 23%; } }
          .plan__theme__box__item .img img {
            width: 100%; }
        .plan__theme__box__item .txt {
          width: 70%; }
          @media screen and (max-width: 767px) {
            .plan__theme__box__item .txt {
              width: 75%; } }
        .plan__theme__box__item-ttl {
          color: #EF6E1A;
          font-size: 2.1rem;
          padding: 0 0 5px 0;
          margin: 0 0 5px 0;
          border-bottom: 2px dotted #CED2D9; }
          @media screen and (max-width: 767px) {
            .plan__theme__box__item-ttl {
              font-size: 1.8rem; } }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .plan__theme__box__item:not(:first-of-type) {
            margin: 20px 0 0 0; } }
        @media screen and (max-width: 767px) {
          .plan__theme__box__item:not(:first-of-type) {
            margin: 20px 0 0 0; } }

/*============================================
sample
============================================*/
.sample {
  padding: 120px 0;
  background: #FAFBFC; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .sample {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .sample {
      padding: 20px 0; } }
  .sample__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .sample__headline {
        padding: 0 0 20px 0; } }
    @media screen and (max-width: 767px) {
      .sample__headline {
        padding: 0 0 20px 0; } }
    .sample__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .sample__headline-ttl {
          font-size: 2.4rem; } }
    .sample__headline span {
      color: #88C440;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .sample__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .sample__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  .sample__box img {
    border-radius: 15px;
    border: 3px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px; }

/*============================================
cta
============================================*/
.cta {
  padding: 120px 0;
  background: linear-gradient(-90deg, #88C440, #75B846); }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .cta {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .cta {
      padding: 40px 0; } }
  .cta__headline {
    font-size: 2.1rem;
    line-height: 2.0;
    padding: 0 0 60px 0;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .cta__headline {
        font-size: 1.6rem; } }
  .cta__box {
    background: #fff;
    padding: 45px 90px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .cta__box {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .cta__box {
        padding: 15px; } }
    .cta__box-ttl {
      text-align: center;
      color: #fff;
      background: linear-gradient(-70.58deg, #88c440, #a4d144);
      border-radius: 100px;
      font-size: 2.7rem;
      padding: 5px 0; }
      @media screen and (max-width: 767px) {
        .cta__box-ttl {
          font-size: 1.8rem; } }
    .cta__box .inbox {
      padding: 45px 0 0 0;
      display: flex;
      justify-content: space-between; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .cta__box .inbox {
          padding: 30px;
          display: block; } }
      @media screen and (max-width: 767px) {
        .cta__box .inbox {
          padding: 15px 0 0 0;
          display: block; } }
      .cta__box .inbox-ttl {
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 0;
        color: #EF6E1A;
        font-size: 2.0rem;
        padding: 0 0 15px 0; }
        .cta__box .inbox-ttl span {
          padding: 0 5px; }
        .cta__box .inbox-ttl img {
          width: 100%; }
      .cta__box .inbox .tel {
        width: 50%;
        text-align: center;
        border-right: 2px dotted #ccc; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .cta__box .inbox .tel {
            width: 100%;
            border-right: none;
            margin: 0 0 20px 0;
            padding: 0 0 20px 0;
            border-bottom: 2px dotted #eee; } }
        @media screen and (max-width: 767px) {
          .cta__box .inbox .tel {
            width: 100%;
            border-right: none;
            margin: 0 0 20px 0;
            padding: 0 0 20px 0;
            border-bottom: 2px dotted #eee; } }
        .cta__box .inbox .tel .num {
          font-size: 6.0rem;
          line-height: 1;
          font-family: "Roboto", sans-serif;
          font-weight: 300;
          font-style: normal; }
          @media screen and (min-width: 768px) and (max-width: 1024px) {
            .cta__box .inbox .tel .num {
              font-size: 4.0rem;
              font-weight: 400; } }
          @media screen and (max-width: 767px) {
            .cta__box .inbox .tel .num {
              font-size: 4.0rem;
              font-weight: 400; } }
          .cta__box .inbox .tel .num a {
            color: #EF6E1A; }
      .cta__box .inbox .mail {
        width: 50%;
        text-align: center; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .cta__box .inbox .mail {
            width: 100%; } }
        @media screen and (max-width: 767px) {
          .cta__box .inbox .mail {
            width: 100%; } }
        .cta__box .inbox .mail .form {
          margin: 10px 0 0 0;
          border-right: none; }
          @media screen and (max-width: 767px) {
            .cta__box .inbox .mail .form {
              margin: 0; } }
          .cta__box .inbox .mail .form a {
            max-width: 360px;
            margin: auto;
            display: block;
            background: #EF6E1A;
            padding: 20px;
            border-radius: 15px;
            font-size: 2.2rem;
            color: #fff; }
            @media screen and (max-width: 767px) {
              .cta__box .inbox .mail .form a {
                padding: 10px; } }
  .cta.foot {
    padding: 120px 0;
    background: url("../img/foot-bg.png"), linear-gradient(-90deg, #88C440, #75B846);
    /* ← 画像パスをここに指定 */
    background-size: auto;
    background-position: right top;
    background-repeat: no-repeat; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .cta.foot {
        padding: 40px;
        background-size: contain; } }
    @media screen and (max-width: 767px) {
      .cta.foot {
        padding: 40px 0;
        background-size: contain; } }

/*============================================
results
============================================*/
.results {
  padding: 120px 0;
  background: url("../img/plan-bg.jpg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .results {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .results {
      padding: 40px 0; } }
  .results__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .results__headline {
        padding: 0 0 20px 0; } }
    @media screen and (max-width: 767px) {
      .results__headline {
        padding: 0 0 20px 0; } }
    .results__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .results__headline-ttl {
          font-size: 2.4rem; } }
    .results__headline span {
      color: #88C440;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .results__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .results__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  @media screen and (max-width: 767px) {
    .results__box {
      position: relative; } }
  .results__box .inbox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end; }
    @media screen and (max-width: 767px) {
      .results__box .inbox {
        display: block; } }
    .results__box .inbox:nth-child(1) {
      margin: 0 0 60px 0;
      flex-flow: row-reverse; }
      @media screen and (max-width: 767px) {
        .results__box .inbox:nth-child(1) {
          margin: 0 0 30px 0; } }
      .results__box .inbox:nth-child(1) .img {
        text-align: left; }
        @media screen and (max-width: 767px) {
          .results__box .inbox:nth-child(1) .img {
            text-align: right; } }
    .results__box .inbox:nth-child(2) .img {
      text-align: right; }
    .results__box .inbox .img {
      width: 38%; }
      @media screen and (max-width: 767px) {
        .results__box .inbox .img {
          width: 100%;
          position: absolute;
          right: 0;
          top: -30px; } }
      @media screen and (max-width: 767px) {
        .results__box .inbox .img img {
          width: 25%;
          height: 25%; } }
    .results__box .inbox .txt {
      width: 62%;
      background: #fff;
      border-radius: 15px;
      padding: 0;
      box-shadow: #88C440 5px 5px 0; }
      @media screen and (max-width: 767px) {
        .results__box .inbox .txt {
          width: 100%; } }
      .results__box .inbox .txt .balloon2 {
        position: relative;
        display: inline-block;
        border-radius: 15px 15px 0 0;
        padding: 20px;
        width: 100%;
        background: #88C440; }
      .results__box .inbox .txt .balloon2:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -30px;
        border: 30px solid transparent;
        border-top: 30px solid #88C440; }
      .results__box .inbox .txt ul {
        padding: 60px 90px 30px 90px; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .results__box .inbox .txt ul {
            padding: 40px 15px 15px 15px; } }
        @media screen and (max-width: 767px) {
          .results__box .inbox .txt ul {
            padding: 40px 15px 15px 15px; } }
        .results__box .inbox .txt ul li {
          font-size: 2.1rem;
          line-height: 1.2;
          padding: 0 0 20px 40px;
          margin: 0 0 20px 0;
          border-bottom: 2px dotted #DADCE0;
          background: url("../img/results-icon.svg");
          background-repeat: no-repeat;
          background-position: left top; }
          @media screen and (max-width: 767px) {
            .results__box .inbox .txt ul li {
              font-size: 1.8rem;
              line-height: 1.5;
              padding: 0 0 10px 30px;
              margin: 0 0 10px 0;
              background-size: 20px 20px;
              background-position: left top 2px; } }
          @media screen and (max-width: 767px) {
            .results__box .inbox .txt ul li:last-of-type {
              padding: 0 0 0 30px;
              margin: 0;
              border-bottom: none; } }
  .results__box-ttl {
    text-align: center;
    font-size: 2.7rem;
    line-height: 1;
    color: #fff; }
    @media screen and (max-width: 767px) {
      .results__box-ttl {
        font-size: 2.0rem; } }

/*============================================
reason
============================================*/
.reason {
  padding: 120px 0;
  background: #F5F7FA; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .reason {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .reason {
      padding: 40px 0; } }
  .reason__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (max-width: 767px) {
      .reason__headline {
        padding: 0 0 20px 0; } }
    .reason__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .reason__headline-ttl {
          font-size: 2.4rem; } }
    .reason__headline span {
      color: #88C440;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .reason__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .reason__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  .reason__box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    background: url("../img/reason-bg.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .reason__box {
        flex-wrap: wrap;
        background: none; } }
    @media screen and (max-width: 767px) {
      .reason__box {
        flex-wrap: wrap;
        background: none; } }
    .reason__box__item {
      width: 30%;
      background: #fff;
      padding: 0 40px 40px 40px;
      border-radius: 15px;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .reason__box__item {
          width: 100%;
          margin: 60px 0 0 0;
          padding: 0 20px 20px 20px; } }
      @media screen and (max-width: 767px) {
        .reason__box__item {
          width: 100%;
          margin: 60px 0 0 0;
          padding: 0 20px 20px 20px; } }
      .reason__box__item:nth-child(2) {
        margin: 60px 0 0 0; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .reason__box__item:nth-child(2) {
            margin: 60px 0 0 0; } }
        @media screen and (max-width: 767px) {
          .reason__box__item:nth-child(2) {
            margin: 60px 0 0 0; } }
      .reason__box__item:nth-child(3) {
        margin: 120px 0 0 0; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .reason__box__item:nth-child(3) {
            margin: 60px 0 0 0; } }
        @media screen and (max-width: 767px) {
          .reason__box__item:nth-child(3) {
            margin: 60px 0 0 0; } }
      .reason__box__item .num {
        font-size: 5.5rem;
        line-height: 1;
        font-weight: 200;
        margin-top: -30px;
        padding: 0 0 10px 0;
        display: block;
        color: #EF8B4A;
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-style: normal; }
      .reason__box__item .txt {
        padding: 30px 0 0 0; }
        @media screen and (min-width: 768px) and (max-width: 1024px) {
          .reason__box__item .txt {
            padding: 15px 0 0 0; } }
        @media screen and (max-width: 767px) {
          .reason__box__item .txt {
            padding: 15px 0 0 0; } }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .reason__box__item .img {
          text-align: center;
          margin-top: -20px; } }
      @media screen and (max-width: 767px) {
        .reason__box__item .img {
          text-align: center;
          margin-top: -20px; } }
      .reason__box__item-ttl {
        font-size: 2.4rem;
        line-height: 1.4;
        text-align: center;
        padding: 0 0 15px 0;
        margin: 0 0 30px 0;
        border-bottom: 2px dotted #DADCE0; }
        @media screen and (max-width: 767px) {
          .reason__box__item-ttl {
            font-size: 1.8rem;
            margin: 0 0 15px 0;
            padding: 0 0 15px 0; } }
        .reason__box__item-ttl span {
          color: #EF6E1A; }

/*============================================
voice
============================================*/
.voice {
  padding: 120px 0;
  background: linear-gradient(-90deg, #88C440, #75B846); }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .voice {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .voice {
      padding: 40px 0; } }
  .voice__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .voice__headline {
        padding: 0 0 20px 0; } }
    @media screen and (max-width: 767px) {
      .voice__headline {
        padding: 0 0 20px 0; } }
    .voice__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .voice__headline-ttl {
          font-size: 2.4rem; } }
    .voice__headline span {
      color: #C8F08B;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .voice__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #C8F08B;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .voice__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #C8F08B;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  .voice__box {
    background: #fff;
    padding: 60px 90px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    display: flex;
    justify-content: space-between; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .voice__box {
        padding: 30px; } }
    @media screen and (max-width: 767px) {
      .voice__box {
        padding: 20px;
        display: block; } }
    .voice__box .img {
      width: 25%; }
      @media screen and (max-width: 767px) {
        .voice__box .img {
          text-align: right;
          width: 100%;
          margin-top: -100px; } }
      @media screen and (max-width: 767px) {
        .voice__box .img img {
          width: 30%;
          height: 30%; } }
    .voice__box .txt {
      width: 75%; }
      @media screen and (min-width: 768px) and (max-width: 1024px) {
        .voice__box .txt {
          width: 73%; } }
      @media screen and (max-width: 767px) {
        .voice__box .txt {
          width: 100%; } }
      .voice__box .txt span {
        color: #EF6E1A;
        font-weight: 700; }
      .voice__box .txt .name {
        padding: 15px 0 0 0;
        margin: 15px 0 0 0;
        border-top: 1px dashed #E0E0E0;
        color: #616366; }
        @media screen and (max-width: 767px) {
          .voice__box .txt .name {
            padding: 10px 0 0 0;
            margin: 10px 0 0 0; } }

/*============================================
faq
============================================*/
.faq {
  padding: 120px 0;
  background: #F5F7FA; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .faq {
      padding: 40px; } }
  @media screen and (max-width: 767px) {
    .faq {
      padding: 40px 0; } }
  .faq__headline {
    text-align: center;
    padding: 0 0 60px 0; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .faq__headline {
        padding: 0 0 20px 0; } }
    @media screen and (max-width: 767px) {
      .faq__headline {
        padding: 0 0 20px 0; } }
    .faq__headline-ttl {
      font-size: 4.2rem;
      line-height: 1.4;
      padding: 0 0 10px 0; }
      @media screen and (max-width: 767px) {
        .faq__headline-ttl {
          font-size: 2.4rem; } }
    .faq__headline span {
      color: #88C440;
      position: relative;
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      font-style: normal; }
      .faq__headline span::before {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        left: -20px;
        top: 48%;
        transform: translateY(-25%); }
      .faq__headline span::after {
        content: "";
        width: 10px;
        height: 10px;
        background: #88C440;
        position: absolute;
        border-radius: 100px;
        right: -20px;
        top: 48%;
        transform: translateY(-25%); }
  .faq__box__item {
    padding: 45px 90px;
    background: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px; }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .faq__box__item {
        padding: 20px; } }
    @media screen and (max-width: 767px) {
      .faq__box__item {
        padding: 20px; } }
    .faq__box__item:not(:last-of-type) {
      margin: 0 0 15px 0; }
    .faq__box__item .q {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      border-bottom: 2px dotted #F0F2F5;
      margin: 0 0 15px 0; }
      .faq__box__item .q .icon {
        font-size: 3.6rem;
        color: #88C440;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 0 15px 0 0; }
        @media screen and (max-width: 767px) {
          .faq__box__item .q .icon {
            font-size: 2.6rem; } }
      .faq__box__item .q .txt {
        font-size: 2.1rem;
        font-weight: 700; }
        @media screen and (max-width: 767px) {
          .faq__box__item .q .txt {
            font-size: 1.8rem;
            line-height: 1.5;
            padding: 0 0 10px 0; } }
    .faq__box__item .a {
      display: flex;
      justify-content: flex-start;
      align-items: flex-start; }
      .faq__box__item .a .icon {
        font-size: 3.6rem;
        line-height: 1;
        color: #EF6E1A;
        font-family: "Roboto", sans-serif;
        font-weight: 400;
        font-style: normal;
        padding: 0 15px 0 0; }
        @media screen and (max-width: 767px) {
          .faq__box__item .a .icon {
            font-size: 2.6rem; } }

/* ===============

上書き

=============== */
#gHeader {
  margin-bottom: 0; }

.ft-data__box .ft-company-list {
  letter-spacing: 0; }
